Pull request #6905 opened Connecting to https://api.github.com using 476720/****** Obtained .jenkins from fbf429ab6d469e78d99b5ef975fc1090074965ea+68c66846945c28e7b95ba099f2b4fbbe2b72fd63 (461c4ba7f9c897697c5c2f6318796033f5df48b7) [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Clang-Format) [Pipeline] node Running on waffle03 in /var/jenkins/workspace/Kokkos_PR-6905 [Pipeline] { [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential Jenkins ORNL Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/kokkos/kokkos.git > git init /var/jenkins/workspace/Kokkos_PR-6905 # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.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/kokkos/kokkos.git +refs/pull/6905/head:refs/remotes/origin/PR-6905 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 Fetching without tags Merging remotes/origin/develop commit 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 into PR head commit fbf429ab6d469e78d99b5ef975fc1090074965ea > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6905/head:refs/remotes/origin/PR-6905 # timeout=10 > git config --add remote.origin.fetch +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6905/head:refs/remotes/origin/PR-6905 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fbf429ab6d469e78d99b5ef975fc1090074965ea # timeout=10 Merge succeeded, producing e6c2199caf97c16ad249ea900c00b24257b52308 Checking out Revision e6c2199caf97c16ad249ea900c00b24257b52308 (PR-6905) Commit message: "Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD" First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e6c2199caf97c16ad249ea900c00b24257b52308 # timeout=10 + docker build -t 3fd7caa6e607ee398b9602687c13abc709fcb213 -f scripts/docker/Dockerfile.clang scripts/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 22.02kB Step 1/3 : FROM ubuntu:20.04 ---> f78909c2b360 Step 2/3 : RUN apt-get update && apt-get install -y bc git build-essential clang-format-8 wget && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 722ed8e6ecaf Step 3/3 : ENV CLANG_FORMAT_EXE=clang-format-8 ---> Using cache ---> b0f5cdcaf30d Successfully built b0f5cdcaf30d Successfully tagged 3fd7caa6e607ee398b9602687c13abc709fcb213:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . 3fd7caa6e607ee398b9602687c13abc709fcb213 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer waffle03 seems to be running inside container c1b649345218bae875b11a76f1da2aa3347d4275863f1f28a2e919c3ff3e1e6c $ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache -w /var/jenkins/workspace/Kokkos_PR-6905 --volumes-from c1b649345218bae875b11a76f1da2aa3347d4275863f1f28a2e919c3ff3e1e6c -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 ******** 3fd7caa6e607ee398b9602687c13abc709fcb213 cat $ docker top 6c3da28c8aec09d954b34f00fbc64486303035e391a0d104e00ca32618ea7b19 -eo pid,comm [Pipeline] { [Pipeline] sh + ./scripts/docker/check_format_cpp.sh [Pipeline] } $ docker stop --time=1 6c3da28c8aec09d954b34f00fbc64486303035e391a0d104e00ca32618ea7b19 $ docker rm -f --volumes 6c3da28c8aec09d954b34f00fbc64486303035e391a0d104e00ca32618ea7b19 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: OPENACC-NVHPC-CUDA-12.2) [Pipeline] { (Branch: CUDA-12.2-NVHPC) [Pipeline] { (Branch: SYCL-OneAPI) [Pipeline] { (Branch: HIP-ROCm-5.2) [Pipeline] { (Branch: HIP-ROCm-5.6-C++20) [Pipeline] { (Branch: OPENMPTARGET-Clang) [Pipeline] { (Branch: CUDA-11.0.3-Clang-Tidy) [Pipeline] { (Branch: CUDA-11.7-NVCC) [Pipeline] { (Branch: CUDA-11.0-NVCC-RDC) [Pipeline] { (Branch: CUDA-11.6-NVCC-DEBUG) [Pipeline] { (Branch: GCC-8.4.0) [Pipeline] stage [Pipeline] { (OPENACC-NVHPC-CUDA-12.2) [Pipeline] stage [Pipeline] { (CUDA-12.2-NVHPC) [Pipeline] stage [Pipeline] { (SYCL-OneAPI) [Pipeline] stage [Pipeline] { (HIP-ROCm-5.2) [Pipeline] stage [Pipeline] { (HIP-ROCm-5.6-C++20) [Pipeline] stage [Pipeline] { (OPENMPTARGET-Clang) [Pipeline] stage [Pipeline] { (CUDA-11.0.3-Clang-Tidy) [Pipeline] stage [Pipeline] { (CUDA-11.7-NVCC) [Pipeline] stage [Pipeline] { (CUDA-11.0-NVCC-RDC) [Pipeline] stage [Pipeline] { (CUDA-11.6-NVCC-DEBUG) [Pipeline] stage [Pipeline] { (GCC-8.4.0) [Pipeline] node [Pipeline] node [Pipeline] node Running on waffle03 in /var/jenkins/workspace/Kokkos_PR-6905 [Pipeline] node [Pipeline] node Running on fetnat05 in /var/jenkins/workspace/Kokkos_PR-6905 Running on padirac10 in /var/jenkins/workspace/Kokkos_PR-6905 [Pipeline] node Running on lascaux02 in /var/jenkins/workspace/Kokkos_PR-6905 Running on fetnat03 in /var/jenkins/workspace/Kokkos_PR-6905 [Pipeline] node [Pipeline] node [Pipeline] node Running on fetnat06 in /var/jenkins/workspace/Kokkos_PR-6905 [Pipeline] node [Pipeline] node Running on fetnat09 in /var/jenkins/workspace/Kokkos_PR-6905 [Pipeline] { Running on waffle02 in /var/jenkins/workspace/Kokkos_PR-6905 Running on fetnat08 in /var/jenkins/workspace/Kokkos_PR-6905 Running on CpuNode6 in /var/jenkins/workspace/Kokkos_PR-6905 [Pipeline] { Running on fetnat07 in /var/jenkins/workspace/Kokkos_PR-6905 [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE [Pipeline] checkout using credential Jenkins ORNL Selected Git installation does not exist. Using Default The recommended git tool is: NONE Fetching changes from the remote Git repository [Pipeline] checkout using credential Jenkins ORNL Selected Git installation does not exist. Using Default The recommended git tool is: NONE Cloning the remote Git repository Cloning with configured refspecs honoured and without tags using credential Jenkins ORNL [Pipeline] checkout Fetching without tags Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Selected Git installation does not exist. Using Default 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 Selected Git installation does not exist. Using Default The recommended git tool is: NONE [Pipeline] checkout using credential Jenkins ORNL Selected Git installation does not exist. Using Default The recommended git tool is: NONE Cloning the remote Git repository Cloning with configured refspecs honoured and without tags using credential Jenkins ORNL [Pipeline] checkout Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential Jenkins ORNL [Pipeline] { Cloning the remote Git repository Cloning with configured refspecs honoured and without tags [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential Jenkins ORNL using credential Jenkins ORNL [Pipeline] checkout Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Selected Git installation does not exist. Using Default 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 Selected Git installation does not exist. Using Default The recommended git tool is: NONE Merging remotes/origin/develop commit 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 into PR head commit fbf429ab6d469e78d99b5ef975fc1090074965ea Merge succeeded, producing a3c58e9ee571b630873f154316029e03f906b258 Checking out Revision a3c58e9ee571b630873f154316029e03f906b258 (PR-6905) Commit message: "Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD" First time build. Skipping changelog. [Pipeline] withEnv > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-6905/.git # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.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/kokkos/kokkos.git +refs/pull/6905/head:refs/remotes/origin/PR-6905 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fbf429ab6d469e78d99b5ef975fc1090074965ea # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a3c58e9ee571b630873f154316029e03f906b258 # timeout=10 [Pipeline] { Cloning repository https://github.com/kokkos/kokkos.git > git init /var/jenkins/workspace/Kokkos_PR-6905 # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.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/kokkos/kokkos.git +refs/pull/6905/head:refs/remotes/origin/PR-6905 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 [Pipeline] isUnix Cloning repository https://github.com/kokkos/kokkos.git > git init /var/jenkins/workspace/Kokkos_PR-6905 # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6905/head:refs/remotes/origin/PR-6905 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 [Pipeline] readFile Cloning repository https://github.com/kokkos/kokkos.git > git init /var/jenkins/workspace/Kokkos_PR-6905 # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.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/kokkos/kokkos.git +refs/pull/6905/head:refs/remotes/origin/PR-6905 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 Cloning repository https://github.com/kokkos/kokkos.git > git init /var/jenkins/workspace/Kokkos_PR-6905 # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.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/kokkos/kokkos.git +refs/pull/6905/head:refs/remotes/origin/PR-6905 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 [Pipeline] sh Cloning repository https://github.com/kokkos/kokkos.git > git init /var/jenkins/workspace/Kokkos_PR-6905 # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.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/kokkos/kokkos.git +refs/pull/6905/head:refs/remotes/origin/PR-6905 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 Cloning repository https://github.com/kokkos/kokkos.git > git init /var/jenkins/workspace/Kokkos_PR-6905 # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.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/kokkos/kokkos.git +refs/pull/6905/head:refs/remotes/origin/PR-6905 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 Cloning repository https://github.com/kokkos/kokkos.git > git init /var/jenkins/workspace/Kokkos_PR-6905 # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.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/kokkos/kokkos.git +refs/pull/6905/head:refs/remotes/origin/PR-6905 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 Cloning repository https://github.com/kokkos/kokkos.git > git init /var/jenkins/workspace/Kokkos_PR-6905 # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.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/kokkos/kokkos.git +refs/pull/6905/head:refs/remotes/origin/PR-6905 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 Cloning repository https://github.com/kokkos/kokkos.git > git init /var/jenkins/workspace/Kokkos_PR-6905 # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.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/kokkos/kokkos.git +refs/pull/6905/head:refs/remotes/origin/PR-6905 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 using credential Jenkins ORNL Cloning the remote Git repository Cloning with configured refspecs honoured and without tags + docker build -t 89e4d006eb79e76828b55d8c054d6a2095557aaf -f scripts/docker/Dockerfile.sycl scripts/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 22.02kB Step 1/16 : ARG BASE=nvidia/cuda:11.7.1-devel-ubuntu22.04 Step 2/16 : FROM $BASE ---> 28a6f693c19c Step 3/16 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub ---> Using cache ---> 343be2343ff0 Step 4/16 : RUN apt-get update && apt-get install -y bc wget ccache ninja-build python3 git libomp-dev && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> fca416d5ff4d Step 5/16 : 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 ---> 5627622d2e28 Step 6/16 : ARG CMAKE_VERSION=3.23.2 ---> Using cache ---> 034a039787e8 Step 7/16 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> 8a4c5ad482f4 Step 8/16 : RUN 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* ---> Using cache ---> 11a39ad115e4 Step 9/16 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> dfb8d1f66336 Step 10/16 : 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-and-cpp-classic-2023.0.0 && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 0eec8d44ecdf Step 11/16 : RUN wget https://cloud.cees.ornl.gov/download/oneapi-for-nvidia-gpus-2023.0.0-linux.sh && chmod +x oneapi-for-nvidia-gpus-2023.0.0-linux.sh && ./oneapi-for-nvidia-gpus-2023.0.0-linux.sh -y && rm oneapi-for-nvidia-gpus-2023.0.0-linux.sh ---> Using cache ---> f8383f0eb758 Step 12/16 : RUN wget https://registrationcenter-download.intel.com/akdlm/irc_nas/19133/l_oneDPL_p_2022.0.0.25335.sh && chmod +x ./l_oneDPL_p_2022.0.0.25335.sh && ./l_oneDPL_p_2022.0.0.25335.sh -a -s --eula accept && rm l_oneDPL_p_2022.0.0.25335.sh ---> Using cache ---> 4547c283eed3 Step 13/16 : ENV PATH=/opt/intel/oneapi/compiler/latest/linux/bin-llvm/:$PATH ---> Using cache ---> 9d843a78af37 Step 14/16 : ENV PATH=/opt/intel/oneapi/compiler/latest/linux/bin/:$PATH ---> Using cache ---> 06363243a9a0 Step 15/16 : ENV LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/latest/linux/lib:$LD_LIBRARY_PATH ---> Using cache ---> fbad7da2469e Step 16/16 : ENV LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/latest/linux/compiler/lib/intel64_lin:$LD_LIBRARY_PATH ---> Using cache ---> 7fc4a583c5e3 Successfully built 7fc4a583c5e3 Successfully tagged 89e4d006eb79e76828b55d8c054d6a2095557aaf:latest [Pipeline] isUnix Cloning repository https://github.com/kokkos/kokkos.git > git init /var/jenkins/workspace/Kokkos_PR-6905 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . 89e4d006eb79e76828b55d8c054d6a2095557aaf . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer waffle03 seems to be running inside container c1b649345218bae875b11a76f1da2aa3347d4275863f1f28a2e919c3ff3e1e6c $ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache -w /var/jenkins/workspace/Kokkos_PR-6905 --volumes-from c1b649345218bae875b11a76f1da2aa3347d4275863f1f28a2e919c3ff3e1e6c -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 ******** 89e4d006eb79e76828b55d8c054d6a2095557aaf cat Fetching upstream changes from https://github.com/kokkos/kokkos.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/kokkos/kokkos.git +refs/pull/6905/head:refs/remotes/origin/PR-6905 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 Fetching without tags Fetching without tags > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6905/head:refs/remotes/origin/PR-6905 # timeout=10 > git config --add remote.origin.fetch +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6905/head:refs/remotes/origin/PR-6905 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6905/head:refs/remotes/origin/PR-6905 # timeout=10 > git config --add remote.origin.fetch +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6905/head:refs/remotes/origin/PR-6905 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 Merging remotes/origin/develop commit 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 into PR head commit fbf429ab6d469e78d99b5ef975fc1090074965ea Merging remotes/origin/develop commit 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 into PR head commit fbf429ab6d469e78d99b5ef975fc1090074965ea Merge succeeded, producing 67af2a29ad7e9c8b0461537bfde5d8614eefb316 Checking out Revision 67af2a29ad7e9c8b0461537bfde5d8614eefb316 (PR-6905) Commit message: "Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD" First time build. Skipping changelog. Merge succeeded, producing 67af2a29ad7e9c8b0461537bfde5d8614eefb316 Checking out Revision 67af2a29ad7e9c8b0461537bfde5d8614eefb316 (PR-6905) Commit message: "Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD" > git config core.sparsecheckout # timeout=10 > git checkout -f fbf429ab6d469e78d99b5ef975fc1090074965ea # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 67af2a29ad7e9c8b0461537bfde5d8614eefb316 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fbf429ab6d469e78d99b5ef975fc1090074965ea # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 67af2a29ad7e9c8b0461537bfde5d8614eefb316 # timeout=10 Fetching without tags > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6905/head:refs/remotes/origin/PR-6905 # timeout=10 > git config --add remote.origin.fetch +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6905/head:refs/remotes/origin/PR-6905 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 Fetching without tags Merging remotes/origin/develop commit 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 into PR head commit fbf429ab6d469e78d99b5ef975fc1090074965ea Merging remotes/origin/develop commit 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 into PR head commit fbf429ab6d469e78d99b5ef975fc1090074965ea Merge succeeded, producing ce80caafe92f6150195aa72aba0ea29c40817932 Checking out Revision ce80caafe92f6150195aa72aba0ea29c40817932 (PR-6905) Commit message: "Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD" First time build. Skipping changelog. > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6905/head:refs/remotes/origin/PR-6905 # timeout=10 > git config --add remote.origin.fetch +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6905/head:refs/remotes/origin/PR-6905 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fbf429ab6d469e78d99b5ef975fc1090074965ea # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ce80caafe92f6150195aa72aba0ea29c40817932 # timeout=10 Merge succeeded, producing 71c621a05cad7f237dd8e917fd2388dfd14e1dfd Checking out Revision 71c621a05cad7f237dd8e917fd2388dfd14e1dfd (PR-6905) Commit message: "Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD" First time build. Skipping changelog. > git config core.sparsecheckout # timeout=10 > git checkout -f fbf429ab6d469e78d99b5ef975fc1090074965ea # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 71c621a05cad7f237dd8e917fd2388dfd14e1dfd # timeout=10 Fetching without tags Merging remotes/origin/develop commit 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 into PR head commit fbf429ab6d469e78d99b5ef975fc1090074965ea > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6905/head:refs/remotes/origin/PR-6905 # timeout=10 > git config --add remote.origin.fetch +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6905/head:refs/remotes/origin/PR-6905 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fbf429ab6d469e78d99b5ef975fc1090074965ea # timeout=10 Merge succeeded, producing 29990fa9ff6c398b391d3c8b9898f65d46300e65 Checking out Revision 29990fa9ff6c398b391d3c8b9898f65d46300e65 (PR-6905) Commit message: "Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD" First time build. Skipping changelog. > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 29990fa9ff6c398b391d3c8b9898f65d46300e65 # timeout=10 Fetching without tags > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6905/head:refs/remotes/origin/PR-6905 # timeout=10 > git config --add remote.origin.fetch +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6905/head:refs/remotes/origin/PR-6905 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 Merging remotes/origin/develop commit 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 into PR head commit fbf429ab6d469e78d99b5ef975fc1090074965ea Fetching without tags Merging remotes/origin/develop commit 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 into PR head commit fbf429ab6d469e78d99b5ef975fc1090074965ea > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6905/head:refs/remotes/origin/PR-6905 # timeout=10 > git config --add remote.origin.fetch +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6905/head:refs/remotes/origin/PR-6905 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fbf429ab6d469e78d99b5ef975fc1090074965ea # timeout=10 Merge succeeded, producing 89f352b997570174e412a089ca67ca12950c7e9f Checking out Revision 89f352b997570174e412a089ca67ca12950c7e9f (PR-6905) Commit message: "Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD" First time build. Skipping changelog. > git config core.sparsecheckout # timeout=10 > git checkout -f fbf429ab6d469e78d99b5ef975fc1090074965ea # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 89f352b997570174e412a089ca67ca12950c7e9f # timeout=10 Fetching without tags Merge succeeded, producing c5bf4775eb4c92a3bf06a8abb0dca505669ab0c2 Checking out Revision c5bf4775eb4c92a3bf06a8abb0dca505669ab0c2 (PR-6905) Commit message: "Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD" First time build. Skipping changelog. Merging remotes/origin/develop commit 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 into PR head commit fbf429ab6d469e78d99b5ef975fc1090074965ea Fetching without tags $ docker top 898a9ccdf70892868e1d4ee8f7b2d06ce2623831e1006063d3f2ee8d7d330ddd -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] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { Merge succeeded, producing 09d0205f79c023e1fc8c0a64f0fb6e49fc9a1c11 Checking out Revision 09d0205f79c023e1fc8c0a64f0fb6e49fc9a1c11 (PR-6905) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile Commit message: "Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD" First time build. Skipping changelog. [Pipeline] isUnix [Pipeline] readFile [Pipeline] isUnix [Pipeline] readFile [Pipeline] isUnix [Pipeline] readFile [Pipeline] isUnix [Pipeline] readFile [Pipeline] isUnix [Pipeline] readFile [Pipeline] isUnix [Pipeline] readFile [Pipeline] sh [Pipeline] sh [Pipeline] sh [Pipeline] sh [Pipeline] sh > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c5bf4775eb4c92a3bf06a8abb0dca505669ab0c2 # timeout=10 [Pipeline] sh > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6905/head:refs/remotes/origin/PR-6905 # timeout=10 > git config --add remote.origin.fetch +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6905/head:refs/remotes/origin/PR-6905 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fbf429ab6d469e78d99b5ef975fc1090074965ea # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 09d0205f79c023e1fc8c0a64f0fb6e49fc9a1c11 # timeout=10 Merging remotes/origin/develop commit 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 into PR head commit fbf429ab6d469e78d99b5ef975fc1090074965ea [Pipeline] sh [Pipeline] sh > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6905/head:refs/remotes/origin/PR-6905 # timeout=10 > git config --add remote.origin.fetch +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6905/head:refs/remotes/origin/PR-6905 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fbf429ab6d469e78d99b5ef975fc1090074965ea # timeout=10 + ccache --zero-stats Statistics zeroed [Pipeline] sh + docker build -t ab4419d9fee1b8f27197b84a15e0a98d9b8b2faf -f scripts/docker/Dockerfile.nvhpc scripts/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 22.02kB Step 1/7 : ARG BASE=nvcr.io/nvidia/nvhpc:23.7-devel-cuda12.2-ubuntu20.04 Step 2/7 : FROM $BASE ---> 14f99d87eca9 Step 3/7 : 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 ---> fbe999c47d4c Step 4/7 : ARG CMAKE_VERSION=3.23.1 ---> Using cache ---> d96f6463a078 Step 5/7 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> aaeba91d06ab Step 6/7 : RUN 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* ---> Using cache ---> ed9691c173ad Step 7/7 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> e52dba42e05f Successfully built e52dba42e05f Successfully tagged ab4419d9fee1b8f27197b84a15e0a98d9b8b2faf:latest [Pipeline] withEnv [Pipeline] { + docker build -t 723d1ceda4047978fa298b11e75aee74cdf06d23 --build-arg BASE=rocm/dev-ubuntu-20.04:5.2-complete -f scripts/docker/Dockerfile.hipcc scripts/docker #1 [internal] load build definition from Dockerfile.hipcc #1 sha256:ef67c3234640fc81d7087f63c0c44b42e63dce6c26c63039b0dd80634922e74a #1 transferring dockerfile: 1.38kB done #1 DONE 0.0s #2 [internal] load metadata for docker.io/rocm/dev-ubuntu-20.04:5.2-complete #2 sha256:69c5ca29d0872de0ebfb6a8fe6829aeb16bc364d36baf420066bee35d46f00d3 + docker build -t d7c588540421c1039811652c3bd050a316b46cff --build-arg BASE=rocm/dev-ubuntu-20.04:5.6-complete -f scripts/docker/Dockerfile.hipcc scripts/docker #1 [internal] load build definition from Dockerfile.hipcc #1 sha256:1d991c158fbc9247f0f86a3a3aba0fb56e322a1ecdfb6f8ec555d07191c260d3 #1 transferring dockerfile: 1.38kB done #1 DONE 0.0s #2 [internal] load metadata for docker.io/rocm/dev-ubuntu-20.04:5.6-complete #2 sha256:de758bb069f537eec48abc7bc43bc4c241cc935759afc505336c42a91c26893c + docker build -t 0dbfed24efe8e0a000b7ae1a2241563ebd8695dc -f scripts/docker/Dockerfile.openmptarget scripts/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 22.02kB Step 1/14 : ARG BASE=nvidia/cuda:11.1.1-devel-ubuntu20.04 Step 2/14 : FROM $BASE ---> 9165013c68c2 Step 3/14 : RUN apt-get update && apt-get install -y bc git wget ccache python3 libelf-dev g++-multilib && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 21c085ba6cc6 Step 4/14 : ARG NPROC=8 ---> Using cache ---> bca679032d78 Step 5/14 : 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 ---> cfc2522660c5 Step 6/14 : ARG CMAKE_VERSION=3.27.7 ---> Using cache ---> 39eaf0abe687 Step 7/14 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> 837e40671ed3 Step 8/14 : RUN 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_SCRIPT} ---> Using cache ---> a683df273bb4 Step 9/14 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> 548fcaf54517 Step 10/14 : ARG LLVM_VERSION=llvmorg-17.0.3 ---> Using cache ---> b3298ce6a58c Step 11/14 : ENV LLVM_DIR=/opt/llvm ---> Using cache ---> df8141323ff6 Step 12/14 : RUN LLVM_URL=https://github.com/llvm/llvm-project/archive && LLVM_ARCHIVE=${LLVM_VERSION}.tar.gz && SCRATCH_DIR=/scratch && mkdir -p ${SCRATCH_DIR} && cd ${SCRATCH_DIR} && wget --quiet ${LLVM_URL}/${LLVM_ARCHIVE} && mkdir llvm-project && tar -xf ${LLVM_ARCHIVE} -C llvm-project --strip-components=1 && cd llvm-project && mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$LLVM_DIR -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DLLVM_ENABLE_PROJECTS="clang" -DLLVM_ENABLE_RUNTIMES="openmp" -DCLANG_OPENMP_NVPTX_DEFAULT_ARCH=sm_70 -DLIBOMPTARGET_NVPTX_COMPUTE_CAPABILITIES=70 ../llvm && make -j${NPROC} && make install && rm -rf ${SCRATCH_DIR} ---> Using cache ---> 2333793e0d23 Step 13/14 : ENV PATH=${LLVM_DIR}/bin:$PATH ---> Using cache ---> 10a201471a45 Step 14/14 : ENV LD_LIBRARY_PATH=${LLVM_DIR}/lib:$LD_LIBRARY_PATH ---> Using cache ---> 65af181dc324 Successfully built 65af181dc324 Successfully tagged 0dbfed24efe8e0a000b7ae1a2241563ebd8695dc:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] readFile + docker build -t e03b2057e9871dfed57e08370a10fdb95d529c1f --build-arg BASE=nvidia/cuda:11.7.1-devel-ubuntu20.04 -f scripts/docker/Dockerfile.nvcc scripts/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 22.02kB Step 1/10 : ARG BASE=nvidia/cuda:9.2-devel Step 2/10 : FROM $BASE ---> 54bed995e06c Step 3/10 : ARG ADDITIONAL_PACKAGES ---> Using cache ---> 3634fb14be76 Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub ---> Using cache ---> 2d6ac161ebf5 Step 5/10 : RUN apt-get update && apt-get install -y bc wget ccache $ADDITIONAL_PACKAGES && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 5ab926d7ff2c Step 6/10 : 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 ---> 462171bd6a54 Step 7/10 : ARG CMAKE_VERSION=3.16.8 ---> Using cache ---> 5d682650da50 Step 8/10 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> 608becdb1ae9 Step 9/10 : RUN 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* ---> Using cache ---> d90c12932703 Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> a94b5944f4a6 Successfully built a94b5944f4a6 Successfully tagged e03b2057e9871dfed57e08370a10fdb95d529c1f:latest [Pipeline] sh + docker build -t 8cd0f06dae41b5981ed0c0da0477f0bbeeef93d6 --build-arg BASE=nvidia/cuda:11.6.2-devel-ubuntu20.04 -f scripts/docker/Dockerfile.nvcc scripts/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 22.02kB Step 1/10 : ARG BASE=nvidia/cuda:9.2-devel Step 2/10 : FROM $BASE ---> d3d3738d6060 Step 3/10 : ARG ADDITIONAL_PACKAGES ---> Using cache ---> bb64e9e261e8 Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub ---> Using cache ---> d46d093d9f3c Step 5/10 : RUN apt-get update && apt-get install -y bc wget ccache $ADDITIONAL_PACKAGES && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 5e479817f9d4 Step 6/10 : 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 ---> 17b26fb3f538 Step 7/10 : ARG CMAKE_VERSION=3.16.8 ---> Using cache ---> 1592ae0d3c5e Step 8/10 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> 2a23efb9bfcf Step 9/10 : RUN 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* ---> Using cache ---> 900a7eec0bae Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> a3920ad56134 Successfully built a3920ad56134 Successfully tagged 8cd0f06dae41b5981ed0c0da0477f0bbeeef93d6:latest [Pipeline] sh Merge succeeded, producing 09d0205f79c023e1fc8c0a64f0fb6e49fc9a1c11 Checking out Revision 09d0205f79c023e1fc8c0a64f0fb6e49fc9a1c11 (PR-6905) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { + docker build -t 10bb46fe6869ce7e6b85c5d6297e232f045f2307 -f scripts/docker/Dockerfile.kokkosllvmproject scripts/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 22.02kB Step 1/13 : FROM nvidia/cuda:11.0.3-devel ---> f6eb2aa24ca2 Step 2/13 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub ---> Using cache ---> 3369ae23ae69 Step 3/13 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y bc git wget ccache python3 python3-distutils && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 955b974d0528 Step 4/13 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common && add-apt-repository ppa:ubuntu-toolchain-r/test -y && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y g++-9 && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 872f7cf489d5 Step 5/13 : 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 ---> 11cf0e8d80a7 Step 6/13 : ARG CMAKE_VERSION=3.16.8 ---> Using cache ---> 6d699b4884ce Step 7/13 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> 68e24c928d99 Step 8/13 : RUN 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* ---> Using cache ---> cbe3e5c0d220 Step 9/13 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> e9fb06fa6329 Step 10/13 : ARG NPROC=8 ---> Using cache ---> fd929d9a0d72 Step 11/13 : ENV LLVM_DIR=/opt/llvm ---> Using cache ---> f49c6d142bc9 Step 12/13 : RUN LLVM_VERSION=32413084ecbb5e739c6b35d8bf13ad972985acb3 && LLVM_URL=https://github.com/kokkos/llvm-project/archive/${LLVM_VERSION}.tar.gz && LLVM_ARCHIVE=llvm.tar.xz && SCRATCH_DIR=/scratch && mkdir -p ${SCRATCH_DIR} && cd ${SCRATCH_DIR} && wget --quiet ${LLVM_URL} --output-document=${LLVM_ARCHIVE} && mkdir llvm-project && tar -xf ${LLVM_ARCHIVE} -C llvm-project --strip-components=1 && cd llvm-project && mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$LLVM_DIR -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;compiler-rt" ../llvm && make -j${NPROC} && make install && echo "${LLVM_DIR}/lib" > /etc/ld.so.conf.d/llvm.conf && ldconfig && rm -rf ${SCRATCH_DIR} ---> Using cache ---> ece372bae600 Step 13/13 : ENV PATH=${LLVM_DIR}/bin:$PATH ---> Using cache ---> cf833de711b2 Successfully built cf833de711b2 Successfully tagged 10bb46fe6869ce7e6b85c5d6297e232f045f2307:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + rm -rf build + mkdir -p build + cd build + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_FLAGS=-fsycl-device-code-split=per_kernel -Wno-deprecated-declarations -Werror -Wno-gnu-zero-variadic-macro-arguments -Wno-unknown-cuda-version -Wno-sycl-target -DKOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED=0 -DKokkos_ARCH_NATIVE=ON -DKokkos_ARCH_AMPERE80=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF -DKokkos_ENABLE_DEPRECATION_WARNINGS=OFF -DKokkos_ENABLE_EXAMPLES=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_SYCL=ON -DKokkos_ENABLE_UNSUPPORTED_ARCHS=ON -DCMAKE_CXX_STANDARD=17 .. -- Setting default Kokkos CXX standard to 17 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { Commit message: "Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD" #2 DONE 0.4s [Pipeline] sh [Pipeline] sh [Pipeline] isUnix + docker inspect -f . ab4419d9fee1b8f27197b84a15e0a98d9b8b2faf . [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker build -t ab4419d9fee1b8f27197b84a15e0a98d9b8b2faf -f scripts/docker/Dockerfile.nvhpc scripts/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 22.02kB Step 1/7 : ARG BASE=nvcr.io/nvidia/nvhpc:23.7-devel-cuda12.2-ubuntu20.04 Step 2/7 : FROM $BASE ---> 14f99d87eca9 Step 3/7 : 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 ---> da389f432647 Step 4/7 : ARG CMAKE_VERSION=3.23.1 ---> Using cache ---> 51ccfe3c521d Step 5/7 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> be96834b6a42 Step 6/7 : RUN 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* ---> Using cache ---> 9a1283dc0dc7 Step 7/7 : ENV PATH=${CMAKE_DIR}/bin:$PATH ---> Using cache ---> 3edf67c48862 Successfully built 3edf67c48862 Successfully tagged ab4419d9fee1b8f27197b84a15e0a98d9b8b2faf:latest [Pipeline] } [Pipeline] // withEnv + docker inspect -f . 0dbfed24efe8e0a000b7ae1a2241563ebd8695dc . [Pipeline] withDockerContainer #3 [internal] load .dockerignore #3 sha256:e874ac18f6064981e6eae6b456e690a40598bf6105b8d09f62584e1ff23a6f98 #3 transferring context: 2B done #3 DONE 0.0s #7 [1/4] FROM docker.io/rocm/dev-ubuntu-20.04:5.6-complete@sha256:69f9a8c786ebc09df7f1d260a55beecd13dffa9b9246f230c87a9c1fd18450ca #7 sha256:ffddc1d77564ffa1850adade7576baa2e2d6c4c4f2b0aac44d8b2ed6963b188c #7 DONE 0.0s #5 [3/4] 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}* #5 sha256:dcdf979997794f10bbcd7abf4fec045abd70d14f3422b80cb5ff2e431cac7b3e #5 CACHED #6 [2/4] RUN apt-get update && apt-get install -y kmod wget ccache file && apt-get clean && rm -rf /var/lib/apt/lists/* #6 sha256:eee317d2a7f4779d060a861ce9a331cd3248901cb269bf6074da9095560d6064 #6 CACHED #4 [4/4] RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v3.16.8 && CMAKE_SCRIPT=cmake-3.16.8-Linux-x86_64.sh && CMAKE_SHA256=cmake-3.16.8-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 /opt/cmake && sh ${CMAKE_SCRIPT} --skip-license --prefix=/opt/cmake && rm cmake* #4 sha256:20c689dff20b411847f5eda1b64d1a0cb0d81c56925ebcd23655573196947434 #4 CACHED #8 exporting to image #8 sha256:6f4db63cce97f7f8fc71cb34a7441dc71f13e0716a04bc80f92440099e867c12 #8 exporting layers done #8 writing image sha256:c9c631ec45616f09b871da990fb8bc3e4c964e4bf5669098975e745b410bab1b done #8 naming to docker.io/library/d7c588540421c1039811652c3bd050a316b46cff:latest done #8 DONE 0.0s fetnat05 seems to be running inside container b3517e93f044dd7efc194e11e91b888823fb4a8cdd0e088a697c6f6654c71052 + docker inspect -f . e03b2057e9871dfed57e08370a10fdb95d529c1f . + docker inspect -f . 8cd0f06dae41b5981ed0c0da0477f0bbeeef93d6 . $ docker run -t -d -u 0:0 --env NVIDIA_VISIBLE_DEVICES=$NVIDIA_VISIBLE_DEVICES -w /var/jenkins/workspace/Kokkos_PR-6905 --volumes-from b3517e93f044dd7efc194e11e91b888823fb4a8cdd0e088a697c6f6654c71052 -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 ******** ab4419d9fee1b8f27197b84a15e0a98d9b8b2faf cat + docker inspect -f . 10bb46fe6869ce7e6b85c5d6297e232f045f2307 . #2 DONE 0.8s #3 [internal] load .dockerignore #3 sha256:28e7ce300a096273fd23482109538351105266dc62e8f5a5d57e9806b9d1ec1b #3 transferring context: 2B done #3 DONE 0.0s #7 [1/4] FROM docker.io/rocm/dev-ubuntu-20.04:5.2-complete@sha256:4030c8af0c06c286174758523dabe4b3850bf72d4a8c1ef275d3ec69aa475f65 #7 sha256:46e7225914703c6216b5edd9357c34cc081c7069f463d0428f0d1fc9b4ae6fdb #7 DONE 0.0s #6 [2/4] RUN apt-get update && apt-get install -y kmod wget ccache file && apt-get clean && rm -rf /var/lib/apt/lists/* #6 sha256:044bb24ef46631cd7728b5dac3d03c2bc57ea5f7b5e808b57cec03b25c86f367 #6 CACHED #5 [3/4] 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}* #5 sha256:048ccd7a655b3c43ab7c9d5d0849019f138019335967f1eb1a2e1ed37b9732b5 #5 CACHED #4 [4/4] RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v3.16.8 && CMAKE_SCRIPT=cmake-3.16.8-Linux-x86_64.sh && CMAKE_SHA256=cmake-3.16.8-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 /opt/cmake && sh ${CMAKE_SCRIPT} --skip-license --prefix=/opt/cmake && rm cmake* #4 sha256:cb46f82ed2d1fa39346555236424180bec57cef5b2488e2132cbc08c475e280d #4 CACHED #8 exporting to image #8 sha256:c56480074d149f5f0e9256c933af9f80f226b90252126d47d6c23b5446178e5f #8 exporting layers done #8 writing image sha256:0ee0885998ca54715e5c55755bbef9da1b6061c23b8733531b3e598f95e6eb92 done #8 naming to docker.io/library/723d1ceda4047978fa298b11e75aee74cdf06d23:latest done #8 DONE 0.0s -- 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/latest/linux/bin-llvm/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.3.99 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 09d0205f79c023e1fc8c0a64f0fb6e49fc9a1c11 # timeout=10 -- The project name is: Kokkos -- Using internal gtest for testing -- Configured git information in /var/jenkins/workspace/Kokkos_PR-6905/build/generated/Kokkos_Version_Info.cpp -- 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 -- SIMD: AVX2 detected -- Looking for SYCL_EXT_ONEAPI_DEVICE_GLOBAL $ docker top 888e5c97ce15ff5361e829f46583910002f4b87a5b836196ad7dfe311293e186 -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] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh [Pipeline] sh [Pipeline] // withEnv [Pipeline] // withEnv [Pipeline] // withEnv [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 --env NVIDIA_VISIBLE_DEVICES=$NVIDIA_VISIBLE_DEVICES -w /var/jenkins/workspace/Kokkos_PR-6905 --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 ******** 0dbfed24efe8e0a000b7ae1a2241563ebd8695dc cat + docker inspect -f . ab4419d9fee1b8f27197b84a15e0a98d9b8b2faf . + docker inspect -f . 723d1ceda4047978fa298b11e75aee74cdf06d23 . + docker inspect -f . d7c588540421c1039811652c3bd050a316b46cff . -- Looking for SYCL_EXT_ONEAPI_DEVICE_GLOBAL - not found -- Built-in Execution Spaces: -- Device Parallel: Kokkos::Experimental::SYCL -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- AMPERE80 -- Found TPLLIBDL: /usr/include -- Looking for C++ include oneapi/dpl/execution -- Looking for C++ include oneapi/dpl/execution - not found -- Looking for C++ include oneapi/dpl/algorithm -- Looking for C++ include oneapi/dpl/algorithm - not found -- Performing Test KOKKOS_NO_TBB_CONFLICT Fetching without tags Merging remotes/origin/develop commit 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 into PR head commit fbf429ab6d469e78d99b5ef975fc1090074965ea -- Performing Test KOKKOS_NO_TBB_CONFLICT - Success -- oneDPL: ONEDPL_PAR_BACKEND=tbb, disable OpenMP backend -- Performing Test _fsycl_option > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/6905/head:refs/remotes/origin/PR-6905 # timeout=10 > git config --add remote.origin.fetch +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10 Fetching upstream changes from https://github.com/kokkos/kokkos.git using GIT_ASKPASS to set credentials > git fetch --no-tags --progress -- https://github.com/kokkos/kokkos.git +refs/pull/6905/head:refs/remotes/origin/PR-6905 +refs/heads/develop:refs/remotes/origin/develop # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fbf429ab6d469e78d99b5ef975fc1090074965ea # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials > git merge 68c66846945c28e7b95ba099f2b4fbbe2b72fd63 # timeout=10 $ docker top d64334e3e24b4858edd658e81ce06d7682d8380aa8b88e69ca264aa5e6e73284 -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] { Merge succeeded, producing baf73fafb491b3fa56af5a3ce5d5f6e0a6988ef9 Checking out Revision baf73fafb491b3fa56af5a3ce5d5f6e0a6988ef9 (PR-6905) [Pipeline] withDockerContainer fetnat09 seems to be running inside container ba645db59ffe47642024d2ecfbbc5bb83fd3f98f0634473d3dd1c7d42e195586 Commit message: "Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD" First time build. Skipping changelog. $ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache --env NVIDIA_VISIBLE_DEVICES=$NVIDIA_VISIBLE_DEVICES -w /var/jenkins/workspace/Kokkos_PR-6905 --volumes-from ba645db59ffe47642024d2ecfbbc5bb83fd3f98f0634473d3dd1c7d42e195586 -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 ******** e03b2057e9871dfed57e08370a10fdb95d529c1f cat -- Performing Test _fsycl_option - Success -- Using internal desul_atomics copy > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f baf73fafb491b3fa56af5a3ce5d5f6e0a6988ef9 # timeout=10 -- Found Python3: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter -- No installed google benchmark found, fetching from GitHub -- [benchmark] Failed to find LLVM FileCheck -- [benchmark] Found Git: /usr/bin/git (found version "2.34.1") -- [benchmark] git version: v0.0.0 normalized to 0.0.0 -- [benchmark] Version: 1.7.1 -- [benchmark] Looking for shm_open in rt -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL $ docker top 309fc3cbcf7fba74e7fa95a8a5e85b671a508ef0bbf024e31461ff7aec699e8d -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] withDockerContainer waffle02 seems to be running inside container 513ee25db9c00f1143f827fe54a65b8d4179488f3cfafb783bbd6973b26d5cb3 $ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache --env NVIDIA_VISIBLE_DEVICES=$NVIDIA_VISIBLE_DEVICES -w /var/jenkins/workspace/Kokkos_PR-6905 --volumes-from 513ee25db9c00f1143f827fe54a65b8d4179488f3cfafb783bbd6973b26d5cb3 -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 ******** 8cd0f06dae41b5981ed0c0da0477f0bbeeef93d6 cat -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY $ docker top 5a25a99af8611989fe99b5f3e23d9fa32585e12d8f724d4109a97b34436de9ce -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] 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/Kokkos_PR-6905 --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 ******** 10bb46fe6869ce7e6b85c5d6297e232f045f2307 cat -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success -- [benchmark] Enabling additional flags: -DINCLUDE_DIRECTORIES=/var/jenkins/workspace/Kokkos_PR-6905/build/_deps/googlebenchmark-src/include -- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES -- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- [benchmark] Compiling and running to test HAVE_STD_REGEX -- [benchmark] Performing Test HAVE_STD_REGEX -- success -- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile -- [benchmark] Compiling and running to test HAVE_POSIX_REGEX -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- [benchmark] Found Threads: TRUE -- Kokkos Backends: SERIAL;SYCL -- Configuring done $ docker top 849296afff9ca9a82f1fc402cffc43608e0d9c4b734c6425445eefb21b639351 -eo pid,comm [Pipeline] { [Pipeline] isUnix [Pipeline] readFile [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] } [Pipeline] } [Pipeline] } + rm -rf build + mkdir -p build + cd build + /opt/cmake/bin/cmake -DCMAKE_CXX_COMPILER=nvc++ -DCMAKE_CXX_STANDARD=17 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_OPENACC=ON -DKokkos_ARCH_VOLTA70=ON .. -- Setting default Kokkos CXX standard to 17 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh [Pipeline] sh [Pipeline] sh [Pipeline] sh [Pipeline] isUnix [Pipeline] readFile [Pipeline] // withEnv [Pipeline] // withEnv [Pipeline] // withEnv [Pipeline] withDockerContainer padirac10 seems to be running inside container d6251860e39f30a414638b0fb6af64bc4fc7eb73af7ecf960218b15fca107db0 $ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache --device=/dev/kfd --device=/dev/dri --security-opt seccomp=unconfined --group-add video --env HIP_VISIBLE_DEVICES=$HIP_VISIBLE_DEVICES -w /var/jenkins/workspace/Kokkos_PR-6905 --volumes-from d6251860e39f30a414638b0fb6af64bc4fc7eb73af7ecf960218b15fca107db0 -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 ******** 723d1ceda4047978fa298b11e75aee74cdf06d23 cat + ccache --zero-stats Statistics zeroed + ccache --zero-stats Statistics zeroed + ccache --zero-stats Statistics zeroed + ccache --zero-stats Statistics zeroed + docker build -t bf47440749bd3976a18c4f39cbec6a6c4eabfea7 -f scripts/docker/Dockerfile.gcc scripts/docker #1 [internal] load .dockerignore #1 sha256:0b9e180ef0670c99ee7080a35ee02f5f08601bfb48b38f0cca662ecd57227f3e #1 transferring context: 2B done #1 DONE 0.0s #2 [internal] load build definition from Dockerfile.gcc #2 sha256:c7d8e29e7315bd1ae4c801830a27ecd8bba0ab4c38ba386f1d0907dabd3a36c6 #2 transferring dockerfile: 1.75kB done #2 DONE 0.0s #3 [internal] load metadata for docker.io/library/ubuntu:20.04 #3 sha256:8e67b796a66f85f06793e026943184e32d365c77929e94d2ac98b34a1e1cb30e #3 DONE 0.0s #8 [1/5] FROM docker.io/library/ubuntu:20.04 #8 sha256:243f75845650c92150b34967f79a539dee49ba028b719b1a41e64f43abcdcac5 #8 DONE 0.0s #7 [2/5] RUN apt-get update && apt-get upgrade -y && apt-get install -y build-essential wget git bc ccache && apt-get clean && rm -rf /var/lib/apt/lists/* #7 sha256:244cba9621c788fd67785a1d49ac9ec2fbc2026a48bf412ee2cf59bd974486bf #7 CACHED #5 [4/5] 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}* #5 sha256:035b84f81dcb1fbe0f758c815269ed6a56dc6c44764865d28eac5764fe2cac95 #5 CACHED #6 [3/5] RUN echo "deb http://dk.archive.ubuntu.com/ubuntu/ xenial main" >> /etc/apt/sources.list && echo "deb http://dk.archive.ubuntu.com/ubuntu/ xenial universe" >> /etc/apt/sources.list && apt-get update && apt-get install -y g++-8 && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 8 && update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 8 && apt-get clean && rm -rf /var/lib/apt/lists/* #6 sha256:648562ad4fcfbc4cb8a5014f4428c2d07061154f853f1e27f22af9ca976a3035 #6 CACHED #4 [5/5] RUN CMAKE_URL=https://github.com/Kitware/CMake/releases/download/v3.16.8 && CMAKE_SCRIPT=cmake-3.16.8-Linux-x86_64.sh && CMAKE_SHA256=cmake-3.16.8-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 /opt/cmake && sh ${CMAKE_SCRIPT} --skip-license --prefix=/opt/cmake && rm cmake* #4 sha256:f39f048c28c6b89431d733a6d575d4533501e1152fa6ffa79fbf8559b4150f40 #4 CACHED #9 exporting to image #9 sha256:483bde8d201ffe6903df2fd6f72d0ea7681e146a16ff86aa063a47e69a9a87f2 #9 exporting layers done #9 writing image sha256:f9c5dddef3c8ce1efff515783e4cb3c4a8978ab37e0e9f91665fb8a2170f00f2 done #9 naming to docker.io/library/bf47440749bd3976a18c4f39cbec6a6c4eabfea7:latest done #9 DONE 0.0s -- The CXX compiler identification is NVHPC 23.7.0 -- Detecting CXX compiler ABI info $ docker top d5c56e77ee7160088518d86196b16cc940a7f3fb5ab6938f1eec668803a67848 -eo pid,comm -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6905/build + make -j8 [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [ 0%] Built target AlwaysCheckGit [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [Pipeline] { [Pipeline] withDockerContainer lascaux02 seems to be running inside container c55c8abc541e493ddf1c7fa64aeb816391440568947c9d39930119f682b12364 $ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache --device=/dev/kfd --device=/dev/dri --security-opt seccomp=unconfined --group-add video --env HIP_VISIBLE_DEVICES=$HIP_VISIBLE_DEVICES -w /var/jenkins/workspace/Kokkos_PR-6905 --volumes-from c55c8abc541e493ddf1c7fa64aeb816391440568947c9d39930119f682b12364 -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 ******** d7c588540421c1039811652c3bd050a316b46cff cat [ 1%] Linking CXX static library libkokkossimd.a [ 1%] Built target kokkossimd [ 1%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o $ docker top 3201a87a9fb8449a470554a42886b1d7e5c7e7152698cc729e076d3665cb7edf -eo pid,comm [Pipeline] { -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin/nvc++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Setting build type to 'RelWithDebInfo' as none was specified. -- Kokkos version: 4.3.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Configured git information in /var/jenkins/workspace/Kokkos_PR-6905/build/generated/Kokkos_Version_Info.cpp -- 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 --c++17;--gnu_extensions for C++17 extensions as feature [Pipeline] withDockerContainer fetnat03 seems to be running inside container 14aa9fee05173a887f67d5cf2fc1b99ca1edb3be022587fc91bcb01017944d3e $ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache --env NVIDIA_VISIBLE_DEVICES=$NVIDIA_VISIBLE_DEVICES -w /var/jenkins/workspace/Kokkos_PR-6905 --volumes-from 14aa9fee05173a887f67d5cf2fc1b99ca1edb3be022587fc91bcb01017944d3e -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 ******** ab4419d9fee1b8f27197b84a15e0a98d9b8b2faf cat [ 1%] Linking CXX shared library libkokkosprinter-tool.so [ 1%] Linking CXX static library libimpl_git_version.a [ 1%] Built target impl_git_version [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 1%] Built target kokkosprinter-tool [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o -- SIMD: AVX512 detected -- Built-in Execution Spaces: -- Device Parallel: Kokkos::Experimental::OpenACC -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- VOLTA70 -- Found TPLLIBDL: /usr/include -- Using internal desul_atomics copy [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o -- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) -- Kokkos Backends: OPENACC;SERIAL -- Configuring done $ docker top 73d3da267425bf13471598b15359b71b1d888d00e01a3301338c8ae3a807ef09 -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 -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6905/build + make -j8 [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [Pipeline] sh [Pipeline] sh [Pipeline] sh [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o [Pipeline] sh + docker build -t 74177340f20f133d192083f9f3bf45602083430e --build-arg BASE=nvidia/cuda:11.0.3-devel-ubuntu18.04 --build-arg ADDITIONAL_PACKAGES=g++-8 gfortran clang --build-arg CMAKE_VERSION=3.17.3 -f scripts/docker/Dockerfile.nvcc scripts/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 22.02kB Step 1/10 : ARG BASE=nvidia/cuda:9.2-devel Step 2/10 : FROM $BASE ---> a557740b9093 Step 3/10 : ARG ADDITIONAL_PACKAGES ---> Using cache ---> b0904cd188e1 Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub ---> Using cache ---> 474f2f97c8f6 Step 5/10 : RUN apt-get update && apt-get install -y bc wget ccache $ADDITIONAL_PACKAGES && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> cbeb21954b70 Step 6/10 : 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}* [Pipeline] sh [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh + rm -rf build + mkdir -p build + cd build + cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_FLAGS=-Wno-unknown-cuda-version -Werror -Wno-undefined-internal -Wno-pass-failed -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_DEPRECATION_WARNINGS=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_TUNING=ON -DKokkos_ENABLE_OPENMPTARGET=ON -DKokkos_ARCH_VOLTA70=ON -DCMAKE_CXX_STANDARD=17 .. + rm -rf build + mkdir -p build + cd build + ../gnu_generate_makefile.bash --with-options=compiler_warnings --cxxflags=-Werror --cxxstandard=c++17 --with-cuda --with-cuda-options=enable_lambda --arch=Volta70 Generating Makefiles with options KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6905 CXX=/var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6905 + make test -j8 [Pipeline] sh [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o + rm -rf build + mkdir -p build + cd build + cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=/var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -DCMAKE_CXX_FLAGS=-Werror -DCMAKE_CXX_STANDARD=17 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEBUG=ON -DKokkos_ENABLE_DEBUG_BOUNDS_CHECK=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_CUDA=ON -DKokkos_ENABLE_CUDA_LAMBDA=ON -DKokkos_ENABLE_LIBDL=OFF -DKokkos_ENABLE_IMPL_MDSPAN=ON -DKokkos_ENABLE_IMPL_CUDA_MALLOC_ASYNC=OFF .. -- Setting default Kokkos CXX standard to 17 + rm -rf build + mkdir -p build + cd build + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_CLANG_TIDY=clang-tidy;-warnings-as-errors=* -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_FLAGS=-Werror -Wno-unknown-cuda-version -DCMAKE_CXX_STANDARD=17 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_DEPRECATION_WARNINGS=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_CUDA=ON -DKokkos_ENABLE_CUDA_LAMBDA=ON -DKokkos_ENABLE_TUNING=ON -DKokkos_ARCH_VOLTA70=ON .. -- Setting default Kokkos CXX standard to 17 ---> Using cache ---> 82e4bae16021 Step 7/10 : ARG CMAKE_VERSION=3.16.8 ---> Using cache ---> 1c1ff09d2e5f Step 8/10 : ENV CMAKE_DIR=/opt/cmake ---> Using cache ---> 4a1fcd2bc148 Step 9/10 : RUN 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* ---> Using cache ---> 25b665da3687 Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH + ccache --zero-stats Statistics zeroed [Pipeline] sh + docker inspect -f . bf47440749bd3976a18c4f39cbec6a6c4eabfea7 . -- Setting default Kokkos CXX standard to 17 [Pipeline] } + ccache --zero-stats Statistics zeroed make -C core/unit_test make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test' make -f /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6905 CXX=/var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6905 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test' [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [Pipeline] // withEnv [Pipeline] withDockerContainer CpuNode6 seems to be running inside container 000334f31f8629b8eaeb6326227b7cf88da75374aa5f2bd4a8e8ac57be811226 ---> Using cache ---> c0d98f633b7d Successfully built c0d98f633b7d Successfully tagged 74177340f20f133d192083f9f3bf45602083430e:latest $ docker run -t -d -u 0:0 -w /var/jenkins/workspace/Kokkos_PR-6905 --volumes-from 000334f31f8629b8eaeb6326227b7cf88da75374aa5f2bd4a8e8ac57be811226 -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 ******** bf47440749bd3976a18c4f39cbec6a6c4eabfea7 cat + rm -rf build + mkdir -p build + cd build + cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=hipcc -DCMAKE_CXX_FLAGS=-Werror -Wno-unused-command-line-argument -DCMAKE_CXX_STANDARD=20 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_DEPRECATION_WARNINGS=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_HIP=ON .. -- Setting default Kokkos CXX standard to 20 [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o + rm -rf build $ docker top 91bd35bd9f1babe72b1d9ef36e71d5419e3e73d4cf841a4952c1af14cf2142ff -eo pid,comm [Pipeline] { [Pipeline] sh + mkdir -p build [ 2%] Linking CXX static library libkokkossimd.a [ 2%] Built target AlwaysCheckGit [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] sh + echo /opt/rocm/llvm/lib + ldconfig [Pipeline] sh + cd build + /opt/cmake/bin/cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=nvc++ -DCMAKE_CXX_STANDARD=17 -DCMAKE_CXX_FLAGS=--diag_suppress=implicit_return_from_non_void_function,no_device_stack -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_CUDA=ON -DKokkos_ENABLE_CUDA_LAMBDA=ON -DKokkos_ENABLE_OPENMP=ON -DKokkos_ENABLE_IMPL_MDSPAN=ON -DKokkos_ENABLE_IMPL_NVHPC_AS_DEVICE_COMPILER=ON .. [ 2%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 2%] Built target kokkossimd + docker inspect -f . 74177340f20f133d192083f9f3bf45602083430e . [Pipeline] } [Pipeline] // withEnv + rm -rf build + mkdir -p build + cd build + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=17 -DCMAKE_CXX_FLAGS=-Werror -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_DEPRECATION_WARNINGS=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_OPENMP=ON -DKokkos_ENABLE_LIBDL=OFF -DKokkos_ENABLE_LIBQUADMATH=ON -DKokkos_ENABLE_SERIAL=ON .. -- Setting default Kokkos CXX standard to 17 [Pipeline] withDockerContainer fetnat08 seems to be running inside container be5ec7de36957e13b6adcafe6b4039637e6f8ecc1e8d2c68f2d94317bd0b1a8a + rm -rf build + mkdir -p build + cd build + cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=hipcc -DCMAKE_CXX_FLAGS=-Werror -Wno-unused-command-line-argument -DNDEBUG -DCMAKE_CXX_STANDARD=17 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_HIP=ON -DKokkos_ENABLE_OPENMP=ON -DKokkos_ENABLE_HIP_MULTIPLE_KERNEL_INSTANTIATIONS=ON .. -- Setting default Kokkos CXX standard to 17 -- Setting default Kokkos CXX standard to 17 [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o $ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache --env NVIDIA_VISIBLE_DEVICES=$NVIDIA_VISIBLE_DEVICES -w /var/jenkins/workspace/Kokkos_PR-6905 --volumes-from be5ec7de36957e13b6adcafe6b4039637e6f8ecc1e8d2c68f2d94317bd0b1a8a -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 ******** 74177340f20f133d192083f9f3bf45602083430e cat -- The CXX compiler identification is Clang 16.0.0 -- Check for working CXX compiler: /opt/rocm/bin/hipcc -- The CXX compiler identification is Clang 12.0.0 -- Check for working CXX compiler: /opt/llvm/bin/clang++ -- Check for working CXX compiler: /opt/llvm/bin/clang++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o -- The CXX compiler identification is GNU 8.4.0 -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.3.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Configured git information in /var/jenkins/workspace/Kokkos_PR-6905/build/generated/Kokkos_Version_Info.cpp -- The CXX compiler identification is Clang 17.0.3 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /opt/llvm/bin/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.3.99 -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.3.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Using -std=gnu++17 for C++17 extensions as feature -- SIMD: AVX2 detected -- Built-in Execution Spaces: -- Device Parallel: NoTypeDefined -- Host Parallel: Kokkos::OpenMP -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- Performing Test KOKKOS_QUADMATH_COMPILER_SUPPORT -- Configured git information in /var/jenkins/workspace/Kokkos_PR-6905/build/generated/Kokkos_Version_Info.cpp -- 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=c++17 for C++17 standard as feature -- Performing Test KOKKOS_QUADMATH_COMPILER_SUPPORT - Success -- Found OpenMP_CXX: -fopenmp (found version "4.5") -- Found OpenMP: TRUE (found version "4.5") -- Using internal desul_atomics copy -- The project name is: Kokkos -- Using internal gtest for testing -- The CXX compiler identification is Clang 14.0.0 -- Check for working CXX compiler: /opt/rocm/bin/hipcc -- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o -- Configured git information in /var/jenkins/workspace/Kokkos_PR-6905/build/generated/Kokkos_Version_Info.cpp -- 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 -- The CXX compiler identification is GNU 9.4.0 -- Check for working CXX compiler: /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -- No installed google benchmark found, fetching from GitHub /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/UnitTestMainInit.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_Init.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_SharedAlloc.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCudaUVM_SharedAlloc.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCudaHostPinned_SharedAlloc.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_RangePolicy.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_RangePolicyRequire.cpp -- SIMD: AVX512 detected -- Built-in Execution Spaces: -- Device Parallel: Kokkos::Cuda -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- VOLTA70 -- Found CUDAToolkit: /usr/local/cuda/include (found version "11.0.221") -- Looking for C++ include pthread.h -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD [ 2%] Linking CXX static library libkokkos_gtest.a [ 2%] Built target kokkos_gtest [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o -- 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 -- [benchmark] Failed to find LLVM FileCheck -- [benchmark] Found Git: /usr/bin/git (found version "2.25.1") -- [benchmark] git version: v0.0.0 normalized to 0.0.0 -- [benchmark] Version: 1.7.1 -- [benchmark] Looking for shm_open in rt -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW -- Check for working CXX compiler: /opt/rocm/bin/hipcc -- works -- Detecting CXX compiler ABI info -- Check for working CXX compiler: /opt/rocm/bin/hipcc -- works -- Detecting CXX compiler ABI info [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 3%] Linking CXX shared library libkokkosprinter-tool.so -- Built-in Execution Spaces: -- Device Parallel: Kokkos::Experimental::OpenMPTarget -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- VOLTA70 -- Found TPLLIBDL: /usr/include -- Using internal desul_atomics copy -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Found TPLCUDA: TRUE -- Found TPLLIBDL: /usr/include -- Using internal desul_atomics copy -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 3%] Linking CXX static library libimpl_git_version.a -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING [ 3%] Built target impl_git_version -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- [benchmark] Compiling and running to test HAVE_STD_REGEX -- Check for working CXX compiler: /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -- works -- Detecting CXX compiler ABI info [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 3%] Built target kokkosprinter-tool [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.3.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.3.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Compiler Version: 5.2.21151 -- Using -std=gnu++17 for C++17 extensions as feature -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.3.99 -- Compiler Version: 5.6.31061 -- 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++2a for C++20 extensions as feature -- The project name is: Kokkos -- Using internal gtest for testing -- Compiler Version: 11.6.124 -- 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=c++17 for C++17 standard as feature -- Found Python3: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter -- No installed google benchmark found, fetching from GitHub -- Found Python3: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter -- No installed google benchmark found, fetching from GitHub [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o -- The CXX compiler identification is NVHPC 23.7.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin/nvc++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.3.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Configured git information in /var/jenkins/workspace/Kokkos_PR-6905/build/generated/Kokkos_Version_Info.cpp -- Using --c++17 for C++17 standard as feature -- [benchmark] Performing Test HAVE_STD_REGEX -- success -- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile -- [benchmark] Compiling and running to test HAVE_POSIX_REGEX -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- [benchmark] Check if compiler accepts -pthread -- [benchmark] Check if compiler accepts -pthread - yes -- [benchmark] Found Threads: TRUE -- [benchmark] Failed to find LLVM FileCheck -- [benchmark] Found Git: /usr/bin/git (found version "2.25.1") -- [benchmark] git version: v0.0.0 normalized to 0.0.0 -- [benchmark] Version: 1.7.1 -- [benchmark] Looking for shm_open in rt -- [benchmark] Failed to find LLVM FileCheck -- [benchmark] Found Git: /usr/bin/git (found version "2.25.1") -- [benchmark] git version: v0.0.0 normalized to 0.0.0 -- [benchmark] Version: 1.7.1 -- [benchmark] Looking for shm_open in rt [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o -- Sources TestOpenMP.cpp -- Kokkos Backends: OPENMP;SERIAL -- Configuring done -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6905/build + make -j8 Scanning dependencies of target AlwaysCheckGit Scanning dependencies of target kokkossimd Scanning dependencies of target kokkos_gtest [ 0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o Scanning dependencies of target benchmark [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o Scanning dependencies of target kokkoscore [ 2%] Linking CXX static library libkokkossimd.a [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 2%] Built target AlwaysCheckGit [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o [ 2%] Built target kokkossimd Scanning dependencies of target impl_git_version [ 2%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 2%] Linking CXX static library libimpl_git_version.a [ 2%] Built target impl_git_version [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o $ docker top 5895c8c709287263ef16b35dbd5ff06377380eb610c2b7c477c97b7314c08831 -eo pid,comm -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING [Pipeline] { [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o -- SIMD: AVX512 detected [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success -- [benchmark] Enabling additional flags: -DINCLUDE_DIRECTORIES=/var/jenkins/workspace/Kokkos_PR-6905/build/_deps/googlebenchmark-src/include -- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES -- CUDA auto-detection of architecture failed with /opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin/nvc++. Enabling CUDA language ONLY to auto-detect architecture... -- Looking for a CUDA compiler [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success -- [benchmark] Enabling additional flags: -DINCLUDE_DIRECTORIES=/var/jenkins/workspace/Kokkos_PR-6905/build/_deps/googlebenchmark-src/include -- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES [Pipeline] withEnv [Pipeline] { [Pipeline] sh [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o + ccache --zero-stats Statistics cleared [Pipeline] sh [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o -- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- [benchmark] Compiling and running to test HAVE_STD_REGEX + rm -rf install + mkdir -p install + rm -rf build + mkdir -p build + cd build + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=g++-8 -DCMAKE_CXX_FLAGS=-Werror -DCMAKE_CXX_STANDARD=17 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_OPENMP=OFF -DKokkos_ENABLE_CUDA=ON -DKokkos_ENABLE_CUDA_LAMBDA=OFF -DKokkos_ENABLE_CUDA_UVM=ON -DKokkos_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_DEPRECATION_WARNINGS=OFF -DKokkos_ENABLE_IMPL_MDSPAN=ON -DCMAKE_INSTALL_PREFIX=/var/jenkins/workspace/Kokkos_PR-6905/build/../install .. [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o -- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE -- Setting default Kokkos CXX standard to 17 [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Failed -- [benchmark] Compiling and running to test HAVE_STD_REGEX [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o -- SIMD: AVX2 detected -- Setting Kokkos_ARCH_VEGA908=ON -- Built-in Execution Spaces: -- Device Parallel: Kokkos::HIP -- Host Parallel: Kokkos::OpenMP -- Host Serial: NONE -- -- Architectures: -- NATIVE -- VEGA908 -- Found TPLLIBDL: /usr/include -- The CXX compiler identification is GNU 8.4.0 -- Check for working CXX compiler: /usr/bin/g++-8 [ 4%] Linking CXX static library libbenchmark.a [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o -- Looking for C++ include pthread.h [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o -- Check for working CXX compiler: /usr/bin/g++-8 - works -- Detecting CXX compiler ABI info -- SIMD: AVX2 detected [ 4%] Built target benchmark [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o -- Detecting CXX compiler ABI info - done -- [benchmark] Performing Test HAVE_STD_REGEX -- success -- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile -- [benchmark] Compiling and running to test HAVE_POSIX_REGEX -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.3.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Compiler Version: 11.0.221 -- kokkos_launch_compiler (/var/jenkins/workspace/Kokkos_PR-6905/bin/kokkos_launch_compiler) is enabled... -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- [benchmark] Check if compiler accepts -pthread [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o -- 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 CMake Deprecation Warning at cmake/kokkos_enable_options.cmake:180 (MESSAGE): Setting Kokkos_ENABLE_CUDA_LAMBDA is deprecated. Lambda expressions in device code are always enabled. Forcing -DKokkos_ENABLE_CUDA_LAMBDA=ON Call Stack (most recent call first): cmake/kokkos_tribits.cmake:202 (INCLUDE) CMakeLists.txt:226 (KOKKOS_SETUP_BUILD_ENVIRONMENT) -- Using -std=c++17 for C++17 standard as feature -- [benchmark] Performing Test HAVE_STD_REGEX -- success -- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile -- [benchmark] Compiling and running to test HAVE_POSIX_REGEX -- [benchmark] Check if compiler accepts -pthread - yes -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK -- SIMD: AVX2 detected -- Setting Kokkos_ARCH_VEGA908=ON -- Built-in Execution Spaces: -- Device Parallel: Kokkos::HIP -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- VEGA908 -- Found TPLLIBDL: /usr/include -- Looking for C++ include pthread.h -- Sources TestCuda.cpp -- Kokkos Backends: CUDA;SERIAL -- Configuring done -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- [benchmark] Check if compiler accepts -pthread -- [benchmark] Check if compiler accepts -pthread - yes -- [benchmark] Found Threads: TRUE -- Kokkos Backends: OPENMPTARGET;SERIAL -- Configuring done (11.8s) [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC.cpp.o -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- hip::amdhip64 is SHARED_LIBRARY -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o -- Generating done -- SIMD: AVX512 detected -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6905/build + make -j8 Scanning dependencies of target AlwaysCheckGit Scanning dependencies of target benchmark Scanning dependencies of target kokkossimd Scanning dependencies of target kokkosprinter-tool Scanning dependencies of target kokkos_gtest [ 0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [ 1%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 1%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o [ 1%] Built target AlwaysCheckGit -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success -- Looking for a CUDA compiler - /opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin/nvcc [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o -- Generating done (1.1s) -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6905/build + make -j8 [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [ 3%] Built target AlwaysCheckGit [ 3%] Linking CXX static library libkokkossimd.a Scanning dependencies of target impl_git_version [ 1%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o -- CUDA auto-detection of architecture failed with /usr/bin/g++-8. Enabling CUDA language ONLY to auto-detect architecture... -- Looking for a CUDA compiler [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [ 3%] Built target kokkossimd [ 2%] Linking CXX static library libkokkossimd.a -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads [ 5%] Linking CXX static library libbenchmark.a [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 5%] Built target benchmark Scanning dependencies of target benchmark_main [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 2%] Built target kokkossimd [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL.cpp.o [ 3%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL_Instance.cpp.o [ 3%] Linking CXX shared library libkokkosprinter-tool.so [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 5%] Linking CXX static library libbenchmark_main.a [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 3%] Built target kokkosprinter-tool [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o [ 4%] Linking CXX static library libimpl_git_version.a [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o Scanning dependencies of target kokkoscore [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o -- Detected CUDA Compute Capability 80 -- Setting Kokkos_ARCH_AMPERE80=ON -- Built-in Execution Spaces: -- Device Parallel: Kokkos::Cuda -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- AMPERE80 -- Found CUDAToolkit: /usr/local/cuda/include (found version "11.6.124") -- Looking for C++ include pthread.h -- Looking for pthread_create in pthread - not found -- Check if compiler accepts -pthread [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACCSpace.cpp.o [ 5%] Built target benchmark_main [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o [ 2%] Linking CXX static library libimpl_git_version.a [ 2%] Built target impl_git_version [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o [ 2%] Linking CXX shared library libkokkosprinter-tool.so [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o [ 4%] Built target impl_git_version [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 2%] Built target kokkosprinter-tool [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o -- Found OpenMP_CXX: -fopenmp=libomp -- Found OpenMP: TRUE -- Using internal desul_atomics copy -- Found Python3: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter -- No installed google benchmark found, fetching from GitHub [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Task.cpp.o -- The CUDA compiler identification is NVIDIA 12.2.91 -- Detecting CUDA compiler ABI info -- [benchmark] Failed to find LLVM FileCheck -- [benchmark] Could NOT find Git (missing: GIT_EXECUTABLE) -- [benchmark] Version: 1.7.1 -- [benchmark] Looking for shm_open in rt -- Check if compiler accepts -pthread - yes -- Found Threads: TRUE -- hip::amdhip64 is SHARED_LIBRARY -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o -- Found Threads: TRUE -- Found TPLCUDA: TRUE -- Using internal desul_atomics copy -- Experimental mdspan support is enabled -- Looking for C++ include experimental/mdspan -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL -- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success -- Using internal desul_atomics copy -- Looking for C++ include experimental/mdspan - not found -- Looking for C++ include mdspan -- Looking for C++ include mdspan - not found -- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-6905/core/src/../../tpls/mdspan/include [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o -- Found Python3: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter -- No installed google benchmark found, fetching from GitHub -- Detecting CUDA compiler ABI info - done [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC_Instance.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC_SharedAllocationRecord.cpp.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o -- Check for working CUDA compiler: /opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin/nvcc - skipped -- Detecting CUDA compile features -- Detecting CUDA compile features - done [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL_Space.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_SYCL.cpp.o [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o -- [benchmark] Failed to find LLVM FileCheck -- [benchmark] Could NOT find Git (missing: GIT_EXECUTABLE) -- [benchmark] Version: 1.7.1 -- [benchmark] Looking for shm_open in rt -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o -- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o -- No installed google benchmark found, fetching from GitHub [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 5%] Linking CXX static library libbenchmark_main.a [ 5%] Built target benchmark_main -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o -- Looking for a CUDA compiler - /usr/local/cuda/bin/nvcc [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o -- [benchmark] Failed to find LLVM FileCheck -- [benchmark] Could NOT find Git (missing: GIT_EXECUTABLE) -- [benchmark] Version: 1.7.1 -- [benchmark] Looking for shm_open in rt -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 7%] Linking CXX static library libkokkos_gtest.a [ 7%] Built target kokkos_gtest [ 7%] Linking CXX static library libkokkoscore.a [ 7%] Built target kokkoscore Scanning dependencies of target kokkoscontainers Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads [ 7%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [ 4%] Linking CXX static library libbenchmark.a -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL [ 4%] Built target benchmark Scanning dependencies of target benchmark_main -- [benchmark] Looking for shm_open in rt - found -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA [ 7%] Linking CXX static library libkokkoscontainers.a -- Detected CUDA Compute Capability 70 -- Setting Kokkos_ARCH_VOLTA70=ON -- Built-in Execution Spaces: -- Device Parallel: Kokkos::Cuda -- Host Parallel: Kokkos::OpenMP -- Host Serial: NONE -- -- Architectures: -- NATIVE -- VOLTA70 -- Found CUDAToolkit: /opt/nvidia/hpc_sdk/Linux_x86_64/23.7/cuda/12.2/include (found version "12.2.91") -- Looking for C++ include pthread.h [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o -- The CUDA compiler identification is NVIDIA 11.0.221 -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o [ 7%] Built target kokkoscontainers Scanning dependencies of target Kokkos_CoreUnitTest_LegionInitialization [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_OpenMPGraph Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHook Scanning dependencies of target Kokkos_CoreUnitTest_SerialGraph [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPGraph.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/UnitTestMainInit.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR Scanning dependencies of target Kokkos_CoreUnitTest_Default Scanning dependencies of target Kokkos_CoreUnitTest_Serial1 [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 10%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found TPLCUDA: TRUE -- Found TPLLIBDL: /usr/include [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o Scanning dependencies of target Kokkos_CoreUnitTest_OpenMP [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW -- Found OpenMP_CXX: -mp -- Found OpenMP: TRUE -- Using internal desul_atomics copy -- Experimental mdspan support is enabled -- Looking for C++ include experimental/mdspan [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - works -- Detecting CUDA compiler ABI info [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC [ 4%] Linking CXX static library libbenchmark_main.a [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 4%] Built target benchmark_main [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o -- Looking for C++ include experimental/mdspan - found -- Looking for C++ include mdspan -- Looking for C++ include mdspan - not found -- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-6905/core/src/../../tpls/mdspan/include -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 5%] Linking CXX static library libkokkos_gtest.a [ 5%] Built target kokkos_gtest [ 10%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPGraph.dir/openmp/TestOpenMP_Graph.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 10%] Built target Kokkos_CoreUnitTest_PushFinalizeHook Scanning dependencies of target Kokkos_CoreUnitTest_OpenMPInterOp [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/serial/TestSerial_Graph.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 6%] Linking CXX static library libbenchmark.a [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS -- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) -- Detecting CUDA compiler ABI info - done -- Detecting CUDA compile features -- Detecting CUDA compile features - done [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o -- Sources TestOpenMP.cpp -- Sources TestCuda.cpp -- Kokkos Backends: OPENMP;CUDA -- Configuring done -- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR [ 6%] Built target benchmark [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE -- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6905/build + make -j8 [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 1%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 5%] Linking CXX static library libkokkoscore.a -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING [ 1%] Built target AlwaysCheckGit [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 7%] Linking CXX static library libbenchmark_main.a [ 5%] Built target kokkoscore [ 6%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC [ 2%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 2%] Linking CXX static library libkokkossimd.a -- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC [ 12%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 7%] Built target benchmark_main [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 2%] Built target kokkossimd [ 12%] Built target Kokkos_CoreUnitTest_LegionInitialization [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS Scanning dependencies of target Kokkos_CoreUnitTest_Serial2 [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED [ 7%] Linking CXX static library libkokkos_gtest.a [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o -- Detected CUDA Compute Capability 70 -- Setting Kokkos_ARCH_VOLTA70=ON -- Built-in Execution Spaces: CMake Deprecation Warning at cmake/kokkos_arch.cmake:1089 (MESSAGE): Setting Kokkos_ENABLE_CUDA_UVM is deprecated - use the portable Kokkos::SharedSpace as an explicit memory space in your code instead Call Stack (most recent call first): cmake/kokkos_tribits.cmake:204 (INCLUDE) CMakeLists.txt:226 (KOKKOS_SETUP_BUILD_ENVIRONMENT) -- Device Parallel: Kokkos::Cuda -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- NATIVE -- VOLTA70 -- Found CUDAToolkit: /usr/local/cuda/include (found version "11.0.221") -- Looking for C++ include pthread.h -- Looking for C++ include pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 [ 7%] Built target kokkos_gtest [ 12%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o -- 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 -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMPTarget/Kokkos_OpenMPTarget_Exec.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMPTarget/Kokkos_OpenMPTarget_Instance.cpp.o [ 12%] Built target Kokkos_CoreUnitTest_OpenMPInterOp -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Found TPLCUDA: TRUE -- Found TPLLIBDL: /usr/include [ 6%] Linking CXX static library libkokkoscore.a [ 6%] Built target kokkoscore [ 6%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING Scanning dependencies of target Kokkos_push_finalize_hook_terminate [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o -- Using internal desul_atomics copy -- Experimental mdspan support is enabled -- Looking for C++ include experimental/mdspan -- Looking for C++ include experimental/mdspan - not found -- Looking for C++ include mdspan -- Looking for C++ include mdspan - not found -- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-6905/core/src/../../tpls/mdspan/include -- Kokkos Backends: CUDA;SERIAL -- Configuring done [ 3%] Linking CXX static library libimpl_git_version.a [ 3%] Linking CXX shared library libkokkosprinter-tool.so [ 3%] Built target impl_git_version [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6905/build + make -j8 install Scanning dependencies of target AlwaysCheckGit Scanning dependencies of target kokkossimd [ 3%] Built target kokkosprinter-tool -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 [ 3%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 3%] Built target AlwaysCheckGit Scanning dependencies of target impl_git_version [ 7%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS [ 10%] Linking CXX static library libkokkossimd.a [ 10%] Built target kokkossimd Scanning dependencies of target kokkoscore [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 14%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 17%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 21%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 25%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 28%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 32%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 35%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 8%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMPTarget/Kokkos_OpenMPTarget_Task.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 39%] Linking CXX static library libimpl_git_version.a -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success -- [benchmark] Enabling additional flags: -DINCLUDE_DIRECTORIES=/var/jenkins/workspace/Kokkos_PR-6905/build/_deps/googlebenchmark-src/include -- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES [ 8%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED [ 12%] Linking CXX executable Kokkos_push_finalize_hook_terminate [ 39%] Built target impl_git_version [ 42%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 12%] Built target Kokkos_push_finalize_hook_terminate [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o Scanning dependencies of target Kokkos_CoreTestCompileOnly [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED [ 8%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestArray.cpp: In function 'constexpr bool {anonymous}::test_array_zero_sized()': /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestArray.cpp:113:8: error: call to non-'constexpr' function 'T& Kokkos::Array::operator[](const iType&) [with iType = int; T = float; Proxy = void; Kokkos::Array::reference = float&]' a[i] = T(); ^ /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestArray.cpp: At global scope: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestArray.cpp:118:36: error: non-constant condition for static assertion static_assert(test_array_zero_sized()); ~~~~~~~~~~~~~~~~~~~~~^~ /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestArray.cpp:118:36: error: 'constexpr bool {anonymous}::test_array_zero_sized()' called in a constant expression make[2]: *** [core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/build.make:79: core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:2033: core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o -- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE [ 6%] Linking CXX static library libkokkoscontainers.a [ 6%] Built target kokkoscontainers [ 6%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPGraph [ 12%] Linking CXX executable Kokkos_CoreUnitTest_SerialGraph -- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 [ 7%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 12%] Built target Kokkos_CoreUnitTest_OpenMPGraph [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 12%] Built target Kokkos_CoreUnitTest_SerialGraph [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- [benchmark] Compiling and running to test HAVE_STD_REGEX [ 7%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o [ 7%] Built target Kokkos_CoreUnitTest_DeviceAndThreads -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- [benchmark] Compiling and running to test HAVE_STD_REGEX -- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 -- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY [ 7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 7%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 7%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 7%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Task.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o -- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success -- [benchmark] Enabling additional flags: -DINCLUDE_DIRECTORIES=/var/jenkins/workspace/Kokkos_PR-6905/build/_deps/googlebenchmark-src/include -- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES [ 7%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 7%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 8%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 9%] Linking CXX static library libkokkos_gtest.a [ 9%] Built target kokkos_gtest [ 9%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 9%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 6%] Linking CXX static library libkokkoscontainers.a [ 6%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 6%] Built target kokkoscontainers [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/UnitTestMainInit.cpp.o [ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/tstHeader.cpp.o [ 11%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 12%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp -- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_ViewAPI_a.cpp [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 12%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 12%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 8%] Linking CXX static library libkokkoscore.a [ 8%] Built target kokkoscore [ 8%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o [ 12%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp -- [benchmark] Performing Test HAVE_STD_REGEX -- success -- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success -- [benchmark] Compiling and running to test HAVE_STD_REGEX [ 8%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_ViewAPI_b.cpp -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile -- [benchmark] Compiling and running to test HAVE_POSIX_REGEX [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o [ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK [ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o -- [benchmark] Performing Test HAVE_STD_REGEX -- success -- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile -- [benchmark] Compiling and running to test HAVE_POSIX_REGEX /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_ViewAPI_c.cpp [ 46%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- Sources TestOpenMP.cpp -- Sources TestHIP.cpp -- Kokkos Backends: OPENMP;HIP -- Configuring done /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_ViewAPI_d.cpp [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6905/build + make -j8 Scanning dependencies of target AlwaysCheckGit Scanning dependencies of target kokkossimd Scanning dependencies of target kokkosprinter-tool [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o [ 0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o Scanning dependencies of target kokkos_gtest [ 0%] Built target AlwaysCheckGit Scanning dependencies of target benchmark [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o Scanning dependencies of target impl_git_version [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o [ 0%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o Scanning dependencies of target kokkoscore [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 50%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 53%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_ViewAPI_e.cpp [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK [ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 8%] Linking CXX static library libkokkoscontainers.a [ 8%] Built target kokkoscontainers [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/UnitTestMainInit.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/UnitTestMainInit.cpp.o [ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- Sources TestCuda.cpp -- Kokkos Backends: CUDA;SERIAL [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o [ 1%] Linking CXX static library libkokkossimd.a [ 1%] Built target kokkossimd [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 1%] Linking CXX static library libimpl_git_version.a [ 1%] Built target impl_git_version [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o [ 2%] Linking CXX shared library libkokkosprinter-tool.so -- Configuring done -- [benchmark] Performing Test HAVE_STD_REGEX -- success -- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX [ 2%] Built target kokkosprinter-tool [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o -- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile -- [benchmark] Compiling and running to test HAVE_POSIX_REGEX [ 10%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_ViewCopy_a.cpp [ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 15%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp -- [benchmark] Performing Test HAVE_POSIX_REGEX -- success -- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK [ 15%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6905/build + make -j8 Scanning dependencies of target AlwaysCheckGit Scanning dependencies of target kokkossimd [ 0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o Scanning dependencies of target benchmark [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 15%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o Scanning dependencies of target kokkos_gtest [ 0%] Built target AlwaysCheckGit [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o [ 1%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o Scanning dependencies of target impl_git_version [ 1%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o Scanning dependencies of target kokkoscore [ 1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 15%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 15%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 16%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 6%] Linking CXX static library libkokkoscore.a [ 6%] Built target kokkoscore Scanning dependencies of target kokkoscontainers Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads [ 6%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o -- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success -- Sources TestHIP.cpp -- Kokkos Backends: SERIAL;HIP -- Configuring done [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6905/build + make -j8 Scanning dependencies of target AlwaysCheckGit Scanning dependencies of target kokkossimd Scanning dependencies of target kokkosprinter-tool [ 0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o Scanning dependencies of target kokkos_gtest [ 0%] Built target AlwaysCheckGit [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o Scanning dependencies of target benchmark Scanning dependencies of target impl_git_version [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o [ 0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o [ 0%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [ 16%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 16%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp Scanning dependencies of target kokkoscore [ 0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 16%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 2%] Linking CXX static library libkokkossimd.a [ 2%] Built target kokkossimd [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o nvcc_wrapper has been given GNU extension standard flag -std=gnu++17 - reverting flag to -std=c++17 [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [ 16%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o [ 16%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o [ 16%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 16%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o [ 1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o [ 2%] Linking CXX static library libkokkossimd.a [ 2%] Built target kokkossimd [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o [ 2%] Linking CXX static library libimpl_git_version.a [ 2%] Built target impl_git_version [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o [ 2%] Linking CXX shared library libkokkosprinter-tool.so [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Task.cpp.o [ 16%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 2%] Built target kokkosprinter-tool [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 16%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 16%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Abort.cpp.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 16%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_ViewCopy_b.cpp [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/serial/TestSerial_Graph.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o [ 2%] Linking CXX static library libimpl_git_version.a [ 2%] Built target impl_git_version [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o [ 16%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o [ 16%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 16%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_a.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Abort.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/serial/TestSerial_Graph.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamBasic.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 16%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 16%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 16%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 16%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o [ 3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [ 16%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 17%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 17%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 17%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 17%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 10%] Built target Kokkos_CoreUnitTest_PushFinalizeHook [ 2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 7%] Linking CXX static library libkokkoscontainers.a [ 7%] Built target kokkoscontainers Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs Scanning dependencies of target Kokkos_CoreUnitTest_ToolIndependence [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads Scanning dependencies of target Kokkos_ProfilingAllCalls Scanning dependencies of target Kokkos_ToolsInitialization [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 8%] Built target Kokkos_CoreUnitTest_DeviceAndThreads Scanning dependencies of target Kokkos_StackTraceTestExec [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CudaTimingBased [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o [ 19%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o [ 60%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o [ 19%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 19%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 19%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp Scanning dependencies of target Kokkos_IncrementalTest_CUDA Scanning dependencies of target Kokkos_IncrementalTest_SERIAL [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o [ 19%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 19%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/UnitTestMainInit.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_DeepCopyAlignment.cpp [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 19%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 19%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 20%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 21%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 21%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 21%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 21%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o [ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 21%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 21%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o [ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 11%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 64%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 8%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o [ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 4%] Linking CXX static library libbenchmark.a [ 4%] Built target benchmark [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Task.cpp.o [ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o [ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o [ 5%] Linking CXX static library libkokkos_gtest.a Scanning dependencies of target benchmark_main [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o [ 67%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 71%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o [ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 5%] Built target kokkos_gtest [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 8%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o [ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 11%] Built target Kokkos_CoreUnitTest_LegionInitialization [ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 6%] Linking CXX static library libbenchmark_main.a [ 6%] Built target benchmark_main [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Cuda2 [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 6%] Linking CXX static library libkokkos_gtest.a [ 6%] Built target kokkos_gtest [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_DeepCopy.cpp.o [ 75%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 5%] Linking CXX static library libbenchmark.a [ 5%] Built target benchmark [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Task.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Instance.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 6%] Linking CXX static library libbenchmark.a [ 6%] Built target benchmark [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_DeepCopy.cpp.o [ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_SharedAllocationRecord.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Space.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Instance.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_SharedAllocationRecord.cpp.o [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Space.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_HIP.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ArrayOps.cpp.o Scanning dependencies of target benchmark_main [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o [ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 11%] Linking CXX executable Kokkos_CoreUnitTest_SerialGraph [ 5%] Linking CXX static library libkokkos_gtest.a [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 8%] Linking CXX executable Kokkos_ProfilingAllCalls Scanning dependencies of target Kokkos_CoreUnitTest_Serial2 [ 5%] Built target kokkos_gtest [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_HIP.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o [ 8%] Built target Kokkos_ProfilingAllCalls Scanning dependencies of target benchmark_main [ 6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o [ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test01_execspace_CUDA.cpp.o [ 7%] Linking CXX static library libbenchmark_main.a [ 7%] Built target benchmark_main [ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 5%] Linking CXX static library libkokkoscore.a [ 6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 6%] Linking CXX static library libbenchmark_main.a [ 6%] Built target benchmark_main [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o [ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 5%] Built target kokkoscore [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 5%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o [ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Task.cpp.o [ 11%] Built target Kokkos_CoreUnitTest_SerialGraph [ 11%] Linking CXX executable Kokkos_push_finalize_hook_terminate [ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBuiltins.dir/tools/TestBuiltinTuners.cpp.o [ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 78%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Task.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ArrayOps.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 7%] Linking CXX static library libkokkoscore.a [ 7%] Built target kokkoscore Scanning dependencies of target kokkoscontainers Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads [ 7%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 13%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 34%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 7%] Linking CXX static library libkokkoscore.a [ 7%] Built target kokkoscore Scanning dependencies of target kokkoscontainers Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads [ 7%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp Scanning dependencies of target Kokkos_CoreUnitTest_Cuda1 [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_SerialGraph [ 13%] Built target Kokkos_push_finalize_hook_terminate [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 35%] Built target Kokkos_CoreTestCompileOnly [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBasics.dir/tools/TestTuning.cpp.o [ 13%] Built target Kokkos_CoreUnitTest_Develop [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CategoricalTuner.dir/tools/TestCategoricalTuner.cpp.o [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 8%] Built target Kokkos_CoreUnitTest_SerialGraph [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/UnitTestMainInit.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 7%] Linking CXX static library libkokkoscontainers.a [ 7%] Built target kokkoscontainers Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHook Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpStreams [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o Scanning dependencies of target Kokkos_UnitTest_HIPGraph Scanning dependencies of target Kokkos_CoreUnitTest_SerialGraph [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/UnitTestMain.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_UnitTest_HIPGraph.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/UnitTestMainInit.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 8%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/serial/TestSerial_Graph.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_complexfloat.cpp.o [ 82%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_HIP [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/UnitTestMainInit.cpp.o [ 7%] Linking CXX static library libkokkoscontainers.a [ 7%] Built target kokkoscontainers Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Random_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_CoreTestCompileOnly [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 7%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o [ 7%] Built target Kokkos_CoreUnitTest_DeviceAndThreads Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 8%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Abort.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/hip/TestHIP_InterOp_Streams.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 85%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o [ 5%] Linking CXX static library libkokkoscontainers.a [ 5%] Built target kokkoscontainers [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPGraph.dir/UnitTestMainInit.cpp.o [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o [ 7%] Linking CXX static library libkokkos_gtest.a [ 7%] Built target kokkos_gtest Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/UnitTestMainInit.cpp.o [ 5%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_b.cpp.o [ 9%] Linking CXX executable Kokkos_ToolsInitialization [ 14%] Linking CXX executable Kokkos_CoreUnitTest_TuningBasics [ 14%] Linking CXX executable Kokkos_CoreUnitTest_TuningBuiltins [ 14%] Linking CXX executable Kokkos_CoreUnitTest_CategoricalTuner [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 8%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 8%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 8%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 8%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 8%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vector_hpp.dir/tstHeader.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook [ 8%] Built target Kokkos_CoreUnitTest_PushFinalizeHook Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpInit [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/UnitTestMain.cpp.o [ 14%] Built target Kokkos_CoreUnitTest_TuningBasics [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp "/var/jenkins/workspace/Kokkos_PR-6905/containers/src/Kokkos_Vector.hpp", line 33: warning: function "::emit_warning_kokkos_vector_deprecated" was declared deprecated ("Deprecated header is included") [deprecated_entity_with_custom_message] static auto do_not_include = emit_warning_kokkos_vector_deprecated(); ^ "/var/jenkins/workspace/Kokkos_PR-6905/containers/src/Kokkos_Vector.hpp", line 29: note: because of a "deprecated" attribute [[deprecated("Deprecated header is included")]] int ^ Remark: individual warnings can be suppressed with "--diag_suppress " [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 9%] Built target Kokkos_ToolsInitialization [ 5%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 14%] Built target Kokkos_CoreUnitTest_TuningBuiltins [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/hip/TestHIP_InterOp_Init.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_UnitTest_HIPGraph.dir/hip/TestHIP_Graph.cpp.o [ 6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o [ 8%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 8%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 8%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 9%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 9%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 9%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 9%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 9%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 9%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 9%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 9%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp Scanning dependencies of target Kokkos_CoreUnitTest_SerialGraph [ 15%] Built target Kokkos_CoreUnitTest_CategoricalTuner [ 9%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 7%] Linking CXX static library libkokkoscore.a [ 7%] Built target kokkoscore Scanning dependencies of target kokkoscontainers Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads [ 7%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 8%] Built target Kokkos_CoreUnitTest_CTestDevice [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 9%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 9%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_IncrementalTest_SERIAL [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o Scanning dependencies of target Kokkos_IncrementalTest_HIP [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/UnitTestMainInit.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/UnitTestMainInit.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test02_atomic_host_CUDA.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 9%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 9%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 9%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 9%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 9%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 9%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test01_execspace_HIP.cpp.o [ 89%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ArrayOps.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o [ 9%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 9%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 9%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 10%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 10%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 11%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 40%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_complexdouble.cpp.o [ 15%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_a.cpp.o [ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o [ 9%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreams [ 9%] Built target Kokkos_CoreUnitTest_HIPInterOpStreams [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexdouble.cpp.o [ 15%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 11%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/serial/TestSerial_Graph.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vector_hpp [ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 11%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpInit [ 10%] Linking CXX executable Kokkos_CoreUnitTest_SerialGraph [ 10%] Built target Kokkos_CoreUnitTest_HIPInterOpInit [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 11%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 10%] Built target Kokkos_CoreUnitTest_SerialGraph [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexfloat.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_double.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 11%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 7%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 7%] Linking CXX static library libkokkoscontainers.a [ 7%] Built target kokkoscontainers Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test02_atomic_host_HIP.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHook [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreams [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_SerialGraph [ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/UnitTestMainInit.cpp.o [ 7%] Built target Kokkos_CoreUnitTest_DeviceAndThreads Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 11%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o [ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 11%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 11%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03a_MemorySpace_malloc_HIP.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c06.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 12%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp Scanning dependencies of target Kokkos_CoreUnitTest_Cuda2 Scanning dependencies of target Kokkos_CoreUnitTest_Serial2 [ 7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 12%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Cuda1 [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o [ 11%] Linking CXX executable Kokkos_UnitTest_HIPGraph [ 11%] Built target Kokkos_UnitTest_HIPGraph [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03b_MemorySpace_free_HIP.cpp.o [ 12%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 40%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/UnitTestMainInit.cpp.o [ 8%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Task.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPGraph.dir/openmp/TestOpenMP_Graph.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test04_ParallelFor_RangePolicy_HIP.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_double.cpp.o [ 8%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03a_MemorySpace_malloc_CUDA.cpp.o [ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test05_ParallelReduce_RangePolicy_HIP.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test06_ParallelFor_MDRangePolicy_HIP.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test08_deep_copy_HIP.cpp.o [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 16%] Linking CXX executable Kokkos_ProfilingAllCalls [ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_float.cpp.o "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/SIMDTesting_Ops.hpp", line 84: warning: function "Kokkos::Experimental::abs(const Kokkos::Experimental::simd &) [with T=int32_t, Abi=Kokkos::Experimental::simd_abi::scalar]" was declared deprecated [deprecated_entity] return Kokkos::Experimental::abs(a); ^ "/var/jenkins/workspace/Kokkos_PR-6905/simd/src/Kokkos_SIMD_Common_Math.hpp", line 154: note: because of a "deprecated" attribute KOKKOS_IMPL_SIMD_UNARY_FUNCTION(abs) ^ detected during: instantiation of "auto absolutes::on_host(const T &) const [with T=Kokkos::Experimental::simd]" at line 65 of "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_op_one_loader(UnaryOp, std::size_t, const T *) [with Abi=Kokkos::Experimental::simd_abi::scalar, Loader=load_element_aligned, UnaryOp=absolutes, T=int32_t]" at line 83 of "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_op_all_loaders(Op, std::size_t, const T *...) [with Abi=Kokkos::Experimental::simd_abi::scalar, Op=absolutes, T=]" at line 95 of "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_all_math_ops(const DataType (&)[n], const DataType (&)[n]) [with Abi=Kokkos::Experimental::simd_abi::scalar, DataType=int32_t, n=11UL]" at line 142 of "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_ops() [with Abi=Kokkos::Experimental::simd_abi::scalar, DataType=int32_t]" at line 156 of "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_ops_all_types(Kokkos::Experimental::Impl::data_types) [with Abi=Kokkos::Experimental::simd_abi::scalar, DataTypes=]" at line 163 of "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_ops_all_abis(Kokkos::Experimental::Impl::abi_set) [with Abis=]" at line 301 of "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp" Remark: individual warnings can be suppressed with "--diag_suppress " "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/SIMDTesting_Ops.hpp", line 84: warning: function "Kokkos::Experimental::abs(const Kokkos::Experimental::simd &) [with T=int64_t, Abi=Kokkos::Experimental::simd_abi::scalar]" was declared deprecated [deprecated_entity] return Kokkos::Experimental::abs(a); ^ "/var/jenkins/workspace/Kokkos_PR-6905/simd/src/Kokkos_SIMD_Common_Math.hpp", line 154: note: because of a "deprecated" attribute KOKKOS_IMPL_SIMD_UNARY_FUNCTION(abs) ^ detected during: instantiation of "auto absolutes::on_host(const T &) const [with T=Kokkos::Experimental::simd]" at line 65 of "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_op_one_loader(UnaryOp, std::size_t, const T *) [with Abi=Kokkos::Experimental::simd_abi::scalar, Loader=load_element_aligned, UnaryOp=absolutes, T=int64_t]" at line 83 of "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_op_all_loaders(Op, std::size_t, const T *...) [with Abi=Kokkos::Experimental::simd_abi::scalar, Op=absolutes, T=]" at line 95 of "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_all_math_ops(const DataType (&)[n], const DataType (&)[n]) [with Abi=Kokkos::Experimental::simd_abi::scalar, DataType=int64_t, n=11UL]" at line 142 of "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_ops() [with Abi=Kokkos::Experimental::simd_abi::scalar, DataType=int64_t]" at line 156 of "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_ops_all_types(Kokkos::Experimental::Impl::data_types) [with Abi=Kokkos::Experimental::simd_abi::scalar, DataTypes=]" at line 163 of "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_ops_all_abis(Kokkos::Experimental::Impl::abi_set) [with Abis=]" at line 301 of "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp" "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/SIMDTesting_Ops.hpp", line 84: warning: function "Kokkos::Experimental::abs(const Kokkos::Experimental::simd &) [with T=double, Abi=Kokkos::Experimental::simd_abi::scalar]" was declared deprecated [deprecated_entity] return Kokkos::Experimental::abs(a); ^ "/var/jenkins/workspace/Kokkos_PR-6905/simd/src/Kokkos_SIMD_Common_Math.hpp", line 154: note: because of a "deprecated" attribute KOKKOS_IMPL_SIMD_UNARY_FUNCTION(abs) ^ detected during: instantiation of "auto absolutes::on_host(const T &) const [with T=Kokkos::Experimental::simd]" at line 65 of "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_op_one_loader(UnaryOp, std::size_t, const T *) [with Abi=Kokkos::Experimental::simd_abi::scalar, Loader=load_element_aligned, UnaryOp=absolutes, T=double]" at line 83 of "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_op_all_loaders(Op, std::size_t, const T *...) [with Abi=Kokkos::Experimental::simd_abi::scalar, Op=absolutes, T=]" at line 95 of "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_all_math_ops(const DataType (&)[n], const DataType (&)[n]) [with Abi=Kokkos::Experimental::simd_abi::scalar, DataType=double, n=11UL]" at line 135 of "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_ops() [with Abi=Kokkos::Experimental::simd_abi::scalar, DataType=double]" at line 156 of "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_ops_all_types(Kokkos::Experimental::Impl::data_types) [with Abi=Kokkos::Experimental::simd_abi::scalar, DataTypes=]" at line 163 of "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_ops_all_abis(Kokkos::Experimental::Impl::abi_set) [with Abis=]" at line 301 of "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp" "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/SIMDTesting_Ops.hpp", line 84: warning: function "Kokkos::Experimental::abs(const Kokkos::Experimental::simd &) [with T=float, Abi=Kokkos::Experimental::simd_abi::scalar]" was declared deprecated [deprecated_entity] return Kokkos::Experimental::abs(a); ^ "/var/jenkins/workspace/Kokkos_PR-6905/simd/src/Kokkos_SIMD_Common_Math.hpp", line 154: note: because of a "deprecated" attribute KOKKOS_IMPL_SIMD_UNARY_FUNCTION(abs) ^ detected during: instantiation of "auto absolutes::on_host(const T &) const [with T=Kokkos::Experimental::simd]" at line 65 of "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_op_one_loader(UnaryOp, std::size_t, const T *) [with Abi=Kokkos::Experimental::simd_abi::scalar, Loader=load_element_aligned, UnaryOp=absolutes, T=float]" at line 83 of "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_op_all_loaders(Op, std::size_t, const T *...) [with Abi=Kokkos::Experimental::simd_abi::scalar, Op=absolutes, T=]" at line 95 of "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_all_math_ops(const DataType (&)[n], const DataType (&)[n]) [with Abi=Kokkos::Experimental::simd_abi::scalar, DataType=float, n=11UL]" at line 135 of "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_ops() [with Abi=Kokkos::Experimental::simd_abi::scalar, DataType=float]" at line 156 of "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_ops_all_types(Kokkos::Experimental::Impl::data_types) [with Abi=Kokkos::Experimental::simd_abi::scalar, DataTypes=]" at line 163 of "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp" instantiation of "void host_check_math_ops_all_abis(Kokkos::Experimental::Impl::abi_set) [with Abis=]" at line 301 of "/var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp" [ 14%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test10_HierarchicalBasics_HIP.cpp.o [ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 14%] Built target Kokkos_CoreTestCompileOnly [ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 14%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11a_ParallelFor_TeamThreadRange_HIP.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int.cpp.o [ 14%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/tstHeader.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o [ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 14%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook [ 14%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 10%] Built target Kokkos_CoreUnitTest_PushFinalizeHook [ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 16%] Built target Kokkos_ProfilingAllCalls [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Cuda3 [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o [ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_complexfloat.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/serial/TestSerial_Graph.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Task.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o [ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o [ 10%] Built target Kokkos_CoreUnitTest_OpenMPInterOp [ 10%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 15%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 16%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 16%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 16%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/serial/TestSerial_Graph.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o [ 16%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longint.cpp.o [ 10%] Built target Kokkos_CoreUnitTest_CTestDevice [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o [ 16%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 16%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longlongint.cpp.o [ 16%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 17%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 17%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 17%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 17%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 17%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Serial1 [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 10%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Init.cpp.o [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 10%] Built target Kokkos_CoreUnitTest_CudaTimingBased [ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11b_ParallelFor_TeamVectorRange_HIP.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_HIP.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_shared.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedint.cpp.o [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreams [ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_float.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03b_MemorySpace_free_CUDA.cpp.o [ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o [ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o [ 92%] Linking CXX static library libkokkoscore.a [ 92%] Built target kokkoscore Scanning dependencies of target kokkoscontainers [ 96%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_SerialGraph [ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_c.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 10%] Built target Kokkos_CoreUnitTest_SerialGraph [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 19%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o [ 19%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 19%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHook [ 19%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_ViewMapping_a.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_ViewMapping_b.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_ViewMapping_subview.cpp [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 10%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams Scanning dependencies of target Kokkos_CoreUnitTest_LegionInitialization [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o [ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 20%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 20%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o [ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 21%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_b.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12a_ThreadScratch_HIP.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12b_TeamScratch_HIP.cpp.o [ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedlongint.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp Scanning dependencies of target Kokkos_PerformanceTest_Benchmark [ 23%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o [ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 24%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax [ 24%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_ViewResize.cpp [ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp Scanning dependencies of target Kokkos_PerformanceTest_TaskDag [ 24%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o [ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_SerialGraph [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_SharedSpace [ 24%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o [ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 25%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [ 10%] Built target Kokkos_CoreUnitTest_SerialGraph Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 25%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 25%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_ViewLayoutStrideAssignment.cpp [ 19%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13a_ParallelRed_TeamThreadRange_HIP.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 25%] Linking CXX executable Kokkos_PerformanceTest_TaskDag [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o [ 25%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 25%] Built target Kokkos_PerformanceTest_TaskDag [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_Mempool [ 26%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13b_ParallelRed_TeamVectorRange_HIP.cpp.o [ 26%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCudaUVM_ViewAPI_a.cpp [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_HIP.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test04_ParallelFor_RangePolicy_CUDA.cpp.o [ 10%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 19%] Built target Kokkos_CoreTestCompileOnly [ 19%] Linking CXX executable Kokkos_ToolsInitialization [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_int.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Default [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_double.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestLegionInitialization.cpp(30): warning #177-D: member "::initialization_legion_initialization_Test::test_info_" was declared but never referenced [ 10%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization [ 10%] Built target Kokkos_CoreUnitTest_PushFinalizeHook [ 11%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPGraph [ 10%] Built target Kokkos_CoreUnitTest_LegionInitialization Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpInit [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o [ 26%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCudaUVM_ViewAPI_b.cpp [100%] Linking CXX static library libkokkoscontainers.a [100%] Built target kokkoscontainers Install the project... -- Install configuration: "Release" -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Cuda -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Cuda/Kokkos_Cuda_Parallel_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Cuda/Kokkos_Cuda_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Cuda/Kokkos_Cuda.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Cuda/Kokkos_Cuda_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Cuda/Kokkos_Cuda_Task.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Cuda/Kokkos_Cuda_Half_Impl_Type.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Cuda/Kokkos_Cuda_View.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Cuda/Kokkos_Cuda_Vectorization.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Cuda/Kokkos_Cuda_BlockSize_Deduction.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Cuda/Kokkos_Cuda_Parallel_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Cuda/Kokkos_Cuda_ZeroMemset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Cuda/Kokkos_Cuda_KernelLaunch.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Cuda/Kokkos_Cuda_Parallel_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Cuda/Kokkos_Cuda_ReduceScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Cuda/Kokkos_CudaSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Cuda/Kokkos_Cuda_Graph_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Cuda/Kokkos_Cuda_GraphNode_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Cuda/Kokkos_Cuda_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Cuda/Kokkos_Cuda_Half_Conversion.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Cuda/Kokkos_Cuda_GraphNodeKernel.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Cuda/Kokkos_Cuda_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Cuda/Kokkos_Cuda_Error.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Cuda/Kokkos_Cuda_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Cuda/Kokkos_Cuda_abort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HPX -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HPX/Kokkos_HPX_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HPX/Kokkos_HPX_Task.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HPX/Kokkos_HPX_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HPX/Kokkos_HPX.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Layout.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Assert.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_ParallelFor_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_ParallelReduce_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_ParallelFor_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_ZeroMemset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_DeepCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_Graph_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_Shuffle_Reduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_ParallelReduce_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_Half_Impl_Type.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_Abort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_ParallelScan_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_Half_Conversion.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_Space.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_BlockSize_Deduction.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_GraphNode_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_ReduceScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_Vectorization.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_ParallelReduce_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_Error.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_KernelLaunch.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_GraphNodeKernel.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_ParallelFor_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_TeamPolicyInternal.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/HIP/Kokkos_HIP_SharedAllocationRecord.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Profiling_ProfileSection.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Timer.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Core.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_ScratchSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/traits -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/traits/Kokkos_GraphKernelTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/traits/Kokkos_WorkItemPropertyTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/traits/Kokkos_ScheduleTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/traits/Kokkos_Traits_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/traits/Kokkos_IndexTypeTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/traits/Kokkos_ExecutionSpaceTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/traits/Kokkos_LaunchBoundsTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/traits/Kokkos_OccupancyControlTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/traits/Kokkos_PolicyTraitMatcher.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/traits/Kokkos_IterationPatternTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/traits/Kokkos_WorkTagTrait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/traits/Kokkos_PolicyTraitAdaptor.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Atomic.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/decl -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/decl/Kokkos_Declare_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/decl/Kokkos_Declare_OPENMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/decl/Kokkos_Declare_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/decl/Kokkos_Declare_OPENACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/decl/Kokkos_Declare_THREADS.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/decl/Kokkos_Declare_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/decl/Kokkos_Declare_SERIAL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/decl/Kokkos_Declare_HPX.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/decl/Kokkos_Declare_OPENMPTARGET.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Parallel_Reduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_HostSpace_deepcopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_NvidiaGpuArchitectures.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_GraphImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_HostBarrier.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_CheckedIntegerOps.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_TaskNode.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_ParseCommandLineArgumentsAndEnvironmentVariables.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_TaskQueueCommon.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_Command_Line_Parsing.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_Tools_Generic.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_ViewCtor.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_InitializationSettings.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_Half_FloatingPointWrapper.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_GraphNodeImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_SharedAlloc_timpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_EBO.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_TaskQueueMultiple_impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_CPUDiscovery.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_DeviceManagement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_Combined_Reducer.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_ZeroMemset_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_StringManipulation.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_ViewUniformType.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_ViewMapping.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_Utilities.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_Profiling_C_Interface.h -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_TaskResult.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_Default_Graph_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_GraphImpl_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_Half_NumericTraits.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_Profiling.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_Traits.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_TaskQueue_impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_Half_MathematicalFunctions.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_MemoryPoolAllocator.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_HostThreadTeam.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_Profiling_Interface.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_HostSharedPtr.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_QuadPrecisionMath.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_SingleTaskQueue.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_ExecSpaceManager.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_ViewLayoutTiled.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_GraphNodeCustomization.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_MultipleTaskQueue.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_TeamMDPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_SharedAlloc.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_GraphImpl_Utilities.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_TaskBase.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_Tools.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_Atomic_View.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/KokkosExp_Host_IterateTile.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_BitOps.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_TaskQueue.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_Default_GraphNodeKernel.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_HostSpace_ZeroMemset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_ConcurrentBitset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_ViewDataAnalysis.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_LIFO.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_ClockTic.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_AnalyzePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_TaskQueueMemoryManager.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_Error.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_ViewTracker.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_FunctorAnalysis.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/KokkosExp_IterateTileGPU.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_LinkedListNode.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_Volatile_Load.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_SimpleTaskScheduler.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_Stacktrace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_Default_GraphNode_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_TaskQueueMultiple.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/KokkosExp_ViewMapping.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_ChaseLev.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_TaskPolicyData.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_Profiling_DeviceInfo.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_ViewArray.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_VLAEmulation.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_TaskTeamMember.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_Default_Graph_Impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_FixedBufferMemoryPool.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_OptionalRef.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Atomics_Desul_Wrapper.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/fwd -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/fwd/Kokkos_Fwd_OPENACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/fwd/Kokkos_Fwd_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/fwd/Kokkos_Fwd_OPENMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/fwd/Kokkos_Fwd_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/fwd/Kokkos_Fwd_OPENMPTARGET.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/fwd/Kokkos_Fwd_THREADS.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/fwd/Kokkos_Fwd_HPX.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/fwd/Kokkos_Fwd_SERIAL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/fwd/Kokkos_Fwd_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_NumericTraits.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Atomics_Desul_Config.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Threads -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Threads/Kokkos_Threads_ParallelFor_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Threads/Kokkos_Threads_Spinwait.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Threads/Kokkos_Threads_ParallelReduce_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Threads/Kokkos_Threads_ParallelScan_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Threads/Kokkos_Threads_ParallelFor_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Threads/Kokkos_Threads_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Threads/Kokkos_Threads_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Threads/Kokkos_Threads_State.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Threads/Kokkos_Threads_ParallelReduce_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Threads/Kokkos_Threads_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Threads/Kokkos_Threads.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Threads/Kokkos_Threads_ParallelFor_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Threads/Kokkos_Threads_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Threads/Kokkos_Threads_ParallelReduce_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Threads/Kokkos_Threads_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Array.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMPTarget -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMPTarget/Kokkos_OpenMPTarget_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelReduce_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelScan_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Task.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Macros.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelScan_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Abort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel_Common.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMPTarget/Kokkos_OpenMPTarget.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Error.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMPTarget/Kokkos_OpenMPTargetSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMPTarget/Kokkos_OpenMPTarget_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Reducer.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelReduce_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_MathematicalConstants.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/KokkosExp_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Printf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_TaskScheduler.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_TaskScheduler_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_AcquireUniqueTokenImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Rank.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Extents.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_GraphNode.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Core_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenACC -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenACC/Kokkos_OpenACC_ScheduleType.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenACC/Kokkos_OpenACC_ParallelReduce_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenACC/Kokkos_OpenACC_ParallelScan_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenACC/Kokkos_OpenACC_SharedAllocationRecord.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenACC/Kokkos_OpenACC_ParallelFor_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenACC/Kokkos_OpenACCSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenACC/Kokkos_OpenACC_ParallelReduce_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenACC/Kokkos_OpenACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenACC/Kokkos_OpenACC_DeepCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenACC/Kokkos_OpenACC_Traits.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenACC/Kokkos_OpenACC_Macros.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenACC/Kokkos_OpenACC_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenACC/Kokkos_OpenACC_ParallelReduce_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenACC/Kokkos_OpenACC_ParallelFor_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenACC/Kokkos_OpenACC_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenACC/Kokkos_OpenACC_ParallelFor_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenACC/Kokkos_OpenACC_FunctorAdapter.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenACC/Kokkos_OpenACC_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Concepts.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/KokkosExp_InterOp.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Graph_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_MemoryPool.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Parallel.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_HostSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_MinMax.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_PointerOwnership.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Pair.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMP -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMP/Kokkos_OpenMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMP/Kokkos_OpenMP_Task.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMP/Kokkos_OpenMP_Parallel_Scan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMP/Kokkos_OpenMP_Parallel_Reduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMP/Kokkos_OpenMP_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMP/Kokkos_OpenMP_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMP/Kokkos_OpenMP_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMP/Kokkos_OpenMP_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMP/Kokkos_OpenMP_Parallel_For.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/OpenMP/Kokkos_OpenMP_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Abort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_CopyViews.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Macros.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Complex.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_MemoryTraits.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Atomics_Desul_Volatile_Wrapper.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Graph.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_View.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Vectorization.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Serial -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Serial/Kokkos_Serial_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Serial/Kokkos_Serial_Task.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Serial/Kokkos_Serial_WorkGraphPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Serial/Kokkos_Serial_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Serial/Kokkos_Serial_ZeroMemset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Serial/Kokkos_Serial_Parallel_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Serial/Kokkos_Serial_Parallel_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Serial/Kokkos_Serial_Parallel_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Serial/Kokkos_Serial.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_BitManipulation.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_MathematicalSpecialFunctions.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_MathematicalFunctions.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/View -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/View/Hooks -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/View/Hooks/Kokkos_ViewHooks.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/View/MDSpan -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/View/MDSpan/Kokkos_MDSpan_Extents.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/View/MDSpan/Kokkos_MDSpan_Header.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_AnonymousSpace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Future.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_ReductionIdentity.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Half.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_hwloc.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Profiling_ScopedRegion.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Clamp.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Tuners.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/SYCL -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/SYCL/Kokkos_SYCL_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/SYCL/Kokkos_SYCL_ParallelReduce_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/SYCL/Kokkos_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/SYCL/Kokkos_SYCL_ParallelFor_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/SYCL/Kokkos_SYCL_TeamPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/SYCL/Kokkos_SYCL_ParallelFor_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/SYCL/Kokkos_SYCL_Half_Conversion.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/SYCL/Kokkos_SYCL_ParallelReduce_MDRange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/SYCL/Kokkos_SYCL_MDRangePolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/SYCL/Kokkos_SYCL_ParallelFor_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/SYCL/Kokkos_SYCL_ParallelScan_Range.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/SYCL/Kokkos_SYCL_Instance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/SYCL/Kokkos_SYCL_UniqueToken.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/SYCL/Kokkos_SYCL_Half_Impl_Type.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/SYCL/Kokkos_SYCL_DeepCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/SYCL/Kokkos_SYCL_WorkgroupReduction.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/SYCL/Kokkos_SYCL_ZeroMemset.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/SYCL/Kokkos_SYCL_Abort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/SYCL/Kokkos_SYCL_ParallelReduce_Team.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/SYCL/Kokkos_SYCL_Space.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/setup -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/setup/Kokkos_Setup_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/setup/Kokkos_Setup_Cuda.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/setup/Kokkos_Setup_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Crs.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_ExecPolicy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Swap.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_DetectionIdiom.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Compare_Exchange_GCC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Fetch_Op_OpenACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Compare_Exchange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Compare_Exchange_ScopeCaller.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Fetch_Op_GCC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Fetch_Op_ScopeCaller.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Fetch_Op_OpenMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Common.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Fetch_Op.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Compare_Exchange_OpenMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Generic.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Compare_Exchange_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Adapt_GCC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Thread_Fence_GCC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Macros.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Thread_Fence_OpenMP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Lock_Based_Fetch_Op_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Lock_Array.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Lock_Based_Fetch_Op_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Compare_Exchange_MSVC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Lock_Based_Fetch_Op_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Fetch_Op_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Thread_Fence_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Thread_Fence_MSVC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Thread_Fence_ScopeCaller.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Thread_Fence.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Thread_Fence_OpenACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Fetch_Op_Generic.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Lock_Array_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Lock_Based_Fetch_Op_OpenACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Operator_Function_Objects.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Lock_Free_Fetch_Op.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Adapt_CXX.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Lock_Based_Fetch_Op.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/openmp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/openmp/OpenMP_40.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/openmp/OpenMP_40_op.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Thread_Fence_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Adapt_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Lock_Array_HIP.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Thread_Fence_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Lock_Array_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Lock_Based_Fetch_Op_Host.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/cuda -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/cuda/cuda_cc7_asm_exchange_op.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_predicate -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/cuda/cuda_cc7_asm_exchange.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/cuda/cuda_cc7_asm.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/cuda/CUDA_asm.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_isglobal -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_predicate -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/cuda/cuda_cc7_asm_exchange_memorder.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/cuda/CUDA_asm_exchange.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_isglobal -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/cuda/cuda_cc7_asm_memorder.inc -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Fetch_Op_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Compare_Exchange_OpenACC.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Fetch_Op_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Compare_Exchange_CUDA.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Atomic_Ref.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Compare_Exchange_SYCL.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics.hpp -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/desul/atomics/Config.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/lib/libkokkoscore.a -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-6905/install/lib/libkokkoscore.a -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-6905/install/include -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/mdspan -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/mdspan/mdspan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/mdspan/mdarray.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/experimental -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/experimental/__p2630_bits -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/experimental/__p2630_bits/strided_slice.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/experimental/__p2630_bits/submdspan_extents.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/experimental/__p2630_bits/submdspan_mapping.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/experimental/__p2630_bits/submdspan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/experimental/__p1684_bits -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/experimental/__p1684_bits/mdarray.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/experimental/__p0009_bits -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/experimental/__p0009_bits/config.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/experimental/__p0009_bits/layout_right.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/experimental/__p0009_bits/no_unique_address.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/experimental/__p0009_bits/mdspan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/experimental/__p0009_bits/layout_left.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/experimental/__p0009_bits/compressed_pair.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/experimental/__p0009_bits/macros.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/experimental/__p0009_bits/trait_backports.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/experimental/__p0009_bits/type_list.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/experimental/__p0009_bits/dynamic_extent.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/experimental/__p0009_bits/layout_stride.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/experimental/__p0009_bits/extents.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/experimental/__p0009_bits/default_accessor.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/experimental/__p0009_bits/full_extent_t.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/experimental/__p2642_bits -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/experimental/__p2642_bits/layout_padded_fwd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/experimental/__p2642_bits/layout_padded.hpp -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-6905/install/include -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Bitset.hpp -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_UnorderedMap_impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_StaticCrsGraph_factory.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_Functional_impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/impl/Kokkos_Bitset_impl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_StaticCrsGraph.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_ScatterView.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Functional.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_DualView.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_UnorderedMap.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Vector.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_OffsetView.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_DynRankView.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_DynamicView.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_ErrorReporter.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/lib/libkokkoscontainers.a -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-6905/install/lib/libkokkoscontainers.a -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-6905/install/include -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_TransformExclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_Mismatch.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_Find.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_Transform.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_CopyIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_AllOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_RemoveIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_ForEach.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_NoneOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_AdjacentFind.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_Equal.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_MoveBackward.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_TransformExclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_Mismatch.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_Transform.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_FunctorsForExclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_CopyIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_CopyCopyN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_AdjacentFind.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_Equal.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_MoveBackward.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_GenerateGenerateN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_Constraints.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_ReplaceIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_AdjacentDifference.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_CopyBackward.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_AllOfAnyOfNoneOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_Reverse.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_Unique.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_TransformReduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_PartitionCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_MinMaxMinmaxElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_IsSorted.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_HelperPredicates.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_FindIfOrNot.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_RandomAccessIterator.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_MustUseKokkosSingleInTeam.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_Rotate.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_IsPartitioned.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_FindEnd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_ReplaceCopyIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_IsSortedUntil.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_PartitionPoint.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_InclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_ShiftRight.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_ShiftLeft.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_ReplaceCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_RotateCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_ExclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_LexicographicalCompare.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_Reduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_CountCountIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_ValueWrapperForNoNeutralElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_ReducerWithArbitraryJoinerNoNeutralElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_Replace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_SearchN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_RemoveAllVariants.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_Search.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_SwapRanges.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_Move.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_ForEachForEachN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_FindFirstOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_IdentityReferenceUnaryFunctor.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_UniqueCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_ReverseCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_TransformInclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/impl/Kokkos_FillFillN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_Generate.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_CountIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_Fill.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_FindIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_ReplaceIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_RemoveCopyIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_IterSwap.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_MinMaxElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_FindIfNot.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_AdjacentDifference.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_GenerateN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_CopyBackward.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_Reverse.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_Unique.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_Copy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_TransformReduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_Count.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_PartitionCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_IsSorted.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_BeginEnd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_Rotate.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_IsPartitioned.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_FindEnd.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_ReplaceCopyIf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_IsSortedUntil.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_PartitionPoint.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_InclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_ForEachN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_RemoveCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_ShiftRight.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_ShiftLeft.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_MaxElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_ReplaceCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_RotateCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_ExclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_LexicographicalCompare.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_Reduce.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_MinElement.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_Replace.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_Remove.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_SearchN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_Search.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_SwapRanges.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_Move.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_AnyOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_FillN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_FindFirstOf.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_UniqueCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_ReverseCopy.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_TransformInclusiveScan.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_Distance.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/std_algorithms/Kokkos_CopyN.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Sort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/sorting -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/sorting/Kokkos_BinOpsPublicAPI.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/sorting/Kokkos_SortByKeyPublicAPI.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/sorting/impl -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/sorting/impl/Kokkos_SortByKeyImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/sorting/impl/Kokkos_SortImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/sorting/impl/Kokkos_NestedSortImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/sorting/impl/Kokkos_CopyOpsForBinSortImpl.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/sorting/Kokkos_SortPublicAPI.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/sorting/Kokkos_BinSortPublicAPI.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/sorting/Kokkos_NestedSortPublicAPI.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_Random.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_NestedSort.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_StdAlgorithms.hpp -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-6905/install/include -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_SIMD_AVX2.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_SIMD.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_SIMD_Scalar.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_SIMD_AVX512.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_SIMD_Common.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_SIMD_Common_Math.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/Kokkos_SIMD_NEON.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/lib/libkokkossimd.a -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-6905/install/lib/libkokkossimd.a -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/lib/cmake/Kokkos/KokkosConfig.cmake -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/lib/cmake/Kokkos/KokkosConfigCommon.cmake -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/lib/cmake/Kokkos/KokkosConfigVersion.cmake -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/lib/cmake/Kokkos/KokkosTargets.cmake -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/lib/cmake/Kokkos/KokkosTargets-release.cmake -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/KokkosCore_config.h -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/bin/nvcc_wrapper -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/bin/hpcbind -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/bin/kokkos_launch_compiler -- Up-to-date: /var/jenkins/workspace/Kokkos_PR-6905/install/include/KokkosCore_config.h -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/KokkosCore_Config_FwdBackend.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/KokkosCore_Config_SetupBackend.hpp -- Installing: /var/jenkins/workspace/Kokkos_PR-6905/install/include/KokkosCore_Config_DeclareBackend.hpp + cd .. + rm -rf build-tests + mkdir -p build-tests + cd build-tests + export CMAKE_PREFIX_PATH=/var/jenkins/workspace/Kokkos_PR-6905/build-tests/../install + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=/var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -DCMAKE_CXX_FLAGS=-Werror --Werror=all-warnings -Xcudafe --diag_suppress=3159 -DCMAKE_CXX_STANDARD=17 -DKokkos_INSTALL_TESTING=ON .. -- Setting default Kokkos CXX standard to 17 [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 26%] Built target Kokkos_PerformanceTest_SharedSpace Scanning dependencies of target Kokkos_PerformanceTest_Atomic [ 26%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 26%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 20%] Built target Kokkos_ToolsInitialization [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/UnitTestMainInit.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o [ 26%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 11%] Built target Kokkos_CoreUnitTest_OpenMPGraph [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Atomics.cpp.o -- The CXX compiler identification is GNU 8.4.0 -- Check for working CXX compiler: /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 26%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o [ 12%] Linking CXX executable Kokkos_StackTraceTestExec [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test14_MDRangeReduce_HIP.cpp.o [ 26%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o -- Check for working CXX compiler: /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper - works -- Detecting CXX compiler ABI info [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test16_ParallelScan_HIP.cpp.o [ 26%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 11%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit [ 43%] Linking CXX executable Kokkos_CoreUnitTest_SerialGraph [ 12%] Built target Kokkos_StackTraceTestExec [ 26%] Linking CXX executable Kokkos_PerformanceTest_Mempool Scanning dependencies of target Kokkos_CoreUnitTest_Cuda3 [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 26%] Built target Kokkos_PerformanceTest_Mempool Scanning dependencies of target Kokkos_ContainersUnitTest_OpenMP [ 26%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams [ 27%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 27%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Kokkos version: 4.3.99 -- The project name is: Kokkos -- Using internal gtest for testing -- Enabled Kokkos devices: CUDA;SERIAL CMake Warning at install/lib/cmake/Kokkos/KokkosConfigCommon.cmake:59 (MESSAGE): The installed Kokkos configuration does not support CXX extensions. Forcing -DCMAKE_CXX_EXTENSIONS=Off Call Stack (most recent call first): install/lib/cmake/Kokkos/KokkosConfig.cmake:56 (INCLUDE) cmake/kokkos_tribits.cmake:186 (FIND_PACKAGE) CMakeLists.txt:226 (KOKKOS_SETUP_BUILD_ENVIRONMENT) [ 43%] Built target Kokkos_CoreUnitTest_SerialGraph [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/UnitTestMainInit.cpp.o [ 11%] Built target Kokkos_CoreUnitTest_CudaInterOpInit [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 12%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp(133): warning #177-D: member "::cuda_multi_gpu_managed_views_Test::test_info_" was declared but never referenced /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp(148): warning #177-D: member "::cuda_multi_gpu_unmanaged_views_Test::test_info_" was declared but never referenced /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp(259): warning #177-D: member "::cuda_multi_gpu_scratch_space_Test::test_info_" was declared but never referenced [ 11%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 28%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [ 11%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU Scanning dependencies of target Kokkos_CoreUnitTest_CudaGraph [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraph.dir/UnitTestMainInit.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraph.dir/cuda/TestCuda_Graph.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicViews.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test01_execspace_OPENMPTARGET.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BitManipulationBuiltins.cpp.o [ 29%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test05_ParallelReduce_RangePolicy_CUDA.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Task.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 29%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice Scanning dependencies of target Kokkos_ContainersUnitTest_HIP [ 29%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/UnitTestMain.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 11%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit Scanning dependencies of target Kokkos_CoreUnitTest_Serial1 [ 21%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 11%] Built target Kokkos_CoreUnitTest_CudaInterOpInit [ 12%] Built target Kokkos_CoreUnitTest_CTestDevice Scanning dependencies of target Kokkos_CoreUnitTest_Default [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_LegionInitialization -- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) Reason given by package: Interpreter: Wrong major version for the interpreter "/usr/bin/python" -- Sources TestCuda.cpp -- Kokkos Backends: -- Configuring done [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test17_CompleteAtomic_HIP.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o -- Generating done [ 29%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6905/build-tests + make -j8 Scanning dependencies of target AlwaysCheckGit Scanning dependencies of target kokkos_gtest Scanning dependencies of target kokkosprinter-tool [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o [ 0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o Scanning dependencies of target Kokkos_query_device Scanning dependencies of target Kokkos_ContainersTestCompileOnly [ 0%] Built target AlwaysCheckGit [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 0%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads [ 0%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o Scanning dependencies of target Kokkos_tutorial_01_hello_world [ 0%] Building CXX object example/query_device/CMakeFiles/Kokkos_query_device.dir/query_device.cpp.o Scanning dependencies of target Kokkos_CoreTestCompileOnly [ 0%] Building CXX object example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/hello_world.cpp.o [ 0%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c01.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_d.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test02_atomic_host_OPENMPTARGET.cpp.o [ 21%] Built target Kokkos_CoreUnitTest_KokkosP [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCudaUVM_ViewAPI_c.cpp [ 11%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o [ 29%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 29%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Bitset.cpp.o [ 11%] Built target Kokkos_CoreUnitTest_CudaTimingBased [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 29%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlockSizeDeduction.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestInitializationSettings.cpp(23): warning #177-D: member "::defaultdevicetype_initialization_settings_Test::test_info_" was declared but never referenced [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_longint.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Serial2 [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o [ 17%] Linking CXX executable Kokkos_IncrementalTest_HIP [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 17%] Built target Kokkos_IncrementalTest_HIP Scanning dependencies of target Kokkos_CoreUnitTest_Serial1 [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o [ 29%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_float.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test03a_MemorySpace_malloc_OPENMPTARGET.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(143): warning #177-D: member "::defaultdevicetype_cmd_line_args_num_threads_Test::test_info_" was declared but never referenced /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(156): warning #177-D: member "::defaultdevicetype_cmd_line_args_device_id_Test::test_info_" was declared but never referenced /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(169): warning #177-D: member "::defaultdevicetype_cmd_line_args_disable_warning_Test::test_info_" was declared but never referenced /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(181): warning #177-D: member "::defaultdevicetype_cmd_line_args_tune_internals_Test::test_info_" was declared but never referenced /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(195): warning #177-D: member "::defaultdevicetype_cmd_line_args_help_Test::test_info_" was declared but never referenced /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(229): warning #177-D: member "::defaultdevicetype_cmd_line_args_tools_arguments_Test::test_info_" was declared but never referenced /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(255): warning #177-D: member "::defaultdevicetype_cmd_line_args_unrecognized_flag_Test::test_info_" was declared but never referenced /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(304): warning #177-D: member "::defaultdevicetype_env_vars_num_threads_Test::test_info_" was declared but never referenced /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(327): warning #177-D: member "::defaultdevicetype_env_vars_device_id_Test::test_info_" was declared but never referenced /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(338): warning #177-D: member "::defaultdevicetype_env_vars_disable_warnings_Test::test_info_" was declared but never referenced /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(365): warning #177-D: member "::defaultdevicetype_env_vars_tune_internals_Test::test_info_" was declared but never referenced /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(392): warning #177-D: member "::defaultdevicetype_visible_devices_Test::test_info_" was declared but never referenced [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraph [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 12%] Built target Kokkos_CoreUnitTest_CudaGraph [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Develop [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 29%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Abort.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 17%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 17%] Built target Kokkos_IncrementalTest_SERIAL [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCudaUVM_ViewAPI_d.cpp [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCudaUVM_ViewAPI_e.cpp [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o [ 0%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 29%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test06_ParallelFor_MDRangePolicy_CUDA.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 10%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o [ 30%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o [ 1%] Linking CXX shared library libkokkosprinter-tool.so /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestSharedSpace.cpp(100): warning #177-D: member "::defaultdevicetype_shared_space_Test::test_info_" was declared but never referenced [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test03b_MemorySpace_free_OPENMPTARGET.cpp.o [ 1%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 10%] Built target Kokkos_CoreTestCompileOnly [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_int.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CheckedIntegerOps.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o [ 30%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 30%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [ 15%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o [ 15%] Built target Kokkos_CoreUnitTest_LegionInitialization Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o [ 30%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestSharedHostPinnedSpace.cpp(60): warning #177-D: member "::defaultdevicetype_shared_host_pinned_space_Test::test_info_" was declared but never referenced [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 12%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 30%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o [ 12%] Built target Kokkos_CoreUnitTest_Develop Scanning dependencies of target Kokkos_push_finalize_hook_terminate [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o [ 12%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ArrayOps.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyConstructors.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyInterface.cpp.o [ 30%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o [ 30%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 23%] Linking CXX executable Kokkos_StackTraceTestExec [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test04_ParallelFor_RangePolicy_OPENMPTARGET.cpp.o [ 30%] Built target Kokkos_Benchmark_Atomic_MinMax [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o Scanning dependencies of target Kokkos_ContainersTestCompileOnly [ 30%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 12%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 30%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 30%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 30%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_longlongint.cpp.o [ 23%] Built target Kokkos_StackTraceTestExec [ 12%] Built target Kokkos_CoreTestCompileOnly [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 30%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraph.dir/UnitTestMainInit.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 1%] Built target kokkosprinter-tool [ 1%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c02.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test08_deep_copy_CUDA.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 30%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraph.dir/cuda/TestCuda_Graph.cpp.o [ 12%] Linking CXX executable Kokkos_push_finalize_hook_terminate [ 1%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 12%] Built target Kokkos_push_finalize_hook_terminate Scanning dependencies of target Kokkos_CoreTestCompileOnly [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 30%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 1%] Linking CXX executable Kokkos_tutorial_01_hello_world [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 30%] Built target Kokkos_PerformanceTest_Atomic Scanning dependencies of target Kokkos_ContainersPerformanceTest_OpenMP [ 30%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMPTARGET.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_longint.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 30%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DualView.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_double.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 2%] Linking CXX executable Kokkos_query_device [ 31%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 31%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 31%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynamicView.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Complex.cpp.o [ 32%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCudaUVM_ViewCopy_a.cpp [ 32%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestArray.cpp(54): warning #20013-D: calling a constexpr __host__ function("size") from a __host__ __device__ function("is_equal") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this. detected during instantiation of "__nv_bool ::is_equal(const L &, const R &) [with L=Kokkos::Array, R=Kokkos::Array]" (70): here /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestArray.cpp(54): warning #20013-D: calling a constexpr __host__ function("size") from a __host__ __device__ function("is_equal") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this. detected during instantiation of "__nv_bool ::is_equal(const L &, const R &) [with L=Kokkos::Array, R=Kokkos::Array]" (70): here /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestArray.cpp(56): warning #20013-D: calling a constexpr __host__ function("size") from a __host__ __device__ function("is_equal") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this. detected during instantiation of "__nv_bool ::is_equal(const L &, const R &) [with L=Kokkos::Array, R=Kokkos::Array]" (70): here /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestArray.cpp(54): warning #20015-D: calling a constexpr __host__ function from a __host__ __device__ function is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this. /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestArray.cpp(54): warning #20015-D: calling a constexpr __host__ function from a __host__ __device__ function is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this. /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestArray.cpp(56): warning #20015-D: calling a constexpr __host__ function from a __host__ __device__ function is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this. [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_float.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 32%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 2%] Built target Kokkos_tutorial_01_hello_world [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Concepts.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Crs.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 2%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestArray.cpp(54): warning: calling a constexpr __host__ function("size") from a __host__ __device__ function("is_equal") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this. detected during instantiation of "__nv_bool ::is_equal(const L &, const R &) [with L=Kokkos::Array, R=Kokkos::Array]" (70): here /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestArray.cpp(54): warning: calling a constexpr __host__ function("size") from a __host__ __device__ function("is_equal") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this. detected during instantiation of "__nv_bool ::is_equal(const L &, const R &) [with L=Kokkos::Array, R=Kokkos::Array]" (70): here /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestArray.cpp(56): warning: calling a constexpr __host__ function("size") from a __host__ __device__ function("is_equal") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this. detected during instantiation of "__nv_bool ::is_equal(const L &, const R &) [with L=Kokkos::Array, R=Kokkos::Array]" (70): here /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestArray.cpp(54): warning: calling a constexpr __host__ function from a __host__ __device__ function is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this. /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestArray.cpp(54): warning: calling a constexpr __host__ function from a __host__ __device__ function is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this. /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestArray.cpp(56): warning: calling a constexpr __host__ function from a __host__ __device__ function is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this. /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestArray.cpp: In function 'constexpr bool _GLOBAL__N__44_tmpxft_00000b74_00000000_7_TestArray_cpp1_ii_dc30641d::test_array_zero_sized()': /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestArray.cpp:113:4: error: call to non-'constexpr' function 'T& Kokkos::Array::operator[](const iType&) [with iType = int; T = float; Proxy = void; Kokkos::Array::reference = float&]' a[i] = T(); ^ /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestArray.cpp: At global scope: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestArray.cpp:118:36: error: non-constant condition for static assertion static_assert(test_array_zero_sized()); ~~~~~~~~~~~~~~~~~~~~~^~ /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestArray.cpp:118:36: error: 'constexpr bool _GLOBAL__N__44_tmpxft_00000b74_00000000_7_TestArray_cpp1_ii_dc30641d::test_array_zero_sized()' called in a constant expression core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/build.make:95: recipe for target 'core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o' failed make[2]: *** [core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o] Error 1 CMakeFiles/Makefile2:2463: recipe for target 'core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/all' failed make[1]: *** [core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 23%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_e.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMPTARGET.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 2%] Built target Kokkos_CoreUnitTest_DeviceAndThreads [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 23%] Built target Kokkos_CoreUnitTest_CTestDevice [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopyAlignment.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 2%] Built target Kokkos_query_device [ 2%] Linking CXX static library libkokkos_gtest.a [ 2%] Built target kokkos_gtest [ 32%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 32%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 32%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 23%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 24%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o [ 16%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o [ 16%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o [ 24%] Built target Kokkos_CoreUnitTest_Default [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 24%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_unsignedint.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test10_HierarchicalBasics_CUDA.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpacePartitioning.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test08_deep_copy_OPENMPTARGET.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCudaUVM_ViewCopy_b.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCudaUVM_ViewMapping_a.cpp [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecutionSpace.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 26%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/UnitTestMainInit.cpp.o [ 26%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 13%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c03.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 32%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 32%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_generic.cpp.o [ 32%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o [ 32%] Built target Kokkos_ContainersPerformanceTest_OpenMP Scanning dependencies of target Kokkos_ContainersPerformanceTest_HIP [ 32%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestMain.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 32%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamCombinedReducers.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 13%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 32%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCudaUVM_ViewMapping_b.cpp [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_int.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 27%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 32%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o [ 32%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 33%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestHIP.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_longint.cpp.o [ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 13%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraph [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c10.cpp.o [ 33%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 13%] Built target Kokkos_CoreUnitTest_CudaGraph [ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 33%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_f.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_longlongint.cpp.o [ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o [ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_unsignedlongint.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCudaUVM_ViewMapping_subview.cpp [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11a_ParallelFor_TeamThreadRange_CUDA.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test10_HierarchicalBasics_OPENMPTARGET.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o [ 33%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o [ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 33%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_FunctorAnalysis.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtr.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Atomics.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCudaHostPinned_ViewAPI_a.cpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 33%] Linking CXX executable Kokkos_ContainersPerformanceTest_HIP [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtrAccessOnDevice.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o [ 33%] Built target Kokkos_ContainersPerformanceTest_HIP Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 33%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamMDRange.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCudaHostPinned_ViewAPI_b.cpp [ 33%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 13%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook [ 33%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank12345.cpp.o [ 33%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_g.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o [ 13%] Built target Kokkos_CoreUnitTest_PushFinalizeHook [ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c04.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMPTARGET.cpp.o [ 33%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCudaHostPinned_ViewAPI_c.cpp [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Init.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o [ 14%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_JoinBackwardCompatibility.cpp.o [ 33%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.cpp.o [ 33%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 14%] Built target Kokkos_CoreUnitTest_LegionInitialization [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o [ 49%] Linking CXX executable Kokkos_UnitTest_SIMD [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_LocalDeepCopy.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11b_ParallelFor_TeamVectorRange_CUDA.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_longlongint.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o [ 33%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicViews.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCudaHostPinned_ViewAPI_d.cpp [ 33%] Built target Kokkos_ContainersTestCompileOnly [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E [ 33%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_UnitTest_Sort [ 33%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalConstants.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 51%] Built target Kokkos_UnitTest_SIMD [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMPTARGET.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions1.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_unsignedint.cpp.o [ 34%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 34%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 34%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o [ 18%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 18%] Built target Kokkos_CoreTestCompileOnly Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCudaHostPinned_ViewAPI_e.cpp [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRangePolicyConstructors.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c07.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o [ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_shared.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCudaHostPinned_ViewCopy_a.cpp [ 2%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 2%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o [ 34%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSort.cpp.o [ 34%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 34%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions2.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11c_ParallelFor_ThreadVectorRange_CUDA.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCudaHostPinned_ViewCopy_b.cpp [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions3.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o [ 16%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 16%] Built target Kokkos_CoreUnitTest_Develop [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMPTARGET.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCudaHostPinned_ViewMapping_a.cpp [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test12a_ThreadScratch_OPENMPTARGET.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_unsignedint.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 34%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_LegionInitialization [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o [ 25%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 25%] Built target Kokkos_CoreUnitTest_Default [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 34%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_ToolIndependence [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRangeReduce.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o [ 25%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 25%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 34%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_BitManipulationBuiltins.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_BlockSizeDeduction.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o [ 16%] Linking CXX executable Kokkos_push_finalize_hook_terminate [ 16%] Built target Kokkos_push_finalize_hook_terminate [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 25%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization [ 25%] Built target Kokkos_CoreUnitTest_LegionInitialization [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_unsignedlongint.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o [ 34%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12a_ThreadScratch_CUDA.cpp.o [ 31%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test12b_TeamScratch_OPENMPTARGET.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCudaHostPinned_ViewMapping_b.cpp [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Develop [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 2%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCudaHostPinned_ViewMapping_subview.cpp [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o [ 2%] Built target Kokkos_ContainersTestCompileOnly Makefile:160: recipe for target 'all' failed make: *** [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 zero time Fri Mar 29 02:31:59 2024 cache hit (direct) 0 cache hit (preprocessed) 0 cache miss 11 cache hit rate 0.00 % compile failed 1 cleanups performed 0 files in cache 2353 cache size 4.3 GB max cache size 5.0 GB [Pipeline] } [Pipeline] // withEnv [Pipeline] } /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_View_64bit.cpp $ docker stop --time=1 5895c8c709287263ef16b35dbd5ff06377380eb610c2b7c477c97b7314c08831 [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o [ 31%] Built target Kokkos_CoreUnitTest_Default $ docker rm -f --volumes 5895c8c709287263ef16b35dbd5ff06377380eb610c2b7c477c97b7314c08831 [ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_CheckedIntegerOps.cpp.o [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch CUDA-11.0-NVCC-RDC [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Atomics.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 27%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o [ 27%] Built target Kokkos_CoreUnitTest_Develop Scanning dependencies of target Kokkos_push_finalize_hook_terminate [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o [ 34%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 34%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_CommonPolicyConstructors.cpp.o [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 34%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_ViewOfClass.cpp [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o [ 32%] Linking CXX executable Kokkos_IncrementalTest_OPENMPTARGET [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/core/src/Kokkos_Complex.hpp(110): warning #20208-D: 'long double' is treated as 'double' in device code Warning #20208-D: 'long double' is treated as 'double' in device code [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 27%] Linking CXX executable Kokkos_push_finalize_hook_terminate [ 27%] Built target Kokkos_push_finalize_hook_terminate [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_CommonPolicyInterface.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Complex.cpp.o [ 34%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 32%] Built target Kokkos_IncrementalTest_OPENMPTARGET [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDSpan.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Concepts.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/tools/TestScopedRegion.cpp(34): warning #177-D: member "::defaultdevicetype_scoped_profile_region_Test::test_info_" was declared but never referenced [ 20%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_SubView_a.cpp [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o [ 20%] Built target Kokkos_CoreUnitTest_KokkosP Scanning dependencies of target Kokkos_StackTraceTestExec [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 34%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12b_TeamScratch_CUDA.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Crs.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_SubView_b.cpp [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalSpecialFunctions.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o [ 30%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_DeepCopyAlignment.cpp.o [ 34%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 30%] Built target Kokkos_CoreUnitTest_Serial2 [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_unsignedlongint.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MinMaxClamp.cpp.o [ 35%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_SubView_c01.cpp [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ExecSpacePartitioning.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 35%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o Scanning dependencies of target Kokkos_CoreTestCompileOnly [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 35%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o [ 35%] Built target Kokkos_PerformanceTest_Benchmark [ 35%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13a_ParallelRed_TeamThreadRange_CUDA.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ExecutionSpace.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_FunctorAnalysis.cpp.o [ 35%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_NumericTraits.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_SubView_c02.cpp [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_SubView_c03.cpp [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 36%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_StaticCrsGraph.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_SubView_c04.cpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_SubView_c05.cpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 35%] Built target Kokkos_IncrementalTest_SERIAL [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_HostSharedPtr.cpp.o [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_HostSharedPtrAccessOnDevice.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamPolicyConstructors.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/tstHeader.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o [ 36%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortByKey.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_SubView_c06.cpp [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Init.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_JoinBackwardCompatibility.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o [ 36%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 36%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13b_ParallelRed_TeamVectorRange_CUDA.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalConstants.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalFunctions1.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamReductionScan.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 24%] Linking CXX executable Kokkos_StackTraceTestExec [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Atomics.cpp.o [ 36%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 24%] Built target Kokkos_StackTraceTestExec [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 36%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 56%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 56%] Built target Kokkos_CoreUnitTest_Default [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13c_ParallelRed_ThreadVectorRange_CUDA.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 31%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 31%] Built target Kokkos_CoreTestCompileOnly [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o [ 18%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 32%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 32%] Built target Kokkos_CoreUnitTest_KokkosP Scanning dependencies of target Kokkos_ProfilingAllCalls [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_a.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o [ 18%] Built target Kokkos_CoreUnitTest_KokkosP [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_SubView_c07.cpp [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o Scanning dependencies of target Kokkos_ToolsInitialization [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalFunctions2.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicViews.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o [ 34%] Linking CXX executable Kokkos_ProfilingAllCalls [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 34%] Built target Kokkos_ProfilingAllCalls Scanning dependencies of target Kokkos_StackTraceTestExec [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o [ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c11.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o [ 18%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 18%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test14_MDRangeReduce_CUDA.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewHooks.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamScan.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vector_hpp.dir/tstHeader.cpp.o [ 34%] Linking CXX executable Kokkos_ToolsInitialization [ 34%] Built target Kokkos_ToolsInitialization [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 36%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 36%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_SubView_c08.cpp [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_b.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vector_hpp [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_SubView_c09.cpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 24%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c05.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 34%] Linking CXX executable Kokkos_StackTraceTestExec [ 34%] Built target Kokkos_StackTraceTestExec [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 18%] Linking CXX executable Kokkos_ProfilingAllCalls /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_SubView_c10.cpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o [ 57%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization [ 18%] Built target Kokkos_ProfilingAllCalls /var/jenkins/workspace/Kokkos_PR-6905/core/src/Kokkos_Complex.hpp(110): warning #20208-D: 'long double' is treated as 'double' in device code Warning #20208-D: 'long double' is treated as 'double' in device code [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o [ 24%] Built target Kokkos_IncrementalTest_SERIAL [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test16_ParallelScan_CUDA.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 36%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_SubView_c11.cpp [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Default [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 57%] Built target Kokkos_CoreUnitTest_LegionInitialization [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o [ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalFunctions3.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o [ 36%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o [ 36%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorPropEmbeddedDim.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 59%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c08.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o [ 59%] Built target Kokkos_CoreUnitTest_PushFinalizeHook [ 39%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_c.cpp.o [ 39%] Built target Kokkos_CoreUnitTest_Serial1 [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test17_CompleteAtomic_CUDA.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 36%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o [ 36%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamScratch.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicViews.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o [ 36%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortCustomComp.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o [ 26%] Linking CXX executable Kokkos_IncrementalTest_CUDA [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o [ 26%] Built target Kokkos_IncrementalTest_CUDA [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Develop [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 18%] Linking CXX executable Kokkos_ToolsInitialization [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o [ 18%] Built target Kokkos_ToolsInitialization [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o [ 37%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 62%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o [ 62%] Built target Kokkos_CoreUnitTest_Develop [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_d.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 63%] Linking CXX executable Kokkos_push_finalize_hook_terminate [ 63%] Built target Kokkos_push_finalize_hook_terminate [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_BitManipulationBuiltins.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 27%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o [ 27%] Built target Kokkos_CoreUnitTest_Develop Scanning dependencies of target Kokkos_push_finalize_hook_terminate [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamTeamSize.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 37%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 37%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP [ 37%] Built target Kokkos_ContainersUnitTest_OpenMP Scanning dependencies of target Kokkos_UnitTest_Random [ 37%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o [ 37%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Task.cpp.o [ 37%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 37%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/hip/TestRandom.cpp.o [ 37%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_BitManipulationBuiltins.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalSpecialFunctions.cpp.o [ 28%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3 [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 28%] Linking CXX executable Kokkos_push_finalize_hook_terminate [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o [ 28%] Built target Kokkos_push_finalize_hook_terminate [ 38%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpInit [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 28%] Built target Kokkos_CoreUnitTest_Cuda3 Scanning dependencies of target Kokkos_CoreUnitTest_CudaTimingBased [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 38%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 38%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_a.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_SubView_c12.cpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_e.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_f.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_g.cpp.o [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangePolicyConstructors.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangeReduce.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpan.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o [ 40%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewHooks.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o [ 40%] Built target Kokkos_CoreUnitTest_OpenMP make: *** [Makefile:144: all] Error 2 [Pipeline] } [Pipeline] // withEnv [Pipeline] } $ docker stop --time=1 91bd35bd9f1babe72b1d9ef36e71d5419e3e73d4cf841a4952c1af14cf2142ff [ 38%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank67.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 38%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_OccupancyControlTrait.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o [ 29%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 29%] Built target Kokkos_CoreUnitTest_CudaInterOpInit [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o $ docker rm -f --volumes 91bd35bd9f1babe72b1d9ef36e71d5419e3e73d4cf841a4952c1af14cf2142ff [Pipeline] // withDockerContainer [Pipeline] } [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [Pipeline] // withEnv Scanning dependencies of target Kokkos_CoreUnitTest_CudaGraph [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch GCC-8.4.0 [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraph.dir/UnitTestMainInit.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o [ 40%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 40%] Built target Kokkos_CoreUnitTest_Serial2 Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MinMaxClamp.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_NumericTraits.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_SubView_c13.cpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraph.dir/cuda/TestCuda_Graph.cpp.o [ 39%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ErrorReporter.cpp.o [ 39%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 39%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C [ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_OccupancyControlTrait.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Other.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 67%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o [ 28%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased [ 28%] Built target Kokkos_CoreUnitTest_CudaTimingBased [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ParallelScanRangePolicy.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o Scanning dependencies of target Kokkos_IncrementalTest_CUDA [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/UnitTestMainInit.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Init.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test01_execspace_CUDA.cpp.o [ 67%] Built target Kokkos_CoreUnitTest_KokkosP [ 67%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_b.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamVectorRange.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o [ 68%] Built target Kokkos_CoreUnitTest_ToolIndependence Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortA.cpp.o [ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Other.cpp.o [ 22%] Linking CXX executable Kokkos_StackTraceTestExec [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 22%] Built target Kokkos_StackTraceTestExec [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/UnitTestMainInit.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test02_atomic_host_CUDA.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Printf.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_Reductions.cpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_c.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CheckedIntegerOps.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 30%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraph [ 30%] Built target Kokkos_CoreUnitTest_CudaGraph [ 69%] Linking CXX executable Kokkos_ProfilingAllCalls Scanning dependencies of target Kokkos_CoreUnitTest_TuningBuiltins Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBuiltins.dir/tools/TestBuiltinTuners.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o [ 39%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_OffsetView.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03a_MemorySpace_malloc_CUDA.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 69%] Built target Kokkos_ProfilingAllCalls [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CommonPolicyConstructors.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test01_execspace_CUDA.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_d.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_UniqueToken.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03b_MemorySpace_free_CUDA.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 45%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 45%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_QuadPrecisionMath.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o [ 69%] Linking CXX executable Kokkos_ToolsInitialization [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicy.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyConstructors.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c12.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_e.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test02_atomic_host_CUDA.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 69%] Built target Kokkos_ToolsInitialization [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CommonPolicyInterface.cpp.o [ 31%] Linking CXX executable Kokkos_CoreUnitTest_TuningBuiltins [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyRequire.cpp.o [ 31%] Built target Kokkos_CoreUnitTest_TuningBuiltins [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_CategoricalTuner [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CategoricalTuner.dir/tools/TestCategoricalTuner.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/tstHeader.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test04_ParallelFor_RangePolicy_CUDA.cpp.o [ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_View_64bit.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ReducerCTADs.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_a.cpp.o Warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestNumericTraits.hpp(46): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestNumericTraits.hpp(104): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestNumericTraits.hpp(105): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestNumericTraits.hpp(104): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestNumericTraits.hpp(104): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestNumericTraits.hpp(104): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestNumericTraits.hpp(113): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestNumericTraits.hpp(114): warning #20208-D: 'long double' is treated as 'double' in device code Warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestNumericTraits.hpp(114): warning #20208-D: 'long double' is treated as 'double' in device code Warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestNumericTraits.hpp(114): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/src/Kokkos_NumericTraits.hpp(77): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/src/Kokkos_NumericTraits.hpp(82): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/src/Kokkos_NumericTraits.hpp(86): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/src/Kokkos_NumericTraits.hpp(93): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestNumericTraits.hpp(126): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestNumericTraits.hpp(127): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestNumericTraits.hpp(126): warning #20208-D: 'long double' is treated as 'double' in device code Warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestNumericTraits.hpp(127): warning #20208-D: 'long double' is treated as 'double' in device code Warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/src/Kokkos_NumericTraits.hpp(56): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/src/Kokkos_NumericTraits.hpp(72): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestNumericTraits.hpp(150): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestNumericTraits.hpp(151): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestNumericTraits.hpp(150): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestNumericTraits.hpp(150): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestNumericTraits.hpp(150): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestNumericTraits.hpp(151): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/src/Kokkos_NumericTraits.hpp(105): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestNumericTraits.hpp(162): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestNumericTraits.hpp(163): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestNumericTraits.hpp(162): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestNumericTraits.hpp(162): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestNumericTraits.hpp(162): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestNumericTraits.hpp(163): warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/core/src/Kokkos_NumericTraits.hpp(113): warning #20208-D: 'long double' is treated as 'double' in device code Warning #20208-D: 'long double' is treated as 'double' in device code [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o [ 19%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2B [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_f.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_ParallelScanRangePolicy.cpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Complex.cpp.o [ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_Reductions_DeviceView.cpp [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_b.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_c.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test05_ParallelReduce_RangePolicy_CUDA.cpp.o [ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_a.cpp.o [ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03a_MemorySpace_malloc_CUDA.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_d.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o [ 33%] Linking CXX executable Kokkos_CoreUnitTest_CategoricalTuner [ 33%] Built target Kokkos_CoreUnitTest_CategoricalTuner [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o [ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_BlockSizeDeduction.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_TuningBasics [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_e.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test06_ParallelFor_MDRangePolicy_CUDA.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBasics.dir/tools/TestTuning.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_Reducers_a.cpp [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions_DeviceView.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 72%] Linking CXX executable Kokkos_StackTraceTestExec [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_g.cpp.o [ 39%] Linking CXX executable Kokkos_UnitTest_Random [ 39%] Built target Kokkos_UnitTest_Random /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_Reducers_b.cpp Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 40%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test08_deep_copy_CUDA.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedAlloc.cpp.o [ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 40%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ScatterView.cpp.o [ 40%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 72%] Built target Kokkos_StackTraceTestExec [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Swap.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/UnitTestMainInit.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamBasic.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03b_MemorySpace_free_CUDA.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_Reducers_c.cpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test10_HierarchicalBasics_CUDA.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c09.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_CheckedIntegerOps.cpp.o [ 40%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11a_ParallelFor_TeamThreadRange_CUDA.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 33%] Linking CXX executable Kokkos_CoreUnitTest_TuningBasics [ 33%] Built target Kokkos_CoreUnitTest_TuningBasics [ 40%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_CoreTestCompileOnly [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o [ 41%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o [ 41%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 41%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_b.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Concepts.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o [ 41%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamCombinedReducers.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRangePolicyConstructors.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ExecSpacePartitioning.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamMDRange.cpp.o [ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test01_execspace_OPENACC.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_CommonPolicyConstructors.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamPolicyConstructors.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test04_ParallelFor_RangePolicy_CUDA.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 54%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp "/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/incremental/Test01_execspace.hpp", line 66: warning: function "Kokkos::Experimental::OpenACC::in_parallel" was declared deprecated [deprecated_entity] int in_parallel = ExecSpace::in_parallel(); ^ "/var/jenkins/workspace/Kokkos_PR-6905/core/src/OpenACC/Kokkos_OpenACC.hpp", line 95: note: because of a "deprecated" attribute KOKKOS_DEPRECATED static bool in_parallel() { ^ detected during instantiation of "void Test::TestIncrExecSpace::testit() [with ExecSpace=Kokkos::Experimental::OpenACC]" at line 85 Remark: individual warnings can be suppressed with "--diag_suppress " [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_ParallelScanRangePolicy.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 54%] Built target Kokkos_CoreUnitTest_Serial1 [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamReductionScan.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScan.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11b_ParallelFor_TeamVectorRange_CUDA.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratch.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_Reducers_d.cpp [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ExecutionSpace.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRangeReduce.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_Reducers_e.cpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamTeamSize.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_FunctorAnalysis.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamVectorRange.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o [ 41%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortB.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_CommonPolicyInterface.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test02_atomic_host_OPENACC.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 41%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test05_ParallelReduce_RangePolicy_CUDA.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11c_ParallelFor_ThreadVectorRange_CUDA.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Init.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MathematicalConstants.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 41%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDSpan.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test03a_MemorySpace_malloc_OPENACC.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Complex.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 41%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 41%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Init.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UniqueToken.cpp.o [ 41%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_Complex.cpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 23%] Built target Kokkos_CoreUnitTest_SYCL2B [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Concepts.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test03b_MemorySpace_free_OPENACC.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12a_ThreadScratch_CUDA.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_Benchmark [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_AtomicOperations_int.cpp [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test06_ParallelFor_MDRangePolicy_CUDA.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_View_64bit.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_NumericTraits.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_c.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_OccupancyControlTrait.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test04_ParallelFor_RangePolicy_OPENACC.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_a.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_b.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_c.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 41%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test05_ParallelReduce_RangePolicy_OPENACC.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 41%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ParallelScanRangePolicy.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Printf.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Crs.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/core/src/Kokkos_Complex.hpp(110): warning #20208-D: 'long double' is treated as 'double' in device code Warning #20208-D: 'long double' is treated as 'double' in device code /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_AtomicOperations_unsignedint.cpp [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12b_TeamScratch_CUDA.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_QuadPrecisionMath.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_RangePolicy.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_AtomicOperations_longint.cpp Scanning dependencies of target Kokkos_PerformanceTest_TaskDag [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_SharedSpace [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_Mempool [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 61%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 61%] Built target Kokkos_Benchmark_Atomic_MinMax [ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENACC.cpp.o [ 61%] Linking CXX executable Kokkos_PerformanceTest_TaskDag [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o [ 61%] Built target Kokkos_PerformanceTest_TaskDag [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_RangePolicyConstructors.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 62%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace Scanning dependencies of target Kokkos_PerformanceTest_Atomic [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o [ 62%] Built target Kokkos_PerformanceTest_SharedSpace [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_d.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_AtomicOperations_unsignedlongint.cpp [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test08_deep_copy_CUDA.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_RangePolicyRequire.cpp.o [ 41%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MathematicalSpecialFunctions.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o [ 41%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 41%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ReducerCTADs.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test08_deep_copy_OPENACC.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_d.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13a_ParallelRed_TeamThreadRange_CUDA.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [ 63%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 63%] Built target Kokkos_PerformanceTest_Mempool Scanning dependencies of target Kokkos_ContainersUnitTest_Serial [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [ 48%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_a.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13b_ParallelRed_TeamVectorRange_CUDA.cpp.o [ 41%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 42%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestNestedSort.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_AtomicOperations_longlongint.cpp [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test10_HierarchicalBasics_OPENACC.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_DeepCopyAlignment.cpp.o [ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 50%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_b.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_c.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o Scanning dependencies of target Kokkos_ContainersUnitTest_HIP [ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/UnitTestMain.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13c_ParallelRed_ThreadVectorRange_CUDA.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewHooks.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 50%] Built target Kokkos_CoreUnitTest_Serial1 [ 50%] Built target Kokkos_CoreUnitTest_Serial2 [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Bitset.cpp.o [ 64%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 64%] Built target Kokkos_PerformanceTest_Atomic [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DualView.cpp.o [ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynamicView.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_e.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_e.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_AtomicOperations_double.cpp [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reductions.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_AtomicOperations_float.cpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o [ 42%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCopy_a.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test14_MDRangeReduce_CUDA.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_generic.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank12345.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENACC.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reductions_DeviceView.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B [ 42%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 43%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 43%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o Scanning dependencies of target Kokkos_ContainersTestCompileOnly [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_AtomicOperations_complexfloat.cpp [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Swap.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test10_HierarchicalBasics_CUDA.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test16_ParallelScan_CUDA.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENACC.cpp.o [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamMDRange.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamPolicyConstructors.cpp.o [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Printf.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamScratch.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11a_ParallelFor_TeamThreadRange_CUDA.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ExecSpacePartitioning.cpp.o [ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_AtomicOperations_complexdouble.cpp [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank67.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c13.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamTeamSize.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_View_64bit.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_e.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_AtomicViews.cpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_QuadPrecisionMath.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_a.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test17_CompleteAtomic_CUDA.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Init.cpp.o [ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 37%] Linking CXX executable Kokkos_CoreTestCompileOnly [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 38%] Built target Kokkos_CoreTestCompileOnly [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP [ 44%] Linking CXX executable Kokkos_UnitTest_Sort [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCopy_b.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_a.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 44%] Built target Kokkos_UnitTest_Sort Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A [ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_b.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCtorDimMatch.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_c.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 67%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 67%] Built target Kokkos_ContainersTestCompileOnly [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_RangePolicy.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_Atomics.cpp [ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENACC.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o Scanning dependencies of target Kokkos_ContainersPerformanceTest_HIP [ 68%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestMain.cpp.o [ 45%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c14.cpp.o [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11b_ParallelFor_TeamVectorRange_CUDA.cpp.o [ 45%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_a.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 37%] Linking CXX executable Kokkos_IncrementalTest_CUDA [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 68%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestHIP.cpp.o [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 37%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 37%] Built target Kokkos_IncrementalTest_CUDA [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o Scanning dependencies of target Kokkos_IncrementalTest_SERIAL [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_b.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_TeamBasic.cpp [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorDimMatch.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_b.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewEmptyRuntimeUnmanaged.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_TeamScratch.cpp [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_d.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_TeamReductionScan.cpp [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewEmptyRuntimeUnmanaged.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 37%] Built target Kokkos_CoreUnitTest_Serial1 [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCopy_a.cpp.o [ 69%] Linking CXX executable Kokkos_ContainersPerformanceTest_HIP [ 69%] Built target Kokkos_ContainersPerformanceTest_HIP [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewHooks.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_RangePolicyConstructors.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o [ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 45%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 25%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2D [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o [ 45%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 25%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2C [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewLayoutStrideAssignment.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCopy_b.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_TeamTeamSize.cpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11c_ParallelFor_ThreadVectorRange_CUDA.cpp.o [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 45%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_StaticCrsGraph.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCtorDimMatch.cpp.o [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewHooks.cpp.o [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_a.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ErrorReporter.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test12a_ThreadScratch_OPENACC.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12a_ThreadScratch_CUDA.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_OffsetView.cpp.o [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_RangePolicyRequire.cpp.o [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ExecutionSpace.cpp.o [ 45%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ScatterView.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o [ 45%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D [ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewEmptyRuntimeUnmanaged.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o "/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/incremental/Test12a_ThreadScratch.hpp", line 113: warning: statement is unreachable [code_is_unreachable] test.run(1, 55, 9); ^ Remark: individual warnings can be suppressed with "--diag_suppress " [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test12b_TeamScratch_OPENACC.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewHooks.cpp.o [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp "/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/incremental/Test12b_TeamScratch.hpp", line 103: warning: statement is unreachable [code_is_unreachable] test.run(1, 4, 4); ^ Remark: individual warnings can be suppressed with "--diag_suppress " [ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewLayoutStrideAssignment.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_TeamVectorRange.cpp [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_ReducerCTADs.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewLayoutStrideAssignment.cpp.o [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_Other.cpp [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_d.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMapping_a.cpp.o [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMapping_b.cpp.o [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMapping_subview.cpp.o [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_StaticCrsGraph.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_FunctorAnalysis.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o [ 45%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12b_TeamScratch_CUDA.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMapping_a.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENACC.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENACC.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_a.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o [ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMemoryAccessViolation.cpp.o [ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewOfClass.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_HostSharedPtr.cpp.o [ 46%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vector_hpp.dir/tstHeader.cpp.o [ 46%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [ 46%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 46%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_b.cpp.o [ 30%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3 [ 30%] Built target Kokkos_CoreUnitTest_Cuda3 [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 46%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 39%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3 [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 46%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o [ 39%] Built target Kokkos_CoreUnitTest_Cuda3 Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vector_hpp [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewOutOfBoundsAccess.cpp.o [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewResize.cpp.o [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_subview.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_HostSharedPtrAccessOnDevice.cpp.o [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_WithoutInitializing.cpp.o [ 46%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 46%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 39%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 39%] Built target Kokkos_CoreUnitTest_KokkosP [ 72%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 72%] Built target Kokkos_ContainersUnitTest_Serial [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMemoryAccessViolation.cpp.o [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vector_hpp.dir/tstHeader.cpp.o [ 46%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 46%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENACC.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_a.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13a_ParallelRed_TeamThreadRange_CUDA.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_e.cpp.o [ 46%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfClass.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 47%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 84%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 47%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_MDRange_a.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_MDRange_b.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_MDRange_c.cpp [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_b.cpp.o [ 47%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Init.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 47%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 47%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMapping_b.cpp.o [ 84%] Built target Kokkos_CoreUnitTest_Serial1 [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test14_MDRangeReduce_OPENACC.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vector_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOutOfBoundsAccess.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_UnorderedMap.cpp.o [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 48%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Vector.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewResize.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 48%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 31%] Linking CXX executable Kokkos_IncrementalTest_OPENMP /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_MDRange_d.cpp [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test16_ParallelScan_OPENACC.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_JoinBackwardCompatibility.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c04.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c05.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13b_ParallelRed_TeamVectorRange_CUDA.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 73%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [ 73%] Built target Kokkos_PerformanceTest_Benchmark [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 31%] Built target Kokkos_IncrementalTest_OPENMP /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_MDRange_e.cpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMapping_subview.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_Crs.cpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c06.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o "/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/incremental/Test01_execspace.hpp", line 66: warning: function "Kokkos::Serial::in_parallel" was declared deprecated [deprecated_entity] int in_parallel = ExecSpace::in_parallel(); ^ "/var/jenkins/workspace/Kokkos_PR-6905/core/src/Serial/Kokkos_Serial.hpp", line 126: note: because of a "deprecated" attribute KOKKOS_DEPRECATED inline static int in_parallel() { return false; } ^ detected during instantiation of "void Test::TestIncrExecSpace::testit() [with ExecSpace=Kokkos::Serial]" at line 85 Remark: individual warnings can be suppressed with "--diag_suppress " [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 69%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 49%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test17_CompleteAtomic_OPENACC.cpp.o [ 49%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 41%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 74%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 74%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMemoryAccessViolation.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 69%] Built target Kokkos_PerformanceTest_Mempool [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 49%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_g.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_b.cpp.o [ 28%] Built target Kokkos_CoreUnitTest_SYCL2D [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/UnitTestMainInit.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c07.cpp.o [ 41%] Built target Kokkos_CoreUnitTest_Serial2 Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WorkGraph.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_LocalDeepCopy.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRangePolicyConstructors.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 49%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 32%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o [ 32%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewOfClass.cpp.o [ 49%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 32%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o [ 32%] Built target Kokkos_CoreUnitTest_CTestDevice [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13c_ParallelRed_ThreadVectorRange_CUDA.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_a.cpp.o [ 33%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_c.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCL_Task.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewOutOfBoundsAccess.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_b.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o [ 33%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ViewCtorPropEmbeddedDim.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 49%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_UnorderedMap.cpp.o [ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o [ 87%] Linking CXX executable Kokkos_IncrementalTest_OPENACC [ 87%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 49%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCL_TeamScratchStreams.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRangeReduce.cpp.o [ 87%] Built target Kokkos_IncrementalTest_OPENACC [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 87%] Built target Kokkos_CoreUnitTest_Serial2 [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c01.cpp.o [ 75%] Linking CXX executable Kokkos_ContainersUnitTest_HIP [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 75%] Built target Kokkos_ContainersUnitTest_HIP [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewResize.cpp.o [ 75%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A Scanning dependencies of target Kokkos_UnitTest_Sort [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 75%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_WithoutInitializing.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 87%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 87%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDSpan.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/cuda/TestCuda_Task.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_WorkGraph.cpp [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test14_MDRangeReduce_CUDA.cpp.o [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSort.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 28%] Built target Kokkos_CoreUnitTest_SYCL2C [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit.dir/UnitTestMain.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o [ 70%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 44%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MinMaxClamp.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 70%] Built target Kokkos_Benchmark_Atomic_MinMax [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o [ 44%] Built target Kokkos_IncrementalTest_SERIAL Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test16_ParallelScan_CUDA.cpp.o [ 49%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit.dir/sycl/TestSYCL_InterOp_Init.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_OccupancyControlTrait.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E Scanning dependencies of target Kokkos_UnitTest_Random [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/tstHeader.cpp.o [ 90%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c02.cpp.o "/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/incremental/Test12a_ThreadScratch.hpp", line 113: warning: statement is unreachable [code_is_unreachable] test.run(1, 55, 9); ^ Remark: individual warnings can be suppressed with "--diag_suppress " [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 90%] Built target Kokkos_CoreUnitTest_CTestDevice [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_SharedAlloc.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ParallelScanRangePolicy.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/cuda/TestCuda_Spaces.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_UniqueToken.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_LocalDeepCopy.cpp [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/hip/TestRandom.cpp.o [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/cuda/TestCuda_DebugSerialExecution.cpp [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o "/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/incremental/Test12b_TeamScratch.hpp", line 103: warning: statement is unreachable [code_is_unreachable] test.run(1, 4, 4); ^ Remark: individual warnings can be suppressed with "--diag_suppress " [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/cuda/TestCuda_DebugPinUVMSpace.cpp [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/cuda/TestCuda_TeamScratchStreams.cpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 50%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 50%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Printf.cpp.o [ 28%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpInit [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c03.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_QuadPrecisionMath.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_a.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 29%] Built target Kokkos_CoreUnitTest_SYCLInterOpInit [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit_Context.dir/UnitTestMainInit.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_RangePolicyConstructors.cpp.o [ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Command_Line_Parsing.cpp [ 42%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit_Context.dir/sycl/TestSYCL_InterOp_Init_Context.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ReducerCTADs.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 42%] Built target Kokkos_CoreUnitTest_Default [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_b.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 50%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o [ 50%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_d.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_c.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c04.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_e.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortByKey.cpp.o [ 50%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreams.dir/UnitTestMain.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SharedAlloc.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Swap.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test17_CompleteAtomic_CUDA.cpp.o [ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_TeamPolicyConstructors.cpp.o [ 93%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_View_64bit.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreams.dir/sycl/TestSYCL_InterOp_Streams.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o [ 51%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o [ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_b.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 93%] Built target Kokkos_IncrementalTest_SERIAL Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_a.cpp.o [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_HostSpace_deepcopy.cpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o [ 30%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpInit_Context [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 78%] Linking CXX executable Kokkos_UnitTest_Random [ 78%] Built target Kokkos_UnitTest_Random [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 30%] Built target Kokkos_CoreUnitTest_SYCLInterOpInit_Context [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 51%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_b.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_c.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_d.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCopy_a.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Abort.cpp [ 51%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ViewCtorPropEmbeddedDim.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_ExecPolicy.cpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCopy_b.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 51%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 39%] Linking CXX executable Kokkos_IncrementalTest_CUDA [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_HostThreadTeam.cpp [ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o [ 39%] Built target Kokkos_IncrementalTest_CUDA [ 31%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2A /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_SharedAlloc.cpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [ 31%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpStreams [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_hwloc.cpp [ 51%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_CPUDiscovery.cpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o [ 51%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_HostBarrier.cpp [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 31%] Built target Kokkos_CoreUnitTest_SYCLInterOpStreams [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCtorDimMatch.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_c.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalConstants.cpp.o [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 80%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 80%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Core.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Stacktrace.cpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 52%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Profiling.cpp [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewEmptyRuntimeUnmanaged.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewHooks.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewLayoutStrideAssignment.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewMapping_a.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o [ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o [ 52%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortCustomComp.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 52%] Linking CXX executable Kokkos_ContainersUnitTest_HIP [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 53%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c08.cpp.o [ 52%] Built target Kokkos_ContainersUnitTest_HIP Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 52%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 52%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_d.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Error.cpp [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_HostSpace.cpp [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c05.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c09.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_MemoryPool.cpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o [ 31%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewMapping_b.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 80%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 80%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c10.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 53%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/containers/src/impl/Kokkos_UnorderedMap_impl.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/Cuda/Kokkos_Cuda_Instance.cpp [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 53%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o [ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewMemoryAccessViolation.cpp.o [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/Cuda/Kokkos_CudaSpace.cpp [ 31%] Built target Kokkos_CoreUnitTest_LegionInitialization [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewOutOfBoundsAccess.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Init.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o [ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 74%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c11.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 31%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_e.cpp.o [ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o [ 74%] Built target Kokkos_PerformanceTest_Atomic [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/Cuda/Kokkos_Cuda_Task.cpp [ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c06.cpp.o [ 31%] Built target Kokkos_CoreUnitTest_PushFinalizeHook [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/tstHeader.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c07.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/src/Lock_Array_CUDA.cpp [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/Serial/Kokkos_Serial.cpp [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_WithoutInitializing.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/Serial/Kokkos_Serial_Task.cpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 53%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 53%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o [ 53%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/UnitTestMain.cpp [ 53%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G Scanning dependencies of target Kokkos_UnitTest_SIMD [ 53%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalFunctions1.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_a.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 54%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortA.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/cuda/TestCuda_InterOp_Init.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/cuda/TestCuda_InterOp_Streams.cpp [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_b.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_Init.cpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c01.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_SharedAlloc.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_RangePolicy.cpp [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c02.cpp.o [ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_RangePolicyRequire.cpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewHooks.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewCopy_a.cpp.o [ 31%] Linking CXX executable Kokkos_CoreUnitTest_Develop /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_View_64bit.cpp [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 31%] Built target Kokkos_CoreUnitTest_Develop [ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewCopy_b.cpp.o [ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_ViewAPI_a.cpp [ 47%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c08.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestSort.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortB.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewMapping_a.cpp.o [ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c09.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewMapping_b.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o [ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 54%] Linking CXX executable Kokkos_UnitTest_SIMD [ 54%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 54%] Built target Kokkos_UnitTest_SIMD [ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 54%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c10.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_ViewAPI_b.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_ViewAPI_c.cpp [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c11.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_ViewAPI_d.cpp [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 47%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_ViewAPI_e.cpp [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_DeepCopyAlignment.cpp [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o [ 55%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestNestedSort.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c03.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c04.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c05.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c12.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewMapping_subview.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c06.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c13.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_ViewCopy_a.cpp [ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o [ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o [ 76%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_SharedAlloc.cpp.o [ 76%] Built target Kokkos_ContainersTestCompileOnly [ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_a.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_ViewCopy_b.cpp [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_e.cpp.o [ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_ViewMapping_a.cpp [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 85%] Linking CXX executable Kokkos_UnitTest_Sort [ 85%] Built target Kokkos_UnitTest_Sort [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c14.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c07.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c08.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c09.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/openmptarget/TestRandom.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestSortByKey.cpp.o [ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c10.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reductions.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reductions_DeviceView.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_SharedAlloc.cpp.o [ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_b.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 46%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 46%] Built target Kokkos_CoreUnitTest_Default [ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 56%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 56%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D Scanning dependencies of target Kokkos_atomic [ 56%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_ViewMapping_b.cpp [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_a.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c12.cpp.o [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_ViewMapping_subview.cpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c13.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o Scanning dependencies of target Kokkos_gather [ 56%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_ViewResize.cpp [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_ViewLayoutStrideAssignment.cpp [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_ViewOfClass.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_SubView_a.cpp [ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c14.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_b.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 56%] Linking CXX executable Kokkos_atomic [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_SharedAlloc.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [ 56%] Built target Kokkos_atomic Scanning dependencies of target Kokkos_gups [ 56%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_c.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_d.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_SubView_b.cpp [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestSortCustomComp.cpp.o [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 56%] Linking CXX executable Kokkos_gups [ 56%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M Scanning dependencies of target Kokkos_PerformanceTest_Benchmark [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o [ 56%] Built target Kokkos_gups Scanning dependencies of target Kokkos_launch_latency [ 56%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o [ 56%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M Scanning dependencies of target Kokkos_stream [ 56%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp Scanning dependencies of target Kokkos_PerformanceTest_TaskDag [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o [ 35%] Built target Kokkos_CoreUnitTest_SYCL2A [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o Scanning dependencies of target Kokkos_policy_performance [ 56%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Swap.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_e.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_SharedSpace [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o [ 56%] Linking CXX executable Kokkos_stream [ 56%] Built target Kokkos_stream Scanning dependencies of target Kokkos_bytes_and_flops [ 56%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o [ 66%] Linking CXX executable Kokkos_PerformanceTest_TaskDag [ 66%] Built target Kokkos_PerformanceTest_TaskDag [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_SubView_c01.cpp [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 56%] Linking CXX executable Kokkos_launch_latency [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o [ 56%] Built target Kokkos_launch_latency [ 56%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o [ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_c.cpp.o [ 35%] Linking CXX executable Kokkos_push_finalize_hook_terminate [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_d.cpp.o [ 36%] Built target Kokkos_push_finalize_hook_terminate [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_a.cpp.o [ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 56%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 66%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace [ 66%] Built target Kokkos_PerformanceTest_SharedSpace [ 56%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_Mempool [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o [ 56%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 56%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 56%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 36%] Linking CXX executable Kokkos_CoreUnitTest_SYCL1B [ 56%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P Scanning dependencies of target Kokkos_UnitTest_HIPGraph [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_UnitTest_HIPGraph.dir/UnitTestMainInit.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 66%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1 [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 56%] Linking CXX executable Kokkos_gather [ 56%] Built target Kokkos_gather Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpStreams [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/UnitTestMain.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_UnitTest_HIPGraph.dir/hip/TestHIP_Graph.cpp.o [ 56%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/hip/TestHIP_InterOp_Streams.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_b.cpp.o [ 56%] Built target Kokkos_CoreUnitTest_CTestDevice Scanning dependencies of target Kokkos_CoreUnitTest_OpenMPInterOp [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHook [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_SubView_c02.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_SubView_c03.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_SubView_c04.cpp [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o [ 67%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 68%] Built target Kokkos_Benchmark_Atomic_MinMax [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 68%] Linking CXX executable Kokkos_PerformanceTest_Mempool Scanning dependencies of target Kokkos_PerformanceTest_Atomic [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 68%] Built target Kokkos_PerformanceTest_Mempool [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 57%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 57%] Built target Kokkos_CoreUnitTest_PushFinalizeHook Scanning dependencies of target Kokkos_CoreUnitTest_HIP [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/UnitTestMainInit.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 57%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_a.cpp.o [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o [ 68%] Built target Kokkos_CoreUnitTest_Cuda1 [ 57%] Built target Kokkos_CoreUnitTest_OpenMPInterOp Scanning dependencies of target Kokkos_CoreUnitTest_OpenMPGraph [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPGraph.dir/UnitTestMainInit.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o Scanning dependencies of target Kokkos_ContainersUnitTest_Serial [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_e.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 57%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreams [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Abort.cpp.o [ 57%] Built target Kokkos_CoreUnitTest_HIPInterOpStreams [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ArrayOps.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPGraph.dir/openmp/TestOpenMP_Graph.cpp.o [ 57%] Linking CXX executable Kokkos_policy_performance [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 57%] Built target Kokkos_policy_performance [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestBinSortA.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpInit [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/UnitTestMain.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_b.cpp.o [ 57%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/hip/TestHIP_InterOp_Init.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_subview.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexdouble.cpp.o [ 58%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H Scanning dependencies of target Kokkos_IncrementalTest_HIP [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/UnitTestMainInit.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexfloat.cpp.o [ 78%] Linking CXX executable Kokkos_UnitTest_Random [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 68%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 68%] Built target Kokkos_PerformanceTest_Atomic Scanning dependencies of target Kokkos_ContainersUnitTest_Cuda [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test01_execspace_HIP.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o [ 78%] Built target Kokkos_UnitTest_Random [ 59%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpInit [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 59%] Built target Kokkos_CoreUnitTest_HIPInterOpInit [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test02_atomic_host_HIP.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 60%] Linking CXX executable Kokkos_UnitTest_HIPGraph [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o [ 60%] Built target Kokkos_UnitTest_HIPGraph [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_Default [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03a_MemorySpace_malloc_HIP.cpp.o [ 78%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_SharedAlloc.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_double.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_float.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03b_MemorySpace_free_HIP.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test04_ParallelFor_RangePolicy_HIP.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_a.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test05_ParallelReduce_RangePolicy_HIP.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_SubView_c05.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_SubView_c06.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_SubView_c07.cpp [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o [ 61%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPGraph [ 61%] Built target Kokkos_CoreUnitTest_OpenMPGraph [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o [ 61%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 78%] Built target Kokkos_PerformanceTest_Benchmark [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test06_ParallelFor_MDRangePolicy_HIP.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_SubView_c08.cpp [ 61%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_SubView_c09.cpp [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test08_deep_copy_HIP.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewCopy_a.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longint.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c11.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_b.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_c.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestBinSortB.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test10_HierarchicalBasics_HIP.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_d.cpp.o [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_SubView_c10.cpp [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 81%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 81%] Built target Kokkos_ContainersUnitTest_Serial [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalFunctions2.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11a_ParallelFor_TeamThreadRange_HIP.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11b_ParallelFor_TeamVectorRange_HIP.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_SubView_c11.cpp [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 38%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longlongint.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_HIP.cpp.o [ 51%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2 [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_shared.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12a_ThreadScratch_HIP.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_e.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o [ 51%] Built target Kokkos_CoreUnitTest_Cuda2 [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 38%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedint.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12b_TeamScratch_HIP.cpp.o [ 38%] Built target Kokkos_CoreUnitTest_Serial2 [ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13a_ParallelRed_TeamThreadRange_HIP.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 39%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o [ 39%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o [ 40%] Built target Kokkos_CoreUnitTest_KokkosP [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 82%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPTarget [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13b_ParallelRed_TeamVectorRange_HIP.cpp.o [ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_HIP.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedlongint.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_a.cpp.o [ 40%] Linking CXX executable Kokkos_ProfilingAllCalls [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestNestedSort.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_StaticCrsGraph.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_b.cpp.o [ 40%] Built target Kokkos_ProfilingAllCalls [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/tstHeader.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o [ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test14_MDRangeReduce_HIP.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test16_ParallelScan_HIP.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Atomics.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewCopy_b.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o [ 52%] Linking CXX executable Kokkos_CoreUnitTest_Serial2 [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 63%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicViews.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [ 52%] Built target Kokkos_CoreUnitTest_Serial2 Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 64%] Linking CXX executable Kokkos_bytes_and_flops [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 40%] Linking CXX executable Kokkos_ToolsInitialization [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test17_CompleteAtomic_HIP.cpp.o [ 65%] Built target Kokkos_bytes_and_flops Scanning dependencies of target Kokkos_CoreUnitTest_LegionInitialization [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o Scanning dependencies of target Kokkos_UnitTest_SIMD [ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 83%] Built target Kokkos_CoreUnitTest_OpenMPTarget [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o Scanning dependencies of target Kokkos_atomic [ 97%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewMapping_a.cpp.o [ 41%] Built target Kokkos_ToolsInitialization [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o [ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BitManipulationBuiltins.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_gather [ 97%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_a.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o [ 66%] Linking CXX executable Kokkos_IncrementalTest_HIP [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o [ 66%] Built target Kokkos_IncrementalTest_HIP Scanning dependencies of target Kokkos_CoreUnitTest_ToolIndependence [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o [ 66%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 66%] Built target Kokkos_CoreUnitTest_LegionInitialization [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o [ 66%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 41%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o [ 66%] Built target Kokkos_CoreUnitTest_ToolIndependence [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o [ 97%] Linking CXX executable Kokkos_atomic [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 97%] Built target Kokkos_atomic Scanning dependencies of target Kokkos_gups [ 97%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M Scanning dependencies of target Kokkos_launch_latency [ 97%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_SubView_c12.cpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_b.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o [ 97%] Linking CXX executable Kokkos_gups [ 97%] Built target Kokkos_gups Scanning dependencies of target Kokkos_stream [ 97%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [ 73%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2 [ 97%] Linking CXX executable Kokkos_launch_latency [ 97%] Built target Kokkos_launch_latency Scanning dependencies of target Kokkos_policy_performance [ 97%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewMapping_b.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_subview.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 97%] Linking CXX executable Kokkos_UnitTest_SIMD [ 97%] Linking CXX executable Kokkos_gather [ 97%] Built target Kokkos_UnitTest_SIMD [ 97%] Built target Kokkos_gather [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ScanUnit.cpp.o Scanning dependencies of target Kokkos_bytes_and_flops [ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 41%] Linking CXX executable Kokkos_StackTraceTestExec [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 98%] Linking CXX executable Kokkos_stream [ 98%] Built target Kokkos_stream [ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o [ 41%] Built target Kokkos_StackTraceTestExec [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/UnitTestMainInit.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 84%] Linking CXX executable Kokkos_UnitTest_Sort [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlockSizeDeduction.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_SubView_c13.cpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o [ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o [ 41%] Built target Kokkos_CoreUnitTest_Serial1 [ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Spaces.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Memory_Requirements.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o [ 73%] Built target Kokkos_CoreUnitTest_Cuda2 Scanning dependencies of target Kokkos_ContainersTestCompileOnly [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c12.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c13.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o [ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 84%] Built target Kokkos_UnitTest_Sort [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CheckedIntegerOps.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_Reductions.cpp [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratchStreams.cpp.o [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o [100%] Linking CXX executable Kokkos_policy_performance [100%] Built target Kokkos_policy_performance [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AsyncLauncher.cpp.o [ 42%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test01_execspace_SYCL.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlocksizeDeduction.cpp.o [ 42%] Built target Kokkos_CoreUnitTest_CTestDevice [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_ParallelScanRangePolicy.cpp [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 42%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o [ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o [ 42%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs [ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_Reductions_DeviceView.cpp [100%] Linking CXX executable Kokkos_CoreUnitTest_HIP [ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o [100%] Built target Kokkos_CoreUnitTest_HIP /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_Reducers_a.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_Reducers_b.cpp [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c14.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 43%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test02_atomic_host_SYCL.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test03a_MemorySpace_malloc_SYCL.cpp.o [ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o [100%] Linking CXX executable Kokkos_bytes_and_flops [100%] Built target Kokkos_bytes_and_flops + ctest --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-6905/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: Kokkos_CoreUnitTest_Serial1 1: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 1: Test timeout computed to be: 1500 [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o 1: [==========] Running 186 tests from 2 test suites. 1: [----------] Global test environment set-up. 1: [----------] 7 tests from serial_DeathTest 1: [ RUN ] serial_DeathTest.abort_from_host [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyConstructors.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewMapping_subview.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ViewCtorPropEmbeddedDim.cpp.o 1: [ OK ] serial_DeathTest.abort_from_host (4066 ms) 1: [ RUN ] serial_DeathTest.abort_from_device [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyInterface.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCL_Spaces.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test03b_MemorySpace_free_SYCL.cpp.o [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o 1: [ OK ] serial_DeathTest.abort_from_device (4956 ms) 1: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort [ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Complex.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o 1: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (5480 ms) 1: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Concepts.cpp.o [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test04_ParallelFor_RangePolicy_SYCL.cpp.o [ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test05_ParallelReduce_RangePolicy_SYCL.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Crs.cpp.o 1: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (4531 ms) 1: [ RUN ] serial_DeathTest.policy_invalid_bounds 1: [ OK ] serial_DeathTest.policy_invalid_bounds (0 ms) 1: [ RUN ] serial_DeathTest.range_policy_invalid_bounds 1: [ OK ] serial_DeathTest.range_policy_invalid_bounds (0 ms) 1: [ RUN ] serial_DeathTest.range_policy_implicitly_converted_bounds 1: [ OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (0 ms) 1: [----------] 7 tests from serial_DeathTest (19034 ms total) 1: 1: [----------] 179 tests from serial 1: [ RUN ] serial.array_capacity 1: [ OK ] serial.array_capacity (0 ms) 1: [ RUN ] serial.array_element_access 1: [ OK ] serial.array_element_access (0 ms) 1: [ RUN ] serial.array_zero_capacity 1: [ OK ] serial.array_zero_capacity (0 ms) 1: [ RUN ] serial.array_zero_data_nullptr 1: [ OK ] serial.array_zero_data_nullptr (0 ms) 1: [ RUN ] serial.array_contiguous_capacity 1: [ OK ] serial.array_contiguous_capacity (0 ms) 1: [ RUN ] serial.array_contiguous_element_access 1: [ OK ] serial.array_contiguous_element_access (0 ms) 1: [ RUN ] serial.array_contiguous_assignment 1: [ OK ] serial.array_contiguous_assignment (0 ms) 1: [ RUN ] serial.array_strided_capacity 1: [ OK ] serial.array_strided_capacity (0 ms) 1: [ RUN ] serial.array_strided_element_access 1: [ OK ] serial.array_strided_element_access (0 ms) 1: [ RUN ] serial.array_strided_assignment 1: [ OK ] serial.array_strided_assignment (0 ms) 1: [ RUN ] serial.atomic_operations_complexdouble 1: [ OK ] serial.atomic_operations_complexdouble (0 ms) 1: [ RUN ] serial.atomic_operations_complexfloat 1: [ OK ] serial.atomic_operations_complexfloat (0 ms) 1: [ RUN ] serial.atomic_operations_double 1: [ OK ] serial.atomic_operations_double (0 ms) 1: [ RUN ] serial.atomic_operations_float 1: [ OK ] serial.atomic_operations_float (0 ms) 1: [ RUN ] serial.atomic_operations_int 1: [ OK ] serial.atomic_operations_int (0 ms) 1: [ RUN ] serial.atomic_operations_long 1: [ OK ] serial.atomic_operations_long (0 ms) 1: [ RUN ] serial.atomic_operations_longlong 1: [ OK ] serial.atomic_operations_longlong (0 ms) 1: [ RUN ] serial.atomic_shared 1: [ OK ] serial.atomic_shared (0 ms) 1: [ RUN ] serial.atomic_operations_unsigned 1: [ OK ] serial.atomic_operations_unsigned (0 ms) 1: [ RUN ] serial.atomic_operations_unsignedlong 1: [ OK ] serial.atomic_operations_unsignedlong (0 ms) 1: [ RUN ] serial.atomics 1: [ OK ] serial.atomics (2 ms) 1: [ RUN ] serial.atomics_tpetra_max_abs 1: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 1: [ RUN ] serial.atomic_views_integral 1: [ OK ] serial.atomic_views_integral (68 ms) 1: [ RUN ] serial.atomic_views_nonintegral 1: [ OK ] serial.atomic_views_nonintegral (41 ms) 1: [ RUN ] serial.atomic_view_api 1: [ OK ] serial.atomic_view_api (0 ms) 1: [ RUN ] serial.bit_manip_countl_zero 1: [ OK ] serial.bit_manip_countl_zero (0 ms) 1: [ RUN ] serial.bit_manip_countl_one 1: [ OK ] serial.bit_manip_countl_one (0 ms) 1: [ RUN ] serial.bit_manip_countr_zero 1: [ OK ] serial.bit_manip_countr_zero (0 ms) 1: [ RUN ] serial.bit_manip_countr_one 1: [ OK ] serial.bit_manip_countr_one (0 ms) 1: [ RUN ] serial.bit_manip_popcount 1: [ OK ] serial.bit_manip_popcount (0 ms) 1: [ RUN ] serial.bit_manip_has_single_bit 1: [ OK ] serial.bit_manip_has_single_bit (0 ms) 1: [ RUN ] serial.bit_manip_bit_floor 1: [ OK ] serial.bit_manip_bit_floor (0 ms) 1: [ RUN ] serial.bit_manip_bit_ceil 1: [ OK ] serial.bit_manip_bit_ceil (0 ms) 1: [ RUN ] serial.bit_manip_bit_width 1: [ OK ] serial.bit_manip_bit_width (0 ms) 1: [ RUN ] serial.bit_manip_rotl 1: [ OK ] serial.bit_manip_rotl (0 ms) 1: [ RUN ] serial.bit_manip_rotr 1: [ OK ] serial.bit_manip_rotr (0 ms) 1: [ RUN ] serial.bit_manip_byeswap 1: [ OK ] serial.bit_manip_byeswap (0 ms) 1: [ RUN ] serial.bit_manip_bit_cast 1: [ OK ] serial.bit_manip_bit_cast (0 ms) 1: [ RUN ] serial.test_block_deduction_bug_pr_3103 1: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 1: [ RUN ] serial.checked_integer_operations_multiply_overflow 1: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 1: [ RUN ] serial.execution_policy_occupancy_and_hint 1: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 1: [ RUN ] serial.complex_construction 1: [ OK ] serial.complex_construction (0 ms) 1: [ RUN ] serial.complex_basic_math 1: [ OK ] serial.complex_basic_math (0 ms) 1: [ RUN ] serial.complex_special_funtions 1: [ OK ] serial.complex_special_funtions (0 ms) 1: [ RUN ] serial.complex_io 1: [ OK ] serial.complex_io (0 ms) 1: [ RUN ] serial.complex_trivially_copyable 1: [ OK ] serial.complex_trivially_copyable (0 ms) 1: [ RUN ] serial.complex_issue_3865 1: [ OK ] serial.complex_issue_3865 (0 ms) 1: [ RUN ] serial.complex_operations_arithmetic_types_overloads 1: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 1: [ RUN ] serial.crs_count_fill 1: [ OK ] serial.crs_count_fill (0 ms) 1: [ RUN ] serial.crs_copy_constructor 1: [ OK ] serial.crs_copy_constructor (1 ms) 1: [ RUN ] serial.deep_copy_alignment 1: [ OK ] serial.deep_copy_alignment (1 ms) 1: [ RUN ] serial.deep_copy_conversion 1: [ OK ] serial.deep_copy_conversion (20 ms) 1: [ RUN ] serial.partitioning_by_args 1: [ OK ] serial.partitioning_by_args (0 ms) 1: [ RUN ] serial.partitioning_by_vector 1: [ OK ] serial.partitioning_by_vector (0 ms) 1: [ RUN ] serial.execution_space_as_class_data_member 1: [ OK ] serial.execution_space_as_class_data_member (0 ms) 1: [ RUN ] serial.functor_analysis 1: [ OK ] serial.functor_analysis (0 ms) 1: [ RUN ] serial.host_shared_ptr_use_count 1: [ OK ] serial.host_shared_ptr_use_count (0 ms) 1: [ RUN ] serial.host_shared_ptr_get 1: [ OK ] serial.host_shared_ptr_get (0 ms) 1: [ RUN ] serial.host_shared_ptr_dereference_on_device 1: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 1: [ RUN ] serial.host_shared_ptr_special_members_on_device 1: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 1: [ RUN ] serial.host_shared_ptr_tracking 1: [ OK ] serial.host_shared_ptr_tracking (0 ms) 1: [ RUN ] serial.init 1: [ OK ] serial.init (0 ms) 1: [ RUN ] serial.dispatch 1: [ OK ] serial.dispatch (1 ms) 1: [ RUN ] serial.join_backward_compatibility 1: [ OK ] serial.join_backward_compatibility (0 ms) 1: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopyAlignment.cpp.o 1: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (1965 ms) 1: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpacePartitioning.cpp.o [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecutionSpace.cpp.o [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_FunctorAnalysis.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o [ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_Reducers_c.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_Reducers_d.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_Reducers_e.cpp [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o [ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o [ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test06_ParallelFor_MDRangePolicy_SYCL.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_Complex.cpp [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_AtomicOperations_int.cpp [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 45%] Linking CXX executable Kokkos_CoreUnitTest_SYCL3 [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtr.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtrAccessOnDevice.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Init.cpp.o [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o 1: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (6856 ms) 1: [ RUN ] serial.local_deepcopy_teampolicy_layoutright 1: [ OK ] serial.local_deepcopy_teampolicy_layoutright (567 ms) 1: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 1: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (572 ms) 1: [ RUN ] serial.deep_copy_scratch 1: [ OK ] serial.deep_copy_scratch (0 ms) 1: [ RUN ] serial.mathematical_constants_e 1: [ OK ] serial.mathematical_constants_e (0 ms) 1: [ RUN ] serial.mathematical_constants_log2e 1: [ OK ] serial.mathematical_constants_log2e (0 ms) 1: [ RUN ] serial.mathematical_constants_log10e 1: [ OK ] serial.mathematical_constants_log10e (0 ms) 1: [ RUN ] serial.mathematical_constants_pi 1: [ OK ] serial.mathematical_constants_pi (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_pi 1: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_sqrtpi 1: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 1: [ RUN ] serial.mathematical_constants_ln2 1: [ OK ] serial.mathematical_constants_ln2 (0 ms) 1: [ RUN ] serial.mathematical_constants_ln10 1: [ OK ] serial.mathematical_constants_ln10 (0 ms) 1: [ RUN ] serial.mathematical_constants_sqrt2 1: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 1: [ RUN ] serial.mathematical_constants_sqrt3 1: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_sqrt3 1: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 1: [ RUN ] serial.mathematical_constants_egamma 1: [ OK ] serial.mathematical_constants_egamma (0 ms) 1: [ RUN ] serial.mathematical_constants_phi 1: [ OK ] serial.mathematical_constants_phi (0 ms) 1: [ RUN ] serial.mathematical_functions_trigonometric_functions 1: [ OK ] serial.mathematical_functions_trigonometric_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_hyperbolic_functions 1: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_non_standard 1: [ OK ] serial.mathematical_functions_non_standard (0 ms) 1: [ RUN ] serial.mathematical_functions_power_functions 1: [ OK ] serial.mathematical_functions_power_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_fma 1: [ OK ] serial.mathematical_functions_fma (0 ms) 1: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 1: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 1: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 1: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 1: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_absolute_value 1: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 1: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 1: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 1: [ RUN ] serial.mathematical_functions_remainder_function 1: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 1: [ RUN ] serial.mathematical_functions_isfinite 1: [ OK ] serial.mathematical_functions_isfinite (0 ms) 1: [ RUN ] serial.mathematical_functions_isinf 1: [ OK ] serial.mathematical_functions_isinf (0 ms) 1: [ RUN ] serial.mathematical_functions_isnan 1: [ OK ] serial.mathematical_functions_isnan (0 ms) 1: [ RUN ] serial.mathematical_functions_exponential_functions 1: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 1: [ RUN ] serial.mathspecialfunc_expint1 1: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 1: [ RUN ] serial.mathspecialfunc_errorfunc 1: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselj0y0 1: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselj1y1 1: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 1: [ RUN ] serial.mathspecialfunc_cbesseli0k0 1: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesseli1k1 1: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 1: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 1: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 1: [ RUN ] serial.mdrange_5d 1: [ OK ] serial.mdrange_5d (22 ms) 1: [ RUN ] serial.mdrange_6d 1: [ OK ] serial.mdrange_6d (95 ms) 1: [ RUN ] serial.mdrange_2d 1: [ OK ] serial.mdrange_2d (0 ms) 1: [ RUN ] serial.mdrange_array_reduce 1: [ OK ] serial.mdrange_array_reduce (0 ms) 1: [ RUN ] serial.mdrange_3d 1: [ OK ] serial.mdrange_3d (5 ms) 1: [ RUN ] serial.mdrange_neg_idx 1: [ OK ] serial.mdrange_neg_idx (71 ms) 1: [ RUN ] serial.mdrange_4d 1: [ OK ] serial.mdrange_4d (5 ms) 1: [ RUN ] serial.mdrange_scalar 1: [ OK ] serial.mdrange_scalar (0 ms) 1: [ RUN ] serial.mdrange_large_deep_copy [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp 1: [ OK ] serial.mdrange_large_deep_copy (419 ms) 1: [ RUN ] serial.md_range_policy_construction_from_arrays 1: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 1: [ RUN ] serial.mdrange_parallel_reduce_primitive_types [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test08_deep_copy_SYCL.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_JoinBackwardCompatibility.cpp.o Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_AtomicOperations_unsignedint.cpp [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_LocalDeepCopy.cpp.o 1: [ OK ] serial.mdrange_parallel_reduce_primitive_types (3071 ms) 1: [ RUN ] serial.mdspan_minimal_functional 1: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestMDSpan.hpp:57: Skipped 1: mdspan not enabled 1: [ SKIPPED ] serial.mdspan_minimal_functional (0 ms) 1: [ RUN ] serial.max 1: [ OK ] serial.max (0 ms) 1: [ RUN ] serial.max_within_parfor 1: [ OK ] serial.max_within_parfor (3 ms) 1: [ RUN ] serial.min 1: [ OK ] serial.min (0 ms) 1: [ RUN ] serial.min_within_parfor 1: [ OK ] serial.min_within_parfor (0 ms) 1: [ RUN ] serial.minmax 1: [ OK ] serial.minmax (0 ms) 1: [ RUN ] serial.minmax_within_parfor 1: [ OK ] serial.minmax_within_parfor (0 ms) 1: [ RUN ] serial.clamp 1: [ OK ] serial.clamp (0 ms) 1: [ RUN ] serial.clamp_within_parfor 1: [ OK ] serial.clamp_within_parfor (0 ms) 1: [ RUN ] serial.numeric_traits_infinity 1: [ OK ] serial.numeric_traits_infinity (0 ms) 1: [ RUN ] serial.numeric_traits_epsilon 1: [ OK ] serial.numeric_traits_epsilon (0 ms) 1: [ RUN ] serial.numeric_traits_round_error 1: [ OK ] serial.numeric_traits_round_error (0 ms) 1: [ RUN ] serial.numeric_traits_norm_min 1: [ OK ] serial.numeric_traits_norm_min (0 ms) 1: [ RUN ] serial.numeric_traits_denorm_min 1: [ OK ] serial.numeric_traits_denorm_min (0 ms) 1: [ RUN ] serial.numeric_traits_finite_min_max 1: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 1: [ RUN ] serial.numeric_traits_digits 1: [ OK ] serial.numeric_traits_digits (0 ms) 1: [ RUN ] serial.numeric_traits_digits10 1: [ OK ] serial.numeric_traits_digits10 (0 ms) 1: [ RUN ] serial.numeric_traits_max_digits10 1: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 1: [ RUN ] serial.numeric_traits_radix 1: [ OK ] serial.numeric_traits_radix (0 ms) 1: [ RUN ] serial.numeric_traits_min_max_exponent 1: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 1: [ RUN ] serial.numeric_traits_min_max_exponent10 1: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 1: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 1: [ OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 1: [ RUN ] serial.numeric_traits_sfinae_friendly 1: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 1: [ RUN ] serial.occupancy_control 1: [ OK ] serial.occupancy_control (0 ms) 1: [ RUN ] serial.view_aggregate 1: [ OK ] serial.view_aggregate (0 ms) 1: [ RUN ] serial.memory_pool 1: [ OK ] serial.memory_pool (30 ms) 1: [ RUN ] serial.cxx11 1: [ OK ] serial.cxx11 (0 ms) 1: [ RUN ] serial.viewctorprop_embedded_dim 1: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 1: [ RUN ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility 1: [ OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 1: [ RUN ] serial.view_layouttiled 1: [ OK ] serial.view_layouttiled (0 ms) 1: [ RUN ] serial.view_layouttiled_subtile 1: [ OK ] serial.view_layouttiled_subtile (0 ms) 1: [ RUN ] serial.parallel_scan_range_policy 1: [ OK ] serial.parallel_scan_range_policy (2 ms) 1: [ RUN ] serial.kokkos_printf 1: [ OK ] serial.kokkos_printf (0 ms) 1: [ RUN ] serial.range_for 1: [ OK ] serial.range_for (0 ms) 1: [ RUN ] serial.range_reduce 1: [ OK ] serial.range_reduce (0 ms) 1: [ RUN ] serial.range_dynamic_policy 1: [ OK ] serial.range_dynamic_policy (0 ms) 1: [ RUN ] serial.range_policy_runtime_parameters 1: [ OK ] serial.range_policy_runtime_parameters (0 ms) 1: [ RUN ] serial.range_for_require 1: [ OK ] serial.range_for_require (0 ms) 1: [ RUN ] serial.range_reduce_require 1: [ OK ] serial.range_reduce_require (0 ms) 1: [ RUN ] serial.range_dynamic_policy_require 1: [ OK ] serial.range_dynamic_policy_require (0 ms) 1: [ RUN ] serial.reducers_int 1: [ OK ] serial.reducers_int (1 ms) 1: [ RUN ] serial.reducers_double 1: [ OK ] serial.reducers_double (1 ms) 1: [ RUN ] serial.reducers_complex_double 1: [ OK ] serial.reducers_complex_double (0 ms) 1: [ RUN ] serial.reducers_struct 1: [ OK ] serial.reducers_struct (0 ms) 1: [ RUN ] serial.reducers_half_t 1: [ OK ] serial.reducers_half_t (0 ms) 1: [ RUN ] serial.reducers_bhalf_t 1: [ OK ] serial.reducers_bhalf_t (0 ms) 1: [ RUN ] serial.reducers_int8_t 1: [ OK ] serial.reducers_int8_t (0 ms) 1: [ RUN ] serial.reducers_int16_t 1: [ OK ] serial.reducers_int16_t (0 ms) 1: [ RUN ] serial.reducers_bool 1: [ OK ] serial.reducers_bool (0 ms) 1: [ RUN ] serial.int64_t_reduce 1: [ OK ] serial.int64_t_reduce (87 ms) 1: [ RUN ] serial.double_reduce 1: [ OK ] serial.double_reduce (247 ms) 1: [ RUN ] serial.int64_t_reduce_dynamic [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalConstants.cpp.o [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp 1: [ OK ] serial.int64_t_reduce_dynamic (1144 ms) 1: [ RUN ] serial.double_reduce_dynamic [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test10_HierarchicalBasics_SYCL.cpp.o [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp 1: [ OK ] serial.double_reduce_dynamic (1175 ms) 1: [ RUN ] serial.int64_t_reduce_dynamic_view Scanning dependencies of target Kokkos_PerformanceTest_Benchmark [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o 1: [ OK ] serial.int64_t_reduce_dynamic_view (254 ms) 1: [ RUN ] serial.int_combined_reduce 1: [ OK ] serial.int_combined_reduce (0 ms) 1: [ RUN ] serial.mdrange_combined_reduce 1: [ OK ] serial.mdrange_combined_reduce (0 ms) 1: [ RUN ] serial.int_combined_reduce_mixed 1: [ OK ] serial.int_combined_reduce_mixed (0 ms) 1: [ RUN ] serial.reduction_deduction 1: [ OK ] serial.reduction_deduction (0 ms) 1: [ RUN ] serial.reduce_device_view_range_policy 1: [ OK ] serial.reduce_device_view_range_policy (5 ms) 1: [ RUN ] serial.reduce_device_view_mdrange_policy [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions1.cpp.o [ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions2.cpp.o 1: [ OK ] serial.reduce_device_view_mdrange_policy (2668 ms) 1: [ RUN ] serial.reduce_device_view_team_policy 1: [ OK ] serial.reduce_device_view_team_policy (177 ms) 1: [ RUN ] serial.impl_shared_alloc 1: [ OK ] serial.impl_shared_alloc (5 ms) 1: [ RUN ] serial.kokkos_swap 1: [ OK ] serial.kokkos_swap (0 ms) 1: [----------] 179 tests from serial (19614 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 186 tests from 2 test suites ran. (38649 ms total) 1: [ PASSED ] 185 tests. 1: [ SKIPPED ] 1 test, listed below: 1: [ SKIPPED ] serial.mdspan_minimal_functional [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions3.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o Scanning dependencies of target Kokkos_PerformanceTest_TaskDag Scanning dependencies of target Kokkos_PerformanceTest_SharedSpace [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalFunctions3.cpp.o [ 76%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_AtomicOperations_longint.cpp 1/52 Test #1: Kokkos_CoreUnitTest_Serial1 ................. Passed 41.14 sec test 2 Start 2: Kokkos_CoreUnitTest_Serial2 2: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 2: Test timeout computed to be: 1500 2: [==========] Running 126 tests from 2 test suites. 2: [----------] Global test environment set-up. 2: [----------] 8 tests from serial_DeathTest 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_stat 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms) 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_mix 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms) 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_static_extents 2: [ OK ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms) 2: [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_AtomicOperations_unsignedlongint.cpp [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/core/src/Kokkos_Complex.hpp(110): warning #20208-D: 'long double' is treated as 'double' in device code Warning #20208-D: 'long double' is treated as 'double' in device code [ 76%] Built target Kokkos_ContainersUnitTest_Cuda Scanning dependencies of target Kokkos_ContainersPerformanceTest_Cuda [ 76%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o [ 76%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 76%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 76%] Built target Kokkos_ContainersTestCompileOnly [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o [ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SYCL.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalSpecialFunctions.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalSpecialFunctions.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 66%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 66%] Linking CXX executable Kokkos_PerformanceTest_TaskDag [ 66%] Built target Kokkos_PerformanceTest_SharedSpace [ 66%] Built target Kokkos_PerformanceTest_TaskDag Scanning dependencies of target Kokkos_PerformanceTest_Mempool Scanning dependencies of target Kokkos_PerformanceTest_Atomic [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_a.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o [ 76%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 76%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 76%] Built target Kokkos_ContainersPerformanceTest_Cuda Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 76%] Built target Kokkos_ContainersUnitTest_Serial [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o Scanning dependencies of target Kokkos_UnitTest_Sort [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SYCL.cpp.o [ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_AtomicOperations_longlongint.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_AtomicOperations_double.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_AtomicOperations_float.cpp [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 66%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1 /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_AtomicOperations_complexfloat.cpp [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o [ 46%] Built target Kokkos_CoreUnitTest_SYCL1B [ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 67%] Built target Kokkos_CoreUnitTest_Cuda1 [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o Scanning dependencies of target Kokkos_ContainersUnitTest_Serial [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_b.cpp.o [ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 69%] Linking CXX executable Kokkos_CoreUnitTest_Default /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_AtomicOperations_complexdouble.cpp [ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o [ 69%] Built target Kokkos_CoreUnitTest_Default Scanning dependencies of target Kokkos_CoreUnitTest_Develop [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_AtomicViews.cpp [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o Scanning dependencies of target Kokkos_ContainersUnitTest_Cuda [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o 2: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (32758 ms) 2: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 67%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o [ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o [ 67%] Built target Kokkos_PerformanceTest_Mempool [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o [ 47%] Built target Kokkos_CoreUnitTest_SYCL3 [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SYCL.cpp.o [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o [ 67%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax Scanning dependencies of target Kokkos_ContainersTestCompileOnly [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 68%] Built target Kokkos_Benchmark_Atomic_MinMax [ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o Scanning dependencies of target Kokkos_ContainersPerformanceTest_Cuda [ 68%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 69%] Linking CXX executable Kokkos_PerformanceTest_Atomic [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 69%] Linking CXX executable Kokkos_CoreUnitTest_Develop [ 69%] Built target Kokkos_PerformanceTest_Atomic [ 69%] Built target Kokkos_CoreUnitTest_Develop Scanning dependencies of target Kokkos_push_finalize_hook_terminate [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_Atomics.cpp [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o [ 70%] Linking CXX executable Kokkos_push_finalize_hook_terminate [ 70%] Built target Kokkos_push_finalize_hook_terminate Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o [ 79%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/tstHeader.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_c.cpp.o [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o [ 79%] Built target Kokkos_PerformanceTest_Benchmark Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test12a_ThreadScratch_SYCL.cpp.o [ 69%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_TeamBasic.cpp [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o [ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp [ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_TeamScratch.cpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_TeamVectorRange.cpp 2: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (31396 ms) 2: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 2: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestViewMemoryAccessViolation.hpp:154: Skipped 2: skipping since no memory access violation would occur 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms) 2: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 2: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestViewMemoryAccessViolation.hpp:169: Skipped 2: skipping since no memory access violation would occur 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 2: [----------] 8 tests from serial_DeathTest (64155 ms total) 2: 2: [----------] 118 tests from serial 2: [ RUN ] serial.team_for 2: [ OK ] serial.team_for (0 ms) 2: [ RUN ] serial.team_reduce 2: [ OK ] serial.team_reduce (0 ms) 2: [ RUN ] serial.team_reduce_large 2: [ OK ] serial.team_reduce_large (421 ms) 2: [ RUN ] serial.team_parallel_single 2: [ OK ] serial.team_parallel_single (10 ms) 2: [ RUN ] serial.large_team_scratch_size 2: [ OK ] serial.large_team_scratch_size (0 ms) 2: [ RUN ] serial.team_broadcast_long 2: [ OK ] serial.team_broadcast_long (0 ms) 2: [ RUN ] serial.team_broadcast_long_wrapper 2: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 2: [ RUN ] serial.team_broadcast_char 2: [ OK ] serial.team_broadcast_char (0 ms) 2: [ RUN ] serial.team_broadcast_float 2: [ OK ] serial.team_broadcast_float (0 ms) 2: [ RUN ] serial.team_broadcast_double 2: [ OK ] serial.team_broadcast_double (0 ms) 2: [ RUN ] serial.team_handle_by_value 2: [ OK ] serial.team_handle_by_value (0 ms) 2: [ RUN ] serial.team_vector 2: [ OK ] serial.team_vector (4 ms) 2: [ RUN ] serial.triple_nested_parallelism 2: [ OK ] serial.triple_nested_parallelism (304 ms) 2: [ RUN ] serial.parallel_scan_with_reducers 2: [ OK ] serial.parallel_scan_with_reducers (57 ms) 2: [ RUN ] serial.team_thread_range_combined_reducers 2: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 2: [ RUN ] serial.thread_vector_range_combined_reducers 2: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 2: [ RUN ] serial.team_vector_range_combined_reducers 2: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 2: [ RUN ] serial.TeamThreadMDRangeParallelFor 2: [ OK ] serial.TeamThreadMDRangeParallelFor (5 ms) 2: [ RUN ] serial.ThreadVectorMDRangeParallelFor 2: [ OK ] serial.ThreadVectorMDRangeParallelFor (3 ms) 2: [ RUN ] serial.TeamVectorMDRangeParallelFor 2: [ OK ] serial.TeamVectorMDRangeParallelFor (4 ms) 2: [ RUN ] serial.TeamThreadMDRangeParallelReduce 2: [ OK ] serial.TeamThreadMDRangeParallelReduce (7 ms) 2: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 2: [ OK ] serial.ThreadVectorMDRangeParallelReduce (7 ms) 2: [ RUN ] serial.TeamVectorMDRangeParallelReduce 2: [ OK ] serial.TeamVectorMDRangeParallelReduce (7 ms) 2: [ RUN ] serial.team_policy_runtime_parameters 2: [ OK ] serial.team_policy_runtime_parameters (0 ms) 2: [ RUN ] serial.team_reduction_scan 2: [ OK ] serial.team_reduction_scan (66 ms) 2: [ RUN ] serial.team_long_reduce /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_TeamReductionScan.cpp 2: [ OK ] serial.team_long_reduce (91 ms) 2: [ RUN ] serial.team_double_reduce 2: [ OK ] serial.team_double_reduce (37 ms) 2: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 2: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 2: [ RUN ] serial.repeated_team_reduce [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 70%] Linking CXX executable Kokkos_CoreUnitTest_Serial1 [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 70%] Built target Kokkos_CoreUnitTest_Serial1 /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_TeamTeamSize.cpp [ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp [ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_Other.cpp [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test12b_TeamScratch_SYCL.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp [ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_d.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o 2: [ OK ] serial.repeated_team_reduce (7191 ms) 2: [ RUN ] serial.team_scan 2: [ OK ] serial.team_scan (89 ms) 2: [ RUN ] serial.team_scan_ret_val 2: [ OK ] serial.team_scan_ret_val (84 ms) 2: [ RUN ] serial.team_shared_request 2: [ OK ] serial.team_shared_request (28 ms) 2: [ RUN ] serial.team_scratch_request 2: [ OK ] serial.team_scratch_request (3 ms) 2: [ RUN ] serial.team_lambda_shared_request 2: [ OK ] serial.team_lambda_shared_request (37 ms) 2: [ RUN ] serial.scratch_align 2: [ OK ] serial.scratch_align (0 ms) 2: [ RUN ] serial.shmem_size 2: [ OK ] serial.shmem_size (0 ms) 2: [ RUN ] serial.multi_level_scratch 2: [ OK ] serial.multi_level_scratch (2 ms) 2: [ RUN ] serial.team_scratch_memory_index_parallel_for 2: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 2: [ RUN ] serial.team_policy_max_recommended 2: [ OK ] serial.team_policy_max_recommended (1 ms) 2: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 2: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 2: [ RUN ] serial.team_teamvector_range 2: [ OK ] serial.team_teamvector_range (1 ms) 2: [ RUN ] serial.unique_token_global 2: [ OK ] serial.unique_token_global (0 ms) 2: [ RUN ] serial.unique_token_instance 2: [ OK ] serial.unique_token_instance (0 ms) 2: [ RUN ] serial.unique_token_team_acquire 2: [ OK ] serial.unique_token_team_acquire (0 ms) 2: [ RUN ] serial.view_api_a 2: [ OK ] serial.view_api_a (4 ms) 2: [ RUN ] serial.view_api_b 2: [ OK ] serial.view_api_b (2 ms) 2: [ RUN ] serial.view_api_c 2: [ OK ] serial.view_api_c (1 ms) 2: [ RUN ] serial.view_api_d 2: [ OK ] serial.view_api_d (0 ms) 2: [ RUN ] serial.view_allocation_error 2: [ OK ] serial.view_allocation_error (1 ms) 2: [ RUN ] serial.view_remap 2: [ OK ] serial.view_remap (0 ms) 2: [ RUN ] serial.view_mirror_nonconst 2: [ OK ] serial.view_mirror_nonconst (0 ms) 2: [ RUN ] serial.view_stride_method 2: [ OK ] serial.view_stride_method (0 ms) 2: [ RUN ] serial.anonymous_space 2: [ OK ] serial.anonymous_space (0 ms) 2: [ RUN ] serial.view_overload_resolution 2: [ OK ] serial.view_overload_resolution (0 ms) 2: [ RUN ] serial.view_allocation_large_rank 2: [ OK ] serial.view_allocation_large_rank (466 ms) 2: [ RUN ] serial.view_shmem_size_on_device 2: [ OK ] serial.view_shmem_size_on_device (0 ms) 2: [ RUN ] serial.view_is_assignable 2: [ OK ] serial.view_is_assignable (0 ms) 2: [ RUN ] serial.view_copy_tests 2: [ OK ] serial.view_copy_tests (3 ms) 2: [ RUN ] serial.view_copy_tests_rank_0 2: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 2: [ RUN ] serial.view_copy_degenerated 2: [ OK ] serial.view_copy_degenerated (0 ms) 2: [ RUN ] serial.view_empty_runtime_unmanaged 2: [ OK ] serial.view_empty_runtime_unmanaged (0 ms) 2: [ RUN ] serial.view_hooks 2: [ OK ] serial.view_hooks (0 ms) 2: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 2: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (45 ms) 2: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 2: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (42 ms) 2: [ RUN ] serial.view_irregular_layout 2: [ OK ] serial.view_irregular_layout (0 ms) 2: [ RUN ] serial.view_mapping 2: [ OK ] serial.view_mapping (66 ms) 2: [ RUN ] serial.view_mapping_operator 2: [ OK ] serial.view_mapping_operator (1 ms) 2: [ RUN ] serial.static_extent 2: [ OK ] serial.static_extent (0 ms) 2: [ RUN ] serial.view_mapping_atomic 2: [ OK ] serial.view_mapping_atomic (0 ms) 2: [ RUN ] serial.view_mapping_class_value 2: [ OK ] serial.view_mapping_class_value (0 ms) 2: [ RUN ] serial.view_mapping_assignable 2: [ OK ] serial.view_mapping_assignable (0 ms) 2: [ RUN ] serial.view_mapping_trivially_copyable 2: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 2: [ RUN ] serial.view_mapping_subview 2: [ OK ] serial.view_mapping_subview (0 ms) 2: [ RUN ] serial.view_nested_view 2: [ OK ] serial.view_nested_view (0 ms) 2: [ RUN ] serial.append_formatted_multidimensional_index 2: [ OK ] serial.append_formatted_multidimensional_index (0 ms) 2: [ RUN ] serial.view_resize 2: [ OK ] serial.view_resize (1 ms) 2: [ RUN ] serial.view_realloc 2: [ OK ] serial.view_realloc (0 ms) 2: [ RUN ] serial.workgraph_fib 2: [ OK ] serial.workgraph_fib (115 ms) 2: [ RUN ] serial.resize_realloc_no_init 2: [ OK ] serial.resize_realloc_no_init (0 ms) 2: [ RUN ] serial.resize_realloc_no_alloc 2: [ OK ] serial.resize_realloc_no_alloc (0 ms) 2: [ RUN ] serial.realloc_exec_space 2: [ OK ] serial.realloc_exec_space (0 ms) 2: [ RUN ] serial.view_alloc 2: [ OK ] serial.view_alloc (0 ms) 2: [ RUN ] serial.view_alloc_exec_space 2: [ OK ] serial.view_alloc_exec_space (0 ms) 2: [ RUN ] serial.view_alloc_int 2: [ OK ] serial.view_alloc_int (0 ms) 2: [ RUN ] serial.view_alloc_exec_space_int 2: [ OK ] serial.view_alloc_exec_space_int (0 ms) 2: [ RUN ] serial.deep_copy_zero_memset 2: [ OK ] serial.deep_copy_zero_memset (0 ms) 2: [ RUN ] serial.resize_exec_space 2: [ OK ] serial.resize_exec_space (0 ms) 2: [ RUN ] serial.view_allocation_int 2: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestWithoutInitializing.hpp:289: Skipped 2: skipping since the fence checked for isn't necessary 2: [ SKIPPED ] serial.view_allocation_int (0 ms) 2: [ RUN ] serial.view_allocation_exec_space_int 2: [ OK ] serial.view_allocation_exec_space_int (0 ms) 2: [ RUN ] serial.view_not_default_constructible 2: [ OK ] serial.view_not_default_constructible (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_left 2: [ OK ] serial.view_subview_auto_1d_left (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_right 2: [ OK ] serial.view_subview_auto_1d_right (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_stride 2: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 2: [ RUN ] serial.view_subview_assign_strided 2: [ OK ] serial.view_subview_assign_strided (0 ms) 2: [ RUN ] serial.view_subview_left_0 2: [ OK ] serial.view_subview_left_0 (0 ms) 2: [ RUN ] serial.view_subview_left_1 2: [ OK ] serial.view_subview_left_1 (0 ms) 2: [ RUN ] serial.view_subview_left_2 2: [ OK ] serial.view_subview_left_2 (0 ms) 2: [ RUN ] serial.view_subview_left_3 2: [ OK ] serial.view_subview_left_3 (0 ms) 2: [ RUN ] serial.view_subview_right_0 2: [ OK ] serial.view_subview_right_0 (0 ms) 2: [ RUN ] serial.view_subview_right_1 2: [ OK ] serial.view_subview_right_1 (0 ms) 2: [ RUN ] serial.view_subview_right_3 2: [ OK ] serial.view_subview_right_3 (0 ms) 2: [ RUN ] serial.view_static_tests 2: [ OK ] serial.view_static_tests (0 ms) 2: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 2: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 2: [ RUN ] serial.view_subview_layoutright_to_layoutright 2: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 2: [ RUN ] serial.view_subview_1d_assign 2: [ OK ] serial.view_subview_1d_assign (0 ms) 2: [ RUN ] serial.view_subview_1d_assign_atomic 2: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 2: [ RUN ] serial.view_subview_1d_assign_randomaccess 2: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 2: [ RUN ] serial.view_subview_2d_from_3d 2: [ OK ] serial.view_subview_2d_from_3d (3 ms) 2: [ RUN ] serial.view_subview_2d_from_3d_atomic 2: [ OK ] serial.view_subview_2d_from_3d_atomic (3 ms) 2: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 2: [ OK ] serial.view_subview_2d_from_3d_randomaccess (3 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left 2: [ OK ] serial.view_subview_3d_from_5d_left (119 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 2: [ OK ] serial.view_subview_3d_from_5d_left_atomic (120 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o 2: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (120 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right 2: [ OK ] serial.view_subview_3d_from_5d_right (144 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right_atomic [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o [ 71%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda 2: [ OK ] serial.view_subview_3d_from_5d_right_atomic (144 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 2: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (144 ms) 2: [ RUN ] serial.view_test_unmanaged_subview_reset 2: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 2: [ RUN ] serial.view_subview_memory_traits_construction 2: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 2: [----------] 118 tests from serial (10035 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 126 tests from 2 test suites ran. (74190 ms total) 2: [ PASSED ] 123 tests. 2: [ SKIPPED ] 3 tests, listed below: 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 2: [ SKIPPED ] serial.view_allocation_int [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_e.cpp.o [ 71%] Built target Kokkos_ContainersPerformanceTest_Cuda [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp 2/52 Test #2: Kokkos_CoreUnitTest_Serial2 ................. Passed 76.67 sec test 3 Start 3: Kokkos_CoreUnitTest_SerialGraph 3: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_SerialGraph 3: Test timeout computed to be: 1500 3: [==========] Running 5 tests from 1 test suite. 3: [----------] Global test environment set-up. 3: [----------] 5 tests from serial_count_bugs 3: [ RUN ] serial_count_bugs.launch_one 3: [ OK ] serial_count_bugs.launch_one (0 ms) 3: [ RUN ] serial_count_bugs.launch_one_rvalue 3: [ OK ] serial_count_bugs.launch_one_rvalue (0 ms) 3: [ RUN ] serial_count_bugs.launch_six 3: [ OK ] serial_count_bugs.launch_six (0 ms) 3: [ RUN ] serial_count_bugs.when_all_cycle 3: [ OK ] serial_count_bugs.when_all_cycle (0 ms) 3: [ RUN ] serial_count_bugs.zero_work_reduce 3: [ OK ] serial_count_bugs.zero_work_reduce (0 ms) 3: [----------] 5 tests from serial_count_bugs (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 5 tests from 1 test suite ran. (0 ms total) 3: [ PASSED ] 5 tests. 3: 3: YOU HAVE 1 DISABLED TEST 3: 3/52 Test #3: Kokkos_CoreUnitTest_SerialGraph ............. Passed 0.45 sec test 4 Start 4: Kokkos_CoreUnitTest_HIP 4: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_HIP 4: Test timeout computed to be: 1500 4: [==========] Running 369 tests from 4 test suites. 4: [----------] Global test environment set-up. 4: [----------] 15 tests from hip_DeathTest 4: [ RUN ] hip_DeathTest.abort_from_host Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o [ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o 4: [ OK ] hip_DeathTest.abort_from_host (3955 ms) 4: [ RUN ] hip_DeathTest.abort_from_device [ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp [ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 71%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 71%] Built target Kokkos_ContainersTestCompileOnly /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_MDRange_a.cpp [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp 4: [ OK ] hip_DeathTest.abort_from_device (4437 ms) 4: [ RUN ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SYCL.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp [ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o 4: [ OK ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort (4774 ms) 4: [ RUN ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o Scanning dependencies of target Kokkos_UnitTest_Sort [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_f.cpp.o [100%] Linking CXX executable Kokkos_CoreUnitTest_OpenACC [100%] Built target Kokkos_CoreUnitTest_OpenACC + ctest --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-6905/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: Kokkos_CoreUnitTest_Serial1 1: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 1: Test timeout computed to be: 1500 1: [==========] Running 218 tests from 2 test suites. 1: [----------] Global test environment set-up. 1: [----------] 7 tests from serial_DeathTest 1: [ RUN ] serial_DeathTest.abort_from_host [ 54%] Linking CXX executable Kokkos_CoreUnitTest_SYCL1A [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp 1: [ OK ] serial_DeathTest.abort_from_host (360 ms) 1: [ RUN ] serial_DeathTest.abort_from_device 4: [ OK ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions (5161 ms) 4: [ RUN ] hip_DeathTest.policy_invalid_bounds 4: [ OK ] hip_DeathTest.policy_invalid_bounds (0 ms) 4: [ RUN ] hip_DeathTest.range_policy_invalid_bounds 4: [ OK ] hip_DeathTest.range_policy_invalid_bounds (0 ms) 4: [ RUN ] hip_DeathTest.range_policy_implicitly_converted_bounds 4: [ OK ] hip_DeathTest.range_policy_implicitly_converted_bounds (0 ms) 4: [ RUN ] hip_DeathTest.view_construction_with_wrong_params_dyn 4: [ OK ] hip_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 4: [ RUN ] hip_DeathTest.view_construction_with_wrong_params_stat 4: [ OK ] hip_DeathTest.view_construction_with_wrong_params_stat (0 ms) 4: [ RUN ] hip_DeathTest.view_construction_with_wrong_params_mix 4: [ OK ] hip_DeathTest.view_construction_with_wrong_params_mix (0 ms) 4: [ RUN ] hip_DeathTest.view_construction_with_wrong_static_extents 4: [ OK ] hip_DeathTest.view_construction_with_wrong_static_extents (0 ms) 4: [ RUN ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment 1: [ OK ] serial_DeathTest.abort_from_device (352 ms) 1: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_g.cpp.o 1: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (343 ms) 1: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F 1: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (346 ms) 1: [ RUN ] serial_DeathTest.policy_invalid_bounds 1: [ OK ] serial_DeathTest.policy_invalid_bounds (2 ms) 1: [ RUN ] serial_DeathTest.range_policy_invalid_bounds 1: [ OK ] serial_DeathTest.range_policy_invalid_bounds (3 ms) 1: [ RUN ] serial_DeathTest.range_policy_implicitly_converted_bounds 1: [ OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (3 ms) 1: [----------] 7 tests from serial_DeathTest (1412 ms total) 1: 1: [----------] 211 tests from serial 1: [ RUN ] serial.array_capacity 1: [ OK ] serial.array_capacity (0 ms) 1: [ RUN ] serial.array_element_access 1: [ OK ] serial.array_element_access (0 ms) 1: [ RUN ] serial.array_zero_capacity 1: [ OK ] serial.array_zero_capacity (0 ms) 1: [ RUN ] serial.array_zero_data_nullptr 1: [ OK ] serial.array_zero_data_nullptr (0 ms) 1: [ RUN ] serial.array_contiguous_capacity 1: [ OK ] serial.array_contiguous_capacity (0 ms) 1: [ RUN ] serial.array_contiguous_element_access 1: [ OK ] serial.array_contiguous_element_access (0 ms) 1: [ RUN ] serial.array_contiguous_assignment 1: [ OK ] serial.array_contiguous_assignment (0 ms) 1: [ RUN ] serial.array_strided_capacity 1: [ OK ] serial.array_strided_capacity (0 ms) 1: [ RUN ] serial.array_strided_element_access 1: [ OK ] serial.array_strided_element_access (0 ms) 1: [ RUN ] serial.array_strided_assignment 1: [ OK ] serial.array_strided_assignment (0 ms) 1: [ RUN ] serial.atomic_operations_complexdouble 1: [ OK ] serial.atomic_operations_complexdouble (0 ms) 1: [ RUN ] serial.atomic_operations_complexfloat 1: [ OK ] serial.atomic_operations_complexfloat (0 ms) 1: [ RUN ] serial.atomic_operations_double 1: [ OK ] serial.atomic_operations_double (0 ms) 1: [ RUN ] serial.atomic_operations_float 1: [ OK ] serial.atomic_operations_float (0 ms) 1: [ RUN ] serial.atomic_operations_int 1: [ OK ] serial.atomic_operations_int (1 ms) 1: [ RUN ] serial.atomic_operations_long 1: [ OK ] serial.atomic_operations_long (1 ms) 1: [ RUN ] serial.atomic_operations_longlong 1: [ OK ] serial.atomic_operations_longlong (1 ms) 1: [ RUN ] serial.atomic_shared 1: [ OK ] serial.atomic_shared (0 ms) 1: [ RUN ] serial.atomic_operations_unsigned 1: [ OK ] serial.atomic_operations_unsigned (1 ms) 1: [ RUN ] serial.atomic_operations_unsignedlong 1: [ OK ] serial.atomic_operations_unsignedlong (1 ms) 1: [ RUN ] serial.atomics 1: [ OK ] serial.atomics (3 ms) 1: [ RUN ] serial.atomics_tpetra_max_abs 1: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 1: [ RUN ] serial.atomic_views_integral 1: [ OK ] serial.atomic_views_integral (128 ms) 1: [ RUN ] serial.atomic_views_nonintegral 1: [ OK ] serial.atomic_views_nonintegral (26 ms) 1: [ RUN ] serial.atomic_view_api 1: [ OK ] serial.atomic_view_api (0 ms) 1: [ RUN ] serial.bit_manip_countl_zero 1: [ OK ] serial.bit_manip_countl_zero (0 ms) 1: [ RUN ] serial.bit_manip_countl_one 1: [ OK ] serial.bit_manip_countl_one (0 ms) 1: [ RUN ] serial.bit_manip_countr_zero 1: [ OK ] serial.bit_manip_countr_zero (0 ms) 1: [ RUN ] serial.bit_manip_countr_one 1: [ OK ] serial.bit_manip_countr_one (0 ms) 1: [ RUN ] serial.bit_manip_popcount 1: [ OK ] serial.bit_manip_popcount (0 ms) 1: [ RUN ] serial.bit_manip_has_single_bit 1: [ OK ] serial.bit_manip_has_single_bit (0 ms) 1: [ RUN ] serial.bit_manip_bit_floor 1: [ OK ] serial.bit_manip_bit_floor (0 ms) 1: [ RUN ] serial.bit_manip_bit_ceil 1: [ OK ] serial.bit_manip_bit_ceil (0 ms) 1: [ RUN ] serial.bit_manip_bit_width 1: [ OK ] serial.bit_manip_bit_width (0 ms) 1: [ RUN ] serial.bit_manip_rotl 1: [ OK ] serial.bit_manip_rotl (0 ms) 1: [ RUN ] serial.bit_manip_rotr 1: [ OK ] serial.bit_manip_rotr (0 ms) 1: [ RUN ] serial.bit_manip_byeswap 1: [ OK ] serial.bit_manip_byeswap (0 ms) 1: [ RUN ] serial.bit_manip_bit_cast 1: [ OK ] serial.bit_manip_bit_cast (0 ms) 1: [ RUN ] serial.test_block_deduction_bug_pr_3103 1: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 1: [ RUN ] serial.checked_integer_operations_multiply_overflow 1: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 1: [ RUN ] serial.execution_policy_occupancy_and_hint 1: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 1: [ RUN ] serial.complex_construction 1: [ OK ] serial.complex_construction (0 ms) 1: [ RUN ] serial.complex_basic_math 1: [ OK ] serial.complex_basic_math (0 ms) 1: [ RUN ] serial.complex_special_funtions 1: [ OK ] serial.complex_special_funtions (0 ms) 1: [ RUN ] serial.complex_io 1: [ OK ] serial.complex_io (0 ms) 1: [ RUN ] serial.complex_trivially_copyable 1: [ OK ] serial.complex_trivially_copyable (0 ms) 1: [ RUN ] serial.complex_issue_3865 1: [ OK ] serial.complex_issue_3865 (0 ms) 1: [ RUN ] serial.complex_operations_arithmetic_types_overloads 1: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 1: [ RUN ] serial.crs_count_fill 1: [ OK ] serial.crs_count_fill (0 ms) 1: [ RUN ] serial.crs_copy_constructor 1: [ OK ] serial.crs_copy_constructor (1 ms) 1: [ RUN ] serial.deep_copy_alignment 1: [ OK ] serial.deep_copy_alignment (3 ms) 1: [ RUN ] serial.deep_copy_conversion 1: [ OK ] serial.deep_copy_conversion (50 ms) 1: [ RUN ] serial.partitioning_by_args 1: [ OK ] serial.partitioning_by_args (0 ms) 1: [ RUN ] serial.partitioning_by_vector 1: [ OK ] serial.partitioning_by_vector (0 ms) 1: [ RUN ] serial.execution_space_as_class_data_member 1: [ OK ] serial.execution_space_as_class_data_member (0 ms) 1: [ RUN ] serial.functor_analysis 1: [ OK ] serial.functor_analysis (0 ms) 1: [ RUN ] serial.host_shared_ptr_use_count 1: [ OK ] serial.host_shared_ptr_use_count (0 ms) 1: [ RUN ] serial.host_shared_ptr_get 1: [ OK ] serial.host_shared_ptr_get (0 ms) 1: [ RUN ] serial.host_shared_ptr_dereference_on_device 1: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 1: [ RUN ] serial.host_shared_ptr_special_members_on_device 1: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 1: [ RUN ] serial.host_shared_ptr_tracking 1: [ OK ] serial.host_shared_ptr_tracking (0 ms) 1: [ RUN ] serial.init 1: [ OK ] serial.init (0 ms) 1: [ RUN ] serial.dispatch 1: [ OK ] serial.dispatch (3 ms) 1: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_MDRange_b.cpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o 1: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (2917 ms) 1: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangePolicyConstructors.cpp.o [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangeReduce.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SYCL.cpp.o 1: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (2818 ms) 1: [ RUN ] serial.local_deepcopy_teampolicy_layoutright [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o 1: [ OK ] serial.local_deepcopy_teampolicy_layoutright (997 ms) 1: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 1: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (1068 ms) 1: [ RUN ] serial.deep_copy_scratch 1: [ OK ] serial.deep_copy_scratch (0 ms) 1: [ RUN ] serial.mathematical_constants_e 1: [ OK ] serial.mathematical_constants_e (0 ms) 1: [ RUN ] serial.mathematical_constants_log2e 1: [ OK ] serial.mathematical_constants_log2e (0 ms) 1: [ RUN ] serial.mathematical_constants_log10e 1: [ OK ] serial.mathematical_constants_log10e (0 ms) 1: [ RUN ] serial.mathematical_constants_pi 1: [ OK ] serial.mathematical_constants_pi (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_pi 1: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_sqrtpi 1: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 1: [ RUN ] serial.mathematical_constants_ln2 1: [ OK ] serial.mathematical_constants_ln2 (0 ms) 1: [ RUN ] serial.mathematical_constants_ln10 1: [ OK ] serial.mathematical_constants_ln10 (0 ms) 1: [ RUN ] serial.mathematical_constants_sqrt2 1: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 1: [ RUN ] serial.mathematical_constants_sqrt3 1: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_sqrt3 1: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 1: [ RUN ] serial.mathematical_constants_egamma 1: [ OK ] serial.mathematical_constants_egamma (0 ms) 1: [ RUN ] serial.mathematical_constants_phi 1: [ OK ] serial.mathematical_constants_phi (0 ms) 1: [ RUN ] serial.mathematical_functions_trigonometric_functions 1: [ OK ] serial.mathematical_functions_trigonometric_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_hyperbolic_functions 1: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_non_standard 1: [ OK ] serial.mathematical_functions_non_standard (0 ms) 1: [ RUN ] serial.mathematical_functions_power_functions 1: [ OK ] serial.mathematical_functions_power_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_fma 1: [ OK ] serial.mathematical_functions_fma (0 ms) 1: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 1: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 1: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 1: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 1: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_absolute_value 1: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 1: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 1: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 1: [ RUN ] serial.mathematical_functions_remainder_function 1: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 1: [ RUN ] serial.mathematical_functions_isfinite 1: [ OK ] serial.mathematical_functions_isfinite (0 ms) 1: [ RUN ] serial.mathematical_functions_isinf 1: [ OK ] serial.mathematical_functions_isinf (0 ms) 1: [ RUN ] serial.mathematical_functions_isnan 1: [ OK ] serial.mathematical_functions_isnan (0 ms) 1: [ RUN ] serial.mathematical_functions_exponential_functions 1: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 1: [ RUN ] serial.mathspecialfunc_expint1 1: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 1: [ RUN ] serial.mathspecialfunc_errorfunc 1: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselj0y0 1: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselj1y1 1: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 1: [ RUN ] serial.mathspecialfunc_cbesseli0k0 1: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesseli1k1 1: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 1: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 1: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 1: [ RUN ] serial.mdrange_5d 1: [ OK ] serial.mdrange_5d (45 ms) 1: [ RUN ] serial.mdrange_6d 1: [ OK ] serial.mdrange_6d (170 ms) 1: [ RUN ] serial.mdrange_2d 1: [ OK ] serial.mdrange_2d (1 ms) 1: [ RUN ] serial.mdrange_array_reduce 1: [ OK ] serial.mdrange_array_reduce (0 ms) 1: [ RUN ] serial.mdrange_3d 1: [ OK ] serial.mdrange_3d (8 ms) 1: [ RUN ] serial.mdrange_neg_idx 1: [ OK ] serial.mdrange_neg_idx (126 ms) 1: [ RUN ] serial.mdrange_4d 1: [ OK ] serial.mdrange_4d (10 ms) 1: [ RUN ] serial.mdrange_scalar 1: [ OK ] serial.mdrange_scalar (0 ms) 1: [ RUN ] serial.mdrange_large_deep_copy [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_MDRange_c.cpp [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpan.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o 1: [ OK ] serial.mdrange_large_deep_copy (2025 ms) 1: [ RUN ] serial.md_range_policy_construction_from_arrays 1: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 1: [ RUN ] serial.mdrange_parallel_reduce_primitive_types [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o [ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o [ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp [ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_MDRange_d.cpp 1: [ OK ] serial.mdrange_parallel_reduce_primitive_types (3193 ms) 1: [ RUN ] serial.mdspan_minimal_functional 1: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestMDSpan.hpp:57: Skipped 1: mdspan not enabled 1: [ SKIPPED ] serial.mdspan_minimal_functional (0 ms) 1: [ RUN ] serial.max 1: [ OK ] serial.max (0 ms) 1: [ RUN ] serial.max_within_parfor 1: [ OK ] serial.max_within_parfor (32 ms) 1: [ RUN ] serial.min 1: [ OK ] serial.min (0 ms) 1: [ RUN ] serial.min_within_parfor 1: [ OK ] serial.min_within_parfor (0 ms) 1: [ RUN ] serial.minmax 1: [ OK ] serial.minmax (0 ms) 1: [ RUN ] serial.minmax_within_parfor 1: [ OK ] serial.minmax_within_parfor (0 ms) 1: [ RUN ] serial.clamp 1: [ OK ] serial.clamp (0 ms) 1: [ RUN ] serial.clamp_within_parfor 1: [ OK ] serial.clamp_within_parfor (0 ms) 1: [ RUN ] serial.numeric_traits_infinity 1: [ OK ] serial.numeric_traits_infinity (0 ms) 1: [ RUN ] serial.numeric_traits_epsilon 1: [ OK ] serial.numeric_traits_epsilon (0 ms) 1: [ RUN ] serial.numeric_traits_round_error 1: [ OK ] serial.numeric_traits_round_error (0 ms) 1: [ RUN ] serial.numeric_traits_norm_min 1: [ OK ] serial.numeric_traits_norm_min (0 ms) 1: [ RUN ] serial.numeric_traits_denorm_min 1: [ OK ] serial.numeric_traits_denorm_min (0 ms) 1: [ RUN ] serial.numeric_traits_finite_min_max 1: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 1: [ RUN ] serial.numeric_traits_digits 1: [ OK ] serial.numeric_traits_digits (0 ms) 1: [ RUN ] serial.numeric_traits_digits10 1: [ OK ] serial.numeric_traits_digits10 (0 ms) 1: [ RUN ] serial.numeric_traits_max_digits10 1: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 1: [ RUN ] serial.numeric_traits_radix 1: [ OK ] serial.numeric_traits_radix (0 ms) 1: [ RUN ] serial.numeric_traits_min_max_exponent 1: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 1: [ RUN ] serial.numeric_traits_min_max_exponent10 1: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 1: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 1: [ OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 1: [ RUN ] serial.numeric_traits_sfinae_friendly 1: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 1: [ RUN ] serial.occupancy_control 1: [ OK ] serial.occupancy_control (0 ms) 1: [ RUN ] serial.view_aggregate 1: [ OK ] serial.view_aggregate (0 ms) 1: [ RUN ] serial.memory_pool 1: [ OK ] serial.memory_pool (11 ms) 1: [ RUN ] serial.cxx11 1: [ OK ] serial.cxx11 (0 ms) 1: [ RUN ] serial.viewctorprop_embedded_dim 1: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 1: [ RUN ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility 1: [ OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 1: [ RUN ] serial.view_layouttiled 1: [ OK ] serial.view_layouttiled (0 ms) 1: [ RUN ] serial.view_layouttiled_subtile 1: [ OK ] serial.view_layouttiled_subtile (0 ms) 1: [ RUN ] serial.parallel_scan_range_policy 1: [ OK ] serial.parallel_scan_range_policy (5 ms) 1: [ RUN ] serial.kokkos_printf 1: [ OK ] serial.kokkos_printf (1 ms) 1: [ RUN ] serial.range_for 1: [ OK ] serial.range_for (0 ms) 1: [ RUN ] serial.range_reduce 1: [ OK ] serial.range_reduce (0 ms) 1: [ RUN ] serial.range_dynamic_policy 1: [ OK ] serial.range_dynamic_policy (20 ms) 1: [ RUN ] serial.range_policy_runtime_parameters 1: [ OK ] serial.range_policy_runtime_parameters (0 ms) 1: [ RUN ] serial.range_for_require 1: [ OK ] serial.range_for_require (0 ms) 1: [ RUN ] serial.range_reduce_require 1: [ OK ] serial.range_reduce_require (0 ms) 1: [ RUN ] serial.range_dynamic_policy_require 1: [ OK ] serial.range_dynamic_policy_require (20 ms) 1: [ RUN ] serial.reducers_int 1: [ OK ] serial.reducers_int (0 ms) 1: [ RUN ] serial.reducers_double 1: [ OK ] serial.reducers_double (0 ms) 1: [ RUN ] serial.reducers_complex_double 1: [ OK ] serial.reducers_complex_double (0 ms) 1: [ RUN ] serial.reducers_struct 1: [ OK ] serial.reducers_struct (0 ms) 1: [ RUN ] serial.reducers_half_t 1: [ OK ] serial.reducers_half_t (0 ms) 1: [ RUN ] serial.reducers_bhalf_t 1: [ OK ] serial.reducers_bhalf_t (0 ms) 1: [ RUN ] serial.reducers_int8_t 1: [ OK ] serial.reducers_int8_t (0 ms) 1: [ RUN ] serial.reducers_int16_t 1: [ OK ] serial.reducers_int16_t (0 ms) 1: [ RUN ] serial.reducers_point_t 1: [ OK ] serial.reducers_point_t (0 ms) 1: [ RUN ] serial.reducers_bool 1: [ OK ] serial.reducers_bool (0 ms) 1: [ RUN ] serial.int64_t_reduce [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MinMaxClamp.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SYCL.cpp.o 1: [ OK ] serial.int64_t_reduce (297 ms) 1: [ RUN ] serial.double_reduce 1: [ OK ] serial.double_reduce (304 ms) 1: [ RUN ] serial.int64_t_reduce_dynamic [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_MDRange_e.cpp 1: [ OK ] serial.int64_t_reduce_dynamic (982 ms) 1: [ RUN ] serial.double_reduce_dynamic [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o 1: [ OK ] serial.double_reduce_dynamic (1060 ms) 1: [ RUN ] serial.int64_t_reduce_dynamic_view [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o 1: [ OK ] serial.int64_t_reduce_dynamic_view (622 ms) 1: [ RUN ] serial.reduction_deduction 1: [ OK ] serial.reduction_deduction (0 ms) 1: [ RUN ] serial.reduce_device_view_range_policy 1: [ OK ] serial.reduce_device_view_range_policy (0 ms) 1: [ RUN ] serial.reduce_device_view_mdrange_policy 1: [ OK ] serial.reduce_device_view_mdrange_policy (18 ms) 1: [ RUN ] serial.reduce_device_view_team_policy [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_NumericTraits.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_Crs.cpp 1: [ OK ] serial.reduce_device_view_team_policy (2886 ms) 1: [ RUN ] serial.impl_shared_alloc 1: [ OK ] serial.impl_shared_alloc (6 ms) 1: [ RUN ] serial.kokkos_swap 1: [ OK ] serial.kokkos_swap (0 ms) 1: [ RUN ] serial.task_fib_deprecated 1: [ OK ] serial.task_fib_deprecated (196 ms) 1: [ RUN ] serial.task_depend_deprecated 1: [ OK ] serial.task_depend_deprecated (0 ms) 1: [ RUN ] serial.task_team_deprecated 1: [ OK ] serial.task_team_deprecated (0 ms) 1: [ RUN ] serial.task_with_mempool_deprecated 1: [ OK ] serial.task_with_mempool_deprecated (0 ms) 1: [ RUN ] serial.task_multiple_depend_deprecated 1: [ OK ] serial.task_multiple_depend_deprecated (7 ms) 1: [ RUN ] serial.task_scheduler_ctors_deprecated 1: [ OK ] serial.task_scheduler_ctors_deprecated (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_deprecated 1: [ OK ] serial.task_scheduer_ctors_device_deprecated (0 ms) 1: [ RUN ] serial.task_fib_deprecated_multiple 1: [ OK ] serial.task_fib_deprecated_multiple (196 ms) 1: [ RUN ] serial.task_depend_deprecated_multiple 1: [ OK ] serial.task_depend_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_team_deprecated_multiple 1: [ OK ] serial.task_team_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_with_mempool_deprecated_multiple 1: [ OK ] serial.task_with_mempool_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_multiple_depend_deprecated_multiple 1: [ OK ] serial.task_multiple_depend_deprecated_multiple (7 ms) 1: [ RUN ] serial.task_scheduler_ctors_deprecated_multiple 1: [ OK ] serial.task_scheduler_ctors_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_deprecated_multiple 1: [ OK ] serial.task_scheduer_ctors_device_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_fib_single 1: [ OK ] serial.task_fib_single (181 ms) 1: [ RUN ] serial.task_depend_single 1: [ OK ] serial.task_depend_single (0 ms) 1: [ RUN ] serial.task_team_single 1: [ OK ] serial.task_team_single (0 ms) 1: [ RUN ] serial.task_with_mempool_single 1: [ OK ] serial.task_with_mempool_single (0 ms) 1: [ RUN ] serial.task_multiple_depend_single 1: [ OK ] serial.task_multiple_depend_single (6 ms) 1: [ RUN ] serial.task_scheduler_ctors_single 1: [ OK ] serial.task_scheduler_ctors_single (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_single 1: [ OK ] serial.task_scheduer_ctors_device_single (0 ms) 1: [ RUN ] serial.task_fib_multiple [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp 1: [ OK ] serial.task_fib_multiple (187 ms) 1: [ RUN ] serial.task_depend_multiple 1: [ OK ] serial.task_depend_multiple (0 ms) 1: [ RUN ] serial.task_team_multiple 1: [ OK ] serial.task_team_multiple (0 ms) 1: [ RUN ] serial.task_with_mempool_multiple 1: [ OK ] serial.task_with_mempool_multiple (0 ms) 1: [ RUN ] serial.task_multiple_depend_multiple 1: [ OK ] serial.task_multiple_depend_multiple (6 ms) 1: [ RUN ] serial.task_scheduler_ctors_multiple 1: [ OK ] serial.task_scheduler_ctors_multiple (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_multiple 1: [ OK ] serial.task_scheduer_ctors_device_multiple (0 ms) 1: [ RUN ] serial.task_fib_chase_lev [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o 1: [ OK ] serial.task_fib_chase_lev (223 ms) 1: [ RUN ] serial.task_depend_chase_lev 1: [ OK ] serial.task_depend_chase_lev (0 ms) 1: [ RUN ] serial.task_team_chase_lev 1: [ OK ] serial.task_team_chase_lev (0 ms) 1: [ RUN ] serial.task_with_mempool_chase_lev 1: [ OK ] serial.task_with_mempool_chase_lev (0 ms) 1: [ RUN ] serial.task_multiple_depend_chase_lev 1: [ OK ] serial.task_multiple_depend_chase_lev (7 ms) 1: [ RUN ] serial.task_scheduler_ctors_chase_lev 1: [ OK ] serial.task_scheduler_ctors_chase_lev (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_chase_lev 1: [ OK ] serial.task_scheduer_ctors_device_chase_lev (0 ms) 1: [----------] 211 tests from serial (20920 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 218 tests from 2 test suites ran. (22332 ms total) 1: [ PASSED ] 217 tests. 1: [ SKIPPED ] 1 test, listed below: 1: [ SKIPPED ] serial.mdspan_minimal_functional [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_OccupancyControlTrait.cpp.o 1/20 Test #1: Kokkos_CoreUnitTest_Serial1 ................. Passed 23.04 sec test 2 Start 2: Kokkos_CoreUnitTest_Serial2 2: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 2: Test timeout computed to be: 1500 [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test14_MDRangeReduce_SYCL.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Other.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp 2: [==========] Running 125 tests from 2 test suites. 2: [----------] Global test environment set-up. 2: [----------] 8 tests from serial_DeathTest 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_stat 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms) 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_mix 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms) 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_static_extents 2: [ OK ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms) 2: [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o [ 73%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 73%] Built target Kokkos_CoreUnitTest_KokkosP [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ParallelScanRangePolicy.cpp.o Scanning dependencies of target Kokkos_CoreUnitTest_OpenMP [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o 2: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (2388 ms) 2: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/serial/TestSerial_Task.cpp 2: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (2760 ms) 2: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 2: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestViewMemoryAccessViolation.hpp:154: Skipped 2: skipping since no memory access violation would occur 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms) 2: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 2: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestViewMemoryAccessViolation.hpp:169: Skipped 2: skipping since no memory access violation would occur 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 2: [----------] 8 tests from serial_DeathTest (5149 ms total) 2: 2: [----------] 117 tests from serial 2: [ RUN ] serial.team_for 2: [ OK ] serial.team_for (0 ms) 2: [ RUN ] serial.team_reduce 2: [ OK ] serial.team_reduce (0 ms) 2: [ RUN ] serial.team_reduce_large 2: [ OK ] serial.team_reduce_large (521 ms) 2: [ RUN ] serial.team_parallel_single 2: [ OK ] serial.team_parallel_single (9 ms) 2: [ RUN ] serial.large_team_scratch_size 2: [ OK ] serial.large_team_scratch_size (0 ms) 2: [ RUN ] serial.team_broadcast_long 2: [ OK ] serial.team_broadcast_long (0 ms) 2: [ RUN ] serial.team_broadcast_long_wrapper 2: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 2: [ RUN ] serial.team_broadcast_char 2: [ OK ] serial.team_broadcast_char (0 ms) 2: [ RUN ] serial.team_broadcast_float 2: [ OK ] serial.team_broadcast_float (0 ms) 2: [ RUN ] serial.team_broadcast_double 2: [ OK ] serial.team_broadcast_double (0 ms) 2: [ RUN ] serial.team_handle_by_value 2: [ OK ] serial.team_handle_by_value (0 ms) 2: [ RUN ] serial.team_vector 2: [ OK ] serial.team_vector (8 ms) 2: [ RUN ] serial.triple_nested_parallelism [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o 2: [ OK ] serial.triple_nested_parallelism (598 ms) 2: [ RUN ] serial.parallel_scan_with_reducers [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o 2: [ OK ] serial.parallel_scan_with_reducers (92 ms) 2: [ RUN ] serial.team_thread_range_combined_reducers 2: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 2: [ RUN ] serial.thread_vector_range_combined_reducers 2: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 2: [ RUN ] serial.team_vector_range_combined_reducers 2: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 2: [ RUN ] serial.TeamThreadMDRangeParallelFor 2: [ OK ] serial.TeamThreadMDRangeParallelFor (4 ms) 2: [ RUN ] serial.ThreadVectorMDRangeParallelFor 2: [ OK ] serial.ThreadVectorMDRangeParallelFor (4 ms) 2: [ RUN ] serial.TeamVectorMDRangeParallelFor 2: [ OK ] serial.TeamVectorMDRangeParallelFor (4 ms) 2: [ RUN ] serial.TeamThreadMDRangeParallelReduce 2: [ OK ] serial.TeamThreadMDRangeParallelReduce (5 ms) 2: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 2: [ OK ] serial.ThreadVectorMDRangeParallelReduce (5 ms) 2: [ RUN ] serial.TeamVectorMDRangeParallelReduce 2: [ OK ] serial.TeamVectorMDRangeParallelReduce (5 ms) 2: [ RUN ] serial.team_policy_runtime_parameters 2: [ OK ] serial.team_policy_runtime_parameters (0 ms) 2: [ RUN ] serial.team_reduction_scan 2: [ OK ] serial.team_reduction_scan (173 ms) 2: [ RUN ] serial.team_long_reduce [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o 2: [ OK ] serial.team_long_reduce (129 ms) 2: [ RUN ] serial.team_double_reduce 2: [ OK ] serial.team_double_reduce (113 ms) 2: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 2: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 2: [ RUN ] serial.repeated_team_reduce [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test16_ParallelScan_SYCL.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_WorkGraph.cpp [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Printf.cpp.o [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o [ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A Scanning dependencies of target Kokkos_UnitTest_Random [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_QuadPrecisionMath.cpp.o 2: [ OK ] serial.repeated_team_reduce (7120 ms) 2: [ RUN ] serial.team_scan 2: [ OK ] serial.team_scan (137 ms) 2: [ RUN ] serial.team_shared_request 2: [ OK ] serial.team_shared_request (77 ms) 2: [ RUN ] serial.team_scratch_request 2: [ OK ] serial.team_scratch_request (3 ms) 2: [ RUN ] serial.team_lambda_shared_request 2: [ OK ] serial.team_lambda_shared_request (77 ms) 2: [ RUN ] serial.scratch_align 2: [ OK ] serial.scratch_align (0 ms) 2: [ RUN ] serial.shmem_size 2: [ OK ] serial.shmem_size (0 ms) 2: [ RUN ] serial.multi_level_scratch 2: [ OK ] serial.multi_level_scratch (2 ms) 2: [ RUN ] serial.team_scratch_memory_index_parallel_for 2: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 2: [ RUN ] serial.team_policy_max_recommended 2: [ OK ] serial.team_policy_max_recommended (2 ms) 2: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 2: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 2: [ RUN ] serial.team_teamvector_range 2: [ OK ] serial.team_teamvector_range (1 ms) 2: [ RUN ] serial.unique_token_global 2: [ OK ] serial.unique_token_global (21 ms) 2: [ RUN ] serial.unique_token_instance 2: [ OK ] serial.unique_token_instance (21 ms) 2: [ RUN ] serial.unique_token_team_acquire 2: [ OK ] serial.unique_token_team_acquire (0 ms) 2: [ RUN ] serial.view_api_a 2: [ OK ] serial.view_api_a (5 ms) 2: [ RUN ] serial.view_api_b 2: [ OK ] serial.view_api_b (1 ms) 2: [ RUN ] serial.view_api_c 2: [ OK ] serial.view_api_c (30 ms) 2: [ RUN ] serial.view_api_d 2: [ OK ] serial.view_api_d (0 ms) 2: [ RUN ] serial.view_allocation_error 2: [ OK ] serial.view_allocation_error (0 ms) 2: [ RUN ] serial.view_remap 2: [ OK ] serial.view_remap (0 ms) 2: [ RUN ] serial.view_mirror_nonconst 2: [ OK ] serial.view_mirror_nonconst (0 ms) 2: [ RUN ] serial.view_stride_method 2: [ OK ] serial.view_stride_method (0 ms) 2: [ RUN ] serial.anonymous_space 2: [ OK ] serial.anonymous_space (0 ms) 2: [ RUN ] serial.view_overload_resolution 2: [ OK ] serial.view_overload_resolution (0 ms) 2: [ RUN ] serial.view_allocation_large_rank 2: [ OK ] serial.view_allocation_large_rank (892 ms) 2: [ RUN ] serial.view_shmem_size_on_device 2: [ OK ] serial.view_shmem_size_on_device (0 ms) 2: [ RUN ] serial.view_is_assignable 2: [ OK ] serial.view_is_assignable (0 ms) 2: [ RUN ] serial.view_copy_tests 2: [ OK ] serial.view_copy_tests (7 ms) 2: [ RUN ] serial.view_copy_tests_rank_0 2: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 2: [ RUN ] serial.view_copy_degenerated 2: [ OK ] serial.view_copy_degenerated (0 ms) 2: [ RUN ] serial.view_empty_runtime_unmanaged 2: [ OK ] serial.view_empty_runtime_unmanaged (0 ms) 2: [ RUN ] serial.view_hooks 2: [ OK ] serial.view_hooks (0 ms) 2: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 2: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (52 ms) 2: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 2: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (50 ms) 2: [ RUN ] serial.view_irregular_layout 2: [ OK ] serial.view_irregular_layout (0 ms) 2: [ RUN ] serial.view_mapping 2: [ OK ] serial.view_mapping (58 ms) 2: [ RUN ] serial.view_mapping_operator 2: [ OK ] serial.view_mapping_operator (3 ms) 2: [ RUN ] serial.static_extent 2: [ OK ] serial.static_extent (0 ms) 2: [ RUN ] serial.view_mapping_atomic 2: [ OK ] serial.view_mapping_atomic (0 ms) 2: [ RUN ] serial.view_mapping_class_value 2: [ OK ] serial.view_mapping_class_value (0 ms) 2: [ RUN ] serial.view_mapping_assignable 2: [ OK ] serial.view_mapping_assignable (0 ms) 2: [ RUN ] serial.view_mapping_trivially_copyable 2: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 2: [ RUN ] serial.view_mapping_subview 2: [ OK ] serial.view_mapping_subview (0 ms) 2: [ RUN ] serial.view_nested_view 2: [ OK ] serial.view_nested_view (0 ms) 2: [ RUN ] serial.append_formatted_multidimensional_index 2: [ OK ] serial.append_formatted_multidimensional_index (0 ms) 2: [ RUN ] serial.view_resize 2: [ OK ] serial.view_resize (14 ms) 2: [ RUN ] serial.view_realloc 2: [ OK ] serial.view_realloc (0 ms) 2: [ RUN ] serial.workgraph_fib 2: [ OK ] serial.workgraph_fib (62 ms) 2: [ RUN ] serial.resize_realloc_no_init 2: [ OK ] serial.resize_realloc_no_init (1 ms) 2: [ RUN ] serial.resize_realloc_no_alloc 2: [ OK ] serial.resize_realloc_no_alloc (0 ms) 2: [ RUN ] serial.realloc_exec_space 2: [ OK ] serial.realloc_exec_space (0 ms) 2: [ RUN ] serial.view_alloc 2: [ OK ] serial.view_alloc (0 ms) 2: [ RUN ] serial.view_alloc_exec_space 2: [ OK ] serial.view_alloc_exec_space (0 ms) 2: [ RUN ] serial.view_alloc_int 2: [ OK ] serial.view_alloc_int (0 ms) 2: [ RUN ] serial.view_alloc_exec_space_int 2: [ OK ] serial.view_alloc_exec_space_int (0 ms) 2: [ RUN ] serial.deep_copy_zero_memset 2: [ OK ] serial.deep_copy_zero_memset (0 ms) 2: [ RUN ] serial.resize_exec_space 2: [ OK ] serial.resize_exec_space (0 ms) 2: [ RUN ] serial.view_allocation_int 2: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestWithoutInitializing.hpp:289: Skipped 2: skipping since the fence checked for isn't necessary 2: [ SKIPPED ] serial.view_allocation_int (0 ms) 2: [ RUN ] serial.view_allocation_exec_space_int 2: [ OK ] serial.view_allocation_exec_space_int (0 ms) 2: [ RUN ] serial.view_not_default_constructible 2: [ OK ] serial.view_not_default_constructible (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_left 2: [ OK ] serial.view_subview_auto_1d_left (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_right 2: [ OK ] serial.view_subview_auto_1d_right (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_stride 2: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 2: [ RUN ] serial.view_subview_assign_strided 2: [ OK ] serial.view_subview_assign_strided (0 ms) 2: [ RUN ] serial.view_subview_left_0 2: [ OK ] serial.view_subview_left_0 (0 ms) 2: [ RUN ] serial.view_subview_left_1 2: [ OK ] serial.view_subview_left_1 (0 ms) 2: [ RUN ] serial.view_subview_left_2 2: [ OK ] serial.view_subview_left_2 (0 ms) 2: [ RUN ] serial.view_subview_left_3 2: [ OK ] serial.view_subview_left_3 (0 ms) 2: [ RUN ] serial.view_subview_right_0 2: [ OK ] serial.view_subview_right_0 (0 ms) 2: [ RUN ] serial.view_subview_right_1 2: [ OK ] serial.view_subview_right_1 (0 ms) 2: [ RUN ] serial.view_subview_right_3 2: [ OK ] serial.view_subview_right_3 (0 ms) 2: [ RUN ] serial.view_static_tests 2: [ OK ] serial.view_static_tests (0 ms) 2: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 2: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 2: [ RUN ] serial.view_subview_layoutright_to_layoutright 2: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 2: [ RUN ] serial.view_subview_1d_assign 2: [ OK ] serial.view_subview_1d_assign (0 ms) 2: [ RUN ] serial.view_subview_1d_assign_atomic 2: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 2: [ RUN ] serial.view_subview_1d_assign_randomaccess 2: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 2: [ RUN ] serial.view_subview_2d_from_3d 2: [ OK ] serial.view_subview_2d_from_3d (4 ms) 2: [ RUN ] serial.view_subview_2d_from_3d_atomic 2: [ OK ] serial.view_subview_2d_from_3d_atomic (4 ms) 2: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 2: [ OK ] serial.view_subview_2d_from_3d_randomaccess (4 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left 2: [ OK ] serial.view_subview_3d_from_5d_left (28 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 2: [ OK ] serial.view_subview_3d_from_5d_left_atomic (28 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 2: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (28 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp 2: [ OK ] serial.view_subview_3d_from_5d_right (288 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 2: [ OK ] serial.view_subview_3d_from_5d_right_atomic (287 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 4: [ OK ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment (34209 ms) 4: [ RUN ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o 2: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (287 ms) 2: [ RUN ] serial.view_test_unmanaged_subview_reset 2: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 2: [ RUN ] serial.view_subview_memory_traits_construction 2: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 2: [----------] 117 tests from serial (11294 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 125 tests from 2 test suites ran. (16444 ms total) 2: [ PASSED ] 122 tests. 2: [ SKIPPED ] 3 tests, listed below: 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 2: [ SKIPPED ] serial.view_allocation_int [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicy.cpp.o 2/20 Test #2: Kokkos_CoreUnitTest_Serial2 ................. Passed 17.14 sec test 3 Start 3: Kokkos_CoreUnitTest_SerialGraph 3: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_SerialGraph 3: Test timeout computed to be: 1500 3: [==========] Running 5 tests from 1 test suite. 3: [----------] Global test environment set-up. 3: [----------] 5 tests from serial_count_bugs 3: [ RUN ] serial_count_bugs.launch_one 3: [ OK ] serial_count_bugs.launch_one (0 ms) 3: [ RUN ] serial_count_bugs.launch_one_rvalue 3: [ OK ] serial_count_bugs.launch_one_rvalue (0 ms) 3: [ RUN ] serial_count_bugs.launch_six 3: [ OK ] serial_count_bugs.launch_six (0 ms) 3: [ RUN ] serial_count_bugs.when_all_cycle 3: [ OK ] serial_count_bugs.when_all_cycle (0 ms) 3: [ RUN ] serial_count_bugs.zero_work_reduce 3: [ OK ] serial_count_bugs.zero_work_reduce (0 ms) 3: [----------] 5 tests from serial_count_bugs (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 5 tests from 1 test suite ran. (0 ms total) 3: [ PASSED ] 5 tests. 3: 3: YOU HAVE 1 DISABLED TEST 3: [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp 3/20 Test #3: Kokkos_CoreUnitTest_SerialGraph ............. Passed 0.67 sec test 4 Start 4: Kokkos_CoreUnitTest_OpenACC 4: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_OpenACC 4: Test timeout computed to be: 1500 [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o 4: [==========] Running 173 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 15 tests from openacc_DeathTest 4: [ RUN ] openacc_DeathTest.abort_from_host [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o 4: [ OK ] openacc_DeathTest.abort_from_host (1219 ms) 4: [ RUN ] openacc_DeathTest.abort_from_device 4: [ OK ] openacc_DeathTest.abort_from_device (36 ms) 4: [ RUN ] openacc_DeathTest.checked_integer_operations_multiply_overflow_abort [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o 4: [ OK ] openacc_DeathTest.checked_integer_operations_multiply_overflow_abort (1200 ms) 4: [ RUN ] openacc_DeathTest.policy_bounds_unsafe_narrowing_conversions 4: [ OK ] openacc_DeathTest.policy_bounds_unsafe_narrowing_conversions (1187 ms) 4: [ RUN ] openacc_DeathTest.policy_invalid_bounds 4: [ OK ] openacc_DeathTest.policy_invalid_bounds (1 ms) 4: [ RUN ] openacc_DeathTest.range_policy_invalid_bounds 4: [ OK ] openacc_DeathTest.range_policy_invalid_bounds (3 ms) 4: [ RUN ] openacc_DeathTest.range_policy_implicitly_converted_bounds 4: [ OK ] openacc_DeathTest.range_policy_implicitly_converted_bounds (3 ms) 4: [ RUN ] openacc_DeathTest.view_construction_with_wrong_params_dyn 4: [ OK ] openacc_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 4: [ RUN ] openacc_DeathTest.view_construction_with_wrong_params_stat 4: [ OK ] openacc_DeathTest.view_construction_with_wrong_params_stat (0 ms) 4: [ RUN ] openacc_DeathTest.view_construction_with_wrong_params_mix 4: [ OK ] openacc_DeathTest.view_construction_with_wrong_params_mix (0 ms) 4: [ RUN ] openacc_DeathTest.view_construction_with_wrong_static_extents 4: [ OK ] openacc_DeathTest.view_construction_with_wrong_static_extents (0 ms) 4: [ RUN ] openacc_DeathTest.view_layoutstride_right_to_layoutleft_assignment [ 56%] Linking CXX executable Kokkos_IncrementalTest_SERIAL [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o [ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyConstructors.cpp.o [ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 56%] Built target Kokkos_IncrementalTest_SERIAL [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_LocalDeepCopy.cpp [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestHWLOC.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/default/TestDefaultDeviceType.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/default/TestDefaultDeviceType_a1.cpp [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test17_CompleteAtomic_SYCL.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/default/TestDefaultDeviceType_b1.cpp [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o 4: [ OK ] openacc_DeathTest.view_layoutstride_right_to_layoutleft_assignment (9408 ms) 4: [ RUN ] openacc_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyRequire.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 56%] Linking CXX executable Kokkos_CoreUnitTest_Default [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/default/TestDefaultDeviceType_c1.cpp [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o 4: [ OK ] openacc_DeathTest.view_layoutstride_left_to_layoutright_assignment (9369 ms) 4: [ RUN ] openacc_DeathTest.view_memory_access_violations_from_host [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/default/TestDefaultDeviceType_a2.cpp [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ReducerCTADs.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_IncrementalTest_SYCL [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_a.cpp.o [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp 4: [ OK ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment (32977 ms) 4: [ RUN ] hip_DeathTest.view_memory_access_violations_from_host [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_b.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/default/TestDefaultDeviceType_b2.cpp [ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/default/TestDefaultDeviceType_c2.cpp [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_c.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp [ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o [ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 61%] Built target Kokkos_IncrementalTest_SYCL 4: [ OK ] openacc_DeathTest.view_memory_access_violations_from_host (25893 ms) 4: [ RUN ] openacc_DeathTest.view_memory_access_violations_from_device 4: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestViewMemoryAccessViolation.hpp:186: Skipped 4: skipping because OpenACC backend is currently not able to abort from the device 4: [ SKIPPED ] openacc_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [----------] 15 tests from openacc_DeathTest (48323 ms total) 4: 4: [----------] 158 tests from openacc 4: [ RUN ] openacc.array_capacity 4: [ OK ] openacc.array_capacity (0 ms) 4: [ RUN ] openacc.array_element_access 4: [ OK ] openacc.array_element_access (0 ms) 4: [ RUN ] openacc.array_zero_capacity 4: [ OK ] openacc.array_zero_capacity (0 ms) 4: [ RUN ] openacc.array_zero_data_nullptr 4: [ OK ] openacc.array_zero_data_nullptr (0 ms) 4: [ RUN ] openacc.array_contiguous_capacity 4: [ OK ] openacc.array_contiguous_capacity (0 ms) 4: [ RUN ] openacc.array_contiguous_element_access 4: [ OK ] openacc.array_contiguous_element_access (0 ms) 4: [ RUN ] openacc.array_contiguous_assignment 4: [ OK ] openacc.array_contiguous_assignment (0 ms) 4: [ RUN ] openacc.array_strided_capacity 4: [ OK ] openacc.array_strided_capacity (0 ms) 4: [ RUN ] openacc.array_strided_element_access 4: [ OK ] openacc.array_strided_element_access (0 ms) 4: [ RUN ] openacc.array_strided_assignment 4: [ OK ] openacc.array_strided_assignment (0 ms) 4: [ RUN ] openacc.atomic_operations_double 4: [ OK ] openacc.atomic_operations_double (10 ms) 4: [ RUN ] openacc.atomic_operations_float 4: [ OK ] openacc.atomic_operations_float (9 ms) 4: [ RUN ] openacc.atomic_operations_int 4: [ OK ] openacc.atomic_operations_int (18 ms) 4: [ RUN ] openacc.atomic_operations_long 4: [ OK ] openacc.atomic_operations_long (41 ms) 4: [ RUN ] openacc.atomic_operations_longlong 4: [ OK ] openacc.atomic_operations_longlong (40 ms) 4: [ RUN ] openacc.atomic_operations_unsigned 4: [ OK ] openacc.atomic_operations_unsigned (39 ms) 4: [ RUN ] openacc.atomic_operations_unsignedlong 4: [ OK ] openacc.atomic_operations_unsignedlong (39 ms) 4: [ RUN ] openacc.atomics 4: [ OK ] openacc.atomics (358 ms) 4: [ RUN ] openacc.atomics_tpetra_max_abs 4: [ OK ] openacc.atomics_tpetra_max_abs (0 ms) 4: [ RUN ] openacc.atomic_views_integral [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/default/TestDefaultDeviceType_a3.cpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/default/TestDefaultDeviceType_b3.cpp [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 96%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o [ 96%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 96%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_StaticCrsGraph.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o [ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M 4: [ OK ] openacc.atomic_views_integral (20969 ms) 4: [ RUN ] openacc.atomic_views_nonintegral 4: [ OK ] openacc.atomic_views_nonintegral (47 ms) 4: [ RUN ] openacc.atomic_view_api 4: [ OK ] openacc.atomic_view_api (0 ms) 4: [ RUN ] openacc.bit_manip_countl_zero 4: [ OK ] openacc.bit_manip_countl_zero (49 ms) 4: [ RUN ] openacc.bit_manip_countl_one 4: [ OK ] openacc.bit_manip_countl_one (0 ms) 4: [ RUN ] openacc.bit_manip_countr_zero 4: [ OK ] openacc.bit_manip_countr_zero (0 ms) 4: [ RUN ] openacc.bit_manip_countr_one 4: [ OK ] openacc.bit_manip_countr_one (0 ms) 4: [ RUN ] openacc.bit_manip_popcount 4: [ OK ] openacc.bit_manip_popcount (0 ms) 4: [ RUN ] openacc.bit_manip_has_single_bit 4: [ OK ] openacc.bit_manip_has_single_bit (0 ms) 4: [ RUN ] openacc.bit_manip_bit_floor 4: [ OK ] openacc.bit_manip_bit_floor (0 ms) 4: [ RUN ] openacc.bit_manip_bit_ceil 4: [ OK ] openacc.bit_manip_bit_ceil (0 ms) 4: [ RUN ] openacc.bit_manip_bit_width 4: [ OK ] openacc.bit_manip_bit_width (0 ms) 4: [ RUN ] openacc.bit_manip_rotl 4: [ OK ] openacc.bit_manip_rotl (0 ms) 4: [ RUN ] openacc.bit_manip_rotr 4: [ OK ] openacc.bit_manip_rotr (0 ms) 4: [ RUN ] openacc.bit_manip_byeswap 4: [ OK ] openacc.bit_manip_byeswap (0 ms) 4: [ RUN ] openacc.bit_manip_bit_cast 4: [ OK ] openacc.bit_manip_bit_cast (0 ms) 4: [ RUN ] openacc.checked_integer_operations_multiply_overflow 4: [ OK ] openacc.checked_integer_operations_multiply_overflow (0 ms) 4: [ RUN ] openacc.execution_policy_occupancy_and_hint 4: [ OK ] openacc.execution_policy_occupancy_and_hint (0 ms) 4: [ RUN ] openacc.complex_construction 4: [ OK ] openacc.complex_construction (7 ms) 4: [ RUN ] openacc.complex_basic_math 4: [ OK ] openacc.complex_basic_math (0 ms) 4: [ RUN ] openacc.complex_special_funtions 4: [ OK ] openacc.complex_special_funtions (0 ms) 4: [ RUN ] openacc.complex_io 4: [ OK ] openacc.complex_io (0 ms) 4: [ RUN ] openacc.complex_trivially_copyable 4: [ OK ] openacc.complex_trivially_copyable (0 ms) 4: [ RUN ] openacc.complex_issue_3865 4: [ OK ] openacc.complex_issue_3865 (0 ms) 4: [ RUN ] openacc.complex_operations_arithmetic_types_overloads 4: [ OK ] openacc.complex_operations_arithmetic_types_overloads (0 ms) 4: [ RUN ] openacc.partitioning_by_args 4: [ OK ] openacc.partitioning_by_args (63 ms) 4: [ RUN ] openacc.partitioning_by_vector 4: [ OK ] openacc.partitioning_by_vector (74 ms) 4: [ RUN ] openacc.execution_space_as_class_data_member 4: [ OK ] openacc.execution_space_as_class_data_member (2 ms) 4: [ RUN ] openacc.functor_analysis 4: [ OK ] openacc.functor_analysis (0 ms) 4: [ RUN ] openacc.init 4: [ OK ] openacc.init (0 ms) 4: [ RUN ] openacc.dispatch 4: [ OK ] openacc.dispatch (85 ms) 4: [ RUN ] openacc.mathematical_constants_e 4: [ OK ] openacc.mathematical_constants_e (31 ms) 4: [ RUN ] openacc.mathematical_constants_log2e 4: [ OK ] openacc.mathematical_constants_log2e (0 ms) 4: [ RUN ] openacc.mathematical_constants_log10e 4: [ OK ] openacc.mathematical_constants_log10e (0 ms) 4: [ RUN ] openacc.mathematical_constants_pi 4: [ OK ] openacc.mathematical_constants_pi (0 ms) 4: [ RUN ] openacc.mathematical_constants_inv_pi 4: [ OK ] openacc.mathematical_constants_inv_pi (0 ms) 4: [ RUN ] openacc.mathematical_constants_inv_sqrtpi 4: [ OK ] openacc.mathematical_constants_inv_sqrtpi (0 ms) 4: [ RUN ] openacc.mathematical_constants_ln2 4: [ OK ] openacc.mathematical_constants_ln2 (0 ms) 4: [ RUN ] openacc.mathematical_constants_ln10 4: [ OK ] openacc.mathematical_constants_ln10 (0 ms) 4: [ RUN ] openacc.mathematical_constants_sqrt2 4: [ OK ] openacc.mathematical_constants_sqrt2 (0 ms) 4: [ RUN ] openacc.mathematical_constants_sqrt3 4: [ OK ] openacc.mathematical_constants_sqrt3 (0 ms) 4: [ RUN ] openacc.mathematical_constants_inv_sqrt3 4: [ OK ] openacc.mathematical_constants_inv_sqrt3 (0 ms) 4: [ RUN ] openacc.mathematical_constants_egamma 4: [ OK ] openacc.mathematical_constants_egamma (0 ms) 4: [ RUN ] openacc.mathematical_constants_phi 4: [ OK ] openacc.mathematical_constants_phi (0 ms) 4: [ RUN ] openacc.mathspecialfunc_expint1 4: [ OK ] openacc.mathspecialfunc_expint1 (14 ms) 4: [ RUN ] openacc.mathspecialfunc_errorfunc 4: [ OK ] openacc.mathspecialfunc_errorfunc (0 ms) 4: [ RUN ] openacc.mathspecialfunc_cbesselj0y0 4: [ OK ] openacc.mathspecialfunc_cbesselj0y0 (52 ms) 4: [ RUN ] openacc.mathspecialfunc_cbesselj1y1 4: [ OK ] openacc.mathspecialfunc_cbesselj1y1 (52 ms) 4: [ RUN ] openacc.mathspecialfunc_cbesseli0k0 4: [ OK ] openacc.mathspecialfunc_cbesseli0k0 (1 ms) 4: [ RUN ] openacc.mathspecialfunc_cbesseli1k1 4: [ OK ] openacc.mathspecialfunc_cbesseli1k1 (1 ms) 4: [ RUN ] openacc.mathspecialfunc_cbesselh1stkind 4: [ OK ] openacc.mathspecialfunc_cbesselh1stkind (1 ms) 4: [ RUN ] openacc.mathspecialfunc_cbesselh2ndkind 4: [ OK ] openacc.mathspecialfunc_cbesselh2ndkind (1 ms) 4: [ RUN ] openacc.mdrange_5d 4: [ OK ] openacc.mdrange_5d (131 ms) 4: [ RUN ] openacc.mdrange_6d 4: [ OK ] openacc.mdrange_6d (503 ms) 4: [ RUN ] openacc.mdrange_3d 4: [ OK ] openacc.mdrange_3d (57 ms) 4: [ RUN ] openacc.mdrange_neg_idx 4: [ OK ] openacc.mdrange_neg_idx (248 ms) 4: [ RUN ] openacc.mdrange_4d 4: [ OK ] openacc.mdrange_4d (60 ms) 4: [ RUN ] openacc.mdrange_large_deep_copy 4: [ OK ] openacc.mdrange_large_deep_copy (27 ms) 4: [ RUN ] openacc.md_range_policy_construction_from_arrays 4: [ OK ] openacc.md_range_policy_construction_from_arrays (0 ms) 4: [ RUN ] openacc.mdrange_parallel_reduce_primitive_types [ 96%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/default/TestDefaultDeviceType_c3.cpp [ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_d.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_e.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o 4: [ OK ] openacc.mdrange_parallel_reduce_primitive_types (2587 ms) 4: [ RUN ] openacc.mdspan_minimal_functional 4: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestMDSpan.hpp:57: Skipped 4: mdspan not enabled 4: [ SKIPPED ] openacc.mdspan_minimal_functional (0 ms) 4: [ RUN ] openacc.max 4: [ OK ] openacc.max (0 ms) 4: [ RUN ] openacc.max_within_parfor 4: [ OK ] openacc.max_within_parfor (4 ms) 4: [ RUN ] openacc.min 4: [ OK ] openacc.min (0 ms) 4: [ RUN ] openacc.min_within_parfor 4: [ OK ] openacc.min_within_parfor (0 ms) 4: [ RUN ] openacc.minmax 4: [ OK ] openacc.minmax (0 ms) 4: [ RUN ] openacc.minmax_within_parfor 4: [ OK ] openacc.minmax_within_parfor (0 ms) 4: [ RUN ] openacc.clamp 4: [ OK ] openacc.clamp (0 ms) 4: [ RUN ] openacc.clamp_within_parfor 4: [ OK ] openacc.clamp_within_parfor (0 ms) 4: [ RUN ] openacc.occupancy_control 4: [ OK ] openacc.occupancy_control (5 ms) 4: [ RUN ] openacc.parallel_scan_range_policy 4: [ OK ] openacc.parallel_scan_range_policy (125 ms) 4: [ RUN ] openacc.kokkos_printf 4: [ OK ] openacc.kokkos_printf (2 ms) 4: [ RUN ] openacc.range_policy_runtime_parameters 4: [ OK ] openacc.range_policy_runtime_parameters (0 ms) 4: [ RUN ] openacc.reducers_double 4: [ OK ] openacc.reducers_double (12 ms) 4: [ RUN ] openacc.reducers_bool 4: [ OK ] openacc.reducers_bool (10 ms) 4: [ RUN ] openacc.impl_shared_alloc 4: [ OK ] openacc.impl_shared_alloc (52 ms) 4: [ RUN ] openacc.kokkos_swap 4: [ OK ] openacc.kokkos_swap (1 ms) 4: [ RUN ] openacc.team_policy_runtime_parameters 4: [ OK ] openacc.team_policy_runtime_parameters (0 ms) 4: [ RUN ] openacc.view_api_a 4: [ OK ] openacc.view_api_a (7 ms) 4: [ RUN ] openacc.view_api_b 4: [ OK ] openacc.view_api_b (15 ms) 4: [ RUN ] openacc.view_api_c 4: [ OK ] openacc.view_api_c (5 ms) 4: [ RUN ] openacc.view_api_d 4: [ OK ] openacc.view_api_d (6 ms) 4: [ RUN ] openacc.view_allocation_error 4: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestViewAPI_d.hpp:41: Skipped 4: acc_malloc() not properly returning nullptr 4: [ SKIPPED ] openacc.view_allocation_error (0 ms) 4: [ RUN ] openacc.view_copy_tests 4: [ OK ] openacc.view_copy_tests (28 ms) 4: [ RUN ] openacc.view_copy_tests_rank_0 4: [ OK ] openacc.view_copy_tests_rank_0 (6 ms) 4: [ RUN ] openacc.view_copy_degenerated 4: [ OK ] openacc.view_copy_degenerated (0 ms) 4: [ RUN ] openacc.view_empty_runtime_unmanaged 4: [ OK ] openacc.view_empty_runtime_unmanaged (0 ms) 4: [ RUN ] openacc.view_hooks 4: [ OK ] openacc.view_hooks (0 ms) 4: [ RUN ] openacc.view_layoutstride_left_to_layoutleft_assignment 4: [ OK ] openacc.view_layoutstride_left_to_layoutleft_assignment (76 ms) 4: [ RUN ] openacc.view_layoutstride_right_to_layoutright_assignment 4: [ OK ] openacc.view_layoutstride_right_to_layoutright_assignment (71 ms) 4: [ RUN ] openacc.view_irregular_layout 4: [ OK ] openacc.view_irregular_layout (34 ms) 4: [ RUN ] openacc.view_mapping [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o 4: [ OK ] openacc.view_mapping (59 ms) 4: [ RUN ] openacc.view_mapping_operator 4: [ OK ] openacc.view_mapping_operator (51 ms) 4: [ RUN ] openacc.static_extent 4: [ OK ] openacc.static_extent (0 ms) 4: [ RUN ] openacc.view_mapping_atomic 4: [ OK ] openacc.view_mapping_atomic (7 ms) 4: [ RUN ] openacc.view_mapping_class_value 4: [ OK ] openacc.view_mapping_class_value (0 ms) 4: [ RUN ] openacc.view_mapping_assignable 4: [ OK ] openacc.view_mapping_assignable (0 ms) 4: [ RUN ] openacc.view_mapping_trivially_copyable 4: [ OK ] openacc.view_mapping_trivially_copyable (0 ms) 4: [ RUN ] openacc.append_formatted_multidimensional_index 4: [ OK ] openacc.append_formatted_multidimensional_index (0 ms) 4: [ RUN ] openacc.resize_realloc_no_init 4: [ OK ] openacc.resize_realloc_no_init (32 ms) 4: [ RUN ] openacc.resize_realloc_no_alloc 4: [ OK ] openacc.resize_realloc_no_alloc (0 ms) 4: [ RUN ] openacc.realloc_exec_space 4: [ OK ] openacc.realloc_exec_space (0 ms) 4: [ RUN ] openacc.view_alloc 4: [ OK ] openacc.view_alloc (0 ms) 4: [ RUN ] openacc.view_alloc_exec_space 4: [ OK ] openacc.view_alloc_exec_space (0 ms) 4: [ RUN ] openacc.view_alloc_int 4: [ OK ] openacc.view_alloc_int (0 ms) 4: [ RUN ] openacc.view_alloc_exec_space_int 4: [ OK ] openacc.view_alloc_exec_space_int (0 ms) 4: [ RUN ] openacc.deep_copy_zero_memset 4: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestWithoutInitializing.hpp:220: Skipped 4: skipping since the OpenACC backend doesn't implement ZeroMemset 4: [ SKIPPED ] openacc.deep_copy_zero_memset (0 ms) 4: [ RUN ] openacc.resize_exec_space 4: [ OK ] openacc.resize_exec_space (14 ms) 4: [ RUN ] openacc.view_allocation_int 4: [ OK ] openacc.view_allocation_int (0 ms) 4: [ RUN ] openacc.view_allocation_exec_space_int 4: [ OK ] openacc.view_allocation_exec_space_int (0 ms) 4: [ RUN ] openacc.view_not_default_constructible 4: [ OK ] openacc.view_not_default_constructible (0 ms) 4: [ RUN ] openacc.view_subview_auto_1d_left 4: [ OK ] openacc.view_subview_auto_1d_left (5 ms) 4: [ RUN ] openacc.view_subview_auto_1d_right 4: [ OK ] openacc.view_subview_auto_1d_right (0 ms) 4: [ RUN ] openacc.view_subview_auto_1d_stride 4: [ OK ] openacc.view_subview_auto_1d_stride (0 ms) 4: [ RUN ] openacc.view_subview_assign_strided 4: [ OK ] openacc.view_subview_assign_strided (0 ms) 4: [ RUN ] openacc.view_subview_left_0 4: [ OK ] openacc.view_subview_left_0 (0 ms) 4: [ RUN ] openacc.view_subview_left_1 4: [ OK ] openacc.view_subview_left_1 (0 ms) 4: [ RUN ] openacc.view_subview_left_2 4: [ OK ] openacc.view_subview_left_2 (0 ms) 4: [ RUN ] openacc.view_subview_left_3 4: [ OK ] openacc.view_subview_left_3 (0 ms) 4: [ RUN ] openacc.view_subview_right_0 4: [ OK ] openacc.view_subview_right_0 (0 ms) 4: [ RUN ] openacc.view_subview_right_1 4: [ OK ] openacc.view_subview_right_1 (0 ms) 4: [ RUN ] openacc.view_subview_right_3 4: [ OK ] openacc.view_subview_right_3 (0 ms) 4: [ RUN ] openacc.view_static_tests 4: [ OK ] openacc.view_static_tests (0 ms) 4: [ RUN ] openacc.view_subview_layoutleft_to_layoutleft 4: [ OK ] openacc.view_subview_layoutleft_to_layoutleft (7 ms) 4: [ RUN ] openacc.view_subview_layoutright_to_layoutright 4: [ OK ] openacc.view_subview_layoutright_to_layoutright (0 ms) 4: [ RUN ] openacc.view_subview_1d_assign 4: [ OK ] openacc.view_subview_1d_assign (11 ms) 4: [ RUN ] openacc.view_subview_1d_assign_atomic 4: [ OK ] openacc.view_subview_1d_assign_atomic (10 ms) 4: [ RUN ] openacc.view_subview_1d_assign_randomaccess 4: [ OK ] openacc.view_subview_1d_assign_randomaccess (10 ms) 4: [ RUN ] openacc.view_subview_2d_from_3d 4: [ OK ] openacc.view_subview_2d_from_3d (163 ms) 4: [ RUN ] openacc.view_subview_2d_from_3d_atomic 4: [ OK ] openacc.view_subview_2d_from_3d_atomic (165 ms) 4: [ RUN ] openacc.view_subview_2d_from_3d_randomaccess 4: [ OK ] openacc.view_subview_2d_from_3d_randomaccess (166 ms) 4: [ RUN ] openacc.view_subview_3d_from_5d_left [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o 4: [ OK ] openacc.view_subview_3d_from_5d_left (586 ms) 4: [ RUN ] openacc.view_subview_3d_from_5d_left_atomic /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/default/TestDefaultDeviceType_d.cpp 4: [ OK ] openacc.view_subview_3d_from_5d_left_atomic (588 ms) 4: [ RUN ] openacc.view_subview_3d_from_5d_left_randomaccess [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o 4: [ OK ] openacc.view_subview_3d_from_5d_left_randomaccess (588 ms) 4: [ RUN ] openacc.view_subview_3d_from_5d_right /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestStackTrace.cpp [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o 4: [ OK ] openacc.view_subview_3d_from_5d_right (1393 ms) 4: [ RUN ] openacc.view_subview_3d_from_5d_right_atomic [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp 4: [ OK ] openacc.view_subview_3d_from_5d_right_atomic (1394 ms) 4: [ RUN ] openacc.view_subview_3d_from_5d_right_randomaccess [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o 4: [ OK ] openacc.view_subview_3d_from_5d_right_randomaccess (1394 ms) 4: [ RUN ] openacc.view_test_unmanaged_subview_reset 4: [ OK ] openacc.view_test_unmanaged_subview_reset (2 ms) 4: [ RUN ] openacc.view_subview_memory_traits_construction 4: [ OK ] openacc.view_subview_memory_traits_construction (0 ms) 4: [----------] 158 tests from openacc (32764 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 173 tests from 2 test suites ran. (81088 ms total) 4: [ PASSED ] 169 tests. 4: [ SKIPPED ] 4 tests, listed below: 4: [ SKIPPED ] openacc_DeathTest.view_memory_access_violations_from_device 4: [ SKIPPED ] openacc.mdspan_minimal_functional 4: [ SKIPPED ] openacc.view_allocation_error 4: [ SKIPPED ] openacc.deep_copy_zero_memset 4/20 Test #4: Kokkos_CoreUnitTest_OpenACC ................. Passed 82.03 sec test 5 Start 5: Kokkos_CoreUnitTest_Default 5: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Default 5: Test timeout computed to be: 1500 [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o 5: [==========] Running 19 tests from 1 test suite. 5: [----------] Global test environment set-up. 5: [----------] 19 tests from defaultdevicetype 5: [ RUN ] defaultdevicetype.initialization_settings 5: [ OK ] defaultdevicetype.initialization_settings (0 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 5: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_device_id 5: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 5: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 5: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_help 5: [ OK ] defaultdevicetype.cmd_line_args_help (4 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 5: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (1 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 5: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (5 ms) 5: [ RUN ] defaultdevicetype.env_vars_num_threads 5: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 5: [ RUN ] defaultdevicetype.env_vars_device_id 5: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 5: [ RUN ] defaultdevicetype.env_vars_disable_warnings 5: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 5: [ RUN ] defaultdevicetype.env_vars_tune_internals 5: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 5: [ RUN ] defaultdevicetype.visible_devices 5: [ OK ] defaultdevicetype.visible_devices (0 ms) 5: [ RUN ] defaultdevicetype.compiler_macros 5: [ OK ] defaultdevicetype.compiler_macros (1 ms) 5: [ RUN ] defaultdevicetype.half_conversion 5: [ OK ] defaultdevicetype.half_conversion (36 ms) 5: [ RUN ] defaultdevicetype.bhalf_conversion 5: [ OK ] defaultdevicetype.bhalf_conversion (0 ms) 5: [ RUN ] defaultdevicetype.half_operators 5: [ OK ] defaultdevicetype.half_operators (0 ms) 5: [ RUN ] defaultdevicetype.bhalf_operators 5: [ OK ] defaultdevicetype.bhalf_operators (0 ms) 5: [ RUN ] defaultdevicetype.host_space_access 5: [ OK ] defaultdevicetype.host_space_access (0 ms) 5: [----------] 19 tests from defaultdevicetype (52 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 19 tests from 1 test suite ran. (52 ms total) 5: [ PASSED ] 19 tests. 5/20 Test #5: Kokkos_CoreUnitTest_Default ................. Passed 0.75 sec test 6 Start 6: Kokkos_CoreUnitTest_LegionInitialization 6: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization 6: Test timeout computed to be: 1500 6: [==========] Running 1 test from 1 test suite. 6: [----------] Global test environment set-up. 6: [----------] 1 test from initialization 6: [ RUN ] initialization.legion_initialization 6: [ OK ] initialization.legion_initialization (423 ms) 6: [----------] 1 test from initialization (423 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 1 test from 1 test suite ran. (423 ms total) 6: [ PASSED ] 1 test. [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 98%] Linking CXX executable Kokkos_atomic [ 99%] Linking CXX executable Kokkos_gups [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 99%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [ 99%] Built target Kokkos_gups [ 99%] Built target Kokkos_atomic [ 99%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp 6/20 Test #6: Kokkos_CoreUnitTest_LegionInitialization .... Passed 0.71 sec test 7 Start 7: Kokkos_CoreUnitTest_PushFinalizeHook 7: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook 7: Test timeout computed to be: 1500 7: SUCCESS [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o [ 76%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B 7/20 Test #7: Kokkos_CoreUnitTest_PushFinalizeHook ........ Passed 0.67 sec test 8 Start 8: Kokkos_CoreUnitTest_Develop 8: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Develop 8: Test timeout computed to be: 1500 8: [==========] Running 1 test from 1 test suite. 8: [----------] Global test environment set-up. 8: [----------] 1 test from defaultdevicetype 8: [ RUN ] defaultdevicetype.development_test 8: [ OK ] defaultdevicetype.development_test (0 ms) 8: [----------] 1 test from defaultdevicetype (0 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (0 ms total) 8: [ PASSED ] 1 test. 8/20 Test #8: Kokkos_CoreUnitTest_Develop ................. Passed 0.68 sec test 9 Start 9: Kokkos_CoreUnitTest_KokkosP 9: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 9: Test timeout computed to be: 1500 [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions.cpp.o 9: [==========] Running 23 tests from 2 test suites. 9: [----------] Global test environment set-up. 9: [----------] 21 tests from kokkosp 9: [ RUN ] kokkosp.test_named_instance_fence 9: Ref: 134217729 9: Ref: named_instance 9: 134217729 9: named_instance 9: [ OK ] kokkosp.test_named_instance_fence (0 ms) 9: [ RUN ] kokkosp.test_unnamed_instance_fence 9: Ref: 134217729 9: Ref: Unnamed Instance Fence 9: 134217729 9: Kokkos::OpenACC::fence(): Unnamed Instance Fence 9: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 9: [ RUN ] kokkosp.test_named_global_fence 9: Ref: 134217728 9: Ref: test global fence 9: 0 9: test global fence 9: Miss on id 9: 134217728 9: test global fence 9: [ OK ] kokkosp.test_named_global_fence (0 ms) 9: [ RUN ] kokkosp.test_unnamed_global_fence 9: Ref: 134217728 9: Ref: Unnamed Global Fence 9: 0 9: Kokkos::fence: Unnamed Global Fence 9: Miss on id 9: 134217728 9: Kokkos::fence: Unnamed Global Fence 9: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 9: [ RUN ] kokkosp.test_multiple_default_instances 9: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 9: [ RUN ] kokkosp.test_id_gen 9: [ OK ] kokkosp.test_id_gen (0 ms) 9: [ RUN ] kokkosp.test_kernel_sequence 9: Ref: 134217729 9: Ref: named_instance 9: 134217729 9: named_instance 9: Ref: 134217729 9: Ref: test_kernel 9: 134217729 9: named_instance 9: Miss on name 9: 0 9: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 9: Miss on name 9: Miss on id 9: 134217728 9: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 9: Miss on name 9: Miss on id 9: 134217729 9: test_kernel 9: [ OK ] kokkosp.test_kernel_sequence (29 ms) 9: [ RUN ] kokkosp.async_deep_copy 9: [ OK ] kokkosp.async_deep_copy (0 ms) 9: [ RUN ] kokkosp.parallel_for 9: [ OK ] kokkosp.parallel_for (0 ms) 9: [ RUN ] kokkosp.regions 9: [ OK ] kokkosp.regions (0 ms) 9: [ RUN ] kokkosp.fences 9: [ OK ] kokkosp.fences (0 ms) 9: [ RUN ] kokkosp.raw_allocation 9: [ OK ] kokkosp.raw_allocation (0 ms) 9: [ RUN ] kokkosp.view 9: [ OK ] kokkosp.view (0 ms) 9: [ RUN ] kokkosp.sections 9: [ OK ] kokkosp.sections (0 ms) 9: [ RUN ] kokkosp.metadata 9: [ OK ] kokkosp.metadata (0 ms) 9: [ RUN ] kokkosp.profile_events 9: [ OK ] kokkosp.profile_events (0 ms) 9: [ RUN ] kokkosp.no_init_kernel 9: [ OK ] kokkosp.no_init_kernel (0 ms) 9: [ RUN ] kokkosp.get_events 9: [ OK ] kokkosp.get_events (0 ms) 9: [ RUN ] kokkosp.create_mirror_no_init 9: [ OK ] kokkosp.create_mirror_no_init (0 ms) 9: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 9: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 9: [ RUN ] kokkosp.create_mirror_view_and_copy 9: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 9: [----------] 21 tests from kokkosp (31 ms total) 9: 9: [----------] 2 tests from defaultdevicetype 9: [ RUN ] defaultdevicetype.profiling_section 9: [ OK ] defaultdevicetype.profiling_section (0 ms) 9: [ RUN ] defaultdevicetype.scoped_profile_region 9: [ OK ] defaultdevicetype.scoped_profile_region (0 ms) 9: [----------] 2 tests from defaultdevicetype (0 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 23 tests from 2 test suites ran. (31 ms total) 9: [ PASSED ] 23 tests. [ 76%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B 9/20 Test #9: Kokkos_CoreUnitTest_KokkosP ................. Passed 0.74 sec test 10 Start 10: Kokkos_CoreUnitTest_ToolIndependence 10: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 10: Test timeout computed to be: 1500 10/20 Test #10: Kokkos_CoreUnitTest_ToolIndependence ........ Passed 0.02 sec test 11 Start 11: Kokkos_ProfilingTestLibraryLoadHelp 11: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 11: Environment variables: 11: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/libkokkosprinter-tool.so 11: Test timeout computed to be: 1500 11: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 86%] Linking CXX executable Kokkos_UnitTest_Random [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E 11: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o [ 86%] Built target Kokkos_UnitTest_Random Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D 11/20 Test #11: Kokkos_ProfilingTestLibraryLoadHelp ......... Passed 0.67 sec test 12 Start 12: Kokkos_ProfilingTestLibraryCmdLineHelp 12: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/libkokkosprinter-tool.so" 12: Test timeout computed to be: 1500 [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o 12: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 12/20 Test #12: Kokkos_ProfilingTestLibraryCmdLineHelp ...... Passed 0.74 sec test 13 Start 13: Kokkos_ProfilingTestLibraryLoad 13: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 13: Environment variables: 13: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/libkokkosprinter-tool.so 13: Test timeout computed to be: 1500 13: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestStackTrace_f0.cpp [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o 13: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos12Experimental7OpenACCE::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_NVHPC:230700::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:pgi::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:yes::kokkosp_declare_metadata:Kokkos Version:4.3.99::kokkosp_allocate_data:Host:source:0x18acd00:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x18acf00:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x18acf80:Host:source:0x18acd80:40::kokkosp_end_deep_copy::kokkosp_begin_parallel_for:parallel_for:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_parallel_reduce:parallel_reduce:1:1::kokkosp_allocate_data:Host:Kokkos::Serial::scratch_mem:0x18ad140:11264::kokkosp_end_parallel_reduce:1::kokkosp_begin_parallel_scan:parallel_scan:1:2::kokkosp_end_parallel_scan:2::kokkosp_push_profile_region:push_region::kokkosp_pop_profile_region::kokkosp_create_profile_section:created_section:3::kokkosp_start_profile_section:3::kokkosp_stop_profile_section:3::kokkosp_destroy_profile_section:3::kokkosp_profile_event:profiling_event::kokkosp_declare_metadata:dogs:good::kokkosp_deallocate_data:Host:destination:0x18acf00:40::kokkosp_deallocate_data:Host:source:0x18acd00:40::kokkosp_finalize_library:: 13/20 Test #13: Kokkos_ProfilingTestLibraryLoad ............. Passed 0.74 sec test 14 Start 14: Kokkos_ProfilingTestLibraryCmdLine 14: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/libkokkosprinter-tool.so" 14: Test timeout computed to be: 1500 14: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos12Experimental7OpenACCE::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_NVHPC:230700::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:pgi::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:yes::kokkosp_declare_metadata:Kokkos Version:4.3.99::kokkosp_allocate_data:Host:source:0x111ee00:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x111f0c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x111f140:Host:source:0x111ee80:40::kokkosp_end_deep_copy::kokkosp_begin_parallel_for:parallel_for:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_parallel_reduce:parallel_reduce:1:1::kokkosp_allocate_data:Host:Kokkos::Serial::scratch_mem:0x111f300:11264::kokkosp_end_parallel_reduce:1::kokkosp_begin_parallel_scan:parallel_scan:1:2::kokkosp_end_parallel_scan:2::kokkosp_push_profile_region:push_region::kokkosp_pop_profile_region::kokkosp_create_profile_section:created_section:3::kokkosp_start_profile_section:3::kokkosp_stop_profile_section:3::kokkosp_destroy_profile_section:3::kokkosp_profile_event:profiling_event::kokkosp_declare_metadata:dogs:good::kokkosp_deallocate_data:Host:destination:0x111f0c0:40::kokkosp_deallocate_data:Host:source:0x111ee00:40::kokkosp_finalize_library:: 14/20 Test #14: Kokkos_ProfilingTestLibraryCmdLine .......... Passed 0.74 sec test 15 Start 15: Kokkos_CoreUnitTest_StackTraceTest 15: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec 15: Test timeout computed to be: 1500 [100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o 15: [==========] Running 3 tests from 2 test suites. 15: [----------] Global test environment set-up. 15: [----------] 2 tests from defaultdevicetype_DeathTest 15: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 15: 15: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 15: Top of f1 15: Top of f0 15: Top of f0 15: test_f1: 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d5a53] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44103c] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x43d266] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x14e) [0x43bc0e] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x483503] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44cb4f] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44ee9f] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4501c7] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462ce7] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x486343] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45158e] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43af75] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fb0cc187083] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x43ae6e] 15: 15: demangled test_f1: 15: [0x4d5a53] Kokkos::Impl::save_stacktrace() 15: [0x44103c] Test::stacktrace_test_f1(std::ostream&) 15: [0x43d266] Test::test_stacktrace(bool, bool) 15: [0x43bc0e] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 15: [0x483503] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44cb4f] testing::Test::Run() 15: [0x44ee9f] testing::TestInfo::Run() 15: [0x4501c7] testing::TestSuite::Run() 15: [0x462ce7] testing::internal::UnitTestImpl::RunAllTests() 15: [0x486343] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x45158e] testing::UnitTest::Run() 15: [0x43af75] main 15: [0x7fb0cc187083] __libc_start_main 15: [0x43ae6e] _start 15: 15: Top of f3 15: Top of f3 15: Top of f3 15: Top of f3 15: Top of f3 15: Top of f1 15: Top of f0 15: Top of f0 15: StackTrace f3(std::cout, 4) returned: 110 15: test_f3: 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d5a53] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44103c] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x441832] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x43e1cd] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x14e) [0x43bc0e] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x483503] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44cb4f] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44ee9f] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4501c7] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462ce7] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x486343] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45158e] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43af75] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fb0cc187083] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x43ae6e] 15: 15: demangled test_f3: 15: [0x4d5a53] Kokkos::Impl::save_stacktrace() 15: [0x44103c] Test::stacktrace_test_f1(std::ostream&) 15: [0x441832] Test::stacktrace_test_f3(std::ostream&, int) 15: [0x43e1cd] Test::test_stacktrace(bool, bool) 15: [0x43bc0e] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 15: [0x483503] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44cb4f] testing::Test::Run() 15: [0x44ee9f] testing::TestInfo::Run() 15: [0x4501c7] testing::TestSuite::Run() 15: [0x462ce7] testing::internal::UnitTestImpl::RunAllTests() 15: [0x486343] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x45158e] testing::UnitTest::Run() 15: [0x43af75] main 15: [0x7fb0cc187083] __libc_start_main 15: [0x43ae6e] _start 15: 15: Test setting std::terminate handler that prints the last saved stack trace 15: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (278 ms) 15: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 15: 15: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 15: Top of f1 15: Top of f0 15: Top of f0 15: test_f1: 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d5a53] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44103c] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x43d266] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x14b) [0x43bf8b] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x483503] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44cb4f] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44ee9f] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4501c7] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462ce7] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x486343] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45158e] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43af75] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fb0cc187083] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x43ae6e] 15: 15: demangled test_f1: 15: [0x4d5a53] Kokkos::Impl::save_stacktrace() 15: [0x44103c] Test::stacktrace_test_f1(std::ostream&) 15: [0x43d266] Test::test_stacktrace(bool, bool) 15: [0x43bf8b] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 15: [0x483503] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44cb4f] testing::Test::Run() 15: [0x44ee9f] testing::TestInfo::Run() 15: [0x4501c7] testing::TestSuite::Run() 15: [0x462ce7] testing::internal::UnitTestImpl::RunAllTests() 15: [0x486343] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x45158e] testing::UnitTest::Run() 15: [0x43af75] main 15: [0x7fb0cc187083] __libc_start_main 15: [0x43ae6e] _start 15: 15: Top of f3 15: Top of f3 15: Top of f3 15: Top of f3 15: Top of f3 15: Top of f1 15: Top of f0 15: Top of f0 15: StackTrace f3(std::cout, 4) returned: 110 15: test_f3: 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d5a53] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44103c] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x441832] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x43e1cd] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x14b) [0x43bf8b] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x483503] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44cb4f] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44ee9f] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4501c7] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462ce7] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x486343] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45158e] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43af75] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fb0cc187083] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x43ae6e] 15: 15: demangled test_f3: 15: [0x4d5a53] Kokkos::Impl::save_stacktrace() 15: [0x44103c] Test::stacktrace_test_f1(std::ostream&) 15: [0x441832] Test::stacktrace_test_f3(std::ostream&, int) 15: [0x43e1cd] Test::test_stacktrace(bool, bool) 15: [0x43bf8b] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 15: [0x483503] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44cb4f] testing::Test::Run() 15: [0x44ee9f] testing::TestInfo::Run() 15: [0x4501c7] testing::TestSuite::Run() 15: [0x462ce7] testing::internal::UnitTestImpl::RunAllTests() 15: [0x486343] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x45158e] testing::UnitTest::Run() 15: [0x43af75] main 15: [0x7fb0cc187083] __libc_start_main 15: [0x43ae6e] _start 15: 15: Test setting std::terminate handler that prints the last saved stack trace 15: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (219 ms) 15: [----------] 2 tests from defaultdevicetype_DeathTest (498 ms total) 15: 15: [----------] 1 test from defaultdevicetype 15: [ RUN ] defaultdevicetype.stacktrace_normal 15: Top of f1 15: Top of f0 15: Top of f0 15: test_f1: 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d5a53] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44103c] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x43d266] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x483503] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44cb4f] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44ee9f] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4501c7] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462ce7] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x486343] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45158e] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43af75] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fb0cc187083] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x43ae6e] 15: 15: demangled test_f1: 15: [0x4d5a53] Kokkos::Impl::save_stacktrace() 15: [0x44103c] Test::stacktrace_test_f1(std::ostream&) 15: [0x43d266] Test::test_stacktrace(bool, bool) 15: [0x483503] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44cb4f] testing::Test::Run() 15: [0x44ee9f] testing::TestInfo::Run() 15: [0x4501c7] testing::TestSuite::Run() 15: [0x462ce7] testing::internal::UnitTestImpl::RunAllTests() 15: [0x486343] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x45158e] testing::UnitTest::Run() 15: [0x43af75] main 15: [0x7fb0cc187083] __libc_start_main 15: [0x43ae6e] _start 15: 15: Top of f3 15: Top of f3 15: Top of f3 15: Top of f3 15: Top of f3 15: Top of f1 15: Top of f0 15: Top of f0 15: StackTrace f3(std::cout, 4) returned: 110 15: test_f3: 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d5a53] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44103c] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x441832] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x43e1cd] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x483503] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44cb4f] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44ee9f] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4501c7] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462ce7] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x486343] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45158e] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43af75] 15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fb0cc187083] 15: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x43ae6e] 15: 15: demangled test_f3: 15: [0x4d5a53] Kokkos::Impl::save_stacktrace() 15: [0x44103c] Test::stacktrace_test_f1(std::ostream&) 15: [0x441832] Test::stacktrace_test_f3(std::ostream&, int) 15: [0x43e1cd] Test::test_stacktrace(bool, bool) 15: [0x483503] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 15: [0x44cb4f] testing::Test::Run() 15: [0x44ee9f] testing::TestInfo::Run() 15: [0x4501c7] testing::TestSuite::Run() 15: [0x462ce7] testing::internal::UnitTestImpl::RunAllTests() 15: [0x486343] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 15: [0x45158e] testing::UnitTest::Run() 15: [0x43af75] main 15: [0x7fb0cc187083] __libc_start_main 15: [0x43ae6e] _start 15: 15: Test setting std::terminate handler that prints the last saved stack trace 15: [ OK ] defaultdevicetype.stacktrace_normal (0 ms) 15: [----------] 1 test from defaultdevicetype (0 ms total) 15: 15: [----------] Global test environment tear-down 15: [==========] 3 tests from 2 test suites ran. (499 ms total) 15: [ PASSED ] 3 tests. 15/20 Test #15: Kokkos_CoreUnitTest_StackTraceTest .......... Passed 1.18 sec test 16 Start 16: Kokkos_IncrementalTest_OPENACC 16: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_IncrementalTest_OPENACC 16: Test timeout computed to be: 1500 16: [==========] Running 28 tests from 1 test suite. 16: [----------] Global test environment set-up. 16: [----------] 28 tests from OPENACC 16: [ RUN ] OPENACC.IncrTest_01_execspace_typedef 16: [ OK ] OPENACC.IncrTest_01_execspace_typedef (0 ms) 16: [ RUN ] OPENACC.IncrTest_01_execspace 16: Device Execution Space: 16: KOKKOS_ENABLE_OPENACC: yes 16: OpenACC Options: 16: KOKKOS_ENABLE_OPENACC_COLLAPSE_HIERARCHICAL_CONSTRUCTS: yes 16: Using OpenACC 16: OpenACC 16: [ OK ] OPENACC.IncrTest_01_execspace (0 ms) 16: [ RUN ] OPENACC.IncrTest_02_AtomicExchange 16: [ OK ] OPENACC.IncrTest_02_AtomicExchange (0 ms) 16: [ RUN ] OPENACC.IncrTest_02_AtomicAdd 16: [ OK ] OPENACC.IncrTest_02_AtomicAdd (0 ms) 16: [ RUN ] OPENACC.IncrTest_02_AtomicSub 16: [ OK ] OPENACC.IncrTest_02_AtomicSub (0 ms) 16: [ RUN ] OPENACC.IncrTest_03a_memspace_malloc 16: [ OK ] OPENACC.IncrTest_03a_memspace_malloc (43 ms) 16: [ RUN ] OPENACC.IncrTest_03b_memspace_free [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.cpp.o [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B 16: [ OK ] OPENACC.IncrTest_03b_memspace_free (2300 ms) 16: [ RUN ] OPENACC.IncrTest_04_simple_parallelFor 16: [ OK ] OPENACC.IncrTest_04_simple_parallelFor (0 ms) 16: [ RUN ] OPENACC.IncrTest_04_RangePolicy_parallelFor 16: [ OK ] OPENACC.IncrTest_04_RangePolicy_parallelFor (0 ms) 16: [ RUN ] OPENACC.IncrTest_05_reduction 16: [ OK ] OPENACC.IncrTest_05_reduction (7 ms) 16: [ RUN ] OPENACC.IncrTest_06_mdrange2D 16: [ OK ] OPENACC.IncrTest_06_mdrange2D (0 ms) 16: [ RUN ] OPENACC.IncrTest_06_mdrange3D 16: [ OK ] OPENACC.IncrTest_06_mdrange3D (0 ms) 16: [ RUN ] OPENACC.IncrTest_06_mdrange4D 16: [ OK ] OPENACC.IncrTest_06_mdrange4D (0 ms) 16: [ RUN ] OPENACC.IncrTest_08_deep_copy_2D 16: [ OK ] OPENACC.IncrTest_08_deep_copy_2D (0 ms) 16: [ RUN ] OPENACC.IncrTest_08_deep_copy_3D 16: [ OK ] OPENACC.IncrTest_08_deep_copy_3D (0 ms) 16: [ RUN ] OPENACC.IncrTest_08_deep_copy_4D 16: [ OK ] OPENACC.IncrTest_08_deep_copy_4D (0 ms) 16: [ RUN ] OPENACC.IncrTest_10_Hierarchical_Basics 16: [ OK ] OPENACC.IncrTest_10_Hierarchical_Basics (0 ms) 16: [ RUN ] OPENACC.IncrTest_11a_Hierarchical_ForLoop 16: [ OK ] OPENACC.IncrTest_11a_Hierarchical_ForLoop (0 ms) 16: [ RUN ] OPENACC.IncrTest_11b_Hierarchical_ForLoop 16: [ OK ] OPENACC.IncrTest_11b_Hierarchical_ForLoop (4 ms) 16: [ RUN ] OPENACC.IncrTest_11c_Hierarchical_ForLoop [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [100%] Linking CXX executable Kokkos_stream 16: [ OK ] OPENACC.IncrTest_11c_Hierarchical_ForLoop (356 ms) 16: [ RUN ] OPENACC.IncrTest_12a_ThreadScratch 16: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/incremental/Test12a_ThreadScratch.hpp:102: Skipped 16: skipping since scratch memory is not yet implemented in the OpenACC backend 16: [ SKIPPED ] OPENACC.IncrTest_12a_ThreadScratch (0 ms) 16: [ RUN ] OPENACC.IncrTest_12b_TeamScratch 16: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/incremental/Test12b_TeamScratch.hpp:92: Skipped 16: skipping since scratch memory is not yet implemented in the OpenACC backend 16: [ SKIPPED ] OPENACC.IncrTest_12b_TeamScratch (0 ms) 16: [ RUN ] OPENACC.IncrTest_13a_Hierarchical_Red 16: [ OK ] OPENACC.IncrTest_13a_Hierarchical_Red (0 ms) 16: [ RUN ] OPENACC.IncrTest_13b_Hierarchical_Red 16: [ OK ] OPENACC.IncrTest_13b_Hierarchical_Red (0 ms) 16: [ RUN ] OPENACC.IncrTest_13c_Hierarchical_Red 16: [ OK ] OPENACC.IncrTest_13c_Hierarchical_Red (0 ms) 16: [ RUN ] OPENACC.incr_14_MDrangeReduce 16: [ OK ] OPENACC.incr_14_MDrangeReduce (0 ms) 16: [ RUN ] OPENACC.IncrTest_16_parallelscan 16: [ OK ] OPENACC.IncrTest_16_parallelscan (2 ms) 16: [ RUN ] OPENACC.incr_17_atomicView 16: [ OK ] OPENACC.incr_17_atomicView (0 ms) 16: [----------] 28 tests from OPENACC (2722 ms total) 16: 16: [----------] Global test environment tear-down 16: [==========] 28 tests from 1 test suite ran. (2722 ms total) 16: [ PASSED ] 26 tests. 16: [ SKIPPED ] 2 tests, listed below: 16: [ SKIPPED ] OPENACC.IncrTest_12a_ThreadScratch 16: [ SKIPPED ] OPENACC.IncrTest_12b_TeamScratch Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o 16/20 Test #16: Kokkos_IncrementalTest_OPENACC .............. Passed 3.50 sec test 17 Start 17: Kokkos_IncrementalTest_SERIAL 17: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 17: Test timeout computed to be: 1500 17: [==========] Running 28 tests from 1 test suite. 17: [----------] Global test environment set-up. 17: [----------] 28 tests from SERIAL 17: [ RUN ] SERIAL.IncrTest_01_execspace_typedef 17: [ OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms) 17: [ RUN ] SERIAL.IncrTest_01_execspace 17: Host Serial Execution Space: 17: KOKKOS_ENABLE_SERIAL: yes 17: 17: Serial Runtime Configuration: 17: Serial 17: [ OK ] SERIAL.IncrTest_01_execspace (0 ms) 17: [ RUN ] SERIAL.IncrTest_02_AtomicExchange 17: [ OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms) 17: [ RUN ] SERIAL.IncrTest_02_AtomicAdd 17: [ OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms) 17: [ RUN ] SERIAL.IncrTest_02_AtomicSub 17: [ OK ] SERIAL.IncrTest_02_AtomicSub (0 ms) 17: [ RUN ] SERIAL.IncrTest_03a_memspace_malloc 17: [ OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms) 17: [ RUN ] SERIAL.IncrTest_03b_memspace_free 17: [ OK ] SERIAL.IncrTest_03b_memspace_free (152 ms) 17: [ RUN ] SERIAL.IncrTest_04_simple_parallelFor 17: [ OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms) 17: [ RUN ] SERIAL.IncrTest_04_RangePolicy_parallelFor 17: [ OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms) 17: [ RUN ] SERIAL.IncrTest_05_reduction 17: [ OK ] SERIAL.IncrTest_05_reduction (0 ms) 17: [ RUN ] SERIAL.IncrTest_06_mdrange2D 17: [ OK ] SERIAL.IncrTest_06_mdrange2D (0 ms) 17: [ RUN ] SERIAL.IncrTest_06_mdrange3D 17: [ OK ] SERIAL.IncrTest_06_mdrange3D (0 ms) 17: [ RUN ] SERIAL.IncrTest_06_mdrange4D 17: [ OK ] SERIAL.IncrTest_06_mdrange4D (0 ms) 17: [ RUN ] SERIAL.IncrTest_08_deep_copy_2D 17: [ OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms) 17: [ RUN ] SERIAL.IncrTest_08_deep_copy_3D 17: [ OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms) 17: [ RUN ] SERIAL.IncrTest_08_deep_copy_4D 17: [ OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms) 17: [ RUN ] SERIAL.IncrTest_10_Hierarchical_Basics 17: [ OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms) 17: [ RUN ] SERIAL.IncrTest_11a_Hierarchical_ForLoop 17: [ OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 17: [ RUN ] SERIAL.IncrTest_11b_Hierarchical_ForLoop 17: [ OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 17: [ RUN ] SERIAL.IncrTest_11c_Hierarchical_ForLoop 17: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (206 ms) 17: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 17: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/incremental/Test12a_ThreadScratch.hpp:102: Skipped 17: skipping since scratch memory is not yet implemented in the OpenACC backend 17: [ SKIPPED ] SERIAL.IncrTest_12a_ThreadScratch (0 ms) 17: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 17: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/incremental/Test12b_TeamScratch.hpp:92: Skipped 17: skipping since scratch memory is not yet implemented in the OpenACC backend 17: [ SKIPPED ] SERIAL.IncrTest_12b_TeamScratch (0 ms) 17: [ RUN ] SERIAL.IncrTest_13a_Hierarchical_Red 17: [ OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms) 17: [ RUN ] SERIAL.IncrTest_13b_Hierarchical_Red 17: [ OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms) 17: [ RUN ] SERIAL.IncrTest_13c_Hierarchical_Red 17: [ OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms) 17: [ RUN ] SERIAL.incr_14_MDrangeReduce 17: [ OK ] SERIAL.incr_14_MDrangeReduce (0 ms) 17: [ RUN ] SERIAL.IncrTest_16_parallelscan 17: [ OK ] SERIAL.IncrTest_16_parallelscan (0 ms) 17: [ RUN ] SERIAL.incr_17_atomicView 17: [ OK ] SERIAL.incr_17_atomicView (0 ms) 17: [----------] 28 tests from SERIAL (361 ms total) 17: 17: [----------] Global test environment tear-down 17: [==========] 28 tests from 1 test suite ran. (361 ms total) 17: [ PASSED ] 26 tests. 17: [ SKIPPED ] 2 tests, listed below: 17: [ SKIPPED ] SERIAL.IncrTest_12a_ThreadScratch 17: [ SKIPPED ] SERIAL.IncrTest_12b_TeamScratch [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o 17/20 Test #17: Kokkos_IncrementalTest_SERIAL ............... Passed 1.04 sec test 18 Start 18: Kokkos_CoreUnitTest_CTestDevice 18: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 18: Test timeout computed to be: 1500 18: [==========] Running 8 tests from 1 test suite. 18: [----------] Global test environment set-up. 18: [----------] 8 tests from ctest_environment 18: [ RUN ] ctest_environment.no_device_type 18: [ OK ] ctest_environment.no_device_type (0 ms) 18: [ RUN ] ctest_environment.no_process_count 18: [ OK ] ctest_environment.no_process_count (0 ms) 18: [ RUN ] ctest_environment.invalid_rank 18: [ OK ] ctest_environment.invalid_rank (0 ms) 18: [ RUN ] ctest_environment.no_type_str 18: [ OK ] ctest_environment.no_type_str (0 ms) 18: [ RUN ] ctest_environment.missing_type 18: [ OK ] ctest_environment.missing_type (0 ms) 18: [ RUN ] ctest_environment.no_id_str 18: [ OK ] ctest_environment.no_id_str (0 ms) 18: [ RUN ] ctest_environment.invalid_id_str 18: [ OK ] ctest_environment.invalid_id_str (0 ms) 18: [ RUN ] ctest_environment.good 18: [ OK ] ctest_environment.good (0 ms) 18: [----------] 8 tests from ctest_environment (0 ms total) 18: 18: [----------] Global test environment tear-down 18: [==========] 8 tests from 1 test suite ran. (0 ms total) 18: [ PASSED ] 8 tests. 18/20 Test #18: Kokkos_CoreUnitTest_CTestDevice ............. Passed 0.01 sec test 19 Start 19: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 19: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 19: Test timeout computed to be: 1500 19/20 Test #19: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ... Passed 0.01 sec test 20 Start 20: Kokkos_UnitTest_SIMD 20: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/simd/unit_tests/Kokkos_UnitTest_SIMD 20: Test timeout computed to be: 1500 [100%] Built target Kokkos_stream [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions_DeviceView.cpp.o 20: [==========] Running 16 tests from 1 test suite. 20: [----------] Global test environment set-up. 20: [----------] 16 tests from simd 20: [ RUN ] simd.host_math_ops 20: [ OK ] simd.host_math_ops (0 ms) 20: [ RUN ] simd.device_math_ops 20: [ OK ] simd.device_math_ops (38 ms) 20: [ RUN ] simd.host_mask_ops 20: [ OK ] simd.host_mask_ops (0 ms) 20: [ RUN ] simd.device_mask_ops 20: [ OK ] simd.device_mask_ops (1 ms) 20: [ RUN ] simd.host_conversions 20: [ OK ] simd.host_conversions (0 ms) 20: [ RUN ] simd.device_conversions 20: [ OK ] simd.device_conversions (0 ms) 20: [ RUN ] simd.host_shift_ops 20: [ OK ] simd.host_shift_ops (0 ms) 20: [ RUN ] simd.device_shift_ops 20: [ OK ] simd.device_shift_ops (0 ms) 20: [ RUN ] simd.host_condition 20: [ OK ] simd.host_condition (0 ms) 20: [ RUN ] simd.device_condition 20: [ OK ] simd.device_condition (0 ms) 20: [ RUN ] simd.host_gen_ctors 20: [ OK ] simd.host_gen_ctors (0 ms) 20: [ RUN ] simd.device_gen_ctors 20: [ OK ] simd.device_gen_ctors (0 ms) 20: [ RUN ] simd.host_where_expressions 20: [ OK ] simd.host_where_expressions (0 ms) 20: [ RUN ] simd.device_where_expressions 20: [ OK ] simd.device_where_expressions (1 ms) 20: [ RUN ] simd.host_reductions 20: [ OK ] simd.host_reductions (0 ms) 20: [ RUN ] simd.device_reductions 20: [ OK ] simd.device_reductions (0 ms) 20: [----------] 16 tests from simd (41 ms total) 20: 20: [----------] Global test environment tear-down 20: [==========] 16 tests from 1 test suite ran. (41 ms total) 20: [ PASSED ] 16 tests. 20/20 Test #20: Kokkos_UnitTest_SIMD ........................ Passed 0.74 sec 100% tests passed, 0 tests failed out of 20 Total Test time (real) = 135.85 sec [Pipeline] } [Pipeline] // withEnv [Pipeline] } $ docker stop --time=1 888e5c97ce15ff5361e829f46583910002f4b87a5b836196ad7dfe311293e186 /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestStackTrace_f1.cpp [100%] Linking CXX executable Kokkos_UnitTest_SIMD [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [100%] Linking CXX executable Kokkos_launch_latency [ 65%] Linking CXX executable Kokkos_PerformanceTest_TaskDag [100%] Built target Kokkos_UnitTest_SIMD [100%] Built target Kokkos_launch_latency /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestStackTrace_f2.cpp $ docker rm -f --volumes 888e5c97ce15ff5361e829f46583910002f4b87a5b836196ad7dfe311293e186 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 65%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o [ 65%] Built target Kokkos_PerformanceTest_TaskDag [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o [ 65%] Built target Kokkos_PerformanceTest_SharedSpace [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o [100%] Linking CXX executable Kokkos_gather [100%] Built target Kokkos_gather [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedAlloc.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Swap.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestStackTrace_f3.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestStackTrace_f4.cpp [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamBasic.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o ar cr libkokkos.a Kokkos_CPUDiscovery.o Kokkos_Error.o Kokkos_Profiling.o Kokkos_MemoryPool.o Kokkos_hwloc.o Kokkos_HostSpace.o Kokkos_HostThreadTeam.o Kokkos_Stacktrace.o Kokkos_ExecPolicy.o Kokkos_HostSpace_deepcopy.o Kokkos_SharedAlloc.o Kokkos_Command_Line_Parsing.o Kokkos_Core.o Kokkos_Abort.o Kokkos_HostBarrier.o Kokkos_UnorderedMap_impl.o Kokkos_Cuda_Task.o Kokkos_Cuda_Instance.o Kokkos_CudaSpace.o Lock_Array_CUDA.o Kokkos_Serial.o Kokkos_Serial_Task.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamCombinedReducers.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamMDRange.cpp.o ranlib libkokkos.a /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper UnitTestMainInit.o gtest-all.o TestCuda_Init.o TestCuda_SharedAlloc.o TestCudaUVM_SharedAlloc.o TestCudaHostPinned_SharedAlloc.o TestCuda_RangePolicy.o TestCuda_RangePolicyRequire.o TestCuda_ViewAPI_a.o TestCuda_ViewAPI_b.o TestCuda_ViewAPI_c.o TestCuda_ViewAPI_d.o TestCuda_ViewAPI_e.o TestCuda_ViewCopy_a.o TestCuda_ViewCopy_b.o TestCuda_DeepCopyAlignment.o TestCuda_ViewMapping_a.o TestCuda_ViewMapping_b.o TestCuda_ViewMapping_subview.o TestCuda_ViewResize.o TestCuda_ViewLayoutStrideAssignment.o TestCudaUVM_ViewAPI_a.o TestCudaUVM_ViewAPI_b.o TestCudaUVM_ViewAPI_c.o TestCudaUVM_ViewAPI_d.o TestCudaUVM_ViewAPI_e.o TestCudaUVM_ViewCopy_a.o TestCudaUVM_ViewCopy_b.o TestCudaUVM_ViewMapping_a.o TestCudaUVM_ViewMapping_b.o TestCudaUVM_ViewMapping_subview.o TestCudaHostPinned_ViewAPI_a.o TestCudaHostPinned_ViewAPI_b.o TestCudaHostPinned_ViewAPI_c.o TestCudaHostPinned_ViewAPI_d.o TestCudaHostPinned_ViewAPI_e.o TestCudaHostPinned_ViewCopy_a.o TestCudaHostPinned_ViewCopy_b.o TestCudaHostPinned_ViewMapping_a.o TestCudaHostPinned_ViewMapping_b.o TestCudaHostPinned_ViewMapping_subview.o TestCuda_View_64bit.o TestCuda_ViewOfClass.o TestCuda_SubView_a.o TestCuda_SubView_b.o TestCuda_SubView_c01.o TestCuda_SubView_c02.o TestCuda_SubView_c03.o TestCuda_SubView_c04.o TestCuda_SubView_c05.o TestCuda_SubView_c06.o TestCuda_SubView_c07.o TestCuda_SubView_c08.o TestCuda_SubView_c09.o TestCuda_SubView_c10.o TestCuda_SubView_c11.o TestCuda_SubView_c12.o TestCuda_SubView_c13.o TestCuda_Reductions.o TestCuda_ParallelScanRangePolicy.o TestCuda_Reductions_DeviceView.o TestCuda_Reducers_a.o TestCuda_Reducers_b.o TestCuda_Reducers_c.o TestCuda_Reducers_d.o TestCuda_Reducers_e.o TestCuda_Complex.o TestCuda_AtomicOperations_int.o TestCuda_AtomicOperations_unsignedint.o TestCuda_AtomicOperations_longint.o TestCuda_AtomicOperations_unsignedlongint.o TestCuda_AtomicOperations_longlongint.o TestCuda_AtomicOperations_double.o TestCuda_AtomicOperations_float.o TestCuda_AtomicOperations_complexfloat.o TestCuda_AtomicOperations_complexdouble.o TestCuda_AtomicViews.o TestCuda_Atomics.o TestCuda_TeamBasic.o TestCuda_TeamScratch.o TestCuda_TeamReductionScan.o TestCuda_TeamTeamSize.o TestCuda_TeamVectorRange.o TestCuda_Other.o TestCuda_MDRange_a.o TestCuda_MDRange_b.o TestCuda_MDRange_c.o TestCuda_MDRange_d.o TestCuda_MDRange_e.o TestCuda_Crs.o TestCuda_Task.o TestCuda_WorkGraph.o TestCuda_Spaces.o TestCuda_UniqueToken.o TestCuda_LocalDeepCopy.o TestCuda_DebugSerialExecution.o TestCuda_DebugPinUVMSpace.o TestCuda_TeamScratchStreams.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test -L/usr/local/cuda/lib64 -lpthread -o KokkosCore_UnitTest_Cuda [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H + ctest --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-6905/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: Kokkos_CoreUnitTest_Serial1 1: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 1: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test 1: Test timeout computed to be: 1500 1: [==========] Running 200 tests from 2 test suites. 1: [----------] Global test environment set-up. 1: [----------] 5 tests from serial_DeathTest 1: [ RUN ] serial_DeathTest.abort_from_host 1: [ OK ] serial_DeathTest.abort_from_host (161 ms) 1: [ RUN ] serial_DeathTest.abort_from_device 1: [ OK ] serial_DeathTest.abort_from_device (161 ms) 1: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o 1: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (151 ms) 1: [ RUN ] serial_DeathTest.range_policy_invalid_bounds 1: [ OK ] serial_DeathTest.range_policy_invalid_bounds (6 ms) 1: [ RUN ] serial_DeathTest.range_policy_implicitly_converted_bounds 1: [ OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (6 ms) 1: [----------] 5 tests from serial_DeathTest (487 ms total) 1: 1: [----------] 195 tests from serial 1: [ RUN ] serial.array_capacity 1: [ OK ] serial.array_capacity (0 ms) 1: [ RUN ] serial.array_element_access 1: [ OK ] serial.array_element_access (0 ms) 1: [ RUN ] serial.array_zero_capacity 1: [ OK ] serial.array_zero_capacity (0 ms) 1: [ RUN ] serial.array_zero_data_nullptr 1: [ OK ] serial.array_zero_data_nullptr (0 ms) 1: [ RUN ] serial.array_contiguous_capacity 1: [ OK ] serial.array_contiguous_capacity (0 ms) 1: [ RUN ] serial.array_contiguous_element_access 1: [ OK ] serial.array_contiguous_element_access (0 ms) 1: [ RUN ] serial.array_contiguous_assignment 1: [ OK ] serial.array_contiguous_assignment (0 ms) 1: [ RUN ] serial.array_strided_capacity 1: [ OK ] serial.array_strided_capacity (0 ms) 1: [ RUN ] serial.array_strided_element_access 1: [ OK ] serial.array_strided_element_access (0 ms) 1: [ RUN ] serial.array_strided_assignment 1: [ OK ] serial.array_strided_assignment (0 ms) 1: [ RUN ] serial.atomic_operations_complexdouble 1: [ OK ] serial.atomic_operations_complexdouble (0 ms) 1: [ RUN ] serial.atomic_operations_complexfloat 1: [ OK ] serial.atomic_operations_complexfloat (0 ms) 1: [ RUN ] serial.atomic_operations_double 1: [ OK ] serial.atomic_operations_double (0 ms) 1: [ RUN ] serial.atomic_operations_float 1: [ OK ] serial.atomic_operations_float (0 ms) 1: [ RUN ] serial.atomic_operations_int 1: [ OK ] serial.atomic_operations_int (0 ms) 1: [ RUN ] serial.atomic_operations_long 1: [ OK ] serial.atomic_operations_long (0 ms) 1: [ RUN ] serial.atomic_operations_longlong 1: [ OK ] serial.atomic_operations_longlong (0 ms) 1: [ RUN ] serial.atomic_shared 1: [ OK ] serial.atomic_shared (0 ms) 1: [ RUN ] serial.atomic_operations_unsigned 1: [ OK ] serial.atomic_operations_unsigned (0 ms) 1: [ RUN ] serial.atomic_operations_unsignedlong 1: [ OK ] serial.atomic_operations_unsignedlong (0 ms) 1: [ RUN ] serial.atomics 1: [ OK ] serial.atomics (3 ms) 1: [ RUN ] serial.atomics_tpetra_max_abs 1: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 1: [ RUN ] serial.atomic_views_integral 1: [ OK ] serial.atomic_views_integral (75 ms) 1: [ RUN ] serial.atomic_views_nonintegral 1: [ OK ] serial.atomic_views_nonintegral (43 ms) 1: [ RUN ] serial.atomic_view_api 1: [ OK ] serial.atomic_view_api (0 ms) 1: [ RUN ] serial.bit_manip_countl_zero 1: [ OK ] serial.bit_manip_countl_zero (0 ms) 1: [ RUN ] serial.bit_manip_countl_one 1: [ OK ] serial.bit_manip_countl_one (0 ms) 1: [ RUN ] serial.bit_manip_countr_zero 1: [ OK ] serial.bit_manip_countr_zero (0 ms) 1: [ RUN ] serial.bit_manip_countr_one 1: [ OK ] serial.bit_manip_countr_one (0 ms) 1: [ RUN ] serial.bit_manip_popcount 1: [ OK ] serial.bit_manip_popcount (0 ms) 1: [ RUN ] serial.bit_manip_has_single_bit 1: [ OK ] serial.bit_manip_has_single_bit (0 ms) 1: [ RUN ] serial.bit_manip_bit_floor 1: [ OK ] serial.bit_manip_bit_floor (0 ms) 1: [ RUN ] serial.bit_manip_bit_ceil 1: [ OK ] serial.bit_manip_bit_ceil (0 ms) 1: [ RUN ] serial.bit_manip_bit_width 1: [ OK ] serial.bit_manip_bit_width (0 ms) 1: [ RUN ] serial.bit_manip_rotl 1: [ OK ] serial.bit_manip_rotl (0 ms) 1: [ RUN ] serial.bit_manip_rotr 1: [ OK ] serial.bit_manip_rotr (0 ms) 1: [ RUN ] serial.bit_manip_byeswap 1: [ OK ] serial.bit_manip_byeswap (0 ms) 1: [ RUN ] serial.bit_manip_bit_cast 1: [ OK ] serial.bit_manip_bit_cast (0 ms) 1: [ RUN ] serial.test_block_deduction_bug_pr_3103 1: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 1: [ RUN ] serial.checked_integer_operations_multiply_overflow 1: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 1: [ RUN ] serial.execution_policy_occupancy_and_hint 1: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 1: [ RUN ] serial.complex_construction 1: [ OK ] serial.complex_construction (0 ms) 1: [ RUN ] serial.complex_basic_math 1: [ OK ] serial.complex_basic_math (0 ms) 1: [ RUN ] serial.complex_special_funtions 1: [ OK ] serial.complex_special_funtions (0 ms) 1: [ RUN ] serial.complex_io 1: [ OK ] serial.complex_io (0 ms) 1: [ RUN ] serial.complex_trivially_copyable 1: [ OK ] serial.complex_trivially_copyable (0 ms) 1: [ RUN ] serial.complex_issue_3865 1: [ OK ] serial.complex_issue_3865 (0 ms) 1: [ RUN ] serial.complex_issue_3867 1: [ OK ] serial.complex_issue_3867 (0 ms) 1: [ RUN ] serial.complex_operations_arithmetic_types_overloads 1: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 1: [ RUN ] serial.crs_count_fill 1: [ OK ] serial.crs_count_fill (0 ms) 1: [ RUN ] serial.crs_copy_constructor 1: [ OK ] serial.crs_copy_constructor (1 ms) 1: [ RUN ] serial.deep_copy_alignment 1: [ OK ] serial.deep_copy_alignment (3 ms) 1: [ RUN ] serial.deep_copy_conversion 1: [ OK ] serial.deep_copy_conversion (29 ms) 1: [ RUN ] serial.partitioning_by_args 1: [ OK ] serial.partitioning_by_args (0 ms) 1: [ RUN ] serial.partitioning_by_vector 1: [ OK ] serial.partitioning_by_vector (0 ms) 1: [ RUN ] serial.functor_analysis 1: [ OK ] serial.functor_analysis (0 ms) 1: [ RUN ] serial.host_shared_ptr_use_count 1: [ OK ] serial.host_shared_ptr_use_count (0 ms) 1: [ RUN ] serial.host_shared_ptr_get 1: [ OK ] serial.host_shared_ptr_get (0 ms) 1: [ RUN ] serial.host_shared_ptr_dereference_on_device 1: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 1: [ RUN ] serial.init 1: [ OK ] serial.init (0 ms) 1: [ RUN ] serial.dispatch 1: [ OK ] serial.dispatch (1 ms) 1: [ RUN ] serial.join_backward_compatibility 1: [ OK ] serial.join_backward_compatibility (0 ms) 1: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 65%] Linking CXX executable Kokkos_PerformanceTest_Mempool [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o 1: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (2875 ms) 1: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft [ 65%] Built target Kokkos_PerformanceTest_Mempool [ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper UnitTestMain.o gtest-all.o TestCuda_InterOp_Init.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test -L/usr/local/cuda/lib64 -lpthread -o KokkosCore_UnitTest_CudaInterOpInit [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper UnitTestMain.o gtest-all.o TestCuda_InterOp_Streams.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test -L/usr/local/cuda/lib64 -lpthread -o KokkosCore_UnitTest_CudaInterOpStreams /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper UnitTestMainInit.o gtest-all.o TestSerial_Init.o TestSerial_SharedAlloc.o TestSerial_RangePolicy.o TestSerial_RangePolicyRequire.o TestSerial_View_64bit.o TestSerial_ViewAPI_a.o TestSerial_ViewAPI_b.o TestSerial_ViewAPI_c.o TestSerial_ViewAPI_d.o TestSerial_ViewAPI_e.o TestSerial_DeepCopyAlignment.o TestSerial_ViewCopy_a.o TestSerial_ViewCopy_b.o TestSerial_ViewMapping_a.o TestSerial_ViewMapping_b.o TestSerial_ViewMapping_subview.o TestSerial_ViewResize.o TestSerial_ViewLayoutStrideAssignment.o TestSerial_ViewOfClass.o TestSerial_SubView_a.o TestSerial_SubView_b.o TestSerial_SubView_c01.o TestSerial_SubView_c02.o TestSerial_SubView_c03.o TestSerial_SubView_c04.o TestSerial_SubView_c05.o TestSerial_SubView_c06.o TestSerial_SubView_c07.o TestSerial_SubView_c08.o TestSerial_SubView_c09.o TestSerial_SubView_c10.o TestSerial_SubView_c11.o TestSerial_SubView_c12.o TestSerial_SubView_c13.o TestSerial_Reductions.o TestSerial_ParallelScanRangePolicy.o TestSerial_Reductions_DeviceView.o TestSerial_Reducers_a.o TestSerial_Reducers_b.o TestSerial_Reducers_c.o TestSerial_Reducers_d.o TestSerial_Reducers_e.o TestSerial_Complex.o TestSerial_AtomicOperations_int.o TestSerial_AtomicOperations_unsignedint.o TestSerial_AtomicOperations_longint.o TestSerial_AtomicOperations_unsignedlongint.o TestSerial_AtomicOperations_longlongint.o TestSerial_AtomicOperations_double.o TestSerial_AtomicOperations_float.o TestSerial_AtomicOperations_complexfloat.o TestSerial_AtomicOperations_complexdouble.o TestSerial_AtomicViews.o TestSerial_Atomics.o TestSerial_TeamBasic.o TestSerial_TeamScratch.o TestSerial_TeamVectorRange.o TestSerial_TeamReductionScan.o TestSerial_TeamTeamSize.o TestSerial_Other.o TestSerial_MDRange_a.o TestSerial_MDRange_b.o TestSerial_MDRange_c.o TestSerial_MDRange_d.o TestSerial_MDRange_e.o TestSerial_Crs.o TestSerial_Task.o TestSerial_WorkGraph.o TestSerial_LocalDeepCopy.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test -L/usr/local/cuda/lib64 -lpthread -o KokkosCore_UnitTest_Serial /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper TestHWLOC.o UnitTestMain.o gtest-all.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test -L/usr/local/cuda/lib64 -lpthread -o KokkosCore_UnitTest_HWLOC 1: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (2752 ms) 1: [ RUN ] serial.local_deepcopy_teampolicy_layoutright 4: [ OK ] hip_DeathTest.view_memory_access_violations_from_host (87264 ms) 4: [ RUN ] hip_DeathTest.view_memory_access_violations_from_device 1: [ OK ] serial.local_deepcopy_teampolicy_layoutright (982 ms) 1: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright [ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o 1: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (999 ms) 1: [ RUN ] serial.deep_copy_scratch 1: [ OK ] serial.deep_copy_scratch (0 ms) 1: [ RUN ] serial.mathematical_constants_e 1: [ OK ] serial.mathematical_constants_e (0 ms) 1: [ RUN ] serial.mathematical_constants_log2e 1: [ OK ] serial.mathematical_constants_log2e (0 ms) 1: [ RUN ] serial.mathematical_constants_log10e 1: [ OK ] serial.mathematical_constants_log10e (0 ms) 1: [ RUN ] serial.mathematical_constants_pi 1: [ OK ] serial.mathematical_constants_pi (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_pi 1: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_sqrtpi 1: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 1: [ RUN ] serial.mathematical_constants_ln2 1: [ OK ] serial.mathematical_constants_ln2 (0 ms) 1: [ RUN ] serial.mathematical_constants_ln10 1: [ OK ] serial.mathematical_constants_ln10 (0 ms) 1: [ RUN ] serial.mathematical_constants_sqrt2 1: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 1: [ RUN ] serial.mathematical_constants_sqrt3 1: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_sqrt3 1: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 1: [ RUN ] serial.mathematical_constants_egamma 1: [ OK ] serial.mathematical_constants_egamma (0 ms) 1: [ RUN ] serial.mathematical_constants_phi 1: [ OK ] serial.mathematical_constants_phi (0 ms) 1: [ RUN ] serial.mathematical_functions_trigonometric_functions 1: [ OK ] serial.mathematical_functions_trigonometric_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_hyperbolic_functions 1: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_non_standard 1: [ OK ] serial.mathematical_functions_non_standard (0 ms) 1: [ RUN ] serial.mathematical_functions_power_functions 1: [ OK ] serial.mathematical_functions_power_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_fma 1: [ OK ] serial.mathematical_functions_fma (0 ms) 1: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 1: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 1: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 1: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 1: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_absolute_value 1: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 1: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 1: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 1: [ RUN ] serial.mathematical_functions_remainder_function 1: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 1: [ RUN ] serial.mathematical_functions_isfinite 1: [ OK ] serial.mathematical_functions_isfinite (0 ms) 1: [ RUN ] serial.mathematical_functions_isinf 1: [ OK ] serial.mathematical_functions_isinf (0 ms) 1: [ RUN ] serial.mathematical_functions_isnan 1: [ OK ] serial.mathematical_functions_isnan (0 ms) 1: [ RUN ] serial.mathematical_functions_exponential_functions 1: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 1: [ RUN ] serial.mathspecialfunc_expint1 1: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselj0y0 1: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselj1y1 1: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 1: [ RUN ] serial.mathspecialfunc_cbesseli0k0 1: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesseli1k1 1: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 1: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 1: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 1: [ RUN ] serial.mdrange_5d /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper UnitTestMainInit.o gtest-all.o TestDefaultDeviceType.o TestDefaultDeviceType_a1.o TestDefaultDeviceType_b1.o TestDefaultDeviceType_c1.o TestDefaultDeviceType_a2.o TestDefaultDeviceType_b2.o TestDefaultDeviceType_c2.o TestDefaultDeviceType_a3.o TestDefaultDeviceType_b3.o TestDefaultDeviceType_c3.o TestDefaultDeviceType_d.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test -L/usr/local/cuda/lib64 -lpthread -o KokkosCore_UnitTest_Default 1: [ OK ] serial.mdrange_5d (28 ms) 1: [ RUN ] serial.mdrange_6d 1: [ OK ] serial.mdrange_6d (16 ms) 1: [ RUN ] serial.mdrange_2d 1: [ OK ] serial.mdrange_2d (0 ms) 1: [ RUN ] serial.mdrange_3d 1: [ OK ] serial.mdrange_3d (4 ms) 1: [ RUN ] serial.mdrange_4d 1: [ OK ] serial.mdrange_4d (4 ms) 1: [ RUN ] serial.mdrange_large_deep_copy 1: [ OK ] serial.mdrange_large_deep_copy (731 ms) 1: [ RUN ] serial.md_range_policy_construction_from_arrays 1: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 1: [ RUN ] serial.mdrange_parallel_reduce_primitive_types 1: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestMDRangeReduce.hpp:50: Skipped 1: FIXME OPENMPTARGET Tests of MDRange reduce over values smaller than int would fail 1: [ SKIPPED ] serial.mdrange_parallel_reduce_primitive_types (0 ms) 1: [ RUN ] serial.mdspan_minimal_functional 1: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestMDSpan.hpp:57: Skipped 1: mdspan not enabled 1: [ SKIPPED ] serial.mdspan_minimal_functional (0 ms) 1: [ RUN ] serial.numeric_traits_infinity 1: [ OK ] serial.numeric_traits_infinity (0 ms) 1: [ RUN ] serial.numeric_traits_epsilon 1: [ OK ] serial.numeric_traits_epsilon (0 ms) 1: [ RUN ] serial.numeric_traits_round_error 1: [ OK ] serial.numeric_traits_round_error (0 ms) 1: [ RUN ] serial.numeric_traits_norm_min 1: [ OK ] serial.numeric_traits_norm_min (0 ms) 1: [ RUN ] serial.numeric_traits_denorm_min 1: [ OK ] serial.numeric_traits_denorm_min (0 ms) 1: [ RUN ] serial.numeric_traits_finite_min_max 1: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 1: [ RUN ] serial.numeric_traits_digits 1: [ OK ] serial.numeric_traits_digits (0 ms) 1: [ RUN ] serial.numeric_traits_digits10 1: [ OK ] serial.numeric_traits_digits10 (0 ms) 1: [ RUN ] serial.numeric_traits_max_digits10 1: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 1: [ RUN ] serial.numeric_traits_radix 1: [ OK ] serial.numeric_traits_radix (0 ms) 1: [ RUN ] serial.numeric_traits_min_max_exponent 1: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 1: [ RUN ] serial.numeric_traits_min_max_exponent10 1: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 1: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 1: [ OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 1: [ RUN ] serial.numeric_traits_sfinae_friendly 1: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 1: [ RUN ] serial.occupancy_control 1: [ OK ] serial.occupancy_control (0 ms) 1: [ RUN ] serial.view_aggregate 1: [ OK ] serial.view_aggregate (0 ms) 1: [ RUN ] serial.memory_pool 1: [ OK ] serial.memory_pool (23 ms) 1: [ RUN ] serial.cxx11 1: [ OK ] serial.cxx11 (0 ms) 1: [ RUN ] serial.viewctorprop_embedded_dim 1: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 1: [ RUN ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility 1: [ OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 1: [ RUN ] serial.view_layouttiled 1: [ OK ] serial.view_layouttiled (0 ms) 1: [ RUN ] serial.view_layouttiled_subtile 1: [ OK ] serial.view_layouttiled_subtile (0 ms) 1: [ RUN ] serial.parallel_scan_range_policy 1: [ OK ] serial.parallel_scan_range_policy (2 ms) 1: [ RUN ] serial.kokkos_printf 1: [ OK ] serial.kokkos_printf (1 ms) 1: [ RUN ] serial.range_for 1: [ OK ] serial.range_for (0 ms) 1: [ RUN ] serial.range_reduce 1: [ OK ] serial.range_reduce (0 ms) 1: [ RUN ] serial.range_policy_runtime_parameters 1: [ OK ] serial.range_policy_runtime_parameters (0 ms) 1: [ RUN ] serial.range_for_require 1: [ OK ] serial.range_for_require (0 ms) 1: [ RUN ] serial.range_reduce_require 1: [ OK ] serial.range_reduce_require (0 ms) 1: [ RUN ] serial.reducers_int 1: [ OK ] serial.reducers_int (1 ms) 1: [ RUN ] serial.reducers_double 1: [ OK ] serial.reducers_double (1 ms) 1: [ RUN ] serial.reducers_complex_double 1: [ OK ] serial.reducers_complex_double (0 ms) 1: [ RUN ] serial.reducers_struct 1: [ OK ] serial.reducers_struct (0 ms) 1: [ RUN ] serial.reducers_half_t 1: [ OK ] serial.reducers_half_t (0 ms) 1: [ RUN ] serial.reducers_bhalf_t 1: [ OK ] serial.reducers_bhalf_t (0 ms) 1: [ RUN ] serial.reducers_int8_t 1: [ OK ] serial.reducers_int8_t (0 ms) 1: [ RUN ] serial.reducers_int16_t 1: [ OK ] serial.reducers_int16_t (0 ms) 1: [ RUN ] serial.reducers_bool 1: [ OK ] serial.reducers_bool (0 ms) 1: [ RUN ] serial.int64_t_reduce 1: [ OK ] serial.int64_t_reduce (42 ms) 1: [ RUN ] serial.double_reduce 1: [ OK ] serial.double_reduce (135 ms) 1: [ RUN ] serial.int64_t_reduce_dynamic /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper UnitTestMainInit.o gtest-all.o TestDefaultDeviceType.o TestDefaultDeviceType_a1.o TestDefaultDeviceType_b1.o TestDefaultDeviceType_c1.o TestDefaultDeviceType_a2.o TestDefaultDeviceType_b2.o TestDefaultDeviceType_c2.o TestDefaultDeviceType_a3.o TestDefaultDeviceType_b3.o TestDefaultDeviceType_c3.o TestDefaultDeviceType_d.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test -L/usr/local/cuda/lib64 -lpthread -o KokkosCore_UnitTest_PushFinalizeHook [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper UnitTestMainInit.o gtest-all.o TestDefaultDeviceType.o TestDefaultDeviceType_a1.o TestDefaultDeviceType_b1.o TestDefaultDeviceType_c1.o TestDefaultDeviceType_a2.o TestDefaultDeviceType_b2.o TestDefaultDeviceType_c2.o TestDefaultDeviceType_a3.o TestDefaultDeviceType_b3.o TestDefaultDeviceType_c3.o TestDefaultDeviceType_d.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test -L/usr/local/cuda/lib64 -lpthread -o KokkosCore_UnitTest_PushFinalizeHook_terminate 1: [ OK ] serial.int64_t_reduce_dynamic (1242 ms) 1: [ RUN ] serial.double_reduce_dynamic [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o 1: [ OK ] serial.double_reduce_dynamic (1228 ms) 1: [ RUN ] serial.int64_t_reduce_dynamic_view 1: [ OK ] serial.int64_t_reduce_dynamic_view (276 ms) 1: [ RUN ] serial.reduction_deduction 1: [ OK ] serial.reduction_deduction (0 ms) 1: [ RUN ] serial.reduce_device_view_range_policy 1: [ OK ] serial.reduce_device_view_range_policy (9 ms) 1: [ RUN ] serial.reduce_device_view_mdrange_policy [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamPolicyConstructors.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o 1: [ OK ] serial.reduce_device_view_mdrange_policy (2809 ms) 1: [ RUN ] serial.reduce_device_view_team_policy 1: [ OK ] serial.reduce_device_view_team_policy (154 ms) 1: [ RUN ] serial.impl_shared_alloc 1: [ OK ] serial.impl_shared_alloc (4 ms) 1: [ RUN ] serial.kokkos_swap 1: [ OK ] serial.kokkos_swap (0 ms) 1: [ RUN ] serial.task_fib_deprecated 1: [ OK ] serial.task_fib_deprecated (726 ms) 1: [ RUN ] serial.task_depend_deprecated 1: [ OK ] serial.task_depend_deprecated (0 ms) 1: [ RUN ] serial.task_team_deprecated 1: [ OK ] serial.task_team_deprecated (0 ms) 1: [ RUN ] serial.task_with_mempool_deprecated 1: [ OK ] serial.task_with_mempool_deprecated (0 ms) 1: [ RUN ] serial.task_multiple_depend_deprecated 1: [ OK ] serial.task_multiple_depend_deprecated (15 ms) 1: [ RUN ] serial.task_scheduler_ctors_deprecated 1: [ OK ] serial.task_scheduler_ctors_deprecated (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_deprecated 1: [ OK ] serial.task_scheduer_ctors_device_deprecated (0 ms) 1: [ RUN ] serial.task_fib_deprecated_multiple [ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o 1: [ OK ] serial.task_fib_deprecated_multiple (748 ms) 1: [ RUN ] serial.task_depend_deprecated_multiple 1: [ OK ] serial.task_depend_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_team_deprecated_multiple 1: [ OK ] serial.task_team_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_with_mempool_deprecated_multiple 1: [ OK ] serial.task_with_mempool_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_multiple_depend_deprecated_multiple 1: [ OK ] serial.task_multiple_depend_deprecated_multiple (14 ms) 1: [ RUN ] serial.task_scheduler_ctors_deprecated_multiple 1: [ OK ] serial.task_scheduler_ctors_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_deprecated_multiple 1: [ OK ] serial.task_scheduer_ctors_device_deprecated_multiple (0 ms) 1: [ RUN ] serial.task_fib_single 1: [ OK ] serial.task_fib_single (534 ms) 1: [ RUN ] serial.task_depend_single 1: [ OK ] serial.task_depend_single (0 ms) 1: [ RUN ] serial.task_team_single 1: [ OK ] serial.task_team_single (0 ms) 1: [ RUN ] serial.task_with_mempool_single 1: [ OK ] serial.task_with_mempool_single (0 ms) 1: [ RUN ] serial.task_multiple_depend_single 1: [ OK ] serial.task_multiple_depend_single (12 ms) 1: [ RUN ] serial.task_scheduler_ctors_single 1: [ OK ] serial.task_scheduler_ctors_single (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_single 1: [ OK ] serial.task_scheduer_ctors_device_single (0 ms) 1: [ RUN ] serial.task_fib_multiple 1: [ OK ] serial.task_fib_multiple (538 ms) 1: [ RUN ] serial.task_depend_multiple 1: [ OK ] serial.task_depend_multiple (0 ms) 1: [ RUN ] serial.task_team_multiple 1: [ OK ] serial.task_team_multiple (0 ms) 1: [ RUN ] serial.task_with_mempool_multiple 1: [ OK ] serial.task_with_mempool_multiple (0 ms) 1: [ RUN ] serial.task_multiple_depend_multiple 1: [ OK ] serial.task_multiple_depend_multiple (11 ms) 1: [ RUN ] serial.task_scheduler_ctors_multiple 1: [ OK ] serial.task_scheduler_ctors_multiple (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_multiple 1: [ OK ] serial.task_scheduer_ctors_device_multiple (0 ms) 1: [ RUN ] serial.task_fib_chase_lev 1: [ OK ] serial.task_fib_chase_lev (570 ms) 1: [ RUN ] serial.task_depend_chase_lev 1: [ OK ] serial.task_depend_chase_lev (0 ms) 1: [ RUN ] serial.task_team_chase_lev 1: [ OK ] serial.task_team_chase_lev (0 ms) 1: [ RUN ] serial.task_with_mempool_chase_lev 1: [ OK ] serial.task_with_mempool_chase_lev (0 ms) 1: [ RUN ] serial.task_multiple_depend_chase_lev 1: [ OK ] serial.task_multiple_depend_chase_lev (13 ms) 1: [ RUN ] serial.task_scheduler_ctors_chase_lev 1: [ OK ] serial.task_scheduler_ctors_chase_lev (0 ms) 1: [ RUN ] serial.task_scheduer_ctors_device_chase_lev 1: [ OK ] serial.task_scheduer_ctors_device_chase_lev (0 ms) 1: [----------] 195 tests from serial (17688 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 200 tests from 2 test suites ran. (18176 ms total) 1: [ PASSED ] 198 tests. 1: [ SKIPPED ] 2 tests, listed below: 1: [ SKIPPED ] serial.mdrange_parallel_reduce_primitive_types 1: [ SKIPPED ] serial.mdspan_minimal_functional /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper TestStackTrace.o TestStackTrace_f0.o TestStackTrace_f1.o TestStackTrace_f2.o TestStackTrace_f3.o TestStackTrace_f4.o gtest-all.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test -L/usr/local/cuda/lib64 -lpthread -o KokkosCore_UnitTest_StackTraceTestExec 1/49 Test #1: Kokkos_CoreUnitTest_Serial1 ................. Passed 19.04 sec test 2 Start 2: Kokkos_CoreUnitTest_Serial2 2: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 2: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test 2: Test timeout computed to be: 1500 [ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o 2: [==========] Running 117 tests from 2 test suites. 2: [----------] Global test environment set-up. 2: [----------] 4 tests from serial_DeathTest 2: [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment 2: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (0 ms) 2: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment 2: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (0 ms) 2: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 2: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestViewMemoryAccessViolation.hpp:154: Skipped 2: skipping since no memory access violation would occur 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms) 2: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 2: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestViewMemoryAccessViolation.hpp:169: Skipped 2: skipping since no memory access violation would occur 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 2: [----------] 4 tests from serial_DeathTest (0 ms total) 2: 2: [----------] 113 tests from serial 2: [ RUN ] serial.team_for 2: [ OK ] serial.team_for (0 ms) 2: [ RUN ] serial.team_reduce_large 2: [ OK ] serial.team_reduce_large (330 ms) 2: [ RUN ] serial.team_parallel_single 2: [ OK ] serial.team_parallel_single (7 ms) 2: [ RUN ] serial.large_team_scratch_size 2: [ OK ] serial.large_team_scratch_size (0 ms) 2: [ RUN ] serial.team_broadcast_long 2: [ OK ] serial.team_broadcast_long (0 ms) 2: [ RUN ] serial.team_broadcast_char 2: [ OK ] serial.team_broadcast_char (0 ms) 2: [ RUN ] serial.team_broadcast_float 2: [ OK ] serial.team_broadcast_float (0 ms) 2: [ RUN ] serial.team_broadcast_double 2: [ OK ] serial.team_broadcast_double (0 ms) 2: [ RUN ] serial.team_handle_by_value 2: [ OK ] serial.team_handle_by_value (0 ms) 2: [ RUN ] serial.team_thread_range_combined_reducers 2: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 2: [ RUN ] serial.thread_vector_range_combined_reducers 2: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 2: [ RUN ] serial.team_vector_range_combined_reducers 2: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 2: [ RUN ] serial.TeamThreadMDRangeParallelFor 2: [ OK ] serial.TeamThreadMDRangeParallelFor (4 ms) 2: [ RUN ] serial.ThreadVectorMDRangeParallelFor 2: [ OK ] serial.ThreadVectorMDRangeParallelFor (3 ms) 2: [ RUN ] serial.TeamVectorMDRangeParallelFor 2: [ OK ] serial.TeamVectorMDRangeParallelFor (3 ms) 2: [ RUN ] serial.TeamThreadMDRangeParallelReduce 2: [ OK ] serial.TeamThreadMDRangeParallelReduce (9 ms) 2: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 2: [ OK ] serial.ThreadVectorMDRangeParallelReduce (9 ms) 2: [ RUN ] serial.TeamVectorMDRangeParallelReduce 2: [ OK ] serial.TeamVectorMDRangeParallelReduce (9 ms) 2: [ RUN ] serial.team_policy_runtime_parameters 2: [ OK ] serial.team_policy_runtime_parameters (0 ms) 2: [ RUN ] serial.team_reduction_scan 2: [ OK ] serial.team_reduction_scan (33 ms) 2: [ RUN ] serial.team_long_reduce 2: [ OK ] serial.team_long_reduce (99 ms) 2: [ RUN ] serial.team_double_reduce 2: [ OK ] serial.team_double_reduce (34 ms) 2: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 2: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 2: [ RUN ] serial.repeated_team_reduce [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamReductionScan.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/UnitTestMain.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Vector.cpp.o [ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o echo "End Build" End Build make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test' make -C core/perf_test make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test' make -f /var/jenkins/workspace/Kokkos_PR-6905/core/perf_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6905 CXX=/var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6905 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test' /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/perf_test/test_taskdag.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Command_Line_Parsing.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_HostSpace_deepcopy.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Abort.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_ExecPolicy.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_HostThreadTeam.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_SharedAlloc.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_hwloc.cpp [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o 2: [ OK ] serial.repeated_team_reduce (6937 ms) 2: [ RUN ] serial.team_scan 2: [ OK ] serial.team_scan (109 ms) 2: [ RUN ] serial.team_scan_ret_val 2: [ OK ] serial.team_scan_ret_val (94 ms) 2: [ RUN ] serial.team_shared_request 2: [ OK ] serial.team_shared_request (52 ms) 2: [ RUN ] serial.team_scratch_request 2: [ OK ] serial.team_scratch_request (2 ms) 2: [ RUN ] serial.team_lambda_shared_request 2: [ OK ] serial.team_lambda_shared_request (55 ms) 2: [ RUN ] serial.scratch_align 2: [ OK ] serial.scratch_align (0 ms) 2: [ RUN ] serial.shmem_size 2: [ OK ] serial.shmem_size (0 ms) 2: [ RUN ] serial.multi_level_scratch 2: [ OK ] serial.multi_level_scratch (0 ms) 2: [ RUN ] serial.team_scratch_memory_index_parallel_for 2: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 2: [ RUN ] serial.team_policy_max_recommended 2: [ OK ] serial.team_policy_max_recommended (1 ms) 2: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 2: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 2: [ RUN ] serial.team_teamvector_range 2: [ OK ] serial.team_teamvector_range (0 ms) 2: [ RUN ] serial.unique_token_global 2: [ OK ] serial.unique_token_global (0 ms) 2: [ RUN ] serial.unique_token_instance 2: [ OK ] serial.unique_token_instance (0 ms) 2: [ RUN ] serial.unique_token_team_acquire 2: [ OK ] serial.unique_token_team_acquire (0 ms) 2: [ RUN ] serial.view_api_a 2: [ OK ] serial.view_api_a (1 ms) 2: [ RUN ] serial.view_api_b 2: [ OK ] serial.view_api_b (0 ms) 2: [ RUN ] serial.view_api_c 2: [ OK ] serial.view_api_c (83 ms) 2: [ RUN ] serial.view_api_d 2: [ OK ] serial.view_api_d (1 ms) 2: [ RUN ] serial.view_allocation_error 2: [ OK ] serial.view_allocation_error (0 ms) 2: [ RUN ] serial.view_remap 2: [ OK ] serial.view_remap (0 ms) 2: [ RUN ] serial.view_mirror_nonconst 2: [ OK ] serial.view_mirror_nonconst (0 ms) 2: [ RUN ] serial.view_stride_method 2: [ OK ] serial.view_stride_method (0 ms) 2: [ RUN ] serial.anonymous_space 2: [ OK ] serial.anonymous_space (0 ms) 2: [ RUN ] serial.view_overload_resolution 2: [ OK ] serial.view_overload_resolution (0 ms) 2: [ RUN ] serial.view_allocation_large_rank [ 67%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax 2: [ OK ] serial.view_allocation_large_rank (946 ms) 2: [ RUN ] serial.view_shmem_size_on_device 2: [ OK ] serial.view_shmem_size_on_device (0 ms) 2: [ RUN ] serial.view_is_assignable 2: [ OK ] serial.view_is_assignable (0 ms) 2: [ RUN ] serial.view_copy_tests 2: [ OK ] serial.view_copy_tests (3 ms) 2: [ RUN ] serial.view_copy_tests_rank_0 2: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 2: [ RUN ] serial.view_copy_degenerated 2: [ OK ] serial.view_copy_degenerated (0 ms) 2: [ RUN ] serial.view_empty_runtime_unmanaged 2: [ OK ] serial.view_empty_runtime_unmanaged (0 ms) 2: [ RUN ] serial.view_hooks 2: [ OK ] serial.view_hooks (0 ms) 2: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 2: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (50 ms) 2: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 2: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (45 ms) 2: [ RUN ] serial.view_irregular_layout 2: [ OK ] serial.view_irregular_layout (0 ms) 2: [ RUN ] serial.view_mapping 2: [ OK ] serial.view_mapping (53 ms) 2: [ RUN ] serial.view_mapping_operator 2: [ OK ] serial.view_mapping_operator (2 ms) 2: [ RUN ] serial.static_extent 2: [ OK ] serial.static_extent (0 ms) 2: [ RUN ] serial.view_mapping_atomic 2: [ OK ] serial.view_mapping_atomic (0 ms) 2: [ RUN ] serial.view_mapping_class_value 2: [ OK ] serial.view_mapping_class_value (0 ms) 2: [ RUN ] serial.view_mapping_assignable 2: [ OK ] serial.view_mapping_assignable (0 ms) 2: [ RUN ] serial.view_mapping_trivially_copyable 2: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 2: [ RUN ] serial.view_mapping_subview 2: [ OK ] serial.view_mapping_subview (0 ms) 2: [ RUN ] serial.view_nested_view 2: [ OK ] serial.view_nested_view (0 ms) 2: [ RUN ] serial.append_formatted_multidimensional_index 2: [ OK ] serial.append_formatted_multidimensional_index (0 ms) 2: [ RUN ] serial.view_resize 2: [ OK ] serial.view_resize (2 ms) 2: [ RUN ] serial.view_realloc 2: [ OK ] serial.view_realloc (0 ms) 2: [ RUN ] serial.workgraph_fib 2: [ OK ] serial.workgraph_fib (105 ms) 2: [ RUN ] serial.resize_realloc_no_init 2: [ OK ] serial.resize_realloc_no_init (0 ms) 2: [ RUN ] serial.resize_realloc_no_alloc 2: [ OK ] serial.resize_realloc_no_alloc (0 ms) 2: [ RUN ] serial.realloc_exec_space 2: [ OK ] serial.realloc_exec_space (0 ms) 2: [ RUN ] serial.view_alloc 2: [ OK ] serial.view_alloc (0 ms) 2: [ RUN ] serial.view_alloc_exec_space 2: [ OK ] serial.view_alloc_exec_space (0 ms) 2: [ RUN ] serial.view_alloc_int 2: [ OK ] serial.view_alloc_int (0 ms) 2: [ RUN ] serial.view_alloc_exec_space_int 2: [ OK ] serial.view_alloc_exec_space_int (0 ms) 2: [ RUN ] serial.deep_copy_zero_memset 2: [ OK ] serial.deep_copy_zero_memset (0 ms) 2: [ RUN ] serial.resize_exec_space 2: [ OK ] serial.resize_exec_space (0 ms) 2: [ RUN ] serial.view_allocation_int 2: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestWithoutInitializing.hpp:289: Skipped 2: skipping since the fence checked for isn't necessary 2: [ SKIPPED ] serial.view_allocation_int (0 ms) 2: [ RUN ] serial.view_allocation_exec_space_int 2: [ OK ] serial.view_allocation_exec_space_int (0 ms) 2: [ RUN ] serial.view_not_default_constructible 2: [ OK ] serial.view_not_default_constructible (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_left 2: [ OK ] serial.view_subview_auto_1d_left (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_right 2: [ OK ] serial.view_subview_auto_1d_right (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_stride 2: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 2: [ RUN ] serial.view_subview_assign_strided 2: [ OK ] serial.view_subview_assign_strided (0 ms) 2: [ RUN ] serial.view_subview_left_0 2: [ OK ] serial.view_subview_left_0 (0 ms) 2: [ RUN ] serial.view_subview_left_1 2: [ OK ] serial.view_subview_left_1 (0 ms) 2: [ RUN ] serial.view_subview_left_2 2: [ OK ] serial.view_subview_left_2 (0 ms) 2: [ RUN ] serial.view_subview_left_3 2: [ OK ] serial.view_subview_left_3 (0 ms) 2: [ RUN ] serial.view_subview_right_0 2: [ OK ] serial.view_subview_right_0 (0 ms) 2: [ RUN ] serial.view_subview_right_1 2: [ OK ] serial.view_subview_right_1 (0 ms) 2: [ RUN ] serial.view_subview_right_3 2: [ OK ] serial.view_subview_right_3 (0 ms) 2: [ RUN ] serial.view_static_tests 2: [ OK ] serial.view_static_tests (0 ms) 2: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 2: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 2: [ RUN ] serial.view_subview_layoutright_to_layoutright 2: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 2: [ RUN ] serial.view_subview_1d_assign 2: [ OK ] serial.view_subview_1d_assign (0 ms) 2: [ RUN ] serial.view_subview_1d_assign_atomic 2: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 2: [ RUN ] serial.view_subview_1d_assign_randomaccess 2: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 2: [ RUN ] serial.view_subview_2d_from_3d 2: [ OK ] serial.view_subview_2d_from_3d (11 ms) 2: [ RUN ] serial.view_subview_2d_from_3d_atomic 2: [ OK ] serial.view_subview_2d_from_3d_atomic (11 ms) 2: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 2: [ OK ] serial.view_subview_2d_from_3d_randomaccess (10 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left 2: [ OK ] serial.view_subview_3d_from_5d_left (443 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 2: [ OK ] serial.view_subview_3d_from_5d_left_atomic (443 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o 2: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (443 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right [ 67%] Linking CXX executable Kokkos_PerformanceTest_Atomic 2: [ OK ] serial.view_subview_3d_from_5d_right (446 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 2: [ OK ] serial.view_subview_3d_from_5d_right_atomic (451 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 2: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (446 ms) 2: [ RUN ] serial.view_test_unmanaged_subview_reset 2: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 2: [ RUN ] serial.view_subview_memory_traits_construction 2: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 2: [----------] 113 tests from serial (11809 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 117 tests from 2 test suites ran. (11809 ms total) 2: [ PASSED ] 114 tests. 2: [ SKIPPED ] 3 tests, listed below: 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 2: [ SKIPPED ] serial.view_allocation_int 2/49 Test #2: Kokkos_CoreUnitTest_Serial2 ................. Passed 12.42 sec test 3 Start 3: Kokkos_CoreUnitTest_SerialGraph 3: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_SerialGraph 3: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test 3: Test timeout computed to be: 1500 3: [==========] Running 5 tests from 1 test suite. 3: [----------] Global test environment set-up. 3: [----------] 5 tests from serial_count_bugs 3: [ RUN ] serial_count_bugs.launch_one 3: [ OK ] serial_count_bugs.launch_one (0 ms) 3: [ RUN ] serial_count_bugs.launch_one_rvalue 3: [ OK ] serial_count_bugs.launch_one_rvalue (0 ms) 3: [ RUN ] serial_count_bugs.launch_six 3: [ OK ] serial_count_bugs.launch_six (0 ms) 3: [ RUN ] serial_count_bugs.when_all_cycle 3: [ OK ] serial_count_bugs.when_all_cycle (0 ms) 3: [ RUN ] serial_count_bugs.zero_work_reduce 3: [ OK ] serial_count_bugs.zero_work_reduce (0 ms) 3: [----------] 5 tests from serial_count_bugs (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 5 tests from 1 test suite ran. (0 ms total) 3: [ PASSED ] 5 tests. 3: 3: YOU HAVE 1 DISABLED TEST 3: 3/49 Test #3: Kokkos_CoreUnitTest_SerialGraph ............. Passed 0.56 sec test 4 Start 4: Kokkos_CoreUnitTest_OpenMPTarget 4: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPTarget 4: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test 4: Test timeout computed to be: 1500 [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ViewCtorPropEmbeddedDim.cpp.o 4: [==========] Running 226 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 9 tests from openmptarget_DeathTest 4: [ RUN ] openmptarget_DeathTest.abort_from_host 4: [ OK ] openmptarget_DeathTest.abort_from_host (152 ms) 4: [ RUN ] openmptarget_DeathTest.abort_from_device [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o 4: [ OK ] openmptarget_DeathTest.abort_from_device (1345 ms) 4: [ RUN ] openmptarget_DeathTest.checked_integer_operations_multiply_overflow_abort 4: [ OK ] openmptarget_DeathTest.checked_integer_operations_multiply_overflow_abort (165 ms) 4: [ RUN ] openmptarget_DeathTest.range_policy_invalid_bounds 4: [ OK ] openmptarget_DeathTest.range_policy_invalid_bounds (8 ms) 4: [ RUN ] openmptarget_DeathTest.range_policy_implicitly_converted_bounds 4: [ OK ] openmptarget_DeathTest.range_policy_implicitly_converted_bounds (5 ms) 4: [ RUN ] openmptarget_DeathTest.view_layoutstride_right_to_layoutleft_assignment 4: [ OK ] openmptarget_DeathTest.view_layoutstride_right_to_layoutleft_assignment (0 ms) 4: [ RUN ] openmptarget_DeathTest.view_layoutstride_left_to_layoutright_assignment 4: [ OK ] openmptarget_DeathTest.view_layoutstride_left_to_layoutright_assignment (0 ms) 4: [ RUN ] openmptarget_DeathTest.view_memory_access_violations_from_host [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_Bitset.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_CPUDiscovery.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_HostBarrier.cpp [ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScan.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Core.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Stacktrace.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Profiling.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Error.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_HostSpace.cpp [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 67%] Built target Kokkos_Benchmark_Atomic_MinMax [ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_MemoryPool.cpp [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o [ 79%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/containers/src/impl/Kokkos_UnorderedMap_impl.cpp [ 79%] Built target Kokkos_ContainersUnitTest_Cuda /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/Cuda/Kokkos_Cuda_Instance.cpp [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DualView.cpp.o [ 68%] Built target Kokkos_PerformanceTest_Atomic [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o Scanning dependencies of target Kokkos_UnitTest_Random [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/Cuda/Kokkos_CudaSpace.cpp Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o [ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o [ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C [ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/Cuda/Kokkos_Cuda_Task.cpp [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/src/Lock_Array_CUDA.cpp [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/Serial/Kokkos_Serial.cpp [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratch.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/Serial/Kokkos_Serial_Task.cpp [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o 4: [ OK ] openmptarget_DeathTest.view_memory_access_violations_from_host (41300 ms) 4: [ RUN ] openmptarget_DeathTest.view_memory_access_violations_from_device 4: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestViewMemoryAccessViolation.hpp:180: Skipped 4: skipping because OpenMPTarget backend is currently not able to abort from the device 4: [ SKIPPED ] openmptarget_DeathTest.view_memory_access_violations_from_device (0 ms) 4: [----------] 9 tests from openmptarget_DeathTest (42979 ms total) 4: 4: [----------] 217 tests from openmptarget 4: [ RUN ] openmptarget.array_capacity 4: [ OK ] openmptarget.array_capacity (0 ms) 4: [ RUN ] openmptarget.array_element_access 4: [ OK ] openmptarget.array_element_access (0 ms) 4: [ RUN ] openmptarget.array_zero_capacity 4: [ OK ] openmptarget.array_zero_capacity (0 ms) 4: [ RUN ] openmptarget.array_zero_data_nullptr 4: [ OK ] openmptarget.array_zero_data_nullptr (0 ms) 4: [ RUN ] openmptarget.array_contiguous_capacity 4: [ OK ] openmptarget.array_contiguous_capacity (0 ms) 4: [ RUN ] openmptarget.array_contiguous_element_access 4: [ OK ] openmptarget.array_contiguous_element_access (0 ms) 4: [ RUN ] openmptarget.array_contiguous_assignment 4: [ OK ] openmptarget.array_contiguous_assignment (0 ms) 4: [ RUN ] openmptarget.array_strided_capacity 4: [ OK ] openmptarget.array_strided_capacity (0 ms) 4: [ RUN ] openmptarget.array_strided_element_access 4: [ OK ] openmptarget.array_strided_element_access (0 ms) 4: [ RUN ] openmptarget.array_strided_assignment 4: [ OK ] openmptarget.array_strided_assignment (0 ms) 4: [ RUN ] openmptarget.atomic_operations_complexfloat 4: [ OK ] openmptarget.atomic_operations_complexfloat (24 ms) 4: [ RUN ] openmptarget.atomic_operations_double 4: [ OK ] openmptarget.atomic_operations_double (28 ms) 4: [ RUN ] openmptarget.atomic_operations_float 4: [ OK ] openmptarget.atomic_operations_float (28 ms) 4: [ RUN ] openmptarget.atomic_operations_int 4: [ OK ] openmptarget.atomic_operations_int (63 ms) 4: [ RUN ] openmptarget.atomic_operations_long 4: [ OK ] openmptarget.atomic_operations_long (63 ms) 4: [ RUN ] openmptarget.atomic_operations_longlong 4: [ OK ] openmptarget.atomic_operations_longlong (63 ms) 4: [ RUN ] openmptarget.atomic_operations_unsigned 4: [ OK ] openmptarget.atomic_operations_unsigned (51 ms) 4: [ RUN ] openmptarget.atomic_operations_unsignedlong 4: [ OK ] openmptarget.atomic_operations_unsignedlong (50 ms) 4: [ RUN ] openmptarget.atomics 4: [ OK ] openmptarget.atomics (510 ms) 4: [ RUN ] openmptarget.atomics_tpetra_max_abs 4: [ OK ] openmptarget.atomics_tpetra_max_abs (0 ms) 4: [ RUN ] openmptarget.atomic_views_integral [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamTeamSize.cpp.o [ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o 4: [ OK ] hip_DeathTest.view_memory_access_violations_from_device (88958 ms) 4: [----------] 15 tests from hip_DeathTest (261739 ms total) 4: 4: [----------] 276 tests from hip 4: [ RUN ] hip.array_capacity 4: [ OK ] hip.array_capacity (0 ms) 4: [ RUN ] hip.array_element_access 4: [ OK ] hip.array_element_access (0 ms) 4: [ RUN ] hip.array_zero_capacity 4: [ OK ] hip.array_zero_capacity (0 ms) 4: [ RUN ] hip.array_zero_data_nullptr 4: [ OK ] hip.array_zero_data_nullptr (0 ms) 4: [ RUN ] hip.array_contiguous_capacity 4: [ OK ] hip.array_contiguous_capacity (0 ms) 4: [ RUN ] hip.array_contiguous_element_access 4: [ OK ] hip.array_contiguous_element_access (0 ms) 4: [ RUN ] hip.array_contiguous_assignment 4: [ OK ] hip.array_contiguous_assignment (0 ms) 4: [ RUN ] hip.array_strided_capacity 4: [ OK ] hip.array_strided_capacity (0 ms) 4: [ RUN ] hip.array_strided_element_access 4: [ OK ] hip.array_strided_element_access (0 ms) 4: [ RUN ] hip.array_strided_assignment 4: [ OK ] hip.array_strided_assignment (0 ms) 4: [ RUN ] hip.atomic_operations_complexdouble 4: [ OK ] hip.atomic_operations_complexdouble (9 ms) 4: [ RUN ] hip.atomic_operations_complexfloat 4: [ OK ] hip.atomic_operations_complexfloat (8 ms) 4: [ RUN ] hip.atomic_operations_double 4: [ OK ] hip.atomic_operations_double (9 ms) 4: [ RUN ] hip.atomic_operations_float 4: [ OK ] hip.atomic_operations_float (8 ms) 4: [ RUN ] hip.atomic_operations_int 4: [ OK ] hip.atomic_operations_int (21 ms) 4: [ RUN ] hip.atomic_operations_long 4: [ OK ] hip.atomic_operations_long (20 ms) 4: [ RUN ] hip.atomic_operations_longlong 4: [ OK ] hip.atomic_operations_longlong (20 ms) 4: [ RUN ] hip.atomic_shared 4: [ OK ] hip.atomic_shared (0 ms) 4: [ RUN ] hip.atomic_operations_unsigned 4: [ OK ] hip.atomic_operations_unsigned (17 ms) 4: [ RUN ] hip.atomic_operations_unsignedlong 4: [ OK ] hip.atomic_operations_unsignedlong (17 ms) 4: [ RUN ] hip.atomics 4: [ OK ] hip.atomics (856 ms) 4: [ RUN ] hip.atomics_tpetra_max_abs 4: [ OK ] hip.atomics_tpetra_max_abs (0 ms) 4: [ RUN ] hip.atomic_views_integral [ 69%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o 4: [ OK ] openmptarget.atomic_views_integral (14501 ms) 4: [ RUN ] openmptarget.atomic_views_nonintegral [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynamicView.cpp.o ar cr libkokkos.a Kokkos_CPUDiscovery.o Kokkos_Error.o Kokkos_Profiling.o Kokkos_MemoryPool.o Kokkos_hwloc.o Kokkos_HostSpace.o Kokkos_HostThreadTeam.o Kokkos_Stacktrace.o Kokkos_ExecPolicy.o Kokkos_HostSpace_deepcopy.o Kokkos_SharedAlloc.o Kokkos_Command_Line_Parsing.o Kokkos_Core.o Kokkos_Abort.o Kokkos_HostBarrier.o Kokkos_UnorderedMap_impl.o Kokkos_Cuda_Task.o Kokkos_Cuda_Instance.o Kokkos_CudaSpace.o Lock_Array_CUDA.o Kokkos_Serial.o Kokkos_Serial_Task.o ranlib libkokkos.a /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test -L/usr/local/cuda/lib64 -lpthread test_taskdag.o -lkokkos -ldl -lcudart -lcuda -o KokkosCore_PerformanceTest_TaskDAG echo "End Build" End Build make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test' make -C containers/unit_tests make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6905/build/containers/unit_tests' make -f /var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6905 CXX=/var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6905 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6905/build/containers/unit_tests' /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests/UnitTestMain.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_Bitset.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_DualView.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_DynamicView.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_DynViewAPI_generic.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_DynViewAPI_rank12345.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_DynViewAPI_rank67.cpp [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o [ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o 4: [ OK ] hip.atomic_views_integral (16415 ms) 4: [ RUN ] hip.atomic_views_nonintegral 4: [ OK ] openmptarget.atomic_views_nonintegral (9983 ms) 4: [ RUN ] openmptarget.atomic_view_api 4: [ OK ] openmptarget.atomic_view_api (0 ms) 4: [ RUN ] openmptarget.bit_manip_countl_zero 4: [ OK ] openmptarget.bit_manip_countl_zero (0 ms) 4: [ RUN ] openmptarget.bit_manip_countl_one 4: [ OK ] openmptarget.bit_manip_countl_one (0 ms) 4: [ RUN ] openmptarget.bit_manip_countr_zero 4: [ OK ] openmptarget.bit_manip_countr_zero (0 ms) 4: [ RUN ] openmptarget.bit_manip_countr_one 4: [ OK ] openmptarget.bit_manip_countr_one (0 ms) 4: [ RUN ] openmptarget.bit_manip_popcount 4: [ OK ] openmptarget.bit_manip_popcount (0 ms) 4: [ RUN ] openmptarget.bit_manip_has_single_bit 4: [ OK ] openmptarget.bit_manip_has_single_bit (0 ms) 4: [ RUN ] openmptarget.bit_manip_bit_floor 4: [ OK ] openmptarget.bit_manip_bit_floor (0 ms) 4: [ RUN ] openmptarget.bit_manip_bit_ceil 4: [ OK ] openmptarget.bit_manip_bit_ceil (0 ms) 4: [ RUN ] openmptarget.bit_manip_bit_width 4: [ OK ] openmptarget.bit_manip_bit_width (0 ms) 4: [ RUN ] openmptarget.bit_manip_rotl 4: [ OK ] openmptarget.bit_manip_rotl (0 ms) 4: [ RUN ] openmptarget.bit_manip_rotr 4: [ OK ] openmptarget.bit_manip_rotr (0 ms) 4: [ RUN ] openmptarget.bit_manip_byeswap 4: [ OK ] openmptarget.bit_manip_byeswap (1 ms) 4: [ RUN ] openmptarget.bit_manip_bit_cast 4: [ OK ] openmptarget.bit_manip_bit_cast (0 ms) 4: [ RUN ] openmptarget.test_block_deduction_bug_pr_3103 4: [ OK ] openmptarget.test_block_deduction_bug_pr_3103 (0 ms) 4: [ RUN ] openmptarget.checked_integer_operations_multiply_overflow 4: [ OK ] openmptarget.checked_integer_operations_multiply_overflow (0 ms) 4: [ RUN ] openmptarget.execution_policy_occupancy_and_hint 4: [ OK ] openmptarget.execution_policy_occupancy_and_hint (0 ms) 4: [ RUN ] openmptarget.complex_construction 4: [ OK ] openmptarget.complex_construction (0 ms) 4: [ RUN ] openmptarget.complex_basic_math 4: [ OK ] openmptarget.complex_basic_math (0 ms) 4: [ RUN ] openmptarget.complex_special_funtions 4: [ OK ] openmptarget.complex_special_funtions (0 ms) 4: [ RUN ] openmptarget.complex_io 4: [ OK ] openmptarget.complex_io (0 ms) 4: [ RUN ] openmptarget.complex_trivially_copyable 4: [ OK ] openmptarget.complex_trivially_copyable (0 ms) 4: [ RUN ] openmptarget.complex_issue_3865 4: [ OK ] openmptarget.complex_issue_3865 (0 ms) 4: [ RUN ] openmptarget.complex_issue_3867 4: [ OK ] openmptarget.complex_issue_3867 (0 ms) 4: [ RUN ] openmptarget.complex_operations_arithmetic_types_overloads 4: [ OK ] openmptarget.complex_operations_arithmetic_types_overloads (0 ms) 4: [ RUN ] openmptarget.crs_count_fill 4: [ OK ] openmptarget.crs_count_fill (10 ms) 4: [ RUN ] openmptarget.crs_copy_constructor 4: [ OK ] openmptarget.crs_copy_constructor (44 ms) 4: [ RUN ] openmptarget.deep_copy_alignment 4: [ OK ] openmptarget.deep_copy_alignment (7 ms) 4: [ RUN ] openmptarget.deep_copy_conversion 4: [ OK ] openmptarget.deep_copy_conversion (353 ms) 4: [ RUN ] openmptarget.partitioning_by_args 4: [ OK ] openmptarget.partitioning_by_args (0 ms) 4: [ RUN ] openmptarget.partitioning_by_vector 4: [ OK ] openmptarget.partitioning_by_vector (0 ms) 4: [ RUN ] openmptarget.functor_analysis 4: [ OK ] openmptarget.functor_analysis (0 ms) 4: [ RUN ] openmptarget.host_shared_ptr_use_count 4: [ OK ] openmptarget.host_shared_ptr_use_count (0 ms) 4: [ RUN ] openmptarget.host_shared_ptr_get 4: [ OK ] openmptarget.host_shared_ptr_get (0 ms) 4: [ RUN ] openmptarget.host_shared_ptr_dereference_on_device 4: [ OK ] openmptarget.host_shared_ptr_dereference_on_device (0 ms) 4: [ RUN ] openmptarget.init 4: [ OK ] openmptarget.init (0 ms) 4: [ RUN ] openmptarget.dispatch 4: [ OK ] openmptarget.dispatch (445 ms) 4: [ RUN ] openmptarget.join_backward_compatibility 4: [ OK ] openmptarget.join_backward_compatibility (2 ms) 4: [ RUN ] openmptarget.mathematical_constants_e 4: [ OK ] openmptarget.mathematical_constants_e (0 ms) 4: [ RUN ] openmptarget.mathematical_constants_log2e 4: [ OK ] openmptarget.mathematical_constants_log2e (0 ms) 4: [ RUN ] openmptarget.mathematical_constants_log10e 4: [ OK ] openmptarget.mathematical_constants_log10e (0 ms) 4: [ RUN ] openmptarget.mathematical_constants_pi 4: [ OK ] openmptarget.mathematical_constants_pi (0 ms) 4: [ RUN ] openmptarget.mathematical_constants_inv_pi 4: [ OK ] openmptarget.mathematical_constants_inv_pi (0 ms) 4: [ RUN ] openmptarget.mathematical_constants_inv_sqrtpi 4: [ OK ] openmptarget.mathematical_constants_inv_sqrtpi (0 ms) 4: [ RUN ] openmptarget.mathematical_constants_ln2 4: [ OK ] openmptarget.mathematical_constants_ln2 (0 ms) 4: [ RUN ] openmptarget.mathematical_constants_ln10 4: [ OK ] openmptarget.mathematical_constants_ln10 (0 ms) 4: [ RUN ] openmptarget.mathematical_constants_sqrt2 4: [ OK ] openmptarget.mathematical_constants_sqrt2 (0 ms) 4: [ RUN ] openmptarget.mathematical_constants_sqrt3 4: [ OK ] openmptarget.mathematical_constants_sqrt3 (0 ms) 4: [ RUN ] openmptarget.mathematical_constants_inv_sqrt3 4: [ OK ] openmptarget.mathematical_constants_inv_sqrt3 (0 ms) 4: [ RUN ] openmptarget.mathematical_constants_egamma 4: [ OK ] openmptarget.mathematical_constants_egamma (0 ms) 4: [ RUN ] openmptarget.mathematical_constants_phi 4: [ OK ] openmptarget.mathematical_constants_phi (0 ms) 4: [ RUN ] openmptarget.mathematical_functions_trigonometric_functions 4: [ OK ] openmptarget.mathematical_functions_trigonometric_functions (7 ms) 4: [ RUN ] openmptarget.mathematical_functions_hyperbolic_functions 4: [ OK ] openmptarget.mathematical_functions_hyperbolic_functions (6 ms) 4: [ RUN ] openmptarget.mathematical_functions_non_standard 4: [ OK ] openmptarget.mathematical_functions_non_standard (0 ms) 4: [ RUN ] openmptarget.mathematical_functions_power_functions 4: [ OK ] openmptarget.mathematical_functions_power_functions (3 ms) 4: [ RUN ] openmptarget.mathematical_functions_fma 4: [ OK ] openmptarget.mathematical_functions_fma (0 ms) 4: [ RUN ] openmptarget.mathematical_functions_error_and_gamma_functions 4: [ OK ] openmptarget.mathematical_functions_error_and_gamma_functions (4 ms) 4: [ RUN ] openmptarget.mathematical_functions_nearest_interger_floating_point_operations 4: [ OK ] openmptarget.mathematical_functions_nearest_interger_floating_point_operations (5 ms) 4: [ RUN ] openmptarget.mathematical_functions_floating_point_manipulation_functions 4: [ OK ] openmptarget.mathematical_functions_floating_point_manipulation_functions (2 ms) 4: [ RUN ] openmptarget.mathematical_functions_absolute_value 4: [ OK ] openmptarget.mathematical_functions_absolute_value (0 ms) 4: [ RUN ] openmptarget.mathematical_functions_floating_point_absolute_value 4: [ OK ] openmptarget.mathematical_functions_floating_point_absolute_value (0 ms) 4: [ RUN ] openmptarget.mathematical_functions_remainder_function 4: [ OK ] openmptarget.mathematical_functions_remainder_function (0 ms) 4: [ RUN ] openmptarget.mathematical_functions_isfinite 4: [ OK ] openmptarget.mathematical_functions_isfinite (0 ms) 4: [ RUN ] openmptarget.mathematical_functions_isinf 4: [ OK ] openmptarget.mathematical_functions_isinf (0 ms) 4: [ RUN ] openmptarget.mathematical_functions_isnan 4: [ OK ] openmptarget.mathematical_functions_isnan (0 ms) 4: [ RUN ] openmptarget.mathematical_functions_exponential_functions 4: [ OK ] openmptarget.mathematical_functions_exponential_functions (7 ms) 4: [ RUN ] openmptarget.mathspecialfunc_expint1 4: [ OK ] openmptarget.mathspecialfunc_expint1 (0 ms) 4: [ RUN ] openmptarget.mathspecialfunc_cbesselj0y0 4: [ OK ] openmptarget.mathspecialfunc_cbesselj0y0 (25 ms) 4: [ RUN ] openmptarget.mathspecialfunc_cbesselj1y1 4: [ OK ] openmptarget.mathspecialfunc_cbesselj1y1 (26 ms) 4: [ RUN ] openmptarget.mathspecialfunc_cbesseli0k0 4: [ OK ] openmptarget.mathspecialfunc_cbesseli0k0 (1 ms) 4: [ RUN ] openmptarget.mathspecialfunc_cbesseli1k1 4: [ OK ] openmptarget.mathspecialfunc_cbesseli1k1 (1 ms) 4: [ RUN ] openmptarget.mathspecialfunc_cbesselh1stkind 4: [ OK ] openmptarget.mathspecialfunc_cbesselh1stkind (1 ms) 4: [ RUN ] openmptarget.mathspecialfunc_cbesselh2ndkind 4: [ OK ] openmptarget.mathspecialfunc_cbesselh2ndkind (1 ms) 4: [ RUN ] openmptarget.mdrange_5d 4: [ OK ] openmptarget.mdrange_5d (15 ms) 4: [ RUN ] openmptarget.mdrange_6d 4: [ OK ] openmptarget.mdrange_6d (8 ms) 4: [ RUN ] openmptarget.mdrange_2d 4: [ OK ] openmptarget.mdrange_2d (2 ms) 4: [ RUN ] openmptarget.mdrange_3d 4: [ OK ] openmptarget.mdrange_3d (5 ms) 4: [ RUN ] openmptarget.mdrange_4d 4: [ OK ] openmptarget.mdrange_4d (4 ms) 4: [ RUN ] openmptarget.mdrange_large_deep_copy 4: [ OK ] openmptarget.mdrange_large_deep_copy (140 ms) 4: [ RUN ] openmptarget.md_range_policy_construction_from_arrays 4: [ OK ] openmptarget.md_range_policy_construction_from_arrays (0 ms) 4: [ RUN ] openmptarget.mdrange_parallel_reduce_primitive_types 4: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestMDRangeReduce.hpp:50: Skipped 4: FIXME OPENMPTARGET Tests of MDRange reduce over values smaller than int would fail 4: [ SKIPPED ] openmptarget.mdrange_parallel_reduce_primitive_types (0 ms) 4: [ RUN ] openmptarget.mdspan_minimal_functional 4: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestMDSpan.hpp:57: Skipped 4: mdspan not enabled 4: [ SKIPPED ] openmptarget.mdspan_minimal_functional (0 ms) 4: [ RUN ] openmptarget.numeric_traits_infinity 4: [ OK ] openmptarget.numeric_traits_infinity (0 ms) 4: [ RUN ] openmptarget.numeric_traits_epsilon 4: [ OK ] openmptarget.numeric_traits_epsilon (0 ms) 4: [ RUN ] openmptarget.numeric_traits_round_error 4: [ OK ] openmptarget.numeric_traits_round_error (0 ms) 4: [ RUN ] openmptarget.numeric_traits_norm_min 4: [ OK ] openmptarget.numeric_traits_norm_min (0 ms) 4: [ RUN ] openmptarget.numeric_traits_denorm_min 4: [ OK ] openmptarget.numeric_traits_denorm_min (0 ms) 4: [ RUN ] openmptarget.numeric_traits_finite_min_max 4: [ OK ] openmptarget.numeric_traits_finite_min_max (5 ms) 4: [ RUN ] openmptarget.numeric_traits_digits 4: [ OK ] openmptarget.numeric_traits_digits (3 ms) 4: [ RUN ] openmptarget.numeric_traits_digits10 4: [ OK ] openmptarget.numeric_traits_digits10 (3 ms) 4: [ RUN ] openmptarget.numeric_traits_max_digits10 4: [ OK ] openmptarget.numeric_traits_max_digits10 (0 ms) 4: [ RUN ] openmptarget.numeric_traits_radix 4: [ OK ] openmptarget.numeric_traits_radix (3 ms) 4: [ RUN ] openmptarget.numeric_traits_min_max_exponent 4: [ OK ] openmptarget.numeric_traits_min_max_exponent (1 ms) 4: [ RUN ] openmptarget.numeric_traits_min_max_exponent10 4: [ OK ] openmptarget.numeric_traits_min_max_exponent10 (0 ms) 4: [ RUN ] openmptarget.numeric_traits_quiet_and_signaling_nan 4: [ OK ] openmptarget.numeric_traits_quiet_and_signaling_nan (1 ms) 4: [ RUN ] openmptarget.numeric_traits_sfinae_friendly 4: [ OK ] openmptarget.numeric_traits_sfinae_friendly (0 ms) 4: [ RUN ] openmptarget.occupancy_control 4: [ OK ] openmptarget.occupancy_control (1 ms) 4: [ RUN ] openmptarget.parallel_scan_range_policy 4: [ OK ] openmptarget.parallel_scan_range_policy (243 ms) 4: [ RUN ] openmptarget.kokkos_printf 4: [ OK ] openmptarget.kokkos_printf (24 ms) 4: [ RUN ] openmptarget.range_for 4: [ OK ] openmptarget.range_for (2 ms) 4: [ RUN ] openmptarget.range_reduce 4: [ OK ] openmptarget.range_reduce (1 ms) 4: [ RUN ] openmptarget.range_policy_runtime_parameters 4: [ OK ] openmptarget.range_policy_runtime_parameters (0 ms) 4: [ RUN ] openmptarget.range_for_require 4: [ OK ] openmptarget.range_for_require (1 ms) 4: [ RUN ] openmptarget.range_reduce_require 4: [ OK ] openmptarget.range_reduce_require (1 ms) 4: [ RUN ] openmptarget.reducers_int 4: [ OK ] openmptarget.reducers_int (8 ms) 4: [ RUN ] openmptarget.reducers_double 4: [ OK ] openmptarget.reducers_double (6 ms) 4: [ RUN ] openmptarget.reducers_bool 4: [ OK ] openmptarget.reducers_bool (1 ms) 4: [ RUN ] openmptarget.int64_t_reduce 4: [ OK ] openmptarget.int64_t_reduce (397 ms) 4: [ RUN ] openmptarget.double_reduce 4: [ OK ] openmptarget.double_reduce (492 ms) 4: [ RUN ] openmptarget.int64_t_reduce_dynamic [ 70%] Built target Kokkos_ContainersTestCompileOnly [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/sycl/TestRandom.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o 4: [ OK ] openmptarget.int64_t_reduce_dynamic (468 ms) 4: [ RUN ] openmptarget.double_reduce_dynamic [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o 4: [ OK ] openmptarget.double_reduce_dynamic (350 ms) 4: [ RUN ] openmptarget.int64_t_reduce_dynamic_view 4: [ OK ] openmptarget.int64_t_reduce_dynamic_view (48 ms) 4: [ RUN ] openmptarget.reduction_deduction 4: [ OK ] openmptarget.reduction_deduction (0 ms) 4: [ RUN ] openmptarget.reduce_device_view_range_policy [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamVectorRange.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o [ 82%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 82%] Built target Kokkos_ContainersUnitTest_Serial Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o [ 82%] Linking CXX executable Kokkos_UnitTest_Random [ 82%] Built target Kokkos_UnitTest_Random Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o [ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp [ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UniqueToken.cpp.o [ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp 4: [ OK ] hip.atomic_views_nonintegral (12925 ms) 4: [ RUN ] hip.atomic_view_api 4: [ OK ] hip.atomic_view_api (0 ms) 4: [ RUN ] hip.bit_manip_countl_zero 4: [ OK ] hip.bit_manip_countl_zero (15 ms) 4: [ RUN ] hip.bit_manip_countl_one 4: [ OK ] hip.bit_manip_countl_one (0 ms) 4: [ RUN ] hip.bit_manip_countr_zero 4: [ OK ] hip.bit_manip_countr_zero (0 ms) 4: [ RUN ] hip.bit_manip_countr_one 4: [ OK ] hip.bit_manip_countr_one (0 ms) 4: [ RUN ] hip.bit_manip_popcount 4: [ OK ] hip.bit_manip_popcount (0 ms) 4: [ RUN ] hip.bit_manip_has_single_bit 4: [ OK ] hip.bit_manip_has_single_bit (0 ms) 4: [ RUN ] hip.bit_manip_bit_floor 4: [ OK ] hip.bit_manip_bit_floor (0 ms) 4: [ RUN ] hip.bit_manip_bit_ceil 4: [ OK ] hip.bit_manip_bit_ceil (0 ms) 4: [ RUN ] hip.bit_manip_bit_width 4: [ OK ] hip.bit_manip_bit_width (0 ms) 4: [ RUN ] hip.bit_manip_rotl 4: [ OK ] hip.bit_manip_rotl (1 ms) 4: [ RUN ] hip.bit_manip_rotr 4: [ OK ] hip.bit_manip_rotr (0 ms) 4: [ RUN ] hip.bit_manip_byeswap 4: [ OK ] hip.bit_manip_byeswap (0 ms) 4: [ RUN ] hip.bit_manip_bit_cast 4: [ OK ] hip.bit_manip_bit_cast (0 ms) 4: [ RUN ] hip.test_block_deduction_bug_pr_3103 4: [ OK ] hip.test_block_deduction_bug_pr_3103 (0 ms) 4: [ RUN ] hip.checked_integer_operations_multiply_overflow 4: [ OK ] hip.checked_integer_operations_multiply_overflow (0 ms) 4: [ RUN ] hip.execution_policy_occupancy_and_hint 4: [ OK ] hip.execution_policy_occupancy_and_hint (0 ms) 4: [ RUN ] hip.complex_construction 4: [ OK ] hip.complex_construction (1 ms) 4: [ RUN ] hip.complex_basic_math 4: [ OK ] hip.complex_basic_math (0 ms) 4: [ RUN ] hip.complex_special_funtions 4: [ OK ] hip.complex_special_funtions (0 ms) 4: [ RUN ] hip.complex_io 4: [ OK ] hip.complex_io (0 ms) 4: [ RUN ] hip.complex_trivially_copyable 4: [ OK ] hip.complex_trivially_copyable (0 ms) 4: [ RUN ] hip.complex_issue_3865 4: [ OK ] hip.complex_issue_3865 (0 ms) 4: [ RUN ] hip.complex_operations_arithmetic_types_overloads 4: [ OK ] hip.complex_operations_arithmetic_types_overloads (0 ms) 4: [ RUN ] hip.crs_count_fill 4: [ OK ] hip.crs_count_fill (3 ms) 4: [ RUN ] hip.crs_copy_constructor 4: [ OK ] hip.crs_copy_constructor (6 ms) 4: [ RUN ] hip.deep_copy_alignment 4: [ OK ] hip.deep_copy_alignment (10 ms) 4: [ RUN ] hip.deep_copy_conversion 4: [ OK ] hip.deep_copy_conversion (875 ms) 4: [ RUN ] hip.partitioning_by_args 4: [ OK ] hip.partitioning_by_args (24 ms) 4: [ RUN ] hip.partitioning_by_vector 4: [ OK ] hip.partitioning_by_vector (1 ms) 4: [ RUN ] hip.execution_space_as_class_data_member 4: [ OK ] hip.execution_space_as_class_data_member (0 ms) 4: [ RUN ] hip.functor_analysis 4: [ OK ] hip.functor_analysis (0 ms) 4: [ RUN ] hip.host_shared_ptr_use_count 4: [ OK ] hip.host_shared_ptr_use_count (0 ms) 4: [ RUN ] hip.host_shared_ptr_get 4: [ OK ] hip.host_shared_ptr_get (0 ms) 4: [ RUN ] hip.host_shared_ptr_dereference_on_device 4: [ OK ] hip.host_shared_ptr_dereference_on_device (0 ms) 4: [ RUN ] hip.host_shared_ptr_special_members_on_device 4: [ OK ] hip.host_shared_ptr_special_members_on_device (0 ms) 4: [ RUN ] hip.host_shared_ptr_tracking 4: 4: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 4: does not support page migration between device and host. 4: HIPManagedSpace might not work as expected. 4: Please refer to the ROCm documentation on unified/managed memory. 4: [ OK ] hip.host_shared_ptr_tracking (0 ms) 4: [ RUN ] hip.init 4: [ OK ] hip.init (0 ms) 4: [ RUN ] hip.dispatch 4: [ OK ] hip.dispatch (21 ms) 4: [ RUN ] hip.join_backward_compatibility 4: [ OK ] hip.join_backward_compatibility (0 ms) 4: [ RUN ] hip.local_deepcopy_teampolicy_layoutleft 4: [ OK ] hip.local_deepcopy_teampolicy_layoutleft (663 ms) 4: [ RUN ] hip.local_deepcopy_rangepolicy_layoutleft [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o 4: [ OK ] openmptarget.reduce_device_view_range_policy (10382 ms) 4: [ RUN ] openmptarget.reduce_device_view_mdrange_policy [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o [ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o 4: [ OK ] hip.local_deepcopy_rangepolicy_layoutleft (2073 ms) 4: [ RUN ] hip.local_deepcopy_teampolicy_layoutright 4: [ OK ] hip.local_deepcopy_teampolicy_layoutright (634 ms) 4: [ RUN ] hip.local_deepcopy_rangepolicy_layoutright [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o [ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestSort.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp 4: [ OK ] hip.local_deepcopy_rangepolicy_layoutright (1469 ms) 4: [ RUN ] hip.deep_copy_scratch 4: [ OK ] hip.deep_copy_scratch (0 ms) 4: [ RUN ] hip.mathematical_constants_e 4: [ OK ] hip.mathematical_constants_e (2 ms) 4: [ RUN ] hip.mathematical_constants_log2e 4: [ OK ] hip.mathematical_constants_log2e (0 ms) 4: [ RUN ] hip.mathematical_constants_log10e 4: [ OK ] hip.mathematical_constants_log10e (0 ms) 4: [ RUN ] hip.mathematical_constants_pi 4: [ OK ] hip.mathematical_constants_pi (0 ms) 4: [ RUN ] hip.mathematical_constants_inv_pi 4: [ OK ] hip.mathematical_constants_inv_pi (0 ms) 4: [ RUN ] hip.mathematical_constants_inv_sqrtpi 4: [ OK ] hip.mathematical_constants_inv_sqrtpi (0 ms) 4: [ RUN ] hip.mathematical_constants_ln2 4: [ OK ] hip.mathematical_constants_ln2 (0 ms) 4: [ RUN ] hip.mathematical_constants_ln10 4: [ OK ] hip.mathematical_constants_ln10 (0 ms) 4: [ RUN ] hip.mathematical_constants_sqrt2 4: [ OK ] hip.mathematical_constants_sqrt2 (0 ms) 4: [ RUN ] hip.mathematical_constants_sqrt3 4: [ OK ] hip.mathematical_constants_sqrt3 (0 ms) 4: [ RUN ] hip.mathematical_constants_inv_sqrt3 4: [ OK ] hip.mathematical_constants_inv_sqrt3 (0 ms) 4: [ RUN ] hip.mathematical_constants_egamma 4: [ OK ] hip.mathematical_constants_egamma (0 ms) 4: [ RUN ] hip.mathematical_constants_phi 4: [ OK ] hip.mathematical_constants_phi (0 ms) 4: [ RUN ] hip.mathematical_functions_trigonometric_functions 4: [ OK ] hip.mathematical_functions_trigonometric_functions (21 ms) 4: [ RUN ] hip.mathematical_functions_hyperbolic_functions 4: [ OK ] hip.mathematical_functions_hyperbolic_functions (2 ms) 4: [ RUN ] hip.mathematical_functions_non_standard 4: [ OK ] hip.mathematical_functions_non_standard (0 ms) 4: [ RUN ] hip.mathematical_functions_power_functions 4: [ OK ] hip.mathematical_functions_power_functions (16 ms) 4: [ RUN ] hip.mathematical_functions_fma 4: [ OK ] hip.mathematical_functions_fma (0 ms) 4: [ RUN ] hip.mathematical_functions_error_and_gamma_functions 4: [ OK ] hip.mathematical_functions_error_and_gamma_functions (2 ms) 4: [ RUN ] hip.mathematical_functions_nearest_interger_floating_point_operations 4: [ OK ] hip.mathematical_functions_nearest_interger_floating_point_operations (2 ms) 4: [ RUN ] hip.mathematical_functions_floating_point_manipulation_functions 4: [ OK ] hip.mathematical_functions_floating_point_manipulation_functions (1 ms) 4: [ RUN ] hip.mathematical_functions_absolute_value 4: [ OK ] hip.mathematical_functions_absolute_value (0 ms) 4: [ RUN ] hip.mathematical_functions_floating_point_absolute_value 4: [ OK ] hip.mathematical_functions_floating_point_absolute_value (0 ms) 4: [ RUN ] hip.mathematical_functions_remainder_function 4: [ OK ] hip.mathematical_functions_remainder_function (0 ms) 4: [ RUN ] hip.mathematical_functions_isfinite 4: [ OK ] hip.mathematical_functions_isfinite (0 ms) 4: [ RUN ] hip.mathematical_functions_isinf 4: [ OK ] hip.mathematical_functions_isinf (0 ms) 4: [ RUN ] hip.mathematical_functions_isnan 4: [ OK ] hip.mathematical_functions_isnan (0 ms) 4: [ RUN ] hip.mathematical_functions_exponential_functions 4: [ OK ] hip.mathematical_functions_exponential_functions (10 ms) 4: [ RUN ] hip.mathspecialfunc_expint1 4: [ OK ] hip.mathspecialfunc_expint1 (4 ms) 4: [ RUN ] hip.mathspecialfunc_errorfunc 4: [ OK ] hip.mathspecialfunc_errorfunc (0 ms) 4: [ RUN ] hip.mathspecialfunc_cbesselj0y0 4: [ OK ] hip.mathspecialfunc_cbesselj0y0 (27 ms) 4: [ RUN ] hip.mathspecialfunc_cbesselj1y1 4: [ OK ] hip.mathspecialfunc_cbesselj1y1 (28 ms) 4: [ RUN ] hip.mathspecialfunc_cbesseli0k0 4: [ OK ] hip.mathspecialfunc_cbesseli0k0 (0 ms) 4: [ RUN ] hip.mathspecialfunc_cbesseli1k1 4: [ OK ] hip.mathspecialfunc_cbesseli1k1 (1 ms) 4: [ RUN ] hip.mathspecialfunc_cbesselh1stkind 4: [ OK ] hip.mathspecialfunc_cbesselh1stkind (0 ms) 4: [ RUN ] hip.mathspecialfunc_cbesselh2ndkind 4: [ OK ] hip.mathspecialfunc_cbesselh2ndkind (0 ms) 4: [ RUN ] hip.mdrange_5d 4: [ OK ] hip.mdrange_5d (11 ms) 4: [ RUN ] hip.mdrange_6d 4: [ OK ] hip.mdrange_6d (14 ms) 4: [ RUN ] hip.mdrange_2d 4: [ OK ] hip.mdrange_2d (4 ms) 4: [ RUN ] hip.mdrange_array_reduce 4: [ OK ] hip.mdrange_array_reduce (0 ms) 4: [ RUN ] hip.mdrange_3d 4: [ OK ] hip.mdrange_3d (7 ms) 4: [ RUN ] hip.mdrange_neg_idx 4: [ OK ] hip.mdrange_neg_idx (1 ms) 4: [ RUN ] hip.mdrange_4d 4: [ OK ] hip.mdrange_4d (5 ms) 4: [ RUN ] hip.mdrange_scalar 4: [ OK ] hip.mdrange_scalar (0 ms) 4: [ RUN ] hip.mdrange_large_deep_copy 4: [ OK ] hip.mdrange_large_deep_copy (68 ms) 4: [ RUN ] hip.md_range_policy_construction_from_arrays 4: [ OK ] hip.md_range_policy_construction_from_arrays (0 ms) 4: [ RUN ] hip.mdrange_parallel_reduce_primitive_types [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 84%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynViewAPI_generic.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o 4: [ OK ] hip.mdrange_parallel_reduce_primitive_types (3914 ms) 4: [ RUN ] hip.mdspan_minimal_functional 4: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestMDSpan.hpp:57: Skipped 4: mdspan not enabled 4: [ SKIPPED ] hip.mdspan_minimal_functional (0 ms) 4: [ RUN ] hip.max 4: [ OK ] hip.max (0 ms) 4: [ RUN ] hip.max_within_parfor 4: [ OK ] hip.max_within_parfor (1 ms) 4: [ RUN ] hip.min 4: [ OK ] hip.min (0 ms) 4: [ RUN ] hip.min_within_parfor 4: [ OK ] hip.min_within_parfor (0 ms) 4: [ RUN ] hip.minmax 4: [ OK ] hip.minmax (0 ms) 4: [ RUN ] hip.minmax_within_parfor 4: [ OK ] hip.minmax_within_parfor (0 ms) 4: [ RUN ] hip.clamp 4: [ OK ] hip.clamp (0 ms) 4: [ RUN ] hip.clamp_within_parfor 4: [ OK ] hip.clamp_within_parfor (0 ms) 4: [ RUN ] hip.numeric_traits_infinity 4: [ OK ] hip.numeric_traits_infinity (9 ms) 4: [ RUN ] hip.numeric_traits_epsilon 4: [ OK ] hip.numeric_traits_epsilon (0 ms) 4: [ RUN ] hip.numeric_traits_round_error 4: [ OK ] hip.numeric_traits_round_error (0 ms) 4: [ RUN ] hip.numeric_traits_norm_min 4: [ OK ] hip.numeric_traits_norm_min (0 ms) 4: [ RUN ] hip.numeric_traits_denorm_min 4: [ OK ] hip.numeric_traits_denorm_min (0 ms) 4: [ RUN ] hip.numeric_traits_finite_min_max 4: [ OK ] hip.numeric_traits_finite_min_max (1 ms) 4: [ RUN ] hip.numeric_traits_digits 4: [ OK ] hip.numeric_traits_digits (1 ms) 4: [ RUN ] hip.numeric_traits_digits10 4: [ OK ] hip.numeric_traits_digits10 (1 ms) 4: [ RUN ] hip.numeric_traits_max_digits10 4: [ OK ] hip.numeric_traits_max_digits10 (0 ms) 4: [ RUN ] hip.numeric_traits_radix 4: [ OK ] hip.numeric_traits_radix (1 ms) 4: [ RUN ] hip.numeric_traits_min_max_exponent 4: [ OK ] hip.numeric_traits_min_max_exponent (0 ms) 4: [ RUN ] hip.numeric_traits_min_max_exponent10 4: [ OK ] hip.numeric_traits_min_max_exponent10 (0 ms) 4: [ RUN ] hip.numeric_traits_quiet_and_signaling_nan 4: [ OK ] hip.numeric_traits_quiet_and_signaling_nan (0 ms) 4: [ RUN ] hip.numeric_traits_sfinae_friendly 4: [ OK ] hip.numeric_traits_sfinae_friendly (0 ms) 4: [ RUN ] hip.occupancy_control 4: [ OK ] hip.occupancy_control (1 ms) 4: [ RUN ] hip.view_aggregate 4: [ OK ] hip.view_aggregate (0 ms) 4: [ RUN ] hip.memory_pool 4: [ OK ] hip.memory_pool (29 ms) 4: [ RUN ] hip.cxx11 4: [ OK ] hip.cxx11 (0 ms) 4: [ RUN ] hip.viewctorprop_embedded_dim 4: [ OK ] hip.viewctorprop_embedded_dim (0 ms) 4: [ RUN ] hip.viewctorpop_view_allocate_without_initializing_backward_compatility 4: [ OK ] hip.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 4: [ RUN ] hip.view_layouttiled 4: [ OK ] hip.view_layouttiled (1 ms) 4: [ RUN ] hip.view_layouttiled_subtile 4: [ OK ] hip.view_layouttiled_subtile (0 ms) 4: [ RUN ] hip.parallel_scan_range_policy 4: [ OK ] hip.parallel_scan_range_policy (43 ms) 4: [ RUN ] hip.kokkos_printf 4: [ OK ] hip.kokkos_printf (2 ms) 4: [ RUN ] hip.range_for 4: [ OK ] hip.range_for (2 ms) 4: [ RUN ] hip.range_reduce 4: [ OK ] hip.range_reduce (0 ms) 4: [ RUN ] hip.range_dynamic_policy 4: [ OK ] hip.range_dynamic_policy (0 ms) 4: [ RUN ] hip.range_policy_runtime_parameters 4: [ OK ] hip.range_policy_runtime_parameters (0 ms) 4: [ RUN ] hip.range_for_require 4: [ OK ] hip.range_for_require (2 ms) 4: [ RUN ] hip.range_reduce_require 4: [ OK ] hip.range_reduce_require (0 ms) 4: [ RUN ] hip.range_dynamic_policy_require 4: [ OK ] hip.range_dynamic_policy_require (0 ms) 4: [ RUN ] hip.reducers_int 4: [ OK ] hip.reducers_int (7 ms) 4: [ RUN ] hip.reducers_double 4: [ OK ] hip.reducers_double (6 ms) 4: [ RUN ] hip.reducers_complex_double 4: [ OK ] hip.reducers_complex_double (13 ms) 4: [ RUN ] hip.reducers_struct 4: [ OK ] hip.reducers_struct (4 ms) 4: [ RUN ] hip.reducers_half_t 4: [ OK ] hip.reducers_half_t (4 ms) 4: [ RUN ] hip.reducers_bhalf_t 4: [ OK ] hip.reducers_bhalf_t (4 ms) 4: [ RUN ] hip.reducers_int8_t 4: [ OK ] hip.reducers_int8_t (3 ms) 4: [ RUN ] hip.reducers_int16_t 4: [ OK ] hip.reducers_int16_t (3 ms) 4: [ RUN ] hip.reducers_bool 4: [ OK ] hip.reducers_bool (1 ms) 4: [ RUN ] hip.int64_t_reduce 4: [ OK ] hip.int64_t_reduce (30 ms) 4: [ RUN ] hip.double_reduce 4: [ OK ] hip.double_reduce (28 ms) 4: [ RUN ] hip.int64_t_reduce_dynamic 4: [ OK ] hip.int64_t_reduce_dynamic (27 ms) 4: [ RUN ] hip.double_reduce_dynamic 4: [ OK ] hip.double_reduce_dynamic (27 ms) 4: [ RUN ] hip.int64_t_reduce_dynamic_view 4: [ OK ] hip.int64_t_reduce_dynamic_view (9 ms) 4: [ RUN ] hip.int_combined_reduce 4: [ OK ] hip.int_combined_reduce (0 ms) 4: [ RUN ] hip.mdrange_combined_reduce 4: [ OK ] hip.mdrange_combined_reduce (0 ms) 4: [ RUN ] hip.int_combined_reduce_mixed 4: [ OK ] hip.int_combined_reduce_mixed (0 ms) 4: [ RUN ] hip.reduction_deduction 4: [ OK ] hip.reduction_deduction (0 ms) 4: [ RUN ] hip.reduce_device_view_range_policy [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_ErrorReporter.cpp [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o 4: [ OK ] openmptarget.reduce_device_view_mdrange_policy (10450 ms) 4: [ RUN ] openmptarget.reduce_device_view_team_policy [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_OffsetView.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_ScatterView.cpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o [ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_View_64bit.cpp.o [ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp [ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o [ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_a.cpp.o [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 84%] Linking CXX executable Kokkos_UnitTest_Sort [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_b.cpp.o [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o [ 84%] Built target Kokkos_UnitTest_Sort [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp [ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_StaticCrsGraph.cpp 4: [ OK ] openmptarget.reduce_device_view_team_policy (10304 ms) 4: [ RUN ] openmptarget.kokkos_swap 4: [ OK ] openmptarget.kokkos_swap (0 ms) 4: [ RUN ] openmptarget.TeamThreadMDRangeParallelFor 4: [ OK ] openmptarget.TeamThreadMDRangeParallelFor (31 ms) 4: [ RUN ] openmptarget.ThreadVectorMDRangeParallelFor 4: [ OK ] openmptarget.ThreadVectorMDRangeParallelFor (18 ms) 4: [ RUN ] openmptarget.TeamVectorMDRangeParallelFor 4: [ OK ] openmptarget.TeamVectorMDRangeParallelFor (18 ms) 4: [ RUN ] openmptarget.TeamThreadMDRangeParallelReduce 4: [ OK ] openmptarget.TeamThreadMDRangeParallelReduce (26 ms) 4: [ RUN ] openmptarget.ThreadVectorMDRangeParallelReduce 4: [ OK ] openmptarget.ThreadVectorMDRangeParallelReduce (15 ms) 4: [ RUN ] openmptarget.TeamVectorMDRangeParallelReduce 4: [ OK ] openmptarget.TeamVectorMDRangeParallelReduce (14 ms) 4: [ RUN ] openmptarget.team_policy_runtime_parameters 4: [ OK ] openmptarget.team_policy_runtime_parameters (0 ms) 4: [ RUN ] openmptarget.team_shared_request 4: [ OK ] openmptarget.team_shared_request (0 ms) 4: [ RUN ] openmptarget.team_scratch_request 4: [ OK ] openmptarget.team_scratch_request (0 ms) 4: [ RUN ] openmptarget.team_lambda_shared_request 4: [ OK ] openmptarget.team_lambda_shared_request (0 ms) 4: [ RUN ] openmptarget.scratch_align 4: [ OK ] openmptarget.scratch_align (0 ms) 4: [ RUN ] openmptarget.shmem_size 4: [ OK ] openmptarget.shmem_size (0 ms) 4: [ RUN ] openmptarget.multi_level_scratch 4: [ OK ] openmptarget.multi_level_scratch (0 ms) 4: [ RUN ] openmptarget.team_scratch_memory_index_parallel_for 4: [ OK ] openmptarget.team_scratch_memory_index_parallel_for (0 ms) 4: [ RUN ] openmptarget.team_policy_max_recommended 4: [ OK ] openmptarget.team_policy_max_recommended (35 ms) 4: [ RUN ] openmptarget.team_policy_minmax_scalar_without_plus_equal_k 4: [ OK ] openmptarget.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 4: [ RUN ] openmptarget.view_api_a 4: [ OK ] openmptarget.view_api_a (0 ms) 4: [ RUN ] openmptarget.view_api_b 4: [ OK ] openmptarget.view_api_b (4 ms) 4: [ RUN ] openmptarget.view_api_c 4: [ OK ] openmptarget.view_api_c (0 ms) 4: [ RUN ] openmptarget.view_api_d 4: [ OK ] openmptarget.view_api_d (0 ms) 4: [ RUN ] openmptarget.view_allocation_error 4: [ OK ] openmptarget.view_allocation_error (0 ms) 4: [ RUN ] openmptarget.view_copy_tests 4: [ OK ] openmptarget.view_copy_tests (6 ms) 4: [ RUN ] openmptarget.view_copy_tests_rank_0 4: [ OK ] openmptarget.view_copy_tests_rank_0 (1 ms) 4: [ RUN ] openmptarget.view_copy_degenerated 4: [ OK ] openmptarget.view_copy_degenerated (0 ms) 4: [ RUN ] openmptarget.view_empty_runtime_unmanaged 4: [ OK ] openmptarget.view_empty_runtime_unmanaged (0 ms) 4: [ RUN ] openmptarget.view_hooks 4: [ OK ] openmptarget.view_hooks (0 ms) 4: [ RUN ] openmptarget.view_layoutstride_left_to_layoutleft_assignment 4: [ OK ] openmptarget.view_layoutstride_left_to_layoutleft_assignment (69 ms) 4: [ RUN ] openmptarget.view_layoutstride_right_to_layoutright_assignment 4: [ OK ] openmptarget.view_layoutstride_right_to_layoutright_assignment (68 ms) 4: [ RUN ] openmptarget.view_irregular_layout 4: [ OK ] openmptarget.view_irregular_layout (0 ms) 4: [ RUN ] openmptarget.view_mapping 4: [ OK ] openmptarget.view_mapping (51 ms) 4: [ RUN ] openmptarget.view_mapping_operator 4: [ OK ] openmptarget.view_mapping_operator (11 ms) 4: [ RUN ] openmptarget.static_extent 4: [ OK ] openmptarget.static_extent (0 ms) 4: [ RUN ] openmptarget.view_mapping_atomic Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D 4: [ OK ] openmptarget.view_mapping_atomic (538 ms) 4: [ RUN ] openmptarget.view_mapping_class_value 4: [ OK ] openmptarget.view_mapping_class_value (0 ms) 4: [ RUN ] openmptarget.view_mapping_assignable 4: [ OK ] openmptarget.view_mapping_assignable (0 ms) 4: [ RUN ] openmptarget.view_mapping_trivially_copyable 4: [ OK ] openmptarget.view_mapping_trivially_copyable (0 ms) 4: [ RUN ] openmptarget.view_mapping_subview 4: [ OK ] openmptarget.view_mapping_subview (1 ms) 4: [ RUN ] openmptarget.view_nested_view 4: [ OK ] openmptarget.view_nested_view (0 ms) 4: [ RUN ] openmptarget.append_formatted_multidimensional_index 4: [ OK ] openmptarget.append_formatted_multidimensional_index (0 ms) 4: [ RUN ] openmptarget.view_resize 4: [ OK ] openmptarget.view_resize (14 ms) 4: [ RUN ] openmptarget.view_realloc 4: [ OK ] openmptarget.view_realloc (1 ms) 4: [ RUN ] openmptarget.resize_realloc_no_init 4: [ OK ] openmptarget.resize_realloc_no_init (0 ms) 4: [ RUN ] openmptarget.resize_realloc_no_alloc 4: [ OK ] openmptarget.resize_realloc_no_alloc (0 ms) 4: [ RUN ] openmptarget.realloc_exec_space 4: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestWithoutInitializing.hpp:84: Skipped 4: skipping since the OpenMPTarget backend doesn't implement allocate taking an execution space instance properly 4: [ SKIPPED ] openmptarget.realloc_exec_space (0 ms) 4: [ RUN ] openmptarget.view_alloc 4: [ OK ] openmptarget.view_alloc (0 ms) 4: [ RUN ] openmptarget.view_alloc_exec_space 4: [ OK ] openmptarget.view_alloc_exec_space (0 ms) 4: [ RUN ] openmptarget.view_alloc_int 4: [ OK ] openmptarget.view_alloc_int (0 ms) 4: [ RUN ] openmptarget.view_alloc_exec_space_int 4: [ OK ] openmptarget.view_alloc_exec_space_int (0 ms) 4: [ RUN ] openmptarget.deep_copy_zero_memset 4: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestWithoutInitializing.hpp:214: Skipped 4: skipping since the OpenMPTarget backend doesn't implement ZeroMemset 4: [ SKIPPED ] openmptarget.deep_copy_zero_memset (0 ms) 4: [ RUN ] openmptarget.resize_exec_space 4: [ OK ] openmptarget.resize_exec_space (0 ms) 4: [ RUN ] openmptarget.view_allocation_int 4: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestWithoutInitializing.hpp:282: Skipped 4: skipping since the OpenMPTarget has unexpected fences 4: [ SKIPPED ] openmptarget.view_allocation_int (0 ms) 4: [ RUN ] openmptarget.view_allocation_exec_space_int 4: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestWithoutInitializing.hpp:316: Skipped 4: skipping since the OpenMPTarget has unexpected fences 4: [ SKIPPED ] openmptarget.view_allocation_exec_space_int (0 ms) 4: [ RUN ] openmptarget.view_not_default_constructible 4: [ OK ] openmptarget.view_not_default_constructible (0 ms) 4: [ RUN ] openmptarget.view_subview_auto_1d_left 4: [ OK ] openmptarget.view_subview_auto_1d_left (0 ms) 4: [ RUN ] openmptarget.view_subview_auto_1d_right 4: [ OK ] openmptarget.view_subview_auto_1d_right (0 ms) 4: [ RUN ] openmptarget.view_subview_auto_1d_stride 4: [ OK ] openmptarget.view_subview_auto_1d_stride (0 ms) 4: [ RUN ] openmptarget.view_subview_assign_strided 4: [ OK ] openmptarget.view_subview_assign_strided (0 ms) 4: [ RUN ] openmptarget.view_subview_left_0 4: [ OK ] openmptarget.view_subview_left_0 (0 ms) 4: [ RUN ] openmptarget.view_subview_left_1 4: [ OK ] openmptarget.view_subview_left_1 (0 ms) 4: [ RUN ] openmptarget.view_subview_left_2 4: [ OK ] openmptarget.view_subview_left_2 (0 ms) 4: [ RUN ] openmptarget.view_subview_left_3 4: [ OK ] openmptarget.view_subview_left_3 (0 ms) 4: [ RUN ] openmptarget.view_subview_right_0 4: [ OK ] openmptarget.view_subview_right_0 (0 ms) 4: [ RUN ] openmptarget.view_subview_right_1 4: [ OK ] openmptarget.view_subview_right_1 (0 ms) 4: [ RUN ] openmptarget.view_subview_right_3 4: [ OK ] openmptarget.view_subview_right_3 (0 ms) 4: [ RUN ] openmptarget.view_static_tests 4: [ OK ] openmptarget.view_static_tests (0 ms) 4: [ RUN ] openmptarget.view_subview_layoutleft_to_layoutleft 4: [ OK ] openmptarget.view_subview_layoutleft_to_layoutleft (1 ms) 4: [ RUN ] openmptarget.view_subview_layoutright_to_layoutright 4: [ OK ] openmptarget.view_subview_layoutright_to_layoutright (1 ms) 4: [ RUN ] openmptarget.view_subview_2d_from_3d 4: [ OK ] openmptarget.view_subview_2d_from_3d (29 ms) 4: [ RUN ] openmptarget.view_subview_2d_from_3d_atomic 4: [ OK ] openmptarget.view_subview_2d_from_3d_atomic (29 ms) 4: [ RUN ] openmptarget.view_subview_2d_from_3d_randomaccess 4: [ OK ] openmptarget.view_subview_2d_from_3d_randomaccess (29 ms) 4: [ RUN ] openmptarget.view_subview_3d_from_5d_left 4: [ OK ] openmptarget.view_subview_3d_from_5d_left (44 ms) 4: [ RUN ] openmptarget.view_subview_3d_from_5d_left_atomic 4: [ OK ] openmptarget.view_subview_3d_from_5d_left_atomic (45 ms) 4: [ RUN ] openmptarget.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] openmptarget.view_subview_3d_from_5d_left_randomaccess (43 ms) 4: [ RUN ] openmptarget.view_subview_3d_from_5d_right 4: [ OK ] openmptarget.view_subview_3d_from_5d_right (41 ms) 4: [ RUN ] openmptarget.view_subview_3d_from_5d_right_atomic 4: [ OK ] openmptarget.view_subview_3d_from_5d_right_atomic (41 ms) 4: [ RUN ] openmptarget.view_subview_3d_from_5d_right_randomaccess 4: [ OK ] openmptarget.view_subview_3d_from_5d_right_randomaccess (41 ms) 4: [ RUN ] openmptarget.view_test_unmanaged_subview_reset 4: [ OK ] openmptarget.view_test_unmanaged_subview_reset (0 ms) 4: [ RUN ] openmptarget.view_subview_memory_traits_construction 4: [ OK ] openmptarget.view_subview_memory_traits_construction (0 ms) 4: [----------] 217 tests from openmptarget (61022 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 226 tests from 2 test suites ran. (104001 ms total) 4: [ PASSED ] 219 tests. 4: [ SKIPPED ] 7 tests, listed below: 4: [ SKIPPED ] openmptarget_DeathTest.view_memory_access_violations_from_device 4: [ SKIPPED ] openmptarget.mdrange_parallel_reduce_primitive_types 4: [ SKIPPED ] openmptarget.mdspan_minimal_functional 4: [ SKIPPED ] openmptarget.realloc_exec_space 4: [ SKIPPED ] openmptarget.deep_copy_zero_memset 4: [ SKIPPED ] openmptarget.view_allocation_int 4: [ SKIPPED ] openmptarget.view_allocation_exec_space_int 4/49 Test #4: Kokkos_CoreUnitTest_OpenMPTarget ............ Passed 104.69 sec test 5 Start 5: Kokkos_CoreUnitTest_Default 5: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Default 5: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test 5: Test timeout computed to be: 1500 5: [==========] Running 69 tests from 41 test suites. 5: [----------] Global test environment set-up. 5: [----------] 29 tests from defaultdevicetype 5: [ RUN ] defaultdevicetype.initialization_settings 5: [ OK ] defaultdevicetype.initialization_settings (0 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 5: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_device_id 5: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 5: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 5: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_help 5: [ OK ] defaultdevicetype.cmd_line_args_help (5 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 5: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (1 ms) 5: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 5: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (8 ms) 5: [ RUN ] defaultdevicetype.env_vars_num_threads 5: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 5: [ RUN ] defaultdevicetype.env_vars_device_id 5: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 5: [ RUN ] defaultdevicetype.env_vars_disable_warnings 5: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 5: [ RUN ] defaultdevicetype.env_vars_tune_internals 5: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 5: [ RUN ] defaultdevicetype.visible_devices 5: [ OK ] defaultdevicetype.visible_devices (0 ms) 5: [ RUN ] defaultdevicetype.compiler_macros 5: [ OK ] defaultdevicetype.compiler_macros (0 ms) 5: [ RUN ] defaultdevicetype.half_conversion 5: [ OK ] defaultdevicetype.half_conversion (102 ms) 5: [ RUN ] defaultdevicetype.bhalf_conversion 5: [ OK ] defaultdevicetype.bhalf_conversion (2 ms) 5: [ RUN ] defaultdevicetype.half_operators 5: [ OK ] defaultdevicetype.half_operators (2 ms) 5: [ RUN ] defaultdevicetype.bhalf_operators 5: [ OK ] defaultdevicetype.bhalf_operators (1 ms) 5: [ RUN ] defaultdevicetype.host_space_access 5: [ OK ] defaultdevicetype.host_space_access (0 ms) 5: [ RUN ] defaultdevicetype.reduce_instantiation_a1 5: [ OK ] defaultdevicetype.reduce_instantiation_a1 (5 ms) 5: [ RUN ] defaultdevicetype.reduce_instantiation_b1 5: [ OK ] defaultdevicetype.reduce_instantiation_b1 (10 ms) 5: [ RUN ] defaultdevicetype.reduce_instantiation_c1 5: [ OK ] defaultdevicetype.reduce_instantiation_c1 (5 ms) 5: [ RUN ] defaultdevicetype.reduce_instantiation_a2 5: [ OK ] defaultdevicetype.reduce_instantiation_a2 (6 ms) 5: [ RUN ] defaultdevicetype.reduce_instantiation_b2 [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o 5: [ OK ] defaultdevicetype.reduce_instantiation_b2 (15 ms) 5: [ RUN ] defaultdevicetype.reduce_instantiation_c2 5: [ OK ] defaultdevicetype.reduce_instantiation_c2 (6 ms) 5: [ RUN ] defaultdevicetype.reduce_instantiation_a3 5: [ OK ] defaultdevicetype.reduce_instantiation_a3 (0 ms) 5: [ RUN ] defaultdevicetype.reduce_instantiation_b3 5: [ OK ] defaultdevicetype.reduce_instantiation_b3 (0 ms) 5: [ RUN ] defaultdevicetype.reduce_instantiation_c3 5: [ OK ] defaultdevicetype.reduce_instantiation_c3 (0 ms) 5: [ RUN ] defaultdevicetype.malloc 5: [ OK ] defaultdevicetype.malloc (0 ms) 5: [----------] 29 tests from defaultdevicetype (174 ms total) 5: 5: [----------] 1 test from kokkosresize 5: [ RUN ] kokkosresize.host_space_access 5: [ OK ] kokkosresize.host_space_access (20 ms) 5: [----------] 1 test from kokkosresize (20 ms total) 5: 5: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/0.sizes 5: [ OK ] TestViewAPI/0.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/0 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/1, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/1.sizes 5: [ OK ] TestViewAPI/1.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/1 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/2, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/2.sizes 5: [ OK ] TestViewAPI/2.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/2 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/3, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/3.sizes 5: [ OK ] TestViewAPI/3.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/3 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/4, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/4.sizes 5: [ OK ] TestViewAPI/4.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/4 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/5, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/5.sizes 5: [ OK ] TestViewAPI/5.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/5 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/6, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/6.sizes 5: [ OK ] TestViewAPI/6.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/6 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/7, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/7.sizes 5: [ OK ] TestViewAPI/7.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/7 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/8, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/8.sizes 5: [ OK ] TestViewAPI/8.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/8 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/9, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/9.sizes 5: [ OK ] TestViewAPI/9.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/9 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/10, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/10.sizes 5: [ OK ] TestViewAPI/10.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/10 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/11, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/11.sizes 5: [ OK ] TestViewAPI/11.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/11 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/12, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/12.sizes 5: [ OK ] TestViewAPI/12.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/12 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/13, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/13.sizes 5: [ OK ] TestViewAPI/13.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/13 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/14, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/14.sizes 5: [ OK ] TestViewAPI/14.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/14 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/15, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/15.sizes 5: [ OK ] TestViewAPI/15.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/15 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/16, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/16.sizes 5: [ OK ] TestViewAPI/16.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/16 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/17, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/17.sizes 5: [ OK ] TestViewAPI/17.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/17 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/18, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/18.sizes 5: [ OK ] TestViewAPI/18.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/18 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/19, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/19.sizes 5: [ OK ] TestViewAPI/19.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/19 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/20, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/20.sizes 5: [ OK ] TestViewAPI/20.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/20 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/21, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/21.sizes 5: [ OK ] TestViewAPI/21.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/21 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/22, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/22.sizes 5: [ OK ] TestViewAPI/22.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/22 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/23, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/23.sizes 5: [ OK ] TestViewAPI/23.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/23 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/24, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/24.sizes 5: [ OK ] TestViewAPI/24.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/24 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/25, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/25.sizes 5: [ OK ] TestViewAPI/25.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/25 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/26, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/26.sizes 5: [ OK ] TestViewAPI/26.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/26 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/27, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/27.sizes 5: [ OK ] TestViewAPI/27.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/27 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/28, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/28.sizes 5: [ OK ] TestViewAPI/28.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/28 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/29, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/29.sizes 5: [ OK ] TestViewAPI/29.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/29 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/30, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/30.sizes 5: [ OK ] TestViewAPI/30.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/30 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/31, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/31.sizes 5: [ OK ] TestViewAPI/31.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/31 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/32, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/32.sizes 5: [ OK ] TestViewAPI/32.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/32 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/33, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/33.sizes 5: [ OK ] TestViewAPI/33.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/33 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/34, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/34.sizes 5: [ OK ] TestViewAPI/34.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/34 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/35, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/35.sizes 5: [ OK ] TestViewAPI/35.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/35 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/36, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/36.sizes 5: [ OK ] TestViewAPI/36.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/36 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/37, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/37.sizes 5: [ OK ] TestViewAPI/37.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/37 (0 ms total) 5: 5: [----------] 1 test from TestViewAPI/38, where TypeParam = std::tuple, std::integer_sequence > 5: [ RUN ] TestViewAPI/38.sizes 5: [ OK ] TestViewAPI/38.sizes (0 ms) 5: [----------] 1 test from TestViewAPI/38 (0 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 69 tests from 41 test suites ran. (199 ms total) 5: [ PASSED ] 69 tests. [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o 5/49 Test #5: Kokkos_CoreUnitTest_Default ................. Passed 0.80 sec test 6 Start 6: Kokkos_CoreUnitTest_LegionInitialization 6: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization 6: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test 6: Test timeout computed to be: 1500 6: [==========] Running 1 test from 1 test suite. 6: [----------] Global test environment set-up. 6: [----------] 1 test from initialization 6: [ RUN ] initialization.legion_initialization 6: [ OK ] initialization.legion_initialization (80 ms) 6: [----------] 1 test from initialization (80 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 1 test from 1 test suite ran. (80 ms total) 6: [ PASSED ] 1 test. [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp 6/49 Test #6: Kokkos_CoreUnitTest_LegionInitialization .... Passed 0.68 sec test 7 Start 7: Kokkos_CoreUnitTest_PushFinalizeHook 7: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook 7: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test 7: Test timeout computed to be: 1500 [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 85%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o 7: SUCCESS 7/49 Test #7: Kokkos_CoreUnitTest_PushFinalizeHook ........ Passed 0.56 sec test 8 Start 8: Kokkos_CoreUnitTest_Develop 8: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Develop 8: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test 8: Test timeout computed to be: 1500 [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp 8: [==========] Running 1 test from 1 test suite. 8: [----------] Global test environment set-up. 8: [----------] 1 test from defaultdevicetype 8: [ RUN ] defaultdevicetype.development_test 8: [ OK ] defaultdevicetype.development_test (0 ms) 8: [----------] 1 test from defaultdevicetype (0 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (0 ms total) 8: [ PASSED ] 1 test. 8/49 Test #8: Kokkos_CoreUnitTest_Develop ................. Passed 0.56 sec test 9 Start 9: Kokkos_CoreUnitTest_TuningBuiltins 9: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_TuningBuiltins 9: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test 9: Test timeout computed to be: 1500 [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o 9/49 Test #9: Kokkos_CoreUnitTest_TuningBuiltins .......... Passed 1.17 sec test 10 Start 10: Kokkos_CoreUnitTest_TuningBasics 10: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_TuningBasics 10: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test 10: Test timeout computed to be: 1500 10: Set of size 10 10: 4,4 10: Expect 1, have 1 10: Expect 2, have 2 [ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp 10/49 Test #10: Kokkos_CoreUnitTest_TuningBasics ............ Passed 0.56 sec test 11 Start 11: Kokkos_CoreUnitTest_CategoricalTuner 11: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CategoricalTuner 11: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test 11: Test timeout computed to be: 1500 [ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o 11/49 Test #11: Kokkos_CoreUnitTest_CategoricalTuner ........ Passed 1.02 sec test 12 Start 12: Kokkos_CoreUnitTest_KokkosP 12: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 12: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test 12: Test timeout computed to be: 1500 [ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_UnorderedMap.cpp 12: [==========] Running 28 tests from 2 test suites. 12: [----------] Global test environment set-up. 12: [----------] 26 tests from kokkosp 12: [ RUN ] kokkosp.test_named_instance_fence 12: Ref: 67108865 12: Ref: named_instance 12: 67108865 12: named_instance 12: [ OK ] kokkosp.test_named_instance_fence (0 ms) 12: [ RUN ] kokkosp.test_unnamed_instance_fence 12: Ref: 67108865 12: Ref: Unnamed Instance Fence 12: 67108865 12: Kokkos::OpenMPTarget::fence: Unnamed Instance Fence 12: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 12: [ RUN ] kokkosp.test_named_global_fence 12: Ref: 67108864 12: Ref: test global fence 12: 0 12: test global fence 12: Miss on id 12: 67108864 12: test global fence 12: [ OK ] kokkosp.test_named_global_fence (0 ms) 12: [ RUN ] kokkosp.test_unnamed_global_fence 12: Ref: 67108864 12: Ref: Unnamed Global Fence 12: 0 12: Kokkos::fence: Unnamed Global Fence 12: Miss on id 12: 67108864 12: Kokkos::fence: Unnamed Global Fence 12: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 12: [ RUN ] kokkosp.test_multiple_default_instances 12: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 12: [ RUN ] kokkosp.test_id_gen 12: [ OK ] kokkosp.test_id_gen (0 ms) 12: [ RUN ] kokkosp.test_kernel_sequence 12: Ref: 67108865 12: Ref: named_instance 12: 67108865 12: named_instance 12: Ref: 67108865 12: Ref: test_kernel 12: 67108865 12: named_instance 12: Miss on name 12: 0 12: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 12: Miss on name 12: Miss on id 12: 67108864 12: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 12: Miss on name 12: Miss on id 12: 67108865 12: test_kernel 12: [ OK ] kokkosp.test_kernel_sequence (80 ms) 12: [ RUN ] kokkosp.async_deep_copy 12: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/tools/TestEventCorrectness.hpp:287: Skipped 12: skipping since the OpenMPTarget backend has unexpected fences 12: [ SKIPPED ] kokkosp.async_deep_copy (0 ms) 12: [ RUN ] kokkosp.parallel_for 12: [ OK ] kokkosp.parallel_for (0 ms) 12: [ RUN ] kokkosp.parallel_reduce 12: [ OK ] kokkosp.parallel_reduce (0 ms) 12: [ RUN ] kokkosp.parallel_scan 12: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/tools/TestEventCorrectness.hpp:368: Skipped 12: skipping since the OpenMPTarget backend reports unexpected events 12: [ SKIPPED ] kokkosp.parallel_scan (0 ms) 12: [ RUN ] kokkosp.parallel_scan_no_fence 12: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/tools/TestEventCorrectness.hpp:408: Skipped 12: skipping since the OpenMPTarget backend has unexpected fences 12: [ SKIPPED ] kokkosp.parallel_scan_no_fence (0 ms) 12: [ RUN ] kokkosp.parallel_scan_no_fence_view 12: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/tools/TestEventCorrectness.hpp:454: Skipped 12: skipping since the OpenMPTarget backend has unexpected fences 12: [ SKIPPED ] kokkosp.parallel_scan_no_fence_view (0 ms) 12: [ RUN ] kokkosp.regions 12: [ OK ] kokkosp.regions (0 ms) 12: [ RUN ] kokkosp.fences 12: [ OK ] kokkosp.fences (0 ms) 12: [ RUN ] kokkosp.raw_allocation 12: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/tools/TestEventCorrectness.hpp:527: Skipped 12: skipping since the OpenMPTarget backend reports unexpected events 12: [ SKIPPED ] kokkosp.raw_allocation (0 ms) 12: [ RUN ] kokkosp.view 12: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/tools/TestEventCorrectness.hpp:566: Skipped 12: skipping since the OpenMPTarget backend reports unexpected events 12: [ SKIPPED ] kokkosp.view (0 ms) 12: [ RUN ] kokkosp.sections 12: [ OK ] kokkosp.sections (0 ms) 12: [ RUN ] kokkosp.metadata 12: [ OK ] kokkosp.metadata (0 ms) 12: [ RUN ] kokkosp.profile_events 12: [ OK ] kokkosp.profile_events (0 ms) 12: [ RUN ] kokkosp.tuning_sequence 12: [ OK ] kokkosp.tuning_sequence (0 ms) 12: [ RUN ] kokkosp.no_init_kernel 12: [ OK ] kokkosp.no_init_kernel (0 ms) 12: [ RUN ] kokkosp.get_events 12: [ OK ] kokkosp.get_events (0 ms) 12: [ RUN ] kokkosp.create_mirror_no_init 12: [ OK ] kokkosp.create_mirror_no_init (0 ms) 12: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 12: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 12: [ RUN ] kokkosp.create_mirror_view_and_copy 12: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/tools/TestWithoutInitializing.cpp:92: Skipped 12: skipping since the OpenMPTarget has unexpected fences 12: [ SKIPPED ] kokkosp.create_mirror_view_and_copy (0 ms) 12: [----------] 26 tests from kokkosp (82 ms total) 12: 12: [----------] 2 tests from defaultdevicetype 12: [ RUN ] defaultdevicetype.profiling_section 12: [ OK ] defaultdevicetype.profiling_section (0 ms) 12: [ RUN ] defaultdevicetype.scoped_profile_region 12: [ OK ] defaultdevicetype.scoped_profile_region (0 ms) 12: [----------] 2 tests from defaultdevicetype (0 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 28 tests from 2 test suites ran. (82 ms total) 12: [ PASSED ] 21 tests. 12: [ SKIPPED ] 7 tests, listed below: 12: [ SKIPPED ] kokkosp.async_deep_copy 12: [ SKIPPED ] kokkosp.parallel_scan 12: [ SKIPPED ] kokkosp.parallel_scan_no_fence 12: [ SKIPPED ] kokkosp.parallel_scan_no_fence_view 12: [ SKIPPED ] kokkosp.raw_allocation 12: [ SKIPPED ] kokkosp.view 12: [ SKIPPED ] kokkosp.create_mirror_view_and_copy [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o 12/49 Test #12: Kokkos_CoreUnitTest_KokkosP ................. Passed 0.67 sec test 13 Start 13: Kokkos_CoreUnitTest_ToolIndependence 13: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 13: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test 13: Test timeout computed to be: 1500 [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp 13/49 Test #13: Kokkos_CoreUnitTest_ToolIndependence ........ Passed 0.56 sec test 14 Start 14: Kokkos_ProfilingTestLibraryLoadHelp 14: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 14: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test 14: Environment variables: 14: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/libkokkosprinter-tool.so 14: Test timeout computed to be: 1500 [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp 14: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 14: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp 14/49 Test #14: Kokkos_ProfilingTestLibraryLoadHelp ......... Passed 0.56 sec test 15 Start 15: Kokkos_ProfilingTestLibraryCmdLineHelp 15: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/libkokkosprinter-tool.so" 15: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test 15: Test timeout computed to be: 1500 [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o 15: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 15/49 Test #15: Kokkos_ProfilingTestLibraryCmdLineHelp ...... Passed 0.55 sec test 16 Start 16: Kokkos_ProfilingTestLibraryLoad 16: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 16: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test 16: Environment variables: 16: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/libkokkosprinter-tool.so 16: Test timeout computed to be: 1500 16: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 16: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos12Experimental12OpenMPTargetE::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1703::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.3.99::kokkosp_allocate_data:Host:source:0x555555720680:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x555555720940:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x5555557209c0:Host:source:0x555555720700:40::kokkosp_end_deep_copy::kokkosp_begin_parallel_for:parallel_for:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_parallel_reduce:parallel_reduce:1:1::kokkosp_allocate_data:Host:Kokkos::Serial::scratch_mem:0x555555720ac0:11264::kokkosp_end_parallel_reduce:1::kokkosp_begin_parallel_scan:parallel_scan:1:2::kokkosp_end_parallel_scan:2::kokkosp_push_profile_region:push_region::kokkosp_pop_profile_region::kokkosp_create_profile_section:created_section:3::kokkosp_start_profile_section:3::kokkosp_stop_profile_section:3::kokkosp_destroy_profile_section:3::kokkosp_profile_event:profiling_event::kokkosp_declare_metadata:dogs:good::kokkosp_deallocate_data:Host:destination:0x555555720940:40::kokkosp_deallocate_data:Host:source:0x555555720680:40::kokkosp_finalize_library:: [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o 16/49 Test #16: Kokkos_ProfilingTestLibraryLoad ............. Passed 0.56 sec test 17 Start 17: Kokkos_ProfilingTestLibraryCmdLine 17: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/libkokkosprinter-tool.so" 17: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test 17: Test timeout computed to be: 1500 [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp 17: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos12Experimental12OpenMPTargetE::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1703::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.3.99::kokkosp_allocate_data:Host:source:0x555555720680:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x555555720940:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x5555557209c0:Host:source:0x555555720700:40::kokkosp_end_deep_copy::kokkosp_begin_parallel_for:parallel_for:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_parallel_reduce:parallel_reduce:1:1::kokkosp_allocate_data:Host:Kokkos::Serial::scratch_mem:0x555555720ac0:11264::kokkosp_end_parallel_reduce:1::kokkosp_begin_parallel_scan:parallel_scan:1:2::kokkosp_end_parallel_scan:2::kokkosp_push_profile_region:push_region::kokkosp_pop_profile_region::kokkosp_create_profile_section:created_section:3::kokkosp_start_profile_section:3::kokkosp_stop_profile_section:3::kokkosp_destroy_profile_section:3::kokkosp_profile_event:profiling_event::kokkosp_declare_metadata:dogs:good::kokkosp_deallocate_data:Host:destination:0x555555720940:40::kokkosp_deallocate_data:Host:source:0x555555720680:40::kokkosp_finalize_library:: 17/49 Test #17: Kokkos_ProfilingTestLibraryCmdLine .......... Passed 0.55 sec test 18 Start 18: Kokkos_CoreUnitTest_StackTraceTest 18: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec 18: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test 18: Test timeout computed to be: 1500 [ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o [ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o 18: [==========] Running 3 tests from 2 test suites. 18: [----------] Global test environment set-up. 18: [----------] 2 tests from defaultdevicetype_DeathTest 18: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 18: 18: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 2 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 18: Top of f1 18: Top of f0 18: Top of f0 18: test_f1: 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555ee962] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55555558ff70] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x55555558cfe1] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xca) [0x55555558caba] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c09fd] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55555559c999] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55555559db59] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55555559e428] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x5555555ad49d] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c15bd] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555acd03] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55555558e580] 18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff7918083] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555558c91e] 18: 18: demangled test_f1: 18: [0x5555555ee962] Kokkos::Impl::save_stacktrace() 18: [0x55555558ff70] Test::stacktrace_test_f1(std::ostream&) 18: [0x55555558cfe1] Test::test_stacktrace(bool, bool) 18: [0x55555558caba] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 18: [0x5555555c09fd] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x55555559c999] testing::Test::Run() 18: [0x55555559db59] testing::TestInfo::Run() 18: [0x55555559e428] testing::TestSuite::Run() 18: [0x5555555ad49d] testing::internal::UnitTestImpl::RunAllTests() 18: [0x5555555c15bd] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x5555555acd03] testing::UnitTest::Run() 18: [0x55555558e580] main 18: [0x7ffff7918083] __libc_start_main 18: [0x55555558c91e] _start 18: 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f1 18: Top of f0 18: Top of f0 18: StackTrace f3(std::cout, 4) returned: 110 18: test_f3: 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555ee962] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55555558ff70] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x555555590134] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaed) [0x55555558daad] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xca) [0x55555558caba] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c09fd] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55555559c999] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55555559db59] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55555559e428] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x5555555ad49d] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c15bd] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555acd03] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55555558e580] 18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff7918083] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555558c91e] 18: 18: demangled test_f3: 18: [0x5555555ee962] Kokkos::Impl::save_stacktrace() 18: [0x55555558ff70] Test::stacktrace_test_f1(std::ostream&) 18: [0x555555590134] Test::stacktrace_test_f3(std::ostream&, int) 18: [0x55555558daad] Test::test_stacktrace(bool, bool) 18: [0x55555558caba] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 18: [0x5555555c09fd] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x55555559c999] testing::Test::Run() 18: [0x55555559db59] testing::TestInfo::Run() 18: [0x55555559e428] testing::TestSuite::Run() 18: [0x5555555ad49d] testing::internal::UnitTestImpl::RunAllTests() 18: [0x5555555c15bd] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x5555555acd03] testing::UnitTest::Run() 18: [0x55555558e580] main 18: [0x7ffff7918083] __libc_start_main 18: [0x55555558c91e] _start 18: 18: Test setting std::terminate handler that prints the last saved stack trace 18: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (140 ms) 18: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 18: 18: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 2 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 18: Top of f1 18: Top of f0 18: Top of f0 18: test_f1: 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555ee962] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55555558ff70] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x55555558cfe1] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xc7) [0x55555558cd77] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c09fd] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55555559c999] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55555559db59] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55555559e428] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x5555555ad49d] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c15bd] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555acd03] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55555558e580] 18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff7918083] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555558c91e] 18: 18: demangled test_f1: 18: [0x5555555ee962] Kokkos::Impl::save_stacktrace() 18: [0x55555558ff70] Test::stacktrace_test_f1(std::ostream&) 18: [0x55555558cfe1] Test::test_stacktrace(bool, bool) 18: [0x55555558cd77] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 18: [0x5555555c09fd] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x55555559c999] testing::Test::Run() 18: [0x55555559db59] testing::TestInfo::Run() 18: [0x55555559e428] testing::TestSuite::Run() 18: [0x5555555ad49d] testing::internal::UnitTestImpl::RunAllTests() 18: [0x5555555c15bd] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x5555555acd03] testing::UnitTest::Run() 18: [0x55555558e580] main 18: [0x7ffff7918083] __libc_start_main 18: [0x55555558c91e] _start 18: 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f1 18: Top of f0 18: Top of f0 18: StackTrace f3(std::cout, 4) returned: 110 18: test_f3: 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555ee962] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55555558ff70] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x555555590134] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaed) [0x55555558daad] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xc7) [0x55555558cd77] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c09fd] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55555559c999] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55555559db59] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55555559e428] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x5555555ad49d] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c15bd] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555acd03] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55555558e580] 18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff7918083] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555558c91e] 18: 18: demangled test_f3: 18: [0x5555555ee962] Kokkos::Impl::save_stacktrace() 18: [0x55555558ff70] Test::stacktrace_test_f1(std::ostream&) 18: [0x555555590134] Test::stacktrace_test_f3(std::ostream&, int) 18: [0x55555558daad] Test::test_stacktrace(bool, bool) 18: [0x55555558cd77] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 18: [0x5555555c09fd] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x55555559c999] testing::Test::Run() 18: [0x55555559db59] testing::TestInfo::Run() 18: [0x55555559e428] testing::TestSuite::Run() 18: [0x5555555ad49d] testing::internal::UnitTestImpl::RunAllTests() 18: [0x5555555c15bd] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x5555555acd03] testing::UnitTest::Run() 18: [0x55555558e580] main 18: [0x7ffff7918083] __libc_start_main 18: [0x55555558c91e] _start 18: 18: Test setting std::terminate handler that prints the last saved stack trace 18: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (151 ms) 18: [----------] 2 tests from defaultdevicetype_DeathTest (292 ms total) 18: 18: [----------] 1 test from defaultdevicetype 18: [ RUN ] defaultdevicetype.stacktrace_normal 18: Top of f1 18: Top of f0 18: Top of f0 18: test_f1: 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555ee962] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55555558ff70] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x55555558cfe1] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c09fd] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55555559c999] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55555559db59] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55555559e428] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x5555555ad49d] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c15bd] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555acd03] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55555558e580] 18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff7918083] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555558c91e] 18: 18: demangled test_f1: 18: [0x5555555ee962] Kokkos::Impl::save_stacktrace() 18: [0x55555558ff70] Test::stacktrace_test_f1(std::ostream&) 18: [0x55555558cfe1] Test::test_stacktrace(bool, bool) 18: [0x5555555c09fd] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x55555559c999] testing::Test::Run() 18: [0x55555559db59] testing::TestInfo::Run() 18: [0x55555559e428] testing::TestSuite::Run() 18: [0x5555555ad49d] testing::internal::UnitTestImpl::RunAllTests() 18: [0x5555555c15bd] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x5555555acd03] testing::UnitTest::Run() 18: [0x55555558e580] main 18: [0x7ffff7918083] __libc_start_main 18: [0x55555558c91e] _start 18: 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f1 18: Top of f0 18: Top of f0 18: StackTrace f3(std::cout, 4) returned: 110 18: test_f3: 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555ee962] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55555558ff70] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x555555590134] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaed) [0x55555558daad] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c09fd] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55555559c999] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55555559db59] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55555559e428] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x5555555ad49d] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c15bd] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555acd03] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55555558e580] 18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff7918083] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555558c91e] 18: 18: demangled test_f3: 18: [0x5555555ee962] Kokkos::Impl::save_stacktrace() 18: [0x55555558ff70] Test::stacktrace_test_f1(std::ostream&) 18: [0x555555590134] Test::stacktrace_test_f3(std::ostream&, int) 18: [0x55555558daad] Test::test_stacktrace(bool, bool) 18: [0x5555555c09fd] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x55555559c999] testing::Test::Run() 18: [0x55555559db59] testing::TestInfo::Run() 18: [0x55555559e428] testing::TestSuite::Run() 18: [0x5555555ad49d] testing::internal::UnitTestImpl::RunAllTests() 18: [0x5555555c15bd] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x5555555acd03] testing::UnitTest::Run() 18: [0x55555558e580] main 18: [0x7ffff7918083] __libc_start_main 18: [0x55555558c91e] _start 18: 18: Test setting std::terminate handler that prints the last saved stack trace 18: [ OK ] defaultdevicetype.stacktrace_normal (0 ms) 18: [----------] 1 test from defaultdevicetype (0 ms total) 18: 18: [----------] Global test environment tear-down 18: [==========] 3 tests from 2 test suites ran. (293 ms total) 18: [ PASSED ] 3 tests. 18/49 Test #18: Kokkos_CoreUnitTest_StackTraceTest .......... Passed 0.85 sec test 19 Start 19: Kokkos_IncrementalTest_OPENMPTARGET 19: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_IncrementalTest_OPENMPTARGET 19: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test 19: Test timeout computed to be: 1500 [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o 19: [==========] Running 22 tests from 1 test suite. 19: [----------] Global test environment set-up. 19: [----------] 22 tests from OPENMPTARGET 19: [ RUN ] OPENMPTARGET.IncrTest_01_execspace_typedef 19: [ OK ] OPENMPTARGET.IncrTest_01_execspace_typedef (0 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_01_execspace 19: OpenMPTarget Execution Space: 19: KOKKOS_ENABLE_OPENMPTARGET: yes 19: 19: OpenMPTarget Runtime Configuration: 19: Using OpenMPTarget 19: OpenMPTarget 19: [ OK ] OPENMPTARGET.IncrTest_01_execspace (0 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_02_AtomicExchange 19: [ OK ] OPENMPTARGET.IncrTest_02_AtomicExchange (0 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_02_AtomicAdd 19: [ OK ] OPENMPTARGET.IncrTest_02_AtomicAdd (0 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_02_AtomicSub 19: [ OK ] OPENMPTARGET.IncrTest_02_AtomicSub (0 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_03a_memspace_malloc 19: [ OK ] OPENMPTARGET.IncrTest_03a_memspace_malloc (80 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_03b_memspace_free /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda_ViewCtorPropEmbeddedDim.cpp [ 60%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2 [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o [ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o [ 61%] Built target Kokkos_CoreUnitTest_Cuda2 [ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_c.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o 19: [ OK ] OPENMPTARGET.IncrTest_03b_memspace_free (6546 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_04_simple_parallelFor 19: [ OK ] OPENMPTARGET.IncrTest_04_simple_parallelFor (6 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_04_RangePolicy_parallelFor 19: [ OK ] OPENMPTARGET.IncrTest_04_RangePolicy_parallelFor (0 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_05_reduction 19: [ OK ] OPENMPTARGET.IncrTest_05_reduction (14 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_06_mdrange2D 19: [ OK ] OPENMPTARGET.IncrTest_06_mdrange2D (0 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_06_mdrange3D 19: [ OK ] OPENMPTARGET.IncrTest_06_mdrange3D (0 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_06_mdrange4D 19: [ OK ] OPENMPTARGET.IncrTest_06_mdrange4D (0 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_08_deep_copy_2D 19: [ OK ] OPENMPTARGET.IncrTest_08_deep_copy_2D (0 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_08_deep_copy_3D 19: [ OK ] OPENMPTARGET.IncrTest_08_deep_copy_3D (0 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_08_deep_copy_4D 19: [ OK ] OPENMPTARGET.IncrTest_08_deep_copy_4D (0 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_10_Hierarchical_Basics 19: [ OK ] OPENMPTARGET.IncrTest_10_Hierarchical_Basics (3 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_11a_Hierarchical_ForLoop 19: [ OK ] OPENMPTARGET.IncrTest_11a_Hierarchical_ForLoop (1 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_11b_Hierarchical_ForLoop 19: [ OK ] OPENMPTARGET.IncrTest_11b_Hierarchical_ForLoop (0 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_11c_Hierarchical_ForLoop 19: [ OK ] OPENMPTARGET.IncrTest_11c_Hierarchical_ForLoop (237 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_12a_ThreadScratch 19: [ OK ] OPENMPTARGET.IncrTest_12a_ThreadScratch (5 ms) 19: [ RUN ] OPENMPTARGET.IncrTest_12b_TeamScratch 19: [ OK ] OPENMPTARGET.IncrTest_12b_TeamScratch (4 ms) 19: [----------] 22 tests from OPENMPTARGET (6902 ms total) 19: 19: [----------] Global test environment tear-down 19: [==========] 22 tests from 1 test suite ran. (6903 ms total) 19: [ PASSED ] 22 tests. [ 86%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o 19/49 Test #19: Kokkos_IncrementalTest_OPENMPTARGET ......... Passed 7.51 sec test 20 Start 20: Kokkos_IncrementalTest_SERIAL 20: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 20: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test 20: Test timeout computed to be: 1500 [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o 20: [==========] Running 28 tests from 1 test suite. 20: [----------] Global test environment set-up. 20: [----------] 28 tests from SERIAL 20: [ RUN ] SERIAL.IncrTest_01_execspace_typedef 20: [ OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms) 20: [ RUN ] SERIAL.IncrTest_01_execspace 20: Host Serial Execution Space: 20: KOKKOS_ENABLE_SERIAL: yes 20: 20: Serial Runtime Configuration: 20: Serial 20: [ OK ] SERIAL.IncrTest_01_execspace (0 ms) 20: [ RUN ] SERIAL.IncrTest_02_AtomicExchange 20: [ OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms) 20: [ RUN ] SERIAL.IncrTest_02_AtomicAdd 20: [ OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms) 20: [ RUN ] SERIAL.IncrTest_02_AtomicSub 20: [ OK ] SERIAL.IncrTest_02_AtomicSub (0 ms) 20: [ RUN ] SERIAL.IncrTest_03a_memspace_malloc 20: [ OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms) 20: [ RUN ] SERIAL.IncrTest_03b_memspace_free 20: [ OK ] SERIAL.IncrTest_03b_memspace_free (26 ms) 20: [ RUN ] SERIAL.IncrTest_04_simple_parallelFor 20: [ OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms) 20: [ RUN ] SERIAL.IncrTest_04_RangePolicy_parallelFor 20: [ OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms) 20: [ RUN ] SERIAL.IncrTest_05_reduction 20: [ OK ] SERIAL.IncrTest_05_reduction (0 ms) 20: [ RUN ] SERIAL.IncrTest_06_mdrange2D 20: [ OK ] SERIAL.IncrTest_06_mdrange2D (0 ms) 20: [ RUN ] SERIAL.IncrTest_06_mdrange3D 20: [ OK ] SERIAL.IncrTest_06_mdrange3D (0 ms) 20: [ RUN ] SERIAL.IncrTest_06_mdrange4D 20: [ OK ] SERIAL.IncrTest_06_mdrange4D (0 ms) 20: [ RUN ] SERIAL.IncrTest_08_deep_copy_2D 20: [ OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms) 20: [ RUN ] SERIAL.IncrTest_08_deep_copy_3D 20: [ OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms) 20: [ RUN ] SERIAL.IncrTest_08_deep_copy_4D 20: [ OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms) 20: [ RUN ] SERIAL.IncrTest_10_Hierarchical_Basics 20: [ OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms) 20: [ RUN ] SERIAL.IncrTest_11a_Hierarchical_ForLoop 20: [ OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 20: [ RUN ] SERIAL.IncrTest_11b_Hierarchical_ForLoop 20: [ OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 20: [ RUN ] SERIAL.IncrTest_11c_Hierarchical_ForLoop 20: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (164 ms) 20: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 20: [ OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms) 20: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 20: [ OK ] SERIAL.IncrTest_12b_TeamScratch (0 ms) 20: [ RUN ] SERIAL.IncrTest_13a_Hierarchical_Red 20: [ OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms) 20: [ RUN ] SERIAL.IncrTest_13b_Hierarchical_Red 20: [ OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms) 20: [ RUN ] SERIAL.IncrTest_13c_Hierarchical_Red 20: [ OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms) 20: [ RUN ] SERIAL.incr_14_MDrangeReduce 20: [ OK ] SERIAL.incr_14_MDrangeReduce (0 ms) 20: [ RUN ] SERIAL.IncrTest_16_parallelscan 20: [ OK ] SERIAL.IncrTest_16_parallelscan (0 ms) 20: [ RUN ] SERIAL.incr_17_atomicView 20: [ OK ] SERIAL.incr_17_atomicView (0 ms) 20: [----------] 28 tests from SERIAL (192 ms total) 20: 20: [----------] Global test environment tear-down 20: [==========] 28 tests from 1 test suite ran. (192 ms total) 20: [ PASSED ] 28 tests. 20/49 Test #20: Kokkos_IncrementalTest_SERIAL ............... Passed 0.76 sec test 21 Start 21: Kokkos_CoreUnitTest_CTestDevice 21: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 21: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test 21: Test timeout computed to be: 1500 21: [==========] Running 8 tests from 1 test suite. 21: [----------] Global test environment set-up. 21: [----------] 8 tests from ctest_environment 21: [ RUN ] ctest_environment.no_device_type 21: [ OK ] ctest_environment.no_device_type (0 ms) 21: [ RUN ] ctest_environment.no_process_count 21: [ OK ] ctest_environment.no_process_count (0 ms) 21: [ RUN ] ctest_environment.invalid_rank 21: [ OK ] ctest_environment.invalid_rank (0 ms) 21: [ RUN ] ctest_environment.no_type_str 21: [ OK ] ctest_environment.no_type_str (0 ms) 21: [ RUN ] ctest_environment.missing_type 21: [ OK ] ctest_environment.missing_type (0 ms) 21: [ RUN ] ctest_environment.no_id_str 21: [ OK ] ctest_environment.no_id_str (0 ms) 21: [ RUN ] ctest_environment.invalid_id_str 21: [ OK ] ctest_environment.invalid_id_str (0 ms) 21: [ RUN ] ctest_environment.good 21: [ OK ] ctest_environment.good (0 ms) 21: [----------] 8 tests from ctest_environment (0 ms total) 21: 21: [----------] Global test environment tear-down 21: [==========] 8 tests from 1 test suite ran. (0 ms total) 21: [ PASSED ] 8 tests. 21/49 Test #21: Kokkos_CoreUnitTest_CTestDevice ............. Passed 0.56 sec test 22 Start 22: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 22: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 22: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test 22: Test timeout computed to be: 1500 22/49 Test #22: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ... Passed 0.56 sec test 23 Start 23: Kokkos_CoreUnitTest_DeviceAndThreads 23: Test command: /usr/bin/python3.8 "-m" "unittest" "-v" "/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/TestDeviceAndThreads.py" 23: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test 23: Test timeout computed to be: 1500 [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp [ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Command_Line_Parsing.cpp 23: test_device_id (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_d.cpp.o [ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o 23: test_disable_warnings (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok 23: test_num_devices (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o 23: test_num_threads (TestDeviceAndThreads.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled' [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o 23: test_tune_internals (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok 23: 23: ---------------------------------------------------------------------- 23: Ran 5 tests in 6.127s 23: 23: OK (skipped=1) 23/49 Test #23: Kokkos_CoreUnitTest_DeviceAndThreads ........ Passed 6.46 sec test 24 Start 24: Kokkos_PerformanceTest_Benchmark 24: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2024-03-29_T02-32-02.json" 24: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test 24: Test timeout computed to be: 1500 24: 2024-03-29T02:58:03+00:00 24: Running /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 24: Run on (6 X 2095.08 MHz CPU s) 24: CPU Caches: 24: L1 Data 32 KiB (x6) 24: L1 Instruction 32 KiB (x6) 24: L2 Unified 4096 KiB (x6) 24: L3 Unified 16384 KiB (x6) 24: Load Average: 1.31, 5.39, 5.99 24: CPU architecture: none 24: Default Device: N6Kokkos12Experimental12OpenMPTargetE 24: GIT_BRANCH: HEAD 24: GIT_CLEAN_STATUS: CLEAN 24: GIT_COMMIT_DATE: 2024-03-29T02:31:11+00:00 24: GIT_COMMIT_DESCRIPTION: Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD 24: GIT_COMMIT_HASH: 67af2a29a 24: GPU architecture: VOLTA70 24: KOKKOS_COMPILER_CLANG: 1703 24: KOKKOS_ENABLE_ASM: no 24: KOKKOS_ENABLE_CXX17: yes 24: KOKKOS_ENABLE_CXX20: no 24: KOKKOS_ENABLE_CXX23: no 24: KOKKOS_ENABLE_CXX26: no 24: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 24: KOKKOS_ENABLE_HWLOC: no 24: KOKKOS_ENABLE_LIBDL: yes 24: KOKKOS_ENABLE_OPENMPTARGET: yes 24: KOKKOS_ENABLE_PRAGMA_IVDEP: no 24: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 24: KOKKOS_ENABLE_PRAGMA_UNROLL: no 24: KOKKOS_ENABLE_PRAGMA_VECTOR: no 24: KOKKOS_ENABLE_SERIAL: yes 24: Kokkos Version: 4.3.99 24: platform: 64bit 24: --------------------------------------------------------------------------------------------------------------------------------------------------- 24: Benchmark Time CPU Iterations Count Time normalized 24: --------------------------------------------------------------------------------------------------------------------------------------------------- 24: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.023 s 5 1024 48.4229n 24: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 24.521n 24: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 11.8855n 24: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.000 s 0.000 s 5 8.192k 6.73364n 24: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 3.12323n 4: [ OK ] hip.reduce_device_view_range_policy (32965 ms) 4: [ RUN ] hip.reduce_device_view_mdrange_policy 24: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.000 s 0.000 s 5 32.768k 1.87509n 24: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.000 s 0.000 s 5 65.536k 1.24492n 24: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.000 s 0.000 s 5 131.072k 734.261p 24: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.000 s 0.000 s 5 262.144k 507.603p 24: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.000 s 0.000 s 5 524.288k 442.019p [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_e.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E 24: ----------------------------------------------------------------------------------------------------------------------------------- 24: Benchmark Time CPU Iterations FOM: rate 24: ----------------------------------------------------------------------------------------------------------------------------------- 24: Malloc/N:1/manual_time 43.4 us 23.0 us 16045 23.0596k/s [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Init.cpp.o [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_a.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L 24: Malloc/N:16/manual_time 43.7 us 23.7 us 16158 22.8784k/s [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 87%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp 24: Malloc/N:256/manual_time 17.0 us 19.4 us 30485 58.951k/s [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o 24: Malloc/N:4096/manual_time 17.1 us 19.4 us 40819 58.4244k/s [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestSortByKey.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o 24: Malloc/N:65536/manual_time 23.7 us 27.3 us 29815 42.2749k/s [ 71%] Linking CXX executable Kokkos_UnitTest_Random [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_b.cpp.o 24: Malloc/N:1048576/manual_time 24.0 us 28.1 us 29163 41.6357k/s [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o [ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o 24: Malloc/N:16777216/manual_time 291 us 172 us 8033 3.43961k/s 24: Malloc/N:268435456/manual_time 6174 us 443 us 110 161.975/s 4: [ OK ] hip.reduce_device_view_mdrange_policy (22855 ms) 4: [ RUN ] hip.reduce_device_view_team_policy [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o 24: Malloc/N:4294967296/manual_time 121736 us 3845 us 7 8.21446/s [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o Scanning dependencies of target Kokkos_ProfilingAllCalls [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o [ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o 24: MallocFree/N:1/manual_time 41.7 us 22.3 us 16819 23.9641k/s [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_HostSpace_deepcopy.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Abort.cpp 24: MallocFree/N:16/manual_time 42.5 us 22.7 us 16580 23.5166k/s [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o 24: MallocFree/N:256/manual_time 39.5 us 21.0 us 16700 25.2994k/s [ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_ExecPolicy.cpp [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o 24: MallocFree/N:4096/manual_time 42.0 us 22.6 us 16688 23.8163k/s [ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp [ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o 24: MallocFree/N:65536/manual_time 49.6 us 28.3 us 14042 20.1711k/s [ 82%] Linking CXX executable Kokkos_ProfilingAllCalls [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 82%] Built target Kokkos_ProfilingAllCalls Scanning dependencies of target Kokkos_ToolsInitialization [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o 24: MallocFree/N:1048576/manual_time 49.7 us 28.4 us 14060 20.1216k/s [ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorDimMatch.cpp.o [ 87%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp [ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o [ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp 24: MallocFree/N:16777216/manual_time 318 us 172 us 3853 3.1428k/s [ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp [ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewHooks.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o 24: MallocFree/N:268435456/manual_time 6343 us 555 us 96 157.647/s [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o 24: MallocFree/N:4294967296/manual_time 117902 us 3950 us 10 8.48164/s [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewEmptyRuntimeUnmanaged.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_HostThreadTeam.cpp [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o 24: MallocTouch/N:1/manual_time 42.9 us 22.5 us 15973 23.2846k/s /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_SharedAlloc.cpp [ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o [ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o 24: MallocTouch/N:16/manual_time 43.3 us 22.9 us 16279 23.1206k/s [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 71%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_hwloc.cpp [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o Scanning dependencies of target Kokkos_IncrementalTest_OPENMP [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o [ 83%] Linking CXX executable Kokkos_ToolsInitialization [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp 24: MallocTouch/N:256/manual_time 42.9 us 22.6 us 16314 23.3062k/s [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 83%] Built target Kokkos_ToolsInitialization Scanning dependencies of target Kokkos_StackTraceTestExec [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewHooks.cpp.o 24: MallocTouch/N:4096/manual_time 92.6 us 39.9 us 7549 10.8016k/s [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o 24: MallocTouch/N:65536/manual_time 95.4 us 45.3 us 7338 10.4796k/s [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o 24: MallocTouch/N:1048576/manual_time 73.8 us 45.3 us 7327 13.5579k/s [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o [ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o 24: MallocTouch/N:16777216/manual_time 254 us 198 us 5546 3.93512k/s [ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o 24: MallocTouch/N:268435456/manual_time 6079 us 492 us 98 164.508/s [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_CPUDiscovery.cpp [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp 4: [ OK ] hip.reduce_device_view_team_policy (23522 ms) 4: [ RUN ] hip.impl_shared_alloc 4: [ OK ] hip.impl_shared_alloc (94 ms) 4: [ RUN ] hip.kokkos_swap 4: [ OK ] hip.kokkos_swap (0 ms) 4: [ RUN ] hip.team_for 4: [ OK ] hip.team_for (16 ms) 4: [ RUN ] hip.team_reduce 4: [ OK ] hip.team_reduce (0 ms) 4: [ RUN ] hip.team_reduce_large 4: [ OK ] hip.team_reduce_large (289 ms) 4: [ RUN ] hip.team_parallel_single 4: [ OK ] hip.team_parallel_single (7 ms) 4: [ RUN ] hip.large_team_scratch_size 4: [ OK ] hip.large_team_scratch_size (0 ms) 4: [ RUN ] hip.team_broadcast_long 4: [ OK ] hip.team_broadcast_long (0 ms) 4: [ RUN ] hip.team_broadcast_long_wrapper 4: [ OK ] hip.team_broadcast_long_wrapper (0 ms) 4: [ RUN ] hip.team_broadcast_char 4: [ OK ] hip.team_broadcast_char (0 ms) 4: [ RUN ] hip.team_broadcast_float 4: [ OK ] hip.team_broadcast_float (0 ms) 4: [ RUN ] hip.team_broadcast_double 4: [ OK ] hip.team_broadcast_double (0 ms) 4: [ RUN ] hip.team_handle_by_value 4: [ OK ] hip.team_handle_by_value (0 ms) 4: [ RUN ] hip.team_vector 4: [ OK ] hip.team_vector (10 ms) 4: [ RUN ] hip.triple_nested_parallelism 4: [ OK ] hip.triple_nested_parallelism (6 ms) 4: [ RUN ] hip.parallel_scan_with_reducers 4: [ OK ] hip.parallel_scan_with_reducers (99 ms) 4: [ RUN ] hip.team_thread_range_combined_reducers 4: [ OK ] hip.team_thread_range_combined_reducers (13 ms) 4: [ RUN ] hip.thread_vector_range_combined_reducers 4: [ OK ] hip.thread_vector_range_combined_reducers (0 ms) 4: [ RUN ] hip.team_vector_range_combined_reducers 4: [ OK ] hip.team_vector_range_combined_reducers (0 ms) 4: [ RUN ] hip.TeamThreadMDRangeParallelFor 4: [ OK ] hip.TeamThreadMDRangeParallelFor (29 ms) 4: [ RUN ] hip.ThreadVectorMDRangeParallelFor 4: [ OK ] hip.ThreadVectorMDRangeParallelFor (9 ms) 4: [ RUN ] hip.TeamVectorMDRangeParallelFor 4: [ OK ] hip.TeamVectorMDRangeParallelFor (9 ms) 4: [ RUN ] hip.TeamThreadMDRangeParallelReduce 4: [ OK ] hip.TeamThreadMDRangeParallelReduce (13 ms) 4: [ RUN ] hip.ThreadVectorMDRangeParallelReduce 4: [ OK ] hip.ThreadVectorMDRangeParallelReduce (5 ms) 4: [ RUN ] hip.TeamVectorMDRangeParallelReduce 4: [ OK ] hip.TeamVectorMDRangeParallelReduce (6 ms) 4: [ RUN ] hip.team_policy_runtime_parameters 4: [ OK ] hip.team_policy_runtime_parameters (0 ms) 4: [ RUN ] hip.team_reduction_scan 4: [ OK ] hip.team_reduction_scan (2072 ms) 4: [ RUN ] hip.team_long_reduce 4: [ OK ] hip.team_long_reduce (21 ms) 4: [ RUN ] hip.team_double_reduce 4: [ OK ] hip.team_double_reduce (20 ms) 4: [ RUN ] hip.team_parallel_dummy_with_reducer_and_scratch_space 4: [ OK ] hip.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 4: [ RUN ] hip.repeated_team_reduce 4: [ OK ] hip.repeated_team_reduce (78 ms) 4: [ RUN ] hip.team_scan 4: [ OK ] hip.team_scan (131 ms) 4: [ RUN ] hip.team_scan_ret_val 4: [ OK ] hip.team_scan_ret_val (110 ms) 4: [ RUN ] hip.team_shared_request 4: [ OK ] hip.team_shared_request (3 ms) 4: [ RUN ] hip.team_scratch_request 4: [ OK ] hip.team_scratch_request (1 ms) 4: [ RUN ] hip.team_lambda_shared_request 4: [ OK ] hip.team_lambda_shared_request (3 ms) 4: [ RUN ] hip.scratch_align 4: [ OK ] hip.scratch_align (0 ms) 4: [ RUN ] hip.shmem_size 4: [ OK ] hip.shmem_size (0 ms) 4: [ RUN ] hip.multi_level_scratch 4: [ OK ] hip.multi_level_scratch (11 ms) 4: [ RUN ] hip.team_scratch_memory_index_parallel_for 4: [ OK ] hip.team_scratch_memory_index_parallel_for (0 ms) 4: [ RUN ] hip.team_policy_max_recommended 4: [ OK ] hip.team_policy_max_recommended (28 ms) 4: [ RUN ] hip.team_policy_minmax_scalar_without_plus_equal_k 4: [ OK ] hip.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 4: [ RUN ] hip.team_teamvector_range 4: [ OK ] hip.team_teamvector_range (3 ms) 4: [ RUN ] hip.unique_token_global 4: [ OK ] hip.unique_token_global (20 ms) 4: [ RUN ] hip.unique_token_instance 4: [ OK ] hip.unique_token_instance (24 ms) 4: [ RUN ] hip.unique_token_team_acquire 4: [ OK ] hip.unique_token_team_acquire (16 ms) 4: [ RUN ] hip.view_api_a 4: [ OK ] hip.view_api_a (5 ms) 4: [ RUN ] hip.view_api_b 4: [ OK ] hip.view_api_b (5 ms) 4: [ RUN ] hip.view_api_c 4: [ OK ] hip.view_api_c (1 ms) 4: [ RUN ] hip.view_api_d 4: [ OK ] hip.view_api_d (1 ms) 4: [ RUN ] hip.view_allocation_error 4: [ OK ] hip.view_allocation_error (4 ms) 4: [ RUN ] hip.view_remap 4: [ OK ] hip.view_remap (0 ms) 4: [ RUN ] hip.view_mirror_nonconst 4: [ OK ] hip.view_mirror_nonconst (0 ms) 4: [ RUN ] hip.view_stride_method 4: [ OK ] hip.view_stride_method (0 ms) 4: [ RUN ] hip.anonymous_space 4: [ OK ] hip.anonymous_space (1 ms) 4: [ RUN ] hip.view_overload_resolution 4: [ OK ] hip.view_overload_resolution (0 ms) 4: [ RUN ] hip.view_allocation_large_rank 4: [ OK ] hip.view_allocation_large_rank (4 ms) 4: [ RUN ] hip.view_shmem_size_on_device 4: [ OK ] hip.view_shmem_size_on_device (0 ms) 4: [ RUN ] hip.view_is_assignable 4: [ OK ] hip.view_is_assignable (0 ms) 4: [ RUN ] hip.view_copy_tests 4: [ OK ] hip.view_copy_tests (8 ms) 4: [ RUN ] hip.view_copy_tests_rank_0 4: [ OK ] hip.view_copy_tests_rank_0 (1 ms) 4: [ RUN ] hip.view_copy_degenerated 4: [ OK ] hip.view_copy_degenerated (0 ms) 4: [ RUN ] hip.view_empty_runtime_unmanaged 4: [ OK ] hip.view_empty_runtime_unmanaged (0 ms) 4: [ RUN ] hip.view_hooks 4: [ OK ] hip.view_hooks (0 ms) 4: [ RUN ] hip.view_layoutstride_left_to_layoutleft_assignment 4: [ OK ] hip.view_layoutstride_left_to_layoutleft_assignment (50 ms) 4: [ RUN ] hip.view_layoutstride_right_to_layoutright_assignment 4: [ OK ] hip.view_layoutstride_right_to_layoutright_assignment (49 ms) 4: [ RUN ] hip.view_irregular_layout 4: [ OK ] hip.view_irregular_layout (6 ms) 4: [ RUN ] hip.view_mapping 4: [ OK ] hip.view_mapping (60 ms) 4: [ RUN ] hip.view_mapping_operator 4: [ OK ] hip.view_mapping_operator (24 ms) 4: [ RUN ] hip.static_extent 4: [ OK ] hip.static_extent (0 ms) 4: [ RUN ] hip.view_mapping_atomic 4: [ OK ] hip.view_mapping_atomic (1 ms) 4: [ RUN ] hip.view_mapping_class_value 4: [ OK ] hip.view_mapping_class_value (0 ms) 4: [ RUN ] hip.view_mapping_assignable 4: [ OK ] hip.view_mapping_assignable (0 ms) 4: [ RUN ] hip.view_mapping_trivially_copyable 4: [ OK ] hip.view_mapping_trivially_copyable (0 ms) 4: [ RUN ] hip.view_mapping_subview 4: [ OK ] hip.view_mapping_subview (1 ms) 4: [ RUN ] hip.view_nested_view 4: [ OK ] hip.view_nested_view (1 ms) 4: [ RUN ] hip.append_formatted_multidimensional_index 4: [ OK ] hip.append_formatted_multidimensional_index (0 ms) 4: [ RUN ] hip.view_resize 4: [ OK ] hip.view_resize (12 ms) 4: [ RUN ] hip.view_realloc 4: [ OK ] hip.view_realloc (0 ms) 4: [ RUN ] hip.workgraph_fib /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_HostBarrier.cpp [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o 24: MallocTouch/N:4294967296/manual_time 106315 us 3768 us 7 9.40605/s [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Core.cpp 24: MallocTouchFree/N:1/manual_time 89.1 us 22.9 us 7697 11.2274k/s [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Stacktrace.cpp 24: MallocTouchFree/N:16/manual_time 88.6 us 22.5 us 7870 11.2894k/s [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewLayoutStrideAssignment.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o [ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o 24: MallocTouchFree/N:256/manual_time 88.5 us 22.5 us 7956 11.2997k/s [ 87%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o 4: [ OK ] hip.workgraph_fib (3044 ms) 4: [ RUN ] hip.resize_realloc_no_init 4: [ OK ] hip.resize_realloc_no_init (0 ms) 4: [ RUN ] hip.resize_realloc_no_alloc 4: [ OK ] hip.resize_realloc_no_alloc (0 ms) 4: [ RUN ] hip.realloc_exec_space 4: [ OK ] hip.realloc_exec_space (0 ms) 4: [ RUN ] hip.view_alloc 4: [ OK ] hip.view_alloc (1 ms) 4: [ RUN ] hip.view_alloc_exec_space 4: [ OK ] hip.view_alloc_exec_space (0 ms) 4: [ RUN ] hip.view_alloc_int 4: [ OK ] hip.view_alloc_int (0 ms) 4: [ RUN ] hip.view_alloc_exec_space_int 4: [ OK ] hip.view_alloc_exec_space_int (0 ms) 4: [ RUN ] hip.deep_copy_zero_memset 4: [ OK ] hip.deep_copy_zero_memset (0 ms) 4: [ RUN ] hip.resize_exec_space 4: [ OK ] hip.resize_exec_space (0 ms) 4: [ RUN ] hip.view_allocation_int 4: [ OK ] hip.view_allocation_int (0 ms) 4: [ RUN ] hip.view_allocation_exec_space_int 4: [ OK ] hip.view_allocation_exec_space_int (0 ms) 4: [ RUN ] hip.view_not_default_constructible 4: [ OK ] hip.view_not_default_constructible (0 ms) 4: [ RUN ] hip.scan_unit 4: [ OK ] hip.scan_unit (5 ms) 4: [ RUN ] hip.space_access 4: [ OK ] hip.space_access (0 ms) 4: [ RUN ] hip.impl_view_accessible 4: [ OK ] hip.impl_view_accessible (2 ms) 4: [ RUN ] hip.memory_requirements 4: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/hip/TestHIP_Memory_Requirements.cpp:52: Skipped 4: skipping the test because the CI on MI100 returns: error( hipErrorInvalidValue) 4: [ SKIPPED ] hip.memory_requirements (0 ms) 4: [ RUN ] hip.team_scratch_1_streams [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o 24: MallocTouchFree/N:4096/manual_time 139 us 40.7 us 5095 7.18868k/s [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ 72%] Linking CXX executable Kokkos_ContainersUnitTest_Serial [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynViewAPI_rank12345.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o 24: MallocTouchFree/N:65536/manual_time 145 us 45.0 us 4897 6.89512k/s [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o 24: MallocTouchFree/N:1048576/manual_time 145 us 45.2 us 4836 6.91058k/s [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o [ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_a.cpp.o 24: MallocTouchFree/N:16777216/manual_time 268 us 182 us 2401 3.73131k/s 24: MallocTouchFree/N:268435456/manual_time 6024 us 552 us 100 165.999/s /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Profiling.cpp [ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o 24: MallocTouchFree/N:4294967296/manual_time 107496 us 4150 us 6 9.30263/s [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o [ 84%] Linking CXX executable Kokkos_StackTraceTestExec 24: ---------------------------------------------------------------------------------------------------------------------------------------------- 24: Benchmark Time CPU Iterations FOM: GB/s MB 24: ---------------------------------------------------------------------------------------------------------------------------------------------- 24: ViewAllocate_Rank1/N:10/manual_time 0.018 s 0.001 s 75 43.4894/s 800 [ 72%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o [ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp [ 84%] Built target Kokkos_StackTraceTestExec [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o 24: ViewAllocate_Rank1/N:10/manual_time 0.018 s 0.001 s 38 43.3922/s 800 24: ViewAllocate_Rank2/N:10/manual_time 0.018 s 0.001 s 38 43.4678/s 800 [ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp 24: ViewAllocate_Rank2/N:10/manual_time 0.018 s 0.001 s 38 43.4133/s 800 /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Error.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_HostSpace.cpp [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o [ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o 24: ViewAllocate_Rank3/N:10/manual_time 0.018 s 0.001 s 38 43.4654/s 800 [ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 72%] Built target Kokkos_UnitTest_Random /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_MemoryPool.cpp 24: ViewAllocate_Rank3/N:10/manual_time 0.018 s 0.001 s 38 43.4305/s 800 [ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o [ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/containers/src/impl/Kokkos_UnorderedMap_impl.cpp 24: ViewAllocate_Rank4/N:10/manual_time 0.018 s 0.001 s 38 43.5702/s 800 [ 72%] Built target Kokkos_CoreUnitTest_SYCL1A [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o 24: ViewAllocate_Rank4/N:10/manual_time 0.018 s 0.001 s 38 43.4632/s 800 /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/Cuda/Kokkos_Cuda_Instance.cpp 24: ViewAllocate_Rank5/N:10/manual_time 0.018 s 0.001 s 38 43.4557/s 800 24: ViewAllocate_Rank5/N:10/manual_time 0.018 s 0.001 s 38 43.4404/s 800 [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o 24: ViewAllocate_Rank6/N:10/manual_time 0.018 s 0.001 s 38 43.5123/s 800 [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestSortCustomComp.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o 24: ViewAllocate_Rank6/N:10/manual_time 0.018 s 0.001 s 38 43.4742/s 800 /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/Cuda/Kokkos_CudaSpace.cpp 24: ViewAllocate_Rank7/N:10/manual_time 0.018 s 0.001 s 38 43.4322/s 800 [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o 24: ViewAllocate_Rank7/N:10/manual_time 0.018 s 0.001 s 38 43.4512/s 800 [ 73%] Built target Kokkos_ContainersUnitTest_Serial [ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o 24: ViewAllocate_Rank8/N:10/manual_time 0.018 s 0.001 s 38 43.4365/s 800 [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o [ 87%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o 24: ViewAllocate_Rank8/N:10/manual_time 0.018 s 0.001 s 38 43.4176/s 800 [ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o 24: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.000 s 335 777.988/s 1.6k [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o 24: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.000 s 348 817.054/s 1.6k [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o 24: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.000 s 349 813.062/s 1.6k 24: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.000 s 348 813.316/s 1.6k [ 87%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o [ 87%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o 24: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.000 s 348 820.66/s 1.6k [ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/Cuda/Kokkos_Cuda_Task.cpp 24: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.000 s 352 829.664/s 1.6k [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o 24: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.000 s 354 828.26/s 1.6k [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/src/Lock_Array_CUDA.cpp [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o 24: ViewDeepCopy_Rank2/N:10/manual_time 0.046 s 0.000 s 15 34.9214/s 1.6k 24: ViewDeepCopy_Rank3/N:10/manual_time 0.048 s 0.000 s 14 33.2622/s 1.6k [ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynViewAPI_rank67.cpp.o 24: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.000 s 355 840.316/s 1.6k [ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o 24: ViewDeepCopy_Rank2/N:10/manual_time 0.021 s 0.000 s 33 77.4915/s 1.6k [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/Serial/Kokkos_Serial.cpp [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o 24: ViewDeepCopy_Rank3/N:10/manual_time 0.023 s 0.000 s 31 70.6284/s 1.6k /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/Serial/Kokkos_Serial_Task.cpp [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o 24: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.000 s 358 831.381/s 1.6k [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o 24: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.000 s 351 826.845/s 1.6k /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_Bitset.cpp 24: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.000 s 355 834.987/s 1.6k [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o 24: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.000 s 358 839.138/s 1.6k [ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o [ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o 24: ViewDeepCopy_Rank4/N:10/manual_time 0.049 s 0.000 s 14 32.6492/s 1.6k 24: ViewDeepCopy_Rank5/N:10/manual_time 0.049 s 0.000 s 14 32.6693/s 1.6k [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C 24: ViewDeepCopy_Rank4/N:10/manual_time 0.024 s 0.000 s 29 67.7022/s 1.6k Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_DualView.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_DynamicView.cpp [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 88%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o 24: ViewDeepCopy_Rank5/N:10/manual_time 0.024 s 0.000 s 29 67.259/s 1.6k /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_DynViewAPI_generic.cpp 24: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.000 s 360 837.544/s 1.6k [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D 24: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.000 s 357 841.122/s 1.6k [ 88%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D 24: ViewDeepCopy_Rank6/N:10/manual_time 0.049 s 0.000 s 14 32.6509/s 1.6k [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_DynViewAPI_rank12345.cpp [ 88%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o 24: ViewDeepCopy_Rank6/N:10/manual_time 0.024 s 0.000 s 29 67.2296/s 1.6k /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_DynViewAPI_rank67.cpp 24: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.000 s 376 854.248/s 1.6k [ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o 24: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.000 s 351 849.045/s 1.6k /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_ErrorReporter.cpp 24: ViewDeepCopy_Rank7/N:10/manual_time 0.049 s 0.000 s 14 32.937/s 1.6k [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o 24: ViewDeepCopy_Rank7/N:10/manual_time 0.023 s 0.000 s 30 68.4041/s 1.6k [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_ErrorReporter.cpp.o [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o 24: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.000 s 381 839.203/s 1.6k [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o 24: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.000 s 359 835.206/s 1.6k 24: ViewDeepCopy_Rank8/N:10/manual_time 0.049 s 0.000 s 14 32.737/s 1.6k [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o 24: ViewDeepCopy_Rank8/N:10/manual_time 0.024 s 0.000 s 29 67.9477/s 1.6k [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_b.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 89%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o 24: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.000 s 327 750.9/s 1.6k [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o [ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o 24: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.000 s 314 745.527/s 1.6k 24: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.000 s 316 762.799/s 1.6k [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o 24: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.000 s 324 749.063/s 1.6k [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o 24: ViewFill_Rank1/N:10/manual_time 0.001 s 0.000 s 731 876.181/s 800 [ 85%] Linking CXX executable Kokkos_IncrementalTest_OPENMP 24: ViewFill_Rank1/N:10/manual_time 0.001 s 0.000 s 768 880.002/s 800 [ 85%] Built target Kokkos_IncrementalTest_OPENMP [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o 24: ViewFill_Rank2/N:10/manual_time 0.001 s 0.000 s 738 853.499/s 800 4: [ OK ] hip.team_scratch_1_streams (52368 ms) 4: [ RUN ] hip.async_launcher 4: [ OK ] hip.async_launcher (3 ms) 4: [ RUN ] hip.preferred_blocksize_deduction 4: [ OK ] hip.preferred_blocksize_deduction (0 ms) 4: [----------] 276 tests from hip (178761 ms total) 4: 4: [----------] 53 tests from hip_managed 4: [ RUN ] hip_managed.view_subview_auto_1d_left 4: [ OK ] hip_managed.view_subview_auto_1d_left (1 ms) 4: [ RUN ] hip_managed.view_subview_auto_1d_right 4: [ OK ] hip_managed.view_subview_auto_1d_right (0 ms) 4: [ RUN ] hip_managed.view_subview_auto_1d_stride 4: [ OK ] hip_managed.view_subview_auto_1d_stride (0 ms) 4: [ RUN ] hip_managed.view_subview_assign_strided 4: [ OK ] hip_managed.view_subview_assign_strided (1 ms) 4: [ RUN ] hip_managed.view_subview_left_0 4: [ OK ] hip_managed.view_subview_left_0 (0 ms) 4: [ RUN ] hip_managed.view_subview_left_1 4: [ OK ] hip_managed.view_subview_left_1 (0 ms) 4: [ RUN ] hip_managed.view_subview_left_2 4: [ OK ] hip_managed.view_subview_left_2 (0 ms) 4: [ RUN ] hip_managed.view_subview_left_3 4: [ OK ] hip_managed.view_subview_left_3 (0 ms) 4: [ RUN ] hip_managed.view_subview_right_0 4: [ OK ] hip_managed.view_subview_right_0 (0 ms) 4: [ RUN ] hip_managed.view_subview_right_1 4: [ OK ] hip_managed.view_subview_right_1 (0 ms) 4: [ RUN ] hip_managed.view_subview_right_3 4: [ OK ] hip_managed.view_subview_right_3 (0 ms) 4: [ RUN ] hip_managed.view_static_tests 4: [ OK ] hip_managed.view_static_tests (0 ms) 4: [ RUN ] hip_managed.view_subview_layoutleft_to_layoutleft 4: [ OK ] hip_managed.view_subview_layoutleft_to_layoutleft (2 ms) 4: [ RUN ] hip_managed.view_subview_layoutright_to_layoutright 4: [ OK ] hip_managed.view_subview_layoutright_to_layoutright (1 ms) 4: [ RUN ] hip_managed.view_subview_1d_assign 4: [ OK ] hip_managed.view_subview_1d_assign (3 ms) 4: [ RUN ] hip_managed.view_subview_1d_assign_atomic 4: [ OK ] hip_managed.view_subview_1d_assign_atomic (3 ms) 4: [ RUN ] hip_managed.view_subview_1d_assign_randomaccess 4: [ OK ] hip_managed.view_subview_1d_assign_randomaccess (3 ms) 4: [ RUN ] hip_managed.view_subview_2d_from_3d 4: [ OK ] hip_managed.view_subview_2d_from_3d (41 ms) 4: [ RUN ] hip_managed.view_subview_2d_from_3d_atomic 4: [ OK ] hip_managed.view_subview_2d_from_3d_atomic (41 ms) 4: [ RUN ] hip_managed.view_subview_2d_from_3d_randomaccess 4: [ OK ] hip_managed.view_subview_2d_from_3d_randomaccess (41 ms) 4: [ RUN ] hip_managed.view_subview_3d_from_5d_left 4: [ OK ] hip_managed.view_subview_3d_from_5d_left (137 ms) 4: [ RUN ] hip_managed.view_subview_3d_from_5d_left_atomic 4: [ OK ] hip_managed.view_subview_3d_from_5d_left_atomic (136 ms) 4: [ RUN ] hip_managed.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] hip_managed.view_subview_3d_from_5d_left_randomaccess (158 ms) 4: [ RUN ] hip_managed.view_subview_3d_from_5d_right 4: [ OK ] hip_managed.view_subview_3d_from_5d_right (138 ms) 4: [ RUN ] hip_managed.view_subview_3d_from_5d_right_atomic 4: [ OK ] hip_managed.view_subview_3d_from_5d_right_atomic (138 ms) 4: [ RUN ] hip_managed.view_subview_3d_from_5d_right_randomaccess 4: [ OK ] hip_managed.view_subview_3d_from_5d_right_randomaccess (137 ms) 4: [ RUN ] hip_managed.view_test_unmanaged_subview_reset 4: [ OK ] hip_managed.view_test_unmanaged_subview_reset (0 ms) 4: [ RUN ] hip_managed.view_subview_memory_traits_construction 4: [ OK ] hip_managed.view_subview_memory_traits_construction (0 ms) 4: [ RUN ] hip_managed.impl_shared_alloc 4: [ OK ] hip_managed.impl_shared_alloc (385 ms) 4: [ RUN ] hip_managed.view_api_a 4: [ OK ] hip_managed.view_api_a (6 ms) 4: [ RUN ] hip_managed.view_api_b 4: [ OK ] hip_managed.view_api_b (17 ms) 4: [ RUN ] hip_managed.view_api_c 4: [ OK ] hip_managed.view_api_c (1 ms) 4: [ RUN ] hip_managed.view_api_d 4: [ OK ] hip_managed.view_api_d (5 ms) 4: [ RUN ] hip_managed.view_allocation_error 4: [ OK ] hip_managed.view_allocation_error (0 ms) 4: [ RUN ] hip_managed.view_remap 4: [ OK ] hip_managed.view_remap (1 ms) 4: [ RUN ] hip_managed.view_mirror_nonconst 4: [ OK ] hip_managed.view_mirror_nonconst (0 ms) 4: [ RUN ] hip_managed.view_stride_method 4: [ OK ] hip_managed.view_stride_method (0 ms) 4: [ RUN ] hip_managed.anonymous_space 4: [ OK ] hip_managed.anonymous_space (0 ms) 4: [ RUN ] hip_managed.view_overload_resolution 4: [ OK ] hip_managed.view_overload_resolution (0 ms) 4: [ RUN ] hip_managed.view_allocation_large_rank 4: [ OK ] hip_managed.view_allocation_large_rank (833 ms) 4: [ RUN ] hip_managed.view_shmem_size_on_device 4: [ OK ] hip_managed.view_shmem_size_on_device (0 ms) 4: [ RUN ] hip_managed.view_is_assignable 4: [ OK ] hip_managed.view_is_assignable (19 ms) 4: [ RUN ] hip_managed.view_copy_tests 4: [ OK ] hip_managed.view_copy_tests (10 ms) 4: [ RUN ] hip_managed.view_copy_tests_rank_0 4: [ OK ] hip_managed.view_copy_tests_rank_0 (2 ms) 4: [ RUN ] hip_managed.view_copy_degenerated 4: [ OK ] hip_managed.view_copy_degenerated (0 ms) 4: [ RUN ] hip_managed.view_mapping 4: [ OK ] hip_managed.view_mapping (63 ms) 4: [ RUN ] hip_managed.view_mapping_operator 4: [ OK ] hip_managed.view_mapping_operator (22 ms) 4: [ RUN ] hip_managed.static_extent 4: [ OK ] hip_managed.static_extent (0 ms) 4: [ RUN ] hip_managed.view_mapping_atomic 4: [ OK ] hip_managed.view_mapping_atomic (1 ms) 4: [ RUN ] hip_managed.view_mapping_class_value 4: [ OK ] hip_managed.view_mapping_class_value (0 ms) 4: [ RUN ] hip_managed.view_mapping_assignable 4: [ OK ] hip_managed.view_mapping_assignable (0 ms) 4: [ RUN ] hip_managed.view_mapping_trivially_copyable 4: [ OK ] hip_managed.view_mapping_trivially_copyable (0 ms) 4: [ RUN ] hip_managed.view_mapping_subview 4: [ OK ] hip_managed.view_mapping_subview (1 ms) 4: [----------] 53 tests from hip_managed (2367 ms total) 4: 4: [----------] 25 tests from hip_hostpinned 4: [ RUN ] hip_hostpinned.impl_shared_alloc 4: [ OK ] hip_hostpinned.impl_shared_alloc (169 ms) 4: [ RUN ] hip_hostpinned.view_api_a 4: [ OK ] hip_hostpinned.view_api_a (5 ms) 4: [ RUN ] hip_hostpinned.view_api_b 4: [ OK ] hip_hostpinned.view_api_b (8 ms) 4: [ RUN ] hip_hostpinned.view_api_c 4: [ OK ] hip_hostpinned.view_api_c (0 ms) 4: [ RUN ] hip_hostpinned.view_api_d 4: [ OK ] hip_hostpinned.view_api_d (2 ms) 4: [ RUN ] hip_hostpinned.view_allocation_error 4: [ OK ] hip_hostpinned.view_allocation_error (0 ms) 4: [ RUN ] hip_hostpinned.view_remap 4: [ OK ] hip_hostpinned.view_remap (0 ms) 4: [ RUN ] hip_hostpinned.view_mirror_nonconst 4: [ OK ] hip_hostpinned.view_mirror_nonconst (0 ms) 4: [ RUN ] hip_hostpinned.view_stride_method 4: [ OK ] hip_hostpinned.view_stride_method (0 ms) 4: [ RUN ] hip_hostpinned.anonymous_space 4: [ OK ] hip_hostpinned.anonymous_space (0 ms) 4: [ RUN ] hip_hostpinned.view_overload_resolution 4: [ OK ] hip_hostpinned.view_overload_resolution (0 ms) 4: [ RUN ] hip_hostpinned.view_allocation_large_rank 4: [ OK ] hip_hostpinned.view_allocation_large_rank (1263 ms) 4: [ RUN ] hip_hostpinned.view_shmem_size_on_device 4: [ OK ] hip_hostpinned.view_shmem_size_on_device (0 ms) 4: [ RUN ] hip_hostpinned.view_is_assignable 4: [ OK ] hip_hostpinned.view_is_assignable (1 ms) 4: [ RUN ] hip_hostpinned.view_copy_tests 4: [ OK ] hip_hostpinned.view_copy_tests (3 ms) 4: [ RUN ] hip_hostpinned.view_copy_tests_rank_0 4: [ OK ] hip_hostpinned.view_copy_tests_rank_0 (0 ms) 4: [ RUN ] hip_hostpinned.view_copy_degenerated 4: [ OK ] hip_hostpinned.view_copy_degenerated (0 ms) 4: [ RUN ] hip_hostpinned.view_mapping 4: [ OK ] hip_hostpinned.view_mapping (62 ms) 4: [ RUN ] hip_hostpinned.view_mapping_operator 4: [ OK ] hip_hostpinned.view_mapping_operator (2 ms) 4: [ RUN ] hip_hostpinned.static_extent 4: [ OK ] hip_hostpinned.static_extent (0 ms) 4: [ RUN ] hip_hostpinned.view_mapping_atomic 4: [ OK ] hip_hostpinned.view_mapping_atomic (0 ms) 4: [ RUN ] hip_hostpinned.view_mapping_class_value 4: [ OK ] hip_hostpinned.view_mapping_class_value (0 ms) 4: [ RUN ] hip_hostpinned.view_mapping_assignable 4: [ OK ] hip_hostpinned.view_mapping_assignable (0 ms) 4: [ RUN ] hip_hostpinned.view_mapping_trivially_copyable 4: [ OK ] hip_hostpinned.view_mapping_trivially_copyable (0 ms) 4: [ RUN ] hip_hostpinned.view_mapping_subview 4: [ OK ] hip_hostpinned.view_mapping_subview (0 ms) 4: [----------] 25 tests from hip_hostpinned (1522 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 369 tests from 4 test suites ran. (444390 ms total) 4: [ PASSED ] 367 tests. 4: [ SKIPPED ] 2 tests, listed below: 4: [ SKIPPED ] hip.mdspan_minimal_functional 4: [ SKIPPED ] hip.memory_requirements 24: ViewFill_Rank2/N:10/manual_time 0.001 s 0.000 s 727 881.239/s 800 24: ViewFill_Rank3/N:10/manual_time 0.001 s 0.000 s 770 886.416/s 800 [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o 24: ViewFill_Rank3/N:10/manual_time 0.001 s 0.000 s 761 893.169/s 800 4/52 Test #4: Kokkos_CoreUnitTest_HIP ..................... Passed 446.97 sec test 5 Start 5: Kokkos_CoreUnitTest_HIPInterOpInit 5: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpInit 5: Test timeout computed to be: 1500 5: [==========] Running 1 test from 1 test suite. 5: [----------] Global test environment set-up. 5: [----------] 1 test from hip 5: [ RUN ] hip.raw_hip_interop 5: [ OK ] hip.raw_hip_interop (374 ms) 5: [----------] 1 test from hip (374 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 1 test from 1 test suite ran. (374 ms total) 5: [ PASSED ] 1 test. 5/52 Test #5: Kokkos_CoreUnitTest_HIPInterOpInit .......... Passed 0.45 sec test 6 Start 6: Kokkos_CoreUnitTest_HIPInterOpStreams 6: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpStreams 6: Test timeout computed to be: 1500 6: [==========] Running 1 test from 1 test suite. 6: [----------] Global test environment set-up. 6: [----------] 1 test from hip 6: [ RUN ] hip.raw_hip_streams 6: [ OK ] hip.raw_hip_streams (388 ms) 6: [----------] 1 test from hip (389 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 1 test from 1 test suite ran. (389 ms total) 6: [ PASSED ] 1 test. 6/52 Test #6: Kokkos_CoreUnitTest_HIPInterOpStreams ....... Passed 0.47 sec test 7 Start 7: Kokkos_UnitTest_HIPGraph 7: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_UnitTest_HIPGraph 7: Test timeout computed to be: 1500 24: ViewFill_Rank4/N:10/manual_time 0.001 s 0.000 s 757 887.257/s 800 7: [==========] Running 5 tests from 1 test suite. 7: [----------] Global test environment set-up. 7: [----------] 5 tests from hip_count_bugs 7: [ RUN ] hip_count_bugs.launch_one 7: [ OK ] hip_count_bugs.launch_one (12 ms) 7: [ RUN ] hip_count_bugs.launch_one_rvalue 7: [ OK ] hip_count_bugs.launch_one_rvalue (0 ms) 7: [ RUN ] hip_count_bugs.launch_six 7: [ OK ] hip_count_bugs.launch_six (14 ms) 7: [ RUN ] hip_count_bugs.when_all_cycle 7: [ OK ] hip_count_bugs.when_all_cycle (0 ms) 7: [ RUN ] hip_count_bugs.zero_work_reduce 7: [ OK ] hip_count_bugs.zero_work_reduce (0 ms) 7: [----------] 5 tests from hip_count_bugs (28 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 5 tests from 1 test suite ran. (28 ms total) 7: [ PASSED ] 5 tests. 7: 7: YOU HAVE 1 DISABLED TEST 7: 7/52 Test #7: Kokkos_UnitTest_HIPGraph .................... Passed 0.49 sec test 8 Start 8: Kokkos_CoreUnitTest_Default 8: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Default 8: Test timeout computed to be: 1500 [ 75%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_OffsetView.cpp 24: ViewFill_Rank4/N:10/manual_time 0.001 s 0.000 s 767 871.577/s 800 8: [==========] Running 71 tests from 41 test suites. 8: [----------] Global test environment set-up. 8: [----------] 31 tests from defaultdevicetype 8: [ RUN ] defaultdevicetype.initialization_settings 8: [ OK ] defaultdevicetype.initialization_settings (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 8: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_device_id 8: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 8: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 8: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_help 8: [ OK ] defaultdevicetype.cmd_line_args_help (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 8: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 8: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (0 ms) 8: [ RUN ] defaultdevicetype.env_vars_num_threads 8: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 8: [ RUN ] defaultdevicetype.env_vars_device_id 8: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 8: [ RUN ] defaultdevicetype.env_vars_disable_warnings 8: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 8: [ RUN ] defaultdevicetype.env_vars_tune_internals 8: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 8: [ RUN ] defaultdevicetype.visible_devices 8: [ OK ] defaultdevicetype.visible_devices (0 ms) 8: [ RUN ] defaultdevicetype.shared_space 8: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestSharedSpace.cpp:109: Skipped 8: skipping because specified arch does not support page migration 8: [ SKIPPED ] defaultdevicetype.shared_space (0 ms) 8: [ RUN ] defaultdevicetype.shared_host_pinned_space 8: [ OK ] defaultdevicetype.shared_host_pinned_space (1 ms) 8: [ RUN ] defaultdevicetype.compiler_macros 8: [ OK ] defaultdevicetype.compiler_macros (0 ms) 8: [ RUN ] defaultdevicetype.half_conversion 8: [ OK ] defaultdevicetype.half_conversion (3 ms) 8: [ RUN ] defaultdevicetype.bhalf_conversion 8: [ OK ] defaultdevicetype.bhalf_conversion (0 ms) 8: [ RUN ] defaultdevicetype.half_operators 8: [ OK ] defaultdevicetype.half_operators (3 ms) 8: [ RUN ] defaultdevicetype.bhalf_operators 8: [ OK ] defaultdevicetype.bhalf_operators (0 ms) 8: [ RUN ] defaultdevicetype.host_space_access 8: [ OK ] defaultdevicetype.host_space_access (0 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_a1 8: [ OK ] defaultdevicetype.reduce_instantiation_a1 (7 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_b1 8: [ OK ] defaultdevicetype.reduce_instantiation_b1 (16 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_c1 8: [ OK ] defaultdevicetype.reduce_instantiation_c1 (6 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_a2 8: [ OK ] defaultdevicetype.reduce_instantiation_a2 (10 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_b2 8: [ OK ] defaultdevicetype.reduce_instantiation_b2 (23 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_c2 8: [ OK ] defaultdevicetype.reduce_instantiation_c2 (10 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_a3 8: [ OK ] defaultdevicetype.reduce_instantiation_a3 (16 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_b3 8: [ OK ] defaultdevicetype.reduce_instantiation_b3 (35 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_c3 8: [ OK ] defaultdevicetype.reduce_instantiation_c3 (16 ms) 8: [ RUN ] defaultdevicetype.malloc 8: [ OK ] defaultdevicetype.malloc (0 ms) 8: [----------] 31 tests from defaultdevicetype (156 ms total) 8: 8: [----------] 1 test from kokkosresize 8: [ RUN ] kokkosresize.host_space_access 8: [ OK ] kokkosresize.host_space_access (16 ms) 8: [----------] 1 test from kokkosresize (16 ms total) 8: 8: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/0.sizes 8: [ OK ] TestViewAPI/0.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/0 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/1, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/1.sizes 8: [ OK ] TestViewAPI/1.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/1 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/2, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/2.sizes 8: [ OK ] TestViewAPI/2.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/2 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/3, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/3.sizes 8: [ OK ] TestViewAPI/3.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/3 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/4, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/4.sizes 8: [ OK ] TestViewAPI/4.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/4 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/5, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/5.sizes 8: [ OK ] TestViewAPI/5.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/5 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/6, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/6.sizes 8: [ OK ] TestViewAPI/6.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/6 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/7, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/7.sizes 8: [ OK ] TestViewAPI/7.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/7 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/8, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/8.sizes 8: [ OK ] TestViewAPI/8.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/8 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/9, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/9.sizes 8: [ OK ] TestViewAPI/9.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/9 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/10, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/10.sizes 8: [ OK ] TestViewAPI/10.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/10 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/11, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/11.sizes 8: [ OK ] TestViewAPI/11.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/11 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/12, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/12.sizes 8: [ OK ] TestViewAPI/12.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/12 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/13, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/13.sizes 8: [ OK ] TestViewAPI/13.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/13 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/14, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/14.sizes 8: [ OK ] TestViewAPI/14.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/14 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/15, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/15.sizes 8: [ OK ] TestViewAPI/15.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/15 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/16, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/16.sizes 8: [ OK ] TestViewAPI/16.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/16 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/17, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/17.sizes 8: [ OK ] TestViewAPI/17.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/17 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/18, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/18.sizes 8: [ OK ] TestViewAPI/18.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/18 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/19, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/19.sizes 8: [ OK ] TestViewAPI/19.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/19 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/20, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/20.sizes 8: [ OK ] TestViewAPI/20.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/20 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/21, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/21.sizes 8: [ OK ] TestViewAPI/21.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/21 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/22, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/22.sizes 8: [ OK ] TestViewAPI/22.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/22 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/23, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/23.sizes 8: [ OK ] TestViewAPI/23.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/23 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/24, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/24.sizes 8: [ OK ] TestViewAPI/24.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/24 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/25, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/25.sizes 8: [ OK ] TestViewAPI/25.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/25 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/26, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/26.sizes 8: [ OK ] TestViewAPI/26.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/26 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/27, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/27.sizes 8: [ OK ] TestViewAPI/27.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/27 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/28, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/28.sizes 8: [ OK ] TestViewAPI/28.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/28 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/29, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/29.sizes 8: [ OK ] TestViewAPI/29.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/29 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/30, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/30.sizes 8: [ OK ] TestViewAPI/30.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/30 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/31, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/31.sizes 8: [ OK ] TestViewAPI/31.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/31 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/32, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/32.sizes 8: [ OK ] TestViewAPI/32.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/32 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/33, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/33.sizes 8: [ OK ] TestViewAPI/33.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/33 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/34, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/34.sizes 8: [ OK ] TestViewAPI/34.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/34 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/35, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/35.sizes 8: [ OK ] TestViewAPI/35.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/35 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/36, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/36.sizes 8: [ OK ] TestViewAPI/36.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/36 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/37, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/37.sizes 8: [ OK ] TestViewAPI/37.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/37 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/38, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/38.sizes 8: [ OK ] TestViewAPI/38.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/38 (0 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 71 tests from 41 test suites ran. (174 ms total) 8: [ PASSED ] 70 tests. 8: [ SKIPPED ] 1 test, listed below: 8: [ SKIPPED ] defaultdevicetype.shared_space 8/52 Test #8: Kokkos_CoreUnitTest_Default ................. Passed 0.64 sec test 9 Start 9: Kokkos_CoreUnitTest_LegionInitialization 9: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization 9: Test timeout computed to be: 1500 9: [==========] Running 1 test from 1 test suite. 9: [----------] Global test environment set-up. 9: [----------] 1 test from initialization 9: [ RUN ] initialization.legion_initialization [ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_subview.cpp.o 24: ViewFill_Rank5/N:10/manual_time 0.001 s 0.000 s 745 882.403/s 800 9: [ OK ] initialization.legion_initialization (375 ms) 9: [----------] 1 test from initialization (375 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 1 test from 1 test suite ran. (375 ms total) 9: [ PASSED ] 1 test. 9/52 Test #9: Kokkos_CoreUnitTest_LegionInitialization .... Passed 0.45 sec test 10 Start 10: Kokkos_CoreUnitTest_PushFinalizeHook 10: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook 10: Test timeout computed to be: 1500 10: SUCCESS 10/52 Test #10: Kokkos_CoreUnitTest_PushFinalizeHook ........ Passed 0.46 sec test 11 Start 11: Kokkos_CoreUnitTest_Develop 11: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Develop 11: Test timeout computed to be: 1500 11: [==========] Running 1 test from 1 test suite. 11: [----------] Global test environment set-up. 11: [----------] 1 test from defaultdevicetype 11: [ RUN ] defaultdevicetype.development_test 11: [ OK ] defaultdevicetype.development_test (0 ms) 11: [----------] 1 test from defaultdevicetype (0 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 1 test from 1 test suite ran. (0 ms total) 11: [ PASSED ] 1 test. 24: ViewFill_Rank5/N:10/manual_time 0.001 s 0.000 s 772 892.547/s 800 11/52 Test #11: Kokkos_CoreUnitTest_Develop ................. Passed 0.45 sec test 12 Start 12: Kokkos_CoreUnitTest_KokkosP 12: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 12: Test timeout computed to be: 1500 12: [==========] Running 27 tests from 2 test suites. 12: [----------] Global test environment set-up. 12: [----------] 25 tests from kokkosp 12: [ RUN ] kokkosp.test_named_instance_fence 12: Ref: 50331649 12: Ref: named_instance 12: 50331649 12: named_instance 12: [ OK ] kokkosp.test_named_instance_fence (0 ms) 12: [ RUN ] kokkosp.test_unnamed_instance_fence 12: Ref: 50331649 12: Ref: Unnamed Instance Fence 12: 50331649 12: Kokkos::HIP::fence(): Unnamed Instance Fence 12: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 12: [ RUN ] kokkosp.test_named_global_fence 12: Ref: 50331648 12: Ref: test global fence 12: 0 12: test global fence 12: Miss on id 12: 50331648 12: test global fence 12: [ OK ] kokkosp.test_named_global_fence (0 ms) 12: [ RUN ] kokkosp.test_unnamed_global_fence 12: Ref: 50331648 12: Ref: Unnamed Global Fence 12: 0 12: Kokkos::fence: Unnamed Global Fence 12: Miss on id 12: 50331648 12: Kokkos::fence: Unnamed Global Fence 12: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 12: [ RUN ] kokkosp.test_multiple_default_instances 12: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 12: [ RUN ] kokkosp.test_id_gen 12: [ OK ] kokkosp.test_id_gen (0 ms) 12: [ RUN ] kokkosp.test_kernel_sequence 12: Ref: 50331649 12: Ref: named_instance 12: 50331649 12: named_instance 12: Ref: 50331649 12: Ref: test_kernel 12: 50331649 12: named_instance 12: Miss on name 12: 0 12: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 12: Miss on name 12: Miss on id 12: 50331648 12: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 12: Miss on name 12: Miss on id 12: 50331649 12: test_kernel 12: [ OK ] kokkosp.test_kernel_sequence (1 ms) 12: [ RUN ] kokkosp.async_deep_copy 12: [ OK ] kokkosp.async_deep_copy (0 ms) 12: [ RUN ] kokkosp.parallel_for 12: [ OK ] kokkosp.parallel_for (0 ms) 12: [ RUN ] kokkosp.parallel_reduce 12: [ OK ] kokkosp.parallel_reduce (0 ms) 12: [ RUN ] kokkosp.parallel_scan 12: [ OK ] kokkosp.parallel_scan (5 ms) 12: [ RUN ] kokkosp.parallel_scan_no_fence 12: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 12: [ RUN ] kokkosp.parallel_scan_no_fence_view 12: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 12: [ RUN ] kokkosp.regions 12: [ OK ] kokkosp.regions (0 ms) 12: [ RUN ] kokkosp.fences 12: [ OK ] kokkosp.fences (0 ms) 12: [ RUN ] kokkosp.raw_allocation 12: [ OK ] kokkosp.raw_allocation (0 ms) 12: [ RUN ] kokkosp.view 12: [ OK ] kokkosp.view (0 ms) 12: [ RUN ] kokkosp.sections 12: [ OK ] kokkosp.sections (0 ms) 12: [ RUN ] kokkosp.metadata 12: [ OK ] kokkosp.metadata (0 ms) 12: [ RUN ] kokkosp.profile_events 12: [ OK ] kokkosp.profile_events (0 ms) 12: [ RUN ] kokkosp.no_init_kernel 12: [ OK ] kokkosp.no_init_kernel (0 ms) 12: [ RUN ] kokkosp.get_events 12: [ OK ] kokkosp.get_events (0 ms) 12: [ RUN ] kokkosp.create_mirror_no_init 12: [ OK ] kokkosp.create_mirror_no_init (0 ms) 12: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 12: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 12: [ RUN ] kokkosp.create_mirror_view_and_copy 12: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 12: [----------] 25 tests from kokkosp (8 ms total) 12: 12: [----------] 2 tests from defaultdevicetype 12: [ RUN ] defaultdevicetype.profiling_section 12: [ OK ] defaultdevicetype.profiling_section (0 ms) 12: [ RUN ] defaultdevicetype.scoped_profile_region 12: [ OK ] defaultdevicetype.scoped_profile_region (0 ms) 12: [----------] 2 tests from defaultdevicetype (0 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 27 tests from 2 test suites ran. (8 ms total) 12: [ PASSED ] 27 tests. 12/52 Test #12: Kokkos_CoreUnitTest_KokkosP ................. Passed 0.46 sec test 13 Start 13: Kokkos_CoreUnitTest_ToolIndependence 13: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 13: Test timeout computed to be: 1500 13/52 Test #13: Kokkos_CoreUnitTest_ToolIndependence ........ Passed 0.03 sec test 14 Start 14: Kokkos_ProfilingTestLibraryLoadHelp 14: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 14: Environment variables: 14: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/libkokkosprinter-tool.so 14: Test timeout computed to be: 1500 14: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestBinSortA.cpp.o 24: ViewFill_Rank6/N:10/manual_time 0.001 s 0.000 s 765 888.18/s 800 14: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 14/52 Test #14: Kokkos_ProfilingTestLibraryLoadHelp ......... Passed 0.45 sec test 15 Start 15: Kokkos_ProfilingTestLibraryCmdLineHelp 15: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/libkokkosprinter-tool.so" 15: Test timeout computed to be: 1500 [ 90%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 90%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o 24: ViewFill_Rank6/N:10/manual_time 0.001 s 0.000 s 768 887.868/s 800 15: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 15/52 Test #15: Kokkos_ProfilingTestLibraryCmdLineHelp ...... Passed 0.46 sec test 16 Start 16: Kokkos_ProfilingTestLibraryLoad 16: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 16: Environment variables: 16: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/libkokkosprinter-tool.so 16: Test timeout computed to be: 1500 16: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 16: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos3HIPE::kokkosp_declare_metadata:GPU architecture:AMD_GFX908::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1600::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.3.99::kokkosp_allocate_data:Host:source:0x172bbc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1724e40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1724f40:Host:source:0x172bcc0:40::kokkosp_end_deep_copy::kokkosp_begin_parallel_for:parallel_for:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_parallel_reduce:parallel_reduce:1:1::kokkosp_allocate_data:Host:Kokkos::Serial::scratch_mem:0x1996180:11264::kokkosp_end_parallel_reduce:1::kokkosp_begin_parallel_scan:parallel_scan:1:2::kokkosp_end_parallel_scan:2::kokkosp_push_profile_region:push_region::kokkosp_pop_profile_region::kokkosp_create_profile_section:created_section:3::kokkosp_start_profile_section:3::kokkosp_stop_profile_section:3::kokkosp_destroy_profile_section:3::kokkosp_profile_event:profiling_event::kokkosp_declare_metadata:dogs:good::kokkosp_deallocate_data:Host:destination:0x1724e40:40::kokkosp_deallocate_data:Host:source:0x172bbc0:40::kokkosp_finalize_library:: 16/52 Test #16: Kokkos_ProfilingTestLibraryLoad ............. Passed 0.45 sec test 17 Start 17: Kokkos_ProfilingTestLibraryCmdLine 17: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/libkokkosprinter-tool.so" 17: Test timeout computed to be: 1500 17: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos3HIPE::kokkosp_declare_metadata:GPU architecture:AMD_GFX908::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1600::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.3.99::kokkosp_allocate_data:Host:source:0xc16f80:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xc27040:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xc27140:Host:source:0xc17080:40::kokkosp_end_deep_copy::kokkosp_begin_parallel_for:parallel_for:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_parallel_reduce:parallel_reduce:1:1::kokkosp_allocate_data:Host:Kokkos::Serial::scratch_mem:0xc17bc0:11264::kokkosp_end_parallel_reduce:1::kokkosp_begin_parallel_scan:parallel_scan:1:2::kokkosp_end_parallel_scan:2::kokkosp_push_profile_region:push_region::kokkosp_pop_profile_region::kokkosp_create_profile_section:created_section:3::kokkosp_start_profile_section:3::kokkosp_stop_profile_section:3::kokkosp_destroy_profile_section:3::kokkosp_profile_event:profiling_event::kokkosp_declare_metadata:dogs:good::kokkosp_deallocate_data:Host:destination:0xc27040:40::kokkosp_deallocate_data:Host:source:0xc16f80:40::kokkosp_finalize_library:: 17/52 Test #17: Kokkos_ProfilingTestLibraryCmdLine .......... Passed 0.45 sec test 18 Start 18: Kokkos_CoreUnitTest_StackTraceTest 18: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec 18: Test timeout computed to be: 1500 24: ViewFill_Rank7/N:10/manual_time 0.001 s 0.000 s 765 890.226/s 800 18: [==========] Running 3 tests from 2 test suites. 18: [----------] Global test environment set-up. 18: [----------] 2 tests from defaultdevicetype_DeathTest 18: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 18: 18: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 2 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 18: Top of f1 18: Top of f0 18: Top of f0 18: test_f1: 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x3f8ff0] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x396c2e] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x392711] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbc) [0x39429c] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3ca64d] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x3a41b9] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x3a52b9] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x142) [0x3a5b52] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x74d) [0x3b527d] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3cb2bd] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x3b4afd] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x394750] 18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f751ef7b083] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3925be] 18: 18: demangled test_f1: 18: [0x3f8ff0] Kokkos::Impl::save_stacktrace() 18: [0x396c2e] Test::stacktrace_test_f1(std::ostream&) 18: [0x392711] Test::test_stacktrace(bool, bool) 18: [0x39429c] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 18: [0x3ca64d] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x3a41b9] testing::Test::Run() 18: [0x3a52b9] testing::TestInfo::Run() 18: [0x3a5b52] testing::TestSuite::Run() 18: [0x3b527d] testing::internal::UnitTestImpl::RunAllTests() 18: [0x3cb2bd] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x3b4afd] testing::UnitTest::Run() 18: [0x394750] main 18: [0x7f751ef7b083] __libc_start_main 18: [0x3925be] _start 18: 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f1 18: Top of f0 18: Top of f0 18: StackTrace f3(std::cout, 4) returned: 110 18: test_f3: 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x3f8ff0] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x396c2e] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x397076] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xb21) [0x393211] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbc) [0x39429c] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3ca64d] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x3a41b9] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x3a52b9] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x142) [0x3a5b52] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x74d) [0x3b527d] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3cb2bd] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x3b4afd] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x394750] 18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f751ef7b083] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3925be] 18: 18: demangled test_f3: 18: [0x3f8ff0] Kokkos::Impl::save_stacktrace() 18: [0x396c2e] Test::stacktrace_test_f1(std::ostream&) 18: [0x397076] Test::stacktrace_test_f3(std::ostream&, int) 18: [0x393211] Test::test_stacktrace(bool, bool) 18: [0x39429c] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 18: [0x3ca64d] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x3a41b9] testing::Test::Run() 18: [0x3a52b9] testing::TestInfo::Run() 18: [0x3a5b52] testing::TestSuite::Run() 18: [0x3b527d] testing::internal::UnitTestImpl::RunAllTests() 18: [0x3cb2bd] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x3b4afd] testing::UnitTest::Run() 18: [0x394750] main 18: [0x7f751ef7b083] __libc_start_main 18: [0x3925be] _start 18: 18: Test setting std::terminate handler that prints the last saved stack trace 18: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (249 ms) 18: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 18: 18: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 2 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 18: Top of f1 18: Top of f0 18: Top of f0 18: test_f1: 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x3f8ff0] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x396c2e] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x392711] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xb9) [0x394539] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3ca64d] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x3a41b9] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x3a52b9] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x142) [0x3a5b52] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x74d) [0x3b527d] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3cb2bd] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x3b4afd] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x394750] 18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f751ef7b083] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3925be] 18: 18: demangled test_f1: 18: [0x3f8ff0] Kokkos::Impl::save_stacktrace() 18: [0x396c2e] Test::stacktrace_test_f1(std::ostream&) 18: [0x392711] Test::test_stacktrace(bool, bool) 18: [0x394539] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 18: [0x3ca64d] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x3a41b9] testing::Test::Run() 18: [0x3a52b9] testing::TestInfo::Run() 18: [0x3a5b52] testing::TestSuite::Run() 18: [0x3b527d] testing::internal::UnitTestImpl::RunAllTests() 18: [0x3cb2bd] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x3b4afd] testing::UnitTest::Run() 18: [0x394750] main 18: [0x7f751ef7b083] __libc_start_main 18: [0x3925be] _start 18: 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f1 18: Top of f0 18: Top of f0 18: StackTrace f3(std::cout, 4) returned: 110 18: test_f3: 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x3f8ff0] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x396c2e] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x397076] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xb21) [0x393211] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xb9) [0x394539] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3ca64d] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x3a41b9] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x3a52b9] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x142) [0x3a5b52] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x74d) [0x3b527d] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3cb2bd] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x3b4afd] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x394750] 18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f751ef7b083] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3925be] 18: 18: demangled test_f3: 18: [0x3f8ff0] Kokkos::Impl::save_stacktrace() 18: [0x396c2e] Test::stacktrace_test_f1(std::ostream&) 18: [0x397076] Test::stacktrace_test_f3(std::ostream&, int) 18: [0x393211] Test::test_stacktrace(bool, bool) 18: [0x394539] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 18: [0x3ca64d] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x3a41b9] testing::Test::Run() 18: [0x3a52b9] testing::TestInfo::Run() 18: [0x3a5b52] testing::TestSuite::Run() 18: [0x3b527d] testing::internal::UnitTestImpl::RunAllTests() 18: [0x3cb2bd] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x3b4afd] testing::UnitTest::Run() 18: [0x394750] main 18: [0x7f751ef7b083] __libc_start_main 18: [0x3925be] _start 18: 18: Test setting std::terminate handler that prints the last saved stack trace [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMemoryAccessViolation.cpp.o 24: ViewFill_Rank7/N:10/manual_time 0.001 s 0.000 s 761 890.387/s 800 24: ViewFill_Rank8/N:10/manual_time 0.001 s 0.000 s 759 880.654/s 800 [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestBinSortB.cpp.o [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o 24: ViewFill_Rank8/N:10/manual_time 0.001 s 0.000 s 759 886.516/s 800 [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o 18: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (2099 ms) 18: [----------] 2 tests from defaultdevicetype_DeathTest (2349 ms total) 18: 18: [----------] 1 test from defaultdevicetype 18: [ RUN ] defaultdevicetype.stacktrace_normal 18: Top of f1 18: Top of f0 18: Top of f0 18: test_f1: 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x3f8ff0] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x396c2e] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x392711] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3ca64d] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x3a41b9] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x3a52b9] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x142) [0x3a5b52] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x74d) [0x3b527d] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3cb2bd] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x3b4afd] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x394750] 18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f751ef7b083] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3925be] 18: 18: demangled test_f1: 18: [0x3f8ff0] Kokkos::Impl::save_stacktrace() 18: [0x396c2e] Test::stacktrace_test_f1(std::ostream&) 18: [0x392711] Test::test_stacktrace(bool, bool) 18: [0x3ca64d] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x3a41b9] testing::Test::Run() 18: [0x3a52b9] testing::TestInfo::Run() 18: [0x3a5b52] testing::TestSuite::Run() 18: [0x3b527d] testing::internal::UnitTestImpl::RunAllTests() 18: [0x3cb2bd] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x3b4afd] testing::UnitTest::Run() 18: [0x394750] main 18: [0x7f751ef7b083] __libc_start_main 18: [0x3925be] _start 18: 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f1 18: Top of f0 18: Top of f0 18: StackTrace f3(std::cout, 4) returned: 110 18: test_f3: 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x3f8ff0] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x396c2e] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x397076] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xb21) [0x393211] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3ca64d] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x3a41b9] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x3a52b9] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x142) [0x3a5b52] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x74d) [0x3b527d] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3cb2bd] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x3b4afd] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x394750] 18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f751ef7b083] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3925be] 18: 18: demangled test_f3: 18: [0x3f8ff0] Kokkos::Impl::save_stacktrace() 18: [0x396c2e] Test::stacktrace_test_f1(std::ostream&) 18: [0x397076] Test::stacktrace_test_f3(std::ostream&, int) 18: [0x393211] Test::test_stacktrace(bool, bool) 18: [0x3ca64d] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x3a41b9] testing::Test::Run() 18: [0x3a52b9] testing::TestInfo::Run() 18: [0x3a5b52] testing::TestSuite::Run() 18: [0x3b527d] testing::internal::UnitTestImpl::RunAllTests() 18: [0x3cb2bd] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x3b4afd] testing::UnitTest::Run() 18: [0x394750] main 18: [0x7f751ef7b083] __libc_start_main 18: [0x3925be] _start 18: 18: Test setting std::terminate handler that prints the last saved stack trace 18: [ OK ] defaultdevicetype.stacktrace_normal (1 ms) 18: [----------] 1 test from defaultdevicetype (1 ms total) 18: 18: [----------] Global test environment tear-down 18: [==========] 3 tests from 2 test suites ran. (2350 ms total) 18: [ PASSED ] 3 tests. 24: ViewFill_Raw/N:10/manual_time 0.001 s 0.000 s 783 937.413/s 800 24: ViewFill_Raw/N:10/manual_time 0.001 s 0.000 s 773 925.017/s 800 24: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.5523k/s 1.6k 24: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.55843k/s 1.6k 24: ViewResize_Rank2/N:10/iterations:10/manual_time 0.006 s 0.000 s 10 247.901/s 1.6k 24: ViewResize_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.29316k/s 1.6k [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o 24: ViewResize_Rank3/N:10/iterations:10/manual_time 0.007 s 0.000 s 10 237.884/s 1.6k 24: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.67974k/s 1.6k 24: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.4208k/s 1.6k 24: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.44581k/s 1.6k 24: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.007 s 0.000 s 10 240.289/s 1.6k 24: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.99147k/s 1.6k 24: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.007 s 0.000 s 10 240.827/s 1.6k 24: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.86009k/s 1.6k 24: ViewResize_Rank4/N:10/iterations:10/manual_time 0.007 s 0.000 s 10 235.615/s 1.6k 24: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.23714k/s 1.6k 24: ViewResize_Rank5/N:10/iterations:10/manual_time 0.007 s 0.000 s 10 235.836/s 1.6k 24: ViewResize_Rank5/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 3.11399k/s 1.6k 24: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.007 s 0.000 s 10 239.584/s 1.6k 24: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.23508k/s 1.6k 24: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.007 s 0.000 s 10 239.009/s 1.6k 24: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.00282k/s 1.6k 24: ViewResize_Rank6/N:10/iterations:10/manual_time 0.007 s 0.000 s 10 235.263/s 1.6k 24: ViewResize_Rank6/N:10/iterations:10/manual_time 0.001 s 0.000 s 10 2.90094k/s 1.6k 24: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.007 s 0.000 s 10 239.181/s 1.6k 24: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.6122k/s 1.6k 24: ViewResize_Rank7/N:10/iterations:10/manual_time 0.007 s 0.000 s 10 238.9/s 1.6k 24: ViewResize_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.82728k/s 1.6k 24: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.007 s 0.000 s 10 241.926/s 1.6k 24: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.22144k/s 1.6k 24: ViewResize_Rank8/N:10/iterations:10/manual_time 0.007 s 0.000 s 10 236.747/s 1.6k 24: ViewResize_Rank8/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.28483k/s 1.6k 24: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.007 s 0.000 s 10 240.758/s 1.6k 24: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.8953k/s 1.6k 24: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.002 s 0.001 s 10 652.272/s 1.6k 18/52 Test #18: Kokkos_CoreUnitTest_StackTraceTest .......... Passed 4.85 sec test 19 Start 19: Kokkos_IncrementalTest_SERIAL 19: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 19: Test timeout computed to be: 1500 24: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.002 s 0.001 s 10 649.138/s 1.6k [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfClass.cpp.o 19: [==========] Running 28 tests from 1 test suite. 19: [----------] Global test environment set-up. 19: [----------] 28 tests from SERIAL 19: [ RUN ] SERIAL.IncrTest_01_execspace_typedef 19: [ OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms) 19: [ RUN ] SERIAL.IncrTest_01_execspace 19: Host Serial Execution Space: 19: KOKKOS_ENABLE_SERIAL: yes 19: 19: Serial Runtime Configuration: 19: Serial 19: [ OK ] SERIAL.IncrTest_01_execspace (0 ms) 19: [ RUN ] SERIAL.IncrTest_02_AtomicExchange 19: [ OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms) 19: [ RUN ] SERIAL.IncrTest_02_AtomicAdd 19: [ OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms) 19: [ RUN ] SERIAL.IncrTest_02_AtomicSub 19: [ OK ] SERIAL.IncrTest_02_AtomicSub (0 ms) 19: [ RUN ] SERIAL.IncrTest_03a_memspace_malloc 19: [ OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms) 19: [ RUN ] SERIAL.IncrTest_03b_memspace_free 19: [ OK ] SERIAL.IncrTest_03b_memspace_free (61 ms) 19: [ RUN ] SERIAL.IncrTest_04_simple_parallelFor 19: [ OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms) 19: [ RUN ] SERIAL.IncrTest_04_RangePolicy_parallelFor 19: [ OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms) 19: [ RUN ] SERIAL.IncrTest_05_reduction 19: [ OK ] SERIAL.IncrTest_05_reduction (0 ms) 19: [ RUN ] SERIAL.IncrTest_06_mdrange2D 19: [ OK ] SERIAL.IncrTest_06_mdrange2D (0 ms) 19: [ RUN ] SERIAL.IncrTest_06_mdrange3D 19: [ OK ] SERIAL.IncrTest_06_mdrange3D (0 ms) 19: [ RUN ] SERIAL.IncrTest_06_mdrange4D 19: [ OK ] SERIAL.IncrTest_06_mdrange4D (0 ms) 19: [ RUN ] SERIAL.IncrTest_08_deep_copy_2D 19: [ OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms) 19: [ RUN ] SERIAL.IncrTest_08_deep_copy_3D 19: [ OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms) 19: [ RUN ] SERIAL.IncrTest_08_deep_copy_4D 19: [ OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms) 19: [ RUN ] SERIAL.IncrTest_10_Hierarchical_Basics 19: [ OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms) 19: [ RUN ] SERIAL.IncrTest_11a_Hierarchical_ForLoop 19: [ OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 19: [ RUN ] SERIAL.IncrTest_11b_Hierarchical_ForLoop 19: [ OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 19: [ RUN ] SERIAL.IncrTest_11c_Hierarchical_ForLoop 19: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (83 ms) 19: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 19: [ OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms) 19: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 19: [ OK ] SERIAL.IncrTest_12b_TeamScratch (2 ms) 19: [ RUN ] SERIAL.IncrTest_13a_Hierarchical_Red 19: [ OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms) 19: [ RUN ] SERIAL.IncrTest_13b_Hierarchical_Red 19: [ OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms) 19: [ RUN ] SERIAL.IncrTest_13c_Hierarchical_Red 19: [ OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms) 19: [ RUN ] SERIAL.incr_14_MDrangeReduce 19: [ OK ] SERIAL.incr_14_MDrangeReduce (0 ms) 19: [ RUN ] SERIAL.IncrTest_16_parallelscan 19: [ OK ] SERIAL.IncrTest_16_parallelscan (0 ms) 19: [ RUN ] SERIAL.incr_17_atomicView 19: [ OK ] SERIAL.incr_17_atomicView (0 ms) 19: [----------] 28 tests from SERIAL (148 ms total) 19: 19: [----------] Global test environment tear-down 19: [==========] 28 tests from 1 test suite ran. (148 ms total) 19: [ PASSED ] 28 tests. 19/52 Test #19: Kokkos_IncrementalTest_SERIAL ............... Passed 0.61 sec test 20 Start 20: Kokkos_IncrementalTest_HIP 20: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_IncrementalTest_HIP 20: Test timeout computed to be: 1500 [ 90%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o [ 90%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o 20: [==========] Running 28 tests from 1 test suite. 20: [----------] Global test environment set-up. 20: [----------] 28 tests from HIP 20: [ RUN ] HIP.IncrTest_01_execspace_typedef 20: [ OK ] HIP.IncrTest_01_execspace_typedef (0 ms) 20: [ RUN ] HIP.IncrTest_01_execspace 20: Device Execution Space: 20: KOKKOS_ENABLE_HIP: yes 20: HIP Options: 20: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 20: 20: Runtime Configuration: 20: macro KOKKOS_ENABLE_HIP : defined 20: macro HIP_VERSION = 50631061 = version 5.6.31061 20: macro KOKKOS_ENABLE_ROCTHRUST : defined 20: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-, Total Global Memory: 31.98 G, Shared Memory per Block: 64 K, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected 20: HIP 20: [ OK ] HIP.IncrTest_01_execspace (0 ms) 20: [ RUN ] HIP.IncrTest_02_AtomicExchange 20: [ OK ] HIP.IncrTest_02_AtomicExchange (0 ms) 20: [ RUN ] HIP.IncrTest_02_AtomicAdd 20: [ OK ] HIP.IncrTest_02_AtomicAdd (0 ms) 20: [ RUN ] HIP.IncrTest_02_AtomicSub 20: [ OK ] HIP.IncrTest_02_AtomicSub (0 ms) 20: [ RUN ] HIP.IncrTest_03a_memspace_malloc 20: [ OK ] HIP.IncrTest_03a_memspace_malloc (0 ms) 20: [ RUN ] HIP.IncrTest_03b_memspace_free 24/49 Test #24: Kokkos_PerformanceTest_Benchmark ............ Passed 117.76 sec test 25 Start 25: Kokkos_Benchmark_Atomic_MinMax 25: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2024-03-29_T02-32-02.json" 25: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test 25: Test timeout computed to be: 1500 [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly 25: 2024-03-29T03:00:00+00:00 25: Running /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 25: Run on (6 X 2095.08 MHz CPU s) 25: CPU Caches: 25: L1 Data 32 KiB (x6) 25: L1 Instruction 32 KiB (x6) 25: L2 Unified 4096 KiB (x6) 25: L3 Unified 16384 KiB (x6) 25: Load Average: 0.41, 3.77, 5.33 25: CPU architecture: none 25: Default Device: N6Kokkos12Experimental12OpenMPTargetE 25: GIT_BRANCH: HEAD 25: GIT_CLEAN_STATUS: CLEAN 25: GIT_COMMIT_DATE: 2024-03-29T02:31:11+00:00 25: GIT_COMMIT_DESCRIPTION: Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD 25: GIT_COMMIT_HASH: 67af2a29a 25: GPU architecture: VOLTA70 25: KOKKOS_COMPILER_CLANG: 1703 25: KOKKOS_ENABLE_ASM: no 25: KOKKOS_ENABLE_CXX17: yes 25: KOKKOS_ENABLE_CXX20: no 25: KOKKOS_ENABLE_CXX23: no 25: KOKKOS_ENABLE_CXX26: no 25: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 25: KOKKOS_ENABLE_HWLOC: no 25: KOKKOS_ENABLE_LIBDL: yes 25: KOKKOS_ENABLE_OPENMPTARGET: yes 25: KOKKOS_ENABLE_PRAGMA_IVDEP: no 25: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 25: KOKKOS_ENABLE_PRAGMA_UNROLL: no 25: KOKKOS_ENABLE_PRAGMA_VECTOR: no 25: KOKKOS_ENABLE_SERIAL: yes 25: Kokkos Version: 4.3.99 25: platform: 64bit 25: ---------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations 25: ---------------------------------------------------------------------------------------------------------------------------------------- 25: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 25: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 25/49 Test #25: Kokkos_Benchmark_Atomic_MinMax .............. Passed 0.83 sec test 26 Start 26: Kokkos_PerformanceTest_Mempool 26: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2024-03-29_T02-32-02.json" 26: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test 26: Test timeout computed to be: 1500 [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOutOfBoundsAccess.cpp.o 26: 2024-03-29T03:00:01+00:00 26: Running /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Mempool 26: Run on (6 X 2095.08 MHz CPU s) 26: CPU Caches: 26: L1 Data 32 KiB (x6) 26: L1 Instruction 32 KiB (x6) 26: L2 Unified 4096 KiB (x6) 26: L3 Unified 16384 KiB (x6) 26: Load Average: 0.41, 3.77, 5.33 26: CPU architecture: none 26: Default Device: N6Kokkos12Experimental12OpenMPTargetE 26: GIT_BRANCH: HEAD 26: GIT_CLEAN_STATUS: CLEAN 26: GIT_COMMIT_DATE: 2024-03-29T02:31:11+00:00 26: GIT_COMMIT_DESCRIPTION: Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD 26: GIT_COMMIT_HASH: 67af2a29a 26: GPU architecture: VOLTA70 26: KOKKOS_COMPILER_CLANG: 1703 26: KOKKOS_ENABLE_ASM: no 26: KOKKOS_ENABLE_CXX17: yes 26: KOKKOS_ENABLE_CXX20: no 26: KOKKOS_ENABLE_CXX23: no 26: KOKKOS_ENABLE_CXX26: no 26: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 26: KOKKOS_ENABLE_HWLOC: no 26: KOKKOS_ENABLE_LIBDL: yes 26: KOKKOS_ENABLE_OPENMPTARGET: yes 26: KOKKOS_ENABLE_PRAGMA_IVDEP: no 26: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 26: KOKKOS_ENABLE_PRAGMA_UNROLL: no 26: KOKKOS_ENABLE_PRAGMA_VECTOR: no 26: KOKKOS_ENABLE_SERIAL: yes 26: Kokkos Version: 4.3.99 26: platform: 64bit 26: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 26: Benchmark Time CPU Iterations FOM: fill ops per second 26: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 26: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.001 s 0.000 s 494 4.99936M/s Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_ScatterView.cpp [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o 20: [ OK ] HIP.IncrTest_03b_memspace_free (2675 ms) 20: [ RUN ] HIP.IncrTest_04_simple_parallelFor 20: [ OK ] HIP.IncrTest_04_simple_parallelFor (1 ms) 20: [ RUN ] HIP.IncrTest_04_RangePolicy_parallelFor 20: [ OK ] HIP.IncrTest_04_RangePolicy_parallelFor (0 ms) 20: [ RUN ] HIP.IncrTest_05_reduction 20: [ OK ] HIP.IncrTest_05_reduction (6 ms) 20: [ RUN ] HIP.IncrTest_06_mdrange2D 20: [ OK ] HIP.IncrTest_06_mdrange2D (0 ms) 20: [ RUN ] HIP.IncrTest_06_mdrange3D 20: [ OK ] HIP.IncrTest_06_mdrange3D (0 ms) 20: [ RUN ] HIP.IncrTest_06_mdrange4D 20: [ OK ] HIP.IncrTest_06_mdrange4D (0 ms) 20: [ RUN ] HIP.IncrTest_08_deep_copy_2D 20: [ OK ] HIP.IncrTest_08_deep_copy_2D (1 ms) 20: [ RUN ] HIP.IncrTest_08_deep_copy_3D 20: [ OK ] HIP.IncrTest_08_deep_copy_3D (0 ms) 20: [ RUN ] HIP.IncrTest_08_deep_copy_4D 20: [ OK ] HIP.IncrTest_08_deep_copy_4D (0 ms) 20: [ RUN ] HIP.IncrTest_10_Hierarchical_Basics 20: [ OK ] HIP.IncrTest_10_Hierarchical_Basics (1 ms) 20: [ RUN ] HIP.IncrTest_11a_Hierarchical_ForLoop 20: [ OK ] HIP.IncrTest_11a_Hierarchical_ForLoop (1 ms) 20: [ RUN ] HIP.IncrTest_11b_Hierarchical_ForLoop 20: [ OK ] HIP.IncrTest_11b_Hierarchical_ForLoop (1 ms) 20: [ RUN ] HIP.IncrTest_11c_Hierarchical_ForLoop 20: [ OK ] HIP.IncrTest_11c_Hierarchical_ForLoop (160 ms) 20: [ RUN ] HIP.IncrTest_12a_ThreadScratch 20: [ OK ] HIP.IncrTest_12a_ThreadScratch (5 ms) 20: [ RUN ] HIP.IncrTest_12b_TeamScratch 20: [ OK ] HIP.IncrTest_12b_TeamScratch (1 ms) 20: [ RUN ] HIP.IncrTest_13a_Hierarchical_Red 20: [ OK ] HIP.IncrTest_13a_Hierarchical_Red (1 ms) 20: [ RUN ] HIP.IncrTest_13b_Hierarchical_Red 20: [ OK ] HIP.IncrTest_13b_Hierarchical_Red (1 ms) 20: [ RUN ] HIP.IncrTest_13c_Hierarchical_Red 20: [ OK ] HIP.IncrTest_13c_Hierarchical_Red (1 ms) 20: [ RUN ] HIP.incr_14_MDrangeReduce 20: [ OK ] HIP.incr_14_MDrangeReduce (1 ms) 20: [ RUN ] HIP.IncrTest_16_parallelscan 20: [ OK ] HIP.IncrTest_16_parallelscan (6 ms) 20: [ RUN ] HIP.incr_17_atomicView 20: [ OK ] HIP.incr_17_atomicView (1 ms) 20: [----------] 28 tests from HIP (2871 ms total) 20: 20: [----------] Global test environment tear-down 20: [==========] 28 tests from 1 test suite ran. (2871 ms total) 20: [ PASSED ] 28 tests. 20/52 Test #20: Kokkos_IncrementalTest_HIP .................. Passed 3.33 sec test 21 Start 21: Kokkos_CoreUnitTest_CTestDevice 21: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 21: Test timeout computed to be: 1500 21: [==========] Running 8 tests from 1 test suite. 21: [----------] Global test environment set-up. 21: [----------] 8 tests from ctest_environment 21: [ RUN ] ctest_environment.no_device_type 21: [ OK ] ctest_environment.no_device_type (0 ms) 21: [ RUN ] ctest_environment.no_process_count 21: [ OK ] ctest_environment.no_process_count (0 ms) 21: [ RUN ] ctest_environment.invalid_rank 21: [ OK ] ctest_environment.invalid_rank (0 ms) 21: [ RUN ] ctest_environment.no_type_str 21: [ OK ] ctest_environment.no_type_str (0 ms) 21: [ RUN ] ctest_environment.missing_type 21: [ OK ] ctest_environment.missing_type (0 ms) 21: [ RUN ] ctest_environment.no_id_str 21: [ OK ] ctest_environment.no_id_str (0 ms) 21: [ RUN ] ctest_environment.invalid_id_str 21: [ OK ] ctest_environment.invalid_id_str (0 ms) 21: [ RUN ] ctest_environment.good 21: [ OK ] ctest_environment.good (0 ms) 21: [----------] 8 tests from ctest_environment (0 ms total) 21: 21: [----------] Global test environment tear-down 21: [==========] 8 tests from 1 test suite ran. (0 ms total) 21: [ PASSED ] 8 tests. 21/52 Test #21: Kokkos_CoreUnitTest_CTestDevice ............. Passed 0.03 sec test 22 Start 22: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 22: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 22: Test timeout computed to be: 1500 22/52 Test #22: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ... Passed 0.03 sec test 23 Start 23: Kokkos_CoreUnitTest_DeviceAndThreads 23: Test command: /usr/bin/python3.8 "-m" "unittest" "-v" "/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/TestDeviceAndThreads.py" 23: Test timeout computed to be: 1500 [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 90%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_OffsetView.cpp.o [ 75%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o 26: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 26: Benchmark Time CPU Iterations FOM: cycle ops per second 26: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 26: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 1501 23.6794M/s [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o 26/49 Test #26: Kokkos_PerformanceTest_Mempool .............. Passed 3.25 sec test 27 Start 27: Kokkos_PerformanceTest_Atomic 27: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2024-03-29_T02-32-02.json" 27: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test 27: Test timeout computed to be: 1500 [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o 27: 2024-03-29T03:00:04+00:00 27: Running /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Atomic 27: Run on (6 X 2095.08 MHz CPU s) 27: CPU Caches: 27: L1 Data 32 KiB (x6) 27: L1 Instruction 32 KiB (x6) 27: L2 Unified 4096 KiB (x6) 27: L3 Unified 16384 KiB (x6) 27: Load Average: 0.62, 3.76, 5.32 27: CPU architecture: none 27: Default Device: N6Kokkos12Experimental12OpenMPTargetE 27: GIT_BRANCH: HEAD 27: GIT_CLEAN_STATUS: CLEAN 27: GIT_COMMIT_DATE: 2024-03-29T02:31:11+00:00 27: GIT_COMMIT_DESCRIPTION: Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD 27: GIT_COMMIT_HASH: 67af2a29a 27: GPU architecture: VOLTA70 27: KOKKOS_COMPILER_CLANG: 1703 27: KOKKOS_ENABLE_ASM: no 27: KOKKOS_ENABLE_CXX17: yes 27: KOKKOS_ENABLE_CXX20: no 27: KOKKOS_ENABLE_CXX23: no 27: KOKKOS_ENABLE_CXX26: no 27: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 27: KOKKOS_ENABLE_HWLOC: no 27: KOKKOS_ENABLE_LIBDL: yes 27: KOKKOS_ENABLE_OPENMPTARGET: yes 27: KOKKOS_ENABLE_PRAGMA_IVDEP: no 27: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 27: KOKKOS_ENABLE_PRAGMA_UNROLL: no 27: KOKKOS_ENABLE_PRAGMA_VECTOR: no 27: KOKKOS_ENABLE_SERIAL: yes 27: Kokkos Version: 4.3.99 27: platform: 64bit [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o 23: test_device_id (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o 23: test_disable_warnings (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok 23: test_num_devices (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok [ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o 23: test_num_threads (TestDeviceAndThreads.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled' /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_StaticCrsGraph.cpp [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewResize.cpp.o 23: test_tune_internals (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok 23: 23: ---------------------------------------------------------------------- 23: Ran 5 tests in 5.030s 23: 23: OK (skipped=1) 23/52 Test #23: Kokkos_CoreUnitTest_DeviceAndThreads ........ Passed 5.12 sec test 24 Start 24: Kokkos_PerformanceTest_TaskDag 24: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_TaskDag 24: Test timeout computed to be: 1500 24/52 Test #24: Kokkos_PerformanceTest_TaskDag .............. Passed 0.03 sec test 25 Start 25: Kokkos_PerformanceTest_Benchmark 25: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2024-03-29_T02-32-34.json" 25: Test timeout computed to be: 1500 Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o 25: 2024-03-29T03:00:09+00:00 25: Running /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 25: Run on (64 X 2994.45 MHz CPU s) 25: CPU Caches: 25: L1 Data 32 KiB (x32) 25: L1 Instruction 32 KiB (x32) 25: L2 Unified 512 KiB (x32) 25: L3 Unified 16384 KiB (x16) 25: Load Average: 1.59, 2.74, 4.05 25: CPU architecture: none 25: Default Device: N6Kokkos3HIPE 25: GPU architecture: AMD_GFX908 25: KOKKOS_COMPILER_CLANG: 1600 25: KOKKOS_ENABLE_ASM: no 25: KOKKOS_ENABLE_CXX17: no 25: KOKKOS_ENABLE_CXX20: yes 25: KOKKOS_ENABLE_CXX23: no 25: KOKKOS_ENABLE_CXX26: no 25: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 25: KOKKOS_ENABLE_HIP: yes 25: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 25: KOKKOS_ENABLE_HWLOC: no 25: KOKKOS_ENABLE_LIBDL: yes 25: KOKKOS_ENABLE_PRAGMA_IVDEP: no 25: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 25: KOKKOS_ENABLE_PRAGMA_UNROLL: no 25: KOKKOS_ENABLE_PRAGMA_VECTOR: no 25: KOKKOS_ENABLE_SERIAL: yes 25: Kokkos: HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-, Total Global Memory: 31.98 G, Shared Memory per Block: 64 K, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected 25: Kokkos Version: 4.3.99 25: macro KOKKOS_ENABLE_HIP: defined 25: macro KOKKOS_ENABLE_ROCTHRUST: defined 25: platform: 64bit 25: --------------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations Count Time normalized 25: --------------------------------------------------------------------------------------------------------------------------------------------------- 25: GramSchmidt/Count:1024/iterations:5/manual_time 0.008 s 0.009 s 5 1024 7.83199u 25: GramSchmidt/Count:2048/iterations:5/manual_time 0.008 s 0.008 s 5 2.048k 3.93093u 25: GramSchmidt/Count:4096/iterations:5/manual_time 0.008 s 0.008 s 5 4.096k 1.96365u 25: GramSchmidt/Count:8192/iterations:5/manual_time 0.008 s 0.009 s 5 8.192k 975.203n 25: GramSchmidt/Count:16384/iterations:5/manual_time 0.008 s 0.009 s 5 16.384k 489.295n 25: GramSchmidt/Count:32768/iterations:5/manual_time 0.008 s 0.010 s 5 32.768k 248.097n [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o 25: GramSchmidt/Count:65536/iterations:5/manual_time 0.008 s 0.013 s 5 65.536k 128.987n 25: GramSchmidt/Count:131072/iterations:5/manual_time 0.011 s 0.020 s 5 131.072k 84.978n 25: GramSchmidt/Count:262144/iterations:5/manual_time 0.015 s 0.031 s 5 262.144k 56.3102n 25: GramSchmidt/Count:524288/iterations:5/manual_time 0.022 s 0.055 s 5 524.288k 42.299n [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o 25: ---------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations FOM: GB/s Max 25: ---------------------------------------------------------------------------------------------------------------------------------------------- 25: CustomReduction/N:100000/R:1000/manual_time 0.007 s 0.018 s 95 14.6217k/s 11.5 /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_UnorderedMap.cpp [ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o 25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 25: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced 25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 25: OverlapRangePolicy/N:2000/M:10000/R:10 0.515 s 0.512 s 1 0.0988992 0.0487394 0.0874948 0.0441527 0.0445337 3.797u [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 90%] Linking CXX executable Kokkos_PerformanceTest_Benchmark 25: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 25: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: OverlapMDRangePolicy/N:200/M:10000/R:10 0.044 s 0.044 s 16 8.14619m 4.04995m 7.74716m 3.85163m 3.89417m 2.775u 25: OverlapTeamPolicy/N:20/M:1000000/R:10 0.072 s 0.070 s 10 0.0124572 0.0104257 9.01012m 4.90007m 4.51803m 3.597u 25: --------------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations Count Time normalized 25: --------------------------------------------------------------------------------------------------------------------------------------------------- 25: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1024 26.9551n 25: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 14.3237n 25: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 7.03223n 25: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.000 s 0.000 s 5 8.192k 3.4574n 25: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 1.82837n 25: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.000 s 0.000 s 5 32.768k 969.849p 25: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.000 s 0.000 s 5 65.536k 606.613p 25: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.000 s 0.000 s 5 131.072k 500.824p 25: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.000 s 0.001 s 5 262.144k 515.415p 25: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.000 s 0.001 s 5 524.288k 424.17p [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WorkGraph.cpp.o [ 90%] Built target Kokkos_PerformanceTest_Benchmark 25: ----------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations FOM: rate 25: ----------------------------------------------------------------------------------------------------------------------------------- 25: Malloc/N:1/manual_time 15.3 us 28.7 us 47744 65.3292k/s /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial_ViewCtorPropEmbeddedDim.cpp [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o ar cr libkokkos.a Kokkos_CPUDiscovery.o Kokkos_Error.o Kokkos_Profiling.o Kokkos_MemoryPool.o Kokkos_hwloc.o Kokkos_HostSpace.o Kokkos_HostThreadTeam.o Kokkos_Stacktrace.o Kokkos_ExecPolicy.o Kokkos_HostSpace_deepcopy.o Kokkos_SharedAlloc.o Kokkos_Command_Line_Parsing.o Kokkos_Core.o Kokkos_Abort.o Kokkos_HostBarrier.o Kokkos_UnorderedMap_impl.o Kokkos_Cuda_Task.o Kokkos_Cuda_Instance.o Kokkos_CudaSpace.o Lock_Array_CUDA.o Kokkos_Serial.o Kokkos_Serial_Task.o ranlib libkokkos.a 25: Malloc/N:16/manual_time 14.7 us 28.2 us 47777 68.2467k/s /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper UnitTestMain.o gtest-all.o TestCuda_Bitset.o TestCuda_DualView.o TestCuda_DynamicView.o TestCuda_DynViewAPI_generic.o TestCuda_DynViewAPI_rank12345.o TestCuda_DynViewAPI_rank67.o TestCuda_ErrorReporter.o TestCuda_OffsetView.o TestCuda_ScatterView.o TestCuda_StaticCrsGraph.o TestCuda_UnorderedMap.o TestCuda_ViewCtorPropEmbeddedDim.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6905/build/containers/unit_tests -L/usr/local/cuda/lib64 -lpthread -o KokkosContainers_UnitTest_Cuda [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o 25: Malloc/N:256/manual_time 14.6 us 28.2 us 47992 68.3128k/s 25: Malloc/N:4096/manual_time 15.4 us 28.4 us 47691 64.827k/s [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o [ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o 25: Malloc/N:65536/manual_time 14.6 us 28.2 us 47775 68.3089k/s [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o 25: Malloc/N:1048576/manual_time 14.7 us 28.2 us 47850 68.1878k/s [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o [ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D Scanning dependencies of target Kokkos_UnitTest_SIMD [ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o 25: Malloc/N:16777216/manual_time 662 us 156 us 8470 1.51017k/s [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H Scanning dependencies of target Kokkos_atomic [ 97%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o [ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_a.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_b.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F Scanning dependencies of target Kokkos_gather [ 97%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o 25: Malloc/N:268435456/manual_time 8956 us 287 us 1000 111.66/s 25: Malloc/N:4294967296/manual_time 143242 us 657 us 5 6.9812/s 25: MallocFree/N:1/manual_time 28.4 us 28.2 us 24609 35.2533k/s [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o Scanning dependencies of target Kokkos_gups [ 97%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestNestedSort.cpp.o [ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_ScatterView.cpp.o 25: MallocFree/N:16/manual_time 28.3 us 28.2 us 24706 35.3475k/s [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o [ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o 25: MallocFree/N:256/manual_time 28.3 us 28.2 us 24651 35.3163k/s [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o 25: MallocFree/N:4096/manual_time 28.3 us 28.3 us 24637 35.2801k/s [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o 25: MallocFree/N:65536/manual_time 28.4 us 28.3 us 24708 35.2521k/s [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o 25: MallocFree/N:1048576/manual_time 28.3 us 28.2 us 24697 35.2991k/s [ 97%] Linking CXX executable Kokkos_atomic [ 97%] Built target Kokkos_atomic Scanning dependencies of target Kokkos_launch_latency [ 97%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o 25: MallocFree/N:16777216/manual_time 523 us 153 us 4616 1.91239k/s 25: MallocFree/N:268435456/manual_time 9437 us 389 us 74 105.965/s [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o 25: MallocFree/N:4294967296/manual_time 147183 us 615 us 5 6.79427/s 27: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 27: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: Test_Atomic/100000/iterations:10 4.61 s 0.011 s 10 1 4 7.50505 5.09339m 42.94u 704.983M 1068.51k 704.983M [ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 98%] Linking CXX executable Kokkos_gups [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o 25: MallocTouch/N:1/manual_time 16.0 us 30.0 us 43555 62.3601k/s [ 98%] Built target Kokkos_gups Scanning dependencies of target Kokkos_stream [ 98%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M Scanning dependencies of target Kokkos_policy_performance [ 98%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o 25: MallocTouch/N:16/manual_time 16.5 us 29.6 us 45144 60.7181k/s [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c01.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c02.cpp.o 25: MallocTouch/N:256/manual_time 15.5 us 29.3 us 38552 64.7159k/s [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o 25: MallocTouch/N:4096/manual_time 30.4 us 46.3 us 20568 32.8483k/s [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o 25: MallocTouch/N:65536/manual_time 31.7 us 47.0 us 23093 31.5312k/s [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 98%] Linking CXX executable Kokkos_launch_latency [ 98%] Built target Kokkos_launch_latency Scanning dependencies of target Kokkos_bytes_and_flops [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o 25: MallocTouch/N:1048576/manual_time 31.7 us 47.4 us 22140 31.5801k/s [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.cpp.o [ 99%] Linking CXX executable Kokkos_UnitTest_SIMD [ 99%] Built target Kokkos_UnitTest_SIMD [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o 25: MallocTouch/N:16777216/manual_time 418 us 220 us 6599 2.39028k/s [ 99%] Linking CXX executable Kokkos_stream 25: MallocTouch/N:268435456/manual_time 9329 us 453 us 75 107.191/s [ 99%] Built target Kokkos_stream [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o 25: MallocTouch/N:4294967296/manual_time 146879 us 2220 us 5 6.80833/s 25: MallocTouchFree/N:1/manual_time 32.0 us 29.9 us 24017 31.2931k/s 25: MallocTouchFree/N:16/manual_time 29.1 us 29.0 us 24087 34.3883k/s 25: MallocTouchFree/N:256/manual_time 31.7 us 30.3 us 24038 31.5005k/s 25: MallocTouchFree/N:4096/manual_time 48.0 us 45.7 us 15495 20.8133k/s 25: MallocTouchFree/N:65536/manual_time 45.4 us 45.2 us 14650 22.0175k/s 25: MallocTouchFree/N:1048576/manual_time 47.0 us 46.8 us 14904 21.2585k/s [ 99%] Linking CXX executable Kokkos_policy_performance [ 99%] Built target Kokkos_policy_performance [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c03.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c04.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c05.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper UnitTestMain.o gtest-all.o TestSerial_Bitset.o TestSerial_DualView.o TestSerial_DynamicView.o TestSerial_DynViewAPI_generic.o TestSerial_DynViewAPI_rank12345.o TestSerial_DynViewAPI_rank67.o TestSerial_ErrorReporter.o TestSerial_OffsetView.o TestSerial_ScatterView.o TestSerial_StaticCrsGraph.o TestSerial_UnorderedMap.o TestSerial_ViewCtorPropEmbeddedDim.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6905/build/containers/unit_tests -L/usr/local/cuda/lib64 -lpthread -o KokkosContainers_UnitTest_Serial echo "End Build" End Build make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6905/build/containers/unit_tests' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6905/build/containers/unit_tests' make -C containers/performance_tests make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6905/build/containers/performance_tests' make -f /var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6905 CXX=/var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6905 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6905/build/containers/performance_tests' /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests/TestCuda.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests/TestMain.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Command_Line_Parsing.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_HostSpace_deepcopy.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Abort.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_ExecPolicy.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_HostThreadTeam.cpp [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o 25: MallocTouchFree/N:16777216/manual_time 484 us 191 us 3793 2.06636k/s [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o 25: MallocTouchFree/N:268435456/manual_time 9437 us 462 us 74 105.965/s [ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o 25: MallocTouchFree/N:4294967296/manual_time 147337 us 1910 us 5 6.78714/s [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C 25: ---------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations FOM: GB/s MB 25: ---------------------------------------------------------------------------------------------------------------------------------------------- 25: ViewAllocate_Rank1/N:10/manual_time 0.024 s 0.001 s 28 33.7924/s 800 [ 75%] Linking CXX executable Kokkos_UnitTest_Sort 25: ViewAllocate_Rank1/N:10/manual_time 0.027 s 0.001 s 26 29.8216/s 800 [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M 25: ViewAllocate_Rank2/N:10/manual_time 0.027 s 0.001 s 26 29.827/s 800 [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 99%] Linking CXX executable Kokkos_gather 25: ViewAllocate_Rank2/N:10/manual_time 0.027 s 0.001 s 26 29.8251/s 800 [ 99%] Built target Kokkos_gather [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o [ 99%] Linking CXX executable Kokkos_UnitTest_Sort 25: ViewAllocate_Rank3/N:10/manual_time 0.027 s 0.001 s 26 29.8247/s 800 25: ViewAllocate_Rank3/N:10/manual_time 0.027 s 0.001 s 26 29.8513/s 800 [ 99%] Built target Kokkos_UnitTest_Sort [ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o 25: ViewAllocate_Rank4/N:10/manual_time 0.027 s 0.001 s 26 29.8276/s 800 [ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_SharedAlloc.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_hwloc.cpp 25: ViewAllocate_Rank4/N:10/manual_time 0.027 s 0.001 s 26 29.8216/s 800 [ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c06.cpp.o 25: ViewAllocate_Rank5/N:10/manual_time 0.027 s 0.001 s 26 29.8228/s 800 [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o 25: ViewAllocate_Rank5/N:10/manual_time 0.027 s 0.001 s 26 29.8253/s 800 [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c07.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o 25: ViewAllocate_Rank6/N:10/manual_time 0.027 s 0.001 s 26 29.8293/s 800 [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o 25: ViewAllocate_Rank6/N:10/manual_time 0.027 s 0.001 s 26 29.8682/s 800 [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o 25: ViewAllocate_Rank7/N:10/manual_time 0.025 s 0.001 s 23 31.6368/s 800 [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F 25: ViewAllocate_Rank7/N:10/manual_time 0.027 s 0.001 s 26 29.8258/s 800 [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o 25: ViewAllocate_Rank8/N:10/manual_time 0.027 s 0.001 s 26 29.8253/s 800 [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o 25: ViewAllocate_Rank8/N:10/manual_time 0.027 s 0.001 s 26 29.8257/s 800 Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o 25: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 356 895.493/s 1.6k [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_CPUDiscovery.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_HostBarrier.cpp 25: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 434 1005.34/s 1.6k [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o 25: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 437 939.816/s 1.6k 25: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 436 1013.19/s 1.6k [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c08.cpp.o 27: Test_Atomic/100000/iterations:10 4.54 s 0.002 s 10 1 8 7.07987 4.67966m 86.08u 4.99995G 1.30949M 4.99995G [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o 25: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 436 944.514/s 1.6k [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o 25: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 436 1013.31/s 1.6k [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o 25: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 436 1013.59/s 1.6k [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Core.cpp 25: ViewDeepCopy_Rank2/N:10/manual_time 0.003 s 0.003 s 211 508.593/s 1.6k [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o 25: ViewDeepCopy_Rank3/N:10/manual_time 0.003 s 0.003 s 226 519.422/s 1.6k /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Stacktrace.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Profiling.cpp 25: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 436 952.392/s 1.6k [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Error.cpp 25: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 327 747.016/s 1.6k [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o 25: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 277 641.615/s 1.6k 25: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 436 1013.86/s 1.6k [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o [ 72%] Linking CXX executable Kokkos_ContainersTestCompileOnly [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o 25: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 436 950.048/s 1.6k [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ 72%] Built target Kokkos_ContainersTestCompileOnly [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o [ 73%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o 25: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 436 1012.98/s 1.6k 25: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 436 1013.32/s 1.6k [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_StaticCrsGraph.cpp.o 25: ViewDeepCopy_Rank4/N:10/manual_time 0.014 s 0.014 s 49 112.306/s 1.6k 25: ViewDeepCopy_Rank5/N:10/manual_time 0.014 s 0.014 s 49 112.689/s 1.6k /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_HostSpace.cpp [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o [100%] Linking CXX executable Kokkos_bytes_and_flops /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_MemoryPool.cpp 25: ViewDeepCopy_Rank4/N:10/manual_time 0.003 s 0.003 s 223 510.993/s 1.6k 25: ViewDeepCopy_Rank5/N:10/manual_time 0.007 s 0.007 s 102 225.645/s 1.6k [100%] Built target Kokkos_bytes_and_flops 25: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 437 1013.96/s 1.6k 25: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 437 1013.67/s 1.6k 25: ViewDeepCopy_Rank6/N:10/manual_time 0.016 s 0.016 s 44 101.095/s 1.6k [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/containers/src/impl/Kokkos_UnorderedMap_impl.cpp 25: ViewDeepCopy_Rank6/N:10/manual_time 0.018 s 0.018 s 39 88.5721/s 1.6k [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/Cuda/Kokkos_Cuda_Instance.cpp 25: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 436 1013.41/s 1.6k /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/Cuda/Kokkos_CudaSpace.cpp 25: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 436 977.229/s 1.6k [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o 25: ViewDeepCopy_Rank7/N:10/manual_time 0.018 s 0.017 s 40 91.3662/s 1.6k 25: ViewDeepCopy_Rank7/N:10/manual_time 0.019 s 0.019 s 37 84.8809/s 1.6k 25: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 436 1013.78/s 1.6k [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o 25: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 436 1013.43/s 1.6k [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 25: ViewDeepCopy_Rank8/N:10/manual_time 0.018 s 0.018 s 38 87.4222/s 1.6k [ 73%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o 25: ViewDeepCopy_Rank8/N:10/manual_time 0.019 s 0.019 s 36 83.3828/s 1.6k 25: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 444 1032.58/s 1.6k Scanning dependencies of target Kokkos_UnitTest_SIMD [ 93%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/Cuda/Kokkos_Cuda_Task.cpp 25: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 444 1032.68/s 1.6k [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o 25: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 444 1032.55/s 1.6k [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o 25: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 444 1032.62/s 1.6k /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/src/Lock_Array_CUDA.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/Serial/Kokkos_Serial.cpp 25: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 888 1043.62/s 800 25: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 891 1044.01/s 800 /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/Serial/Kokkos_Serial_Task.cpp 25: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 891 975.372/s 800 25: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 889 1044.24/s 800 [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o 25: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 891 1043.75/s 800 [ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_WithoutInitializing.cpp.o 25: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 891 1044.17/s 800 25: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 891 1044.07/s 800 [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o 25: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 891 1043.92/s 800 [ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o 25: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 891 1044.31/s 800 25: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 890 1044.08/s 800 25: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 890 1043.83/s 800 25: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 891 1044.06/s 800 [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o 25: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 891 1043.85/s 800 [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o 25: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 891 1044.17/s 800 25: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 891 1043.76/s 800 [ 95%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o 25: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 891 1044.07/s 800 [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o [ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o 25: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 891 1003.25/s 800 25: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 891 1044.33/s 800 25: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.48023k/s 1.6k 25: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.16096k/s 1.6k 25: ViewResize_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.46229k/s 1.6k 25: ViewResize_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.99685k/s 1.6k 25: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.67443k/s 1.6k 25: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.19949k/s 1.6k 25: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 9.33844k/s 1.6k 25: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 9.33937k/s 1.6k 25: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 7.04643k/s 1.6k 25: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.75059k/s 1.6k 25: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.24682k/s 1.6k 25: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.53321k/s 1.6k 25: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.25083k/s 1.6k 25: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.18547k/s 1.6k 25: ViewResize_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.00325k/s 1.6k 25: ViewResize_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.2737k/s 1.6k 25: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.03488k/s 1.6k 25: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.41797k/s 1.6k 25: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.13462k/s 1.6k 25: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.98687k/s 1.6k 25: ViewResize_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.59076k/s 1.6k 25: ViewResize_Rank6/N:10/iterations:10/manual_time 0.003 s 0.001 s 10 477.222/s 1.6k 25: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.003 s 0.001 s 10 513.812/s 1.6k 25: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.003 s 0.001 s 10 490.046/s 1.6k 25: ViewResize_Rank7/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 532.698/s 1.6k 25: ViewResize_Rank7/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 542.534/s 1.6k 25: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 552.612/s 1.6k 25: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 559.682/s 1.6k 25: ViewResize_Rank8/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 518.057/s 1.6k 25: ViewResize_Rank8/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 544.424/s 1.6k 25: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 536.351/s 1.6k 25: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.003 s 0.000 s 10 560.32/s 1.6k 25: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.028 s 0.002 s 10 56.6846/s 1.6k 25: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.031 s 0.002 s 10 51.3153/s 1.6k 25/52 Test #25: Kokkos_PerformanceTest_Benchmark ............ Passed 133.10 sec test 26 Start 26: Kokkos_Benchmark_Atomic_MinMax 26: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2024-03-29_T02-32-34.json" 26: Test timeout computed to be: 1500 [ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o 26: 2024-03-29T03:02:23+00:00 26: Running /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 26: Run on (64 X 3274.15 MHz CPU s) 26: CPU Caches: 26: L1 Data 32 KiB (x32) 26: L1 Instruction 32 KiB (x32) 26: L2 Unified 512 KiB (x32) 26: L3 Unified 16384 KiB (x16) 26: Load Average: 6.13, 4.73, 4.64 26: CPU architecture: none 26: Default Device: N6Kokkos3HIPE 26: GPU architecture: AMD_GFX908 26: KOKKOS_COMPILER_CLANG: 1600 26: KOKKOS_ENABLE_ASM: no 26: KOKKOS_ENABLE_CXX17: no 26: KOKKOS_ENABLE_CXX20: yes 26: KOKKOS_ENABLE_CXX23: no 26: KOKKOS_ENABLE_CXX26: no 26: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 26: KOKKOS_ENABLE_HIP: yes 26: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 26: KOKKOS_ENABLE_HWLOC: no 26: KOKKOS_ENABLE_LIBDL: yes 26: KOKKOS_ENABLE_PRAGMA_IVDEP: no 26: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 26: KOKKOS_ENABLE_PRAGMA_UNROLL: no 26: KOKKOS_ENABLE_PRAGMA_VECTOR: no 26: KOKKOS_ENABLE_SERIAL: yes 26: Kokkos: HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-, Total Global Memory: 31.98 G, Shared Memory per Block: 64 K, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected 26: Kokkos Version: 4.3.99 26: macro KOKKOS_ENABLE_HIP: defined 26: macro KOKKOS_ENABLE_ROCTHRUST: defined 26: platform: 64bit 26: ---------------------------------------------------------------------------------------------------------------------------------------- 26: Benchmark Time CPU Iterations 26: ---------------------------------------------------------------------------------------------------------------------------------------- 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26/52 Test #26: Kokkos_Benchmark_Atomic_MinMax .............. Passed 1.45 sec test 27 Start 27: Kokkos_PerformanceTest_Mempool 27: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2024-03-29_T02-32-34.json" 27: Test timeout computed to be: 1500 27: 2024-03-29T03:02:23+00:00 27: Running /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Mempool 27: Run on (64 X 2994.45 MHz CPU s) 27: CPU Caches: 27: L1 Data 32 KiB (x32) 27: L1 Instruction 32 KiB (x32) 27: L2 Unified 512 KiB (x32) 27: L3 Unified 16384 KiB (x16) 27: Load Average: 5.80, 4.68, 4.63 27: CPU architecture: none 27: Default Device: N6Kokkos3HIPE 27: GPU architecture: AMD_GFX908 27: KOKKOS_COMPILER_CLANG: 1600 27: KOKKOS_ENABLE_ASM: no 27: KOKKOS_ENABLE_CXX17: no 27: KOKKOS_ENABLE_CXX20: yes 27: KOKKOS_ENABLE_CXX23: no 27: KOKKOS_ENABLE_CXX26: no 27: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 27: KOKKOS_ENABLE_HIP: yes 27: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 27: KOKKOS_ENABLE_HWLOC: no 27: KOKKOS_ENABLE_LIBDL: yes 27: KOKKOS_ENABLE_PRAGMA_IVDEP: no 27: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 27: KOKKOS_ENABLE_PRAGMA_UNROLL: no 27: KOKKOS_ENABLE_PRAGMA_VECTOR: no 27: KOKKOS_ENABLE_SERIAL: yes 27: Kokkos: HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-, Total Global Memory: 31.98 G, Shared Memory per Block: 64 K, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected 27: Kokkos Version: 4.3.99 27: macro KOKKOS_ENABLE_HIP: defined 27: macro KOKKOS_ENABLE_ROCTHRUST: defined 27: platform: 64bit 27: Test_Atomic/100000/iterations:10 4.54 s 0.002 s 10 1 8 7.35558 4.75295m 86.03u 4.99995G 1.33941M 4.99995G [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o 27: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: Benchmark Time CPU Iterations FOM: fill ops per second 27: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 2192 16.578M/s 27: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: Benchmark Time CPU Iterations FOM: cycle ops per second 27: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 9027 140.811M/s 27/52 Test #27: Kokkos_PerformanceTest_Mempool .............. Passed 3.18 sec test 28 Start 28: Kokkos_PerformanceTest_Atomic 28: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2024-03-29_T02-32-34.json" 28: Test timeout computed to be: 1500 ar cr libkokkos.a Kokkos_CPUDiscovery.o Kokkos_Error.o Kokkos_Profiling.o Kokkos_MemoryPool.o Kokkos_hwloc.o Kokkos_HostSpace.o Kokkos_HostThreadTeam.o Kokkos_Stacktrace.o Kokkos_ExecPolicy.o Kokkos_HostSpace_deepcopy.o Kokkos_SharedAlloc.o Kokkos_Command_Line_Parsing.o Kokkos_Core.o Kokkos_Abort.o Kokkos_HostBarrier.o Kokkos_UnorderedMap_impl.o Kokkos_Cuda_Task.o Kokkos_Cuda_Instance.o Kokkos_CudaSpace.o Lock_Array_CUDA.o Kokkos_Serial.o Kokkos_Serial_Task.o ranlib libkokkos.a 28: 2024-03-29T03:02:26+00:00 28: Running /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Atomic 28: Run on (64 X 2994.45 MHz CPU s) 28: CPU Caches: 28: L1 Data 32 KiB (x32) 28: L1 Instruction 32 KiB (x32) 28: L2 Unified 512 KiB (x32) 28: L3 Unified 16384 KiB (x16) 28: Load Average: 5.80, 4.68, 4.63 28: CPU architecture: none 28: Default Device: N6Kokkos3HIPE 28: GPU architecture: AMD_GFX908 28: KOKKOS_COMPILER_CLANG: 1600 28: KOKKOS_ENABLE_ASM: no 28: KOKKOS_ENABLE_CXX17: no 28: KOKKOS_ENABLE_CXX20: yes 28: KOKKOS_ENABLE_CXX23: no 28: KOKKOS_ENABLE_CXX26: no 28: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 28: KOKKOS_ENABLE_HIP: yes 28: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 28: KOKKOS_ENABLE_HWLOC: no 28: KOKKOS_ENABLE_LIBDL: yes 28: KOKKOS_ENABLE_PRAGMA_IVDEP: no 28: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 28: KOKKOS_ENABLE_PRAGMA_UNROLL: no 28: KOKKOS_ENABLE_PRAGMA_VECTOR: no 28: KOKKOS_ENABLE_SERIAL: yes 28: Kokkos: HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-, Total Global Memory: 31.98 G, Shared Memory per Block: 64 K, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected 28: Kokkos Version: 4.3.99 28: macro KOKKOS_ENABLE_HIP: defined 28: macro KOKKOS_ENABLE_ROCTHRUST: defined 28: platform: 64bit /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6905/build/containers/performance_tests -L/usr/local/cuda/lib64 -lpthread TestCuda.o TestMain.o gtest-all.o -lkokkos -ldl -lcudart -lcuda -o KokkosContainers_PerformanceTest_Cuda [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o echo "End Build" End Build make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6905/build/containers/performance_tests' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6905/build/containers/performance_tests' make -C algorithms/unit_tests make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests' make -f /var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6905 CXX=/var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6905 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests' [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c09.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestCuda.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests/UnitTestMain.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Command_Line_Parsing.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_HostSpace_deepcopy.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Abort.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_ExecPolicy.cpp [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o [ 75%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP [ 75%] Built target Kokkos_ContainersPerformanceTest_OpenMP [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o [ 75%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_HostThreadTeam.cpp [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 79%] Built target Kokkos_UnitTest_Sort [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o Scanning dependencies of target Kokkos_atomic [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 95%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_SharedAlloc.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_hwloc.cpp [ 75%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_CPUDiscovery.cpp [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o [ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I Scanning dependencies of target Kokkos_gather [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 96%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_HostBarrier.cpp [ 96%] Linking CXX executable Kokkos_UnitTest_SIMD /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Core.cpp [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Stacktrace.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Profiling.cpp [ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_UnorderedMap.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 96%] Built target Kokkos_UnitTest_SIMD 28: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 28: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 28: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 28: Test_Atomic/100000/iterations:10 3.47 s 3.43 s 10 1 4 2.77541m 1.4347m 56.1u 704.983M 166.776k 704.983M [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o Scanning dependencies of target Kokkos_gups [ 96%] Linking CXX executable Kokkos_atomic [ 96%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [ 96%] Built target Kokkos_atomic [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P Scanning dependencies of target Kokkos_launch_latency [ 97%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o Scanning dependencies of target Kokkos_stream [ 97%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_Error.cpp 27: Test_Atomic/100000/iterations:10 4.59 s 0.002 s 10 1 4 7.42073 5.32537m 43.64u 704.983M 1.56112M 704.983M /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_HostSpace.cpp [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/impl/Kokkos_MemoryPool.cpp [ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/containers/src/impl/Kokkos_UnorderedMap_impl.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/Cuda/Kokkos_Cuda_Instance.cpp [ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o Scanning dependencies of target Kokkos_policy_performance [ 98%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o [ 98%] Linking CXX executable Kokkos_launch_latency /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/Cuda/Kokkos_CudaSpace.cpp [ 98%] Built target Kokkos_launch_latency [ 98%] Linking CXX executable Kokkos_stream [ 98%] Built target Kokkos_stream [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o Scanning dependencies of target Kokkos_bytes_and_flops [ 98%] Linking CXX executable Kokkos_gups [ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o [ 98%] Built target Kokkos_gups [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o [ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o [ 75%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda [ 75%] Built target Kokkos_ContainersPerformanceTest_Cuda [ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o [ 98%] Linking CXX executable Kokkos_gather /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/Cuda/Kokkos_Cuda_Task.cpp /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/src/Lock_Array_CUDA.cpp [ 98%] Built target Kokkos_gather /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/Serial/Kokkos_Serial.cpp [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-6905/core/src/Serial/Kokkos_Serial_Task.cpp [ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-6905/core/src -I/var/jenkins/workspace/Kokkos_PR-6905/containers/src -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/category_files -Werror -c TestSerial.cpp [ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o [ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o ar cr libkokkos.a Kokkos_CPUDiscovery.o Kokkos_Error.o Kokkos_Profiling.o Kokkos_MemoryPool.o Kokkos_hwloc.o Kokkos_HostSpace.o Kokkos_HostThreadTeam.o Kokkos_Stacktrace.o Kokkos_ExecPolicy.o Kokkos_HostSpace_deepcopy.o Kokkos_SharedAlloc.o Kokkos_Command_Line_Parsing.o Kokkos_Core.o Kokkos_Abort.o Kokkos_HostBarrier.o Kokkos_UnorderedMap_impl.o Kokkos_Cuda_Task.o Kokkos_Cuda_Instance.o Kokkos_CudaSpace.o Lock_Array_CUDA.o Kokkos_Serial.o Kokkos_Serial_Task.o ranlib libkokkos.a [ 82%] Linking CXX executable Kokkos_PerformanceTest_Benchmark [100%] Linking CXX executable Kokkos_policy_performance [100%] Built target Kokkos_policy_performance [100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o [100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o 27: Test_Atomic/100000/iterations:10 4.54 s 0.002 s 10 1 8 7.48481 5.40294m 81.19u 4.99995G 1.41963M 4.99995G [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o [ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_ViewCtorPropEmbeddedDim.cpp.o [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o [ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 84%] Linking CXX executable Kokkos_ContainersUnitTest_SYCL [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_StaticCrsGraph.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o [100%] Linking CXX executable Kokkos_bytes_and_flops [100%] Built target Kokkos_bytes_and_flops + ctest --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-6905/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: Kokkos_CoreUnitTest_Serial1 1: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 1: Test timeout computed to be: 1500 1: [==========] Running 187 tests from 2 test suites. 1: [----------] Global test environment set-up. 1: [----------] 7 tests from serial_DeathTest 1: [ RUN ] serial_DeathTest.abort_from_host 1: [ OK ] serial_DeathTest.abort_from_host (351 ms) 1: [ RUN ] serial_DeathTest.abort_from_device 1: [ OK ] serial_DeathTest.abort_from_device (399 ms) 1: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 1: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (383 ms) 1: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 1: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (386 ms) 1: [ RUN ] serial_DeathTest.policy_invalid_bounds 1: [ OK ] serial_DeathTest.policy_invalid_bounds (1 ms) 1: [ RUN ] serial_DeathTest.range_policy_invalid_bounds 1: [ OK ] serial_DeathTest.range_policy_invalid_bounds (7 ms) 1: [ RUN ] serial_DeathTest.range_policy_implicitly_converted_bounds 1: [ OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (5 ms) 1: [----------] 7 tests from serial_DeathTest (1534 ms total) 1: 1: [----------] 180 tests from serial 1: [ RUN ] serial.array_capacity 1: [ OK ] serial.array_capacity (0 ms) 1: [ RUN ] serial.array_element_access 1: [ OK ] serial.array_element_access (0 ms) 1: [ RUN ] serial.array_zero_capacity 1: [ OK ] serial.array_zero_capacity (0 ms) 1: [ RUN ] serial.array_zero_data_nullptr 1: [ OK ] serial.array_zero_data_nullptr (0 ms) 1: [ RUN ] serial.array_contiguous_capacity 1: [ OK ] serial.array_contiguous_capacity (0 ms) 1: [ RUN ] serial.array_contiguous_element_access 1: [ OK ] serial.array_contiguous_element_access (0 ms) 1: [ RUN ] serial.array_contiguous_assignment 1: [ OK ] serial.array_contiguous_assignment (0 ms) 1: [ RUN ] serial.array_strided_capacity 1: [ OK ] serial.array_strided_capacity (0 ms) 1: [ RUN ] serial.array_strided_element_access 1: [ OK ] serial.array_strided_element_access (0 ms) 1: [ RUN ] serial.array_strided_assignment 1: [ OK ] serial.array_strided_assignment (0 ms) 1: [ RUN ] serial.atomic_operations_complexdouble 1: [ OK ] serial.atomic_operations_complexdouble (0 ms) 1: [ RUN ] serial.atomic_operations_complexfloat 1: [ OK ] serial.atomic_operations_complexfloat (0 ms) 1: [ RUN ] serial.atomic_operations_double 1: [ OK ] serial.atomic_operations_double (0 ms) 1: [ RUN ] serial.atomic_operations_float 1: [ OK ] serial.atomic_operations_float (0 ms) 1: [ RUN ] serial.atomic_operations_int 1: [ OK ] serial.atomic_operations_int (1 ms) 1: [ RUN ] serial.atomic_operations_long 1: [ OK ] serial.atomic_operations_long (1 ms) 1: [ RUN ] serial.atomic_operations_longlong 1: [ OK ] serial.atomic_operations_longlong (1 ms) 1: [ RUN ] serial.atomic_shared 1: [ OK ] serial.atomic_shared (0 ms) 1: [ RUN ] serial.atomic_operations_unsigned 1: [ OK ] serial.atomic_operations_unsigned (1 ms) 1: [ RUN ] serial.atomic_operations_unsignedlong 1: [ OK ] serial.atomic_operations_unsignedlong (1 ms) 1: [ RUN ] serial.atomics 1: [ OK ] serial.atomics (4 ms) 1: [ RUN ] serial.atomics_tpetra_max_abs 1: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 1: [ RUN ] serial.atomic_views_integral 1: [ OK ] serial.atomic_views_integral (74 ms) 1: [ RUN ] serial.atomic_views_nonintegral 1: [ OK ] serial.atomic_views_nonintegral (46 ms) 1: [ RUN ] serial.atomic_view_api 1: [ OK ] serial.atomic_view_api (0 ms) 1: [ RUN ] serial.bit_manip_countl_zero 1: [ OK ] serial.bit_manip_countl_zero (0 ms) 1: [ RUN ] serial.bit_manip_countl_one 1: [ OK ] serial.bit_manip_countl_one (0 ms) 1: [ RUN ] serial.bit_manip_countr_zero 1: [ OK ] serial.bit_manip_countr_zero (0 ms) 1: [ RUN ] serial.bit_manip_countr_one 1: [ OK ] serial.bit_manip_countr_one (0 ms) 1: [ RUN ] serial.bit_manip_popcount 1: [ OK ] serial.bit_manip_popcount (0 ms) 1: [ RUN ] serial.bit_manip_has_single_bit 1: [ OK ] serial.bit_manip_has_single_bit (0 ms) 1: [ RUN ] serial.bit_manip_bit_floor 1: [ OK ] serial.bit_manip_bit_floor (0 ms) 1: [ RUN ] serial.bit_manip_bit_ceil 1: [ OK ] serial.bit_manip_bit_ceil (0 ms) 1: [ RUN ] serial.bit_manip_bit_width 1: [ OK ] serial.bit_manip_bit_width (0 ms) 1: [ RUN ] serial.bit_manip_rotl 1: [ OK ] serial.bit_manip_rotl (0 ms) 1: [ RUN ] serial.bit_manip_rotr 1: [ OK ] serial.bit_manip_rotr (0 ms) 1: [ RUN ] serial.bit_manip_byeswap 1: [ OK ] serial.bit_manip_byeswap (0 ms) 1: [ RUN ] serial.bit_manip_bit_cast 1: [ OK ] serial.bit_manip_bit_cast (0 ms) 1: [ RUN ] serial.test_block_deduction_bug_pr_3103 1: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 1: [ RUN ] serial.checked_integer_operations_multiply_overflow 1: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 1: [ RUN ] serial.execution_policy_occupancy_and_hint 1: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 1: [ RUN ] serial.complex_construction 1: [ OK ] serial.complex_construction (0 ms) 1: [ RUN ] serial.complex_basic_math 1: [ OK ] serial.complex_basic_math (0 ms) 1: [ RUN ] serial.complex_special_funtions 1: [ OK ] serial.complex_special_funtions (0 ms) 1: [ RUN ] serial.complex_io 1: [ OK ] serial.complex_io (0 ms) 1: [ RUN ] serial.complex_trivially_copyable 1: [ OK ] serial.complex_trivially_copyable (0 ms) 1: [ RUN ] serial.complex_issue_3865 1: [ OK ] serial.complex_issue_3865 (0 ms) 1: [ RUN ] serial.complex_operations_arithmetic_types_overloads 1: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 1: [ RUN ] serial.crs_count_fill 1: [ OK ] serial.crs_count_fill (0 ms) 1: [ RUN ] serial.crs_copy_constructor 1: [ OK ] serial.crs_copy_constructor (1 ms) 1: [ RUN ] serial.deep_copy_alignment 1: [ OK ] serial.deep_copy_alignment (2 ms) 1: [ RUN ] serial.deep_copy_conversion 1: [ OK ] serial.deep_copy_conversion (32 ms) 1: [ RUN ] serial.partitioning_by_args 1: [ OK ] serial.partitioning_by_args (0 ms) 1: [ RUN ] serial.partitioning_by_vector 1: [ OK ] serial.partitioning_by_vector (0 ms) 1: [ RUN ] serial.execution_space_as_class_data_member 1: [ OK ] serial.execution_space_as_class_data_member (0 ms) 1: [ RUN ] serial.functor_analysis 1: [ OK ] serial.functor_analysis (0 ms) 1: [ RUN ] serial.host_shared_ptr_use_count 1: [ OK ] serial.host_shared_ptr_use_count (0 ms) 1: [ RUN ] serial.host_shared_ptr_get 1: [ OK ] serial.host_shared_ptr_get (0 ms) 1: [ RUN ] serial.host_shared_ptr_dereference_on_device 1: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 1: [ RUN ] serial.host_shared_ptr_special_members_on_device 1: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 1: [ RUN ] serial.host_shared_ptr_tracking 1: [ OK ] serial.host_shared_ptr_tracking (0 ms) 1: [ RUN ] serial.init 1: [ OK ] serial.init (0 ms) 1: [ RUN ] serial.dispatch 1: [ OK ] serial.dispatch (1 ms) 1: [ RUN ] serial.join_backward_compatibility 1: [ OK ] serial.join_backward_compatibility (0 ms) 1: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper TestSerial.o TestStdAlgorithmsCommon.o UnitTestMain.o gtest-all.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests -L/usr/local/cuda/lib64 -lpthread -o KokkosAlgorithms_UnitTest_Serial 1: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (1967 ms) 1: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft 1: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (2469 ms) 1: [ RUN ] serial.local_deepcopy_teampolicy_layoutright [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c10.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c11.cpp.o 1: [ OK ] serial.local_deepcopy_teampolicy_layoutright (1006 ms) 1: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 1: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (1016 ms) 1: [ RUN ] serial.deep_copy_scratch 1: [ OK ] serial.deep_copy_scratch (0 ms) 1: [ RUN ] serial.mathematical_constants_e 1: [ OK ] serial.mathematical_constants_e (0 ms) 1: [ RUN ] serial.mathematical_constants_log2e 1: [ OK ] serial.mathematical_constants_log2e (0 ms) 1: [ RUN ] serial.mathematical_constants_log10e 1: [ OK ] serial.mathematical_constants_log10e (0 ms) 1: [ RUN ] serial.mathematical_constants_pi 1: [ OK ] serial.mathematical_constants_pi (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_pi 1: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_sqrtpi 1: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 1: [ RUN ] serial.mathematical_constants_ln2 1: [ OK ] serial.mathematical_constants_ln2 (0 ms) 1: [ RUN ] serial.mathematical_constants_ln10 1: [ OK ] serial.mathematical_constants_ln10 (0 ms) 1: [ RUN ] serial.mathematical_constants_sqrt2 1: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 1: [ RUN ] serial.mathematical_constants_sqrt3 1: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_sqrt3 1: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 1: [ RUN ] serial.mathematical_constants_egamma 1: [ OK ] serial.mathematical_constants_egamma (0 ms) 1: [ RUN ] serial.mathematical_constants_phi 1: [ OK ] serial.mathematical_constants_phi (0 ms) 1: [ RUN ] serial.mathematical_functions_trigonometric_functions 1: [ OK ] serial.mathematical_functions_trigonometric_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_hyperbolic_functions 1: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_non_standard 1: [ OK ] serial.mathematical_functions_non_standard (0 ms) 1: [ RUN ] serial.mathematical_functions_power_functions 1: [ OK ] serial.mathematical_functions_power_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_fma 1: [ OK ] serial.mathematical_functions_fma (0 ms) 1: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 1: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 1: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 1: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 1: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_absolute_value 1: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 1: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 1: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 1: [ RUN ] serial.mathematical_functions_remainder_function 1: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 1: [ RUN ] serial.mathematical_functions_isfinite 1: [ OK ] serial.mathematical_functions_isfinite (0 ms) 1: [ RUN ] serial.mathematical_functions_isinf 1: [ OK ] serial.mathematical_functions_isinf (0 ms) 1: [ RUN ] serial.mathematical_functions_isnan 1: [ OK ] serial.mathematical_functions_isnan (0 ms) 1: [ RUN ] serial.mathematical_functions_exponential_functions 1: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 1: [ RUN ] serial.mathspecialfunc_expint1 1: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 1: [ RUN ] serial.mathspecialfunc_errorfunc 1: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselj0y0 1: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselj1y1 1: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 1: [ RUN ] serial.mathspecialfunc_cbesseli0k0 1: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesseli1k1 1: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 1: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 1: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 1: [ RUN ] serial.mdrange_5d 1: [ OK ] serial.mdrange_5d (26 ms) 1: [ RUN ] serial.mdrange_6d 1: [ OK ] serial.mdrange_6d (111 ms) 1: [ RUN ] serial.mdrange_2d 1: [ OK ] serial.mdrange_2d (1 ms) 1: [ RUN ] serial.mdrange_array_reduce 1: [ OK ] serial.mdrange_array_reduce (0 ms) 1: [ RUN ] serial.mdrange_3d 1: [ OK ] serial.mdrange_3d (6 ms) 1: [ RUN ] serial.mdrange_neg_idx 1: [ OK ] serial.mdrange_neg_idx (83 ms) 1: [ RUN ] serial.mdrange_4d 1: [ OK ] serial.mdrange_4d (6 ms) 1: [ RUN ] serial.mdrange_scalar 1: [ OK ] serial.mdrange_scalar (0 ms) 1: [ RUN ] serial.mdrange_large_deep_copy 1: [ OK ] serial.mdrange_large_deep_copy (979 ms) 1: [ RUN ] serial.md_range_policy_construction_from_arrays 1: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 1: [ RUN ] serial.mdrange_parallel_reduce_primitive_types 27: Test_Atomic/100000/iterations:10 4.53 s 0.002 s 10 1 8 7.22406 4.91091m 77.19u 4.99995G 1.59419M 4.99995G [ 84%] Built target Kokkos_PerformanceTest_Benchmark [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o 1: [ OK ] serial.mdrange_parallel_reduce_primitive_types (2643 ms) 1: [ RUN ] serial.mdspan_minimal_functional 1: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestMDSpan.hpp:57: Skipped 1: mdspan not enabled 1: [ SKIPPED ] serial.mdspan_minimal_functional (0 ms) 1: [ RUN ] serial.max 1: [ OK ] serial.max (0 ms) 1: [ RUN ] serial.max_within_parfor 1: [ OK ] serial.max_within_parfor (0 ms) 1: [ RUN ] serial.min 1: [ OK ] serial.min (0 ms) 1: [ RUN ] serial.min_within_parfor 1: [ OK ] serial.min_within_parfor (0 ms) 1: [ RUN ] serial.minmax 1: [ OK ] serial.minmax (0 ms) 1: [ RUN ] serial.minmax_within_parfor 1: [ OK ] serial.minmax_within_parfor (0 ms) 1: [ RUN ] serial.clamp 1: [ OK ] serial.clamp (0 ms) 1: [ RUN ] serial.clamp_within_parfor 1: [ OK ] serial.clamp_within_parfor (0 ms) 1: [ RUN ] serial.numeric_traits_infinity 1: [ OK ] serial.numeric_traits_infinity (0 ms) 1: [ RUN ] serial.numeric_traits_epsilon 1: [ OK ] serial.numeric_traits_epsilon (0 ms) 1: [ RUN ] serial.numeric_traits_round_error 1: [ OK ] serial.numeric_traits_round_error (0 ms) 1: [ RUN ] serial.numeric_traits_norm_min 1: [ OK ] serial.numeric_traits_norm_min (0 ms) 1: [ RUN ] serial.numeric_traits_denorm_min 1: [ OK ] serial.numeric_traits_denorm_min (0 ms) 1: [ RUN ] serial.numeric_traits_finite_min_max 1: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 1: [ RUN ] serial.numeric_traits_digits 1: [ OK ] serial.numeric_traits_digits (0 ms) 1: [ RUN ] serial.numeric_traits_digits10 1: [ OK ] serial.numeric_traits_digits10 (0 ms) 1: [ RUN ] serial.numeric_traits_max_digits10 1: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 1: [ RUN ] serial.numeric_traits_radix 1: [ OK ] serial.numeric_traits_radix (0 ms) 1: [ RUN ] serial.numeric_traits_min_max_exponent 1: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 1: [ RUN ] serial.numeric_traits_min_max_exponent10 1: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 1: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 1: [ OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 1: [ RUN ] serial.numeric_traits_sfinae_friendly 1: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 1: [ RUN ] serial.occupancy_control 1: [ OK ] serial.occupancy_control (0 ms) 1: [ RUN ] serial.view_aggregate 1: [ OK ] serial.view_aggregate (0 ms) 1: [ RUN ] serial.memory_pool 1: [ OK ] serial.memory_pool (23 ms) 1: [ RUN ] serial.cxx11 1: [ OK ] serial.cxx11 (0 ms) 1: [ RUN ] serial.viewctorprop_embedded_dim 1: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 1: [ RUN ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility 1: [ OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 1: [ RUN ] serial.view_layouttiled 1: [ OK ] serial.view_layouttiled (0 ms) 1: [ RUN ] serial.view_layouttiled_subtile 1: [ OK ] serial.view_layouttiled_subtile (0 ms) 1: [ RUN ] serial.parallel_scan_range_policy 1: [ OK ] serial.parallel_scan_range_policy (4 ms) 1: [ RUN ] serial.kokkos_printf 1: [ OK ] serial.kokkos_printf (1 ms) 1: [ RUN ] serial.range_for 1: [ OK ] serial.range_for (0 ms) 1: [ RUN ] serial.range_reduce 1: [ OK ] serial.range_reduce (0 ms) 1: [ RUN ] serial.range_dynamic_policy 1: [ OK ] serial.range_dynamic_policy (0 ms) 1: [ RUN ] serial.range_policy_runtime_parameters 1: [ OK ] serial.range_policy_runtime_parameters (0 ms) 1: [ RUN ] serial.range_for_require 1: [ OK ] serial.range_for_require (0 ms) 1: [ RUN ] serial.range_reduce_require 1: [ OK ] serial.range_reduce_require (0 ms) 1: [ RUN ] serial.range_dynamic_policy_require 1: [ OK ] serial.range_dynamic_policy_require (0 ms) 1: [ RUN ] serial.reducers_int 1: [ OK ] serial.reducers_int (2 ms) 1: [ RUN ] serial.reducers_double 1: [ OK ] serial.reducers_double (2 ms) 1: [ RUN ] serial.reducers_complex_double 1: [ OK ] serial.reducers_complex_double (0 ms) 1: [ RUN ] serial.reducers_struct 1: [ OK ] serial.reducers_struct (0 ms) 1: [ RUN ] serial.reducers_half_t 1: [ OK ] serial.reducers_half_t (0 ms) 1: [ RUN ] serial.reducers_bhalf_t 1: [ OK ] serial.reducers_bhalf_t (0 ms) 1: [ RUN ] serial.reducers_int8_t 1: [ OK ] serial.reducers_int8_t (0 ms) 1: [ RUN ] serial.reducers_int16_t 1: [ OK ] serial.reducers_int16_t (0 ms) 1: [ RUN ] serial.reducers_point_t 1: [ OK ] serial.reducers_point_t (0 ms) 1: [ RUN ] serial.reducers_bool 1: [ OK ] serial.reducers_bool (0 ms) 1: [ RUN ] serial.int64_t_reduce 1: [ OK ] serial.int64_t_reduce (0 ms) 1: [ RUN ] serial.double_reduce 1: [ OK ] serial.double_reduce (109 ms) 1: [ RUN ] serial.int64_t_reduce_dynamic [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o 1: [ OK ] serial.int64_t_reduce_dynamic (1283 ms) 1: [ RUN ] serial.double_reduce_dynamic [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c12.cpp.o 1: [ OK ] serial.double_reduce_dynamic (1434 ms) 1: [ RUN ] serial.int64_t_reduce_dynamic_view 1: [ OK ] serial.int64_t_reduce_dynamic_view (283 ms) 1: [ RUN ] serial.int_combined_reduce 1: [ OK ] serial.int_combined_reduce (0 ms) 1: [ RUN ] serial.mdrange_combined_reduce 1: [ OK ] serial.mdrange_combined_reduce (0 ms) 1: [ RUN ] serial.int_combined_reduce_mixed 1: [ OK ] serial.int_combined_reduce_mixed (0 ms) 1: [ RUN ] serial.reduction_deduction 1: [ OK ] serial.reduction_deduction (0 ms) 1: [ RUN ] serial.reduce_device_view_range_policy 1: [ OK ] serial.reduce_device_view_range_policy (10 ms) 1: [ RUN ] serial.reduce_device_view_mdrange_policy 1: [ OK ] serial.reduce_device_view_mdrange_policy (1152 ms) 1: [ RUN ] serial.reduce_device_view_team_policy 1: [ OK ] serial.reduce_device_view_team_policy (1497 ms) 1: [ RUN ] serial.impl_shared_alloc 1: [ OK ] serial.impl_shared_alloc (5 ms) 1: [ RUN ] serial.kokkos_swap 1: [ OK ] serial.kokkos_swap (0 ms) 1: [----------] 180 tests from serial (16322 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 187 tests from 2 test suites ran. (17857 ms total) 1: [ PASSED ] 186 tests. 1: [ SKIPPED ] 1 test, listed below: 1: [ SKIPPED ] serial.mdspan_minimal_functional 1/59 Test #1: Kokkos_CoreUnitTest_Serial1 ...................... Passed 18.58 sec test 2 Start 2: Kokkos_CoreUnitTest_Serial2 2: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 2: Test timeout computed to be: 1500 2: [==========] Running 126 tests from 2 test suites. 2: [----------] Global test environment set-up. 2: [----------] 8 tests from serial_DeathTest 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_stat 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms) 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_mix 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms) 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_static_extents 2: [ OK ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms) 2: [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o 2: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (2481 ms) 2: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment 2: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (2448 ms) 2: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 2: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestViewMemoryAccessViolation.hpp:154: Skipped 2: skipping since no memory access violation would occur 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms) 2: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 2: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestViewMemoryAccessViolation.hpp:169: Skipped 2: skipping since no memory access violation would occur 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 2: [----------] 8 tests from serial_DeathTest (4930 ms total) 2: 2: [----------] 118 tests from serial 2: [ RUN ] serial.team_for 2: [ OK ] serial.team_for (0 ms) 2: [ RUN ] serial.team_reduce 2: [ OK ] serial.team_reduce (0 ms) 2: [ RUN ] serial.team_reduce_large 2: [ OK ] serial.team_reduce_large (350 ms) 2: [ RUN ] serial.team_parallel_single 2: [ OK ] serial.team_parallel_single (5 ms) 2: [ RUN ] serial.large_team_scratch_size 2: [ OK ] serial.large_team_scratch_size (0 ms) 2: [ RUN ] serial.team_broadcast_long 2: [ OK ] serial.team_broadcast_long (0 ms) 2: [ RUN ] serial.team_broadcast_long_wrapper 2: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 2: [ RUN ] serial.team_broadcast_char 2: [ OK ] serial.team_broadcast_char (0 ms) 2: [ RUN ] serial.team_broadcast_float 2: [ OK ] serial.team_broadcast_float (0 ms) 2: [ RUN ] serial.team_broadcast_double 2: [ OK ] serial.team_broadcast_double (0 ms) 2: [ RUN ] serial.team_handle_by_value 2: [ OK ] serial.team_handle_by_value (0 ms) 2: [ RUN ] serial.team_vector 2: [ OK ] serial.team_vector (5 ms) 2: [ RUN ] serial.triple_nested_parallelism 2: [ OK ] serial.triple_nested_parallelism (432 ms) 2: [ RUN ] serial.parallel_scan_with_reducers 2: [ OK ] serial.parallel_scan_with_reducers (67 ms) 2: [ RUN ] serial.team_thread_range_combined_reducers 2: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 2: [ RUN ] serial.thread_vector_range_combined_reducers 2: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 2: [ RUN ] serial.team_vector_range_combined_reducers 2: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 2: [ RUN ] serial.TeamThreadMDRangeParallelFor 2: [ OK ] serial.TeamThreadMDRangeParallelFor (3 ms) 2: [ RUN ] serial.ThreadVectorMDRangeParallelFor 2: [ OK ] serial.ThreadVectorMDRangeParallelFor (3 ms) 2: [ RUN ] serial.TeamVectorMDRangeParallelFor 2: [ OK ] serial.TeamVectorMDRangeParallelFor (3 ms) 2: [ RUN ] serial.TeamThreadMDRangeParallelReduce 2: [ OK ] serial.TeamThreadMDRangeParallelReduce (6 ms) 2: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 2: [ OK ] serial.ThreadVectorMDRangeParallelReduce (5 ms) 2: [ RUN ] serial.TeamVectorMDRangeParallelReduce 2: [ OK ] serial.TeamVectorMDRangeParallelReduce (5 ms) 2: [ RUN ] serial.team_policy_runtime_parameters 2: [ OK ] serial.team_policy_runtime_parameters (0 ms) 2: [ RUN ] serial.team_reduction_scan 2: [ OK ] serial.team_reduction_scan (203 ms) 2: [ RUN ] serial.team_long_reduce 2: [ OK ] serial.team_long_reduce (109 ms) 2: [ RUN ] serial.team_double_reduce 2: [ OK ] serial.team_double_reduce (36 ms) 2: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 2: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 2: [ RUN ] serial.repeated_team_reduce [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c13.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o 2: [ OK ] serial.repeated_team_reduce (7479 ms) 2: [ RUN ] serial.team_scan 2: [ OK ] serial.team_scan (103 ms) 2: [ RUN ] serial.team_scan_ret_val 2: [ OK ] serial.team_scan_ret_val (94 ms) 2: [ RUN ] serial.team_shared_request 2: [ OK ] serial.team_shared_request (28 ms) 2: [ RUN ] serial.team_scratch_request 2: [ OK ] serial.team_scratch_request (2 ms) 2: [ RUN ] serial.team_lambda_shared_request 2: [ OK ] serial.team_lambda_shared_request (24 ms) 2: [ RUN ] serial.scratch_align 2: [ OK ] serial.scratch_align (0 ms) 2: [ RUN ] serial.shmem_size 2: [ OK ] serial.shmem_size (0 ms) 2: [ RUN ] serial.multi_level_scratch 2: [ OK ] serial.multi_level_scratch (2 ms) 2: [ RUN ] serial.team_scratch_memory_index_parallel_for 2: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 2: [ RUN ] serial.team_policy_max_recommended 2: [ OK ] serial.team_policy_max_recommended (1 ms) 2: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 2: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 2: [ RUN ] serial.team_teamvector_range 2: [ OK ] serial.team_teamvector_range (1 ms) 2: [ RUN ] serial.unique_token_global 2: [ OK ] serial.unique_token_global (0 ms) 2: [ RUN ] serial.unique_token_instance 2: [ OK ] serial.unique_token_instance (0 ms) 2: [ RUN ] serial.unique_token_team_acquire 2: [ OK ] serial.unique_token_team_acquire (0 ms) 2: [ RUN ] serial.view_api_a 2: [ OK ] serial.view_api_a (4 ms) 2: [ RUN ] serial.view_api_b 2: [ OK ] serial.view_api_b (0 ms) 2: [ RUN ] serial.view_api_c 2: [ OK ] serial.view_api_c (0 ms) 2: [ RUN ] serial.view_api_d 2: [ OK ] serial.view_api_d (0 ms) 2: [ RUN ] serial.view_allocation_error 2: [ OK ] serial.view_allocation_error (0 ms) 2: [ RUN ] serial.view_remap 2: [ OK ] serial.view_remap (0 ms) 2: [ RUN ] serial.view_mirror_nonconst 2: [ OK ] serial.view_mirror_nonconst (0 ms) 2: [ RUN ] serial.view_stride_method 2: [ OK ] serial.view_stride_method (0 ms) 2: [ RUN ] serial.anonymous_space 2: [ OK ] serial.anonymous_space (0 ms) 2: [ RUN ] serial.view_overload_resolution 2: [ OK ] serial.view_overload_resolution (0 ms) 2: [ RUN ] serial.view_allocation_large_rank 2: [ OK ] serial.view_allocation_large_rank (926 ms) 2: [ RUN ] serial.view_shmem_size_on_device 2: [ OK ] serial.view_shmem_size_on_device (0 ms) 2: [ RUN ] serial.view_is_assignable 2: [ OK ] serial.view_is_assignable (0 ms) 2: [ RUN ] serial.view_copy_tests 2: [ OK ] serial.view_copy_tests (5 ms) 2: [ RUN ] serial.view_copy_tests_rank_0 2: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 2: [ RUN ] serial.view_copy_degenerated 2: [ OK ] serial.view_copy_degenerated (0 ms) 2: [ RUN ] serial.view_empty_runtime_unmanaged 2: [ OK ] serial.view_empty_runtime_unmanaged (0 ms) 2: [ RUN ] serial.view_hooks 2: [ OK ] serial.view_hooks (0 ms) 2: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 2: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (55 ms) 2: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 2: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (53 ms) 2: [ RUN ] serial.view_irregular_layout 2: [ OK ] serial.view_irregular_layout (0 ms) 2: [ RUN ] serial.view_mapping 2: [ OK ] serial.view_mapping (27 ms) 2: [ RUN ] serial.view_mapping_operator 2: [ OK ] serial.view_mapping_operator (2 ms) 2: [ RUN ] serial.static_extent 2: [ OK ] serial.static_extent (0 ms) 2: [ RUN ] serial.view_mapping_atomic 2: [ OK ] serial.view_mapping_atomic (0 ms) 2: [ RUN ] serial.view_mapping_class_value 2: [ OK ] serial.view_mapping_class_value (0 ms) 2: [ RUN ] serial.view_mapping_assignable 2: [ OK ] serial.view_mapping_assignable (0 ms) 2: [ RUN ] serial.view_mapping_trivially_copyable 2: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 2: [ RUN ] serial.view_mapping_subview 2: [ OK ] serial.view_mapping_subview (0 ms) 2: [ RUN ] serial.view_nested_view 2: [ OK ] serial.view_nested_view (0 ms) 2: [ RUN ] serial.append_formatted_multidimensional_index 2: [ OK ] serial.append_formatted_multidimensional_index (0 ms) 2: [ RUN ] serial.view_resize 2: [ OK ] serial.view_resize (4 ms) 2: [ RUN ] serial.view_realloc 2: [ OK ] serial.view_realloc (0 ms) 2: [ RUN ] serial.workgraph_fib 2: [ OK ] serial.workgraph_fib (103 ms) 2: [ RUN ] serial.resize_realloc_no_init 2: [ OK ] serial.resize_realloc_no_init (0 ms) 2: [ RUN ] serial.resize_realloc_no_alloc 2: [ OK ] serial.resize_realloc_no_alloc (0 ms) 2: [ RUN ] serial.realloc_exec_space 2: [ OK ] serial.realloc_exec_space (0 ms) 2: [ RUN ] serial.view_alloc 2: [ OK ] serial.view_alloc (0 ms) 2: [ RUN ] serial.view_alloc_exec_space 2: [ OK ] serial.view_alloc_exec_space (0 ms) 2: [ RUN ] serial.view_alloc_int 2: [ OK ] serial.view_alloc_int (0 ms) 2: [ RUN ] serial.view_alloc_exec_space_int 2: [ OK ] serial.view_alloc_exec_space_int (0 ms) 2: [ RUN ] serial.deep_copy_zero_memset 2: [ OK ] serial.deep_copy_zero_memset (0 ms) 2: [ RUN ] serial.resize_exec_space 2: [ OK ] serial.resize_exec_space (0 ms) 2: [ RUN ] serial.view_allocation_int 2: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestWithoutInitializing.hpp:289: Skipped 2: skipping since the fence checked for isn't necessary 2: [ SKIPPED ] serial.view_allocation_int (0 ms) 2: [ RUN ] serial.view_allocation_exec_space_int 2: [ OK ] serial.view_allocation_exec_space_int (0 ms) 2: [ RUN ] serial.view_not_default_constructible 2: [ OK ] serial.view_not_default_constructible (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_left 2: [ OK ] serial.view_subview_auto_1d_left (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_right 2: [ OK ] serial.view_subview_auto_1d_right (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_stride 2: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 2: [ RUN ] serial.view_subview_assign_strided 2: [ OK ] serial.view_subview_assign_strided (0 ms) 2: [ RUN ] serial.view_subview_left_0 2: [ OK ] serial.view_subview_left_0 (0 ms) 2: [ RUN ] serial.view_subview_left_1 2: [ OK ] serial.view_subview_left_1 (0 ms) 2: [ RUN ] serial.view_subview_left_2 2: [ OK ] serial.view_subview_left_2 (0 ms) 2: [ RUN ] serial.view_subview_left_3 2: [ OK ] serial.view_subview_left_3 (0 ms) 2: [ RUN ] serial.view_subview_right_0 2: [ OK ] serial.view_subview_right_0 (0 ms) 2: [ RUN ] serial.view_subview_right_1 2: [ OK ] serial.view_subview_right_1 (0 ms) 2: [ RUN ] serial.view_subview_right_3 2: [ OK ] serial.view_subview_right_3 (0 ms) 2: [ RUN ] serial.view_static_tests 2: [ OK ] serial.view_static_tests (0 ms) 2: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 2: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 2: [ RUN ] serial.view_subview_layoutright_to_layoutright 2: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 2: [ RUN ] serial.view_subview_1d_assign 2: [ OK ] serial.view_subview_1d_assign (0 ms) 2: [ RUN ] serial.view_subview_1d_assign_atomic 2: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 2: [ RUN ] serial.view_subview_1d_assign_randomaccess 2: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 2: [ RUN ] serial.view_subview_2d_from_3d 2: [ OK ] serial.view_subview_2d_from_3d (4 ms) 2: [ RUN ] serial.view_subview_2d_from_3d_atomic 2: [ OK ] serial.view_subview_2d_from_3d_atomic (4 ms) 2: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 2: [ OK ] serial.view_subview_2d_from_3d_randomaccess (4 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left 2: [ OK ] serial.view_subview_3d_from_5d_left (102 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 2: [ OK ] serial.view_subview_3d_from_5d_left_atomic (102 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 2: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (101 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c14.cpp.o 2: [ OK ] serial.view_subview_3d_from_5d_right (159 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 2: [ OK ] serial.view_subview_3d_from_5d_right_atomic (160 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 2: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (159 ms) 2: [ RUN ] serial.view_test_unmanaged_subview_reset 2: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 2: [ RUN ] serial.view_subview_memory_traits_construction 2: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 2: [----------] 118 tests from serial (10970 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 126 tests from 2 test suites ran. (15900 ms total) 2: [ PASSED ] 123 tests. 2: [ SKIPPED ] 3 tests, listed below: 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 2: [ SKIPPED ] serial.view_allocation_int 2/59 Test #2: Kokkos_CoreUnitTest_Serial2 ...................... Passed 16.62 sec test 3 Start 3: Kokkos_CoreUnitTest_SerialGraph 3: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_SerialGraph 3: Test timeout computed to be: 1500 3: [==========] Running 5 tests from 1 test suite. 3: [----------] Global test environment set-up. 3: [----------] 5 tests from serial_count_bugs 3: [ RUN ] serial_count_bugs.launch_one 3: [ OK ] serial_count_bugs.launch_one (0 ms) 3: [ RUN ] serial_count_bugs.launch_one_rvalue 3: [ OK ] serial_count_bugs.launch_one_rvalue (0 ms) 3: [ RUN ] serial_count_bugs.launch_six 3: [ OK ] serial_count_bugs.launch_six (0 ms) 3: [ RUN ] serial_count_bugs.when_all_cycle 3: [ OK ] serial_count_bugs.when_all_cycle (0 ms) 3: [ RUN ] serial_count_bugs.zero_work_reduce 3: [ OK ] serial_count_bugs.zero_work_reduce (0 ms) 3: [----------] 5 tests from serial_count_bugs (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 5 tests from 1 test suite ran. (0 ms total) 3: [ PASSED ] 5 tests. 3: 3: YOU HAVE 1 DISABLED TEST 3: /var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper TestCuda.o TestStdAlgorithmsCommon.o UnitTestMain.o gtest-all.o -lkokkos -ldl -lcudart -lcuda -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests -L/usr/local/cuda/lib64 -lpthread -o KokkosAlgorithms_UnitTest_Cuda echo "End Build" End Build make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests' make -C core/unit_test test make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test' make -f /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6905 CXX=/var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6905 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test' echo "End Build" End Build make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test' make -f /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6905 CXX=/var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6905 test make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test' ./KokkosCore_UnitTest_Cuda ./KokkosCore_UnitTest_Serial ./KokkosCore_UnitTest_HWLOC ./KokkosCore_UnitTest_Default ./KokkosCore_UnitTest_PushFinalizeHook ./KokkosCore_UnitTest_PushFinalizeHook_terminate [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from hwloc [ RUN ] hwloc.query NUMA[1] CORE[1] PU[1] [ OK ] hwloc.query (0 ms) [----------] 1 test from hwloc (0 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (0 ms total) [ PASSED ] 1 test. ./KokkosCore_UnitTest_StackTraceTestExec --gtest_filter=*normal ./KokkosCore_UnitTest_StackTraceTestExec --gtest_filter=*terminate ./KokkosCore_UnitTest_StackTraceTestExec --gtest_filter=*generic_term 3/59 Test #3: Kokkos_CoreUnitTest_SerialGraph .................. Passed 0.72 sec test 4 Start 4: Kokkos_CoreUnitTest_Cuda1 4: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Cuda1 4: Test timeout computed to be: 1500 Note: Google Test filter = *terminate [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from defaultdevicetype_DeathTest [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. Top of f1 Top of f0 Top of f0 Top of f3 Top of f3 Top of f3 Top of f3 Top of f3 Top of f1 Top of f0 Top of f0 StackTrace f3(std::cout, 4) returned: 110 Test setting std::terminate handler that prints the last saved stack trace [==========] Running 15 tests from 1 test suite. [----------] Global test environment set-up. [----------] 15 tests from defaultdevicetype [ RUN ] defaultdevicetype.half_conversion [ OK ] defaultdevicetype.half_conversion (1 ms) [ RUN ] defaultdevicetype.bhalf_conversion [ OK ] defaultdevicetype.bhalf_conversion (1 ms) [ RUN ] defaultdevicetype.half_operators [ OK ] defaultdevicetype.half_operators (2 ms) [ RUN ] defaultdevicetype.bhalf_operators [ OK ] defaultdevicetype.bhalf_operators (1 ms) [ RUN ] defaultdevicetype.host_space_access [ OK ] defaultdevicetype.host_space_access (0 ms) [ RUN ] defaultdevicetype.reduce_instantiation_a1 [ OK ] defaultdevicetype.reduce_instantiation_a1 (5 ms) [ RUN ] defaultdevicetype.reduce_instantiation_b1 Note: Google Test filter = *generic_term [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from defaultdevicetype_DeathTest [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. Top of f1 Top of f0 Top of f0 Top of f3 Top of f3 Top of f3 Top of f3 Top of f3 Top of f1 Top of f0 Top of f0 StackTrace f3(std::cout, 4) returned: 110 Test setting std::terminate handler that prints the last saved stack trace Note: Google Test filter = *normal [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from defaultdevicetype [ RUN ] defaultdevicetype.stacktrace_normal Top of f1 Top of f0 Top of f0 Top of f3 Top of f3 Top of f3 Top of f3 Top of f3 Top of f1 Top of f0 Top of f0 StackTrace f3(std::cout, 4) returned: 110 Test setting std::terminate handler that prints the last saved stack trace [ OK ] defaultdevicetype.stacktrace_normal (0 ms) [----------] 1 test from defaultdevicetype (0 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (0 ms total) [ PASSED ] 1 test. [ OK ] defaultdevicetype.reduce_instantiation_b1 (14 ms) [ RUN ] defaultdevicetype.reduce_instantiation_c1 [ OK ] defaultdevicetype.reduce_instantiation_c1 (14 ms) [ RUN ] defaultdevicetype.reduce_instantiation_a2 [==========] Running 15 tests from 1 test suite. [----------] Global test environment set-up. [----------] 15 tests from defaultdevicetype [ RUN ] defaultdevicetype.half_conversion [ OK ] defaultdevicetype.half_conversion (4 ms) [ RUN ] defaultdevicetype.bhalf_conversion [ OK ] defaultdevicetype.reduce_instantiation_a2 (16 ms) [ RUN ] defaultdevicetype.reduce_instantiation_b2 [ OK ] defaultdevicetype.bhalf_conversion (4 ms) [ RUN ] defaultdevicetype.half_operators [==========] Running 165 tests from 2 test suites. [----------] Global test environment set-up. [----------] 2 tests from serial_DeathTest [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment [==========] Running 15 tests from 1 test suite. [----------] Global test environment set-up. [----------] 15 tests from defaultdevicetype [ RUN ] defaultdevicetype.half_conversion [ OK ] defaultdevicetype.half_conversion (5 ms) [ RUN ] defaultdevicetype.bhalf_conversion [ OK ] defaultdevicetype.half_operators (17 ms) [ RUN ] defaultdevicetype.bhalf_operators [ OK ] defaultdevicetype.bhalf_operators (4 ms) [ RUN ] defaultdevicetype.host_space_access [ OK ] defaultdevicetype.host_space_access (0 ms) [ RUN ] defaultdevicetype.reduce_instantiation_a1 [ OK ] defaultdevicetype.bhalf_conversion (22 ms) [ RUN ] defaultdevicetype.half_operators [ OK ] defaultdevicetype.half_operators (5 ms) [ RUN ] defaultdevicetype.bhalf_operators [ OK ] defaultdevicetype.bhalf_operators (16 ms) [ RUN ] defaultdevicetype.host_space_access [ OK ] defaultdevicetype.host_space_access (0 ms) [ RUN ] defaultdevicetype.reduce_instantiation_a1 [ OK ] defaultdevicetype.reduce_instantiation_a1 (52 ms) [ RUN ] defaultdevicetype.reduce_instantiation_b1 [ OK ] defaultdevicetype.reduce_instantiation_b2 (80 ms) [ RUN ] defaultdevicetype.reduce_instantiation_c2 [ OK ] defaultdevicetype.reduce_instantiation_c2 (18 ms) [ RUN ] defaultdevicetype.reduce_instantiation_a3 [ OK ] defaultdevicetype.reduce_instantiation_a1 (66 ms) [ RUN ] defaultdevicetype.reduce_instantiation_b1 [ OK ] defaultdevicetype.reduce_instantiation_a3 (28 ms) [ RUN ] defaultdevicetype.reduce_instantiation_b3 [==========] Running 226 tests from 4 test suites. [----------] Global test environment set-up. [----------] 2 tests from cuda_DeathTest [ RUN ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment [ OK ] defaultdevicetype.reduce_instantiation_b3 (34 ms) [ RUN ] defaultdevicetype.reduce_instantiation_c3 [ OK ] defaultdevicetype.reduce_instantiation_c3 (23 ms) [ RUN ] defaultdevicetype.malloc [ OK ] defaultdevicetype.malloc (0 ms) [----------] 15 tests from defaultdevicetype (244 ms total) [----------] Global test environment tear-down [==========] 15 tests from 1 test suite ran. (244 ms total) [ PASSED ] 15 tests. [ OK ] defaultdevicetype.reduce_instantiation_b1 (133 ms) [ RUN ] defaultdevicetype.reduce_instantiation_c1 [ OK ] defaultdevicetype.reduce_instantiation_c1 (5 ms) [ RUN ] defaultdevicetype.reduce_instantiation_a2 4: [==========] Running 189 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 7 tests from cuda_DeathTest 4: [ RUN ] cuda_DeathTest.abort_from_host [ OK ] defaultdevicetype.reduce_instantiation_a2 (17 ms) [ RUN ] defaultdevicetype.reduce_instantiation_b2 [ OK ] defaultdevicetype.reduce_instantiation_b2 (34 ms) [ RUN ] defaultdevicetype.reduce_instantiation_c2 [ OK ] defaultdevicetype.reduce_instantiation_b1 (155 ms) [ RUN ] defaultdevicetype.reduce_instantiation_c1 [ OK ] defaultdevicetype.reduce_instantiation_c2 (24 ms) [ RUN ] defaultdevicetype.reduce_instantiation_a3 [ OK ] defaultdevicetype.reduce_instantiation_c1 (32 ms) [ RUN ] defaultdevicetype.reduce_instantiation_a2 [ OK ] defaultdevicetype.reduce_instantiation_a3 (37 ms) [ RUN ] defaultdevicetype.reduce_instantiation_b3 [ OK ] defaultdevicetype.reduce_instantiation_b3 (49 ms) [ RUN ] defaultdevicetype.reduce_instantiation_c3 [ OK ] defaultdevicetype.reduce_instantiation_c3 (17 ms) [ RUN ] defaultdevicetype.malloc [ OK ] defaultdevicetype.malloc (0 ms) [----------] 15 tests from defaultdevicetype (402 ms total) [----------] Global test environment tear-down [==========] 15 tests from 1 test suite ran. (403 ms total) [ PASSED ] 15 tests. [ OK ] defaultdevicetype.reduce_instantiation_a2 (87 ms) [ RUN ] defaultdevicetype.reduce_instantiation_b2 [ OK ] defaultdevicetype.reduce_instantiation_b2 (17 ms) [ RUN ] defaultdevicetype.reduce_instantiation_c2 [ OK ] defaultdevicetype.reduce_instantiation_c2 (7 ms) [ RUN ] defaultdevicetype.reduce_instantiation_a3 [ OK ] defaultdevicetype.reduce_instantiation_a3 (11 ms) [ RUN ] defaultdevicetype.reduce_instantiation_b3 [ OK ] defaultdevicetype.reduce_instantiation_b3 (23 ms) [ RUN ] defaultdevicetype.reduce_instantiation_c3 [ OK ] defaultdevicetype.reduce_instantiation_c3 (9 ms) [ RUN ] defaultdevicetype.malloc [ OK ] defaultdevicetype.malloc (0 ms) [----------] 15 tests from defaultdevicetype (461 ms total) [----------] Global test environment tear-down [==========] 15 tests from 1 test suite ran. (461 ms total) [ PASSED ] 15 tests. [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (536 ms) [----------] 1 test from defaultdevicetype_DeathTest (537 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (537 ms total) [ PASSED ] 1 test. [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (632 ms) [----------] 1 test from defaultdevicetype_DeathTest (632 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (633 ms total) [ PASSED ] 1 test. 4: [ OK ] cuda_DeathTest.abort_from_host (937 ms) 4: [ RUN ] cuda_DeathTest.abort_from_device 28: Test_Atomic/100000/iterations:10 12.1 s 12.1 s 10 1 8 20.2732 1.46876m 119.33u 4.99995G 102.654k 4.99995G 4: [ OK ] cuda_DeathTest.abort_from_device (960 ms) 4: [ RUN ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort 4: [ OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (863 ms) 4: [ RUN ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o 4: [ OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (907 ms) 4: [ RUN ] cuda_DeathTest.policy_invalid_bounds 4: [ OK ] cuda_DeathTest.policy_invalid_bounds (2 ms) 4: [ RUN ] cuda_DeathTest.range_policy_invalid_bounds 4: [ OK ] cuda_DeathTest.range_policy_invalid_bounds (3 ms) 4: [ RUN ] cuda_DeathTest.range_policy_implicitly_converted_bounds 4: [ OK ] cuda_DeathTest.range_policy_implicitly_converted_bounds (3 ms) 4: [----------] 7 tests from cuda_DeathTest (3677 ms total) 4: 4: [----------] 182 tests from cuda 4: [ RUN ] cuda.array_capacity 4: [ OK ] cuda.array_capacity (0 ms) 4: [ RUN ] cuda.array_element_access 4: [ OK ] cuda.array_element_access (0 ms) 4: [ RUN ] cuda.array_zero_capacity 4: [ OK ] cuda.array_zero_capacity (0 ms) 4: [ RUN ] cuda.array_zero_data_nullptr 4: [ OK ] cuda.array_zero_data_nullptr (0 ms) 4: [ RUN ] cuda.array_contiguous_capacity 4: [ OK ] cuda.array_contiguous_capacity (0 ms) 4: [ RUN ] cuda.array_contiguous_element_access 4: [ OK ] cuda.array_contiguous_element_access (0 ms) 4: [ RUN ] cuda.array_contiguous_assignment 4: [ OK ] cuda.array_contiguous_assignment (0 ms) 4: [ RUN ] cuda.array_strided_capacity 4: [ OK ] cuda.array_strided_capacity (0 ms) 4: [ RUN ] cuda.array_strided_element_access 4: [ OK ] cuda.array_strided_element_access (0 ms) 4: [ RUN ] cuda.array_strided_assignment 4: [ OK ] cuda.array_strided_assignment (0 ms) 4: [ RUN ] cuda.atomic_operations_complexdouble 4: [ OK ] cuda.atomic_operations_complexdouble (6 ms) 4: [ RUN ] cuda.atomic_operations_complexfloat 4: [ OK ] cuda.atomic_operations_complexfloat (5 ms) 4: [ RUN ] cuda.atomic_operations_double 4: [ OK ] cuda.atomic_operations_double (6 ms) 4: [ RUN ] cuda.atomic_operations_float 4: [ OK ] cuda.atomic_operations_float (5 ms) 4: [ RUN ] cuda.atomic_operations_int 4: [ OK ] cuda.atomic_operations_int (13 ms) 4: [ RUN ] cuda.atomic_operations_long 4: [ OK ] cuda.atomic_operations_long (13 ms) 4: [ RUN ] cuda.atomic_operations_longlong 4: [ OK ] cuda.atomic_operations_longlong (13 ms) 4: [ RUN ] cuda.atomic_shared 4: [ OK ] cuda.atomic_shared (0 ms) 4: [ RUN ] cuda.atomic_operations_unsigned 4: [ OK ] cuda.atomic_operations_unsigned (10 ms) 4: [ RUN ] cuda.atomic_operations_unsignedlong 4: [ OK ] cuda.atomic_operations_unsignedlong (10 ms) 4: [ RUN ] cuda.atomics 4: [ OK ] cuda.atomics (250 ms) 4: [ RUN ] cuda.atomics_tpetra_max_abs 4: [ OK ] cuda.atomics_tpetra_max_abs (0 ms) 4: [ RUN ] cuda.atomic_views_integral [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (4494 ms) [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (3884 ms) [----------] 2 tests from serial_DeathTest (8378 ms total) [----------] 163 tests from serial [ RUN ] serial.init [ OK ] serial.init (0 ms) [ RUN ] serial.dispatch [ OK ] serial.dispatch (15 ms) [ RUN ] serial.impl_shared_alloc [ OK ] serial.impl_shared_alloc (17 ms) [ RUN ] serial.range_for [ OK ] serial.range_for (0 ms) [ RUN ] serial.range_reduce [ OK ] serial.range_reduce (0 ms) [ RUN ] serial.range_dynamic_policy [ OK ] serial.range_dynamic_policy (0 ms) [ RUN ] serial.range_for_require [ OK ] serial.range_for_require (0 ms) [ RUN ] serial.range_reduce_require [ OK ] serial.range_reduce_require (0 ms) [ RUN ] serial.range_dynamic_policy_require [ OK ] serial.range_dynamic_policy_require (0 ms) [ RUN ] serial.view_api_a [ OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (8299 ms) [ RUN ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment [ OK ] serial.view_api_a (93 ms) [ RUN ] serial.view_api_b [ OK ] serial.view_api_b (2 ms) [ RUN ] serial.view_api_c [ OK ] serial.view_api_c (1 ms) [ RUN ] serial.view_api_d [ OK ] serial.view_api_d (1 ms) [ RUN ] serial.view_allocation_error [ OK ] serial.view_allocation_error (1 ms) [ RUN ] serial.view_remap [ OK ] serial.view_remap (0 ms) [ RUN ] serial.view_mirror_nonconst [ OK ] serial.view_mirror_nonconst (0 ms) [ RUN ] serial.view_stride_method [ OK ] serial.view_stride_method (0 ms) [ RUN ] serial.anonymous_space [ OK ] serial.anonymous_space (0 ms) [ RUN ] serial.view_overload_resolution [ OK ] serial.view_overload_resolution (0 ms) [ RUN ] serial.view_allocation_large_rank [ OK ] serial.view_allocation_large_rank (1306 ms) [ RUN ] serial.view_shmem_size_on_device [ OK ] serial.view_shmem_size_on_device (0 ms) [ RUN ] serial.view_is_assignable [ OK ] serial.view_is_assignable (0 ms) [ RUN ] serial.deep_copy_alignment [ OK ] serial.deep_copy_alignment (143 ms) [ RUN ] serial.deep_copy_conversion [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_SharedAlloc.cpp.o [ OK ] serial.deep_copy_conversion (693 ms) [ RUN ] serial.view_copy_tests [ OK ] serial.view_copy_tests (128 ms) [ RUN ] serial.view_copy_tests_rank_0 [ OK ] serial.view_copy_tests_rank_0 (0 ms) [ RUN ] serial.view_copy_degenerated [ OK ] serial.view_copy_degenerated (0 ms) [ RUN ] serial.view_mapping 4: [ OK ] cuda.atomic_views_integral (6482 ms) 4: [ RUN ] cuda.atomic_views_nonintegral 4: [ OK ] cuda.atomic_views_nonintegral (53 ms) 4: [ RUN ] cuda.atomic_view_api 4: [ OK ] cuda.atomic_view_api (0 ms) 4: [ RUN ] cuda.bit_manip_countl_zero 4: [ OK ] cuda.bit_manip_countl_zero (3 ms) 4: [ RUN ] cuda.bit_manip_countl_one 4: [ OK ] cuda.bit_manip_countl_one (0 ms) 4: [ RUN ] cuda.bit_manip_countr_zero 4: [ OK ] cuda.bit_manip_countr_zero (0 ms) 4: [ RUN ] cuda.bit_manip_countr_one 4: [ OK ] cuda.bit_manip_countr_one (0 ms) 4: [ RUN ] cuda.bit_manip_popcount 4: [ OK ] cuda.bit_manip_popcount (0 ms) 4: [ RUN ] cuda.bit_manip_has_single_bit 4: [ OK ] cuda.bit_manip_has_single_bit (0 ms) 4: [ RUN ] cuda.bit_manip_bit_floor 4: [ OK ] cuda.bit_manip_bit_floor (0 ms) 4: [ RUN ] cuda.bit_manip_bit_ceil 4: [ OK ] cuda.bit_manip_bit_ceil (0 ms) 4: [ RUN ] cuda.bit_manip_bit_width 4: [ OK ] cuda.bit_manip_bit_width (0 ms) 4: [ RUN ] cuda.bit_manip_rotl 4: [ OK ] cuda.bit_manip_rotl (0 ms) 4: [ RUN ] cuda.bit_manip_rotr 4: [ OK ] cuda.bit_manip_rotr (0 ms) 4: [ RUN ] cuda.bit_manip_byeswap 4: [ OK ] cuda.bit_manip_byeswap (0 ms) 4: [ RUN ] cuda.bit_manip_bit_cast 4: [ OK ] cuda.bit_manip_bit_cast (0 ms) 4: [ RUN ] cuda.test_block_deduction_bug_pr_3103 4: [ OK ] cuda.test_block_deduction_bug_pr_3103 (0 ms) 4: [ RUN ] cuda.checked_integer_operations_multiply_overflow 4: [ OK ] cuda.checked_integer_operations_multiply_overflow (0 ms) 4: [ RUN ] cuda.execution_policy_occupancy_and_hint 4: [ OK ] cuda.execution_policy_occupancy_and_hint (0 ms) 4: [ RUN ] cuda.complex_construction 4: [ OK ] cuda.complex_construction (0 ms) 4: [ RUN ] cuda.complex_basic_math 4: [ OK ] cuda.complex_basic_math (0 ms) 4: [ RUN ] cuda.complex_special_funtions 4: [ OK ] cuda.complex_special_funtions (0 ms) 4: [ RUN ] cuda.complex_io 4: [ OK ] cuda.complex_io (0 ms) 4: [ RUN ] cuda.complex_trivially_copyable 4: [ OK ] cuda.complex_trivially_copyable (0 ms) 4: [ RUN ] cuda.complex_issue_3865 4: [ OK ] cuda.complex_issue_3865 (0 ms) 4: [ RUN ] cuda.complex_operations_arithmetic_types_overloads 4: [ OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms) 4: [ RUN ] cuda.crs_count_fill 4: [ OK ] cuda.crs_count_fill (1 ms) 4: [ RUN ] cuda.crs_copy_constructor 4: [ OK ] cuda.crs_copy_constructor (5 ms) 4: [ RUN ] cuda.deep_copy_alignment 4: [ OK ] cuda.deep_copy_alignment (2 ms) 4: [ RUN ] cuda.deep_copy_conversion 4: [ OK ] cuda.deep_copy_conversion (7 ms) 4: [ RUN ] cuda.partitioning_by_args 4: [ OK ] cuda.partitioning_by_args (0 ms) 4: [ RUN ] cuda.partitioning_by_vector 4: [ OK ] cuda.partitioning_by_vector (0 ms) 4: [ RUN ] cuda.execution_space_as_class_data_member 4: [ OK ] cuda.execution_space_as_class_data_member (0 ms) 4: [ RUN ] cuda.functor_analysis 4: [ OK ] cuda.functor_analysis (0 ms) 4: [ RUN ] cuda.host_shared_ptr_use_count 4: [ OK ] cuda.host_shared_ptr_use_count (0 ms) 4: [ RUN ] cuda.host_shared_ptr_get 4: [ OK ] cuda.host_shared_ptr_get (0 ms) 4: [ RUN ] cuda.host_shared_ptr_dereference_on_device 4: [ OK ] cuda.host_shared_ptr_dereference_on_device (0 ms) 4: [ RUN ] cuda.host_shared_ptr_special_members_on_device 4: [ OK ] cuda.host_shared_ptr_special_members_on_device (0 ms) 4: [ RUN ] cuda.host_shared_ptr_tracking 4: [ OK ] cuda.host_shared_ptr_tracking (1 ms) 4: [ RUN ] cuda.init 4: [ OK ] cuda.init (0 ms) 4: [ RUN ] cuda.dispatch 4: [ OK ] cuda.dispatch (31 ms) 4: [ RUN ] cuda.join_backward_compatibility 4: [ OK ] cuda.join_backward_compatibility (0 ms) 4: [ RUN ] cuda.local_deepcopy_teampolicy_layoutleft [ OK ] serial.view_mapping (976 ms) [ RUN ] serial.view_mapping_operator [ OK ] serial.view_mapping_operator (62 ms) [ RUN ] serial.static_extent [ OK ] serial.static_extent (0 ms) [ RUN ] serial.view_mapping_atomic [ OK ] serial.view_mapping_atomic (10 ms) [ RUN ] serial.view_mapping_class_value [ OK ] serial.view_mapping_class_value (0 ms) [ RUN ] serial.view_mapping_assignable [ OK ] serial.view_mapping_assignable (0 ms) [ RUN ] serial.view_mapping_trivially_copyable [ OK ] serial.view_mapping_trivially_copyable (0 ms) [ RUN ] serial.view_mapping_subview [ OK ] serial.view_mapping_subview (1 ms) [ RUN ] serial.view_resize [ OK ] serial.view_resize (162 ms) [ RUN ] serial.view_realloc [ OK ] serial.view_realloc (0 ms) [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 4: [ OK ] cuda.local_deepcopy_teampolicy_layoutleft (1485 ms) 4: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutleft [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (324 ms) [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (309 ms) [ RUN ] serial.view_irregular_layout [ OK ] serial.view_irregular_layout (0 ms) [ RUN ] serial.view_nested_view [ OK ] serial.view_nested_view (0 ms) [ RUN ] serial.view_subview_auto_1d_left [ OK ] serial.view_subview_auto_1d_left (0 ms) [ RUN ] serial.view_subview_auto_1d_right [ OK ] serial.view_subview_auto_1d_right (0 ms) [ RUN ] serial.view_subview_auto_1d_stride [ OK ] serial.view_subview_auto_1d_stride (0 ms) [ RUN ] serial.view_subview_assign_strided [ OK ] serial.view_subview_assign_strided (0 ms) [ RUN ] serial.view_subview_left_0 [ OK ] serial.view_subview_left_0 (0 ms) [ RUN ] serial.view_subview_left_1 [ OK ] serial.view_subview_left_1 (0 ms) [ RUN ] serial.view_subview_left_2 [ OK ] serial.view_subview_left_2 (0 ms) [ RUN ] serial.view_subview_left_3 [ OK ] serial.view_subview_left_3 (0 ms) [ RUN ] serial.view_subview_right_0 [ OK ] serial.view_subview_right_0 (0 ms) [ RUN ] serial.view_subview_right_1 [ OK ] serial.view_subview_right_1 (0 ms) [ RUN ] serial.view_subview_right_3 [ OK ] serial.view_subview_right_3 (0 ms) [ RUN ] serial.view_static_tests [ OK ] serial.view_static_tests (0 ms) [ RUN ] serial.view_subview_layoutleft_to_layoutleft [ OK ] serial.view_subview_layoutleft_to_layoutleft (1 ms) [ RUN ] serial.view_subview_layoutright_to_layoutright [ OK ] serial.view_subview_layoutright_to_layoutright (1 ms) [ RUN ] serial.view_subview_1d_assign [ OK ] serial.view_subview_1d_assign (0 ms) [ RUN ] serial.view_subview_1d_assign_atomic [ OK ] serial.view_subview_1d_assign_atomic (0 ms) [ RUN ] serial.view_subview_1d_assign_randomaccess [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) [ RUN ] serial.view_subview_2d_from_3d [ OK ] serial.view_subview_2d_from_3d (112 ms) [ RUN ] serial.view_subview_2d_from_3d_atomic [ OK ] serial.view_subview_2d_from_3d_atomic (114 ms) [ RUN ] serial.view_subview_2d_from_3d_randomaccess [ OK ] serial.view_subview_2d_from_3d_randomaccess (112 ms) [ RUN ] serial.view_subview_3d_from_5d_left 27: Test_Atomic/100000/iterations:10 4.29 s 0.002 s 10 0 4 6.0834 5.12496m 1056.23u 4.99992G 1.9519M 4.99989G [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o 4: [ OK ] cuda.local_deepcopy_rangepolicy_layoutleft (2280 ms) 4: [ RUN ] cuda.local_deepcopy_teampolicy_layoutright [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_a.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_b.cpp.o 4: [ OK ] cuda.local_deepcopy_teampolicy_layoutright (1461 ms) 4: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutright [ OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (7819 ms) [----------] 2 tests from cuda_DeathTest (16118 ms total) [----------] 147 tests from cuda [ RUN ] cuda.init [ OK ] cuda.init (0 ms) [ RUN ] cuda.dispatch [ OK ] cuda.dispatch (92 ms) [ RUN ] cuda.impl_shared_alloc [ OK ] cuda.impl_shared_alloc (90 ms) [ RUN ] cuda.range_for [ OK ] cuda.range_for (5 ms) [ RUN ] cuda.range_reduce [ OK ] cuda.range_reduce (1 ms) [ RUN ] cuda.range_dynamic_policy [ OK ] cuda.range_dynamic_policy (0 ms) [ RUN ] cuda.range_for_require [ OK ] cuda.range_for_require (1 ms) [ RUN ] cuda.range_reduce_require [ OK ] cuda.range_reduce_require (0 ms) [ RUN ] cuda.range_dynamic_policy_require [ OK ] cuda.range_dynamic_policy_require (0 ms) [ RUN ] cuda.view_api_a [ OK ] cuda.view_api_a (96 ms) [ RUN ] cuda.view_api_b [ OK ] cuda.view_api_b (5 ms) [ RUN ] cuda.view_api_c [ OK ] cuda.view_api_c (0 ms) [ RUN ] cuda.view_api_d [ OK ] cuda.view_api_d (2 ms) [ RUN ] cuda.view_allocation_error [ OK ] cuda.view_allocation_error (0 ms) [ RUN ] cuda.view_remap [ OK ] cuda.view_remap (0 ms) [ RUN ] cuda.view_mirror_nonconst [ OK ] cuda.view_mirror_nonconst (0 ms) [ RUN ] cuda.view_stride_method [ OK ] cuda.view_stride_method (0 ms) [ RUN ] cuda.anonymous_space [ OK ] cuda.anonymous_space (0 ms) [ RUN ] cuda.view_overload_resolution [ OK ] cuda.view_overload_resolution (0 ms) [ RUN ] cuda.view_allocation_large_rank [ OK ] cuda.view_allocation_large_rank (151 ms) [ RUN ] cuda.view_shmem_size_on_device [ OK ] cuda.view_shmem_size_on_device (0 ms) [ RUN ] cuda.view_is_assignable [ OK ] cuda.view_is_assignable (0 ms) [ RUN ] cuda.view_copy_tests [ OK ] cuda.view_copy_tests (61 ms) [ RUN ] cuda.view_copy_tests_rank_0 [ OK ] cuda.view_copy_tests_rank_0 (1 ms) [ RUN ] cuda.view_copy_degenerated [ OK ] cuda.view_copy_degenerated (0 ms) [ RUN ] cuda.deep_copy_alignment [ OK ] serial.view_subview_3d_from_5d_left (3823 ms) [ RUN ] serial.view_subview_3d_from_5d_left_atomic [ OK ] cuda.deep_copy_alignment (55 ms) [ RUN ] cuda.deep_copy_conversion [ OK ] cuda.deep_copy_conversion (8 ms) [ RUN ] cuda.view_mapping [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o [ OK ] cuda.view_mapping (972 ms) [ RUN ] cuda.view_mapping_operator [ OK ] cuda.view_mapping_operator (10 ms) [ RUN ] cuda.static_extent [ OK ] cuda.static_extent (0 ms) [ RUN ] cuda.view_mapping_atomic [ OK ] cuda.view_mapping_atomic (3 ms) [ RUN ] cuda.view_mapping_class_value [ OK ] cuda.view_mapping_class_value (0 ms) [ RUN ] cuda.view_mapping_assignable [ OK ] cuda.view_mapping_assignable (0 ms) [ RUN ] cuda.view_mapping_trivially_copyable [ OK ] cuda.view_mapping_trivially_copyable (0 ms) [ RUN ] cuda.view_mapping_subview [ OK ] cuda.view_mapping_subview (0 ms) [ RUN ] cuda.view_resize [ OK ] cuda.view_resize (103 ms) [ RUN ] cuda.view_realloc [ OK ] cuda.view_realloc (0 ms) [ RUN ] cuda.view_layoutstride_left_to_layoutleft_assignment 4: [ OK ] cuda.local_deepcopy_rangepolicy_layoutright (1711 ms) 4: [ RUN ] cuda.deep_copy_scratch 4: [ OK ] cuda.deep_copy_scratch (0 ms) 4: [ RUN ] cuda.mathematical_constants_e 4: [ OK ] cuda.mathematical_constants_e (0 ms) 4: [ RUN ] cuda.mathematical_constants_log2e 4: [ OK ] cuda.mathematical_constants_log2e (0 ms) 4: [ RUN ] cuda.mathematical_constants_log10e 4: [ OK ] cuda.mathematical_constants_log10e (0 ms) 4: [ RUN ] cuda.mathematical_constants_pi 4: [ OK ] cuda.mathematical_constants_pi (0 ms) 4: [ RUN ] cuda.mathematical_constants_inv_pi 4: [ OK ] cuda.mathematical_constants_inv_pi (0 ms) 4: [ RUN ] cuda.mathematical_constants_inv_sqrtpi 4: [ OK ] cuda.mathematical_constants_inv_sqrtpi (0 ms) 4: [ RUN ] cuda.mathematical_constants_ln2 4: [ OK ] cuda.mathematical_constants_ln2 (0 ms) 4: [ RUN ] cuda.mathematical_constants_ln10 4: [ OK ] cuda.mathematical_constants_ln10 (0 ms) 4: [ RUN ] cuda.mathematical_constants_sqrt2 4: [ OK ] cuda.mathematical_constants_sqrt2 (0 ms) 4: [ RUN ] cuda.mathematical_constants_sqrt3 4: [ OK ] cuda.mathematical_constants_sqrt3 (0 ms) 4: [ RUN ] cuda.mathematical_constants_inv_sqrt3 4: [ OK ] cuda.mathematical_constants_inv_sqrt3 (0 ms) 4: [ RUN ] cuda.mathematical_constants_egamma 4: [ OK ] cuda.mathematical_constants_egamma (0 ms) 4: [ RUN ] cuda.mathematical_constants_phi 4: [ OK ] cuda.mathematical_constants_phi (0 ms) 4: [ RUN ] cuda.mathematical_functions_trigonometric_functions 4: [ OK ] cuda.mathematical_functions_trigonometric_functions (2 ms) 4: [ RUN ] cuda.mathematical_functions_hyperbolic_functions 4: [ OK ] cuda.mathematical_functions_hyperbolic_functions (2 ms) 4: [ RUN ] cuda.mathematical_functions_non_standard 4: [ OK ] cuda.mathematical_functions_non_standard (0 ms) 4: [ RUN ] cuda.mathematical_functions_power_functions 4: [ OK ] cuda.mathematical_functions_power_functions (1 ms) 4: [ RUN ] cuda.mathematical_functions_fma 4: [ OK ] cuda.mathematical_functions_fma (0 ms) 4: [ RUN ] cuda.mathematical_functions_error_and_gamma_functions 4: [ OK ] cuda.mathematical_functions_error_and_gamma_functions (1 ms) 4: [ RUN ] cuda.mathematical_functions_nearest_interger_floating_point_operations 4: [ OK ] cuda.mathematical_functions_nearest_interger_floating_point_operations (1 ms) 4: [ RUN ] cuda.mathematical_functions_floating_point_manipulation_functions 4: [ OK ] cuda.mathematical_functions_floating_point_manipulation_functions (0 ms) 4: [ RUN ] cuda.mathematical_functions_absolute_value 4: [ OK ] cuda.mathematical_functions_absolute_value (0 ms) 4: [ RUN ] cuda.mathematical_functions_floating_point_absolute_value 4: [ OK ] cuda.mathematical_functions_floating_point_absolute_value (0 ms) 4: [ RUN ] cuda.mathematical_functions_remainder_function 4: [ OK ] cuda.mathematical_functions_remainder_function (0 ms) 4: [ RUN ] cuda.mathematical_functions_isfinite 4: [ OK ] cuda.mathematical_functions_isfinite (0 ms) 4: [ RUN ] cuda.mathematical_functions_isinf 4: [ OK ] cuda.mathematical_functions_isinf (0 ms) 4: [ RUN ] cuda.mathematical_functions_isnan 4: [ OK ] cuda.mathematical_functions_isnan (0 ms) 4: [ RUN ] cuda.mathematical_functions_exponential_functions 4: [ OK ] cuda.mathematical_functions_exponential_functions (2 ms) 4: [ RUN ] cuda.mathspecialfunc_expint1 4: [ OK ] cuda.mathspecialfunc_expint1 (0 ms) 4: [ RUN ] cuda.mathspecialfunc_errorfunc 4: [ OK ] cuda.mathspecialfunc_errorfunc (0 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesselj0y0 4: [ OK ] cuda.mathspecialfunc_cbesselj0y0 (23 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesselj1y1 4: [ OK ] cuda.mathspecialfunc_cbesselj1y1 (23 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesseli0k0 4: [ OK ] cuda.mathspecialfunc_cbesseli0k0 (0 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesseli1k1 4: [ OK ] cuda.mathspecialfunc_cbesseli1k1 (0 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesselh1stkind 4: [ OK ] cuda.mathspecialfunc_cbesselh1stkind (0 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesselh2ndkind 4: [ OK ] cuda.mathspecialfunc_cbesselh2ndkind (0 ms) 4: [ RUN ] cuda.mdrange_5d 4: [ OK ] cuda.mdrange_5d (17 ms) 4: [ RUN ] cuda.mdrange_6d 4: [ OK ] cuda.mdrange_6d (27 ms) 4: [ RUN ] cuda.mdrange_2d 4: [ OK ] cuda.mdrange_2d (1 ms) 4: [ RUN ] cuda.mdrange_array_reduce 4: [ OK ] cuda.mdrange_array_reduce (0 ms) 4: [ RUN ] cuda.mdrange_3d 4: [ OK ] cuda.mdrange_3d (5 ms) 4: [ RUN ] cuda.mdrange_neg_idx 4: [ OK ] cuda.mdrange_neg_idx (1 ms) 4: [ RUN ] cuda.mdrange_4d 4: [ OK ] cuda.mdrange_4d (4 ms) 4: [ RUN ] cuda.mdrange_scalar 4: [ OK ] cuda.mdrange_scalar (0 ms) 4: [ RUN ] cuda.mdrange_large_deep_copy 4: [ OK ] cuda.mdrange_large_deep_copy (76 ms) 4: [ RUN ] cuda.md_range_policy_construction_from_arrays 4: [ OK ] cuda.md_range_policy_construction_from_arrays (0 ms) 4: [ RUN ] cuda.mdrange_parallel_reduce_primitive_types [ OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (345 ms) [ RUN ] cuda.view_layoutstride_right_to_layoutright_assignment [ OK ] cuda.view_layoutstride_right_to_layoutright_assignment (340 ms) [ RUN ] cuda.view_irregular_layout [ OK ] cuda.view_irregular_layout (0 ms) [ RUN ] cuda.view_nested_view [ OK ] cuda.view_nested_view (0 ms) [ RUN ] cuda.int64_t_reduce [ OK ] cuda.int64_t_reduce (12 ms) [ RUN ] cuda.double_reduce [ OK ] cuda.double_reduce (11 ms) [ RUN ] cuda.int64_t_reduce_dynamic [ OK ] cuda.int64_t_reduce_dynamic (16 ms) [ RUN ] cuda.double_reduce_dynamic [ OK ] cuda.double_reduce_dynamic (16 ms) [ RUN ] cuda.int64_t_reduce_dynamic_view [ OK ] cuda.int64_t_reduce_dynamic_view (5 ms) [ RUN ] cuda.int_combined_reduce [ OK ] cuda.int_combined_reduce (0 ms) [ RUN ] cuda.mdrange_combined_reduce [ OK ] cuda.mdrange_combined_reduce (0 ms) [ RUN ] cuda.int_combined_reduce_mixed [ OK ] cuda.int_combined_reduce_mixed (0 ms) [ RUN ] cuda.reduction_deduction [ OK ] cuda.reduction_deduction (0 ms) [ RUN ] cuda.parallel_scan_range_policy [ OK ] cuda.parallel_scan_range_policy (77 ms) [ RUN ] cuda.reduce_device_view_range_policy [ OK ] cuda.reduce_device_view_range_policy (5 ms) [ RUN ] cuda.reduce_device_view_mdrange_policy [ OK ] cuda.reduce_device_view_mdrange_policy (131 ms) [ RUN ] cuda.reduce_device_view_team_policy [ OK ] cuda.reduce_device_view_team_policy (6 ms) [ RUN ] cuda.reducers_int [ OK ] cuda.reducers_int (9 ms) [ RUN ] cuda.reducers_double [ OK ] cuda.reducers_double (11 ms) [ RUN ] cuda.reducers_complex_double [ OK ] cuda.reducers_complex_double (3 ms) [ RUN ] cuda.reducers_struct [ OK ] cuda.reducers_struct (8 ms) [ RUN ] cuda.reducers_half_t [ OK ] cuda.reducers_half_t (5 ms) [ RUN ] cuda.reducers_bhalf_t [ OK ] cuda.reducers_bhalf_t (5 ms) [ RUN ] cuda.reducers_int8_t [ OK ] cuda.reducers_int8_t (4 ms) [ RUN ] cuda.reducers_int16_t [ OK ] cuda.reducers_int16_t (5 ms) [ RUN ] cuda.reducers_point_t [ OK ] cuda.reducers_point_t (3 ms) [ RUN ] cuda.reducers_bool [ OK ] cuda.reducers_bool (1 ms) [ RUN ] cuda.complex_construction [ OK ] cuda.complex_construction (0 ms) [ RUN ] cuda.complex_basic_math [ OK ] cuda.complex_basic_math (0 ms) [ RUN ] cuda.complex_special_funtions [ OK ] cuda.complex_special_funtions (0 ms) [ RUN ] cuda.complex_io [ OK ] cuda.complex_io (0 ms) [ RUN ] cuda.complex_trivially_copyable [ OK ] cuda.complex_trivially_copyable (0 ms) [ RUN ] cuda.complex_issue_3865 [ OK ] cuda.complex_issue_3865 (0 ms) [ RUN ] cuda.complex_operations_arithmetic_types_overloads [ OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms) [ RUN ] cuda.atomic_operations_int [ OK ] cuda.atomic_operations_int (19 ms) [ RUN ] cuda.atomic_operations_unsigned [ OK ] cuda.atomic_operations_unsigned (15 ms) [ RUN ] cuda.atomic_operations_long [ OK ] cuda.atomic_operations_long (19 ms) [ RUN ] cuda.atomic_operations_unsignedlong [ OK ] cuda.atomic_operations_unsignedlong (16 ms) [ RUN ] cuda.atomic_operations_longlong [ OK ] cuda.atomic_operations_longlong (19 ms) [ RUN ] cuda.atomic_operations_double [ OK ] cuda.atomic_operations_double (8 ms) [ RUN ] cuda.atomic_operations_float [ OK ] cuda.atomic_operations_float (8 ms) [ RUN ] cuda.atomic_operations_complexfloat [ OK ] cuda.atomic_operations_complexfloat (8 ms) [ RUN ] cuda.atomic_operations_complexdouble [ OK ] cuda.atomic_operations_complexdouble (8 ms) [ RUN ] cuda.atomic_views_integral 4: [ OK ] cuda.mdrange_parallel_reduce_primitive_types (1424 ms) 4: [ RUN ] cuda.mdspan_minimal_functional 4: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestMDSpan.hpp:57: Skipped 4: mdspan not enabled 4: [ SKIPPED ] cuda.mdspan_minimal_functional (0 ms) 4: [ RUN ] cuda.max 4: [ OK ] cuda.max (0 ms) 4: [ RUN ] cuda.max_within_parfor 4: [ OK ] cuda.max_within_parfor (0 ms) 4: [ RUN ] cuda.min 4: [ OK ] cuda.min (0 ms) 4: [ RUN ] cuda.min_within_parfor 4: [ OK ] cuda.min_within_parfor (0 ms) 4: [ RUN ] cuda.minmax 4: [ OK ] cuda.minmax (0 ms) 4: [ RUN ] cuda.minmax_within_parfor 4: [ OK ] cuda.minmax_within_parfor (0 ms) 4: [ RUN ] cuda.clamp 4: [ OK ] cuda.clamp (0 ms) 4: [ RUN ] cuda.clamp_within_parfor 4: [ OK ] cuda.clamp_within_parfor (0 ms) 4: [ RUN ] cuda.numeric_traits_infinity 4: [ OK ] cuda.numeric_traits_infinity (0 ms) 4: [ RUN ] cuda.numeric_traits_epsilon 4: [ OK ] cuda.numeric_traits_epsilon (0 ms) 4: [ RUN ] cuda.numeric_traits_round_error 4: [ OK ] cuda.numeric_traits_round_error (0 ms) 4: [ RUN ] cuda.numeric_traits_norm_min 4: [ OK ] cuda.numeric_traits_norm_min (0 ms) 4: [ RUN ] cuda.numeric_traits_denorm_min 4: [ OK ] cuda.numeric_traits_denorm_min (0 ms) 4: [ RUN ] cuda.numeric_traits_finite_min_max 4: [ OK ] cuda.numeric_traits_finite_min_max (1 ms) 4: [ RUN ] cuda.numeric_traits_digits 4: [ OK ] cuda.numeric_traits_digits (0 ms) 4: [ RUN ] cuda.numeric_traits_digits10 4: [ OK ] cuda.numeric_traits_digits10 (0 ms) 4: [ RUN ] cuda.numeric_traits_max_digits10 4: [ OK ] cuda.numeric_traits_max_digits10 (0 ms) 4: [ RUN ] cuda.numeric_traits_radix 4: [ OK ] cuda.numeric_traits_radix (0 ms) 4: [ RUN ] cuda.numeric_traits_min_max_exponent 4: [ OK ] cuda.numeric_traits_min_max_exponent (0 ms) 4: [ RUN ] cuda.numeric_traits_min_max_exponent10 4: [ OK ] cuda.numeric_traits_min_max_exponent10 (0 ms) 4: [ RUN ] cuda.numeric_traits_quiet_and_signaling_nan 4: [ OK ] cuda.numeric_traits_quiet_and_signaling_nan (0 ms) 4: [ RUN ] cuda.numeric_traits_sfinae_friendly 4: [ OK ] cuda.numeric_traits_sfinae_friendly (0 ms) 4: [ RUN ] cuda.occupancy_control 4: [ OK ] cuda.occupancy_control (0 ms) 4: [ RUN ] cuda.view_aggregate 4: [ OK ] cuda.view_aggregate (0 ms) 4: [ RUN ] cuda.memory_pool 4: [ OK ] cuda.memory_pool (9 ms) 4: [ RUN ] cuda.cxx11 4: [ OK ] cuda.cxx11 (0 ms) 4: [ RUN ] cuda.viewctorprop_embedded_dim 4: [ OK ] cuda.viewctorprop_embedded_dim (0 ms) 4: [ RUN ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility 4: [ OK ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 4: [ RUN ] cuda.view_layouttiled 4: [ OK ] cuda.view_layouttiled (1 ms) 4: [ RUN ] cuda.view_layouttiled_subtile 4: [ OK ] cuda.view_layouttiled_subtile (0 ms) 4: [ RUN ] cuda.parallel_scan_range_policy 4: [ OK ] cuda.parallel_scan_range_policy (23 ms) 4: [ RUN ] cuda.kokkos_printf 4: [ OK ] cuda.kokkos_printf (1 ms) 4: [ RUN ] cuda.range_for 4: [ OK ] cuda.range_for (0 ms) 4: [ RUN ] cuda.range_reduce 4: [ OK ] cuda.range_reduce (0 ms) 4: [ RUN ] cuda.range_dynamic_policy 4: [ OK ] cuda.range_dynamic_policy (0 ms) 4: [ RUN ] cuda.range_policy_runtime_parameters 4: [ OK ] cuda.range_policy_runtime_parameters (0 ms) 4: [ RUN ] cuda.range_for_require 4: [ OK ] cuda.range_for_require (0 ms) 4: [ RUN ] cuda.range_reduce_require 4: [ OK ] cuda.range_reduce_require (0 ms) 4: [ RUN ] cuda.range_dynamic_policy_require 4: [ OK ] cuda.range_dynamic_policy_require (0 ms) 4: [ RUN ] cuda.reducers_int 4: [ OK ] cuda.reducers_int (3 ms) 4: [ RUN ] cuda.reducers_double 4: [ OK ] cuda.reducers_double (3 ms) 4: [ RUN ] cuda.reducers_complex_double 4: [ OK ] cuda.reducers_complex_double (1 ms) 4: [ RUN ] cuda.reducers_struct 4: [ OK ] cuda.reducers_struct (4 ms) 4: [ RUN ] cuda.reducers_half_t 4: [ OK ] cuda.reducers_half_t (3 ms) 4: [ RUN ] cuda.reducers_bhalf_t 4: [ OK ] cuda.reducers_bhalf_t (3 ms) 4: [ RUN ] cuda.reducers_int8_t 4: [ OK ] cuda.reducers_int8_t (2 ms) 4: [ RUN ] cuda.reducers_int16_t 4: [ OK ] cuda.reducers_int16_t (3 ms) 4: [ RUN ] cuda.reducers_point_t 4: [ OK ] cuda.reducers_point_t (2 ms) 4: [ RUN ] cuda.reducers_bool 4: [ OK ] cuda.reducers_bool (0 ms) 4: [ RUN ] cuda.int64_t_reduce 4: [ OK ] cuda.int64_t_reduce (9 ms) 4: [ RUN ] cuda.double_reduce 4: [ OK ] cuda.double_reduce (9 ms) 4: [ RUN ] cuda.int64_t_reduce_dynamic 4: [ OK ] cuda.int64_t_reduce_dynamic (13 ms) 4: [ RUN ] cuda.double_reduce_dynamic 4: [ OK ] cuda.double_reduce_dynamic (14 ms) 4: [ RUN ] cuda.int64_t_reduce_dynamic_view 4: [ OK ] cuda.int64_t_reduce_dynamic_view (3 ms) 4: [ RUN ] cuda.int_combined_reduce 4: [ OK ] cuda.int_combined_reduce (0 ms) 4: [ RUN ] cuda.mdrange_combined_reduce 4: [ OK ] cuda.mdrange_combined_reduce (0 ms) 4: [ RUN ] cuda.int_combined_reduce_mixed 4: [ OK ] cuda.int_combined_reduce_mixed (0 ms) 4: [ RUN ] cuda.reduction_deduction 4: [ OK ] cuda.reduction_deduction (0 ms) 4: [ RUN ] cuda.reduce_device_view_range_policy 4: [ OK ] cuda.reduce_device_view_range_policy (4 ms) 4: [ RUN ] cuda.reduce_device_view_mdrange_policy 4: [ OK ] cuda.reduce_device_view_mdrange_policy (124 ms) 4: [ RUN ] cuda.reduce_device_view_team_policy 4: [ OK ] cuda.reduce_device_view_team_policy (4 ms) 4: [ RUN ] cuda.impl_shared_alloc 4: [ OK ] cuda.impl_shared_alloc (57 ms) 4: [ RUN ] cuda.kokkos_swap 4: [ OK ] cuda.kokkos_swap (0 ms) 4: [ RUN ] cuda.reduceRangePolicyViewSizeLimit 4: [ OK ] cuda.reduceRangePolicyViewSizeLimit (17 ms) 4: [ RUN ] cuda.reduceMDRangePolicyViewSizeLimit 4: [ OK ] cuda.reduceMDRangePolicyViewSizeLimit (71 ms) 4: [----------] 182 tests from cuda (15907 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 189 tests from 2 test suites ran. (19584 ms total) 4: [ PASSED ] 188 tests. 4: [ SKIPPED ] 1 test, listed below: 4: [ SKIPPED ] cuda.mdspan_minimal_functional 4/59 Test #4: Kokkos_CoreUnitTest_Cuda1 ........................ Passed 20.41 sec test 5 Start 5: Kokkos_CoreUnitTest_Cuda2 5: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Cuda2 5: Test timeout computed to be: 1500 5: [==========] Running 126 tests from 3 test suites. 5: [----------] Global test environment set-up. 5: [----------] 8 tests from cuda_DeathTest 5: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_dyn 5: [ OK ] cuda_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 5: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_stat 5: [ OK ] cuda_DeathTest.view_construction_with_wrong_params_stat (0 ms) 5: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_mix 5: [ OK ] cuda_DeathTest.view_construction_with_wrong_params_mix (0 ms) 5: [ RUN ] cuda_DeathTest.view_construction_with_wrong_static_extents 5: [ OK ] cuda_DeathTest.view_construction_with_wrong_static_extents (0 ms) 5: [ RUN ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment [ OK ] serial.view_subview_3d_from_5d_left_atomic (3805 ms) [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (3796 ms) [ RUN ] serial.view_subview_3d_from_5d_right [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o [ OK ] cuda.atomic_views_integral (6839 ms) [ RUN ] cuda.atomic_views_nonintegral [ OK ] cuda.atomic_views_nonintegral (79 ms) [ RUN ] cuda.atomic_view_api [ OK ] cuda.atomic_view_api (0 ms) [ RUN ] cuda.atomics 5: [ OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (5091 ms) 5: [ RUN ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment [ OK ] cuda.atomics (221 ms) [ RUN ] cuda.atomics_tpetra_max_abs [ OK ] cuda.atomics_tpetra_max_abs (0 ms) [ RUN ] cuda.team_for [ OK ] cuda.team_for (1 ms) [ RUN ] cuda.team_reduce [ OK ] cuda.team_reduce (1 ms) [ RUN ] cuda.team_reduce_large [ OK ] cuda.team_reduce_large (45 ms) [ RUN ] cuda.team_parallel_single [ OK ] cuda.team_parallel_single (6 ms) [ RUN ] cuda.large_team_scratch_size [ OK ] cuda.large_team_scratch_size (8 ms) [ RUN ] cuda.team_broadcast_long [ OK ] cuda.team_broadcast_long (1 ms) [ RUN ] cuda.team_broadcast_long_wrapper [ OK ] cuda.team_broadcast_long_wrapper (1 ms) [ RUN ] cuda.team_broadcast_char [ OK ] cuda.team_broadcast_char (1 ms) [ RUN ] cuda.team_broadcast_float [ OK ] cuda.team_broadcast_float (0 ms) [ RUN ] cuda.team_broadcast_double [ OK ] cuda.team_broadcast_double (0 ms) [ RUN ] cuda.team_handle_by_value [ OK ] cuda.team_handle_by_value (0 ms) [ RUN ] cuda.team_vector [ OK ] cuda.team_vector (17 ms) [ RUN ] cuda.triple_nested_parallelism [ OK ] cuda.triple_nested_parallelism (28 ms) [ RUN ] cuda.parallel_scan_with_reducers [ OK ] cuda.parallel_scan_with_reducers (1095 ms) [ RUN ] cuda.team_shared_request [ OK ] cuda.team_shared_request (0 ms) [ RUN ] cuda.team_scratch_request [ OK ] cuda.team_scratch_request (0 ms) [ RUN ] cuda.team_lambda_shared_request [ OK ] cuda.team_lambda_shared_request (0 ms) [ RUN ] cuda.scratch_align [ OK ] cuda.scratch_align (0 ms) [ RUN ] cuda.shmem_size [ OK ] cuda.shmem_size (0 ms) [ RUN ] cuda.multi_level_scratch [ OK ] cuda.multi_level_scratch (6 ms) [ RUN ] cuda.team_scratch_memory_index_parallel_for [ OK ] cuda.team_scratch_memory_index_parallel_for (0 ms) [ RUN ] cuda.team_reduction_scan [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o [ OK ] serial.view_subview_3d_from_5d_right (4554 ms) [ RUN ] serial.view_subview_3d_from_5d_right_atomic [ OK ] cuda.team_reduction_scan (1532 ms) [ RUN ] cuda.team_long_reduce [ OK ] cuda.team_long_reduce (11 ms) [ RUN ] cuda.team_double_reduce [ OK ] cuda.team_double_reduce (11 ms) [ RUN ] cuda.team_parallel_dummy_with_reducer_and_scratch_space [ OK ] cuda.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) [ RUN ] cuda.repeated_team_reduce [ OK ] cuda.repeated_team_reduce (12 ms) [ RUN ] cuda.team_policy_max_recommended [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o [ OK ] cuda.team_policy_max_recommended (398 ms) [ RUN ] cuda.team_policy_minmax_scalar_without_plus_equal_k [ OK ] cuda.team_policy_minmax_scalar_without_plus_equal_k (0 ms) [ RUN ] cuda.team_teamvector_range [ OK ] cuda.team_teamvector_range (3 ms) [ RUN ] cuda.view_aggregate [ OK ] cuda.view_aggregate (0 ms) [ RUN ] cuda.memory_pool [ OK ] cuda.memory_pool (15 ms) [ RUN ] cuda.cxx11 [ OK ] cuda.cxx11 (1 ms) [ RUN ] cuda.viewctorprop_embedded_dim [ OK ] cuda.viewctorprop_embedded_dim (0 ms) [ RUN ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility [ OK ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) [ RUN ] cuda.view_layouttiled [ OK ] cuda.view_layouttiled (8 ms) [ RUN ] cuda.view_layouttiled_subtile [ OK ] cuda.view_layouttiled_subtile (3 ms) [ RUN ] cuda.mdrange_5d [ OK ] cuda.mdrange_5d (144 ms) [ RUN ] cuda.mdrange_6d [ OK ] cuda.mdrange_6d (185 ms) [ RUN ] cuda.mdrange_2d [ OK ] cuda.mdrange_2d (5 ms) [ RUN ] cuda.mdrange_array_reduce [ OK ] cuda.mdrange_array_reduce (0 ms) [ RUN ] cuda.mdrange_3d [ OK ] cuda.mdrange_3d (27 ms) [ RUN ] cuda.mdrange_neg_idx [ OK ] cuda.mdrange_neg_idx (3 ms) [ RUN ] cuda.mdrange_4d [ OK ] cuda.mdrange_4d (29 ms) [ RUN ] cuda.crs_count_fill [ OK ] cuda.crs_count_fill (6 ms) [ RUN ] cuda.crs_copy_constructor [ OK ] cuda.crs_copy_constructor (25 ms) [ RUN ] cuda.workgraph_fib [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o [ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_c.cpp.o [ OK ] cuda.workgraph_fib (1014 ms) [ RUN ] cuda.space_access [ OK ] cuda.space_access (0 ms) [ RUN ] cuda.uvm [ OK ] cuda.uvm (1 ms) [ RUN ] cuda.impl_view_accessible [ OK ] cuda.impl_view_accessible (2 ms) [ RUN ] cuda.impl_view_texture [ OK ] cuda.impl_view_texture (0 ms) [ RUN ] cuda.view_subview_const_randomaccess [ OK ] cuda.view_subview_const_randomaccess (0 ms) [ RUN ] cuda.unique_token_global [ OK ] cuda.unique_token_global (3 ms) [ RUN ] cuda.unique_token_instance [ OK ] cuda.unique_token_instance (3 ms) [ RUN ] cuda.unique_token_team_acquire [ OK ] cuda.unique_token_team_acquire (12 ms) [ RUN ] cuda.local_deepcopy_teampolicy_layoutleft 5: [ OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (5420 ms) 5: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_host [ OK ] serial.view_subview_3d_from_5d_right_atomic (4603 ms) [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_d.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (4616 ms) [ RUN ] serial.view_test_unmanaged_subview_reset [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) [ RUN ] serial.int64_t_reduce [ OK ] serial.int64_t_reduce (3792 ms) [ RUN ] serial.double_reduce [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_e.cpp.o [ OK ] cuda.local_deepcopy_teampolicy_layoutleft (12960 ms) [ RUN ] cuda.local_deepcopy_rangepolicy_layoutleft [ OK ] serial.double_reduce (3755 ms) [ RUN ] serial.int64_t_reduce_dynamic 5: [ OK ] cuda_DeathTest.view_memory_access_violations_from_host (14100 ms) 5: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_device [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o [ 84%] Built target Kokkos_CoreUnitTest_Default [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_a.cpp.o [ 77%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1 [ OK ] cuda.local_deepcopy_rangepolicy_layoutleft (9127 ms) [ RUN ] cuda.local_deepcopy_teampolicy_layoutright [ OK ] serial.int64_t_reduce_dynamic (7959 ms) [ RUN ] serial.double_reduce_dynamic [ 77%] Built target Kokkos_CoreUnitTest_Cuda1 [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorPropEmbeddedDim.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_b.cpp.o 27: Test_Atomic/100000/iterations:10 4.26 s 0.002 s 10 1 8 6.17274 4.85944m 1056.16u 4.99995G 1.20406M 4.99995G [ OK ] serial.double_reduce_dynamic (6821 ms) [ RUN ] serial.int64_t_reduce_dynamic_view [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o 5: [ OK ] cuda_DeathTest.view_memory_access_violations_from_device (14329 ms) 5: [----------] 8 tests from cuda_DeathTest (38942 ms total) 5: 5: [----------] 90 tests from cuda 5: [ RUN ] cuda.team_for 5: [ OK ] cuda.team_for (5 ms) 5: [ RUN ] cuda.team_reduce 5: [ OK ] cuda.team_reduce (0 ms) 5: [ RUN ] cuda.team_reduce_large 5: [ OK ] cuda.team_reduce_large (56 ms) 5: [ RUN ] cuda.team_parallel_single 5: [ OK ] cuda.team_parallel_single (7 ms) 5: [ RUN ] cuda.large_team_scratch_size 5: [ OK ] cuda.large_team_scratch_size (0 ms) 5: [ RUN ] cuda.team_broadcast_long 5: [ OK ] cuda.team_broadcast_long (0 ms) 5: [ RUN ] cuda.team_broadcast_long_wrapper 5: [ OK ] cuda.team_broadcast_long_wrapper (0 ms) 5: [ RUN ] cuda.team_broadcast_char 5: [ OK ] cuda.team_broadcast_char (0 ms) 5: [ RUN ] cuda.team_broadcast_float 5: [ OK ] cuda.team_broadcast_float (0 ms) 5: [ RUN ] cuda.team_broadcast_double 5: [ OK ] cuda.team_broadcast_double (0 ms) 5: [ RUN ] cuda.team_handle_by_value 5: [ OK ] cuda.team_handle_by_value (0 ms) 5: [ RUN ] cuda.team_vector 5: [ OK ] cuda.team_vector (9 ms) 5: [ RUN ] cuda.triple_nested_parallelism 5: [ OK ] cuda.triple_nested_parallelism (6 ms) 5: [ RUN ] cuda.parallel_scan_with_reducers 5: [ OK ] cuda.parallel_scan_with_reducers (111 ms) 5: [ RUN ] cuda.team_thread_range_combined_reducers 5: [ OK ] cuda.team_thread_range_combined_reducers (0 ms) 5: [ RUN ] cuda.thread_vector_range_combined_reducers 5: [ OK ] cuda.thread_vector_range_combined_reducers (0 ms) 5: [ RUN ] cuda.team_vector_range_combined_reducers 5: [ OK ] cuda.team_vector_range_combined_reducers (0 ms) 5: [ RUN ] cuda.TeamThreadMDRangeParallelFor 5: [ OK ] cuda.TeamThreadMDRangeParallelFor (25 ms) 5: [ RUN ] cuda.ThreadVectorMDRangeParallelFor 5: [ OK ] cuda.ThreadVectorMDRangeParallelFor (12 ms) 5: [ RUN ] cuda.TeamVectorMDRangeParallelFor 5: [ OK ] cuda.TeamVectorMDRangeParallelFor (13 ms) 5: [ RUN ] cuda.TeamThreadMDRangeParallelReduce 5: [ OK ] cuda.TeamThreadMDRangeParallelReduce (17 ms) 5: [ RUN ] cuda.ThreadVectorMDRangeParallelReduce 5: [ OK ] cuda.ThreadVectorMDRangeParallelReduce (6 ms) 5: [ RUN ] cuda.TeamVectorMDRangeParallelReduce 5: [ OK ] cuda.TeamVectorMDRangeParallelReduce (6 ms) 5: [ RUN ] cuda.team_policy_runtime_parameters 5: [ OK ] cuda.team_policy_runtime_parameters (0 ms) 5: [ RUN ] cuda.team_reduction_scan [ OK ] serial.int64_t_reduce_dynamic_view (1269 ms) [ RUN ] serial.int_combined_reduce [ OK ] serial.int_combined_reduce (0 ms) [ RUN ] serial.mdrange_combined_reduce [ OK ] serial.mdrange_combined_reduce (0 ms) [ RUN ] serial.int_combined_reduce_mixed [ OK ] serial.int_combined_reduce_mixed (0 ms) [ RUN ] serial.reduction_deduction [ OK ] serial.reduction_deduction (0 ms) [ RUN ] serial.parallel_scan_range_policy [ OK ] serial.parallel_scan_range_policy (54 ms) [ RUN ] serial.reduce_device_view_range_policy [ OK ] cuda.local_deepcopy_teampolicy_layoutright (9142 ms) [ RUN ] cuda.local_deepcopy_rangepolicy_layoutright 5: [ OK ] cuda.team_reduction_scan (2024 ms) 5: [ RUN ] cuda.team_long_reduce 5: [ OK ] cuda.team_long_reduce (31 ms) 5: [ RUN ] cuda.team_double_reduce 5: [ OK ] cuda.team_double_reduce (30 ms) 5: [ RUN ] cuda.team_parallel_dummy_with_reducer_and_scratch_space 5: [ OK ] cuda.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 5: [ RUN ] cuda.repeated_team_reduce 5: [ OK ] cuda.repeated_team_reduce (10 ms) 5: [ RUN ] cuda.team_scan 5: [ OK ] cuda.team_scan (164 ms) 5: [ RUN ] cuda.team_scan_ret_val 5: [ OK ] cuda.team_scan_ret_val (159 ms) 5: [ RUN ] cuda.team_shared_request 5: [ OK ] cuda.team_shared_request (0 ms) 5: [ RUN ] cuda.team_scratch_request 5: [ OK ] cuda.team_scratch_request (0 ms) 5: [ RUN ] cuda.team_lambda_shared_request 5: [ OK ] cuda.team_lambda_shared_request (0 ms) 5: [ RUN ] cuda.scratch_align 5: [ OK ] cuda.scratch_align (0 ms) 5: [ RUN ] cuda.shmem_size 5: [ OK ] cuda.shmem_size (0 ms) 5: [ RUN ] cuda.multi_level_scratch 5: [ OK ] cuda.multi_level_scratch (3 ms) 5: [ RUN ] cuda.team_scratch_memory_index_parallel_for 5: [ OK ] cuda.team_scratch_memory_index_parallel_for (0 ms) 5: [ RUN ] cuda.team_policy_max_recommended 5: [ OK ] cuda.team_policy_max_recommended (421 ms) 5: [ RUN ] cuda.team_policy_minmax_scalar_without_plus_equal_k 5: [ OK ] cuda.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 5: [ RUN ] cuda.team_teamvector_range 5: [ OK ] cuda.team_teamvector_range (1 ms) 5: [ RUN ] cuda.unique_token_global 5: [ OK ] cuda.unique_token_global (2 ms) 5: [ RUN ] cuda.unique_token_instance 5: [ OK ] cuda.unique_token_instance (1 ms) 5: [ RUN ] cuda.unique_token_team_acquire 5: [ OK ] cuda.unique_token_team_acquire (11 ms) 5: [ RUN ] cuda.view_api_a 5: [ OK ] cuda.view_api_a (7 ms) 5: [ RUN ] cuda.view_api_b 5: [ OK ] cuda.view_api_b (3 ms) 5: [ RUN ] cuda.view_api_c 5: [ OK ] cuda.view_api_c (0 ms) 5: [ RUN ] cuda.view_api_d 5: [ OK ] cuda.view_api_d (0 ms) 5: [ RUN ] cuda.view_allocation_error 5: [ OK ] cuda.view_allocation_error (0 ms) 5: [ RUN ] cuda.view_remap 5: [ OK ] cuda.view_remap (0 ms) 5: [ RUN ] cuda.view_mirror_nonconst 5: [ OK ] cuda.view_mirror_nonconst (0 ms) 5: [ RUN ] cuda.view_stride_method 5: [ OK ] cuda.view_stride_method (0 ms) 5: [ RUN ] cuda.anonymous_space 5: [ OK ] cuda.anonymous_space (0 ms) 5: [ RUN ] cuda.view_overload_resolution 5: [ OK ] cuda.view_overload_resolution (0 ms) 5: [ RUN ] cuda.view_allocation_large_rank 5: [ OK ] cuda.view_allocation_large_rank (5 ms) 5: [ RUN ] cuda.view_shmem_size_on_device 5: [ OK ] cuda.view_shmem_size_on_device (0 ms) 5: [ RUN ] cuda.view_is_assignable 5: [ OK ] cuda.view_is_assignable (0 ms) 5: [ RUN ] cuda.view_copy_tests 5: [ OK ] cuda.view_copy_tests (7 ms) 5: [ RUN ] cuda.view_copy_tests_rank_0 5: [ OK ] cuda.view_copy_tests_rank_0 (0 ms) 5: [ RUN ] cuda.view_copy_degenerated 5: [ OK ] cuda.view_copy_degenerated (0 ms) 5: [ RUN ] cuda.view_empty_runtime_unmanaged 5: [ OK ] cuda.view_empty_runtime_unmanaged (0 ms) 5: [ RUN ] cuda.view_hooks 5: [ OK ] cuda.view_hooks (0 ms) 5: [ RUN ] cuda.view_layoutstride_left_to_layoutleft_assignment 5: [ OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (78 ms) 5: [ RUN ] cuda.view_layoutstride_right_to_layoutright_assignment 5: [ OK ] cuda.view_layoutstride_right_to_layoutright_assignment (70 ms) 5: [ RUN ] cuda.view_irregular_layout 5: [ OK ] cuda.view_irregular_layout (0 ms) 5: [ RUN ] cuda.view_mapping 5: [ OK ] cuda.view_mapping (28 ms) 5: [ RUN ] cuda.view_mapping_operator 5: [ OK ] cuda.view_mapping_operator (7 ms) 5: [ RUN ] cuda.static_extent 5: [ OK ] cuda.static_extent (0 ms) 5: [ RUN ] cuda.view_mapping_atomic 5: [ OK ] cuda.view_mapping_atomic (0 ms) 5: [ RUN ] cuda.view_mapping_class_value 5: [ OK ] cuda.view_mapping_class_value (0 ms) 5: [ RUN ] cuda.view_mapping_assignable 5: [ OK ] cuda.view_mapping_assignable (0 ms) 5: [ RUN ] cuda.view_mapping_trivially_copyable 5: [ OK ] cuda.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] cuda.view_mapping_subview 5: [ OK ] cuda.view_mapping_subview (0 ms) 5: [ RUN ] cuda.view_nested_view 5: [ OK ] cuda.view_nested_view (0 ms) 5: [ RUN ] cuda.append_formatted_multidimensional_index 5: [ OK ] cuda.append_formatted_multidimensional_index (0 ms) 5: [ RUN ] cuda.view_resize 5: [ OK ] cuda.view_resize (12 ms) 5: [ RUN ] cuda.view_realloc 5: [ OK ] cuda.view_realloc (0 ms) 5: [ RUN ] cuda.workgraph_fib [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o 5: [ OK ] cuda.workgraph_fib (813 ms) 5: [ RUN ] cuda.resize_realloc_no_init 5: [ OK ] cuda.resize_realloc_no_init (0 ms) 5: [ RUN ] cuda.resize_realloc_no_alloc 5: [ OK ] cuda.resize_realloc_no_alloc (0 ms) 5: [ RUN ] cuda.realloc_exec_space 5: [ OK ] cuda.realloc_exec_space (0 ms) 5: [ RUN ] cuda.view_alloc 5: [ OK ] cuda.view_alloc (0 ms) 5: [ RUN ] cuda.view_alloc_exec_space 5: [ OK ] cuda.view_alloc_exec_space (0 ms) 5: [ RUN ] cuda.view_alloc_int 5: [ OK ] cuda.view_alloc_int (0 ms) 5: [ RUN ] cuda.view_alloc_exec_space_int 5: [ OK ] cuda.view_alloc_exec_space_int (0 ms) 5: [ RUN ] cuda.deep_copy_zero_memset 5: [ OK ] cuda.deep_copy_zero_memset (0 ms) 5: [ RUN ] cuda.resize_exec_space 5: [ OK ] cuda.resize_exec_space (0 ms) 5: [ RUN ] cuda.view_allocation_int 5: [ OK ] cuda.view_allocation_int (0 ms) 5: [ RUN ] cuda.view_allocation_exec_space_int 5: [ OK ] cuda.view_allocation_exec_space_int (0 ms) 5: [ RUN ] cuda.view_not_default_constructible 5: [ OK ] cuda.view_not_default_constructible (0 ms) 5: [----------] 90 tests from cuda (4194 ms total) 5: 5: [----------] 28 tests from cuda_uvm 5: [ RUN ] cuda_uvm.view_subview_auto_1d_left 5: [ OK ] cuda_uvm.view_subview_auto_1d_left (5 ms) 5: [ RUN ] cuda_uvm.view_subview_auto_1d_right 5: [ OK ] cuda_uvm.view_subview_auto_1d_right (5 ms) 5: [ RUN ] cuda_uvm.view_subview_auto_1d_stride 5: [ OK ] cuda_uvm.view_subview_auto_1d_stride (4 ms) 5: [ RUN ] cuda_uvm.view_subview_assign_strided 5: [ OK ] cuda_uvm.view_subview_assign_strided (4 ms) 5: [ RUN ] cuda_uvm.view_subview_left_0 5: [ OK ] cuda_uvm.view_subview_left_0 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_left_1 5: [ OK ] cuda_uvm.view_subview_left_1 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_left_2 5: [ OK ] cuda_uvm.view_subview_left_2 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_left_3 5: [ OK ] cuda_uvm.view_subview_left_3 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_right_0 5: [ OK ] cuda_uvm.view_subview_right_0 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_right_1 5: [ OK ] cuda_uvm.view_subview_right_1 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_right_3 5: [ OK ] cuda_uvm.view_subview_right_3 (0 ms) 5: [ RUN ] cuda_uvm.view_static_tests 5: [ OK ] cuda_uvm.view_static_tests (0 ms) 5: [ RUN ] cuda_uvm.view_subview_layoutleft_to_layoutleft 5: [ OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (3 ms) 5: [ RUN ] cuda_uvm.view_subview_layoutright_to_layoutright 5: [ OK ] cuda_uvm.view_subview_layoutright_to_layoutright (2 ms) 5: [ RUN ] cuda_uvm.view_subview_1d_assign 5: [ OK ] cuda_uvm.view_subview_1d_assign (4 ms) 5: [ RUN ] cuda_uvm.view_subview_1d_assign_atomic 5: [ OK ] cuda_uvm.view_subview_1d_assign_atomic (4 ms) 5: [ RUN ] cuda_uvm.view_subview_1d_assign_randomaccess 5: [ OK ] cuda_uvm.view_subview_1d_assign_randomaccess (4 ms) 5: [ RUN ] cuda_uvm.view_subview_2d_from_3d 5: [ OK ] cuda_uvm.view_subview_2d_from_3d (52 ms) 5: [ RUN ] cuda_uvm.view_subview_2d_from_3d_atomic 5: [ OK ] cuda_uvm.view_subview_2d_from_3d_atomic (52 ms) 5: [ RUN ] cuda_uvm.view_subview_2d_from_3d_randomaccess 5: [ OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (52 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_left (73 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_atomic 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (72 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (72 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_right (72 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_atomic 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (75 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (72 ms) 5: [ RUN ] cuda_uvm.view_test_unmanaged_subview_reset 5: [ OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms) 5: [ RUN ] cuda_uvm.view_subview_memory_traits_construction 5: [ OK ] cuda_uvm.view_subview_memory_traits_construction (0 ms) 5: [----------] 28 tests from cuda_uvm (641 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 126 tests from 3 test suites ran. (43778 ms total) 5: [ PASSED ] 126 tests. 5/59 Test #5: Kokkos_CoreUnitTest_Cuda2 ........................ Passed 44.66 sec test 6 Start 6: Kokkos_CoreUnitTest_Cuda3 6: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Cuda3 6: Test timeout computed to be: 1500 6: [==========] Running 56 tests from 3 test suites. 6: [----------] Global test environment set-up. 6: [----------] 6 tests from cuda 6: [ RUN ] cuda.team_scratch_1_streams [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o [ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_a.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_b.cpp.o [ OK ] cuda.local_deepcopy_rangepolicy_layoutright (9398 ms) [ RUN ] cuda.deep_copy_scratch [ OK ] cuda.deep_copy_scratch (0 ms) [ RUN ] cuda.debug_serial_execution [ OK ] cuda.debug_serial_execution (19 ms) [ RUN ] cuda.debug_pin_um_to_host [ OK ] cuda.debug_pin_um_to_host (900 ms) [ RUN ] cuda.team_scratch_1_streams [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_subview.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_SharedAlloc.cpp.o [ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_a.cpp.o [ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o 6: [ OK ] cuda.team_scratch_1_streams (14817 ms) 6: [ RUN ] cuda.space_access 6: [ OK ] cuda.space_access (0 ms) 6: [ RUN ] cuda.uvm 6: [ OK ] cuda.uvm (1 ms) 6: [ RUN ] cuda.impl_view_accessible 6: [ OK ] cuda.impl_view_accessible (1 ms) 6: [ RUN ] cuda.impl_view_texture 6: [ OK ] cuda.impl_view_texture (0 ms) 6: [ RUN ] cuda.view_subview_const_randomaccess 6: [ OK ] cuda.view_subview_const_randomaccess (0 ms) 6: [----------] 6 tests from cuda (14820 ms total) 6: 6: [----------] 25 tests from cuda_hostpinned 6: [ RUN ] cuda_hostpinned.impl_shared_alloc 6: [ OK ] cuda_hostpinned.impl_shared_alloc (28 ms) 6: [ RUN ] cuda_hostpinned.view_api_a 6: [ OK ] cuda_hostpinned.view_api_a (6 ms) 6: [ RUN ] cuda_hostpinned.view_api_b 6: [ OK ] cuda_hostpinned.view_api_b (6 ms) 6: [ RUN ] cuda_hostpinned.view_api_c 6: [ OK ] cuda_hostpinned.view_api_c (0 ms) 6: [ RUN ] cuda_hostpinned.view_api_d 6: [ OK ] cuda_hostpinned.view_api_d (1 ms) 6: [ RUN ] cuda_hostpinned.view_allocation_error 6: [ OK ] cuda_hostpinned.view_allocation_error (0 ms) 6: [ RUN ] cuda_hostpinned.view_remap 6: [ OK ] cuda_hostpinned.view_remap (0 ms) 6: [ RUN ] cuda_hostpinned.view_mirror_nonconst 6: [ OK ] cuda_hostpinned.view_mirror_nonconst (0 ms) 6: [ RUN ] cuda_hostpinned.view_stride_method 6: [ OK ] cuda_hostpinned.view_stride_method (0 ms) 6: [ RUN ] cuda_hostpinned.anonymous_space 6: [ OK ] cuda_hostpinned.anonymous_space (0 ms) 6: [ RUN ] cuda_hostpinned.view_overload_resolution 6: [ OK ] cuda_hostpinned.view_overload_resolution (0 ms) 6: [ RUN ] cuda_hostpinned.view_allocation_large_rank [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_b.cpp.o [ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_c.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o [ 77%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP 6: [ OK ] cuda_hostpinned.view_allocation_large_rank (4362 ms) 6: [ RUN ] cuda_hostpinned.view_shmem_size_on_device 6: [ OK ] cuda_hostpinned.view_shmem_size_on_device (0 ms) 6: [ RUN ] cuda_hostpinned.view_is_assignable 6: [ OK ] cuda_hostpinned.view_is_assignable (0 ms) 6: [ RUN ] cuda_hostpinned.view_copy_tests 6: [ OK ] cuda_hostpinned.view_copy_tests (6 ms) 6: [ RUN ] cuda_hostpinned.view_copy_tests_rank_0 6: [ OK ] cuda_hostpinned.view_copy_tests_rank_0 (0 ms) 6: [ RUN ] cuda_hostpinned.view_copy_degenerated 6: [ OK ] cuda_hostpinned.view_copy_degenerated (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping 6: [ OK ] cuda_hostpinned.view_mapping (26 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_operator 6: [ OK ] cuda_hostpinned.view_mapping_operator (4 ms) 6: [ RUN ] cuda_hostpinned.static_extent 6: [ OK ] cuda_hostpinned.static_extent (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_atomic 6: [ OK ] cuda_hostpinned.view_mapping_atomic (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_class_value 6: [ OK ] cuda_hostpinned.view_mapping_class_value (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_assignable 6: [ OK ] cuda_hostpinned.view_mapping_assignable (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_trivially_copyable 6: [ OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_subview 6: [ OK ] cuda_hostpinned.view_mapping_subview (0 ms) 6: [----------] 25 tests from cuda_hostpinned (4446 ms total) 6: 6: [----------] 25 tests from cuda_uvm 6: [ RUN ] cuda_uvm.impl_shared_alloc 6: [ OK ] cuda_uvm.impl_shared_alloc (39 ms) 6: [ RUN ] cuda_uvm.view_api_a 6: [ OK ] cuda_uvm.view_api_a (11 ms) 6: [ RUN ] cuda_uvm.view_api_b 6: [ OK ] cuda_uvm.view_api_b (14 ms) 6: [ RUN ] cuda_uvm.view_api_c 6: [ OK ] cuda_uvm.view_api_c (0 ms) 6: [ RUN ] cuda_uvm.view_api_d 6: [ OK ] cuda_uvm.view_api_d (3 ms) 6: [ RUN ] cuda_uvm.view_allocation_error 6: [ OK ] cuda_uvm.view_allocation_error (0 ms) 6: [ RUN ] cuda_uvm.view_remap 6: [ OK ] cuda_uvm.view_remap (1 ms) 6: [ RUN ] cuda_uvm.view_mirror_nonconst 6: [ OK ] cuda_uvm.view_mirror_nonconst (0 ms) 6: [ RUN ] cuda_uvm.view_stride_method 6: [ OK ] cuda_uvm.view_stride_method (0 ms) 6: [ RUN ] cuda_uvm.anonymous_space 6: [ OK ] cuda_uvm.anonymous_space (0 ms) 6: [ RUN ] cuda_uvm.view_overload_resolution 6: [ OK ] cuda_uvm.view_overload_resolution (0 ms) 6: [ RUN ] cuda_uvm.view_allocation_large_rank 6: [ OK ] cuda_uvm.view_allocation_large_rank (281 ms) 6: [ RUN ] cuda_uvm.view_shmem_size_on_device 6: [ OK ] cuda_uvm.view_shmem_size_on_device (2 ms) 6: [ RUN ] cuda_uvm.view_is_assignable 6: [ OK ] cuda_uvm.view_is_assignable (24 ms) 6: [ RUN ] cuda_uvm.view_copy_tests 6: [ OK ] cuda_uvm.view_copy_tests (33 ms) 6: [ RUN ] cuda_uvm.view_copy_tests_rank_0 6: [ OK ] cuda_uvm.view_copy_tests_rank_0 (9 ms) 6: [ RUN ] cuda_uvm.view_copy_degenerated 6: [ OK ] cuda_uvm.view_copy_degenerated (0 ms) 6: [ RUN ] cuda_uvm.view_mapping 6: [ OK ] cuda_uvm.view_mapping (30 ms) 6: [ RUN ] cuda_uvm.view_mapping_operator 6: [ OK ] cuda_uvm.view_mapping_operator (7 ms) 6: [ RUN ] cuda_uvm.static_extent 6: [ OK ] cuda_uvm.static_extent (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_atomic 6: [ OK ] cuda_uvm.view_mapping_atomic (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_class_value 6: [ OK ] cuda_uvm.view_mapping_class_value (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_assignable 6: [ OK ] cuda_uvm.view_mapping_assignable (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_trivially_copyable 6: [ OK ] cuda_uvm.view_mapping_trivially_copyable (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_subview 6: [ OK ] cuda_uvm.view_mapping_subview (0 ms) 6: [----------] 25 tests from cuda_uvm (464 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 56 tests from 3 test suites ran. (19732 ms total) 6: [ PASSED ] 56 tests. 6/59 Test #6: Kokkos_CoreUnitTest_Cuda3 ........................ Passed 20.54 sec test 7 Start 7: Kokkos_CoreUnitTest_CudaTimingBased 7: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CudaTimingBased 7: Test timeout computed to be: 1500 [ 77%] Built target Kokkos_ContainersUnitTest_OpenMP 7: [==========] Running 2 tests from 1 test suite. 7: [----------] Global test environment set-up. 7: [----------] 2 tests from cuda 7: [ RUN ] cuda.debug_serial_execution 7: [ OK ] cuda.debug_serial_execution (15 ms) 7: [ RUN ] cuda.debug_pin_um_to_host [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o 7: [ OK ] cuda.debug_pin_um_to_host (692 ms) 7: [----------] 2 tests from cuda (708 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 2 tests from 1 test suite ran. (708 ms total) 7: [ PASSED ] 2 tests. 7/59 Test #7: Kokkos_CoreUnitTest_CudaTimingBased .............. Passed 1.40 sec test 8 Start 8: Kokkos_CoreUnitTest_CudaInterOpInit 8: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpInit 8: Test timeout computed to be: 1500 8: [==========] Running 1 test from 1 test suite. 8: [----------] Global test environment set-up. 8: [----------] 1 test from cuda 8: [ RUN ] cuda.raw_cuda_interop 8: [ OK ] cuda.raw_cuda_interop (414 ms) 8: [----------] 1 test from cuda (414 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (414 ms total) 8: [ PASSED ] 1 test. 8/59 Test #8: Kokkos_CoreUnitTest_CudaInterOpInit .............. Passed 0.69 sec test 9 Start 9: Kokkos_CoreUnitTest_CudaInterOpStreams 9: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreams 9: Test timeout computed to be: 1500 9: [==========] Running 1 test from 1 test suite. 9: [----------] Global test environment set-up. 9: [----------] 1 test from cuda 9: [ RUN ] cuda.raw_cuda_streams 9: [ OK ] cuda.raw_cuda_streams (415 ms) 9: [----------] 1 test from cuda (415 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 1 test from 1 test suite ran. (415 ms total) 9: [ PASSED ] 1 test. 9/59 Test #9: Kokkos_CoreUnitTest_CudaInterOpStreams ........... Passed 0.69 sec test 10 Start 10: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU 10: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU 10: Test timeout computed to be: 1500 [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o 10: [==========] Running 3 tests from 1 test suite. 10: [----------] Global test environment set-up. 10: [----------] 3 tests from cuda_multi_gpu 10: [ RUN ] cuda_multi_gpu.managed_views 10: [ OK ] cuda_multi_gpu.managed_views (0 ms) 10: [ RUN ] cuda_multi_gpu.unmanaged_views 10: [ OK ] cuda_multi_gpu.unmanaged_views (0 ms) 10: [ RUN ] cuda_multi_gpu.scratch_space 10: [ OK ] cuda_multi_gpu.scratch_space (2 ms) 10: [----------] 3 tests from cuda_multi_gpu (3 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 3 tests from 1 test suite ran. (3 ms total) 10: [ PASSED ] 3 tests. 10/59 Test #10: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU ... Passed 0.73 sec test 11 Start 11: Kokkos_CoreUnitTest_CudaGraph 11: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CudaGraph 11: Test timeout computed to be: 1500 [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o 11: [==========] Running 5 tests from 1 test suite. 11: [----------] Global test environment set-up. 11: [----------] 5 tests from cuda_count_bugs 11: [ RUN ] cuda_count_bugs.launch_one 11: [ OK ] cuda_count_bugs.launch_one (0 ms) 11: [ RUN ] cuda_count_bugs.launch_one_rvalue 11: [ OK ] cuda_count_bugs.launch_one_rvalue (0 ms) 11: [ RUN ] cuda_count_bugs.launch_six 11: [ OK ] cuda_count_bugs.launch_six (0 ms) 11: [ RUN ] cuda_count_bugs.when_all_cycle 11: [ OK ] cuda_count_bugs.when_all_cycle (0 ms) 11: [ RUN ] cuda_count_bugs.zero_work_reduce 11: [ OK ] cuda_count_bugs.zero_work_reduce (0 ms) 11: [----------] 5 tests from cuda_count_bugs (1 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 5 tests from 1 test suite ran. (1 ms total) 11: [ PASSED ] 5 tests. 11: 11: YOU HAVE 1 DISABLED TEST 11: 11/59 Test #11: Kokkos_CoreUnitTest_CudaGraph .................... Passed 0.69 sec test 12 Start 12: Kokkos_CoreUnitTest_Default 12: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Default 12: Test timeout computed to be: 1500 12: [==========] Running 71 tests from 41 test suites. 12: [----------] Global test environment set-up. 12: [----------] 31 tests from defaultdevicetype 12: [ RUN ] defaultdevicetype.initialization_settings 12: [ OK ] defaultdevicetype.initialization_settings (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 12: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_device_id 12: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 12: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 12: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_help 12: [ OK ] defaultdevicetype.cmd_line_args_help (7 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 12: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (3 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 12: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (14 ms) 12: [ RUN ] defaultdevicetype.env_vars_num_threads 12: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 12: [ RUN ] defaultdevicetype.env_vars_device_id 12: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 12: [ RUN ] defaultdevicetype.env_vars_disable_warnings 12: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 12: [ RUN ] defaultdevicetype.env_vars_tune_internals 12: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 12: [ RUN ] defaultdevicetype.visible_devices 12: [ OK ] defaultdevicetype.visible_devices (0 ms) 12: [ RUN ] defaultdevicetype.shared_space 12: [ OK ] defaultdevicetype.shared_space (62 ms) 12: [ RUN ] defaultdevicetype.shared_host_pinned_space 12: [ OK ] defaultdevicetype.shared_host_pinned_space (0 ms) 12: [ RUN ] defaultdevicetype.compiler_macros 12: [ OK ] defaultdevicetype.compiler_macros (0 ms) 12: [ RUN ] defaultdevicetype.half_conversion 12: [ OK ] defaultdevicetype.half_conversion (0 ms) 12: [ RUN ] defaultdevicetype.bhalf_conversion 12: [ OK ] defaultdevicetype.bhalf_conversion (0 ms) 12: [ RUN ] defaultdevicetype.half_operators 12: [ OK ] defaultdevicetype.half_operators (0 ms) 12: [ RUN ] defaultdevicetype.bhalf_operators 12: [ OK ] defaultdevicetype.bhalf_operators (0 ms) 12: [ RUN ] defaultdevicetype.host_space_access 12: [ OK ] defaultdevicetype.host_space_access (0 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_a1 12: [ OK ] defaultdevicetype.reduce_instantiation_a1 (3 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_b1 12: [ OK ] defaultdevicetype.reduce_instantiation_b1 (9 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_c1 12: [ OK ] defaultdevicetype.reduce_instantiation_c1 (3 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_a2 12: [ OK ] defaultdevicetype.reduce_instantiation_a2 (4 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_b2 12: [ OK ] defaultdevicetype.reduce_instantiation_b2 (12 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_c2 12: [ OK ] defaultdevicetype.reduce_instantiation_c2 (4 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_a3 12: [ OK ] defaultdevicetype.reduce_instantiation_a3 (7 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_b3 12: [ OK ] defaultdevicetype.reduce_instantiation_b3 (18 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_c3 12: [ OK ] defaultdevicetype.reduce_instantiation_c3 (7 ms) 12: [ RUN ] defaultdevicetype.malloc 12: [ OK ] defaultdevicetype.malloc (0 ms) 12: [----------] 31 tests from defaultdevicetype (164 ms total) 12: 12: [----------] 1 test from kokkosresize 12: [ RUN ] kokkosresize.host_space_access 12: [ OK ] kokkosresize.host_space_access (15 ms) 12: [----------] 1 test from kokkosresize (15 ms total) 12: 12: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/0.sizes 12: [ OK ] TestViewAPI/0.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/0 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/1, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/1.sizes 12: [ OK ] TestViewAPI/1.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/1 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/2, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/2.sizes 12: [ OK ] TestViewAPI/2.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/2 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/3, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/3.sizes 12: [ OK ] TestViewAPI/3.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/3 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/4, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/4.sizes 12: [ OK ] TestViewAPI/4.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/4 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/5, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/5.sizes 12: [ OK ] TestViewAPI/5.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/5 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/6, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/6.sizes 12: [ OK ] TestViewAPI/6.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/6 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/7, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/7.sizes 12: [ OK ] TestViewAPI/7.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/7 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/8, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/8.sizes 12: [ OK ] TestViewAPI/8.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/8 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/9, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/9.sizes 12: [ OK ] TestViewAPI/9.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/9 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/10, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/10.sizes 12: [ OK ] TestViewAPI/10.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/10 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/11, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/11.sizes 12: [ OK ] TestViewAPI/11.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/11 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/12, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/12.sizes 12: [ OK ] TestViewAPI/12.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/12 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/13, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/13.sizes 12: [ OK ] TestViewAPI/13.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/13 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/14, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/14.sizes 12: [ OK ] TestViewAPI/14.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/14 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/15, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/15.sizes 12: [ OK ] TestViewAPI/15.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/15 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/16, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/16.sizes 12: [ OK ] TestViewAPI/16.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/16 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/17, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/17.sizes 12: [ OK ] TestViewAPI/17.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/17 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/18, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/18.sizes 12: [ OK ] TestViewAPI/18.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/18 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/19, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/19.sizes 12: [ OK ] TestViewAPI/19.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/19 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/20, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/20.sizes 12: [ OK ] TestViewAPI/20.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/20 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/21, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/21.sizes 12: [ OK ] TestViewAPI/21.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/21 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/22, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/22.sizes 12: [ OK ] TestViewAPI/22.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/22 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/23, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/23.sizes 12: [ OK ] TestViewAPI/23.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/23 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/24, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/24.sizes 12: [ OK ] TestViewAPI/24.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/24 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/25, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/25.sizes 12: [ OK ] TestViewAPI/25.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/25 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/26, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/26.sizes 12: [ OK ] TestViewAPI/26.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/26 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/27, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/27.sizes 12: [ OK ] TestViewAPI/27.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/27 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/28, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/28.sizes 12: [ OK ] TestViewAPI/28.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/28 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/29, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/29.sizes 12: [ OK ] TestViewAPI/29.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/29 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/30, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/30.sizes 12: [ OK ] TestViewAPI/30.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/30 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/31, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/31.sizes 12: [ OK ] TestViewAPI/31.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/31 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/32, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/32.sizes 12: [ OK ] TestViewAPI/32.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/32 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/33, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/33.sizes 12: [ OK ] TestViewAPI/33.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/33 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/34, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/34.sizes 12: [ OK ] TestViewAPI/34.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/34 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/35, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/35.sizes 12: [ OK ] TestViewAPI/35.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/35 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/36, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/36.sizes 12: [ OK ] TestViewAPI/36.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/36 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/37, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/37.sizes 12: [ OK ] TestViewAPI/37.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/37 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/38, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/38.sizes 12: [ OK ] TestViewAPI/38.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/38 (0 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 71 tests from 41 test suites ran. (181 ms total) 12: [ PASSED ] 71 tests. 12/59 Test #12: Kokkos_CoreUnitTest_Default ...................... Passed 0.92 sec test 13 Start 13: Kokkos_CoreUnitTest_LegionInitialization 13: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization 13: Test timeout computed to be: 1500 13: [==========] Running 1 test from 1 test suite. 13: [----------] Global test environment set-up. 13: [----------] 1 test from initialization 13: [ RUN ] initialization.legion_initialization [ OK ] cuda.team_scratch_1_streams (15362 ms) [----------] 147 tests from cuda (71579 ms total) [----------] 52 tests from cuda_uvm [ RUN ] cuda_uvm.impl_shared_alloc [ OK ] cuda_uvm.impl_shared_alloc (88 ms) [ RUN ] cuda_uvm.view_api_a [ OK ] cuda_uvm.view_api_a (106 ms) [ RUN ] cuda_uvm.view_api_b [ OK ] cuda_uvm.view_api_b (23 ms) [ RUN ] cuda_uvm.view_api_c [ OK ] cuda_uvm.view_api_c (0 ms) [ RUN ] cuda_uvm.view_api_d [ OK ] cuda_uvm.view_api_d (6 ms) [ RUN ] cuda_uvm.view_allocation_error [ OK ] cuda_uvm.view_allocation_error (0 ms) [ RUN ] cuda_uvm.view_remap [ OK ] cuda_uvm.view_remap (1 ms) [ RUN ] cuda_uvm.view_mirror_nonconst [ OK ] cuda_uvm.view_mirror_nonconst (0 ms) [ RUN ] cuda_uvm.view_stride_method [ OK ] cuda_uvm.view_stride_method (0 ms) [ RUN ] cuda_uvm.anonymous_space [ OK ] cuda_uvm.anonymous_space (0 ms) [ RUN ] cuda_uvm.view_overload_resolution [ OK ] cuda_uvm.view_overload_resolution (0 ms) [ RUN ] cuda_uvm.view_allocation_large_rank [ OK ] cuda_uvm.view_allocation_large_rank (798 ms) [ RUN ] cuda_uvm.view_shmem_size_on_device [ OK ] cuda_uvm.view_shmem_size_on_device (0 ms) [ RUN ] cuda_uvm.view_is_assignable [ OK ] cuda_uvm.view_is_assignable (10 ms) [ RUN ] cuda_uvm.view_copy_tests [ OK ] cuda_uvm.view_copy_tests (32 ms) [ RUN ] cuda_uvm.view_copy_tests_rank_0 [ OK ] cuda_uvm.view_copy_tests_rank_0 (5 ms) [ RUN ] cuda_uvm.view_copy_degenerated [ OK ] cuda_uvm.view_copy_degenerated (0 ms) [ RUN ] cuda_uvm.view_mapping [ OK ] cuda_uvm.view_mapping (971 ms) [ RUN ] cuda_uvm.view_mapping_operator [ OK ] cuda_uvm.view_mapping_operator (9 ms) [ RUN ] cuda_uvm.static_extent [ OK ] cuda_uvm.static_extent (0 ms) [ RUN ] cuda_uvm.view_mapping_atomic [ OK ] cuda_uvm.view_mapping_atomic (3 ms) [ RUN ] cuda_uvm.view_mapping_class_value [ OK ] cuda_uvm.view_mapping_class_value (0 ms) [ RUN ] cuda_uvm.view_mapping_assignable [ OK ] cuda_uvm.view_mapping_assignable (0 ms) [ RUN ] cuda_uvm.view_mapping_trivially_copyable [ OK ] cuda_uvm.view_mapping_trivially_copyable (0 ms) [ RUN ] cuda_uvm.view_mapping_subview [ OK ] cuda_uvm.view_mapping_subview (1 ms) [ RUN ] cuda_uvm.view_subview_auto_1d_left [ OK ] cuda_uvm.view_subview_auto_1d_left (6 ms) [ RUN ] cuda_uvm.view_subview_auto_1d_right [ OK ] cuda_uvm.view_subview_auto_1d_right (5 ms) [ RUN ] cuda_uvm.view_subview_auto_1d_stride [ OK ] cuda_uvm.view_subview_auto_1d_stride (5 ms) [ RUN ] cuda_uvm.view_subview_assign_strided [ OK ] cuda_uvm.view_subview_assign_strided (6 ms) [ RUN ] cuda_uvm.view_subview_left_0 [ OK ] cuda_uvm.view_subview_left_0 (1 ms) [ RUN ] cuda_uvm.view_subview_left_1 [ OK ] cuda_uvm.view_subview_left_1 (1 ms) [ RUN ] cuda_uvm.view_subview_left_2 [ OK ] cuda_uvm.view_subview_left_2 (0 ms) [ RUN ] cuda_uvm.view_subview_left_3 [ OK ] cuda_uvm.view_subview_left_3 (0 ms) [ RUN ] cuda_uvm.view_subview_right_0 [ OK ] cuda_uvm.view_subview_right_0 (1 ms) [ RUN ] cuda_uvm.view_subview_right_1 [ OK ] cuda_uvm.view_subview_right_1 (0 ms) [ RUN ] cuda_uvm.view_subview_right_3 [ OK ] cuda_uvm.view_subview_right_3 (0 ms) [ RUN ] cuda_uvm.view_static_tests [ OK ] cuda_uvm.view_static_tests (1 ms) [ RUN ] cuda_uvm.view_subview_layoutleft_to_layoutleft [ OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (4 ms) [ RUN ] cuda_uvm.view_subview_layoutright_to_layoutright [ OK ] cuda_uvm.view_subview_layoutright_to_layoutright (3 ms) [ RUN ] cuda_uvm.view_subview_1d_assign [ OK ] cuda_uvm.view_subview_1d_assign (6 ms) [ RUN ] cuda_uvm.view_subview_1d_assign_atomic [ OK ] cuda_uvm.view_subview_1d_assign_atomic (6 ms) [ RUN ] cuda_uvm.view_subview_1d_assign_randomaccess [ OK ] cuda_uvm.view_subview_1d_assign_randomaccess (5 ms) [ RUN ] cuda_uvm.view_subview_2d_from_3d [ OK ] cuda_uvm.view_subview_2d_from_3d (81 ms) [ RUN ] cuda_uvm.view_subview_2d_from_3d_atomic [ OK ] cuda_uvm.view_subview_2d_from_3d_atomic (80 ms) [ RUN ] cuda_uvm.view_subview_2d_from_3d_randomaccess [ OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (80 ms) [ RUN ] cuda_uvm.view_subview_3d_from_5d_left [ OK ] cuda_uvm.view_subview_3d_from_5d_left (139 ms) [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_atomic [ OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (139 ms) [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess [ OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (139 ms) [ RUN ] cuda_uvm.view_subview_3d_from_5d_right [ OK ] cuda_uvm.view_subview_3d_from_5d_right (137 ms) [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_atomic [ OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (141 ms) [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess 13: [ OK ] initialization.legion_initialization (414 ms) 13: [----------] 1 test from initialization (414 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 1 test from 1 test suite ran. (414 ms total) 13: [ PASSED ] 1 test. [ OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (141 ms) [ RUN ] cuda_uvm.view_test_unmanaged_subview_reset [ OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms) [----------] 52 tests from cuda_uvm (3203 ms total) [----------] 25 tests from cuda_hostpinned [ RUN ] cuda_hostpinned.impl_shared_alloc [ OK ] cuda_hostpinned.impl_shared_alloc (52 ms) [ RUN ] cuda_hostpinned.view_api_a [ OK ] cuda_hostpinned.view_api_a (93 ms) [ RUN ] cuda_hostpinned.view_api_b [ OK ] cuda_hostpinned.view_api_b (13 ms) [ RUN ] cuda_hostpinned.view_api_c [ OK ] cuda_hostpinned.view_api_c (0 ms) [ RUN ] cuda_hostpinned.view_api_d [ OK ] cuda_hostpinned.view_api_d (3 ms) [ RUN ] cuda_hostpinned.view_allocation_error [ OK ] cuda_hostpinned.view_allocation_error (0 ms) [ RUN ] cuda_hostpinned.view_remap [ OK ] cuda_hostpinned.view_remap (0 ms) [ RUN ] cuda_hostpinned.view_mirror_nonconst [ OK ] cuda_hostpinned.view_mirror_nonconst (0 ms) [ RUN ] cuda_hostpinned.view_stride_method [ OK ] cuda_hostpinned.view_stride_method (0 ms) [ RUN ] cuda_hostpinned.anonymous_space [ OK ] cuda_hostpinned.anonymous_space (0 ms) [ RUN ] cuda_hostpinned.view_overload_resolution [ OK ] cuda_hostpinned.view_overload_resolution (0 ms) [ RUN ] cuda_hostpinned.view_allocation_large_rank 13/59 Test #13: Kokkos_CoreUnitTest_LegionInitialization ......... Passed 0.69 sec test 14 Start 14: Kokkos_CoreUnitTest_PushFinalizeHook 14: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook 14: Test timeout computed to be: 1500 14: SUCCESS 14/59 Test #14: Kokkos_CoreUnitTest_PushFinalizeHook ............. Passed 0.70 sec test 15 Start 15: Kokkos_CoreUnitTest_Develop 15: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Develop 15: Test timeout computed to be: 1500 15: [==========] Running 1 test from 1 test suite. 15: [----------] Global test environment set-up. 15: [----------] 1 test from defaultdevicetype 15: [ RUN ] defaultdevicetype.development_test 15: [ OK ] defaultdevicetype.development_test (0 ms) 15: [----------] 1 test from defaultdevicetype (0 ms total) 15: 15: [----------] Global test environment tear-down 15: [==========] 1 test from 1 test suite ran. (0 ms total) 15: [ PASSED ] 1 test. 15/59 Test #15: Kokkos_CoreUnitTest_Develop ...................... Passed 0.69 sec test 16 Start 16: Kokkos_CoreUnitTest_TuningBuiltins 16: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_TuningBuiltins 16: Test timeout computed to be: 1500 [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o 16/59 Test #16: Kokkos_CoreUnitTest_TuningBuiltins ............... Passed 0.72 sec test 17 Start 17: Kokkos_CoreUnitTest_TuningBasics 17: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_TuningBasics 17: Test timeout computed to be: 1500 17: Set of size 10 17: 4,4 17: Expect 1, have 1 17: Expect 2, have 2 17/59 Test #17: Kokkos_CoreUnitTest_TuningBasics ................. Passed 0.70 sec test 18 Start 18: Kokkos_CoreUnitTest_CategoricalTuner 18: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CategoricalTuner 18: Test timeout computed to be: 1500 [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o 18/59 Test #18: Kokkos_CoreUnitTest_CategoricalTuner ............. Passed 1.15 sec test 19 Start 19: Kokkos_CoreUnitTest_KokkosP 19: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 19: Test timeout computed to be: 1500 [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o 19: [==========] Running 29 tests from 2 test suites. 19: [----------] Global test environment set-up. 19: [----------] 27 tests from kokkosp 19: [ RUN ] kokkosp.test_named_instance_fence 19: Ref: 33554433 19: Ref: named_instance 19: 33554433 19: named_instance 19: [ OK ] kokkosp.test_named_instance_fence (0 ms) 19: [ RUN ] kokkosp.test_unnamed_instance_fence 19: Ref: 33554433 19: Ref: Unnamed Instance Fence 19: 33554433 19: Kokkos::Cuda::fence(): Unnamed Instance Fence 19: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 19: [ RUN ] kokkosp.test_named_global_fence 19: Ref: 33554432 19: Ref: test global fence 19: 0 19: test global fence 19: Miss on id 19: 33554432 19: test global fence 19: [ OK ] kokkosp.test_named_global_fence (0 ms) 19: [ RUN ] kokkosp.test_unnamed_global_fence 19: Ref: 33554432 19: Ref: Unnamed Global Fence 19: 0 19: Kokkos::fence: Unnamed Global Fence 19: Miss on id 19: 33554432 19: Kokkos::fence: Unnamed Global Fence 19: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 19: [ RUN ] kokkosp.test_multiple_default_instances 19: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 19: [ RUN ] kokkosp.test_id_gen 19: [ OK ] kokkosp.test_id_gen (0 ms) 19: [ RUN ] kokkosp.test_kernel_sequence 19: Ref: 33554433 19: Ref: named_instance 19: 33554433 19: named_instance 19: Ref: 33554433 19: Ref: test_kernel 19: 33554433 19: named_instance 19: Miss on name 19: 0 19: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 19: Miss on name 19: Miss on id 19: 33554432 19: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 19: Miss on name 19: Miss on id 19: 33554433 19: test_kernel 19: [ OK ] kokkosp.test_kernel_sequence (0 ms) 19: [ RUN ] kokkosp.test_streams 19: [ OK ] kokkosp.test_streams (0 ms) 19: [ RUN ] kokkosp.async_deep_copy 19: [ OK ] kokkosp.async_deep_copy (0 ms) 19: [ RUN ] kokkosp.parallel_for 19: [ OK ] kokkosp.parallel_for (0 ms) 19: [ RUN ] kokkosp.parallel_reduce 19: [ OK ] kokkosp.parallel_reduce (0 ms) 19: [ RUN ] kokkosp.parallel_scan 19: [ OK ] kokkosp.parallel_scan (2 ms) 19: [ RUN ] kokkosp.parallel_scan_no_fence 19: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 19: [ RUN ] kokkosp.parallel_scan_no_fence_view 19: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 19: [ RUN ] kokkosp.regions 19: [ OK ] kokkosp.regions (0 ms) 19: [ RUN ] kokkosp.fences 19: [ OK ] kokkosp.fences (0 ms) 19: [ RUN ] kokkosp.raw_allocation 19: [ OK ] kokkosp.raw_allocation (0 ms) 19: [ RUN ] kokkosp.view 19: [ OK ] kokkosp.view (0 ms) 19: [ RUN ] kokkosp.sections 19: [ OK ] kokkosp.sections (0 ms) 19: [ RUN ] kokkosp.metadata 19: [ OK ] kokkosp.metadata (0 ms) 19: [ RUN ] kokkosp.profile_events 19: [ OK ] kokkosp.profile_events (0 ms) 19: [ RUN ] kokkosp.tuning_sequence 19: [ OK ] kokkosp.tuning_sequence (0 ms) 19: [ RUN ] kokkosp.no_init_kernel 19: [ OK ] kokkosp.no_init_kernel (0 ms) 19: [ RUN ] kokkosp.get_events 19: [ OK ] kokkosp.get_events (0 ms) 19: [ RUN ] kokkosp.create_mirror_no_init 19: [ OK ] kokkosp.create_mirror_no_init (0 ms) 19: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 19: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 19: [ RUN ] kokkosp.create_mirror_view_and_copy 19: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 19: [----------] 27 tests from kokkosp (4 ms total) 19: 19: [----------] 2 tests from defaultdevicetype 19: [ RUN ] defaultdevicetype.profiling_section 19: [ OK ] defaultdevicetype.profiling_section (0 ms) 19: [ RUN ] defaultdevicetype.scoped_profile_region 19: [ OK ] defaultdevicetype.scoped_profile_region (0 ms) 19: [----------] 2 tests from defaultdevicetype (0 ms total) 19: 19: [----------] Global test environment tear-down 19: [==========] 29 tests from 2 test suites ran. (4 ms total) 19: [ PASSED ] 29 tests. [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o [ 86%] Built target Kokkos_ContainersUnitTest_SYCL [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o 19/59 Test #19: Kokkos_CoreUnitTest_KokkosP ...................... Passed 0.70 sec test 20 Start 20: Kokkos_CoreUnitTest_ToolIndependence 20: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 20: Test timeout computed to be: 1500 20/59 Test #20: Kokkos_CoreUnitTest_ToolIndependence ............. Passed 0.01 sec test 21 Start 21: Kokkos_ProfilingTestLibraryLoadHelp 21: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 21: Environment variables: 21: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/libkokkosprinter-tool.so 21: Test timeout computed to be: 1500 21: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 21: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 21/59 Test #21: Kokkos_ProfilingTestLibraryLoadHelp .............. Passed 0.69 sec test 22 Start 22: Kokkos_ProfilingTestLibraryCmdLineHelp 22: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/libkokkosprinter-tool.so" 22: Test timeout computed to be: 1500 22: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 22/59 Test #22: Kokkos_ProfilingTestLibraryCmdLineHelp ........... Passed 0.70 sec test 23 Start 23: Kokkos_ProfilingTestLibraryLoad 23: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 23: Environment variables: 23: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/libkokkosprinter-tool.so 23: Test timeout computed to be: 1500 23: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_d.cpp.o [ OK ] cuda_hostpinned.view_allocation_large_rank (6431 ms) [ RUN ] cuda_hostpinned.view_shmem_size_on_device [ OK ] cuda_hostpinned.view_shmem_size_on_device (0 ms) [ RUN ] cuda_hostpinned.view_is_assignable [ OK ] cuda_hostpinned.view_is_assignable (0 ms) [ RUN ] cuda_hostpinned.view_copy_tests [ OK ] cuda_hostpinned.view_copy_tests (133 ms) [ RUN ] cuda_hostpinned.view_copy_tests_rank_0 [ OK ] cuda_hostpinned.view_copy_tests_rank_0 (0 ms) [ RUN ] cuda_hostpinned.view_copy_degenerated [ OK ] cuda_hostpinned.view_copy_degenerated (0 ms) [ RUN ] cuda_hostpinned.view_mapping 23: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos4CudaE::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1200::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.3.99::kokkosp_allocate_data:Host:source:0xfd0000:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xfd01c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xfd0240:Host:source:0xfd0080:40::kokkosp_end_deep_copy::kokkosp_begin_parallel_for:parallel_for:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_parallel_reduce:parallel_reduce:1:1::kokkosp_allocate_data:Host:Kokkos::Serial::scratch_mem:0xfd0300:11264::kokkosp_end_parallel_reduce:1::kokkosp_begin_parallel_scan:parallel_scan:1:2::kokkosp_end_parallel_scan:2::kokkosp_push_profile_region:push_region::kokkosp_pop_profile_region::kokkosp_create_profile_section:created_section:3::kokkosp_start_profile_section:3::kokkosp_stop_profile_section:3::kokkosp_destroy_profile_section:3::kokkosp_profile_event:profiling_event::kokkosp_declare_metadata:dogs:good::kokkosp_deallocate_data:Host:destination:0xfd01c0:40::kokkosp_deallocate_data:Host:source:0xfd0000:40::kokkosp_finalize_library:: 23/59 Test #23: Kokkos_ProfilingTestLibraryLoad .................. Passed 0.69 sec test 24 Start 24: Kokkos_ProfilingTestLibraryCmdLine 24: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/libkokkosprinter-tool.so" 24: Test timeout computed to be: 1500 24: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos4CudaE::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1200::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.3.99::kokkosp_allocate_data:Host:source:0xfd0000:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xfd01c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xfd0240:Host:source:0xfd0080:40::kokkosp_end_deep_copy::kokkosp_begin_parallel_for:parallel_for:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_parallel_reduce:parallel_reduce:1:1::kokkosp_allocate_data:Host:Kokkos::Serial::scratch_mem:0xfd0300:11264::kokkosp_end_parallel_reduce:1::kokkosp_begin_parallel_scan:parallel_scan:1:2::kokkosp_end_parallel_scan:2::kokkosp_push_profile_region:push_region::kokkosp_pop_profile_region::kokkosp_create_profile_section:created_section:3::kokkosp_start_profile_section:3::kokkosp_stop_profile_section:3::kokkosp_destroy_profile_section:3::kokkosp_profile_event:profiling_event::kokkosp_declare_metadata:dogs:good::kokkosp_deallocate_data:Host:destination:0xfd01c0:40::kokkosp_deallocate_data:Host:source:0xfd0000:40::kokkosp_finalize_library:: 24/59 Test #24: Kokkos_ProfilingTestLibraryCmdLine ............... Passed 0.70 sec test 25 Start 25: Kokkos_CoreUnitTest_StackTraceTest 25: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec 25: Test timeout computed to be: 1500 [ OK ] cuda_hostpinned.view_mapping (966 ms) [ RUN ] cuda_hostpinned.view_mapping_operator [ OK ] cuda_hostpinned.view_mapping_operator (63 ms) [ RUN ] cuda_hostpinned.static_extent [ OK ] cuda_hostpinned.static_extent (0 ms) [ RUN ] cuda_hostpinned.view_mapping_atomic [ OK ] cuda_hostpinned.view_mapping_atomic (10 ms) [ RUN ] cuda_hostpinned.view_mapping_class_value [ OK ] cuda_hostpinned.view_mapping_class_value (0 ms) [ RUN ] cuda_hostpinned.view_mapping_assignable [ OK ] cuda_hostpinned.view_mapping_assignable (0 ms) [ RUN ] cuda_hostpinned.view_mapping_trivially_copyable [ OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms) [ RUN ] cuda_hostpinned.view_mapping_subview [ OK ] cuda_hostpinned.view_mapping_subview (1 ms) [----------] 25 tests from cuda_hostpinned (7772 ms total) [----------] Global test environment tear-down [==========] 226 tests from 4 test suites ran. (98675 ms total) [ PASSED ] 226 tests. ./KokkosCore_UnitTest_CudaInterOpInit [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from cuda [ RUN ] cuda.raw_cuda_interop [ OK ] cuda.raw_cuda_interop (143 ms) [----------] 1 test from cuda (143 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (143 ms total) [ PASSED ] 1 test. 25: [==========] Running 3 tests from 2 test suites. 25: [----------] Global test environment set-up. 25: [----------] 2 tests from defaultdevicetype_DeathTest 25: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 25: 25: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 25: Top of f1 25: Top of f0 25: Top of f0 25: test_f1: 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a4c30] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x43cdfb] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x20) [0x439570] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbd) [0x43ac3d] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x44) [0x472df4] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1e8) [0x44b518] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x210) [0x44c850] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x137) [0x44d0f7] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x5bd) [0x45cdbd] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x44) [0x4739c4] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x45c7cc] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x43b150] 25: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5c870b3] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x43944e] 25: 25: demangled test_f1: 25: [0x4a4c30] Kokkos::Impl::save_stacktrace() 25: [0x43cdfb] Test::stacktrace_test_f1(std::ostream&) 25: [0x439570] Test::test_stacktrace(bool, bool) 25: [0x43ac3d] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 25: [0x472df4] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 25: [0x44b518] testing::Test::Run() 25: [0x44c850] testing::TestInfo::Run() 25: [0x44d0f7] testing::TestSuite::Run() 25: [0x45cdbd] testing::internal::UnitTestImpl::RunAllTests() 25: [0x4739c4] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 25: [0x45c7cc] testing::UnitTest::Run() 25: [0x43b150] main 25: [0x7ffff5c870b3] __libc_start_main 25: [0x43944e] _start 25: 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f1 25: Top of f0 25: Top of f0 25: StackTrace f3(std::cout, 4) returned: 110 25: test_f3: 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a4c30] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x43cdfb] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x43d116] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa14) [0x439f64] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbd) [0x43ac3d] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x44) [0x472df4] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1e8) [0x44b518] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x210) [0x44c850] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x137) [0x44d0f7] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x5bd) [0x45cdbd] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x44) [0x4739c4] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x45c7cc] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x43b150] 25: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5c870b3] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x43944e] 25: 25: demangled test_f3: 25: [0x4a4c30] Kokkos::Impl::save_stacktrace() 25: [0x43cdfb] Test::stacktrace_test_f1(std::ostream&) 25: [0x43d116] Test::stacktrace_test_f3(std::ostream&, int) 25: [0x439f64] Test::test_stacktrace(bool, bool) 25: [0x43ac3d] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 25: [0x472df4] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 25: [0x44b518] testing::Test::Run() 25: [0x44c850] testing::TestInfo::Run() 25: [0x44d0f7] testing::TestSuite::Run() 25: [0x45cdbd] testing::internal::UnitTestImpl::RunAllTests() 25: [0x4739c4] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 25: [0x45c7cc] testing::UnitTest::Run() 25: [0x43b150] main 25: [0x7ffff5c870b3] __libc_start_main 25: [0x43944e] _start 25: 25: Test setting std::terminate handler that prints the last saved stack trace ./KokkosCore_UnitTest_CudaInterOpStreams [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from cuda [ RUN ] cuda.raw_cuda_streams [ OK ] cuda.raw_cuda_streams (118 ms) [----------] 1 test from cuda (118 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (118 ms total) [ PASSED ] 1 test. 25: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (256 ms) 25: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 25: 25: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 25: Top of f1 25: Top of f0 25: Top of f0 25: test_f1: 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a4c30] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x43cdfb] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x20) [0x439570] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xba) [0x43af0a] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x44) [0x472df4] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1e8) [0x44b518] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x210) [0x44c850] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x137) [0x44d0f7] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x5bd) [0x45cdbd] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x44) [0x4739c4] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x45c7cc] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x43b150] 25: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5c870b3] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x43944e] 25: 25: demangled test_f1: 25: [0x4a4c30] Kokkos::Impl::save_stacktrace() 25: [0x43cdfb] Test::stacktrace_test_f1(std::ostream&) 25: [0x439570] Test::test_stacktrace(bool, bool) 25: [0x43af0a] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 25: [0x472df4] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 25: [0x44b518] testing::Test::Run() 25: [0x44c850] testing::TestInfo::Run() 25: [0x44d0f7] testing::TestSuite::Run() 25: [0x45cdbd] testing::internal::UnitTestImpl::RunAllTests() 25: [0x4739c4] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 25: [0x45c7cc] testing::UnitTest::Run() 25: [0x43b150] main 25: [0x7ffff5c870b3] __libc_start_main 25: [0x43944e] _start 25: 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f1 25: Top of f0 25: Top of f0 25: StackTrace f3(std::cout, 4) returned: 110 25: test_f3: 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a4c30] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x43cdfb] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x43d116] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa14) [0x439f64] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xba) [0x43af0a] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x44) [0x472df4] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1e8) [0x44b518] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x210) [0x44c850] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x137) [0x44d0f7] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x5bd) [0x45cdbd] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x44) [0x4739c4] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x45c7cc] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x43b150] 25: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5c870b3] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x43944e] 25: 25: demangled test_f3: 25: [0x4a4c30] Kokkos::Impl::save_stacktrace() 25: [0x43cdfb] Test::stacktrace_test_f1(std::ostream&) 25: [0x43d116] Test::stacktrace_test_f3(std::ostream&, int) 25: [0x439f64] Test::test_stacktrace(bool, bool) 25: [0x43af0a] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 25: [0x472df4] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 25: [0x44b518] testing::Test::Run() 25: [0x44c850] testing::TestInfo::Run() 25: [0x44d0f7] testing::TestSuite::Run() 25: [0x45cdbd] testing::internal::UnitTestImpl::RunAllTests() 25: [0x4739c4] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 25: [0x45c7cc] testing::UnitTest::Run() 25: [0x43b150] main 25: [0x7ffff5c870b3] __libc_start_main 25: [0x43944e] _start 25: 25: Test setting std::terminate handler that prints the last saved stack trace 25: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (261 ms) 25: [----------] 2 tests from defaultdevicetype_DeathTest (517 ms total) 25: 25: [----------] 1 test from defaultdevicetype 25: [ RUN ] defaultdevicetype.stacktrace_normal 25: Top of f1 25: Top of f0 25: Top of f0 25: test_f1: 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a4c30] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x43cdfb] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x20) [0x439570] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x44) [0x472df4] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1e8) [0x44b518] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x210) [0x44c850] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x137) [0x44d0f7] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x5bd) [0x45cdbd] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x44) [0x4739c4] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x45c7cc] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x43b150] 25: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5c870b3] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x43944e] 25: 25: demangled test_f1: 25: [0x4a4c30] Kokkos::Impl::save_stacktrace() 25: [0x43cdfb] Test::stacktrace_test_f1(std::ostream&) 25: [0x439570] Test::test_stacktrace(bool, bool) 25: [0x472df4] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 25: [0x44b518] testing::Test::Run() 25: [0x44c850] testing::TestInfo::Run() 25: [0x44d0f7] testing::TestSuite::Run() 25: [0x45cdbd] testing::internal::UnitTestImpl::RunAllTests() 25: [0x4739c4] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 25: [0x45c7cc] testing::UnitTest::Run() 25: [0x43b150] main 25: [0x7ffff5c870b3] __libc_start_main 25: [0x43944e] _start 25: 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f3 25: Top of f1 25: Top of f0 25: Top of f0 25: StackTrace f3(std::cout, 4) returned: 110 25: test_f3: 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a4c30] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x43cdfb] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x43d116] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa14) [0x439f64] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x44) [0x472df4] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1e8) [0x44b518] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x210) [0x44c850] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x137) [0x44d0f7] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x5bd) [0x45cdbd] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x44) [0x4739c4] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x45c7cc] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x43b150] 25: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5c870b3] 25: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x43944e] 25: 25: demangled test_f3: 25: [0x4a4c30] Kokkos::Impl::save_stacktrace() 25: [0x43cdfb] Test::stacktrace_test_f1(std::ostream&) 25: [0x43d116] Test::stacktrace_test_f3(std::ostream&, int) 25: [0x439f64] Test::test_stacktrace(bool, bool) 25: [0x472df4] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 25: [0x44b518] testing::Test::Run() 25: [0x44c850] testing::TestInfo::Run() 25: [0x44d0f7] testing::TestSuite::Run() 25: [0x45cdbd] testing::internal::UnitTestImpl::RunAllTests() 25: [0x4739c4] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 25: [0x45c7cc] testing::UnitTest::Run() 25: [0x43b150] main 25: [0x7ffff5c870b3] __libc_start_main 25: [0x43944e] _start 25: 25: Test setting std::terminate handler that prints the last saved stack trace 25: [ OK ] defaultdevicetype.stacktrace_normal (1 ms) 25: [----------] 1 test from defaultdevicetype (1 ms total) 25: 25: [----------] Global test environment tear-down 25: [==========] 3 tests from 2 test suites ran. (518 ms total) 25: [ PASSED ] 3 tests. 25/59 Test #25: Kokkos_CoreUnitTest_StackTraceTest ............... Passed 1.23 sec test 26 Start 26: Kokkos_IncrementalTest_CUDA 26: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_IncrementalTest_CUDA 26: Test timeout computed to be: 1500 [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B 26: [==========] Running 28 tests from 1 test suite. 26: [----------] Global test environment set-up. 26: [----------] 28 tests from CUDA 26: [ RUN ] CUDA.IncrTest_01_execspace_typedef 26: [ OK ] CUDA.IncrTest_01_execspace_typedef (0 ms) 26: [ RUN ] CUDA.IncrTest_01_execspace 26: Device Execution Space: 26: KOKKOS_ENABLE_CUDA: yes 26: Cuda Options: 26: KOKKOS_ENABLE_CUDA_LAMBDA: yes 26: KOKKOS_ENABLE_CUDA_LDG_INTRINSIC: yes 26: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 26: KOKKOS_ENABLE_CUDA_UVM: no 26: KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA: yes 26: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes 26: 26: Cuda Runtime Configuration: 26: macro KOKKOS_ENABLE_CUDA : defined 26: macro CUDA_VERSION = 11000 = version 11.0 26: Kokkos::Cuda[ 0 ] Tesla V100S-PCIE-32GB capability 7.0, Total Global Memory: 31.73 G, Shared Memory per Block: 48 K : Selected 26: Cuda 26: [ OK ] CUDA.IncrTest_01_execspace (0 ms) 26: [ RUN ] CUDA.IncrTest_02_AtomicExchange 26: [ OK ] CUDA.IncrTest_02_AtomicExchange (0 ms) 26: [ RUN ] CUDA.IncrTest_02_AtomicAdd 26: [ OK ] CUDA.IncrTest_02_AtomicAdd (0 ms) 26: [ RUN ] CUDA.IncrTest_02_AtomicSub 26: [ OK ] CUDA.IncrTest_02_AtomicSub (0 ms) 26: [ RUN ] CUDA.IncrTest_03a_memspace_malloc 26: [ OK ] CUDA.IncrTest_03a_memspace_malloc (0 ms) 26: [ RUN ] CUDA.IncrTest_03b_memspace_free 26: [ OK ] CUDA.IncrTest_03b_memspace_free (2040 ms) 26: [ RUN ] CUDA.IncrTest_04_simple_parallelFor 26: [ OK ] CUDA.IncrTest_04_simple_parallelFor (0 ms) 26: [ RUN ] CUDA.IncrTest_04_RangePolicy_parallelFor 26: [ OK ] CUDA.IncrTest_04_RangePolicy_parallelFor (0 ms) 26: [ RUN ] CUDA.IncrTest_05_reduction 26: [ OK ] CUDA.IncrTest_05_reduction (3 ms) 26: [ RUN ] CUDA.IncrTest_06_mdrange2D 26: [ OK ] CUDA.IncrTest_06_mdrange2D (0 ms) 26: [ RUN ] CUDA.IncrTest_06_mdrange3D 26: [ OK ] CUDA.IncrTest_06_mdrange3D (0 ms) 26: [ RUN ] CUDA.IncrTest_06_mdrange4D 26: [ OK ] CUDA.IncrTest_06_mdrange4D (0 ms) 26: [ RUN ] CUDA.IncrTest_08_deep_copy_2D 26: [ OK ] CUDA.IncrTest_08_deep_copy_2D (0 ms) 26: [ RUN ] CUDA.IncrTest_08_deep_copy_3D 26: [ OK ] CUDA.IncrTest_08_deep_copy_3D (0 ms) 26: [ RUN ] CUDA.IncrTest_08_deep_copy_4D 26: [ OK ] CUDA.IncrTest_08_deep_copy_4D (0 ms) 26: [ RUN ] CUDA.IncrTest_10_Hierarchical_Basics 26: [ OK ] CUDA.IncrTest_10_Hierarchical_Basics (0 ms) 26: [ RUN ] CUDA.IncrTest_11a_Hierarchical_ForLoop 26: [ OK ] CUDA.IncrTest_11a_Hierarchical_ForLoop (0 ms) 26: [ RUN ] CUDA.IncrTest_11b_Hierarchical_ForLoop 26: [ OK ] CUDA.IncrTest_11b_Hierarchical_ForLoop (0 ms) 26: [ RUN ] CUDA.IncrTest_11c_Hierarchical_ForLoop 26: [ OK ] CUDA.IncrTest_11c_Hierarchical_ForLoop (226 ms) 26: [ RUN ] CUDA.IncrTest_12a_ThreadScratch 26: [ OK ] CUDA.IncrTest_12a_ThreadScratch (2 ms) 26: [ RUN ] CUDA.IncrTest_12b_TeamScratch 26: [ OK ] CUDA.IncrTest_12b_TeamScratch (0 ms) 26: [ RUN ] CUDA.IncrTest_13a_Hierarchical_Red 26: [ OK ] CUDA.IncrTest_13a_Hierarchical_Red (0 ms) 26: [ RUN ] CUDA.IncrTest_13b_Hierarchical_Red 26: [ OK ] CUDA.IncrTest_13b_Hierarchical_Red (0 ms) 26: [ RUN ] CUDA.IncrTest_13c_Hierarchical_Red 26: [ OK ] CUDA.IncrTest_13c_Hierarchical_Red (0 ms) 26: [ RUN ] CUDA.incr_14_MDrangeReduce 26: [ OK ] CUDA.incr_14_MDrangeReduce (0 ms) 26: [ RUN ] CUDA.IncrTest_16_parallelscan 26: [ OK ] CUDA.IncrTest_16_parallelscan (3 ms) 26: [ RUN ] CUDA.incr_17_atomicView 26: [ OK ] CUDA.incr_17_atomicView (0 ms) 26: [----------] 28 tests from CUDA (2280 ms total) 26: 26: [----------] Global test environment tear-down 26: [==========] 28 tests from 1 test suite ran. (2280 ms total) 26: [ PASSED ] 28 tests. 26/59 Test #26: Kokkos_IncrementalTest_CUDA ...................... Passed 3.00 sec test 27 Start 27: Kokkos_IncrementalTest_SERIAL 27: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 27: Test timeout computed to be: 1500 27: [==========] Running 28 tests from 1 test suite. 27: [----------] Global test environment set-up. 27: [----------] 28 tests from SERIAL 27: [ RUN ] SERIAL.IncrTest_01_execspace_typedef 27: [ OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms) 27: [ RUN ] SERIAL.IncrTest_01_execspace 27: Host Serial Execution Space: 27: KOKKOS_ENABLE_SERIAL: yes 27: 27: Serial Runtime Configuration: 27: Serial 27: [ OK ] SERIAL.IncrTest_01_execspace (0 ms) 27: [ RUN ] SERIAL.IncrTest_02_AtomicExchange 27: [ OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms) 27: [ RUN ] SERIAL.IncrTest_02_AtomicAdd 27: [ OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms) 27: [ RUN ] SERIAL.IncrTest_02_AtomicSub 27: [ OK ] SERIAL.IncrTest_02_AtomicSub (0 ms) 27: [ RUN ] SERIAL.IncrTest_03a_memspace_malloc 27: [ OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms) 27: [ RUN ] SERIAL.IncrTest_03b_memspace_free 27: [ OK ] SERIAL.IncrTest_03b_memspace_free (125 ms) 27: [ RUN ] SERIAL.IncrTest_04_simple_parallelFor 27: [ OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms) 27: [ RUN ] SERIAL.IncrTest_04_RangePolicy_parallelFor 27: [ OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms) 27: [ RUN ] SERIAL.IncrTest_05_reduction 27: [ OK ] SERIAL.IncrTest_05_reduction (0 ms) 27: [ RUN ] SERIAL.IncrTest_06_mdrange2D 27: [ OK ] SERIAL.IncrTest_06_mdrange2D (0 ms) 27: [ RUN ] SERIAL.IncrTest_06_mdrange3D 27: [ OK ] SERIAL.IncrTest_06_mdrange3D (0 ms) 27: [ RUN ] SERIAL.IncrTest_06_mdrange4D 27: [ OK ] SERIAL.IncrTest_06_mdrange4D (0 ms) 27: [ RUN ] SERIAL.IncrTest_08_deep_copy_2D 27: [ OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms) 27: [ RUN ] SERIAL.IncrTest_08_deep_copy_3D 27: [ OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms) 27: [ RUN ] SERIAL.IncrTest_08_deep_copy_4D 27: [ OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms) 27: [ RUN ] SERIAL.IncrTest_10_Hierarchical_Basics 27: [ OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms) 27: [ RUN ] SERIAL.IncrTest_11a_Hierarchical_ForLoop 27: [ OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 27: [ RUN ] SERIAL.IncrTest_11b_Hierarchical_ForLoop 27: [ OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 27: [ RUN ] SERIAL.IncrTest_11c_Hierarchical_ForLoop [ OK ] serial.reduce_device_view_range_policy (40973 ms) [ RUN ] serial.reduce_device_view_mdrange_policy 27: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (119 ms) 27: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 27: [ OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms) 27: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 27: [ OK ] SERIAL.IncrTest_12b_TeamScratch (2 ms) 27: [ RUN ] SERIAL.IncrTest_13a_Hierarchical_Red 27: [ OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms) 27: [ RUN ] SERIAL.IncrTest_13b_Hierarchical_Red 27: [ OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms) 27: [ RUN ] SERIAL.IncrTest_13c_Hierarchical_Red 27: [ OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms) 27: [ RUN ] SERIAL.incr_14_MDrangeReduce 27: [ OK ] SERIAL.incr_14_MDrangeReduce (0 ms) 27: [ RUN ] SERIAL.IncrTest_16_parallelscan 27: [ OK ] SERIAL.IncrTest_16_parallelscan (0 ms) 27: [ RUN ] SERIAL.incr_17_atomicView 27: [ OK ] SERIAL.incr_17_atomicView (0 ms) 27: [----------] 28 tests from SERIAL (248 ms total) 27: 27: [----------] Global test environment tear-down 27: [==========] 28 tests from 1 test suite ran. (248 ms total) 27: [ PASSED ] 28 tests. [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o 27/59 Test #27: Kokkos_IncrementalTest_SERIAL .................... Passed 0.97 sec test 28 Start 28: Kokkos_CoreUnitTest_CTestDevice 28: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 28: Test timeout computed to be: 1500 28: [==========] Running 8 tests from 1 test suite. 28: [----------] Global test environment set-up. 28: [----------] 8 tests from ctest_environment 28: [ RUN ] ctest_environment.no_device_type 28: [ OK ] ctest_environment.no_device_type (0 ms) 28: [ RUN ] ctest_environment.no_process_count 28: [ OK ] ctest_environment.no_process_count (0 ms) 28: [ RUN ] ctest_environment.invalid_rank 28: [ OK ] ctest_environment.invalid_rank (0 ms) 28: [ RUN ] ctest_environment.no_type_str 28: [ OK ] ctest_environment.no_type_str (0 ms) 28: [ RUN ] ctest_environment.missing_type 28: [ OK ] ctest_environment.missing_type (0 ms) 28: [ RUN ] ctest_environment.no_id_str 28: [ OK ] ctest_environment.no_id_str (0 ms) 28: [ RUN ] ctest_environment.invalid_id_str 28: [ OK ] ctest_environment.invalid_id_str (0 ms) 28: [ RUN ] ctest_environment.good 28: [ OK ] ctest_environment.good (0 ms) 28: [----------] 8 tests from ctest_environment (0 ms total) 28: 28: [----------] Global test environment tear-down 28: [==========] 8 tests from 1 test suite ran. (0 ms total) 28: [ PASSED ] 8 tests. 28/59 Test #28: Kokkos_CoreUnitTest_CTestDevice .................. Passed 0.01 sec test 29 Start 29: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 29: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 29: Test timeout computed to be: 1500 29/59 Test #29: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ........ Passed 0.01 sec test 30 Start 30: Kokkos_CoreUnitTest_DeviceAndThreads 30: Test command: /usr/bin/python3.8 "-m" "unittest" "-v" "/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/TestDeviceAndThreads.py" 30: Test timeout computed to be: 1500 [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_e.cpp.o [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o 27: Test_Atomic/100000/iterations:10 4.59 s 0.002 s 10 1 4 7.40868 4.76862m 42.97u 704.983M 1.34557M 704.983M 27/49 Test #27: Kokkos_PerformanceTest_Atomic ............... Passed 405.64 sec test 28 Start 28: Kokkos_ContainersUnitTest_Serial 28: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 28: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/containers/unit_tests 28: Test timeout computed to be: 1500 28: [==========] Running 61 tests from 1 test suite. 28: [----------] Global test environment set-up. 28: [----------] 61 tests from serial 28: [ RUN ] serial.bitset 28: [ OK ] serial.bitset (2381 ms) 28: [ RUN ] serial.bitset_default_constructor_no_alloc 28: [ OK ] serial.bitset_default_constructor_no_alloc (0 ms) 28: [ RUN ] serial.dualview_combination 28: [ OK ] serial.dualview_combination (0 ms) 28: [ RUN ] serial.dualview_alloc 28: [ OK ] serial.dualview_alloc (0 ms) 28: [ RUN ] serial.test_dualview_copy_construction_and_assignment 28: [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) 28: [ RUN ] serial.dualview_combinations_without_init 28: [ OK ] serial.dualview_combinations_without_init (0 ms) 28: [ RUN ] serial.dualview_deep_copy 28: [ OK ] serial.dualview_deep_copy (0 ms) 28: [ RUN ] serial.dualview_realloc 28: [ OK ] serial.dualview_realloc (0 ms) 28: [ RUN ] serial.dualview_resize 28: [ OK ] serial.dualview_resize (0 ms) 28: [ RUN ] serial.dualview_device_correct_kokkos_device 28: [ OK ] serial.dualview_device_correct_kokkos_device (83 ms) 28: [ RUN ] serial.dualview_host_correct_kokkos_device 28: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 28: [ RUN ] serial.dualview_host_modify_template_device_sync 28: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 28: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 28: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 28: [ RUN ] serial.dualview_device_modify_template_host_sync 28: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 28: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 28: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 28: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 28: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 28: [ RUN ] serial.dynamic_view 28: [ OK ] serial.dynamic_view (11 ms) 28: [ RUN ] serial.dyn_rank_view_api_generic 28: [ OK ] serial.dyn_rank_view_api_generic (5 ms) 28: [ RUN ] serial.dyn_rank_view_api_operator_rank12345 28: [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) 28: [ RUN ] serial.dyn_rank_view_api_operator_rank67 28: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 28: [ RUN ] serial.ErrorReporterViaLambda 28: [ OK ] serial.ErrorReporterViaLambda (0 ms) 28: [ RUN ] serial.ErrorReporter 28: [ OK ] serial.ErrorReporter (0 ms) 28: [ RUN ] serial.offsetview_construction 28: [ OK ] serial.offsetview_construction (18 ms) 28: [ RUN ] serial.offsetview_unmanaged_construction 28: [ OK ] serial.offsetview_unmanaged_construction (0 ms) 28: [ RUN ] serial.offsetview_subview 28: [ OK ] serial.offsetview_subview (7 ms) 28: [ RUN ] serial.offsetview_offsets_rank1 28: [ OK ] serial.offsetview_offsets_rank1 (0 ms) 28: [ RUN ] serial.offsetview_offsets_rank2 28: [ OK ] serial.offsetview_offsets_rank2 (0 ms) 28: [ RUN ] serial.offsetview_offsets_rank3 28: [ OK ] serial.offsetview_offsets_rank3 (0 ms) 28: [ RUN ] serial.scatterview 28: [ OK ] serial.scatterview (2012 ms) 28: [ RUN ] serial.scatterview_devicetype 28: [ OK ] serial.scatterview_devicetype (1 ms) 28: [ RUN ] serial.staticcrsgraph 28: [ OK ] serial.staticcrsgraph (10 ms) 28: [ RUN ] serial.resize_realloc_no_init_dualview 28: [ OK ] serial.resize_realloc_no_init_dualview (0 ms) 28: [ RUN ] serial.resize_realloc_no_alloc_dualview 28: [ OK ] serial.resize_realloc_no_alloc_dualview (0 ms) 28: [ RUN ] serial.resize_exec_space_dualview 28: [ OK ] serial.resize_exec_space_dualview (0 ms) 28: [ RUN ] serial.realloc_exec_space_dualview 28: [ OK ] serial.realloc_exec_space_dualview (0 ms) 28: [ RUN ] serial.resize_realloc_no_init_dynrankview 28: [ OK ] serial.resize_realloc_no_init_dynrankview (0 ms) 28: [ RUN ] serial.resize_exec_space_dynrankview 28: [ OK ] serial.resize_exec_space_dynrankview (0 ms) 28: [ RUN ] serial.realloc_exec_space_dynrankview 28: [ OK ] serial.realloc_exec_space_dynrankview (0 ms) 28: [ RUN ] serial.resize_realloc_no_init_scatterview 28: [ OK ] serial.resize_realloc_no_init_scatterview (0 ms) 28: [ RUN ] serial.resize_realloc_no_alloc_scatterview 28: [ OK ] serial.resize_realloc_no_alloc_scatterview (0 ms) 28: [ RUN ] serial.resize_exec_space_scatterview 28: [ OK ] serial.resize_exec_space_scatterview (0 ms) 28: [ RUN ] serial.realloc_exec_space_scatterview 28: [ OK ] serial.realloc_exec_space_scatterview (0 ms) 28: [ RUN ] serial.create_mirror_no_init_dynrankview 28: [ OK ] serial.create_mirror_no_init_dynrankview (0 ms) 28: [ RUN ] serial.create_mirror_no_init_dynrankview_viewctor 28: [ OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms) 28: [ RUN ] serial.create_mirror_view_and_copy_dynrankview 28: [ OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms) 28: [ RUN ] serial.create_mirror_no_init_offsetview 28: [ OK ] serial.create_mirror_no_init_offsetview (0 ms) 28: [ RUN ] serial.create_mirror_no_init_offsetview_view_ctor 28: [ OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms) 28: [ RUN ] serial.create_mirror_view_and_copy_offsetview 28: [ OK ] serial.create_mirror_view_and_copy_offsetview (0 ms) 28: [ RUN ] serial.UnorderedMap_insert 30: test_device_id (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o 30: test_disable_warnings (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o 30: test_num_devices (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok 30: test_num_threads (TestDeviceAndThreads.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled' 30: test_tune_internals (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok 30: 30: ---------------------------------------------------------------------- 30: Ran 5 tests in 7.709s 30: 30: OK (skipped=1) 30/59 Test #30: Kokkos_CoreUnitTest_DeviceAndThreads ............. Passed 8.02 sec test 31 Start 31: Kokkos_PerformanceTest_TaskDag 31: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_TaskDag 31: Test timeout computed to be: 1500 31/59 Test #31: Kokkos_PerformanceTest_TaskDag ................... Passed 0.01 sec test 32 Start 32: Kokkos_PerformanceTest_Benchmark 32: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2024-03-29_T02-32-02.json" 32: Test timeout computed to be: 1500 32: 2024-03-29T03:07:02+00:00 32: Running /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 32: Run on (6 X 2095.08 MHz CPU s) 32: CPU Caches: 32: L1 Data 32 KiB (x6) 32: L1 Instruction 32 KiB (x6) 32: L2 Unified 4096 KiB (x6) 32: L3 Unified 16384 KiB (x6) 32: Load Average: 2.37, 5.99, 6.87 32: CPU architecture: none 32: Default Device: N6Kokkos4CudaE 32: GIT_BRANCH: HEAD 32: GIT_CLEAN_STATUS: CLEAN 32: GIT_COMMIT_DATE: 2024-03-29T02:31:12+00:00 32: GIT_COMMIT_DESCRIPTION: Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD 32: GIT_COMMIT_HASH: 71c621a05 32: GPU architecture: VOLTA70 32: KOKKOS_COMPILER_CLANG: 1200 32: KOKKOS_ENABLE_ASM: no 32: KOKKOS_ENABLE_CUDA: yes 32: KOKKOS_ENABLE_CUDA_LAMBDA: yes 32: KOKKOS_ENABLE_CUDA_LDG_INTRINSIC: yes 32: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 32: KOKKOS_ENABLE_CUDA_UVM: no 32: KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA: yes 32: KOKKOS_ENABLE_CXX17: yes 32: KOKKOS_ENABLE_CXX20: no 32: KOKKOS_ENABLE_CXX23: no 32: KOKKOS_ENABLE_CXX26: no 32: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 32: KOKKOS_ENABLE_HWLOC: no 32: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes 32: KOKKOS_ENABLE_LIBDL: yes 32: KOKKOS_ENABLE_PRAGMA_IVDEP: no 32: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 32: KOKKOS_ENABLE_PRAGMA_UNROLL: no 32: KOKKOS_ENABLE_PRAGMA_VECTOR: no 32: KOKKOS_ENABLE_SERIAL: yes 32: Kokkos: Cuda[ 0 ] Tesla V100S-PCIE-32GB capability 7.0, Total Global Memory: 31.73 G, Shared Memory per Block: 48 K : Selected 32: Kokkos Version: 4.3.99 32: macro KOKKOS_ENABLE_CUDA: defined 32: platform: 64bit 32: --------------------------------------------------------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations Count Time normalized 32: --------------------------------------------------------------------------------------------------------------------------------------------------- 32: GramSchmidt/Count:1024/iterations:5/manual_time 0.006 s 0.006 s 5 1024 5.59927u 32: GramSchmidt/Count:2048/iterations:5/manual_time 0.006 s 0.006 s 5 2.048k 2.798u 32: GramSchmidt/Count:4096/iterations:5/manual_time 0.006 s 0.007 s 5 4.096k 1.39977u 32: GramSchmidt/Count:8192/iterations:5/manual_time 0.005 s 0.006 s 5 8.192k 649.136n 32: GramSchmidt/Count:16384/iterations:5/manual_time 0.006 s 0.008 s 5 16.384k 337.874n 32: GramSchmidt/Count:32768/iterations:5/manual_time 0.006 s 0.010 s 5 32.768k 183.834n 32: GramSchmidt/Count:65536/iterations:5/manual_time 0.007 s 0.014 s 5 65.536k 98.8128n 32: GramSchmidt/Count:131072/iterations:5/manual_time 0.007 s 0.026 s 5 131.072k 54.5578n 32: GramSchmidt/Count:262144/iterations:5/manual_time 0.009 s 0.055 s 5 262.144k 32.7476n 32: GramSchmidt/Count:524288/iterations:5/manual_time 0.016 s 0.114 s 5 524.288k 30.672n [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o 28: [ OK ] serial.UnorderedMap_insert (7742 ms) 28: [ RUN ] serial.UnorderedMap_failed_insert [ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_a.cpp.o 32: ---------------------------------------------------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations FOM: GB/s Max 32: ---------------------------------------------------------------------------------------------------------------------------------------------- 32: CustomReduction/N:100000/R:1000/manual_time 0.003 s 0.008 s 240 93.8827k/s 11.5 32: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 32: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced 32: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 32: OverlapRangePolicy/N:2000/M:10000/R:10 0.312 s 0.311 s 2 0.0781729 0.0377465 0.0321298 0.0147164 0.016037 6.515u 28: [ OK ] serial.UnorderedMap_failed_insert (4107 ms) 28: [ RUN ] serial.UnorderedMap_deep_copy 28: [ OK ] serial.UnorderedMap_deep_copy (3 ms) 28: [ RUN ] serial.UnorderedMap_valid_empty 28: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 28: [ RUN ] serial.UnorderedMap_clear_zero_size 28: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 28: [ RUN ] serial.UnorderedMap_consistent_size 28: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 28: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 28: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 28: [ RUN ] serial.UnorderedMap_lambda_capturable 28: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 28: [ RUN ] serial.UnorderedMap_constructor_view_alloc 28: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 28: [ RUN ] serial.vector_combination 28: [ OK ] serial.vector_combination (0 ms) 28: [ RUN ] serial.vector_insert 28: [ OK ] serial.vector_insert (0 ms) 28: [ RUN ] serial.vector_push_back_default_exec 28: [ OK ] serial.vector_push_back_default_exec (0 ms) 28: [ RUN ] serial.viewctorprop_embedded_dim 28: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 28: [----------] 61 tests from serial (16390 ms total) 28: 28: [----------] Global test environment tear-down 28: [==========] 61 tests from 1 test suite ran. (16390 ms total) 28: [ PASSED ] 61 tests. 28/49 Test #28: Kokkos_ContainersUnitTest_Serial ............ Passed 17.39 sec test 29 Start 29: Kokkos_UnitTest_Sort 29: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 29: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests 29: Test timeout computed to be: 1500 29: [==========] Running 15 tests from 1 test suite. 29: [----------] Global test environment set-up. 29: [----------] 15 tests from openmptarget 29: [ RUN ] openmptarget.SortUnsignedValueType 29: [ OK ] openmptarget.SortUnsignedValueType (124 ms) 29: [ RUN ] openmptarget.SortEmptyView 29: [ OK ] openmptarget.SortEmptyView (0 ms) 29: [ RUN ] openmptarget.SortByKeyEmptyView 29: [ OK ] openmptarget.SortByKeyEmptyView (0 ms) 29: [ RUN ] openmptarget.SortByKey 29: [ OK ] openmptarget.SortByKey (2 ms) 29: [ RUN ] openmptarget.SortByKeyWithComparator 29: [ OK ] openmptarget.SortByKeyWithComparator (2 ms) 29: [ RUN ] openmptarget.SortByKeyStaticExtents 29: [ OK ] openmptarget.SortByKeyStaticExtents (0 ms) 29: [ RUN ] openmptarget.SortByKeyWithStrides 29: [ OK ] openmptarget.SortByKeyWithStrides (0 ms) 29: [ RUN ] openmptarget.SortByKeyKeysLargerThanValues 29: 29: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 32: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 32: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 32: OverlapMDRangePolicy/N:200/M:10000/R:10 0.024 s 0.023 s 30 5.85543m 2.93969m 2.17295m 1092.42u 1.1014m 7.363u 29: 29: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 29: [ OK ] openmptarget.SortByKeyKeysLargerThanValues (572 ms) 29: [ RUN ] openmptarget.SortWithCustomComparator [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o [ 78%] Linking CXX executable Kokkos_UnitTest_Sort [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o [ 78%] Built target Kokkos_UnitTest_Sort 32: OverlapTeamPolicy/N:20/M:1000000/R:10 0.316 s 0.315 s 2 0.0627075 0.0295605 0.0521337 0.0251223 0.0260712 12.183u 32: --------------------------------------------------------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations Count Time normalized 32: --------------------------------------------------------------------------------------------------------------------------------------------------- 32: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1024 9.40039n 32: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 5.31689n 32: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 2.62915n 32: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.000 s 0.000 s 5 8.192k 1.50171n 32: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 829.346p 32: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.000 s 0.000 s 5 32.768k 783.203p 32: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.000 s 0.000 s 5 65.536k 630.249p 32: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.000 s 0.000 s 5 131.072k 529.663p 32: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.000 s 0.001 s 5 262.144k 566.174p 32: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.000 s 0.001 s 5 524.288k 569.031p [ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o 29: [ OK ] openmptarget.SortWithCustomComparator (1498 ms) 29: [ RUN ] openmptarget.BinSortGenericTests 29: [ OK ] openmptarget.BinSortGenericTests (34 ms) 29: [ RUN ] openmptarget.BinSortEmptyView 29: [ OK ] openmptarget.BinSortEmptyView (0 ms) 29: [ RUN ] openmptarget.BinSortEmptyKeysView 29: [ OK ] openmptarget.BinSortEmptyKeysView (1 ms) 29: [ RUN ] openmptarget.BinSortUnsignedKeyLayoutStrideValues [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o 32: ----------------------------------------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations FOM: rate 32: ----------------------------------------------------------------------------------------------------------------------------------- 32: Malloc/N:1/manual_time 8.70 us 19.3 us 80293 114.918k/s [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C 32: Malloc/N:16/manual_time 8.89 us 19.7 us 80480 112.495k/s 32: Malloc/N:256/manual_time 9.16 us 20.2 us 77437 109.207k/s [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E 32: Malloc/N:4096/manual_time 9.40 us 20.8 us 77575 106.419k/s 28: Test_Atomic/100000/iterations:10 12.2 s 12.1 s 10 1 8 20.4052 1.4919m 118.32u 4.99995G 125.502k 4.99995G 32: Malloc/N:65536/manual_time 9.25 us 20.4 us 70339 108.166k/s 32: Malloc/N:1048576/manual_time 65.4 us 120 us 10210 15.2979k/s [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o 29: [ OK ] openmptarget.BinSortUnsignedKeyLayoutStrideValues (12454 ms) 29: [ RUN ] openmptarget.NestedSort 29: [ OK ] openmptarget.NestedSort (38 ms) 29: [ RUN ] openmptarget.NestedSortByKey 29: [ OK ] openmptarget.NestedSortByKey (106 ms) 29: [----------] 15 tests from openmptarget (14837 ms total) 29: 29: [----------] Global test environment tear-down 29: [==========] 15 tests from 1 test suite ran. (14837 ms total) 29: [ PASSED ] 15 tests. 29/49 Test #29: Kokkos_UnitTest_Sort ........................ Passed 15.45 sec test 30 Start 30: Kokkos_UnitTest_Random 30: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_UnitTest_Random 30: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests 30: Test timeout computed to be: 1500 30: [==========] Running 3 tests from 1 test suite. 30: [----------] Global test environment set-up. 30: [----------] 3 tests from openmptarget 30: [ RUN ] openmptarget.Random_XorShift64 32: Malloc/N:16777216/manual_time 325 us 173 us 9914 3.07493k/s 30: Test Seed:1711681643536827771 30: Test Scalar=int 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 -0.00428492 0.000917747 || 0.051031 2044 2413 || 2231.62 2222.06 || 12.6869 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 -0.00853665 0.000590367 || 0.051031 1e+64 -1e+64 30: Test Scalar=unsigned int 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 -0.0091525 -0.00128899 || 0.051031 2057 2420 || 2242.59 2222.06 || -17.819 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 0.00683957 0.000691729 || 0.051031 1e+64 -1e+64 30: Test Scalar=int64_t 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 -0.0182518 -0.00131181 || 0.051031 2064 2416 || 2263.37 2222.06 || -18.1345 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 0.000516167 -0.000673761 || 0.051031 1e+64 -1e+64 30: Test Scalar=uint64_t 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 0.000700099 -0.00176414 || 0.051031 2037 2417 || 2220.51 2222.06 || -24.3874 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 -0.0129216 0.00010592 || 0.051031 1e+64 -1e+64 30: Test Scalar=half 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 6.51042e-08 -0.0123416 0.000195553 || 0.051031 2037 2412 || 2249.83 2222.06 || 2.70333 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 1.95313e-07 0.00362797 0.000482525 || 0.051031 1e+64 -1e+64 30: Test Scalar=bhalf 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 -0.00258767 -0.00083014 || 0.051031 2047 2416 || 2227.83 2222.06 || -11.4759 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 0.00263784 -0.000763746 || 0.051031 1e+64 -1e+64 30: Test Scalar=float 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 3.25521e-08 -0.00171427 0.000543021 || 0.051031 2034 2396 || 2225.88 2222.06 || 7.50672 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 9.76563e-08 0.00762227 -4.10509e-05 || 0.051031 1e+64 -1e+64 30: Test Scalar=double 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 -0.0164608 -0.00152764 || 0.051031 2049 2436 || 2259.25 2222.06 || -21.1181 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 0.00352498 0.000380192 || 0.051031 1e+64 -1e+64 30: Test Seed:1711681643612687178 30: Test Scalar=int 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 -0.00288171 -0.000530378 || 0.051031 2043 2401 || 2228.48 2222.06 || -7.33195 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 0.00011276 0.000395984 || 0.051031 1e+64 -1e+64 30: Test Scalar=unsigned int 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 0.0194839 0.00129262 || 0.051031 2057 2406 || 2179.59 2222.06 || 17.8692 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 -0.00579511 0.000234054 || 0.051031 1e+64 -1e+64 30: Test Scalar=int64_t 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 0.0104421 0.000502768 || 0.051031 2048 2423 || 2199.1 2222.06 || 6.95027 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 -0.00147951 -7.50679e-05 || 0.051031 1e+64 -1e+64 30: Test Scalar=uint64_t 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 -0.00169229 -0.000557272 || 0.051031 2043 2411 || 2225.83 2222.06 || -7.70372 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 0.0249873 6.89508e-05 || 0.051031 1e+64 -1e+64 30: Test Scalar=half 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 6.51042e-08 0.00852295 0.00175595 || 0.051031 2027 2390 || 2203.28 2222.06 || 24.2742 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 1.95313e-07 -0.000541398 6.76266e-05 || 0.051031 1e+64 -1e+64 30: Test Scalar=bhalf 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 3.25521e-08 0.01551 -3.70344e-05 || 0.051031 2049 2408 || 2188.12 2222.06 || -0.511963 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 9.76563e-08 0.00827952 0.00101663 || 0.051031 1e+64 -1e+64 30: Test Scalar=float 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 6.51042e-08 -0.00466069 -0.00047279 || 0.051031 1988 2423 || 2232.47 2222.06 || -6.53585 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 1.95313e-07 0.00339351 -0.000390342 || 0.051031 1e+64 -1e+64 30: Test Scalar=double 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 0 0.008234 -0.0019666 || 0.051031 2021 2435 || 2203.91 2222.06 || -27.1863 -0.160751 30: -- Testing 3-D histogram 30: Density 3D: 0 0.0155905 -0.000416108 || 0.051031 1e+64 -1e+64 30: [ OK ] openmptarget.Random_XorShift64 (251 ms) 30: [ RUN ] openmptarget.Random_XorShift1024_0 30: Test Seed:1711681643688716807 30: Test Scalar=int 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 -1.8243e-05 0.000677182 || 0.051031 2024 2390 || 2198.26 2198.22 || 9.36137 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 0.0191036 -0.00041311 || 0.051031 1e+64 -1e+64 30: Test Scalar=unsigned int 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 -0.00194592 0.00111418 || 0.051031 2004 2381 || 2202.51 2198.22 || 15.4024 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 -0.00164741 0.000451588 || 0.051031 1e+64 -1e+64 30: Test Scalar=int64_t 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 0.00606753 -0.00129915 || 0.051031 1992 2364 || 2184.97 2198.22 || -17.9594 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 0.0138932 -0.000794888 || 0.051031 1e+64 -1e+64 30: Test Scalar=uint64_t 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 -0.00249468 -0.000364704 || 0.051031 2006 2371 || 2203.72 2198.22 || -5.04167 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 -0.00141218 -0.000200374 || 0.051031 1e+64 -1e+64 30: Test Scalar=half 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26926e-05 -0.0104919 0.00173667 || 0.051031 2016 2408 || 2221.53 2198.22 || 24.0078 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.27585e-05 0.0186678 -0.000330506 || 0.051031 1e+64 -1e+64 30: Test Scalar=bhalf 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26926e-05 -0.00527064 -8.89162e-05 || 0.051031 2029 2381 || 2209.87 2198.22 || -1.22918 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.27585e-05 0.0199452 0.00019313 || 0.051031 1e+64 -1e+64 30: Test Scalar=float 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26926e-05 -0.00781583 0.000533809 || 0.051031 2018 2413 || 2215.54 2198.22 || 7.37938 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.27585e-05 -0.00402928 -0.000344256 || 0.051031 1e+64 -1e+64 30: Test Scalar=double 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 -0.000665551 0.00104971 || 0.051031 2015 2380 || 2199.69 2198.22 || 14.5112 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 0.00154593 7.74148e-05 || 0.051031 1e+64 -1e+64 30: Test Seed:1711681643787602784 30: Test Scalar=int 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 0.00419976 0.000804948 || 0.051031 2013 2365 || 2189.03 2198.22 || 11.1276 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 -0.0221485 0.000299215 || 0.051031 1e+64 -1e+64 30: Test Scalar=unsigned int 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 0.0191881 0.00194354 || 0.051031 2023 2367 || 2156.84 2198.22 || 26.8675 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 0.00969475 0.00072593 || 0.051031 1e+64 -1e+64 30: Test Scalar=int64_t 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 0.00675501 -0.00436723 || 0.051031 2014 2394 || 2183.47 2198.22 || -60.3726 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 0.0165993 0.000389479 || 0.051031 1e+64 -1e+64 30: Test Scalar=uint64_t 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 0.00526911 -0.000687739 || 0.051031 2004 2376 || 2186.7 2198.22 || -9.50731 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 0.00174977 0.000720569 || 0.051031 1e+64 -1e+64 30: Test Scalar=half 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 -0.0178485 0.000448983 || 0.051031 2015 2379 || 2238.17 2198.22 || 6.20674 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 0.000689084 6.76938e-05 || 0.051031 1e+64 -1e+64 30: Test Scalar=bhalf 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26926e-05 -0.0151609 -0.00019183 || 0.051031 2031 2408 || 2232.06 2198.22 || -2.65186 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.27585e-05 -0.0134282 0.000385101 || 0.051031 1e+64 -1e+64 30: Test Scalar=float 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 0.00647879 0.000355169 || 0.051031 2031 2390 || 2184.07 2198.22 || 4.90985 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 -0.00847852 0.000529562 || 0.051031 1e+64 -1e+64 30: Test Scalar=double 30: -- Testing randomness properties 30: -- Testing 1-D histogram 30: Density 1D: 7.26597e-05 -0.000910194 -0.00328699 || 0.051031 2003 2407 || 2200.23 2198.22 || -45.4394 -0.159026 30: -- Testing 3-D histogram 30: Density 3D: 7.26597e-05 0.00344293 0.000760958 || 0.051031 1e+64 -1e+64 30: [ OK ] openmptarget.Random_XorShift1024_0 (217 ms) 30: [ RUN ] openmptarget.Multi_streams 30: /var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests/TestRandom.hpp:587: Skipped 30: Libomptarget error 30: [ SKIPPED ] openmptarget.Multi_streams (0 ms) 30: [----------] 3 tests from openmptarget (469 ms total) 30: 30: [----------] Global test environment tear-down 30: [==========] 3 tests from 1 test suite ran. (469 ms total) 30: [ PASSED ] 2 tests. 30: [ SKIPPED ] 1 test, listed below: 30: [ SKIPPED ] openmptarget.Multi_streams 30/49 Test #30: Kokkos_UnitTest_Random ...................... Passed 1.08 sec test 31 Start 31: Kokkos_AlgorithmsUnitTest_StdSet_A 31: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 31: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests 31: Test timeout computed to be: 1500 [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o 32: Malloc/N:268435456/manual_time 6222 us 459 us 108 160.725/s 31: [==========] Running 14 tests from 3 test suites. 31: [----------] Global test environment set-up. 31: [----------] 3 tests from std_algorithms_reducers 31: [ RUN ] std_algorithms_reducers.max_first_loc 31: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 31: [ RUN ] std_algorithms_reducers.min_first_loc 31: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 31: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 31: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 31: [----------] 3 tests from std_algorithms_reducers (0 ms total) 31: 31: [----------] 1 test from std_algorithms 31: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 31: [ OK ] std_algorithms.is_admissible_to_std_algorithms (82 ms) 31: [----------] 1 test from std_algorithms (82 ms total) 31: 31: [----------] 10 tests from random_access_iterator_test 31: [ RUN ] random_access_iterator_test.constructor 31: [ OK ] random_access_iterator_test.constructor (0 ms) 31: [ RUN ] random_access_iterator_test.dereference 31: [ OK ] random_access_iterator_test.dereference (1 ms) 31: [ RUN ] random_access_iterator_test.subscript_operator 31: [ OK ] random_access_iterator_test.subscript_operator (1 ms) 31: [ RUN ] random_access_iterator_test.operatorsSet1 31: [ OK ] random_access_iterator_test.operatorsSet1 (1 ms) 31: [ RUN ] random_access_iterator_test.operatorsSet2 31: [ OK ] random_access_iterator_test.operatorsSet2 (1 ms) 31: [ RUN ] random_access_iterator_test.operatorsSet3 31: [ OK ] random_access_iterator_test.operatorsSet3 (1 ms) 31: [ RUN ] random_access_iterator_test.operatorsSet4 31: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 31: [ RUN ] random_access_iterator_test.assignment_operator 31: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 31: [ RUN ] random_access_iterator_test.distance 31: [ OK ] random_access_iterator_test.distance (0 ms) 31: [ RUN ] random_access_iterator_test.traits_helpers 31: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 31: [----------] 10 tests from random_access_iterator_test (10 ms total) 31: 31: [----------] Global test environment tear-down 31: [==========] 14 tests from 3 test suites ran. (92 ms total) 31: [ PASSED ] 14 tests. [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o 31/49 Test #31: Kokkos_AlgorithmsUnitTest_StdSet_A .......... Passed 0.69 sec test 32 Start 32: Kokkos_AlgorithmsUnitTest_StdSet_B 32: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 32: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests 32: Test timeout computed to be: 1500 32: [==========] Running 6 tests from 1 test suite. 32: [----------] Global test environment set-up. 32: [----------] 6 tests from std_algorithms_min_max_element_test 32: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 32: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (86 ms) 32: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 32: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 32: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 32: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (23 ms) 32: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 32: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (23 ms) 32: [ RUN ] std_algorithms_min_max_element_test.minmax_element_empty_range 32: [ OK ] std_algorithms_min_max_element_test.minmax_element_empty_range (0 ms) 32: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data 32: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data (35 ms) 32: [----------] 6 tests from std_algorithms_min_max_element_test (168 ms total) 32: 32: [----------] Global test environment tear-down 32: [==========] 6 tests from 1 test suite ran. (168 ms total) 32: [ PASSED ] 6 tests. 32/49 Test #32: Kokkos_AlgorithmsUnitTest_StdSet_B .......... Passed 0.78 sec test 33 Start 33: Kokkos_AlgorithmsUnitTest_StdSet_C 33: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 33: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests 33: Test timeout computed to be: 1500 32: Malloc/N:4294967296/manual_time 108554 us 3754 us 7 9.21199/s 33: [==========] Running 13 tests from 10 test suites. 33: [----------] Global test environment set-up. 33: [----------] 1 test from std_algorithms_lexicographical_compare_test 33: [ RUN ] std_algorithms_lexicographical_compare_test.test 33: [ OK ] std_algorithms_lexicographical_compare_test.test (0 ms) 33: [----------] 1 test from std_algorithms_lexicographical_compare_test (0 ms total) 33: 33: [----------] 1 test from std_algorithms_for_each_test 33: [ RUN ] std_algorithms_for_each_test.test 33: [ OK ] std_algorithms_for_each_test.test (311 ms) 33: [----------] 1 test from std_algorithms_for_each_test (311 ms total) 33: 33: [----------] 1 test from std_algorithms_find_test 33: [ RUN ] std_algorithms_find_test.test 33: [ OK ] std_algorithms_find_test.test (134 ms) 33: [----------] 1 test from std_algorithms_find_test (134 ms total) 33: 33: [----------] 4 tests from std_algorithms_non_mod_seq_ops 33: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 32: MallocFree/N:1/manual_time 21.5 us 21.5 us 32226 46.5826k/s 32: MallocFree/N:16/manual_time 19.3 us 19.3 us 36180 51.7346k/s 33: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (1259 ms) 33: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 32: MallocFree/N:256/manual_time 19.3 us 19.3 us 36370 51.8079k/s 32: MallocFree/N:4096/manual_time 19.3 us 19.2 us 36219 51.9153k/s 33: [ OK ] std_algorithms_non_mod_seq_ops.find_end (1773 ms) 33: [ RUN ] std_algorithms_non_mod_seq_ops.search [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_b.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o 32: MallocFree/N:65536/manual_time 19.3 us 19.3 us 36307 51.9254k/s 33: [ OK ] std_algorithms_non_mod_seq_ops.search (1263 ms) 33: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 32: MallocFree/N:1048576/manual_time 125 us 124 us 5603 8.0146k/s 33: [ OK ] std_algorithms_non_mod_seq_ops.search_n (1160 ms) 33: [----------] 4 tests from std_algorithms_non_mod_seq_ops (5456 ms total) 33: 33: [----------] 1 test from std_algorithms_count_test 33: [ RUN ] std_algorithms_count_test.test 33: [ OK ] std_algorithms_count_test.test (145 ms) 33: [----------] 1 test from std_algorithms_count_test (145 ms total) 33: 33: [----------] 1 test from std_algorithms_equal_test 33: [ RUN ] std_algorithms_equal_test.test 33: [ OK ] std_algorithms_equal_test.test (58 ms) 33: [----------] 1 test from std_algorithms_equal_test (58 ms total) 33: 33: [----------] 1 test from std_algorithms_all_any_none_of_test 33: [ RUN ] std_algorithms_all_any_none_of_test.test 33: [ OK ] std_algorithms_all_any_none_of_test.test (136 ms) 33: [----------] 1 test from std_algorithms_all_any_none_of_test (136 ms total) 33: 33: [----------] 1 test from std_algorithms_nonmod_seq_ops 33: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 33: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (178 ms) 33: [----------] 1 test from std_algorithms_nonmod_seq_ops (179 ms total) 33: 33: [----------] 1 test from std_algorithms_mismatch_test 33: [ RUN ] std_algorithms_mismatch_test.test [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o 33: [ OK ] std_algorithms_mismatch_test.test (316 ms) 33: [----------] 1 test from std_algorithms_mismatch_test (316 ms total) 33: 33: [----------] 1 test from std_algorithms_mod_seq_ops 33: [ RUN ] std_algorithms_mod_seq_ops.move_backward 33: [ OK ] std_algorithms_mod_seq_ops.move_backward (130 ms) 33: [----------] 1 test from std_algorithms_mod_seq_ops (130 ms total) 33: 33: [----------] Global test environment tear-down 33: [==========] 13 tests from 10 test suites ran. (6869 ms total) 33: [ PASSED ] 13 tests. 32: MallocFree/N:16777216/manual_time 356 us 161 us 4956 2.80607k/s 33/49 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_C .......... Passed 7.48 sec test 34 Start 34: Kokkos_AlgorithmsUnitTest_StdSet_D 34: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 34: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests 34: Test timeout computed to be: 1500 [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_a.cpp.o 34: [==========] Running 31 tests from 5 test suites. 34: [----------] Global test environment set-up. 34: [----------] 3 tests from std_algorithms_mod_ops_test 34: [ RUN ] std_algorithms_mod_ops_test.move 34: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 34: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 34: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (102 ms) 34: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 34: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 34: [----------] 3 tests from std_algorithms_mod_ops_test (103 ms total) 34: 34: [----------] 12 tests from std_algorithms_mod_seq_ops_test 34: [ RUN ] std_algorithms_mod_seq_ops_test.copy 34: [ OK ] std_algorithms_mod_seq_ops_test.copy (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 34: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 34: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 34: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 34: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.fill 34: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 34: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 34: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 34: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.generate 34: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 34: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 34: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 34: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (1 ms) 34: [----------] 12 tests from std_algorithms_mod_seq_ops_test (6 ms total) 34: 34: [----------] 4 tests from std_algorithms_replace_ops_test 34: [ RUN ] std_algorithms_replace_ops_test.replace 34: [ OK ] std_algorithms_replace_ops_test.replace (48 ms) 34: [ RUN ] std_algorithms_replace_ops_test.replace_if 34: [ OK ] std_algorithms_replace_ops_test.replace_if (195 ms) 34: [ RUN ] std_algorithms_replace_ops_test.replace_copy 32: MallocFree/N:268435456/manual_time 6475 us 408 us 109 154.43/s 34: [ OK ] std_algorithms_replace_ops_test.replace_copy (83 ms) 34: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 34: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (78 ms) 34: [----------] 4 tests from std_algorithms_replace_ops_test (406 ms total) 34: 34: [----------] 11 tests from std_algorithms_mod_seq_ops 34: [ RUN ] std_algorithms_mod_seq_ops.copy_if 34: [ OK ] std_algorithms_mod_seq_ops.copy_if (79 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.unique 34: [ OK ] std_algorithms_mod_seq_ops.unique (407 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 34: [ OK ] std_algorithms_mod_seq_ops.unique_copy (167 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.remove 34: [ OK ] std_algorithms_mod_seq_ops.remove (118 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.remove_if 34: [ OK ] std_algorithms_mod_seq_ops.remove_if (124 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 34: [ OK ] std_algorithms_mod_seq_ops.remove_copy (282 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 32: MallocFree/N:4294967296/manual_time 124469 us 3158 us 7 8.03415/s 34: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (116 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.rotate [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o 32: MallocTouch/N:1/manual_time 10.4 us 21.1 us 66540 95.8951k/s 34: [ OK ] std_algorithms_mod_seq_ops.rotate (1574 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 34: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (593 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.shift_left 32: MallocTouch/N:16/manual_time 10.4 us 21.1 us 67383 96.1557k/s [ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o 34: [ OK ] std_algorithms_mod_seq_ops.shift_left (1598 ms) 34: [ RUN ] std_algorithms_mod_seq_ops.shift_right 28: Test_Atomic/100000/iterations:10 3.54 s 3.53 s 10 1 4 2.63836m 1.29744m 55.8u 704.983M 135.48k 704.983M 32: MallocTouch/N:256/manual_time 10.4 us 21.0 us 67278 96.1641k/s 34: [ OK ] std_algorithms_mod_seq_ops.shift_right (1575 ms) 34: [----------] 11 tests from std_algorithms_mod_seq_ops (6639 ms total) 34: 34: [----------] 1 test from std_algorithms_modseq_test 34: [ RUN ] std_algorithms_modseq_test.reverse 34: [ OK ] std_algorithms_modseq_test.reverse (84 ms) 34: [----------] 1 test from std_algorithms_modseq_test (84 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 31 tests from 5 test suites ran. (7240 ms total) 34: [ PASSED ] 31 tests. [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o 34/49 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_D .......... Passed 7.86 sec test 35 Start 35: Kokkos_AlgorithmsUnitTest_StdSet_E 35: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 35: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests 35: Test timeout computed to be: 1500 35: [==========] Running 15 tests from 6 test suites. 35: [----------] Global test environment set-up. 35: [----------] 2 tests from std_algorithms_sorting_ops_test 35: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 35: [ OK ] std_algorithms_sorting_ops_test.is_sorted (117 ms) 35: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 35: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (18 ms) 35: [----------] 2 tests from std_algorithms_sorting_ops_test (136 ms total) 35: 35: [----------] 4 tests from std_algorithms_partitioning_test 35: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 35: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 35: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 35: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (2 ms) 35: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 35: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (2 ms) 35: [ RUN ] std_algorithms_partitioning_test.partition_point 35: [ OK ] std_algorithms_partitioning_test.partition_point (2 ms) 35: [----------] 4 tests from std_algorithms_partitioning_test (8 ms total) 35: 35: [----------] 1 test from std_algorithms_partitioning_ops 35: [ RUN ] std_algorithms_partitioning_ops.partition_copy 35: [ OK ] std_algorithms_partitioning_ops.partition_copy (75 ms) 35: [----------] 1 test from std_algorithms_partitioning_ops (75 ms total) 35: 35: [----------] 1 test from std_algorithms_numerics_ops_test 35: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 32: MallocTouch/N:4096/manual_time 17.8 us 28.8 us 39203 56.0581k/s 35: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (131 ms) 35: [----------] 1 test from std_algorithms_numerics_ops_test (131 ms total) 35: 35: [----------] 6 tests from std_algorithms_numeric_ops_test 35: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 35: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (1107 ms) 35: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 35: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 35: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan 32: MallocTouch/N:65536/manual_time 17.9 us 28.7 us 39263 55.9755k/s [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o 35: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (398 ms) 35: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 35: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 35: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 35: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 35: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 35: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 35: [----------] 6 tests from std_algorithms_numeric_ops_test (1506 ms total) 35: 35: [----------] 1 test from std_algorithms_transform_ops_test 35: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 35: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (61 ms) 35: [----------] 1 test from std_algorithms_transform_ops_test (61 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 15 tests from 6 test suites ran. (1919 ms total) 35: [ PASSED ] 15 tests. [ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o 35/49 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_E .......... Passed 2.52 sec test 36 Start 36: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 36: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 36: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests 36: Test timeout computed to be: 1500 36: [==========] Running 5 tests from 4 test suites. 36: [----------] Global test environment set-up. 36: [----------] 2 tests from std_algorithms_count_team_test 36: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero 32: MallocTouch/N:1048576/manual_time 77.3 us 134 us 9039 12.9377k/s [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_b.cpp.o 36: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (1227 ms) 36: [ RUN ] std_algorithms_count_team_test.count_returns_zero 36: [ OK ] std_algorithms_count_team_test.count_returns_zero (614 ms) 36: [----------] 2 tests from std_algorithms_count_team_test (1841 ms total) 36: 36: [----------] 1 test from std_algorithms_count_if_team_test 36: [ RUN ] std_algorithms_count_if_team_test.test 36: [ OK ] std_algorithms_count_if_team_test.test (718 ms) 36: [----------] 1 test from std_algorithms_count_if_team_test (718 ms total) 36: 36: [----------] 1 test from std_algorithms_for_each_team_test 36: [ RUN ] std_algorithms_for_each_team_test.test 36: [ OK ] std_algorithms_for_each_team_test.test (892 ms) 36: [----------] 1 test from std_algorithms_for_each_team_test (892 ms total) 36: 36: [----------] 1 test from std_algorithms_for_each_n_team_test 36: [ RUN ] std_algorithms_for_each_n_team_test.test 32: MallocTouch/N:16777216/manual_time 316 us 170 us 7708 3.16241k/s 36: [ OK ] std_algorithms_for_each_n_team_test.test (871 ms) 36: [----------] 1 test from std_algorithms_for_each_n_team_test (871 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 5 tests from 4 test suites ran. (4324 ms total) 36: [ PASSED ] 5 tests. 36/49 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ..... Passed 4.93 sec test 37 Start 37: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 37: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 37: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests 37: Test timeout computed to be: 1500 [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D 32: MallocTouch/N:268435456/manual_time 6250 us 560 us 110 160.006/s 37: [==========] Running 2 tests from 1 test suite. 37: [----------] Global test environment set-up. 37: [----------] 2 tests from std_algorithms_equal_team_test 37: [ RUN ] std_algorithms_equal_team_test.views_are_equal [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o 32: MallocTouch/N:4294967296/manual_time 116977 us 5640 us 10 8.54866/s 32: MallocTouchFree/N:1/manual_time 21.2 us 21.2 us 32733 47.0961k/s 32: MallocTouchFree/N:16/manual_time 21.1 us 21.1 us 33217 47.3267k/s 32: MallocTouchFree/N:256/manual_time 21.1 us 21.1 us 33209 47.4855k/s [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o 37: [ OK ] std_algorithms_equal_team_test.views_are_equal (4751 ms) 37: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 32: MallocTouchFree/N:4096/manual_time 28.3 us 28.3 us 24676 35.2881k/s 32: MallocTouchFree/N:65536/manual_time 28.3 us 28.3 us 24652 35.2752k/s [ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_subview.cpp.o [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ScanUnit.cpp.o 32: MallocTouchFree/N:1048576/manual_time 139 us 138 us 5003 7.19253k/s [ 79%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A 32: MallocTouchFree/N:16777216/manual_time 336 us 179 us 4273 2.97548k/s 37: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (3911 ms) 37: [----------] 2 tests from std_algorithms_equal_team_test (8663 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 2 tests from 1 test suite ran. (8663 ms total) 37: [ PASSED ] 2 tests. 37/49 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ..... Passed 9.28 sec test 38 Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 38: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 38: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests 38: Test timeout computed to be: 1500 38: [==========] Running 0 tests from 0 test suites. 38: [==========] 0 tests from 0 test suites ran. (0 ms total) 38: [ PASSED ] 0 tests. 32: MallocTouchFree/N:268435456/manual_time 6465 us 618 us 105 154.677/s [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o 38/49 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ..... Passed 0.56 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 39: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 39: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests 39: Test timeout computed to be: 1500 39: [==========] Running 3 tests from 3 test suites. 39: [----------] Global test environment set-up. 39: [----------] 1 test from std_algorithms_min_element_team_test 39: [ RUN ] std_algorithms_min_element_team_test.test 39: [ OK ] std_algorithms_min_element_team_test.test (0 ms) 39: [----------] 1 test from std_algorithms_min_element_team_test (0 ms total) 39: 39: [----------] 1 test from std_algorithms_max_element_team_test 39: [ RUN ] std_algorithms_max_element_team_test.test 39: [ OK ] std_algorithms_max_element_team_test.test (0 ms) 39: [----------] 1 test from std_algorithms_max_element_team_test (0 ms total) 39: 39: [----------] 1 test from std_algorithms_minmax_element_team_test 39: [ RUN ] std_algorithms_minmax_element_team_test.test 39: [ OK ] std_algorithms_minmax_element_team_test.test (0 ms) 39: [----------] 1 test from std_algorithms_minmax_element_team_test (0 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 3 tests from 3 test suites ran. (0 ms total) 39: [ PASSED ] 3 tests. 39/49 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ..... Passed 0.56 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 40: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 40: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests 40: Test timeout computed to be: 1500 [ 79%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A 40: [==========] Running 6 tests from 6 test suites. 40: [----------] Global test environment set-up. 40: [----------] 1 test from std_algorithms_fill_team_test 40: [ RUN ] std_algorithms_fill_team_test.test [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o 40: [ OK ] std_algorithms_fill_team_test.test (799 ms) 40: [----------] 1 test from std_algorithms_fill_team_test (799 ms total) 40: 40: [----------] 1 test from std_algorithms_fill_n_team_test 40: [ RUN ] std_algorithms_fill_n_team_test.test 32: MallocTouchFree/N:4294967296/manual_time 129193 us 5981 us 9 7.74038/s [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Spaces.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o 32: ---------------------------------------------------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations FOM: GB/s MB 32: ---------------------------------------------------------------------------------------------------------------------------------------------- 32: ViewAllocate_Rank1/N:10/manual_time 0.018 s 0.002 s 100 44.7525/s 800 32: ViewAllocate_Rank1/N:10/manual_time 0.018 s 0.002 s 37 44.1731/s 800 40: [ OK ] std_algorithms_fill_n_team_test.test (2101 ms) 40: [----------] 1 test from std_algorithms_fill_n_team_test (2101 ms total) 40: 40: [----------] 1 test from std_algorithms_replace_team_test 40: [ RUN ] std_algorithms_replace_team_test.test 40: [ OK ] std_algorithms_replace_team_test.test (785 ms) 40: [----------] 1 test from std_algorithms_replace_team_test (785 ms total) 40: 40: [----------] 1 test from std_algorithms_replace_if_team_test 40: [ RUN ] std_algorithms_replace_if_team_test.test [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Memory_Requirements.cpp.o 32: ViewAllocate_Rank2/N:10/manual_time 0.019 s 0.002 s 37 41.8361/s 800 [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratchStreams.cpp.o 40: [ OK ] std_algorithms_replace_if_team_test.test (970 ms) 40: [----------] 1 test from std_algorithms_replace_if_team_test (970 ms total) 40: 40: [----------] 1 test from std_algorithms_replace_copy_team_test 40: [ RUN ] std_algorithms_replace_copy_team_test.test [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o 32: ViewAllocate_Rank2/N:10/manual_time 0.019 s 0.002 s 38 42.9249/s 800 32: ViewAllocate_Rank3/N:10/manual_time 0.019 s 0.002 s 38 42.9522/s 800 40: [ OK ] std_algorithms_replace_copy_team_test.test (2099 ms) 40: [----------] 1 test from std_algorithms_replace_copy_team_test (2099 ms total) 40: 40: [----------] 1 test from std_algorithms_replace_copy_if_team_test 40: [ RUN ] std_algorithms_replace_copy_if_team_test.test 32: ViewAllocate_Rank3/N:10/manual_time 0.019 s 0.002 s 37 41.862/s 800 [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o 32: ViewAllocate_Rank4/N:10/manual_time 0.019 s 0.002 s 38 42.926/s 800 40: [ OK ] std_algorithms_replace_copy_if_team_test.test (1825 ms) 40: [----------] 1 test from std_algorithms_replace_copy_if_team_test (1825 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 6 tests from 6 test suites ran. (8581 ms total) 40: [ PASSED ] 6 tests. 32: ViewAllocate_Rank4/N:10/manual_time 0.018 s 0.002 s 37 44.0104/s 800 40/49 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ..... Passed 9.20 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 41: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 41: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests 41: Test timeout computed to be: 1500 [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AsyncLauncher.cpp.o 41: [==========] Running 4 tests from 4 test suites. 41: [----------] Global test environment set-up. 41: [----------] 1 test from std_algorithms_reverse_team_test 41: [ RUN ] std_algorithms_reverse_team_test.test 32: ViewAllocate_Rank5/N:10/manual_time 0.018 s 0.002 s 37 44.0241/s 800 41: [ OK ] std_algorithms_reverse_team_test.test (800 ms) 41: [----------] 1 test from std_algorithms_reverse_team_test (800 ms total) 41: 41: [----------] 1 test from std_algorithms_reverse_copy_team_test 41: [ RUN ] std_algorithms_reverse_copy_team_test.test 32: ViewAllocate_Rank5/N:10/manual_time 0.019 s 0.002 s 38 42.9267/s 800 41: [ OK ] std_algorithms_reverse_copy_team_test.test (1257 ms) 41: [----------] 1 test from std_algorithms_reverse_copy_team_test (1257 ms total) 41: 41: [----------] 1 test from std_algorithms_rotate_team_test 41: [ RUN ] std_algorithms_rotate_team_test.test [ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlocksizeDeduction.cpp.o 32: ViewAllocate_Rank6/N:10/manual_time 0.019 s 0.002 s 37 41.8848/s 800 32: ViewAllocate_Rank6/N:10/manual_time 0.019 s 0.002 s 37 41.8299/s 800 [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o 32: ViewAllocate_Rank7/N:10/manual_time 0.019 s 0.002 s 38 42.9527/s 800 [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o 32: ViewAllocate_Rank7/N:10/manual_time 0.019 s 0.002 s 38 42.8263/s 800 41: [ OK ] std_algorithms_rotate_team_test.test (2721 ms) 41: [----------] 1 test from std_algorithms_rotate_team_test (2721 ms total) 41: 41: [----------] 1 test from std_algorithms_rotate_copy_team_test 41: [ RUN ] std_algorithms_rotate_copy_team_test.test [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o 32: ViewAllocate_Rank8/N:10/manual_time 0.019 s 0.002 s 38 42.9065/s 800 [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F 32: ViewAllocate_Rank8/N:10/manual_time 0.019 s 0.002 s 38 42.9377/s 800 [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewHooks.cpp.o [ 79%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o [ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o [ 79%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B 32: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 393 908.317/s 1.6k [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o 32: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 410 967.593/s 1.6k 41: [ OK ] std_algorithms_rotate_copy_team_test.test (4691 ms) 41: [----------] 1 test from std_algorithms_rotate_copy_team_test (4691 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 4 tests from 4 test suites ran. (9471 ms total) 41: [ PASSED ] 4 tests. [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o 41/49 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ..... Passed 10.08 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 42: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 42: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests 42: Test timeout computed to be: 1500 32: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 409 965.902/s 1.6k 42: [==========] Running 4 tests from 4 test suites. 42: [----------] Global test environment set-up. 42: [----------] 1 test from std_algorithms_move_team_test 42: [ RUN ] std_algorithms_move_team_test.test [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o 32: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 409 967.361/s 1.6k [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o 32: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 409 966.213/s 1.6k 42: [ OK ] std_algorithms_move_team_test.test (1615 ms) 42: [----------] 1 test from std_algorithms_move_team_test (1615 ms total) 42: 42: [----------] 1 test from std_algorithms_move_backward_team_test 42: [ RUN ] std_algorithms_move_backward_team_test.test [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o 32: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 409 967.412/s 1.6k [ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o 32: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 409 966.23/s 1.6k 42: [ OK ] std_algorithms_move_backward_team_test.test (1481 ms) 42: [----------] 1 test from std_algorithms_move_backward_team_test (1481 ms total) 42: 42: [----------] 1 test from std_algorithms_shift_left_team_test 42: [ RUN ] std_algorithms_shift_left_team_test.test [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o 32: ViewDeepCopy_Rank2/N:10/manual_time 0.005 s 0.005 s 150 345.813/s 1.6k [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o 32: ViewDeepCopy_Rank3/N:10/manual_time 0.012 s 0.012 s 58 137.238/s 1.6k 32: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 409 966.25/s 1.6k 32: ViewDeepCopy_Rank2/N:10/manual_time 0.004 s 0.004 s 166 379.158/s 1.6k [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o 32: ViewDeepCopy_Rank3/N:10/manual_time 0.004 s 0.004 s 158 364.414/s 1.6k 42: [ OK ] std_algorithms_shift_left_team_test.test (4660 ms) 42: [----------] 1 test from std_algorithms_shift_left_team_test (4660 ms total) 42: 42: [----------] 1 test from std_algorithms_shift_right_team_test 42: [ RUN ] std_algorithms_shift_right_team_test.test 32: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 409 967.468/s 1.6k [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o 32: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 409 965.58/s 1.6k [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o [ OK ] serial.reduce_device_view_mdrange_policy (84862 ms) [ RUN ] serial.reduce_device_view_team_policy 32: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 409 967.525/s 1.6k [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o 32: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 409 966.392/s 1.6k [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o 42: [ OK ] std_algorithms_shift_right_team_test.test (4252 ms) 42: [----------] 1 test from std_algorithms_shift_right_team_test (4252 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 4 tests from 4 test suites ran. (12009 ms total) 42: [ PASSED ] 4 tests. 42/49 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ..... Passed 12.62 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 43: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 43: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests 43: Test timeout computed to be: 1500 43: [==========] Running 9 tests from 9 test suites. 43: [----------] Global test environment set-up. 43: [----------] 1 test from std_algorithms_copy_team_test 43: [ RUN ] std_algorithms_copy_team_test.test 32: ViewDeepCopy_Rank4/N:10/manual_time 0.012 s 0.012 s 56 132.942/s 1.6k 32: ViewDeepCopy_Rank5/N:10/manual_time 0.012 s 0.012 s 55 129.646/s 1.6k [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o 32: ViewDeepCopy_Rank4/N:10/manual_time 0.005 s 0.005 s 136 340.341/s 1.6k 43: [ OK ] std_algorithms_copy_team_test.test (1845 ms) 43: [----------] 1 test from std_algorithms_copy_team_test (1845 ms total) 43: 43: [----------] 1 test from std_algorithms_copy_n_team_test 43: [ RUN ] std_algorithms_copy_n_team_test.test [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o 32: ViewDeepCopy_Rank5/N:10/manual_time 0.008 s 0.008 s 80 197.679/s 1.6k 32: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 409 966.381/s 1.6k 32: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 409 967.629/s 1.6k 32: ViewDeepCopy_Rank6/N:10/manual_time 0.023 s 0.023 s 30 70.2341/s 1.6k 32: ViewDeepCopy_Rank6/N:10/manual_time 0.005 s 0.005 s 132 322.019/s 1.6k 32: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 409 967.334/s 1.6k 43: [ OK ] std_algorithms_copy_n_team_test.test (4465 ms) 43: [----------] 1 test from std_algorithms_copy_n_team_test (4465 ms total) 43: 43: [----------] 1 test from std_algorithms_copy_backward_team_test 43: [ RUN ] std_algorithms_copy_backward_team_test.test [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o 32: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 409 966.187/s 1.6k 43: [ OK ] std_algorithms_copy_backward_team_test.test (1490 ms) 43: [----------] 1 test from std_algorithms_copy_backward_team_test (1490 ms total) 43: 43: [----------] 1 test from std_algorithms_copy_if_team_test 43: [ RUN ] std_algorithms_copy_if_team_test.test 32: ViewDeepCopy_Rank7/N:10/manual_time 0.019 s 0.019 s 37 85.4246/s 1.6k [ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o 32: ViewDeepCopy_Rank7/N:10/manual_time 0.006 s 0.006 s 105 265.056/s 1.6k [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o 43: [ OK ] std_algorithms_copy_if_team_test.test (1630 ms) 43: [----------] 1 test from std_algorithms_copy_if_team_test (1630 ms total) 43: 43: [----------] 1 test from std_algorithms_unique_copy_team_test 43: [ RUN ] std_algorithms_unique_copy_team_test.test 32: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 409 966.367/s 1.6k [ OK ] serial.reduce_device_view_team_policy (22418 ms) [ RUN ] serial.reducers_int [ OK ] serial.reducers_int (13 ms) [ RUN ] serial.reducers_double [ OK ] serial.reducers_double (13 ms) [ RUN ] serial.reducers_complex_double [ OK ] serial.reducers_complex_double (4 ms) [ RUN ] serial.reducers_struct [ OK ] serial.reducers_struct (4 ms) [ RUN ] serial.reducers_half_t [ OK ] serial.reducers_half_t (2 ms) [ RUN ] serial.reducers_bhalf_t [ OK ] serial.reducers_bhalf_t (1 ms) [ RUN ] serial.reducers_int8_t [ OK ] serial.reducers_int8_t (0 ms) [ RUN ] serial.reducers_int16_t [ OK ] serial.reducers_int16_t (1 ms) [ RUN ] serial.reducers_point_t [ OK ] serial.reducers_point_t (0 ms) [ RUN ] serial.reducers_bool [ OK ] serial.reducers_bool (0 ms) [ RUN ] serial.complex_construction [ OK ] serial.complex_construction (0 ms) [ RUN ] serial.complex_basic_math [ OK ] serial.complex_basic_math (0 ms) [ RUN ] serial.complex_special_funtions [ OK ] serial.complex_special_funtions (0 ms) [ RUN ] serial.complex_io [ OK ] serial.complex_io (0 ms) [ RUN ] serial.complex_trivially_copyable [ OK ] serial.complex_trivially_copyable (0 ms) [ RUN ] serial.complex_issue_3865 [ OK ] serial.complex_issue_3865 (0 ms) [ RUN ] serial.complex_operations_arithmetic_types_overloads [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) [ RUN ] serial.atomic_operations_int [ OK ] serial.atomic_operations_int (4 ms) [ RUN ] serial.atomic_operations_unsigned [ OK ] serial.atomic_operations_unsigned (3 ms) [ RUN ] serial.atomic_operations_long [ OK ] serial.atomic_operations_long (4 ms) [ RUN ] serial.atomic_operations_unsignedlong [ OK ] serial.atomic_operations_unsignedlong (3 ms) [ RUN ] serial.atomic_operations_longlong [ OK ] serial.atomic_operations_longlong (4 ms) [ RUN ] serial.atomic_operations_double [ OK ] serial.atomic_operations_double (1 ms) [ RUN ] serial.atomic_operations_float [ OK ] serial.atomic_operations_float (1 ms) [ RUN ] serial.atomic_operations_complexfloat [ OK ] serial.atomic_operations_complexfloat (1 ms) [ RUN ] serial.atomic_operations_complexdouble [ OK ] serial.atomic_operations_complexdouble (1 ms) [ RUN ] serial.atomic_views_integral [ OK ] serial.atomic_views_integral (762 ms) [ RUN ] serial.atomic_views_nonintegral [ OK ] serial.atomic_views_nonintegral (418 ms) [ RUN ] serial.atomic_view_api [ OK ] serial.atomic_view_api (0 ms) [ RUN ] serial.atomics [ OK ] serial.atomics (20 ms) [ RUN ] serial.atomics_tpetra_max_abs [ OK ] serial.atomics_tpetra_max_abs (0 ms) [ RUN ] serial.team_for [ OK ] serial.team_for (0 ms) [ RUN ] serial.team_reduce [ OK ] serial.team_reduce (0 ms) [ RUN ] serial.team_reduce_large 32: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 409 967.581/s 1.6k 43: [ OK ] std_algorithms_unique_copy_team_test.test (2228 ms) 43: [----------] 1 test from std_algorithms_unique_copy_team_test (2228 ms total) 43: 43: [----------] 1 test from std_algorithms_remove_team_test 43: [ RUN ] std_algorithms_remove_team_test.test 32: ViewDeepCopy_Rank8/N:10/manual_time 0.021 s 0.021 s 33 76.3993/s 1.6k 32: ViewDeepCopy_Rank8/N:10/manual_time 0.006 s 0.006 s 101 266.24/s 1.6k 43: [ OK ] std_algorithms_remove_team_test.test (1241 ms) 43: [----------] 1 test from std_algorithms_remove_team_test (1241 ms total) 43: 43: [----------] 1 test from std_algorithms_remove_if_team_test 43: [ RUN ] std_algorithms_remove_if_team_test.test 32: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 424 1003.62/s 1.6k 43: [ OK ] std_algorithms_remove_if_team_test.test (1267 ms) 43: [----------] 1 test from std_algorithms_remove_if_team_test (1267 ms total) 43: 43: [----------] 1 test from std_algorithms_remove_copy_team_test 43: [ RUN ] std_algorithms_remove_copy_team_test.test 32: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 424 1003.61/s 1.6k [ 98%] Linking CXX executable Kokkos_CoreUnitTest_HIP 32: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 424 1003.57/s 1.6k 32: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 424 1003.79/s 1.6k 43: [ OK ] std_algorithms_remove_copy_team_test.test (1961 ms) 43: [----------] 1 test from std_algorithms_remove_copy_team_test (1961 ms total) 43: 43: [----------] 1 test from std_algorithms_remove_copy_if_team_test 43: [ RUN ] std_algorithms_remove_copy_if_team_test.test [ 98%] Built target Kokkos_CoreUnitTest_HIP [ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o 32: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 661 755.575/s 800 32: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 661 754.594/s 800 43: [ OK ] std_algorithms_remove_copy_if_team_test.test (1847 ms) 43: [----------] 1 test from std_algorithms_remove_copy_if_team_test (1847 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 9 tests from 9 test suites ran. (17978 ms total) 43: [ PASSED ] 9 tests. 43/49 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ..... Passed 18.59 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 44: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 44: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests 44: Test timeout computed to be: 1500 44: [==========] Running 2 tests from 2 test suites. 44: [----------] Global test environment set-up. 44: [----------] 1 test from std_algorithms_unique_team_test 44: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 32: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 661 755.265/s 800 [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o [ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o 32: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 661 755.299/s 800 [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o 32: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 661 755.376/s 800 [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o 44: [ OK ] std_algorithms_unique_team_test.test_default_predicate (2022 ms) 44: [----------] 1 test from std_algorithms_unique_team_test (2023 ms total) 44: 44: [----------] 1 test from std_algorithms_adjacent_difference_team_test 44: [ RUN ] std_algorithms_adjacent_difference_team_test.test 32: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 661 755.369/s 800 [ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o [ 80%] Linking CXX executable Kokkos_UnitTest_Random 32: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 661 755.196/s 800 [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o 32: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 661 755.31/s 800 [ 80%] Built target Kokkos_UnitTest_Random 32: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 661 755.522/s 800 [ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_StaticCrsGraph.cpp.o 44: [ OK ] std_algorithms_adjacent_difference_team_test.test (3264 ms) 44: [----------] 1 test from std_algorithms_adjacent_difference_team_test (3264 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 2 tests from 2 test suites ran. (5287 ms total) 44: [ PASSED ] 2 tests. 44/49 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ..... Passed 5.89 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 45: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 45: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests 45: Test timeout computed to be: 1500 45: [==========] Running 6 tests from 2 test suites. 45: [----------] Global test environment set-up. 45: [----------] 2 tests from std_algorithms_is_sorted_team_test 45: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted 32: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 661 755.54/s 800 45: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (891 ms) 45: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 32: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 661 755.539/s 800 32: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 661 755.537/s 800 45: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1390 ms) 45: [----------] 2 tests from std_algorithms_is_sorted_team_test (2281 ms total) 45: 45: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 45: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 45: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (71 ms) 45: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 45: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (78 ms) 45: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 32: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 661 755.504/s 800 32: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 661 755.448/s 800 45: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1149 ms) 45: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 45: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (772 ms) 45: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2072 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 6 tests from 2 test suites ran. (4353 ms total) 45: [ PASSED ] 6 tests. 32: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 661 754.998/s 800 45/49 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ..... Passed 4.96 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 46: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 46: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests 46: Test timeout computed to be: 1500 32: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 661 755.248/s 800 46: [==========] Running 4 tests from 4 test suites. 46: [----------] Global test environment set-up. 46: [----------] 1 test from std_algorithms_transform_team_test 46: [ RUN ] std_algorithms_transform_team_test.test_unary_op 32: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 662 756.927/s 800 [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o 32: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 662 756.885/s 800 32: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.62198k/s 1.6k 32: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.82888k/s 1.6k 32: ViewResize_Rank2/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.03293k/s 1.6k 32: ViewResize_Rank2/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.04358k/s 1.6k 32: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.09626k/s 1.6k 32: ViewResize_Rank3/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.4676k/s 1.6k 32: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.52253k/s 1.6k 32: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.48745k/s 1.6k 32: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.63867k/s 1.6k 32: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.65131k/s 1.6k 32: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.84131k/s 1.6k 32: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.86468k/s 1.6k 32: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.92637k/s 1.6k 32: ViewResize_Rank4/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.58976k/s 1.6k 32: ViewResize_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.14568k/s 1.6k 32: ViewResize_Rank5/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 1.83028k/s 1.6k 32: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.66844k/s 1.6k 32: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.98651k/s 1.6k 32: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.27915k/s 1.6k 32: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.01628k/s 1.6k 32: ViewResize_Rank6/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.25114k/s 1.6k 32: ViewResize_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.51492k/s 1.6k 32: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.004 s 0.000 s 10 363.182/s 1.6k 32: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 403.33/s 1.6k 32: ViewResize_Rank7/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 427.257/s 1.6k 46: [ OK ] std_algorithms_transform_team_test.test_unary_op (1814 ms) 46: [----------] 1 test from std_algorithms_transform_team_test (1814 ms total) 46: 46: [----------] 1 test from std_algorithms_generate_team_test 46: [ RUN ] std_algorithms_generate_team_test.test_unary_op 32: ViewResize_Rank7/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 400.294/s 1.6k 32: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.003 s 0.001 s 10 466.629/s 1.6k 32: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 397.671/s 1.6k 32: ViewResize_Rank8/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 412.519/s 1.6k 32: ViewResize_Rank8/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 412.834/s 1.6k 32: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 448.999/s 1.6k 32: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 423.527/s 1.6k 32: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.023 s 0.003 s 10 69.0949/s 1.6k 32: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.023 s 0.003 s 10 69.1743/s 1.6k [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o 32/59 Test #32: Kokkos_PerformanceTest_Benchmark ................. Passed 122.35 sec test 33 Start 33: Kokkos_Benchmark_Atomic_MinMax 33: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2024-03-29_T02-32-02.json" 33: Test timeout computed to be: 1500 46: [ OK ] std_algorithms_generate_team_test.test_unary_op (2049 ms) 46: [----------] 1 test from std_algorithms_generate_team_test (2049 ms total) 46: 46: [----------] 1 test from std_algorithms_generate_n_team_test 46: [ RUN ] std_algorithms_generate_n_team_test.test 33: 2024-03-29T03:09:04+00:00 33: Running /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 33: Run on (6 X 2095.08 MHz CPU s) 33: CPU Caches: 33: L1 Data 32 KiB (x6) 33: L1 Instruction 32 KiB (x6) 33: L2 Unified 4096 KiB (x6) 33: L3 Unified 16384 KiB (x6) 33: Load Average: 1.07, 4.20, 6.09 33: CPU architecture: none 33: Default Device: N6Kokkos4CudaE 33: GIT_BRANCH: HEAD 33: GIT_CLEAN_STATUS: CLEAN 33: GIT_COMMIT_DATE: 2024-03-29T02:31:12+00:00 33: GIT_COMMIT_DESCRIPTION: Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD 33: GIT_COMMIT_HASH: 71c621a05 33: GPU architecture: VOLTA70 33: KOKKOS_COMPILER_CLANG: 1200 33: KOKKOS_ENABLE_ASM: no 33: KOKKOS_ENABLE_CUDA: yes 33: KOKKOS_ENABLE_CUDA_LAMBDA: yes 33: KOKKOS_ENABLE_CUDA_LDG_INTRINSIC: yes 33: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 33: KOKKOS_ENABLE_CUDA_UVM: no 33: KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA: yes 33: KOKKOS_ENABLE_CXX17: yes 33: KOKKOS_ENABLE_CXX20: no 33: KOKKOS_ENABLE_CXX23: no 33: KOKKOS_ENABLE_CXX26: no 33: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 33: KOKKOS_ENABLE_HWLOC: no 33: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes 33: KOKKOS_ENABLE_LIBDL: yes 33: KOKKOS_ENABLE_PRAGMA_IVDEP: no 33: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 33: KOKKOS_ENABLE_PRAGMA_UNROLL: no 33: KOKKOS_ENABLE_PRAGMA_VECTOR: no 33: KOKKOS_ENABLE_SERIAL: yes 33: Kokkos: Cuda[ 0 ] Tesla V100S-PCIE-32GB capability 7.0, Total Global Memory: 31.73 G, Shared Memory per Block: 48 K : Selected 33: Kokkos Version: 4.3.99 33: macro KOKKOS_ENABLE_CUDA: defined 33: platform: 64bit 33: ---------------------------------------------------------------------------------------------------------------------------------------- 33: Benchmark Time CPU Iterations 33: ---------------------------------------------------------------------------------------------------------------------------------------- 33: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 33/59 Test #33: Kokkos_Benchmark_Atomic_MinMax ................... Passed 0.78 sec test 34 Start 34: Kokkos_PerformanceTest_Mempool 34: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2024-03-29_T02-32-02.json" 34: Test timeout computed to be: 1500 34: 2024-03-29T03:09:05+00:00 34: Running /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Mempool 34: Run on (6 X 2095.08 MHz CPU s) 34: CPU Caches: 34: L1 Data 32 KiB (x6) 34: L1 Instruction 32 KiB (x6) 34: L2 Unified 4096 KiB (x6) 34: L3 Unified 16384 KiB (x6) 34: Load Average: 1.07, 4.20, 6.09 34: CPU architecture: none 34: Default Device: N6Kokkos4CudaE 34: GIT_BRANCH: HEAD 34: GIT_CLEAN_STATUS: CLEAN 34: GIT_COMMIT_DATE: 2024-03-29T02:31:12+00:00 34: GIT_COMMIT_DESCRIPTION: Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD 34: GIT_COMMIT_HASH: 71c621a05 34: GPU architecture: VOLTA70 34: KOKKOS_COMPILER_CLANG: 1200 34: KOKKOS_ENABLE_ASM: no 34: KOKKOS_ENABLE_CUDA: yes 34: KOKKOS_ENABLE_CUDA_LAMBDA: yes 34: KOKKOS_ENABLE_CUDA_LDG_INTRINSIC: yes 34: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 34: KOKKOS_ENABLE_CUDA_UVM: no 34: KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA: yes 34: KOKKOS_ENABLE_CXX17: yes 34: KOKKOS_ENABLE_CXX20: no 34: KOKKOS_ENABLE_CXX23: no 34: KOKKOS_ENABLE_CXX26: no 34: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 34: KOKKOS_ENABLE_HWLOC: no 34: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes 34: KOKKOS_ENABLE_LIBDL: yes 34: KOKKOS_ENABLE_PRAGMA_IVDEP: no 34: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 34: KOKKOS_ENABLE_PRAGMA_UNROLL: no 34: KOKKOS_ENABLE_PRAGMA_VECTOR: no 34: KOKKOS_ENABLE_SERIAL: yes 34: Kokkos: Cuda[ 0 ] Tesla V100S-PCIE-32GB capability 7.0, Total Global Memory: 31.73 G, Shared Memory per Block: 48 K : Selected 34: Kokkos Version: 4.3.99 34: macro KOKKOS_ENABLE_CUDA: defined 34: platform: 64bit 46: [ OK ] std_algorithms_generate_n_team_test.test (2106 ms) 46: [----------] 1 test from std_algorithms_generate_n_team_test (2106 ms total) 46: 46: [----------] 1 test from std_algorithms_swap_ranges_team_test 46: [ RUN ] std_algorithms_swap_ranges_team_test.test 34: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 34: Benchmark Time CPU Iterations FOM: fill ops per second 34: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 34: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 5259 48.7655M/s 46: [ OK ] std_algorithms_swap_ranges_team_test.test (1767 ms) 46: [----------] 1 test from std_algorithms_swap_ranges_team_test (1767 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 4 tests from 4 test suites ran. (7738 ms total) 46: [ PASSED ] 4 tests. 46/49 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ..... Passed 8.34 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 47: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 47: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests 47: Test timeout computed to be: 1500 47: [==========] Running 1 test from 1 test suite. 47: [----------] Global test environment set-up. 47: [----------] 1 test from std_algorithms_exclusive_scan_team_test 47: [ RUN ] std_algorithms_exclusive_scan_team_test.test [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o 47: [ OK ] std_algorithms_exclusive_scan_team_test.test (3650 ms) 47: [----------] 1 test from std_algorithms_exclusive_scan_team_test (3650 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 1 test from 1 test suite ran. (3650 ms total) 47: [ PASSED ] 1 test. 47/49 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ..... Passed 4.25 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 48: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 48: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests 48: Test timeout computed to be: 1500 48: [==========] Running 1 test from 1 test suite. 48: [----------] Global test environment set-up. 48: [----------] 1 test from std_algorithms_inclusive_scan_team_test 48: [ RUN ] std_algorithms_inclusive_scan_team_test.test 34: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 34: Benchmark Time CPU Iterations FOM: cycle ops per second 34: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 34: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 18626 295.89M/s 34/59 Test #34: Kokkos_PerformanceTest_Mempool ................... Passed 8.53 sec test 35 Start 35: Kokkos_PerformanceTest_Atomic 35: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2024-03-29_T02-32-02.json" 35: Test timeout computed to be: 1500 35: 2024-03-29T03:09:13+00:00 35: Running /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Atomic 35: Run on (6 X 2095.08 MHz CPU s) 35: CPU Caches: 35: L1 Data 32 KiB (x6) 35: L1 Instruction 32 KiB (x6) 35: L2 Unified 4096 KiB (x6) 35: L3 Unified 16384 KiB (x6) 35: Load Average: 1.06, 4.10, 6.04 35: CPU architecture: none 35: Default Device: N6Kokkos4CudaE 35: GIT_BRANCH: HEAD 35: GIT_CLEAN_STATUS: CLEAN 35: GIT_COMMIT_DATE: 2024-03-29T02:31:12+00:00 35: GIT_COMMIT_DESCRIPTION: Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD 35: GIT_COMMIT_HASH: 71c621a05 35: GPU architecture: VOLTA70 35: KOKKOS_COMPILER_CLANG: 1200 35: KOKKOS_ENABLE_ASM: no 35: KOKKOS_ENABLE_CUDA: yes 35: KOKKOS_ENABLE_CUDA_LAMBDA: yes 35: KOKKOS_ENABLE_CUDA_LDG_INTRINSIC: yes 35: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 35: KOKKOS_ENABLE_CUDA_UVM: no 35: KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA: yes 35: KOKKOS_ENABLE_CXX17: yes 35: KOKKOS_ENABLE_CXX20: no 35: KOKKOS_ENABLE_CXX23: no 35: KOKKOS_ENABLE_CXX26: no 35: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 35: KOKKOS_ENABLE_HWLOC: no 35: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes 35: KOKKOS_ENABLE_LIBDL: yes 35: KOKKOS_ENABLE_PRAGMA_IVDEP: no 35: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 35: KOKKOS_ENABLE_PRAGMA_UNROLL: no 35: KOKKOS_ENABLE_PRAGMA_VECTOR: no 35: KOKKOS_ENABLE_SERIAL: yes 35: Kokkos: Cuda[ 0 ] Tesla V100S-PCIE-32GB capability 7.0, Total Global Memory: 31.73 G, Shared Memory per Block: 48 K : Selected 35: Kokkos Version: 4.3.99 35: macro KOKKOS_ENABLE_CUDA: defined 35: platform: 64bit [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o [ OK ] serial.team_reduce_large (36522 ms) [ RUN ] serial.team_parallel_single [ OK ] serial.team_parallel_single (172 ms) [ RUN ] serial.large_team_scratch_size [ OK ] serial.large_team_scratch_size (0 ms) [ RUN ] serial.team_broadcast_long [ OK ] serial.team_broadcast_long (1 ms) [ RUN ] serial.team_broadcast_long_wrapper [ OK ] serial.team_broadcast_long_wrapper (1 ms) [ RUN ] serial.team_broadcast_char [ OK ] serial.team_broadcast_char (1 ms) [ RUN ] serial.team_broadcast_float [ OK ] serial.team_broadcast_float (1 ms) [ RUN ] serial.team_broadcast_double [ OK ] serial.team_broadcast_double (1 ms) [ RUN ] serial.team_handle_by_value [ OK ] serial.team_handle_by_value (0 ms) [ RUN ] serial.team_vector [ OK ] serial.team_vector (123 ms) [ RUN ] serial.triple_nested_parallelism [ OK ] serial.triple_nested_parallelism (5496 ms) [ RUN ] serial.parallel_scan_with_reducers [ OK ] serial.parallel_scan_with_reducers (1383 ms) [ RUN ] serial.team_shared_request 48: [ OK ] std_algorithms_inclusive_scan_team_test.test (10946 ms) 48: [----------] 1 test from std_algorithms_inclusive_scan_team_test (10946 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 1 test from 1 test suite ran. (10946 ms total) 48: [ PASSED ] 1 test. 48/49 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ..... Passed 11.56 sec test 49 Start 49: Kokkos_UnitTest_SIMD 49: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/simd/unit_tests/Kokkos_UnitTest_SIMD 49: Working Directory: /var/jenkins/workspace/Kokkos_PR-6905/build/simd/unit_tests 49: Test timeout computed to be: 1500 49: [==========] Running 16 tests from 1 test suite. 49: [----------] Global test environment set-up. 49: [----------] 16 tests from simd 49: [ RUN ] simd.host_math_ops 49: [ OK ] simd.host_math_ops (0 ms) 49: [ RUN ] simd.device_math_ops 49: /var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_MathOps.hpp:306: Skipped 49: skipping because of a non-deterministic failure reporting: Failure to synchronize stream (nil): Error in cuStreamSynchronize: an illegal memory access was encountered 49: [ SKIPPED ] simd.device_math_ops (0 ms) 49: [ RUN ] simd.host_mask_ops 49: [ OK ] simd.host_mask_ops (0 ms) 49: [ RUN ] simd.device_mask_ops 49: [ OK ] simd.device_mask_ops (84 ms) 49: [ RUN ] simd.host_conversions 49: [ OK ] simd.host_conversions (0 ms) 49: [ RUN ] simd.device_conversions 49: [ OK ] simd.device_conversions (0 ms) 49: [ RUN ] simd.host_shift_ops 49: [ OK ] simd.host_shift_ops (0 ms) 49: [ RUN ] simd.device_shift_ops 49: [ OK ] simd.device_shift_ops (12 ms) 49: [ RUN ] simd.host_condition 49: [ OK ] simd.host_condition (0 ms) 49: [ RUN ] simd.device_condition 49: [ OK ] simd.device_condition (0 ms) 49: [ RUN ] simd.host_gen_ctors 49: [ OK ] simd.host_gen_ctors (0 ms) 49: [ RUN ] simd.device_gen_ctors 49: [ OK ] simd.device_gen_ctors (0 ms) 49: [ RUN ] simd.host_where_expressions 49: [ OK ] simd.host_where_expressions (0 ms) 49: [ RUN ] simd.device_where_expressions 49: [ OK ] simd.device_where_expressions (0 ms) 49: [ RUN ] simd.host_reductions 49: [ OK ] simd.host_reductions (0 ms) 49: [ RUN ] simd.device_reductions 49: /var/jenkins/workspace/Kokkos_PR-6905/simd/unit_tests/include/TestSIMD_Reductions.hpp:176: Skipped 49: skipping because of a non-deterministic failure reporting: Failure to synchronize stream (nil): Error in cuStreamSynchronize: an illegal memory access was encountered 49: [ SKIPPED ] simd.device_reductions (0 ms) 49: [----------] 16 tests from simd (97 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 16 tests from 1 test suite ran. (97 ms total) 49: [ PASSED ] 14 tests. 49: [ SKIPPED ] 2 tests, listed below: 49: [ SKIPPED ] simd.device_math_ops 49: [ SKIPPED ] simd.device_reductions 49/49 Test #49: Kokkos_UnitTest_SIMD ........................ Passed 0.70 sec 100% tests passed, 0 tests failed out of 49 Total Test time (real) = 844.52 sec Post stage [Pipeline] sh [ OK ] serial.team_shared_request (748 ms) [ RUN ] serial.team_scratch_request + ccache --show-stats cache directory /tmp/ccache primary config /tmp/ccache/ccache.conf secondary config (readonly) /etc/ccache.conf stats updated Fri Mar 29 02:31:45 2024 stats zeroed Fri Mar 29 02:31:45 2024 cache hit (direct) 0 cache hit (preprocessed) 0 cache miss 0 cache hit rate 0.00 % cleanups performed 0 files in cache 3164 cache size 4.6 GB max cache size 5.0 GB [Pipeline] } $ docker stop --time=1 d64334e3e24b4858edd658e81ce06d7682d8380aa8b88e69ca264aa5e6e73284 [ OK ] serial.team_scratch_request (122 ms) [ RUN ] serial.team_lambda_shared_request 35: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 35: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 35: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 35: Test_Atomic/100000/iterations:10 1.15 s 1.15 s 10 1 4 1.64457m 1.15438m 169.94u 704.983M 808.48k 704.983M [ OK ] serial.team_lambda_shared_request (751 ms) [ RUN ] serial.scratch_align [ OK ] serial.scratch_align (0 ms) [ RUN ] serial.shmem_size [ OK ] serial.shmem_size (0 ms) [ RUN ] serial.multi_level_scratch [ OK ] serial.multi_level_scratch (171 ms) [ RUN ] serial.team_scratch_memory_index_parallel_for [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) [ RUN ] serial.team_teamvector_range [ OK ] serial.team_teamvector_range (37 ms) [ RUN ] serial.team_reduction_scan $ docker rm -f --volumes d64334e3e24b4858edd658e81ce06d7682d8380aa8b88e69ca264aa5e6e73284 [ OK ] serial.team_reduction_scan (473 ms) [ RUN ] serial.team_long_reduce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [ OK ] serial.team_long_reduce (1340 ms) [ RUN ] serial.team_double_reduce [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ OK ] serial.team_double_reduce (1422 ms) [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) [ RUN ] serial.repeated_team_reduce [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o 35: Test_Atomic/100000/iterations:10 1.06 s 1.06 s 10 1 8 2.49652m 1018.76u 128.99u 4.99995G 179.552k 4.99995G [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o [ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o [ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o [ OK ] serial.repeated_team_reduce (14073 ms) [ RUN ] serial.team_policy_max_recommended [ OK ] serial.team_policy_max_recommended (61 ms) [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) [ RUN ] serial.view_aggregate [ OK ] serial.view_aggregate (0 ms) [ RUN ] serial.memory_pool [ OK ] serial.memory_pool (114 ms) [ RUN ] serial.cxx11 [ OK ] serial.cxx11 (0 ms) [ RUN ] serial.viewctorprop_embedded_dim [ OK ] serial.viewctorprop_embedded_dim (0 ms) [ RUN ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility [ OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) [ RUN ] serial.view_layouttiled [ OK ] serial.view_layouttiled (10 ms) [ RUN ] serial.view_layouttiled_subtile [ OK ] serial.view_layouttiled_subtile (3 ms) [ RUN ] serial.mdrange_5d [ OK ] serial.mdrange_5d (794 ms) [ RUN ] serial.mdrange_6d 28: Test_Atomic/100000/iterations:10 12.1 s 12.1 s 10 1 8 20.5492 1.42227m 119.32u 4.99995G 89.726k 4.99995G [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o [ OK ] serial.mdrange_6d (2450 ms) [ RUN ] serial.mdrange_2d [ OK ] serial.mdrange_2d (18 ms) [ RUN ] serial.mdrange_array_reduce [ OK ] serial.mdrange_array_reduce (0 ms) [ RUN ] serial.mdrange_3d [ OK ] serial.mdrange_3d (184 ms) [ RUN ] serial.mdrange_neg_idx [ OK ] serial.mdrange_neg_idx (1148 ms) [ RUN ] serial.mdrange_4d [ OK ] serial.mdrange_4d (202 ms) [ RUN ] serial.crs_count_fill [ OK ] serial.crs_count_fill (6 ms) [ RUN ] serial.crs_copy_constructor [ OK ] serial.crs_copy_constructor (31 ms) [ RUN ] serial.workgraph_fib [ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o [ OK ] serial.workgraph_fib (1074 ms) [ RUN ] serial.local_deepcopy_teampolicy_layoutleft [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o [ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o 35: Test_Atomic/100000/iterations:10 3.18 s 3.17 s 10 1 8 5.20649 1.24899m 68.49u 4.99995G 181.44k 4.99995G [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ OK ] serial.local_deepcopy_teampolicy_layoutleft (19559 ms) [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o 35: Test_Atomic/100000/iterations:10 1.14 s 1.14 s 10 1 4 1.62611m 1072.05u 102.37u 704.983M 784.832k 704.983M [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (14168 ms) [ RUN ] serial.local_deepcopy_teampolicy_layoutright [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o [ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o 28: Test_Atomic/100000/iterations:10 4.08 s 4.07 s 10 1 8 2.67813m 1.36587m 119.82u 4.99995G 58.238k 4.99995G [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o [ 83%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ViewCtorPropEmbeddedDim.cpp.o 35: Test_Atomic/100000/iterations:10 1.06 s 1.05 s 10 1 8 2.31446m 1020.67u 73.15u 4.99995G 183.872k 4.99995G [ OK ] serial.local_deepcopy_teampolicy_layoutright (9329 ms) [ RUN ] serial.local_deepcopy_rangepolicy_layoutright [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o [ OK ] serial.local_deepcopy_rangepolicy_layoutright (9990 ms) [ RUN ] serial.deep_copy_scratch [ OK ] serial.deep_copy_scratch (0 ms) [----------] 163 tests from serial (324997 ms total) [----------] Global test environment tear-down [==========] 165 tests from 2 test suites ran. (333377 ms total) [ PASSED ] 165 tests. make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test' make -C core/perf_test test make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test' make -f /var/jenkins/workspace/Kokkos_PR-6905/core/perf_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6905 CXX=/var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6905 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test' echo "End Build" End Build make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test' make -f /var/jenkins/workspace/Kokkos_PR-6905/core/perf_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6905 CXX=/var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6905 test make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test' ./KokkosCore_PerformanceTest_TaskDAG make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test' make -C containers/unit_tests test make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6905/build/containers/unit_tests' make -f /var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6905 CXX=/var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6905 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6905/build/containers/unit_tests' echo "End Build" End Build make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6905/build/containers/unit_tests' make -f /var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6905 CXX=/var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6905 test make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6905/build/containers/unit_tests' [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o ./KokkosContainers_UnitTest_Cuda ./KokkosContainers_UnitTest_Serial [==========] Running 42 tests from 1 test suite. [----------] Global test environment set-up. [----------] 42 tests from serial [ RUN ] serial.bitset [==========] Running 42 tests from 1 test suite. [----------] Global test environment set-up. [----------] 42 tests from cuda [ RUN ] cuda.bitset [ OK ] cuda.bitset (14 ms) [ RUN ] cuda.bitset_default_constructor_no_alloc [ OK ] cuda.bitset_default_constructor_no_alloc (0 ms) [ RUN ] cuda.dualview_combination [ OK ] cuda.dualview_combination (1 ms) [ RUN ] cuda.dualview_alloc [ OK ] cuda.dualview_alloc (0 ms) [ RUN ] cuda.test_dualview_copy_construction_and_assignment [ OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms) [ RUN ] cuda.dualview_combinations_without_init [ OK ] cuda.dualview_combinations_without_init (0 ms) [ RUN ] cuda.dualview_deep_copy [ OK ] cuda.dualview_deep_copy (2 ms) [ RUN ] cuda.dualview_realloc [ OK ] cuda.dualview_realloc (0 ms) [ RUN ] cuda.dualview_resize [ OK ] cuda.dualview_resize (0 ms) [ RUN ] cuda.dualview_device_correct_kokkos_device [ OK ] cuda.dualview_device_correct_kokkos_device (1 ms) [ RUN ] cuda.dualview_host_correct_kokkos_device [ OK ] cuda.dualview_host_correct_kokkos_device (0 ms) [ RUN ] cuda.dualview_host_modify_template_device_sync [ OK ] cuda.dualview_host_modify_template_device_sync (0 ms) [ RUN ] cuda.dualview_host_modify_template_device_execspace_sync [ OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms) [ RUN ] cuda.dualview_device_modify_template_host_sync [ OK ] cuda.dualview_device_modify_template_host_sync (0 ms) [ RUN ] cuda.dualview_device_modify_template_host_execspace_sync [ OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms) [ RUN ] cuda.dualview_template_views_return_correct_executionspace_views [ OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms) [ RUN ] cuda.dynamic_view [ OK ] cuda.dynamic_view (38 ms) [ RUN ] cuda.dyn_rank_view_api_generic [ OK ] cuda.dyn_rank_view_api_generic (39 ms) [ RUN ] cuda.dyn_rank_view_api_operator_rank12345 [ OK ] cuda.dyn_rank_view_api_operator_rank12345 (1 ms) [ RUN ] cuda.dyn_rank_view_check_fence_resize_realloc [ OK ] cuda.dyn_rank_view_check_fence_resize_realloc (2 ms) [ RUN ] cuda.dyn_rank_view_api_operator_rank67 [ OK ] cuda.dyn_rank_view_api_operator_rank67 (0 ms) [ RUN ] cuda.ErrorReporterViaLambda [ OK ] cuda.ErrorReporterViaLambda (1 ms) [ RUN ] cuda.ErrorReporter [ OK ] cuda.ErrorReporter (1 ms) [ RUN ] cuda.offsetview_construction [ OK ] cuda.offsetview_construction (2 ms) [ RUN ] cuda.offsetview_unmanaged_construction [ OK ] cuda.offsetview_unmanaged_construction (0 ms) [ RUN ] cuda.offsetview_subview [ OK ] cuda.offsetview_subview (1 ms) [ RUN ] cuda.offsetview_offsets_rank1 [ OK ] cuda.offsetview_offsets_rank1 (0 ms) [ RUN ] cuda.offsetview_offsets_rank2 [ OK ] cuda.offsetview_offsets_rank2 (0 ms) [ RUN ] cuda.offsetview_offsets_rank3 [ OK ] cuda.offsetview_offsets_rank3 (0 ms) [ RUN ] cuda.scatterview [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o [ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o [ 92%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [ OK ] serial.bitset (13228 ms) [ RUN ] serial.bitset_default_constructor_no_alloc [ OK ] serial.bitset_default_constructor_no_alloc (0 ms) [ RUN ] serial.dualview_combination [ OK ] serial.dualview_combination (0 ms) [ RUN ] serial.dualview_alloc [ OK ] serial.dualview_alloc (0 ms) [ RUN ] serial.test_dualview_copy_construction_and_assignment [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) [ RUN ] serial.dualview_combinations_without_init [ OK ] serial.dualview_combinations_without_init (0 ms) [ RUN ] serial.dualview_deep_copy [ OK ] serial.dualview_deep_copy (0 ms) [ RUN ] serial.dualview_realloc [ OK ] serial.dualview_realloc (0 ms) [ RUN ] serial.dualview_resize [ OK ] serial.dualview_resize (0 ms) [ RUN ] serial.dualview_device_correct_kokkos_device [ OK ] serial.dualview_device_correct_kokkos_device (1 ms) [ RUN ] serial.dualview_host_correct_kokkos_device [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) [ RUN ] serial.dualview_host_modify_template_device_sync [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) [ RUN ] serial.dualview_host_modify_template_device_execspace_sync [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) [ RUN ] serial.dualview_device_modify_template_host_sync [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) [ RUN ] serial.dualview_device_modify_template_host_execspace_sync [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) [ RUN ] serial.dualview_template_views_return_correct_executionspace_views [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) [ RUN ] serial.dynamic_view [ OK ] serial.dynamic_view (173 ms) [ RUN ] serial.dyn_rank_view_api_generic [ OK ] serial.dyn_rank_view_api_generic (45 ms) [ RUN ] serial.dyn_rank_view_api_operator_rank12345 [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) [ RUN ] serial.dyn_rank_view_check_fence_resize_realloc /var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped skipping since not default execution space [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) [ RUN ] serial.dyn_rank_view_api_operator_rank67 [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) [ RUN ] serial.ErrorReporterViaLambda [ OK ] serial.ErrorReporterViaLambda (0 ms) [ RUN ] serial.ErrorReporter [ OK ] serial.ErrorReporter (0 ms) [ RUN ] serial.offsetview_construction [ OK ] serial.offsetview_construction (899 ms) [ RUN ] serial.offsetview_unmanaged_construction [ OK ] serial.offsetview_unmanaged_construction (0 ms) [ RUN ] serial.offsetview_subview [ OK ] serial.offsetview_subview (14 ms) [ RUN ] serial.offsetview_offsets_rank1 [ OK ] serial.offsetview_offsets_rank1 (0 ms) [ RUN ] serial.offsetview_offsets_rank2 [ OK ] serial.offsetview_offsets_rank2 (0 ms) [ RUN ] serial.offsetview_offsets_rank3 [ OK ] serial.offsetview_offsets_rank3 (0 ms) [ RUN ] serial.scatterview 35: Test_Atomic/100000/iterations:10 3.18 s 3.17 s 10 1 8 5.27383 1.34099m 66.51u 4.99995G 180.8k 4.99995G [ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o [ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o [ 92%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o 35: Test_Atomic/100000/iterations:10 1.14 s 1.14 s 10 0 4 3.55825m 1011.02u 1.10702m 5.00027G 653.248k 4.99989G [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H [ 93%] Building CXX object example/query_device/CMakeFiles/Kokkos_query_device.dir/query_device.cpp.o 35: Test_Atomic/100000/iterations:10 1.14 s 1.14 s 10 1 8 3.55917m 1.23861m 1083.97u 4.99995G 602.784k 4.99995G [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o [100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Task.cpp.o [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o [ 84%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda [ OK ] serial.scatterview (29528 ms) [ RUN ] serial.scatterview_devicetype [ OK ] serial.scatterview_devicetype (8 ms) [ RUN ] serial.staticcrsgraph [ OK ] serial.staticcrsgraph (31 ms) [ RUN ] serial.UnorderedMap_insert [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 84%] Built target Kokkos_ContainersUnitTest_Cuda [ 94%] Linking CXX executable Kokkos_query_device 35: Test_Atomic/100000/iterations:10 1.14 s 1.13 s 10 1 4 1.60738m 1007.78u 165.36u 704.983M 640.096k 704.983M 35/59 Test #35: Kokkos_PerformanceTest_Atomic .................... Passed 142.54 sec test 36 Start 36: Kokkos_ContainersUnitTest_Serial 36: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 36: Test timeout computed to be: 1500 [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o 36: [==========] Running 65 tests from 1 test suite. 36: [----------] Global test environment set-up. 36: [----------] 65 tests from serial 36: [ RUN ] serial.bitset [ 94%] Built target Kokkos_query_device [ 94%] Building CXX object example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/hello_world.cpp.o [ 94%] Linking CXX executable Kokkos_UnitTest_SIMD 36: [ OK ] serial.bitset (1983 ms) 36: [ RUN ] serial.bitset_default_constructor_no_alloc 36: [ OK ] serial.bitset_default_constructor_no_alloc (0 ms) 36: [ RUN ] serial.dualview_combination 36: [ OK ] serial.dualview_combination (0 ms) 36: [ RUN ] serial.dualview_alloc 36: [ OK ] serial.dualview_alloc (0 ms) 36: [ RUN ] serial.test_dualview_copy_construction_and_assignment 36: [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) 36: [ RUN ] serial.dualview_combinations_without_init 36: [ OK ] serial.dualview_combinations_without_init (0 ms) 36: [ RUN ] serial.dualview_deep_copy 36: [ OK ] serial.dualview_deep_copy (0 ms) 36: [ RUN ] serial.dualview_realloc 36: [ OK ] serial.dualview_realloc (0 ms) 36: [ RUN ] serial.dualview_resize 36: [ OK ] serial.dualview_resize (0 ms) 36: [ RUN ] serial.dualview_device_correct_kokkos_device 36: [ OK ] serial.dualview_device_correct_kokkos_device (1 ms) 36: [ RUN ] serial.dualview_host_correct_kokkos_device 36: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 36: [ RUN ] serial.dualview_host_modify_template_device_sync 36: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 36: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 36: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 36: [ RUN ] serial.dualview_device_modify_template_host_sync 36: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 36: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 36: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 36: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 36: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 36: [ RUN ] serial.dynamic_view 36: [ OK ] serial.dynamic_view (15 ms) 36: [ RUN ] serial.dyn_rank_view_api_generic 36: [ OK ] serial.dyn_rank_view_api_generic (7 ms) 36: [ RUN ] serial.dyn_rank_view_api_operator_rank12345 36: [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) 36: [ RUN ] serial.dyn_rank_view_check_fence_resize_realloc 36: /var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 36: skipping since not default execution space 36: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) 36: [ RUN ] serial.dyn_rank_view_api_operator_rank67 36: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 36: [ RUN ] serial.ErrorReporterViaLambda 36: [ OK ] serial.ErrorReporterViaLambda (0 ms) 36: [ RUN ] serial.ErrorReporter 36: [ OK ] serial.ErrorReporter (0 ms) 36: [ RUN ] serial.offsetview_construction 36: [ OK ] serial.offsetview_construction (16 ms) 36: [ RUN ] serial.offsetview_unmanaged_construction 36: [ OK ] serial.offsetview_unmanaged_construction (0 ms) 36: [ RUN ] serial.offsetview_subview 36: [ OK ] serial.offsetview_subview (6 ms) 36: [ RUN ] serial.offsetview_offsets_rank1 36: [ OK ] serial.offsetview_offsets_rank1 (0 ms) 36: [ RUN ] serial.offsetview_offsets_rank2 36: [ OK ] serial.offsetview_offsets_rank2 (0 ms) 36: [ RUN ] serial.offsetview_offsets_rank3 36: [ OK ] serial.offsetview_offsets_rank3 (0 ms) 36: [ RUN ] serial.scatterview [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o [ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Task.cpp.o 36: [ OK ] serial.scatterview (1957 ms) 36: [ RUN ] serial.scatterview_devicetype 36: [ OK ] serial.scatterview_devicetype (2 ms) 36: [ RUN ] serial.staticcrsgraph 36: [ OK ] serial.staticcrsgraph (18 ms) 36: [ RUN ] serial.resize_realloc_no_init_dualview 36: [ OK ] serial.resize_realloc_no_init_dualview (0 ms) 36: [ RUN ] serial.resize_realloc_no_alloc_dualview 36: [ OK ] serial.resize_realloc_no_alloc_dualview (0 ms) 36: [ RUN ] serial.resize_exec_space_dualview 36: [ OK ] serial.resize_exec_space_dualview (0 ms) 36: [ RUN ] serial.realloc_exec_space_dualview 36: [ OK ] serial.realloc_exec_space_dualview (0 ms) 36: [ RUN ] serial.resize_realloc_no_init_dynrankview 36: [ OK ] serial.resize_realloc_no_init_dynrankview (0 ms) 36: [ RUN ] serial.resize_exec_space_dynrankview 36: [ OK ] serial.resize_exec_space_dynrankview (0 ms) 36: [ RUN ] serial.realloc_exec_space_dynrankview 36: [ OK ] serial.realloc_exec_space_dynrankview (0 ms) 36: [ RUN ] serial.resize_realloc_no_init_scatterview 36: [ OK ] serial.resize_realloc_no_init_scatterview (0 ms) 36: [ RUN ] serial.resize_realloc_no_alloc_scatterview 36: [ OK ] serial.resize_realloc_no_alloc_scatterview (0 ms) 36: [ RUN ] serial.resize_exec_space_scatterview 36: [ OK ] serial.resize_exec_space_scatterview (0 ms) 36: [ RUN ] serial.realloc_exec_space_scatterview 36: [ OK ] serial.realloc_exec_space_scatterview (0 ms) 36: [ RUN ] serial.create_mirror_no_init_dynrankview 36: [ OK ] serial.create_mirror_no_init_dynrankview (0 ms) 36: [ RUN ] serial.create_mirror_no_init_dynrankview_viewctor 36: [ OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms) 36: [ RUN ] serial.create_mirror_view_and_copy_dynrankview 36: [ OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms) 36: [ RUN ] serial.create_mirror_no_init_offsetview 36: [ OK ] serial.create_mirror_no_init_offsetview (0 ms) 36: [ RUN ] serial.create_mirror_no_init_offsetview_view_ctor 36: [ OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms) 36: [ RUN ] serial.create_mirror_view_and_copy_offsetview 36: [ OK ] serial.create_mirror_view_and_copy_offsetview (0 ms) 36: [ RUN ] serial.create_mirror_no_init_dynamicview 36: [ OK ] serial.create_mirror_no_init_dynamicview (0 ms) 36: [ RUN ] serial.create_mirror_view_and_copy_dynamicview 36: [ OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms) 36: [ RUN ] serial.create_mirror_no_init_dynamicview_view_ctor 36: [ OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms) 36: [ RUN ] serial.UnorderedMap_insert [ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o 36: [ OK ] serial.UnorderedMap_insert (8273 ms) 36: [ RUN ] serial.UnorderedMap_failed_insert 36: [ OK ] serial.UnorderedMap_failed_insert (3995 ms) 36: [ RUN ] serial.UnorderedMap_deep_copy 36: [ OK ] serial.UnorderedMap_deep_copy (3 ms) 36: [ RUN ] serial.UnorderedMap_valid_empty 36: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 36: [ RUN ] serial.UnorderedMap_clear_zero_size 36: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 36: [ RUN ] serial.UnorderedMap_consistent_size 36: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 36: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 36: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 36: [ RUN ] serial.UnorderedMap_lambda_capturable 36: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 36: [ RUN ] serial.UnorderedMap_constructor_view_alloc 36: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 36: [ RUN ] serial.vector_combination 36: [ OK ] serial.vector_combination (0 ms) 36: [ RUN ] serial.vector_insert 36: [ OK ] serial.vector_insert (0 ms) 36: [ RUN ] serial.vector_push_back_default_exec 36: [ OK ] serial.vector_push_back_default_exec (0 ms) 36: [ RUN ] serial.viewctorprop_embedded_dim 36: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 36: [----------] 65 tests from serial (16290 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 65 tests from 1 test suite ran. (16290 ms total) 36: [ PASSED ] 64 tests. 36: [ SKIPPED ] 1 test, listed below: 36: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc [ 94%] Linking CXX executable Kokkos_tutorial_01_hello_world [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o 36/59 Test #36: Kokkos_ContainersUnitTest_Serial ................. Passed 17.09 sec test 37 Start 37: Kokkos_ContainersUnitTest_Cuda 37: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda 37: Test timeout computed to be: 1500 [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o 37: [==========] Running 65 tests from 1 test suite. 37: [----------] Global test environment set-up. 37: [----------] 65 tests from cuda 37: [ RUN ] cuda.bitset 37: [ OK ] cuda.bitset (11 ms) 37: [ RUN ] cuda.bitset_default_constructor_no_alloc 37: [ OK ] cuda.bitset_default_constructor_no_alloc (0 ms) 37: [ RUN ] cuda.dualview_combination 37: [ OK ] cuda.dualview_combination (0 ms) 37: [ RUN ] cuda.dualview_alloc 37: [ OK ] cuda.dualview_alloc (0 ms) 37: [ RUN ] cuda.test_dualview_copy_construction_and_assignment 37: [ OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms) 37: [ RUN ] cuda.dualview_combinations_without_init 37: [ OK ] cuda.dualview_combinations_without_init (0 ms) 37: [ RUN ] cuda.dualview_deep_copy 37: [ OK ] cuda.dualview_deep_copy (1 ms) 37: [ RUN ] cuda.dualview_realloc 37: [ OK ] cuda.dualview_realloc (0 ms) 37: [ RUN ] cuda.dualview_resize 37: [ OK ] cuda.dualview_resize (0 ms) 37: [ RUN ] cuda.dualview_device_correct_kokkos_device 37: [ OK ] cuda.dualview_device_correct_kokkos_device (0 ms) 37: [ RUN ] cuda.dualview_host_correct_kokkos_device 37: [ OK ] cuda.dualview_host_correct_kokkos_device (0 ms) 37: [ RUN ] cuda.dualview_host_modify_template_device_sync 37: [ OK ] cuda.dualview_host_modify_template_device_sync (0 ms) 37: [ RUN ] cuda.dualview_host_modify_template_device_execspace_sync 37: [ OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms) 37: [ RUN ] cuda.dualview_device_modify_template_host_sync 37: [ OK ] cuda.dualview_device_modify_template_host_sync (0 ms) 37: [ RUN ] cuda.dualview_device_modify_template_host_execspace_sync 37: [ OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms) 37: [ RUN ] cuda.dualview_template_views_return_correct_executionspace_views 37: [ OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms) 37: [ RUN ] cuda.dynamic_view 37: [ OK ] cuda.dynamic_view (27 ms) 37: [ RUN ] cuda.dyn_rank_view_api_generic 37: [ OK ] cuda.dyn_rank_view_api_generic (7 ms) 37: [ RUN ] cuda.dyn_rank_view_api_operator_rank12345 37: [ OK ] cuda.dyn_rank_view_api_operator_rank12345 (0 ms) 37: [ RUN ] cuda.dyn_rank_view_check_fence_resize_realloc 37: [ OK ] cuda.dyn_rank_view_check_fence_resize_realloc (1 ms) 37: [ RUN ] cuda.dyn_rank_view_api_operator_rank67 37: [ OK ] cuda.dyn_rank_view_api_operator_rank67 (1 ms) 37: [ RUN ] cuda.ErrorReporterViaLambda 37: [ OK ] cuda.ErrorReporterViaLambda (0 ms) 37: [ RUN ] cuda.ErrorReporter 37: [ OK ] cuda.ErrorReporter (0 ms) 37: [ RUN ] cuda.offsetview_construction 37: [ OK ] cuda.offsetview_construction (1 ms) 37: [ RUN ] cuda.offsetview_unmanaged_construction 37: [ OK ] cuda.offsetview_unmanaged_construction (0 ms) 37: [ RUN ] cuda.offsetview_subview 37: [ OK ] cuda.offsetview_subview (0 ms) 37: [ RUN ] cuda.offsetview_offsets_rank1 37: [ OK ] cuda.offsetview_offsets_rank1 (0 ms) 37: [ RUN ] cuda.offsetview_offsets_rank2 37: [ OK ] cuda.offsetview_offsets_rank2 (0 ms) 37: [ RUN ] cuda.offsetview_offsets_rank3 37: [ OK ] cuda.offsetview_offsets_rank3 (0 ms) 37: [ RUN ] cuda.scatterview [ 94%] Built target Kokkos_tutorial_01_hello_world [ 94%] Building CXX object example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/simple_reduce.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [ 94%] Building CXX object example/tutorial/03_simple_view/CMakeFiles/Kokkos_tutorial_03_simple_view.dir/simple_view.cpp.o [ 85%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP [ 94%] Built target Kokkos_UnitTest_SIMD [ 94%] Building CXX object example/tutorial/04_simple_memoryspaces/CMakeFiles/Kokkos_tutorial_04_simple_memoryspaces.dir/simple_memoryspaces.cpp.o [ 94%] Building CXX object example/tutorial/05_simple_atomics/CMakeFiles/Kokkos_tutorial_05_simple_atomics.dir/simple_atomics.cpp.o [ 85%] Built target Kokkos_CoreUnitTest_OpenMP [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o [ 94%] Linking CXX executable Kokkos_tutorial_02_simple_reduce 37: [ OK ] cuda.scatterview (13324 ms) 37: [ RUN ] cuda.scatterview_devicetype 37: [ OK ] cuda.scatterview_devicetype (27 ms) 37: [ RUN ] cuda.staticcrsgraph 37: [ OK ] cuda.staticcrsgraph (40 ms) 37: [ RUN ] cuda.resize_realloc_no_init_dualview 37: [ OK ] cuda.resize_realloc_no_init_dualview (0 ms) 37: [ RUN ] cuda.resize_realloc_no_alloc_dualview 37: [ OK ] cuda.resize_realloc_no_alloc_dualview (0 ms) 37: [ RUN ] cuda.resize_exec_space_dualview 37: [ OK ] cuda.resize_exec_space_dualview (0 ms) 37: [ RUN ] cuda.realloc_exec_space_dualview 37: [ OK ] cuda.realloc_exec_space_dualview (0 ms) 37: [ RUN ] cuda.resize_realloc_no_init_dynrankview 37: [ OK ] cuda.resize_realloc_no_init_dynrankview (0 ms) 37: [ RUN ] cuda.resize_exec_space_dynrankview 37: [ OK ] cuda.resize_exec_space_dynrankview (0 ms) 37: [ RUN ] cuda.realloc_exec_space_dynrankview 37: [ OK ] cuda.realloc_exec_space_dynrankview (0 ms) 37: [ RUN ] cuda.resize_realloc_no_init_scatterview 37: [ OK ] cuda.resize_realloc_no_init_scatterview (0 ms) 37: [ RUN ] cuda.resize_realloc_no_alloc_scatterview 37: [ OK ] cuda.resize_realloc_no_alloc_scatterview (0 ms) 37: [ RUN ] cuda.resize_exec_space_scatterview 37: [ OK ] cuda.resize_exec_space_scatterview (0 ms) 37: [ RUN ] cuda.realloc_exec_space_scatterview 37: [ OK ] cuda.realloc_exec_space_scatterview (0 ms) 37: [ RUN ] cuda.create_mirror_no_init_dynrankview 37: [ OK ] cuda.create_mirror_no_init_dynrankview (0 ms) 37: [ RUN ] cuda.create_mirror_no_init_dynrankview_viewctor 37: [ OK ] cuda.create_mirror_no_init_dynrankview_viewctor (0 ms) 37: [ RUN ] cuda.create_mirror_view_and_copy_dynrankview 37: [ OK ] cuda.create_mirror_view_and_copy_dynrankview (0 ms) 37: [ RUN ] cuda.create_mirror_no_init_offsetview 37: [ OK ] cuda.create_mirror_no_init_offsetview (0 ms) 37: [ RUN ] cuda.create_mirror_no_init_offsetview_view_ctor 37: [ OK ] cuda.create_mirror_no_init_offsetview_view_ctor (0 ms) 37: [ RUN ] cuda.create_mirror_view_and_copy_offsetview 37: [ OK ] cuda.create_mirror_view_and_copy_offsetview (0 ms) 37: [ RUN ] cuda.create_mirror_no_init_dynamicview 37: [ OK ] cuda.create_mirror_no_init_dynamicview (0 ms) 37: [ RUN ] cuda.create_mirror_view_and_copy_dynamicview 37: [ OK ] cuda.create_mirror_view_and_copy_dynamicview (0 ms) 37: [ RUN ] cuda.create_mirror_no_init_dynamicview_view_ctor 37: [ OK ] cuda.create_mirror_no_init_dynamicview_view_ctor (0 ms) 37: [ RUN ] cuda.UnorderedMap_insert [ 94%] Built target Kokkos_tutorial_02_simple_reduce [ 94%] Building CXX object example/tutorial/06_simple_mdrangepolicy/CMakeFiles/Kokkos_tutorial_06_simple_mdrangepolicy.dir/simple_mdrangepolicy.cpp.o 37: [ OK ] cuda.UnorderedMap_insert (3664 ms) 37: [ RUN ] cuda.UnorderedMap_failed_insert [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P 37: [ OK ] cuda.UnorderedMap_failed_insert (997 ms) 37: [ RUN ] cuda.UnorderedMap_deep_copy 37: [ OK ] cuda.UnorderedMap_deep_copy (4 ms) 37: [ RUN ] cuda.UnorderedMap_valid_empty 37: [ OK ] cuda.UnorderedMap_valid_empty (1 ms) 37: [ RUN ] cuda.UnorderedMap_clear_zero_size 37: [ OK ] cuda.UnorderedMap_clear_zero_size (0 ms) 37: [ RUN ] cuda.UnorderedMap_consistent_size 37: [ OK ] cuda.UnorderedMap_consistent_size (0 ms) 37: [ RUN ] cuda.UnorderedMap_shallow_copyable_on_device 37: [ OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms) 37: [ RUN ] cuda.UnorderedMap_lambda_capturable 37: [ OK ] cuda.UnorderedMap_lambda_capturable (0 ms) 37: [ RUN ] cuda.UnorderedMap_constructor_view_alloc 37: [ OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms) 37: [ RUN ] cuda.vector_combination 37: [ OK ] cuda.vector_combination (0 ms) 37: [ RUN ] cuda.vector_insert 37: [ OK ] cuda.vector_insert (0 ms) 37: [ RUN ] cuda.vector_push_back_default_exec 37: [ OK ] cuda.vector_push_back_default_exec (0 ms) 37: [ RUN ] cuda.viewctorprop_embedded_dim 37: [ OK ] cuda.viewctorprop_embedded_dim (0 ms) 37: [----------] 65 tests from cuda (18127 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 65 tests from 1 test suite ran. (18128 ms total) 37: [ PASSED ] 65 tests. 37/59 Test #37: Kokkos_ContainersUnitTest_Cuda ................... Passed 18.90 sec test 38 Start 38: Kokkos_ContainersPerformanceTest_Cuda 38: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_Cuda 38: Test timeout computed to be: 1500 38: [==========] Running 4 tests from 1 test suite. 38: [----------] Global test environment set-up. 38: [----------] 4 tests from TEST_CATEGORY 38: [ RUN ] TEST_CATEGORY.dynrankview_perf 38: Cuda 38: DynRankView vs View: Initialization Only 38: View time (init only): 0.00125296 38: View sum computation time: 0.00125296 38: Strided View time (init only): 0.00116597 38: View Rank7 time (init only): 0.00120331 38: DynRankView time (init only): 0.00124815 38: DynRankView sum computation time: 0.00185264 38: Ratio of View to DynRankView time: 1.00385 38: Ratio of View to DynRankView sum computation time: 0.990294 38: Ratio of View to View Rank7 time: 1.04127 38: Ratio of StrideView to DynRankView time: 0.934155 38: Ratio of DynRankView to View Rank7 time: 1.03727 38: [ OK ] TEST_CATEGORY.dynrankview_perf (13 ms) 38: [ RUN ] TEST_CATEGORY.global_2_local 38: Cuda 38: size, create, generate, fill, find 38: 256, 0.00026054, 2.5092e-05, 0.00252287, 0.00194593 38: 512, 0.000157576, 1.0173e-05, 2.0606e-05, 0.00196515 38: 1024, 0.000153128, 1.4396e-05, 2.1146e-05, 0.00197508 38: 2048, 0.000164699, 9.326e-06, 2.3545e-05, 0.00202127 38: 4096, 0.000161937, 9.842e-06, 2.4345e-05, 0.00203593 38: 8192, 0.000163708, 1.0041e-05, 2.6311e-05, 0.00204195 38: 16384, 0.000187201, 1.1077e-05, 3.2045e-05, 0.0021784 38: 32768, 0.000274349, 1.0527e-05, 3.3724e-05, 0.00224226 38: 65536, 0.000252259, 1.1054e-05, 4.2793e-05, 0.00250133 38: 131072, 0.000323445, 1.2162e-05, 6.0088e-05, 0.00314744 38: 262144, 0.000558001, 1.3817e-05, 0.000147758, 0.00587868 38: 524288, 0.000565528, 1.7296e-05, 0.000530844, 0.0189046 38: 1048576, 0.00057263, 2.4964e-05, 0.00139649, 0.0491648 38: 2097152, 0.000709532, 4.001e-05, 0.00309764, 0.109496 38: 4194304, 0.000924482, 6.3147e-05, 0.00684168, 0.236106 38: [ OK ] TEST_CATEGORY.global_2_local (465 ms) 38: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 38: skipping test 38: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 38: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 38: skipping test 38: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 38: [----------] 4 tests from TEST_CATEGORY (478 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 4 tests from 1 test suite ran. (478 ms total) 38: [ PASSED ] 4 tests. 38/59 Test #38: Kokkos_ContainersPerformanceTest_Cuda ............ Passed 1.18 sec test 39 Start 39: Kokkos_UnitTest_Sort 39: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 39: Test timeout computed to be: 1500 39: [==========] Running 15 tests from 1 test suite. 39: [----------] Global test environment set-up. 39: [----------] 15 tests from cuda 39: [ RUN ] cuda.SortUnsignedValueType 39: [ OK ] cuda.SortUnsignedValueType (13 ms) 39: [ RUN ] cuda.SortEmptyView 39: [ OK ] cuda.SortEmptyView (0 ms) 39: [ RUN ] cuda.SortByKeyEmptyView 39: [ OK ] cuda.SortByKeyEmptyView (0 ms) 39: [ RUN ] cuda.SortByKey 39: [ OK ] cuda.SortByKey (0 ms) 39: [ RUN ] cuda.SortByKeyWithComparator 39: [ OK ] cuda.SortByKeyWithComparator (0 ms) 39: [ RUN ] cuda.SortByKeyStaticExtents 39: [ OK ] cuda.SortByKeyStaticExtents (0 ms) 39: [ RUN ] cuda.SortByKeyWithStrides 39: [ OK ] cuda.SortByKeyWithStrides (0 ms) 39: [ RUN ] cuda.SortByKeyKeysLargerThanValues 39: 39: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 39: 39: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o 39: [ OK ] cuda.SortByKeyKeysLargerThanValues (632 ms) 39: [ RUN ] cuda.SortWithCustomComparator [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M 39: [ OK ] cuda.SortWithCustomComparator (619 ms) 39: [ RUN ] cuda.BinSortGenericTests 39: [ OK ] cuda.BinSortGenericTests (21 ms) 39: [ RUN ] cuda.BinSortEmptyView 39: [ OK ] cuda.BinSortEmptyView (0 ms) 39: [ RUN ] cuda.BinSortEmptyKeysView 39: [ OK ] cuda.BinSortEmptyKeysView (0 ms) 39: [ RUN ] cuda.BinSortUnsignedKeyLayoutStrideValues [ 94%] Linking CXX executable Kokkos_tutorial_03_simple_view 28: Test_Atomic/100000/iterations:10 10.7 s 10.6 s 10 0 4 18.0411 1.42507m 911.22u 4.99991G 57.784k 4.99989G [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o [ 94%] Built target Kokkos_tutorial_03_simple_view [ 95%] Linking CXX executable Kokkos_tutorial_05_simple_atomics [ 95%] Building CXX object example/tutorial/Advanced_Views/01_data_layouts/CMakeFiles/Kokkos_tutorial_advancedviews_01_data_layouts.dir/data_layouts.cpp.o [ 95%] Linking CXX executable Kokkos_tutorial_04_simple_memoryspaces [ 95%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [ 95%] Building CXX object example/tutorial/Advanced_Views/02_memory_traits/CMakeFiles/Kokkos_tutorial_advancedviews_02_memory_traits.dir/memory_traits.cpp.o 39: [ OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (12136 ms) 39: [ RUN ] cuda.NestedSort 39: [ OK ] cuda.NestedSort (29 ms) 39: [ RUN ] cuda.NestedSortByKey 39: [ OK ] cuda.NestedSortByKey (91 ms) 39: [----------] 15 tests from cuda (13546 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 15 tests from 1 test suite ran. (13546 ms total) 39: [ PASSED ] 15 tests. 39/59 Test #39: Kokkos_UnitTest_Sort ............................. Passed 14.26 sec test 40 Start 40: Kokkos_UnitTest_Random 40: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_UnitTest_Random 40: Test timeout computed to be: 1500 40: [==========] Running 3 tests from 1 test suite. 40: [----------] Global test environment set-up. 40: [----------] 3 tests from cuda 40: [ RUN ] cuda.Random_XorShift64 40: Test Seed:1711681947857488200 40: Test Scalar=int 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.43252e-07 0.0178662 0.00139238 || 0.051031 28059 29325 || 28171.1 28674.4 || 19.2482 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.43252e-07 0.0117799 0.0133117 || 0.051031 1e+64 -1e+64 40: Test Scalar=unsigned int 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.45775e-07 -0.0140484 -0.0175522 || 0.051031 27978 29359 || 29083 28674.4 || -242.641 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.5082e-07 -0.00110227 -0.00216146 || 0.051031 1e+64 -1e+64 40: Test Scalar=int64_t 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.43252e-07 -0.00209027 0.00270484 || 0.051031 28061 29279 || 28734.5 28674.4 || 37.3917 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.43252e-07 0.00391007 -0.00858917 || 0.051031 1e+64 -1e+64 40: Test Scalar=uint64_t 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.43252e-07 0.00277116 0.014296 || 0.051031 28067 29449 || 28595.1 28674.4 || 197.628 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.43252e-07 -0.00215449 0.00708112 || 0.051031 1e+64 -1e+64 40: Test Scalar=half 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 0.000245457 -0.99999 -48247.9 || 0.051031 0 195039 || 2.92875e+09 28674.4 || -6.6698e+08 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 0.0007353 -0.317052 0.137714 || 0.051031 1e+64 -1e+64 40: Test Scalar=bhalf 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 0.00195739 -0.999999 -57856.9 || 0.051031 0 1.55135e+06 || 2.8691e+10 28674.4 || -7.99814e+08 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 0.00588194 -0.967948 10.3249 || 0.051031 1e+64 -1e+64 40: Test Scalar=float 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.83613e-07 -0.0082825 -0.00013625 || 0.051031 28000 29372 || 28913.9 28674.4 || -1.88353 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 7.64335e-07 -0.00215084 -0.0087138 || 0.051031 1e+64 -1e+64 40: Test Scalar=double 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.43252e-07 0.00256548 -0.02396 || 0.051031 28005 29309 || 28601 28674.4 || -331.223 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.43252e-07 0.00997246 0.000616052 || 0.051031 1e+64 -1e+64 40: Test Seed:1711681948012152111 40: Test Scalar=int 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.45775e-07 0.00962489 -0.0170866 || 0.051031 27987 29365 || 28401 28674.4 || -236.205 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.5082e-07 0.0274877 0.000398236 || 0.051031 1e+64 -1e+64 40: Test Scalar=unsigned int 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.43252e-07 -0.0049304 0.0236977 || 0.051031 28104 29312 || 28816.5 28674.4 || 327.597 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.43252e-07 -0.0115593 -0.00174606 || 0.051031 1e+64 -1e+64 40: Test Scalar=int64_t 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.43252e-07 -0.00996517 -0.0531587 || 0.051031 27922 29315 || 28963 28674.4 || -734.865 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.43252e-07 0.00216634 0.00177231 || 0.051031 1e+64 -1e+64 40: Test Scalar=uint64_t 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.43252e-07 0.0104124 0.0227049 || 0.051031 28067 29418 || 28378.9 28674.4 || 313.873 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.43252e-07 0.0194085 -0.00770773 || 0.051031 1e+64 -1e+64 40: Test Scalar=half 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 0.000244892 -0.99999 -48246.9 || 0.051031 0 195036 || 2.9289e+09 28674.4 || -6.66966e+08 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 0.000733595 -0.30667 0.155334 || 0.051031 1e+64 -1e+64 40: Test Scalar=bhalf 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 0.00195833 -0.999999 -57856.4 || 0.051031 0 1.55238e+06 || 2.86891e+10 28674.4 || -7.99807e+08 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 0.00588581 -0.96771 10.2587 || 0.051031 1e+64 -1e+64 40: Test Scalar=float 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.73523e-07 -0.0241846 0.0137475 || 0.051031 28018 29317 || 29385.1 28674.4 || 190.046 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 7.34064e-07 0.0056854 0.00338563 || 0.051031 1e+64 -1e+64 40: Test Scalar=double 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 6.43252e-07 0.00519198 0.0372159 || 0.051031 28077 29332 || 28526.3 28674.4 || 514.473 -2.0744 40: -- Testing 3-D histogram 40: Density 3D: 6.43252e-07 0.00320359 0.00359514 || 0.051031 1e+64 -1e+64 40: [ OK ] cuda.Random_XorShift64 (300 ms) 40: [ RUN ] cuda.Random_XorShift1024_0 40: Test Seed:1711681948158146099 40: Test Scalar=int 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 0.00126347 -0.000890285 || 0.051031 10989 11783 || 11362.6 11377 || -12.3073 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 0.0272132 0.000927646 || 0.051031 1e+64 -1e+64 40: Test Scalar=unsigned int 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 0.00142622 -0.0068313 || 0.051031 10998 11832 || 11360.8 11377 || -94.4359 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 0.0164553 0.000797217 || 0.051031 1e+64 -1e+64 40: Test Scalar=int64_t 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 -0.00532292 0.0015944 || 0.051031 10972 11793 || 11437.8 11377 || 22.0409 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 0.00315589 0.00119257 || 0.051031 1e+64 -1e+64 40: Test Scalar=uint64_t 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 0.00400711 0.00938599 || 0.051031 10928 11790 || 11331.6 11377 || 129.752 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 0.0148539 0.00119829 || 0.051031 1e+64 -1e+64 40: Test Scalar=half 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 0.00024399 -0.999975 -7594.7 || 0.051031 0 77764 || 4.61036e+08 11377 || -1.04989e+08 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 0.000731621 -0.145372 0.0222528 || 0.051031 1e+64 -1e+64 40: Test Scalar=bhalf 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 0.00195127 -0.999997 -9108.24 || 0.051031 0 616398 || 4.51643e+09 11377 || -1.25912e+08 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 0.00586407 -0.922704 1.61367 || 0.051031 1e+64 -1e+64 40: Test Scalar=float 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.9246e-07 0.00523081 0.00118866 || 0.051031 10988 11820 || 11317.8 11377 || 16.4321 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 3.8147e-07 -0.0089936 0.00190997 || 0.051031 1e+64 -1e+64 40: Test Scalar=double 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 0.00969103 -0.00446454 || 0.051031 10947 11786 || 11267.8 11377 || -61.7177 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 0.00488303 -0.00575466 || 0.051031 1e+64 -1e+64 40: Test Seed:1711681948231395890 40: Test Scalar=int 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 0.0121062 0.00283097 || 0.051031 10911 11870 || 11240.9 11377 || 39.1353 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 -0.00181642 -0.000337684 || 0.051031 1e+64 -1e+64 40: Test Scalar=unsigned int 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 -0.00399212 -0.00042621 || 0.051031 10960 11809 || 11422.6 11377 || -5.89193 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 0.0119965 -0.00400094 || 0.051031 1e+64 -1e+64 40: Test Scalar=int64_t 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 0.00828654 0.00401487 || 0.051031 10957 11774 || 11283.5 11377 || 55.5016 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 -0.00635853 0.0013925 || 0.051031 1e+64 -1e+64 40: Test Scalar=uint64_t 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 -0.0105305 0.00892165 || 0.051031 10939 11786 || 11498 11377 || 123.333 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 -0.00386996 -0.000914533 || 0.051031 1e+64 -1e+64 40: Test Scalar=half 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 0.00024572 -0.999975 -7594.71 || 0.051031 0 77665 || 4.6101e+08 11377 || -1.04989e+08 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 0.000736836 -0.162036 0.0231847 || 0.051031 1e+64 -1e+64 40: Test Scalar=bhalf 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 0.00196049 -0.999997 -9107.48 || 0.051031 0 616461 || 4.51632e+09 11377 || -1.25902e+08 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 0.00589188 -0.923011 1.61909 || 0.051031 1e+64 -1e+64 40: Test Scalar=float 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.86102e-07 -0.00121656 -0.00234479 || 0.051031 10968 11753 || 11390.8 11377 || -32.4144 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 3.62396e-07 0.0107981 -0.00029589 || 0.051031 1e+64 -1e+64 40: Test Scalar=double 40: -- Testing randomness properties 40: -- Testing 1-D histogram 40: Density 1D: 2.47955e-07 -0.00671692 0.00553369 || 0.051031 10997 11824 || 11453.9 11377 || 76.4977 -0.823045 40: -- Testing 3-D histogram 40: Density 3D: 2.47955e-07 0.00278689 5.85655e-05 || 0.051031 1e+64 -1e+64 40: [ OK ] cuda.Random_XorShift1024_0 (175 ms) 40: [ RUN ] cuda.Multi_streams 40: [ OK ] cuda.Multi_streams (194 ms) 40: [----------] 3 tests from cuda (670 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 3 tests from 1 test suite ran. (670 ms total) 40: [ PASSED ] 3 tests. 40/59 Test #40: Kokkos_UnitTest_Random ........................... Passed 1.38 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_A 41: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 41: Test timeout computed to be: 1500 [ 95%] Built target Kokkos_tutorial_04_simple_memoryspaces [ 95%] Building CXX object example/tutorial/Advanced_Views/03_subviews/CMakeFiles/Kokkos_tutorial_advancedviews_03_subviews.dir/subviews.cpp.o [ 95%] Linking CXX executable Kokkos_tutorial_06_simple_mdrangepolicy 41: [==========] Running 14 tests from 3 test suites. 41: [----------] Global test environment set-up. 41: [----------] 3 tests from std_algorithms_reducers 41: [ RUN ] std_algorithms_reducers.max_first_loc 41: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 41: [ RUN ] std_algorithms_reducers.min_first_loc 41: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 41: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 41: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 41: [----------] 3 tests from std_algorithms_reducers (0 ms total) 41: 41: [----------] 1 test from std_algorithms 41: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 41: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 41: [----------] 1 test from std_algorithms (0 ms total) 41: 41: [----------] 10 tests from random_access_iterator_test 41: [ RUN ] random_access_iterator_test.constructor 41: [ OK ] random_access_iterator_test.constructor (0 ms) 41: [ RUN ] random_access_iterator_test.dereference 41: [ OK ] random_access_iterator_test.dereference (0 ms) 41: [ RUN ] random_access_iterator_test.subscript_operator 41: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 41: [ RUN ] random_access_iterator_test.operatorsSet1 41: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 41: [ RUN ] random_access_iterator_test.operatorsSet2 41: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 41: [ RUN ] random_access_iterator_test.operatorsSet3 41: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 41: [ RUN ] random_access_iterator_test.operatorsSet4 41: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 41: [ RUN ] random_access_iterator_test.assignment_operator 41: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 41: [ RUN ] random_access_iterator_test.distance 41: [ OK ] random_access_iterator_test.distance (0 ms) 41: [ RUN ] random_access_iterator_test.traits_helpers 41: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 41: [----------] 10 tests from random_access_iterator_test (2 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 14 tests from 3 test suites ran. (2 ms total) 41: [ PASSED ] 14 tests. 41/59 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_A ............... Passed 0.70 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_B 42: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 42: Test timeout computed to be: 1500 42: [==========] Running 7 tests from 1 test suite. 42: [----------] Global test environment set-up. 42: [----------] 7 tests from std_algorithms_min_max_element_test 42: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 42: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 42: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 42: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 42: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 42: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (4 ms) 42: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 42: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (4 ms) 42: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 42: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (4 ms) 42: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 42: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (5 ms) 42: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 42: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (7 ms) 42: [----------] 7 tests from std_algorithms_min_max_element_test (28 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 7 tests from 1 test suite ran. (28 ms total) 42: [ PASSED ] 7 tests. 42/59 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_B ............... Passed 0.74 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_C 43: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 43: Test timeout computed to be: 1500 43: [==========] Running 13 tests from 10 test suites. 43: [----------] Global test environment set-up. 43: [----------] 1 test from std_algorithms_lexicographical_compare_test 43: [ RUN ] std_algorithms_lexicographical_compare_test.test 43: [ OK ] std_algorithms_lexicographical_compare_test.test (198 ms) 43: [----------] 1 test from std_algorithms_lexicographical_compare_test (198 ms total) 43: 43: [----------] 1 test from std_algorithms_for_each_test 43: [ RUN ] std_algorithms_for_each_test.test 43: [ OK ] std_algorithms_for_each_test.test (123 ms) 43: [----------] 1 test from std_algorithms_for_each_test (123 ms total) 43: 43: [----------] 1 test from std_algorithms_find_test 43: [ RUN ] std_algorithms_find_test.test [ 95%] Built target Kokkos_tutorial_05_simple_atomics [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o [ 96%] Building CXX object example/tutorial/Advanced_Views/04_dualviews/CMakeFiles/Kokkos_tutorial_advancedviews_04_dualviews.dir/dual_view.cpp.o 43: [ OK ] std_algorithms_find_test.test (69 ms) 43: [----------] 1 test from std_algorithms_find_test (69 ms total) 43: 43: [----------] 4 tests from std_algorithms_non_mod_seq_ops 43: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 43: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (476 ms) 43: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 43: [ OK ] std_algorithms_non_mod_seq_ops.find_end (1098 ms) 43: [ RUN ] std_algorithms_non_mod_seq_ops.search 43: [ OK ] std_algorithms_non_mod_seq_ops.search (657 ms) 43: [ RUN ] std_algorithms_non_mod_seq_ops.search_n [ 96%] Built target Kokkos_tutorial_06_simple_mdrangepolicy [ 96%] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams.dir/thread_teams.cpp.o 43: [ OK ] std_algorithms_non_mod_seq_ops.search_n (448 ms) 43: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2680 ms total) 43: 43: [----------] 1 test from std_algorithms_count_test 43: [ RUN ] std_algorithms_count_test.test 43: [ OK ] std_algorithms_count_test.test (95 ms) 43: [----------] 1 test from std_algorithms_count_test (95 ms total) 43: 43: [----------] 1 test from std_algorithms_equal_test 43: [ RUN ] std_algorithms_equal_test.test 43: [ OK ] std_algorithms_equal_test.test (12 ms) 43: [----------] 1 test from std_algorithms_equal_test (12 ms total) 43: 43: [----------] 1 test from std_algorithms_all_any_none_of_test 43: [ RUN ] std_algorithms_all_any_none_of_test.test 43: [ OK ] std_algorithms_all_any_none_of_test.test (76 ms) 43: [----------] 1 test from std_algorithms_all_any_none_of_test (76 ms total) 43: 43: [----------] 1 test from std_algorithms_nonmod_seq_ops 43: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 43: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (109 ms) 43: [----------] 1 test from std_algorithms_nonmod_seq_ops (109 ms total) 43: 43: [----------] 1 test from std_algorithms_mismatch_test 43: [ RUN ] std_algorithms_mismatch_test.test 43: [ OK ] std_algorithms_mismatch_test.test (193 ms) 43: [----------] 1 test from std_algorithms_mismatch_test (193 ms total) 43: 43: [----------] 1 test from std_algorithms_mod_seq_ops 43: [ RUN ] std_algorithms_mod_seq_ops.move_backward 43: [ OK ] std_algorithms_mod_seq_ops.move_backward (54 ms) 43: [----------] 1 test from std_algorithms_mod_seq_ops (54 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 13 tests from 10 test suites ran. (3614 ms total) 43: [ PASSED ] 13 tests. [ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o 43/59 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_C ............... Passed 4.33 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_D 44: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 44: Test timeout computed to be: 1500 44: [==========] Running 31 tests from 5 test suites. 44: [----------] Global test environment set-up. 44: [----------] 3 tests from std_algorithms_mod_ops_test 44: [ RUN ] std_algorithms_mod_ops_test.move 44: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 44: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 44: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms) 44: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 44: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 44: [----------] 3 tests from std_algorithms_mod_ops_test (0 ms total) 44: 44: [----------] 12 tests from std_algorithms_mod_seq_ops_test 44: [ RUN ] std_algorithms_mod_seq_ops_test.copy 44: [ OK ] std_algorithms_mod_seq_ops_test.copy (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 44: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 44: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 44: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 44: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.fill 44: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 44: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 44: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 44: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.generate 44: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 44: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 44: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 44: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms) 44: [----------] 12 tests from std_algorithms_mod_seq_ops_test (3 ms total) 44: 44: [----------] 4 tests from std_algorithms_replace_ops_test 44: [ RUN ] std_algorithms_replace_ops_test.replace 44: [ OK ] std_algorithms_replace_ops_test.replace (29 ms) 44: [ RUN ] std_algorithms_replace_ops_test.replace_if 44: [ OK ] std_algorithms_replace_ops_test.replace_if (156 ms) 44: [ RUN ] std_algorithms_replace_ops_test.replace_copy 44: [ OK ] std_algorithms_replace_ops_test.replace_copy (52 ms) 44: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 44: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (49 ms) 44: [----------] 4 tests from std_algorithms_replace_ops_test (287 ms total) 44: 44: [----------] 11 tests from std_algorithms_mod_seq_ops 44: [ RUN ] std_algorithms_mod_seq_ops.copy_if 44: [ OK ] std_algorithms_mod_seq_ops.copy_if (35 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.unique 44: [ OK ] std_algorithms_mod_seq_ops.unique (257 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 44: [ OK ] std_algorithms_mod_seq_ops.unique_copy (82 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.remove 44: [ OK ] std_algorithms_mod_seq_ops.remove (57 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.remove_if 44: [ OK ] std_algorithms_mod_seq_ops.remove_if (59 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 44: [ OK ] std_algorithms_mod_seq_ops.remove_copy (172 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 44: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (61 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.rotate 44: [ OK ] std_algorithms_mod_seq_ops.rotate (1267 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [ 96%] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams_lambda/CMakeFiles/Kokkos_tutorial_hierarchical_01_thread_teams_lambda.dir/thread_teams_lambda.cpp.o 44: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (436 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.shift_left 44: [ OK ] std_algorithms_mod_seq_ops.shift_left (1182 ms) 44: [ RUN ] std_algorithms_mod_seq_ops.shift_right [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o 44: [ OK ] std_algorithms_mod_seq_ops.shift_right (1161 ms) 44: [----------] 11 tests from std_algorithms_mod_seq_ops (4775 ms total) 44: 44: [----------] 1 test from std_algorithms_modseq_test 44: [ RUN ] std_algorithms_modseq_test.reverse 44: [ OK ] std_algorithms_modseq_test.reverse (50 ms) 44: [----------] 1 test from std_algorithms_modseq_test (50 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 31 tests from 5 test suites ran. (5117 ms total) 44: [ PASSED ] 31 tests. 44/59 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_D ............... Passed 5.83 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_E 45: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 45: Test timeout computed to be: 1500 45: [==========] Running 29 tests from 7 test suites. 45: [----------] Global test environment set-up. 45: [----------] 2 tests from std_algorithms_sorting_ops_test 45: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 45: [ OK ] std_algorithms_sorting_ops_test.is_sorted (10 ms) 45: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 45: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (9 ms) 45: [----------] 2 tests from std_algorithms_sorting_ops_test (20 ms total) 45: 45: [----------] 4 tests from std_algorithms_partitioning_test 45: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 45: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 45: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 45: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (0 ms) 45: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 45: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms) 45: [ RUN ] std_algorithms_partitioning_test.partition_point 45: [ OK ] std_algorithms_partitioning_test.partition_point (0 ms) 45: [----------] 4 tests from std_algorithms_partitioning_test (2 ms total) 45: 45: [----------] 1 test from std_algorithms_partitioning_ops 45: [ RUN ] std_algorithms_partitioning_ops.partition_copy 45: [ OK ] std_algorithms_partitioning_ops.partition_copy (20 ms) 45: [----------] 1 test from std_algorithms_partitioning_ops (20 ms total) 45: 45: [----------] 12 tests from std_algorithms_numerics_test 45: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 45: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 45: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 45: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 45: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 45: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 45: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 45: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 45: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 45: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 45: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 45: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms) 45: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 45: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms) 45: [----------] 12 tests from std_algorithms_numerics_test (8 ms total) 45: 45: [----------] 1 test from std_algorithms_numerics_ops_test 45: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 45: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (103 ms) 45: [----------] 1 test from std_algorithms_numerics_ops_test (103 ms total) 45: 45: [----------] 8 tests from std_algorithms_numeric_ops_test 45: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan [ OK ] cuda.scatterview (111021 ms) [ RUN ] cuda.scatterview_devicetype [ OK ] cuda.scatterview_devicetype (37 ms) [ RUN ] cuda.staticcrsgraph [ OK ] cuda.staticcrsgraph (51 ms) [ RUN ] cuda.UnorderedMap_insert [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [ 96%] Building CXX object example/tutorial/Hierarchical_Parallelism/02_nested_parallel_for/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for.dir/nested_parallel_for.cpp.o [ 96%] Linking CXX executable Kokkos_tutorial_advancedviews_01_data_layouts 45: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (743 ms) 45: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 45: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 45: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan 45: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (520 ms) 45: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 45: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 45: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 45: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (211 ms) 45: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 45: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 45: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan 45: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (284 ms) 45: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 45: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 45: [----------] 8 tests from std_algorithms_numeric_ops_test (1760 ms total) 45: 45: [----------] 1 test from std_algorithms_transform_ops_test 45: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 45: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (36 ms) 45: [----------] 1 test from std_algorithms_transform_ops_test (36 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 29 tests from 7 test suites ran. (1953 ms total) 45: [ PASSED ] 29 tests. 45/59 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_E ............... Passed 2.68 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 46: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 46: Test timeout computed to be: 1500 46: [==========] Running 12 tests from 7 test suites. 46: [----------] Global test environment set-up. 46: [----------] 2 tests from std_algorithms_adjacent_find_team_test 46: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 46: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (342 ms) 46: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o 46: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (335 ms) 46: [----------] 2 tests from std_algorithms_adjacent_find_team_test (677 ms total) 46: 46: [----------] 2 tests from std_algorithms_count_team_test 46: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero [ 96%] Linking CXX executable Kokkos_tutorial_advancedviews_02_memory_traits 46: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (512 ms) 46: [ RUN ] std_algorithms_count_team_test.count_returns_zero 46: [ OK ] std_algorithms_count_team_test.count_returns_zero (131 ms) 46: [----------] 2 tests from std_algorithms_count_team_test (644 ms total) 46: 46: [----------] 1 test from std_algorithms_count_if_team_test 46: [ RUN ] std_algorithms_count_if_team_test.test 46: [ OK ] std_algorithms_count_if_team_test.test (175 ms) 46: [----------] 1 test from std_algorithms_count_if_team_test (175 ms total) 46: 46: [----------] 1 test from std_algorithms_for_each_team_test 46: [ RUN ] std_algorithms_for_each_team_test.test [ 96%] Linking CXX executable Kokkos_tutorial_advancedviews_03_subviews 46: [ OK ] std_algorithms_for_each_team_test.test (379 ms) 46: [----------] 1 test from std_algorithms_for_each_team_test (379 ms total) 46: 46: [----------] 1 test from std_algorithms_for_each_n_team_test 46: [ RUN ] std_algorithms_for_each_n_team_test.test [ 96%] Built target Kokkos_tutorial_advancedviews_01_data_layouts [ 96%] Building CXX object example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_03_vectorization.dir/vectorization.cpp.o 46: [ OK ] std_algorithms_for_each_n_team_test.test (395 ms) 46: [----------] 1 test from std_algorithms_for_each_n_team_test (395 ms total) 46: 46: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 46: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal [ 96%] Built target Kokkos_tutorial_advancedviews_02_memory_traits [ 96%] Building CXX object example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/hello_world_lambda.cpp.o 46: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (3022 ms) 46: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less [ OK ] cuda.UnorderedMap_insert (11274 ms) [ RUN ] cuda.UnorderedMap_failed_insert [ 96%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_01_thread_teams [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o 46: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (1678 ms) 46: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater [ OK ] cuda.UnorderedMap_failed_insert (1396 ms) [ RUN ] cuda.UnorderedMap_deep_copy [ OK ] cuda.UnorderedMap_deep_copy (9 ms) [ RUN ] cuda.UnorderedMap_valid_empty [ OK ] cuda.UnorderedMap_valid_empty (1 ms) [ RUN ] cuda.UnorderedMap_clear_zero_size [ OK ] cuda.UnorderedMap_clear_zero_size (0 ms) [ RUN ] cuda.UnorderedMap_consistent_size [ OK ] cuda.UnorderedMap_consistent_size (0 ms) [ RUN ] cuda.UnorderedMap_shallow_copyable_on_device [ OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms) [ RUN ] cuda.UnorderedMap_lambda_capturable [ OK ] cuda.UnorderedMap_lambda_capturable (0 ms) [ RUN ] cuda.UnorderedMap_constructor_view_alloc [ OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms) [ RUN ] cuda.viewctorprop_embedded_dim [ OK ] cuda.viewctorprop_embedded_dim (0 ms) [----------] 42 tests from cuda (123911 ms total) [----------] Global test environment tear-down [==========] 42 tests from 1 test suite ran. (123911 ms total) [ PASSED ] 42 tests. [ 96%] Built target Kokkos_tutorial_advancedviews_03_subviews [ 97%] Building CXX object example/tutorial/02_simple_reduce_lambda/CMakeFiles/Kokkos_tutorial_02_simple_reduce_lambda.dir/simple_reduce_lambda.cpp.o [ 97%] Built target Kokkos_tutorial_hierarchicalparallelism_01_thread_teams [ 97%] Building CXX object example/tutorial/03_simple_view_lambda/CMakeFiles/Kokkos_tutorial_03_simple_view_lambda.dir/simple_view_lambda.cpp.o 46: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (1728 ms) 46: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (6428 ms total) 46: 46: [----------] 2 tests from std_algorithms_mismatch_team_test 46: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal [ OK ] serial.UnorderedMap_insert (81754 ms) [ RUN ] serial.UnorderedMap_failed_insert [ 97%] Linking CXX executable Kokkos_tutorial_hierarchical_01_thread_teams_lambda 46: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (2056 ms) 46: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal [ 97%] Linking CXX executable Kokkos_tutorial_advancedviews_04_dualviews 46: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (467 ms) 46: [----------] 2 tests from std_algorithms_mismatch_team_test (2523 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 12 tests from 7 test suites ran. (11225 ms total) 46: [ PASSED ] 12 tests. 46/59 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .......... Passed 11.93 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 47: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 47: Test timeout computed to be: 1500 47: [==========] Running 8 tests from 4 test suites. 47: [----------] Global test environment set-up. 47: [----------] 2 tests from std_algorithms_equal_team_test 47: [ RUN ] std_algorithms_equal_team_test.views_are_equal [ 97%] Built target Kokkos_tutorial_hierarchical_01_thread_teams_lambda [ 98%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o [ 98%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for 47: [ OK ] std_algorithms_equal_team_test.views_are_equal (1273 ms) 47: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 47: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (674 ms) 47: [----------] 2 tests from std_algorithms_equal_team_test (1948 ms total) 47: 47: [----------] 2 tests from std_algorithms_search_team_test 47: [ RUN ] std_algorithms_search_team_test.sequences_exist 47: [ OK ] std_algorithms_search_team_test.sequences_exist (486 ms) 47: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 47: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (676 ms) 47: [----------] 2 tests from std_algorithms_search_team_test (1162 ms total) 47: 47: [----------] 2 tests from std_algorithms_find_end_team_test 47: [ RUN ] std_algorithms_find_end_team_test.sequences_exist [ 98%] Built target Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for [ 98%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o 47: [ OK ] std_algorithms_find_end_team_test.sequences_exist (1817 ms) 47: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist 47: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (1614 ms) 47: [----------] 2 tests from std_algorithms_find_end_team_test (3431 ms total) 47: 47: [----------] 2 tests from std_algorithms_find_first_of_team_test 47: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 47: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (1277 ms) 47: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist [ 98%] Linking CXX executable Kokkos_tutorial_01_hello_world_lambda [ 98%] Built target Kokkos_tutorial_advancedviews_04_dualviews [ 99%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_03_vectorization [100%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o [100%] Linking CXX executable Kokkos_tutorial_02_simple_reduce_lambda [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [100%] Built target Kokkos_tutorial_01_hello_world_lambda [100%] Built target Kokkos_tutorial_02_simple_reduce_lambda [100%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o [100%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o [100%] Linking CXX executable Kokkos_tutorial_03_simple_view_lambda [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o 47: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (6016 ms) 47: [----------] 2 tests from std_algorithms_find_first_of_team_test (7293 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 8 tests from 4 test suites ran. (13836 ms total) 47: [ PASSED ] 8 tests. 47/59 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .......... Passed 14.53 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 48: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 48: Test timeout computed to be: 1500 48: [==========] Running 11 tests from 7 test suites. 48: [----------] Global test environment set-up. 48: [----------] 2 tests from std_algorithms_find_team_test 48: [ RUN ] std_algorithms_find_team_test.searched_values_exist 48: [ OK ] std_algorithms_find_team_test.searched_values_exist (188 ms) 48: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist 48: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (328 ms) 48: [----------] 2 tests from std_algorithms_find_team_test (517 ms total) 48: 48: [----------] 2 tests from std_algorithms_find_if_team_test 48: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 48: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (137 ms) 48: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 48: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (326 ms) 48: [----------] 2 tests from std_algorithms_find_if_team_test (463 ms total) 48: 48: [----------] 2 tests from std_algorithms_find_if_not_team_test 48: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 48: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (327 ms) 48: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false 48: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (137 ms) 48: [----------] 2 tests from std_algorithms_find_if_not_team_test (464 ms total) 48: 48: [----------] 1 test from std_algorithms_all_of_team_test 48: [ RUN ] std_algorithms_all_of_team_test.test 48: [ OK ] std_algorithms_all_of_team_test.test (380 ms) 48: [----------] 1 test from std_algorithms_all_of_team_test (380 ms total) 48: 48: [----------] 1 test from std_algorithms_any_of_team_test 48: [ RUN ] std_algorithms_any_of_team_test.test 48: [ OK ] std_algorithms_any_of_team_test.test (132 ms) 48: [----------] 1 test from std_algorithms_any_of_team_test (132 ms total) 48: 48: [----------] 1 test from std_algorithms_none_of_team_test 48: [ RUN ] std_algorithms_none_of_team_test.test 48: [ OK ] std_algorithms_none_of_team_test.test (329 ms) 48: [----------] 1 test from std_algorithms_none_of_team_test (329 ms total) 48: 48: [----------] 2 tests from std_algorithms_search_n_team_test 48: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 48: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (178 ms) 48: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist [100%] Built target Kokkos_tutorial_hierarchicalparallelism_03_vectorization [100%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o 48: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (207 ms) 48: [----------] 2 tests from std_algorithms_search_n_team_test (386 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 11 tests from 7 test suites ran. (2673 ms total) 48: [ PASSED ] 11 tests. 48/59 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .......... Passed 3.38 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 49: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 49: Test timeout computed to be: 1500 49: [==========] Running 3 tests from 3 test suites. 49: [----------] Global test environment set-up. 49: [----------] 1 test from std_algorithms_min_element_team_test 49: [ RUN ] std_algorithms_min_element_team_test.test [100%] Built target Kokkos_tutorial_03_simple_view_lambda [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o 49: [ OK ] std_algorithms_min_element_team_test.test (1246 ms) 49: [----------] 1 test from std_algorithms_min_element_team_test (1246 ms total) 49: 49: [----------] 1 test from std_algorithms_max_element_team_test 49: [ RUN ] std_algorithms_max_element_team_test.test 49: [ OK ] std_algorithms_max_element_team_test.test (1252 ms) 49: [----------] 1 test from std_algorithms_max_element_team_test (1252 ms total) 49: 49: [----------] 1 test from std_algorithms_minmax_element_team_test 49: [ RUN ] std_algorithms_minmax_element_team_test.test [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o 49: [ OK ] std_algorithms_minmax_element_team_test.test (1892 ms) 49: [----------] 1 test from std_algorithms_minmax_element_team_test (1892 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 3 tests from 3 test suites ran. (4391 ms total) 49: [ PASSED ] 3 tests. 49/59 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .......... Passed 5.09 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 50: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 50: Test timeout computed to be: 1500 50: [==========] Running 6 tests from 6 test suites. 50: [----------] Global test environment set-up. 50: [----------] 1 test from std_algorithms_fill_team_test 50: [ RUN ] std_algorithms_fill_team_test.test 50: [ OK ] std_algorithms_fill_team_test.test (220 ms) 50: [----------] 1 test from std_algorithms_fill_team_test (220 ms total) 50: 50: [----------] 1 test from std_algorithms_fill_n_team_test 50: [ RUN ] std_algorithms_fill_n_team_test.test 50: [ OK ] std_algorithms_fill_n_team_test.test (226 ms) 50: [----------] 1 test from std_algorithms_fill_n_team_test (227 ms total) 50: 50: [----------] 1 test from std_algorithms_replace_team_test 50: [ RUN ] std_algorithms_replace_team_test.test 50: [ OK ] std_algorithms_replace_team_test.test (349 ms) 50: [----------] 1 test from std_algorithms_replace_team_test (349 ms total) 50: 50: [----------] 1 test from std_algorithms_replace_if_team_test 50: [ RUN ] std_algorithms_replace_if_team_test.test 50: [ OK ] std_algorithms_replace_if_team_test.test (511 ms) 50: [----------] 1 test from std_algorithms_replace_if_team_test (511 ms total) 50: 50: [----------] 1 test from std_algorithms_replace_copy_team_test 50: [ RUN ] std_algorithms_replace_copy_team_test.test 50: [ OK ] std_algorithms_replace_copy_team_test.test (966 ms) 50: [----------] 1 test from std_algorithms_replace_copy_team_test (966 ms total) 50: 50: [----------] 1 test from std_algorithms_replace_copy_if_team_test 50: [ RUN ] std_algorithms_replace_copy_if_team_test.test 50: [ OK ] std_algorithms_replace_copy_if_team_test.test (710 ms) 50: [----------] 1 test from std_algorithms_replace_copy_if_team_test (710 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 6 tests from 6 test suites ran. (2986 ms total) 50: [ PASSED ] 6 tests. 50/59 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .......... Passed 3.69 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 51: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 51: Test timeout computed to be: 1500 51: [==========] Running 4 tests from 4 test suites. 51: [----------] Global test environment set-up. 51: [----------] 1 test from std_algorithms_reverse_team_test 51: [ RUN ] std_algorithms_reverse_team_test.test 51: [ OK ] std_algorithms_reverse_team_test.test (234 ms) 51: [----------] 1 test from std_algorithms_reverse_team_test (234 ms total) 51: 51: [----------] 1 test from std_algorithms_reverse_copy_team_test 51: [ RUN ] std_algorithms_reverse_copy_team_test.test 51: [ OK ] std_algorithms_reverse_copy_team_test.test (261 ms) 51: [----------] 1 test from std_algorithms_reverse_copy_team_test (261 ms total) 51: 51: [----------] 1 test from std_algorithms_rotate_team_test 51: [ RUN ] std_algorithms_rotate_team_test.test 51: [ OK ] std_algorithms_rotate_team_test.test (602 ms) 51: [----------] 1 test from std_algorithms_rotate_team_test (602 ms total) 51: 51: [----------] 1 test from std_algorithms_rotate_copy_team_test 51: [ RUN ] std_algorithms_rotate_copy_team_test.test 51: [ OK ] std_algorithms_rotate_copy_team_test.test (444 ms) 51: [----------] 1 test from std_algorithms_rotate_copy_team_test (444 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 4 tests from 4 test suites ran. (1543 ms total) 51: [ PASSED ] 4 tests. [100%] Linking CXX executable Kokkos_gups 51/59 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .......... Passed 2.26 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 52: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 52: Test timeout computed to be: 1500 52: [==========] Running 4 tests from 4 test suites. 52: [----------] Global test environment set-up. 52: [----------] 1 test from std_algorithms_move_team_test 52: [ RUN ] std_algorithms_move_team_test.test 52: [ OK ] std_algorithms_move_team_test.test (481 ms) 52: [----------] 1 test from std_algorithms_move_team_test (481 ms total) 52: 52: [----------] 1 test from std_algorithms_move_backward_team_test 52: [ RUN ] std_algorithms_move_backward_team_test.test 52: [ OK ] std_algorithms_move_backward_team_test.test (404 ms) 52: [----------] 1 test from std_algorithms_move_backward_team_test (404 ms total) 52: 52: [----------] 1 test from std_algorithms_shift_left_team_test 52: [ RUN ] std_algorithms_shift_left_team_test.test [100%] Linking CXX executable Kokkos_atomic [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o 52: [ OK ] std_algorithms_shift_left_team_test.test (1373 ms) 52: [----------] 1 test from std_algorithms_shift_left_team_test (1373 ms total) 52: 52: [----------] 1 test from std_algorithms_shift_right_team_test 52: [ RUN ] std_algorithms_shift_right_team_test.test [100%] Linking CXX executable Kokkos_stream 52: [ OK ] std_algorithms_shift_right_team_test.test (1228 ms) 52: [----------] 1 test from std_algorithms_shift_right_team_test (1228 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 4 tests from 4 test suites ran. (3487 ms total) 52: [ PASSED ] 4 tests. 52/59 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .......... Passed 4.18 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 53: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 53: Test timeout computed to be: 1500 53: [==========] Running 9 tests from 9 test suites. 53: [----------] Global test environment set-up. 53: [----------] 1 test from std_algorithms_copy_team_test 53: [ RUN ] std_algorithms_copy_team_test.test 53: [ OK ] std_algorithms_copy_team_test.test (647 ms) 53: [----------] 1 test from std_algorithms_copy_team_test (647 ms total) 53: 53: [----------] 1 test from std_algorithms_copy_n_team_test 53: [ RUN ] std_algorithms_copy_n_team_test.test 53: [ OK ] std_algorithms_copy_n_team_test.test (284 ms) 53: [----------] 1 test from std_algorithms_copy_n_team_test (284 ms total) 53: 53: [----------] 1 test from std_algorithms_copy_backward_team_test 53: [ RUN ] std_algorithms_copy_backward_team_test.test 53: [ OK ] std_algorithms_copy_backward_team_test.test (388 ms) 53: [----------] 1 test from std_algorithms_copy_backward_team_test (388 ms total) 53: 53: [----------] 1 test from std_algorithms_copy_if_team_test 53: [ RUN ] std_algorithms_copy_if_team_test.test 53: [ OK ] std_algorithms_copy_if_team_test.test (542 ms) 53: [----------] 1 test from std_algorithms_copy_if_team_test (542 ms total) 53: 53: [----------] 1 test from std_algorithms_unique_copy_team_test 53: [ RUN ] std_algorithms_unique_copy_team_test.test [100%] Linking CXX executable Kokkos_launch_latency [ OK ] serial.UnorderedMap_failed_insert (35883 ms) [ RUN ] serial.UnorderedMap_deep_copy [ OK ] serial.UnorderedMap_deep_copy (21 ms) [ RUN ] serial.UnorderedMap_valid_empty [ OK ] serial.UnorderedMap_valid_empty (0 ms) [ RUN ] serial.UnorderedMap_clear_zero_size [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) [ RUN ] serial.UnorderedMap_consistent_size [ OK ] serial.UnorderedMap_consistent_size (0 ms) [ RUN ] serial.UnorderedMap_shallow_copyable_on_device [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) [ RUN ] serial.UnorderedMap_lambda_capturable [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) [ RUN ] serial.UnorderedMap_constructor_view_alloc [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) [ RUN ] serial.viewctorprop_embedded_dim [ OK ] serial.viewctorprop_embedded_dim (0 ms) [----------] 42 tests from serial (161603 ms total) [----------] Global test environment tear-down [==========] 42 tests from 1 test suite ran. (161603 ms total) [ PASSED ] 41 tests. [ SKIPPED ] 1 test, listed below: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6905/build/containers/unit_tests' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6905/build/containers/unit_tests' make -C containers/performance_tests test make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6905/build/containers/performance_tests' make -f /var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6905 CXX=/var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6905 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6905/build/containers/performance_tests' echo "End Build" End Build make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6905/build/containers/performance_tests' make -f /var/jenkins/workspace/Kokkos_PR-6905/containers/performance_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6905 CXX=/var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6905 test make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6905/build/containers/performance_tests' ./KokkosContainers_PerformanceTest_Cuda [==========] Running 4 tests from 1 test suite. [----------] Global test environment set-up. [----------] 4 tests from TEST_CATEGORY [ RUN ] TEST_CATEGORY.dynrankview_perf Cuda DynRankView vs View: Initialization Only View time (init only): 0.00133648 View sum computation time: 0.00133648 Strided View time (init only): 0.0013118 View Rank7 time (init only): 0.00130814 DynRankView time (init only): 0.00131273 DynRankView sum computation time: 0.00172749 Ratio of View to DynRankView time: 1.0181 Ratio of View to DynRankView sum computation time: 1.01388 Ratio of View to View Rank7 time: 1.02167 Ratio of StrideView to DynRankView time: 0.999294 Ratio of DynRankView to View Rank7 time: 1.0035 [ OK ] TEST_CATEGORY.dynrankview_perf (100 ms) [ RUN ] TEST_CATEGORY.global_2_local Cuda size, create, generate, fill, find 256, 0.000546726, 5.7196e-05, 0.0045738, 0.00259457 512, 0.000240917, 1.7107e-05, 2.6746e-05, 0.00249636 1024, 0.000225762, 1.6451e-05, 2.6028e-05, 0.00256381 2048, 0.00022791, 1.5341e-05, 2.7866e-05, 0.00259151 4096, 0.000220695, 1.5602e-05, 2.931e-05, 0.00264862 8192, 0.000235897, 1.6646e-05, 3.1191e-05, 0.00262443 16384, 0.000235634, 1.5878e-05, 3.4507e-05, 0.0026593 32768, 0.000235523, 1.6234e-05, 3.8239e-05, 0.00278108 65536, 0.000234549, 1.6389e-05, 4.5848e-05, 0.00302445 131072, 0.00024601, 1.8118e-05, 6.4257e-05, 0.00360703 262144, 0.00024832, 2.0127e-05, 0.000138927, 0.00538743 524288, 0.000264518, 2.2763e-05, 0.000533421, 0.0150183 1048576, 0.000567431, 4.1045e-05, 0.0014773, 0.0454663 2097152, 0.00115, 5.1716e-05, 0.00331181, 0.110226 4194304, 0.00158252, 6.9317e-05, 0.0075114, 0.239196 [ OK ] TEST_CATEGORY.global_2_local (476 ms) [ RUN ] TEST_CATEGORY.unordered_map_performance_near skipping test [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) [ RUN ] TEST_CATEGORY.unordered_map_performance_far skipping test [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) [----------] 4 tests from TEST_CATEGORY (576 ms total) [----------] Global test environment tear-down [==========] 4 tests from 1 test suite ran. (576 ms total) [ PASSED ] 4 tests. make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6905/build/containers/performance_tests' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6905/build/containers/performance_tests' make -C algorithms/unit_tests test make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests' make -f /var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6905 CXX=/var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6905 make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests' [100%] Built target Kokkos_gups [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o echo "End Build" End Build make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests' make -f /var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-6905 CXX=/var/jenkins/workspace/Kokkos_PR-6905/bin/nvcc_wrapper KOKKOS_DEVICES=Cuda KOKKOS_ARCH=Volta70 CUDA_PATH=/usr/local/cuda CXXFLAGS="-Werror" KOKKOS_CXX_STANDARD="c++17" GTEST_PATH=/var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-6905 test make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests' 53: [ OK ] std_algorithms_unique_copy_team_test.test (1080 ms) 53: [----------] 1 test from std_algorithms_unique_copy_team_test (1080 ms total) 53: 53: [----------] 1 test from std_algorithms_remove_team_test 53: [ RUN ] std_algorithms_remove_team_test.test [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o ./KokkosAlgorithms_UnitTest_Cuda ./KokkosAlgorithms_UnitTest_Serial [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o 53: [ OK ] std_algorithms_remove_team_test.test (669 ms) 53: [----------] 1 test from std_algorithms_remove_team_test (669 ms total) 53: 53: [----------] 1 test from std_algorithms_remove_if_team_test 53: [ RUN ] std_algorithms_remove_if_team_test.test 53: [ OK ] std_algorithms_remove_if_team_test.test (640 ms) 53: [----------] 1 test from std_algorithms_remove_if_team_test (640 ms total) 53: 53: [----------] 1 test from std_algorithms_remove_copy_team_test 53: [ RUN ] std_algorithms_remove_copy_team_test.test [==========] Running 12 tests from 1 test suite. [----------] Global test environment set-up. [----------] 12 tests from serial [ RUN ] serial.Random_XorShift64 Test Seed:1711682013027587159 Test Scalar=int -- Testing randomness properties [==========] Running 12 tests from 1 test suite. [----------] Global test environment set-up. [----------] 12 tests from cuda [ RUN ] cuda.Random_XorShift64 Test Seed:1711682013049434677 Test Scalar=int -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 -0.00276239 -0.000712516 || 0.051031 28078 29372 || 28753.8 28674.4 || -9.84982 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 -0.000402287 0.00243436 || 0.051031 1e+64 -1e+64 Test Scalar=unsigned int -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 -0.00052283 0.00945516 || 0.051031 28082 29324 || 28689.4 28674.4 || 130.708 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.000757059 -0.00533383 || 0.051031 1e+64 -1e+64 Test Scalar=int64_t -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 0.00114536 -0.0497268 || 0.051031 27979 29347 || 28641.6 28674.4 || -687.424 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 -0.00157455 2.97574e-05 || 0.051031 1e+64 -1e+64 Test Scalar=uint64_t -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 -0.0098596 0.0106435 || 0.051031 27971 29311 || 28959.9 28674.4 || 147.135 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.0134047 -0.00578435 || 0.051031 1e+64 -1e+64 Test Scalar=half -- Testing randomness properties -- Testing 1-D histogram Density 1D: 0.000245843 -0.99999 -48245.4 || 0.051031 0 194747 || 2.92827e+09 28674.4 || -6.66944e+08 -2.0744 -- Testing 3-D histogram Density 3D: 0.000736414 -0.313191 0.155767 || 0.051031 1e+64 -1e+64 Test Scalar=bhalf -- Testing randomness properties -- Testing 1-D histogram Density 1D: 0.00195898 -0.999999 -57856.4 || 0.051031 0 1.55247e+06 || 2.86908e+10 28674.4 || -7.99807e+08 -2.0744 -- Testing 3-D histogram Density 3D: 0.00588686 -0.967942 10.2993 || 0.051031 1e+64 -1e+64 Test Scalar=float -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.91181e-07 -0.0253601 -0.015183 || 0.051031 28028 29305 || 29420.5 28674.4 || -209.889 -2.0744 -- Testing 3-D histogram Density 3D: 7.87038e-07 -0.020332 0.00328561 || 0.051031 1e+64 -1e+64 Test Scalar=double -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 0.00235199 0.0184757 || 0.051031 28037 29335 || 28607.1 28674.4 || 255.408 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 -0.0108745 0.00586977 || 0.051031 1e+64 -1e+64 Test Seed:1711682013187536112 Test Scalar=int -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.45775e-07 -0.00867582 0.00139039 || 0.051031 28024 29323 || 28925.3 28674.4 || 19.2208 -2.0744 -- Testing 3-D histogram Density 3D: 6.5082e-07 0.019319 -0.00177318 || 0.051031 1e+64 -1e+64 Test Scalar=unsigned int -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 0.00233198 0.00879578 || 0.051031 28074 29340 || 28607.7 28674.4 || 121.593 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 -0.0185457 -0.000236393 || 0.051031 1e+64 -1e+64 Test Scalar=int64_t -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 -0.00623088 0.0137048 || 0.051031 27997 29342 || 28854.2 28674.4 || 189.455 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.0176537 0.00425424 || 0.051031 1e+64 -1e+64 Test Scalar=uint64_t -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 0.0024681 0.0155947 || 0.051031 28052 29360 || 28603.8 28674.4 || 215.582 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.0146212 -0.00126336 || 0.051031 1e+64 -1e+64 Test Scalar=half -- Testing randomness properties -- Testing 1-D histogram Density 1D: 0.000244629 -0.99999 -48240.6 || 0.051031 0 194867 || 2.92834e+09 28674.4 || -6.66878e+08 -2.0744 -- Testing 3-D histogram Density 3D: 0.000732769 -0.307334 0.133228 || 0.051031 1e+64 -1e+64 Test Scalar=bhalf -- Testing randomness properties -- Testing 1-D histogram Density 1D: 0.00195836 -0.999999 -57856.1 || 0.051031 0 1.55147e+06 || 2.86884e+10 28674.4 || -7.99803e+08 -2.0744 -- Testing 3-D histogram Density 3D: 0.0058857 -0.967836 10.2889 || 0.051031 1e+64 -1e+64 Test Scalar=float -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.63432e-07 -0.0126392 0.0119358 || 0.051031 27980 29310 || 29041.4 28674.4 || 165.001 -2.0744 -- Testing 3-D histogram Density 3D: 7.03793e-07 0.00838614 -0.00494081 || 0.051031 1e+64 -1e+64 Test Scalar=double -- Testing randomness properties -- Testing 1-D histogram Density 1D: 6.43252e-07 0.00977595 -0.0208881 || 0.051031 28077 29373 || 28396.8 28674.4 || -288.757 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.00347939 0.00523554 || 0.051031 1e+64 -1e+64 [ OK ] cuda.Random_XorShift64 (275 ms) [ RUN ] cuda.Random_XorShift1024_0 Test Seed:1711682013324611280 [100%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP [100%] Built target Kokkos_CoreUnitTest_OpenMP + ctest --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-6905/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: Kokkos_CoreUnitTest_OpenMP 1: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_OpenMP 1: Test timeout computed to be: 1500 1: [==========] Running 312 tests from 2 test suites. 1: [----------] Global test environment set-up. 1: [----------] 15 tests from openmp_DeathTest 1: [ RUN ] openmp_DeathTest.abort_from_host 1: [ OK ] openmp_DeathTest.abort_from_host (1421 ms) 1: [ RUN ] openmp_DeathTest.abort_from_device 1: [ OK ] openmp_DeathTest.abort_from_device (1405 ms) 1: [ RUN ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort 1: [ OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (1332 ms) 1: [ RUN ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions Test Scalar=int -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.00604083 -0.0093055 || 0.051031 10938 11779 || 11446.1 11377 || -128.639 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.00301757 -0.00121148 || 0.051031 1e+64 -1e+64 Test Scalar=unsigned int -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.54313e-07 -0.00157241 0.00503523 || 0.051031 10983 11773 || 11394.9 11377 || 69.6071 -0.823045 -- Testing 3-D histogram Density 3D: 2.67029e-07 -0.00234784 -0.00154878 || 0.051031 1e+64 -1e+64 Test Scalar=int64_t -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 0.0161686 -0.00197232 || 0.051031 11013 11781 || 11195.9 11377 || -27.2653 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 0.00197476 0.00136561 || 0.051031 1e+64 -1e+64 Test Scalar=uint64_t -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 0.00915348 -0.00627583 || 0.051031 10958 11798 || 11273.8 11377 || -86.757 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 0.0232617 0.00423098 || 0.051031 1e+64 -1e+64 Test Scalar=half -- Testing randomness properties -- Testing 1-D histogram Density 1D: 0.000245231 -0.999975 -7595.57 || 0.051031 0 77838 || 4.61053e+08 11377 || -1.05001e+08 -0.823045 -- Testing 3-D histogram Density 3D: 0.000735365 -0.147267 0.0279486 || 0.051031 1e+64 -1e+64 Test Scalar=bhalf -- Testing randomness properties -- Testing 1-D histogram Density 1D: 0.00195769 -0.999997 -9108.17 || 0.051031 0 616875 || 4.51699e+09 11377 || -1.25911e+08 -0.823045 -- Testing 3-D histogram Density 3D: 0.00588376 -0.922527 1.60383 || 0.051031 1e+64 -1e+64 Test Scalar=float -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.60671e-07 -0.000428615 0.0085842 || 0.051031 10970 11761 || 11381.8 11377 || 118.668 -0.823045 -- Testing 3-D histogram Density 3D: 2.86102e-07 0.0016836 0.000635622 || 0.051031 1e+64 -1e+64 Test Scalar=double -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 0.00628426 0.00866633 || 0.051031 10991 11801 || 11305.9 11377 || 119.803 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 0.00222129 0.00196712 || 0.051031 1e+64 -1e+64 Test Seed:1711682013583172125 53: [ OK ] std_algorithms_remove_copy_team_test.test (758 ms) 53: [----------] 1 test from std_algorithms_remove_copy_team_test (758 ms total) 53: 53: [----------] 1 test from std_algorithms_remove_copy_if_team_test 53: [ RUN ] std_algorithms_remove_copy_if_team_test.test Test Scalar=int -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 0.0144443 -0.00221822 || 0.051031 10945 11837 || 11215 11377 || -30.6647 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.0155575 0.000892088 || 0.051031 1e+64 -1e+64 Test Scalar=unsigned int -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 0.0125033 -0.00416614 || 0.051031 10982 11763 || 11236.5 11377 || -57.5927 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.0069905 -0.00102146 || 0.051031 1e+64 -1e+64 Test Scalar=int64_t -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 0.0320777 0.00777175 || 0.051031 10997 11855 || 11023.4 11377 || 107.437 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 0.0106119 0.00308699 || 0.051031 1e+64 -1e+64 Test Scalar=uint64_t -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.00412318 0.0031769 || 0.051031 10939 11813 || 11424.1 11377 || 43.9174 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.000963935 -0.0007163 || 0.051031 1e+64 -1e+64 Test Scalar=half -- Testing randomness properties -- Testing 1-D histogram Density 1D: 0.0002456 -0.999975 -7593.6 || 0.051031 0 77603 || 4.61024e+08 11377 || -1.04974e+08 -0.823045 -- Testing 3-D histogram Density 3D: 0.000736531 -0.150106 0.0251692 || 0.051031 1e+64 -1e+64 Test Scalar=bhalf -- Testing randomness properties -- Testing 1-D histogram Density 1D: 0.00195977 -0.999997 -9107.81 || 0.051031 0 616642 || 4.51684e+09 11377 || -1.25906e+08 -0.823045 -- Testing 3-D histogram Density 3D: 0.00589055 -0.923243 1.62098 || 0.051031 1e+64 -1e+64 Test Scalar=float -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.67029e-07 -0.0165855 -0.0215644 || 0.051031 10984 11799 || 11568.8 11377 || -298.107 -0.823045 -- Testing 3-D histogram Density 3D: 3.05176e-07 -0.00308405 0.00354965 || 0.051031 1e+64 -1e+64 Test Scalar=double -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.00251582 -0.00497145 || 0.051031 10987 11803 || 11405.7 11377 || -68.7253 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 0.00852883 0.00189809 || 0.051031 1e+64 -1e+64 [ OK ] cuda.Random_XorShift1024_0 (716 ms) [ RUN ] cuda.Multi_streams 53: [ OK ] std_algorithms_remove_copy_if_team_test.test (719 ms) 53: [----------] 1 test from std_algorithms_remove_copy_if_team_test (719 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 9 tests from 9 test suites ran. (5731 ms total) 53: [ PASSED ] 9 tests. 1: [ OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (1340 ms) 1: [ RUN ] openmp_DeathTest.policy_invalid_bounds 53/59 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .......... Passed 6.45 sec test 54 Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 54: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 54: Test timeout computed to be: 1500 54: [==========] Running 4 tests from 4 test suites. 54: [----------] Global test environment set-up. 54: [----------] 1 test from std_algorithms_unique_team_test 54: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 1: [ OK ] openmp_DeathTest.policy_invalid_bounds (1322 ms) 1: [ RUN ] openmp_DeathTest.range_policy_invalid_bounds 1: 1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 9 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. [100%] Built target Kokkos_stream [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o 1: 1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 9 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 54: [ OK ] std_algorithms_unique_team_test.test_default_predicate (1235 ms) 54: [----------] 1 test from std_algorithms_unique_team_test (1235 ms total) 54: 54: [----------] 1 test from std_algorithms_adjacent_difference_team_test 54: [ RUN ] std_algorithms_adjacent_difference_team_test.test 1: [ OK ] openmp_DeathTest.range_policy_invalid_bounds (1083 ms) 1: [ RUN ] openmp_DeathTest.range_policy_implicitly_converted_bounds 1: 1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 9 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. [ OK ] cuda.Multi_streams (3149 ms) [ RUN ] cuda.SortUnsignedValueType [ OK ] cuda.SortUnsignedValueType (35 ms) [ RUN ] cuda.SortEmptyView [ OK ] cuda.SortEmptyView (0 ms) [ RUN ] cuda.BinSortGenericTests [ OK ] cuda.BinSortGenericTests (33 ms) [ RUN ] cuda.BinSortEmptyView [ OK ] cuda.BinSortEmptyView (0 ms) [ RUN ] cuda.BinSortEmptyKeysView [ OK ] cuda.BinSortEmptyKeysView (0 ms) [ RUN ] cuda.BinSortUnsignedKeyLayoutStrideValues 54: [ OK ] std_algorithms_adjacent_difference_team_test.test (1081 ms) 54: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1081 ms total) 54: 54: [----------] 1 test from std_algorithms_reduce_team_test 54: [ RUN ] std_algorithms_reduce_team_test.test 1: 1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 9 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 54: [ OK ] std_algorithms_reduce_team_test.test (590 ms) 54: [----------] 1 test from std_algorithms_reduce_team_test (590 ms total) 54: 54: [----------] 1 test from std_algorithms_transform_reduce_team_test 54: [ RUN ] std_algorithms_transform_reduce_team_test.test 1: 1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 9 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. [100%] Built target Kokkos_atomic [100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o 1: 1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 9 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 54: [ OK ] std_algorithms_transform_reduce_team_test.test (1010 ms) 54: [----------] 1 test from std_algorithms_transform_reduce_team_test (1010 ms total) 54: 54: [----------] Global test environment tear-down 54: [==========] 4 tests from 4 test suites ran. (3918 ms total) 54: [ PASSED ] 4 tests. 1: [ OK ] openmp_DeathTest.range_policy_implicitly_converted_bounds (2274 ms) 1: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_dyn 1: [ OK ] openmp_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 1: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_stat 1: [ OK ] openmp_DeathTest.view_construction_with_wrong_params_stat (0 ms) 1: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_mix 1: [ OK ] openmp_DeathTest.view_construction_with_wrong_params_mix (0 ms) 1: [ RUN ] openmp_DeathTest.view_construction_with_wrong_static_extents 1: [ OK ] openmp_DeathTest.view_construction_with_wrong_static_extents (0 ms) 1: [ RUN ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment [100%] Built target Kokkos_launch_latency 54/59 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .......... Passed 4.62 sec test 55 Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 55: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 55: Test timeout computed to be: 1500 55: [==========] Running 18 tests from 5 test suites. 55: [----------] Global test environment set-up. 55: [----------] 2 tests from std_algorithms_is_sorted_team_test 55: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted 55: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (531 ms) 55: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 55: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1516 ms) 55: [----------] 2 tests from std_algorithms_is_sorted_team_test (2048 ms total) 55: 55: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 55: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 55: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (11 ms) 55: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 55: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (14 ms) 55: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o 55: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1533 ms) 55: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 55: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (791 ms) 55: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2351 ms total) 55: 55: [----------] 4 tests from std_algorithms_is_partitioned_team_test 55: [ RUN ] std_algorithms_is_partitioned_team_test.empty 55: [ OK ] std_algorithms_is_partitioned_team_test.empty (6 ms) 55: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 55: [ OK ] std_algorithms_is_partitioned_team_test.all_true (380 ms) 55: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 55: [ OK ] std_algorithms_is_partitioned_team_test.all_false (383 ms) 55: [ RUN ] std_algorithms_is_partitioned_team_test.random 55: [ OK ] std_algorithms_is_partitioned_team_test.random (363 ms) 55: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1133 ms total) 55: 55: [----------] 4 tests from std_algorithms_partition_copy_team_test 55: [ RUN ] std_algorithms_partition_copy_team_test.empty 55: [ OK ] std_algorithms_partition_copy_team_test.empty (10 ms) 55: [ RUN ] std_algorithms_partition_copy_team_test.all_true 55: [ OK ] std_algorithms_partition_copy_team_test.all_true (803 ms) 55: [ RUN ] std_algorithms_partition_copy_team_test.all_false [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o 55: [ OK ] std_algorithms_partition_copy_team_test.all_false (802 ms) 55: [ RUN ] std_algorithms_partition_copy_team_test.random 55: [ OK ] std_algorithms_partition_copy_team_test.random (854 ms) 55: [----------] 4 tests from std_algorithms_partition_copy_team_test (2470 ms total) 55: 55: [----------] 4 tests from std_algorithms_partition_point_team_test 55: [ RUN ] std_algorithms_partition_point_team_test.empty 55: [ OK ] std_algorithms_partition_point_team_test.empty (6 ms) 55: [ RUN ] std_algorithms_partition_point_team_test.all_true 55: [ OK ] std_algorithms_partition_point_team_test.all_true (247 ms) 55: [ RUN ] std_algorithms_partition_point_team_test.all_false 55: [ OK ] std_algorithms_partition_point_team_test.all_false (244 ms) 55: [ RUN ] std_algorithms_partition_point_team_test.random 55: [ OK ] std_algorithms_partition_point_team_test.random (232 ms) 55: [----------] 4 tests from std_algorithms_partition_point_team_test (731 ms total) 55: 55: [----------] Global test environment tear-down 55: [==========] 18 tests from 5 test suites ran. (8735 ms total) 55: [ PASSED ] 18 tests. 55/59 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .......... Passed 9.44 sec test 56 Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 56: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 56: Test timeout computed to be: 1500 1: [ OK ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment (9588 ms) 1: [ RUN ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment 56: [==========] Running 5 tests from 4 test suites. 56: [----------] Global test environment set-up. 56: [----------] 2 tests from std_algorithms_transform_team_test 56: [ RUN ] std_algorithms_transform_team_test.test_unary_op 56: [ OK ] std_algorithms_transform_team_test.test_unary_op (713 ms) 56: [ RUN ] std_algorithms_transform_team_test.test_binary_op 56: [ OK ] std_algorithms_transform_team_test.test_binary_op (738 ms) 56: [----------] 2 tests from std_algorithms_transform_team_test (1451 ms total) 56: 56: [----------] 1 test from std_algorithms_generate_team_test 56: [ RUN ] std_algorithms_generate_team_test.test_unary_op 56: [ OK ] std_algorithms_generate_team_test.test_unary_op (1602 ms) 56: [----------] 1 test from std_algorithms_generate_team_test (1602 ms total) 56: 56: [----------] 1 test from std_algorithms_generate_n_team_test 56: [ RUN ] std_algorithms_generate_n_team_test.test 56: [ OK ] std_algorithms_generate_n_team_test.test (228 ms) 56: [----------] 1 test from std_algorithms_generate_n_team_test (228 ms total) 56: 56: [----------] 1 test from std_algorithms_swap_ranges_team_test 56: [ RUN ] std_algorithms_swap_ranges_team_test.test 56: [ OK ] std_algorithms_swap_ranges_team_test.test (733 ms) 56: [----------] 1 test from std_algorithms_swap_ranges_team_test (733 ms total) 56: 56: [----------] Global test environment tear-down 56: [==========] 5 tests from 4 test suites ran. (4016 ms total) 56: [ PASSED ] 5 tests. 56/59 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .......... Passed 4.72 sec test 57 Start 57: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 57: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 57: Test timeout computed to be: 1500 [100%] Linking CXX executable Kokkos_gather 57: [==========] Running 2 tests from 2 test suites. 57: [----------] Global test environment set-up. 57: [----------] 1 test from std_algorithms_exclusive_scan_team_test 57: [ RUN ] std_algorithms_exclusive_scan_team_test.test 57: [ OK ] std_algorithms_exclusive_scan_team_test.test (2957 ms) 57: [----------] 1 test from std_algorithms_exclusive_scan_team_test (2957 ms total) 57: 57: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 57: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test 57: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (1531 ms) 57: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1531 ms total) 57: 57: [----------] Global test environment tear-down 57: [==========] 2 tests from 2 test suites ran. (4488 ms total) 57: [ PASSED ] 2 tests. 57/59 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .......... Passed 5.19 sec test 58 Start 58: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 58: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 58: Test timeout computed to be: 1500 [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o 1: [ OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (9612 ms) 1: [ RUN ] openmp_DeathTest.view_memory_access_violations_from_host 1: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestViewMemoryAccessViolation.hpp:154: Skipped 1: skipping since no memory access violation would occur 1: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host (0 ms) 1: [ RUN ] openmp_DeathTest.view_memory_access_violations_from_device 1: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestViewMemoryAccessViolation.hpp:169: Skipped 1: skipping since no memory access violation would occur 1: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device (0 ms) 1: [----------] 15 tests from openmp_DeathTest (29382 ms total) 1: 1: [----------] 297 tests from openmp 1: [ RUN ] openmp.array_capacity 1: [ OK ] openmp.array_capacity (0 ms) 1: [ RUN ] openmp.array_element_access 1: [ OK ] openmp.array_element_access (0 ms) 1: [ RUN ] openmp.array_zero_capacity 1: [ OK ] openmp.array_zero_capacity (0 ms) 1: [ RUN ] openmp.array_zero_data_nullptr 1: [ OK ] openmp.array_zero_data_nullptr (0 ms) 1: [ RUN ] openmp.array_contiguous_capacity 1: [ OK ] openmp.array_contiguous_capacity (0 ms) 1: [ RUN ] openmp.array_contiguous_element_access 1: [ OK ] openmp.array_contiguous_element_access (0 ms) 1: [ RUN ] openmp.array_contiguous_assignment 1: [ OK ] openmp.array_contiguous_assignment (0 ms) 1: [ RUN ] openmp.array_strided_capacity 1: [ OK ] openmp.array_strided_capacity (0 ms) 1: [ RUN ] openmp.array_strided_element_access 1: [ OK ] openmp.array_strided_element_access (0 ms) 1: [ RUN ] openmp.array_strided_assignment 1: [ OK ] openmp.array_strided_assignment (0 ms) 1: [ RUN ] openmp.atomic_operations_complexdouble 1: [ OK ] openmp.atomic_operations_complexdouble (2 ms) 1: [ RUN ] openmp.atomic_operations_complexfloat 1: [ OK ] openmp.atomic_operations_complexfloat (3 ms) 1: [ RUN ] openmp.atomic_operations_double 1: [ OK ] openmp.atomic_operations_double (1 ms) 1: [ RUN ] openmp.atomic_operations_float 1: [ OK ] openmp.atomic_operations_float (1 ms) 1: [ RUN ] openmp.atomic_operations_int 1: [ OK ] openmp.atomic_operations_int (3 ms) 1: [ RUN ] openmp.atomic_operations_long 1: [ OK ] openmp.atomic_operations_long (3 ms) 1: [ RUN ] openmp.atomic_operations_longlong 1: [ OK ] openmp.atomic_operations_longlong (3 ms) 1: [ RUN ] openmp.atomic_shared 1: [ OK ] openmp.atomic_shared (0 ms) 1: [ RUN ] openmp.atomic_operations_unsigned 1: [ OK ] openmp.atomic_operations_unsigned (2 ms) 1: [ RUN ] openmp.atomic_operations_unsignedlong 1: [ OK ] openmp.atomic_operations_unsignedlong (2 ms) 1: [ RUN ] openmp.atomics 1: [ OK ] openmp.atomics (26 ms) 1: [ RUN ] openmp.atomics_tpetra_max_abs 1: [ OK ] openmp.atomics_tpetra_max_abs (0 ms) 1: [ RUN ] openmp.atomic_views_integral 1: [ OK ] openmp.atomic_views_integral (188 ms) 1: [ RUN ] openmp.atomic_views_nonintegral 1: [ OK ] openmp.atomic_views_nonintegral (67 ms) 1: [ RUN ] openmp.atomic_view_api 1: [ OK ] openmp.atomic_view_api (0 ms) 1: [ RUN ] openmp.bit_manip_countl_zero 1: [ OK ] openmp.bit_manip_countl_zero (0 ms) 1: [ RUN ] openmp.bit_manip_countl_one 1: [ OK ] openmp.bit_manip_countl_one (0 ms) 1: [ RUN ] openmp.bit_manip_countr_zero 1: [ OK ] openmp.bit_manip_countr_zero (0 ms) 1: [ RUN ] openmp.bit_manip_countr_one 1: [ OK ] openmp.bit_manip_countr_one (0 ms) 1: [ RUN ] openmp.bit_manip_popcount 1: [ OK ] openmp.bit_manip_popcount (0 ms) 1: [ RUN ] openmp.bit_manip_has_single_bit 1: [ OK ] openmp.bit_manip_has_single_bit (0 ms) 1: [ RUN ] openmp.bit_manip_bit_floor 1: [ OK ] openmp.bit_manip_bit_floor (0 ms) 1: [ RUN ] openmp.bit_manip_bit_ceil 1: [ OK ] openmp.bit_manip_bit_ceil (0 ms) 1: [ RUN ] openmp.bit_manip_bit_width 1: [ OK ] openmp.bit_manip_bit_width (0 ms) 1: [ RUN ] openmp.bit_manip_rotl 1: [ OK ] openmp.bit_manip_rotl (0 ms) 1: [ RUN ] openmp.bit_manip_rotr 1: [ OK ] openmp.bit_manip_rotr (0 ms) 1: [ RUN ] openmp.bit_manip_byeswap 1: [ OK ] openmp.bit_manip_byeswap (0 ms) 1: [ RUN ] openmp.bit_manip_bit_cast 1: [ OK ] openmp.bit_manip_bit_cast (0 ms) 1: [ RUN ] openmp.test_block_deduction_bug_pr_3103 1: [ OK ] openmp.test_block_deduction_bug_pr_3103 (0 ms) 1: [ RUN ] openmp.checked_integer_operations_multiply_overflow 1: [ OK ] openmp.checked_integer_operations_multiply_overflow (0 ms) 1: [ RUN ] openmp.execution_policy_occupancy_and_hint 1: [ OK ] openmp.execution_policy_occupancy_and_hint (0 ms) 1: [ RUN ] openmp.complex_construction 1: [ OK ] openmp.complex_construction (0 ms) 1: [ RUN ] openmp.complex_basic_math 1: [ OK ] openmp.complex_basic_math (0 ms) 1: [ RUN ] openmp.complex_special_funtions 1: [ OK ] openmp.complex_special_funtions (0 ms) 1: [ RUN ] openmp.complex_io 1: [ OK ] openmp.complex_io (0 ms) 1: [ RUN ] openmp.complex_trivially_copyable 1: [ OK ] openmp.complex_trivially_copyable (0 ms) 1: [ RUN ] openmp.complex_issue_3865 1: [ OK ] openmp.complex_issue_3865 (0 ms) 1: [ RUN ] openmp.complex_operations_arithmetic_types_overloads 1: [ OK ] openmp.complex_operations_arithmetic_types_overloads (0 ms) 1: [ RUN ] openmp.crs_count_fill 1: [ OK ] openmp.crs_count_fill (0 ms) 1: [ RUN ] openmp.crs_copy_constructor 1: [ OK ] openmp.crs_copy_constructor (2 ms) 1: [ RUN ] openmp.deep_copy_alignment 1: [ OK ] openmp.deep_copy_alignment (2 ms) 1: [ RUN ] openmp.deep_copy_conversion 1: [ OK ] openmp.deep_copy_conversion (37 ms) 1: [ RUN ] openmp.partitioning_by_args 1: [ OK ] openmp.partitioning_by_args (0 ms) 1: [ RUN ] openmp.partitioning_by_vector 1: [ OK ] openmp.partitioning_by_vector (0 ms) 1: [ RUN ] openmp.execution_space_as_class_data_member 1: [ OK ] openmp.execution_space_as_class_data_member (0 ms) 1: [ RUN ] openmp.functor_analysis 1: [ OK ] openmp.functor_analysis (0 ms) 1: [ RUN ] openmp.host_shared_ptr_use_count 1: [ OK ] openmp.host_shared_ptr_use_count (0 ms) 1: [ RUN ] openmp.host_shared_ptr_get 1: [ OK ] openmp.host_shared_ptr_get (0 ms) 1: [ RUN ] openmp.host_shared_ptr_dereference_on_device 1: [ OK ] openmp.host_shared_ptr_dereference_on_device (0 ms) 1: [ RUN ] openmp.host_shared_ptr_special_members_on_device 1: [ OK ] openmp.host_shared_ptr_special_members_on_device (0 ms) 1: [ RUN ] openmp.host_shared_ptr_tracking 1: [ OK ] openmp.host_shared_ptr_tracking (0 ms) 1: [ RUN ] openmp.init 1: [ OK ] openmp.init (0 ms) 1: [ RUN ] openmp.dispatch 1: [ OK ] openmp.dispatch (49 ms) 1: [ RUN ] openmp.join_backward_compatibility 1: [ OK ] openmp.join_backward_compatibility (0 ms) 1: [ RUN ] openmp.local_deepcopy_teampolicy_layoutleft 58: [==========] Running 2 tests from 2 test suites. 58: [----------] Global test environment set-up. 58: [----------] 1 test from std_algorithms_inclusive_scan_team_test 58: [ RUN ] std_algorithms_inclusive_scan_team_test.test 1: [ OK ] openmp.local_deepcopy_teampolicy_layoutleft (624 ms) 1: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutleft 1: [ OK ] openmp.local_deepcopy_rangepolicy_layoutleft (1007 ms) 1: [ RUN ] openmp.local_deepcopy_teampolicy_layoutright 1: [ OK ] openmp.local_deepcopy_teampolicy_layoutright (424 ms) 1: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutright 1: [ OK ] openmp.local_deepcopy_rangepolicy_layoutright (427 ms) 1: [ RUN ] openmp.deep_copy_scratch 1: [ OK ] openmp.deep_copy_scratch (0 ms) 1: [ RUN ] openmp.mathematical_constants_e 1: [ OK ] openmp.mathematical_constants_e (0 ms) 1: [ RUN ] openmp.mathematical_constants_log2e 1: [ OK ] openmp.mathematical_constants_log2e (0 ms) 1: [ RUN ] openmp.mathematical_constants_log10e 1: [ OK ] openmp.mathematical_constants_log10e (0 ms) 1: [ RUN ] openmp.mathematical_constants_pi 1: [ OK ] openmp.mathematical_constants_pi (0 ms) 1: [ RUN ] openmp.mathematical_constants_inv_pi 1: [ OK ] openmp.mathematical_constants_inv_pi (0 ms) 1: [ RUN ] openmp.mathematical_constants_inv_sqrtpi 1: [ OK ] openmp.mathematical_constants_inv_sqrtpi (0 ms) 1: [ RUN ] openmp.mathematical_constants_ln2 1: [ OK ] openmp.mathematical_constants_ln2 (0 ms) 1: [ RUN ] openmp.mathematical_constants_ln10 1: [ OK ] openmp.mathematical_constants_ln10 (0 ms) 1: [ RUN ] openmp.mathematical_constants_sqrt2 1: [ OK ] openmp.mathematical_constants_sqrt2 (0 ms) 1: [ RUN ] openmp.mathematical_constants_sqrt3 1: [ OK ] openmp.mathematical_constants_sqrt3 (0 ms) 1: [ RUN ] openmp.mathematical_constants_inv_sqrt3 1: [ OK ] openmp.mathematical_constants_inv_sqrt3 (0 ms) 1: [ RUN ] openmp.mathematical_constants_egamma 1: [ OK ] openmp.mathematical_constants_egamma (0 ms) 1: [ RUN ] openmp.mathematical_constants_phi 1: [ OK ] openmp.mathematical_constants_phi (0 ms) 1: [ RUN ] openmp.mathematical_functions_trigonometric_functions 1: [ OK ] openmp.mathematical_functions_trigonometric_functions (0 ms) 1: [ RUN ] openmp.mathematical_functions_hyperbolic_functions 1: [ OK ] openmp.mathematical_functions_hyperbolic_functions (0 ms) 1: [ RUN ] openmp.mathematical_functions_non_standard 1: [ OK ] openmp.mathematical_functions_non_standard (0 ms) 1: [ RUN ] openmp.mathematical_functions_power_functions 1: [ OK ] openmp.mathematical_functions_power_functions (0 ms) 1: [ RUN ] openmp.mathematical_functions_fma 1: [ OK ] openmp.mathematical_functions_fma (0 ms) 1: [ RUN ] openmp.mathematical_functions_error_and_gamma_functions 1: [ OK ] openmp.mathematical_functions_error_and_gamma_functions (0 ms) 1: [ RUN ] openmp.mathematical_functions_nearest_interger_floating_point_operations 1: [ OK ] openmp.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 1: [ RUN ] openmp.mathematical_functions_floating_point_manipulation_functions 1: [ OK ] openmp.mathematical_functions_floating_point_manipulation_functions (0 ms) 1: [ RUN ] openmp.mathematical_functions_absolute_value 1: [ OK ] openmp.mathematical_functions_absolute_value (0 ms) 1: [ RUN ] openmp.mathematical_functions_floating_point_absolute_value 1: [ OK ] openmp.mathematical_functions_floating_point_absolute_value (0 ms) 1: [ RUN ] openmp.mathematical_functions_remainder_function 1: [ OK ] openmp.mathematical_functions_remainder_function (0 ms) 1: [ RUN ] openmp.mathematical_functions_isfinite 1: [ OK ] openmp.mathematical_functions_isfinite (0 ms) 1: [ RUN ] openmp.mathematical_functions_isinf 1: [ OK ] openmp.mathematical_functions_isinf (0 ms) 1: [ RUN ] openmp.mathematical_functions_isnan 1: [ OK ] openmp.mathematical_functions_isnan (0 ms) 1: [ RUN ] openmp.mathematical_functions_exponential_functions 1: [ OK ] openmp.mathematical_functions_exponential_functions (0 ms) 1: [ RUN ] openmp.mathspecialfunc_expint1 1: [ OK ] openmp.mathspecialfunc_expint1 (0 ms) 1: [ RUN ] openmp.mathspecialfunc_errorfunc 1: [ OK ] openmp.mathspecialfunc_errorfunc (0 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesselj0y0 1: [ OK ] openmp.mathspecialfunc_cbesselj0y0 (1 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesselj1y1 1: [ OK ] openmp.mathspecialfunc_cbesselj1y1 (1 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesseli0k0 1: [ OK ] openmp.mathspecialfunc_cbesseli0k0 (0 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesseli1k1 1: [ OK ] openmp.mathspecialfunc_cbesseli1k1 (0 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesselh1stkind 1: [ OK ] openmp.mathspecialfunc_cbesselh1stkind (0 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesselh2ndkind 1: [ OK ] openmp.mathspecialfunc_cbesselh2ndkind (0 ms) 1: [ RUN ] openmp.mdrange_5d 1: [ OK ] openmp.mdrange_5d (32 ms) 1: [ RUN ] openmp.mdrange_6d 1: [ OK ] openmp.mdrange_6d (99 ms) 1: [ RUN ] openmp.mdrange_2d 1: [ OK ] openmp.mdrange_2d (1 ms) 1: [ RUN ] openmp.mdrange_array_reduce 1: [ OK ] openmp.mdrange_array_reduce (0 ms) 1: [ RUN ] openmp.mdrange_3d 1: [ OK ] openmp.mdrange_3d (6 ms) 1: [ RUN ] openmp.mdrange_neg_idx 1: [ OK ] openmp.mdrange_neg_idx (36 ms) 1: [ RUN ] openmp.mdrange_4d 1: [ OK ] openmp.mdrange_4d (8 ms) 1: [ RUN ] openmp.mdrange_scalar 1: [ OK ] openmp.mdrange_scalar (0 ms) 1: [ RUN ] openmp.mdrange_large_deep_copy 1: [ OK ] openmp.mdrange_large_deep_copy (382 ms) 1: [ RUN ] openmp.md_range_policy_construction_from_arrays 1: [ OK ] openmp.md_range_policy_construction_from_arrays (0 ms) 1: [ RUN ] openmp.mdrange_parallel_reduce_primitive_types 1: [ OK ] openmp.mdrange_parallel_reduce_primitive_types (802 ms) 1: [ RUN ] openmp.mdspan_minimal_functional 1: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestMDSpan.hpp:57: Skipped 1: mdspan not enabled 1: [ SKIPPED ] openmp.mdspan_minimal_functional (0 ms) 1: [ RUN ] openmp.max 1: [ OK ] openmp.max (0 ms) 1: [ RUN ] openmp.max_within_parfor 1: [ OK ] openmp.max_within_parfor (3 ms) 1: [ RUN ] openmp.min 1: [ OK ] openmp.min (0 ms) 1: [ RUN ] openmp.min_within_parfor 1: [ OK ] openmp.min_within_parfor (0 ms) 1: [ RUN ] openmp.minmax 1: [ OK ] openmp.minmax (0 ms) 1: [ RUN ] openmp.minmax_within_parfor 1: [ OK ] openmp.minmax_within_parfor (0 ms) 1: [ RUN ] openmp.clamp 1: [ OK ] openmp.clamp (0 ms) 1: [ RUN ] openmp.clamp_within_parfor 1: [ OK ] openmp.clamp_within_parfor (0 ms) 1: [ RUN ] openmp.numeric_traits_infinity 1: [ OK ] openmp.numeric_traits_infinity (0 ms) 1: [ RUN ] openmp.numeric_traits_epsilon 1: [ OK ] openmp.numeric_traits_epsilon (0 ms) 1: [ RUN ] openmp.numeric_traits_round_error 1: [ OK ] openmp.numeric_traits_round_error (0 ms) 1: [ RUN ] openmp.numeric_traits_norm_min 1: [ OK ] openmp.numeric_traits_norm_min (0 ms) 1: [ RUN ] openmp.numeric_traits_denorm_min 1: [ OK ] openmp.numeric_traits_denorm_min (0 ms) 1: [ RUN ] openmp.numeric_traits_finite_min_max 1: [ OK ] openmp.numeric_traits_finite_min_max (0 ms) 1: [ RUN ] openmp.numeric_traits_digits 1: [ OK ] openmp.numeric_traits_digits (0 ms) 1: [ RUN ] openmp.numeric_traits_digits10 1: [ OK ] openmp.numeric_traits_digits10 (0 ms) 1: [ RUN ] openmp.numeric_traits_max_digits10 1: [ OK ] openmp.numeric_traits_max_digits10 (0 ms) 1: [ RUN ] openmp.numeric_traits_radix 1: [ OK ] openmp.numeric_traits_radix (0 ms) 1: [ RUN ] openmp.numeric_traits_min_max_exponent 1: [ OK ] openmp.numeric_traits_min_max_exponent (0 ms) 1: [ RUN ] openmp.numeric_traits_min_max_exponent10 1: [ OK ] openmp.numeric_traits_min_max_exponent10 (0 ms) 1: [ RUN ] openmp.numeric_traits_quiet_and_signaling_nan 1: [ OK ] openmp.numeric_traits_quiet_and_signaling_nan (0 ms) 1: [ RUN ] openmp.numeric_traits_sfinae_friendly 1: [ OK ] openmp.numeric_traits_sfinae_friendly (0 ms) 1: [ RUN ] openmp.occupancy_control 1: [ OK ] openmp.occupancy_control (0 ms) 1: [ RUN ] openmp.view_aggregate 1: [ OK ] openmp.view_aggregate (0 ms) 1: [ RUN ] openmp.memory_pool 1: [ OK ] openmp.memory_pool (51 ms) 1: [ RUN ] openmp.cxx11 1: [ OK ] openmp.cxx11 (0 ms) 1: [ RUN ] openmp.viewctorprop_embedded_dim 1: [ OK ] openmp.viewctorprop_embedded_dim (0 ms) 1: [ RUN ] openmp.viewctorpop_view_allocate_without_initializing_backward_compatility 1: [ OK ] openmp.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 1: [ RUN ] openmp.view_layouttiled 1: [ OK ] openmp.view_layouttiled (0 ms) 1: [ RUN ] openmp.view_layouttiled_subtile 1: [ OK ] openmp.view_layouttiled_subtile (0 ms) 1: [ RUN ] openmp.parallel_scan_range_policy 1: [ OK ] openmp.parallel_scan_range_policy (5 ms) 1: [ RUN ] openmp.kokkos_printf 1: [ OK ] openmp.kokkos_printf (0 ms) 1: [ RUN ] openmp.range_for 1: [ OK ] openmp.range_for (0 ms) 1: [ RUN ] openmp.range_reduce 1: [ OK ] openmp.range_reduce (0 ms) 1: [ RUN ] openmp.range_dynamic_policy 1: [ OK ] openmp.range_dynamic_policy (0 ms) 1: [ RUN ] openmp.range_policy_runtime_parameters 1: [ OK ] openmp.range_policy_runtime_parameters (0 ms) 1: [ RUN ] openmp.range_for_require 1: [ OK ] openmp.range_for_require (0 ms) 1: [ RUN ] openmp.range_reduce_require 1: [ OK ] openmp.range_reduce_require (0 ms) 1: [ RUN ] openmp.range_dynamic_policy_require 1: [ OK ] openmp.range_dynamic_policy_require (0 ms) 1: [ RUN ] openmp.reducers_int 1: [ OK ] openmp.reducers_int (1 ms) 1: [ RUN ] openmp.reducers_double 1: [ OK ] openmp.reducers_double (1 ms) 1: [ RUN ] openmp.reducers_complex_double 1: [ OK ] openmp.reducers_complex_double (0 ms) 1: [ RUN ] openmp.reducers_struct 1: [ OK ] openmp.reducers_struct (1 ms) 1: [ RUN ] openmp.reducers_half_t 1: [ OK ] openmp.reducers_half_t (1 ms) 1: [ RUN ] openmp.reducers_bhalf_t 1: [ OK ] openmp.reducers_bhalf_t (0 ms) 1: [ RUN ] openmp.reducers_int8_t 1: [ OK ] openmp.reducers_int8_t (0 ms) 1: [ RUN ] openmp.reducers_int16_t 1: [ OK ] openmp.reducers_int16_t (0 ms) 1: [ RUN ] openmp.reducers_bool 1: [ OK ] openmp.reducers_bool (0 ms) 1: [ RUN ] openmp.int64_t_reduce 1: [ OK ] openmp.int64_t_reduce (63 ms) 1: [ RUN ] openmp.double_reduce [ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o 1: [ OK ] openmp.double_reduce (67 ms) 1: [ RUN ] openmp.int64_t_reduce_dynamic 1: [ OK ] openmp.int64_t_reduce_dynamic (210 ms) 1: [ RUN ] openmp.double_reduce_dynamic 1: [ OK ] openmp.double_reduce_dynamic (225 ms) 1: [ RUN ] openmp.int64_t_reduce_dynamic_view 1: [ OK ] openmp.int64_t_reduce_dynamic_view (45 ms) 1: [ RUN ] openmp.int_combined_reduce 1: [ OK ] openmp.int_combined_reduce (0 ms) 1: [ RUN ] openmp.mdrange_combined_reduce 1: [ OK ] openmp.mdrange_combined_reduce (0 ms) 1: [ RUN ] openmp.int_combined_reduce_mixed 1: [ OK ] openmp.int_combined_reduce_mixed (0 ms) 1: [ RUN ] openmp.reduction_deduction 1: [ OK ] openmp.reduction_deduction (0 ms) 1: [ RUN ] openmp.reduce_device_view_range_policy 1: [ OK ] openmp.reduce_device_view_range_policy (13 ms) 1: [ RUN ] openmp.reduce_device_view_mdrange_policy 1: [ OK ] openmp.reduce_device_view_mdrange_policy (486 ms) 1: [ RUN ] openmp.reduce_device_view_team_policy -- Testing 1-D histogram Density 1D: 6.43252e-07 0.0195689 -0.0389637 || 0.051031 27980 29292 || 28124 28674.4 || -538.634 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.00241107 -0.000114351 || 0.051031 1e+64 -1e+64 Test Scalar=unsigned int -- Testing randomness properties [100%] Linking CXX executable Kokkos_policy_performance 1: [ OK ] openmp.reduce_device_view_team_policy (450 ms) 1: [ RUN ] openmp.impl_shared_alloc 1: [ OK ] openmp.impl_shared_alloc (20 ms) 1: [ RUN ] openmp.kokkos_swap 1: [ OK ] openmp.kokkos_swap (0 ms) 1: [ RUN ] openmp.team_for 1: [ OK ] openmp.team_for (11 ms) 1: [ RUN ] openmp.team_reduce 1: [ OK ] openmp.team_reduce (11 ms) 1: [ RUN ] openmp.team_reduce_large 58: [ OK ] std_algorithms_inclusive_scan_team_test.test (4372 ms) 58: [----------] 1 test from std_algorithms_inclusive_scan_team_test (4372 ms total) 58: 58: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 58: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 1: [ OK ] openmp.team_reduce_large (293 ms) 1: [ RUN ] openmp.team_parallel_single 58: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (2880 ms) 58: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (2880 ms total) 58: 58: [----------] Global test environment tear-down 58: [==========] 2 tests from 2 test suites ran. (7253 ms total) 58: [ PASSED ] 2 tests. 1: [ OK ] openmp.team_parallel_single (1795 ms) 1: [ RUN ] openmp.large_team_scratch_size 1: ScratchMemorySpace<...>::get_shmem: Failed to allocate 8 byte(s); remaining capacity is 0 byte(s) 1: [ OK ] openmp.large_team_scratch_size (0 ms) 1: [ RUN ] openmp.team_broadcast_long 1: [ OK ] openmp.team_broadcast_long (68 ms) 1: [ RUN ] openmp.team_broadcast_long_wrapper 1: [ OK ] openmp.team_broadcast_long_wrapper (68 ms) 1: [ RUN ] openmp.team_broadcast_char 58/59 Test #58: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .......... Passed 7.95 sec test 59 Start 59: Kokkos_UnitTest_SIMD 59: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/simd/unit_tests/Kokkos_UnitTest_SIMD 59: Test timeout computed to be: 1500 1: [ OK ] openmp.team_broadcast_char (68 ms) 1: [ RUN ] openmp.team_broadcast_float 1: [ OK ] openmp.team_broadcast_float (67 ms) 1: [ RUN ] openmp.team_broadcast_double 1: [ OK ] openmp.team_broadcast_double (67 ms) 1: [ RUN ] openmp.team_handle_by_value 1: [ OK ] openmp.team_handle_by_value (0 ms) 1: [ RUN ] openmp.team_vector 1: [ OK ] openmp.team_vector (203 ms) 1: [ RUN ] openmp.triple_nested_parallelism 59: [==========] Running 16 tests from 1 test suite. 59: [----------] Global test environment set-up. 59: [----------] 16 tests from simd 59: [ RUN ] simd.host_math_ops 59: [ OK ] simd.host_math_ops (0 ms) 59: [ RUN ] simd.device_math_ops 59: [ OK ] simd.device_math_ops (2 ms) 59: [ RUN ] simd.host_mask_ops 59: [ OK ] simd.host_mask_ops (0 ms) 59: [ RUN ] simd.device_mask_ops 59: [ OK ] simd.device_mask_ops (0 ms) 59: [ RUN ] simd.host_conversions 59: [ OK ] simd.host_conversions (0 ms) 59: [ RUN ] simd.device_conversions 59: [ OK ] simd.device_conversions (0 ms) 59: [ RUN ] simd.host_shift_ops 59: [ OK ] simd.host_shift_ops (0 ms) 59: [ RUN ] simd.device_shift_ops 59: [ OK ] simd.device_shift_ops (0 ms) 59: [ RUN ] simd.host_condition 59: [ OK ] simd.host_condition (0 ms) 59: [ RUN ] simd.device_condition 59: [ OK ] simd.device_condition (0 ms) 59: [ RUN ] simd.host_gen_ctors 59: [ OK ] simd.host_gen_ctors (0 ms) 59: [ RUN ] simd.device_gen_ctors 59: [ OK ] simd.device_gen_ctors (0 ms) 59: [ RUN ] simd.host_where_expressions 59: [ OK ] simd.host_where_expressions (0 ms) 59: [ RUN ] simd.device_where_expressions 59: [ OK ] simd.device_where_expressions (0 ms) 59: [ RUN ] simd.host_reductions 59: [ OK ] simd.host_reductions (0 ms) 59: [ RUN ] simd.device_reductions 59: [ OK ] simd.device_reductions (0 ms) 59: [----------] 16 tests from simd (3 ms total) 59: 59: [----------] Global test environment tear-down 59: [==========] 16 tests from 1 test suite ran. (3 ms total) 59: [ PASSED ] 16 tests. 1: [ OK ] openmp.triple_nested_parallelism (177 ms) 1: [ RUN ] openmp.parallel_scan_with_reducers 1: [ OK ] openmp.parallel_scan_with_reducers (62 ms) 1: [ RUN ] openmp.team_thread_range_combined_reducers 1: [ OK ] openmp.team_thread_range_combined_reducers (0 ms) 1: [ RUN ] openmp.thread_vector_range_combined_reducers 1: [ OK ] openmp.thread_vector_range_combined_reducers (0 ms) 1: [ RUN ] openmp.team_vector_range_combined_reducers 1: [ OK ] openmp.team_vector_range_combined_reducers (0 ms) 1: [ RUN ] openmp.TeamThreadMDRangeParallelFor 1: [ OK ] openmp.TeamThreadMDRangeParallelFor (5 ms) 1: [ RUN ] openmp.ThreadVectorMDRangeParallelFor 1: [ OK ] openmp.ThreadVectorMDRangeParallelFor (3 ms) 1: [ RUN ] openmp.TeamVectorMDRangeParallelFor 1: [ OK ] openmp.TeamVectorMDRangeParallelFor (4 ms) 1: [ RUN ] openmp.TeamThreadMDRangeParallelReduce 1: [ OK ] openmp.TeamThreadMDRangeParallelReduce (6 ms) 1: [ RUN ] openmp.ThreadVectorMDRangeParallelReduce 1: [ OK ] openmp.ThreadVectorMDRangeParallelReduce (6 ms) 1: [ RUN ] openmp.TeamVectorMDRangeParallelReduce 1: [ OK ] openmp.TeamVectorMDRangeParallelReduce (6 ms) 1: [ RUN ] openmp.team_policy_runtime_parameters 1: [ OK ] openmp.team_policy_runtime_parameters (0 ms) 1: [ RUN ] openmp.team_reduction_scan 59/59 Test #59: Kokkos_UnitTest_SIMD ............................. Passed 0.70 sec 100% tests passed, 0 tests failed out of 59 Total Test time (real) = 573.51 sec Post stage [Pipeline] sh + ccache --show-stats cache directory /tmp/ccache primary config /tmp/ccache/ccache.conf secondary config (readonly) /etc/ccache.conf stats updated Fri Mar 29 03:04:33 2024 stats zeroed Fri Mar 29 02:31:45 2024 cache hit (direct) 55 cache hit (preprocessed) 0 cache miss 693 cache hit rate 7.35 % cleanups performed 8 files in cache 4590 cache size 4.5 GB max cache size 5.0 GB [Pipeline] } $ docker stop --time=1 849296afff9ca9a82f1fc402cffc43608e0d9c4b734c6425445eefb21b639351 $ docker rm -f --volumes 849296afff9ca9a82f1fc402cffc43608e0d9c4b734c6425445eefb21b639351 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [100%] Built target Kokkos_policy_performance 1: [ OK ] openmp.team_reduction_scan (6820 ms) 1: [ RUN ] openmp.team_long_reduce 1: [ OK ] openmp.team_long_reduce (27 ms) 1: [ RUN ] openmp.team_double_reduce 1: [ OK ] openmp.team_double_reduce (30 ms) 1: [ RUN ] openmp.team_parallel_dummy_with_reducer_and_scratch_space 1: [ OK ] openmp.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 1: [ RUN ] openmp.repeated_team_reduce 1: [ OK ] openmp.repeated_team_reduce (628 ms) 1: [ RUN ] openmp.team_scan 1: [ OK ] openmp.team_scan (125 ms) 1: [ RUN ] openmp.team_scan_ret_val 1: [ OK ] openmp.team_scan_ret_val (124 ms) 1: [ RUN ] openmp.team_shared_request 1: [ OK ] openmp.team_shared_request (228 ms) 1: [ RUN ] openmp.team_scratch_request 1: [ OK ] openmp.team_scratch_request (32 ms) 1: [ RUN ] openmp.team_lambda_shared_request 1: [ OK ] openmp.team_lambda_shared_request (4 ms) 1: [ RUN ] openmp.scratch_align 1: [ OK ] openmp.scratch_align (0 ms) 1: [ RUN ] openmp.shmem_size 1: [ OK ] openmp.shmem_size (0 ms) 1: [ RUN ] openmp.multi_level_scratch 1: [ OK ] openmp.multi_level_scratch (13 ms) 1: [ RUN ] openmp.team_scratch_memory_index_parallel_for 1: [ OK ] openmp.team_scratch_memory_index_parallel_for (0 ms) 1: [ RUN ] openmp.team_policy_max_recommended 1: [ OK ] openmp.team_policy_max_recommended (2009 ms) 1: [ RUN ] openmp.team_policy_minmax_scalar_without_plus_equal_k 1: [ OK ] openmp.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 1: [ RUN ] openmp.team_teamvector_range 1: [ OK ] openmp.team_teamvector_range (59 ms) 1: [ RUN ] openmp.unique_token_global 1: [ OK ] openmp.unique_token_global (16 ms) 1: [ RUN ] openmp.unique_token_instance 1: [ OK ] openmp.unique_token_instance (77 ms) 1: [ RUN ] openmp.unique_token_team_acquire 1: [ OK ] openmp.unique_token_team_acquire (0 ms) 1: [ RUN ] openmp.view_api_a 1: [ OK ] openmp.view_api_a (7 ms) 1: [ RUN ] openmp.view_api_b 1: [ OK ] openmp.view_api_b (1 ms) 1: [ RUN ] openmp.view_api_c 1: [ OK ] openmp.view_api_c (0 ms) 1: [ RUN ] openmp.view_api_d 1: [ OK ] openmp.view_api_d (0 ms) 1: [ RUN ] openmp.view_allocation_error 1: [ OK ] openmp.view_allocation_error (0 ms) 1: [ RUN ] openmp.view_remap 1: [ OK ] openmp.view_remap (0 ms) 1: [ RUN ] openmp.view_mirror_nonconst 1: [ OK ] openmp.view_mirror_nonconst (0 ms) 1: [ RUN ] openmp.view_stride_method 1: [ OK ] openmp.view_stride_method (0 ms) 1: [ RUN ] openmp.anonymous_space 1: [ OK ] openmp.anonymous_space (0 ms) 1: [ RUN ] openmp.view_overload_resolution 1: [ OK ] openmp.view_overload_resolution (0 ms) 1: [ RUN ] openmp.view_allocation_large_rank 1: [ OK ] openmp.view_allocation_large_rank (438 ms) 1: [ RUN ] openmp.view_shmem_size_on_device 1: [ OK ] openmp.view_shmem_size_on_device (0 ms) 1: [ RUN ] openmp.view_is_assignable 1: [ OK ] openmp.view_is_assignable (0 ms) 1: [ RUN ] openmp.view_copy_tests 1: [ OK ] openmp.view_copy_tests (3 ms) 1: [ RUN ] openmp.view_copy_tests_rank_0 1: [ OK ] openmp.view_copy_tests_rank_0 (0 ms) 1: [ RUN ] openmp.view_copy_degenerated 1: [ OK ] openmp.view_copy_degenerated (0 ms) 1: [ RUN ] openmp.view_empty_runtime_unmanaged 1: [ OK ] openmp.view_empty_runtime_unmanaged (0 ms) 1: [ RUN ] openmp.view_hooks 1: [ OK ] openmp.view_hooks (0 ms) 1: [ RUN ] openmp.view_layoutstride_left_to_layoutleft_assignment 1: [ OK ] openmp.view_layoutstride_left_to_layoutleft_assignment (33 ms) 1: [ RUN ] openmp.view_layoutstride_right_to_layoutright_assignment 1: [ OK ] openmp.view_layoutstride_right_to_layoutright_assignment (30 ms) 1: [ RUN ] openmp.view_irregular_layout 1: [ OK ] openmp.view_irregular_layout (0 ms) 1: [ RUN ] openmp.view_mapping 1: [ OK ] openmp.view_mapping (57 ms) 1: [ RUN ] openmp.view_mapping_operator 1: [ OK ] openmp.view_mapping_operator (1 ms) 1: [ RUN ] openmp.static_extent 1: [ OK ] openmp.static_extent (0 ms) 1: [ RUN ] openmp.view_mapping_atomic 1: [ OK ] openmp.view_mapping_atomic (0 ms) 1: [ RUN ] openmp.view_mapping_class_value 1: [ OK ] openmp.view_mapping_class_value (0 ms) 1: [ RUN ] openmp.view_mapping_assignable 1: [ OK ] openmp.view_mapping_assignable (0 ms) 1: [ RUN ] openmp.view_mapping_trivially_copyable 1: [ OK ] openmp.view_mapping_trivially_copyable (0 ms) 1: [ RUN ] openmp.view_mapping_subview 1: [ OK ] openmp.view_mapping_subview (0 ms) 1: [ RUN ] openmp.view_nested_view 1: [ OK ] openmp.view_nested_view (0 ms) 1: [ RUN ] openmp.append_formatted_multidimensional_index 1: [ OK ] openmp.append_formatted_multidimensional_index (0 ms) 1: [ RUN ] openmp.view_resize 1: [ OK ] openmp.view_resize (3 ms) 1: [ RUN ] openmp.view_realloc 1: [ OK ] openmp.view_realloc (0 ms) 1: [ RUN ] openmp.workgraph_fib 1: [ OK ] openmp.workgraph_fib (719 ms) 1: [ RUN ] openmp.resize_realloc_no_init 1: [ OK ] openmp.resize_realloc_no_init (0 ms) 1: [ RUN ] openmp.resize_realloc_no_alloc 1: [ OK ] openmp.resize_realloc_no_alloc (0 ms) 1: [ RUN ] openmp.realloc_exec_space 1: [ OK ] openmp.realloc_exec_space (0 ms) 1: [ RUN ] openmp.view_alloc 1: [ OK ] openmp.view_alloc (0 ms) 1: [ RUN ] openmp.view_alloc_exec_space 1: [ OK ] openmp.view_alloc_exec_space (0 ms) 1: [ RUN ] openmp.view_alloc_int 1: [ OK ] openmp.view_alloc_int (0 ms) 1: [ RUN ] openmp.view_alloc_exec_space_int 1: [ OK ] openmp.view_alloc_exec_space_int (0 ms) 1: [ RUN ] openmp.deep_copy_zero_memset 1: [ OK ] openmp.deep_copy_zero_memset (0 ms) 1: [ RUN ] openmp.resize_exec_space 1: [ OK ] openmp.resize_exec_space (0 ms) 1: [ RUN ] openmp.view_allocation_int 1: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestWithoutInitializing.hpp:289: Skipped 1: skipping since the fence checked for isn't necessary 1: [ SKIPPED ] openmp.view_allocation_int (0 ms) 1: [ RUN ] openmp.view_allocation_exec_space_int 1: [ OK ] openmp.view_allocation_exec_space_int (0 ms) 1: [ RUN ] openmp.view_not_default_constructible 1: [ OK ] openmp.view_not_default_constructible (0 ms) 1: [ RUN ] openmp.view_subview_auto_1d_left 1: [ OK ] openmp.view_subview_auto_1d_left (0 ms) 1: [ RUN ] openmp.view_subview_auto_1d_right 1: [ OK ] openmp.view_subview_auto_1d_right (0 ms) 1: [ RUN ] openmp.view_subview_auto_1d_stride 1: [ OK ] openmp.view_subview_auto_1d_stride (0 ms) 1: [ RUN ] openmp.view_subview_assign_strided 1: [ OK ] openmp.view_subview_assign_strided (0 ms) 1: [ RUN ] openmp.view_subview_left_0 1: [ OK ] openmp.view_subview_left_0 (0 ms) 1: [ RUN ] openmp.view_subview_left_1 1: [ OK ] openmp.view_subview_left_1 (0 ms) 1: [ RUN ] openmp.view_subview_left_2 1: [ OK ] openmp.view_subview_left_2 (0 ms) 1: [ RUN ] openmp.view_subview_left_3 1: [ OK ] openmp.view_subview_left_3 (0 ms) 1: [ RUN ] openmp.view_subview_right_0 1: [ OK ] openmp.view_subview_right_0 (0 ms) 1: [ RUN ] openmp.view_subview_right_1 1: [ OK ] openmp.view_subview_right_1 (0 ms) 1: [ RUN ] openmp.view_subview_right_3 1: [ OK ] openmp.view_subview_right_3 (0 ms) 1: [ RUN ] openmp.view_static_tests 1: [ OK ] openmp.view_static_tests (0 ms) 1: [ RUN ] openmp.view_subview_layoutleft_to_layoutleft 1: [ OK ] openmp.view_subview_layoutleft_to_layoutleft (0 ms) 1: [ RUN ] openmp.view_subview_layoutright_to_layoutright 1: [ OK ] openmp.view_subview_layoutright_to_layoutright (0 ms) 1: [ RUN ] openmp.view_subview_1d_assign 1: [ OK ] openmp.view_subview_1d_assign (0 ms) 1: [ RUN ] openmp.view_subview_1d_assign_atomic 1: [ OK ] openmp.view_subview_1d_assign_atomic (0 ms) 1: [ RUN ] openmp.view_subview_1d_assign_randomaccess 1: [ OK ] openmp.view_subview_1d_assign_randomaccess (0 ms) 1: [ RUN ] openmp.view_subview_2d_from_3d 1: [ OK ] openmp.view_subview_2d_from_3d (7 ms) 1: [ RUN ] openmp.view_subview_2d_from_3d_atomic 1: [ OK ] openmp.view_subview_2d_from_3d_atomic (7 ms) 1: [ RUN ] openmp.view_subview_2d_from_3d_randomaccess 1: [ OK ] openmp.view_subview_2d_from_3d_randomaccess (6 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_left 1: [ OK ] openmp.view_subview_3d_from_5d_left (82 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_left_atomic 1: [ OK ] openmp.view_subview_3d_from_5d_left_atomic (78 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_left_randomaccess 1: [ OK ] openmp.view_subview_3d_from_5d_left_randomaccess (76 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_right 1: [ OK ] openmp.view_subview_3d_from_5d_right (208 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_right_atomic 1: [ OK ] openmp.view_subview_3d_from_5d_right_atomic (192 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_right_randomaccess 1: [ OK ] openmp.view_subview_3d_from_5d_right_randomaccess (199 ms) 1: [ RUN ] openmp.view_test_unmanaged_subview_reset 1: [ OK ] openmp.view_test_unmanaged_subview_reset (0 ms) 1: [ RUN ] openmp.view_subview_memory_traits_construction 1: [ OK ] openmp.view_subview_memory_traits_construction (0 ms) 1: [----------] 297 tests from openmp (21209 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 312 tests from 2 test suites ran. (50592 ms total) 1: [ PASSED ] 308 tests. 1: [ SKIPPED ] 4 tests, listed below: 1: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host 1: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device 1: [ SKIPPED ] openmp.mdspan_minimal_functional 1: [ SKIPPED ] openmp.view_allocation_int 1/53 Test #1: Kokkos_CoreUnitTest_OpenMP .................. Passed 51.06 sec test 2 Start 2: Kokkos_CoreUnitTest_OpenMPInterOp 2: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPInterOp 2: Test timeout computed to be: 1500 2: [==========] Running 1 test from 1 test suite. 2: [----------] Global test environment set-up. 2: [----------] 1 test from openmp 2: [ RUN ] openmp.raw_openmp_interop 2: [ OK ] openmp.raw_openmp_interop (397 ms) 2: [----------] 1 test from openmp (397 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 1 test from 1 test suite ran. (397 ms total) 2: [ PASSED ] 1 test. 2/53 Test #2: Kokkos_CoreUnitTest_OpenMPInterOp ........... Passed 0.43 sec test 3 Start 3: Kokkos_CoreUnitTest_OpenMPGraph 3: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPGraph 3: Test timeout computed to be: 1500 3: [==========] Running 5 tests from 1 test suite. 3: [----------] Global test environment set-up. 3: [----------] 5 tests from openmp_count_bugs 3: [ RUN ] openmp_count_bugs.launch_one 3: [ OK ] openmp_count_bugs.launch_one (0 ms) 3: [ RUN ] openmp_count_bugs.launch_one_rvalue 3: [ OK ] openmp_count_bugs.launch_one_rvalue (0 ms) 3: [ RUN ] openmp_count_bugs.launch_six 3: [ OK ] openmp_count_bugs.launch_six (0 ms) 3: [ RUN ] openmp_count_bugs.when_all_cycle 3: [ OK ] openmp_count_bugs.when_all_cycle (0 ms) 3: [ RUN ] openmp_count_bugs.zero_work_reduce 3: [ OK ] openmp_count_bugs.zero_work_reduce (0 ms) 3: [----------] 5 tests from openmp_count_bugs (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 5 tests from 1 test suite ran. (0 ms total) 3: [ PASSED ] 5 tests. 3: 3: YOU HAVE 1 DISABLED TEST 3: 3/53 Test #3: Kokkos_CoreUnitTest_OpenMPGraph ............. Passed 0.43 sec test 4 Start 4: Kokkos_CoreUnitTest_HIP 4: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_HIP 4: Test timeout computed to be: 1500 4: [==========] Running 369 tests from 4 test suites. 4: [----------] Global test environment set-up. 4: [----------] 15 tests from hip_DeathTest 4: [ RUN ] hip_DeathTest.abort_from_host [ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C [ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C [ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o 28: Test_Atomic/100000/iterations:10 12.2 s 12.1 s 10 1 8 20.4049 1.41285m 911.11u 4.99995G 74.686k 4.99995G 4: [ OK ] hip_DeathTest.abort_from_host (1371 ms) 4: [ RUN ] hip_DeathTest.abort_from_device 4: [ OK ] hip_DeathTest.abort_from_device (1384 ms) 4: [ RUN ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort 4: [ OK ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort (1341 ms) 4: [ RUN ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions [100%] Built target Kokkos_gather 4: [ OK ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions (1330 ms) 4: [ RUN ] hip_DeathTest.policy_invalid_bounds 4: [ OK ] hip_DeathTest.policy_invalid_bounds (1373 ms) 4: [ RUN ] hip_DeathTest.range_policy_invalid_bounds 4: 4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 9 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 4: 4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 9 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 4: [ OK ] hip_DeathTest.range_policy_invalid_bounds (1140 ms) 4: [ RUN ] hip_DeathTest.range_policy_implicitly_converted_bounds 4: 4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 9 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 4: 4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 9 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 4: 4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 9 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 4: 4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 9 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 4: [ OK ] hip_DeathTest.range_policy_implicitly_converted_bounds (2196 ms) 4: [ RUN ] hip_DeathTest.view_construction_with_wrong_params_dyn 4: [ OK ] hip_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 4: [ RUN ] hip_DeathTest.view_construction_with_wrong_params_stat 4: [ OK ] hip_DeathTest.view_construction_with_wrong_params_stat (0 ms) 4: [ RUN ] hip_DeathTest.view_construction_with_wrong_params_mix 4: [ OK ] hip_DeathTest.view_construction_with_wrong_params_mix (0 ms) 4: [ RUN ] hip_DeathTest.view_construction_with_wrong_static_extents 4: [ OK ] hip_DeathTest.view_construction_with_wrong_static_extents (0 ms) 4: [ RUN ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment [100%] Linking CXX executable Kokkos_bytes_and_flops [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o -- Testing 1-D histogram Density 1D: 6.43252e-07 0.00733404 0.00475523 || 0.051031 27921 29327 || 28465.6 28674.4 || 65.7363 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 -0.0266504 0.00404236 || 0.051031 1e+64 -1e+64 Test Scalar=int64_t -- Testing randomness properties [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o 4: [ OK ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment (9859 ms) 4: [ RUN ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o [ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E [ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o 28: Test_Atomic/100000/iterations:10 3.57 s 3.56 s 10 1 4 2.67272m 1.31176m 56.01u 704.983M 53.048k 704.983M 28/52 Test #28: Kokkos_PerformanceTest_Atomic ............... Passed 739.63 sec test 29 Start 29: Kokkos_ContainersUnitTest_Serial 29: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 29: Test timeout computed to be: 1500 29: [==========] Running 65 tests from 1 test suite. 29: [----------] Global test environment set-up. 29: [----------] 65 tests from serial 29: [ RUN ] serial.bitset 29: [ OK ] serial.bitset (1191 ms) 29: [ RUN ] serial.bitset_default_constructor_no_alloc 29: [ OK ] serial.bitset_default_constructor_no_alloc (0 ms) 29: [ RUN ] serial.dualview_combination 29: [ OK ] serial.dualview_combination (0 ms) 29: [ RUN ] serial.dualview_alloc 29: [ OK ] serial.dualview_alloc (0 ms) 29: [ RUN ] serial.test_dualview_copy_construction_and_assignment 29: [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) 29: [ RUN ] serial.dualview_combinations_without_init 29: [ OK ] serial.dualview_combinations_without_init (0 ms) 29: [ RUN ] serial.dualview_deep_copy 29: [ OK ] serial.dualview_deep_copy (0 ms) 29: [ RUN ] serial.dualview_realloc 29: [ OK ] serial.dualview_realloc (0 ms) 29: [ RUN ] serial.dualview_resize 29: [ OK ] serial.dualview_resize (0 ms) 29: [ RUN ] serial.dualview_device_correct_kokkos_device 29: 29: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 29: does not support page migration between device and host. 29: HIPManagedSpace might not work as expected. 29: Please refer to the ROCm documentation on unified/managed memory. 29: [ OK ] serial.dualview_device_correct_kokkos_device (0 ms) 29: [ RUN ] serial.dualview_host_correct_kokkos_device 29: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 29: [ RUN ] serial.dualview_host_modify_template_device_sync 29: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 29: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 29: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 29: [ RUN ] serial.dualview_device_modify_template_host_sync 29: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 29: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 29: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 29: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 29: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 29: [ RUN ] serial.dynamic_view 29: [ OK ] serial.dynamic_view (5 ms) 29: [ RUN ] serial.dyn_rank_view_api_generic 29: [ OK ] serial.dyn_rank_view_api_generic (4 ms) 29: [ RUN ] serial.dyn_rank_view_api_operator_rank12345 29: [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) 29: [ RUN ] serial.dyn_rank_view_check_fence_resize_realloc 29: /var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 29: skipping since not default execution space 29: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) 29: [ RUN ] serial.dyn_rank_view_api_operator_rank67 29: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 29: [ RUN ] serial.ErrorReporterViaLambda 29: [ OK ] serial.ErrorReporterViaLambda (0 ms) 29: [ RUN ] serial.ErrorReporter 29: [ OK ] serial.ErrorReporter (0 ms) 29: [ RUN ] serial.offsetview_construction 29: [ OK ] serial.offsetview_construction (17 ms) 29: [ RUN ] serial.offsetview_unmanaged_construction 29: [ OK ] serial.offsetview_unmanaged_construction (0 ms) 29: [ RUN ] serial.offsetview_subview 29: [ OK ] serial.offsetview_subview (4 ms) 29: [ RUN ] serial.offsetview_offsets_rank1 29: [ OK ] serial.offsetview_offsets_rank1 (0 ms) 29: [ RUN ] serial.offsetview_offsets_rank2 29: [ OK ] serial.offsetview_offsets_rank2 (0 ms) 29: [ RUN ] serial.offsetview_offsets_rank3 29: [ OK ] serial.offsetview_offsets_rank3 (0 ms) 29: [ RUN ] serial.scatterview 29: [ OK ] serial.scatterview (1656 ms) 29: [ RUN ] serial.scatterview_devicetype 29: [ OK ] serial.scatterview_devicetype (1 ms) 29: [ RUN ] serial.staticcrsgraph 29: [ OK ] serial.staticcrsgraph (7 ms) 29: [ RUN ] serial.resize_realloc_no_init_dualview 29: [ OK ] serial.resize_realloc_no_init_dualview (0 ms) 29: [ RUN ] serial.resize_realloc_no_alloc_dualview 29: [ OK ] serial.resize_realloc_no_alloc_dualview (0 ms) 29: [ RUN ] serial.resize_exec_space_dualview 29: [ OK ] serial.resize_exec_space_dualview (0 ms) 29: [ RUN ] serial.realloc_exec_space_dualview 29: [ OK ] serial.realloc_exec_space_dualview (0 ms) 29: [ RUN ] serial.resize_realloc_no_init_dynrankview 29: [ OK ] serial.resize_realloc_no_init_dynrankview (0 ms) 29: [ RUN ] serial.resize_exec_space_dynrankview 29: [ OK ] serial.resize_exec_space_dynrankview (0 ms) 29: [ RUN ] serial.realloc_exec_space_dynrankview 29: [ OK ] serial.realloc_exec_space_dynrankview (0 ms) 29: [ RUN ] serial.resize_realloc_no_init_scatterview 29: [ OK ] serial.resize_realloc_no_init_scatterview (0 ms) 29: [ RUN ] serial.resize_realloc_no_alloc_scatterview 29: [ OK ] serial.resize_realloc_no_alloc_scatterview (0 ms) 29: [ RUN ] serial.resize_exec_space_scatterview 29: [ OK ] serial.resize_exec_space_scatterview (0 ms) 29: [ RUN ] serial.realloc_exec_space_scatterview 29: [ OK ] serial.realloc_exec_space_scatterview (0 ms) 29: [ RUN ] serial.create_mirror_no_init_dynrankview 29: [ OK ] serial.create_mirror_no_init_dynrankview (0 ms) 29: [ RUN ] serial.create_mirror_no_init_dynrankview_viewctor 29: [ OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms) 29: [ RUN ] serial.create_mirror_view_and_copy_dynrankview 29: [ OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms) 29: [ RUN ] serial.create_mirror_no_init_offsetview 29: [ OK ] serial.create_mirror_no_init_offsetview (0 ms) 29: [ RUN ] serial.create_mirror_no_init_offsetview_view_ctor 29: [ OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms) 29: [ RUN ] serial.create_mirror_view_and_copy_offsetview 29: [ OK ] serial.create_mirror_view_and_copy_offsetview (0 ms) 29: [ RUN ] serial.create_mirror_no_init_dynamicview 29: [ OK ] serial.create_mirror_no_init_dynamicview (0 ms) 29: [ RUN ] serial.create_mirror_view_and_copy_dynamicview 29: [ OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms) 29: [ RUN ] serial.create_mirror_no_init_dynamicview_view_ctor 29: [ OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms) 29: [ RUN ] serial.UnorderedMap_insert 4: [ OK ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment (9637 ms) 4: [ RUN ] hip_DeathTest.view_memory_access_violations_from_host [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o 29: [ OK ] serial.UnorderedMap_insert (7040 ms) 29: [ RUN ] serial.UnorderedMap_failed_insert [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o 29: [ OK ] serial.UnorderedMap_failed_insert (2879 ms) 29: [ RUN ] serial.UnorderedMap_deep_copy 29: [ OK ] serial.UnorderedMap_deep_copy (3 ms) 29: [ RUN ] serial.UnorderedMap_valid_empty 29: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 29: [ RUN ] serial.UnorderedMap_clear_zero_size 29: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 29: [ RUN ] serial.UnorderedMap_consistent_size 29: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 29: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 29: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 29: [ RUN ] serial.UnorderedMap_lambda_capturable 29: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 29: [ RUN ] serial.UnorderedMap_constructor_view_alloc 29: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 29: [ RUN ] serial.vector_combination 29: [ OK ] serial.vector_combination (0 ms) 29: [ RUN ] serial.vector_insert 29: [ OK ] serial.vector_insert (0 ms) 29: [ RUN ] serial.vector_push_back_default_exec 29: [ OK ] serial.vector_push_back_default_exec (0 ms) 29: [ RUN ] serial.viewctorprop_embedded_dim 29: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 29: [----------] 65 tests from serial (12817 ms total) 29: 29: [----------] Global test environment tear-down 29: [==========] 65 tests from 1 test suite ran. (12817 ms total) 29: [ PASSED ] 64 tests. 29: [ SKIPPED ] 1 test, listed below: 29: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o 29/52 Test #29: Kokkos_ContainersUnitTest_Serial ............ Passed 13.40 sec test 30 Start 30: Kokkos_ContainersUnitTest_HIP 30: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/containers/unit_tests/Kokkos_ContainersUnitTest_HIP 30: Test timeout computed to be: 1500 30: [==========] Running 65 tests from 1 test suite. 30: [----------] Global test environment set-up. 30: [----------] 65 tests from hip 30: [ RUN ] hip.bitset 30: [ OK ] hip.bitset (18 ms) 30: [ RUN ] hip.bitset_default_constructor_no_alloc 30: [ OK ] hip.bitset_default_constructor_no_alloc (0 ms) 30: [ RUN ] hip.dualview_combination 30: [ OK ] hip.dualview_combination (4 ms) 30: [ RUN ] hip.dualview_alloc 30: [ OK ] hip.dualview_alloc (0 ms) 30: [ RUN ] hip.test_dualview_copy_construction_and_assignment 30: [ OK ] hip.test_dualview_copy_construction_and_assignment (0 ms) 30: [ RUN ] hip.dualview_combinations_without_init 30: [ OK ] hip.dualview_combinations_without_init (0 ms) 30: [ RUN ] hip.dualview_deep_copy 30: [ OK ] hip.dualview_deep_copy (1 ms) 30: [ RUN ] hip.dualview_realloc 30: [ OK ] hip.dualview_realloc (0 ms) 30: [ RUN ] hip.dualview_resize 30: [ OK ] hip.dualview_resize (0 ms) 30: [ RUN ] hip.dualview_device_correct_kokkos_device 30: 30: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 30: does not support page migration between device and host. 30: HIPManagedSpace might not work as expected. 30: Please refer to the ROCm documentation on unified/managed memory. 30: [ OK ] hip.dualview_device_correct_kokkos_device (0 ms) 30: [ RUN ] hip.dualview_host_correct_kokkos_device 30: [ OK ] hip.dualview_host_correct_kokkos_device (0 ms) 30: [ RUN ] hip.dualview_host_modify_template_device_sync 30: [ OK ] hip.dualview_host_modify_template_device_sync (0 ms) 30: [ RUN ] hip.dualview_host_modify_template_device_execspace_sync 30: [ OK ] hip.dualview_host_modify_template_device_execspace_sync (0 ms) 30: [ RUN ] hip.dualview_device_modify_template_host_sync 30: [ OK ] hip.dualview_device_modify_template_host_sync (0 ms) 30: [ RUN ] hip.dualview_device_modify_template_host_execspace_sync 30: [ OK ] hip.dualview_device_modify_template_host_execspace_sync (0 ms) 30: [ RUN ] hip.dualview_template_views_return_correct_executionspace_views 30: [ OK ] hip.dualview_template_views_return_correct_executionspace_views (0 ms) 30: [ RUN ] hip.dynamic_view 30: [ OK ] hip.dynamic_view (19 ms) 30: [ RUN ] hip.dyn_rank_view_api_generic 30: [ OK ] hip.dyn_rank_view_api_generic (17 ms) 30: [ RUN ] hip.dyn_rank_view_api_operator_rank12345 30: [ OK ] hip.dyn_rank_view_api_operator_rank12345 (1 ms) 30: [ RUN ] hip.dyn_rank_view_check_fence_resize_realloc 30: [ OK ] hip.dyn_rank_view_check_fence_resize_realloc (0 ms) 30: [ RUN ] hip.dyn_rank_view_api_operator_rank67 30: [ OK ] hip.dyn_rank_view_api_operator_rank67 (1 ms) 30: [ RUN ] hip.ErrorReporterViaLambda 30: [ OK ] hip.ErrorReporterViaLambda (2 ms) 30: [ RUN ] hip.ErrorReporter 30: [ OK ] hip.ErrorReporter (0 ms) 30: [ RUN ] hip.offsetview_construction 30: [ OK ] hip.offsetview_construction (3 ms) 30: [ RUN ] hip.offsetview_unmanaged_construction 30: [ OK ] hip.offsetview_unmanaged_construction (0 ms) 30: [ RUN ] hip.offsetview_subview 30: [ OK ] hip.offsetview_subview (0 ms) 30: [ RUN ] hip.offsetview_offsets_rank1 30: [ OK ] hip.offsetview_offsets_rank1 (0 ms) 30: [ RUN ] hip.offsetview_offsets_rank2 30: [ OK ] hip.offsetview_offsets_rank2 (0 ms) 30: [ RUN ] hip.offsetview_offsets_rank3 30: [ OK ] hip.offsetview_offsets_rank3 (0 ms) 30: [ RUN ] hip.scatterview -- Testing 1-D histogram Density 1D: 6.43252e-07 -0.00949994 0.00269765 || 0.051031 28064 29294 || 28949.4 28674.4 || 37.2924 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 -0.0203946 -0.0118436 || 0.051031 1e+64 -1e+64 Test Scalar=uint64_t -- Testing randomness properties [100%] Built target Kokkos_bytes_and_flops + ctest --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-6905/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: Kokkos_CoreUnitTest_Serial1 1: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 1: Test timeout computed to be: 1500 1: [==========] Running 181 tests from 2 test suites. 1: [----------] Global test environment set-up. 1: [----------] 7 tests from serial_DeathTest 1: [ RUN ] serial_DeathTest.abort_from_host 1: [ OK ] serial_DeathTest.abort_from_host (563 ms) 1: [ RUN ] serial_DeathTest.abort_from_device 1: [ OK ] serial_DeathTest.abort_from_device (563 ms) 1: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 1: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (573 ms) 1: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 1: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (540 ms) 1: [ RUN ] serial_DeathTest.policy_invalid_bounds 1: [ OK ] serial_DeathTest.policy_invalid_bounds (599 ms) 1: [ RUN ] serial_DeathTest.range_policy_invalid_bounds 1: 1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 1: 1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 1: [ OK ] serial_DeathTest.range_policy_invalid_bounds (656 ms) 1: [ RUN ] serial_DeathTest.range_policy_implicitly_converted_bounds 1: 1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 1: 1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 1: 1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 1: 1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 1: [ OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (1238 ms) 1: [----------] 7 tests from serial_DeathTest (4735 ms total) 1: 1: [----------] 174 tests from serial 1: [ RUN ] serial.array_capacity 1: [ OK ] serial.array_capacity (0 ms) 1: [ RUN ] serial.array_element_access 1: [ OK ] serial.array_element_access (0 ms) 1: [ RUN ] serial.array_zero_capacity 1: [ OK ] serial.array_zero_capacity (0 ms) 1: [ RUN ] serial.array_zero_data_nullptr 1: [ OK ] serial.array_zero_data_nullptr (0 ms) 1: [ RUN ] serial.array_contiguous_capacity 1: [ OK ] serial.array_contiguous_capacity (0 ms) 1: [ RUN ] serial.array_contiguous_element_access 1: [ OK ] serial.array_contiguous_element_access (0 ms) 1: [ RUN ] serial.array_contiguous_assignment 1: [ OK ] serial.array_contiguous_assignment (0 ms) 1: [ RUN ] serial.array_strided_capacity 1: [ OK ] serial.array_strided_capacity (0 ms) 1: [ RUN ] serial.array_strided_element_access 1: [ OK ] serial.array_strided_element_access (0 ms) 1: [ RUN ] serial.array_strided_assignment 1: [ OK ] serial.array_strided_assignment (0 ms) 1: [ RUN ] serial.atomic_operations_complexdouble 1: [ OK ] serial.atomic_operations_complexdouble (3 ms) 1: [ RUN ] serial.atomic_operations_complexfloat 1: [ OK ] serial.atomic_operations_complexfloat (0 ms) 1: [ RUN ] serial.atomic_operations_double 1: [ OK ] serial.atomic_operations_double (0 ms) 1: [ RUN ] serial.atomic_operations_float 1: [ OK ] serial.atomic_operations_float (0 ms) 1: [ RUN ] serial.atomic_operations_int 1: [ OK ] serial.atomic_operations_int (0 ms) 1: [ RUN ] serial.atomic_operations_long 1: [ OK ] serial.atomic_operations_long (0 ms) 1: [ RUN ] serial.atomic_operations_longlong 1: [ OK ] serial.atomic_operations_longlong (0 ms) 1: [ RUN ] serial.atomic_operations_unsigned 1: [ OK ] serial.atomic_operations_unsigned (0 ms) 1: [ RUN ] serial.atomic_operations_unsignedlong 1: [ OK ] serial.atomic_operations_unsignedlong (0 ms) 1: [ RUN ] serial.atomics 1: [ OK ] serial.atomics (4 ms) 1: [ RUN ] serial.atomics_tpetra_max_abs 1: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 1: [ RUN ] serial.atomic_views_integral 1: [ OK ] serial.atomic_views_integral (68 ms) 1: [ RUN ] serial.atomic_views_nonintegral 1: [ OK ] serial.atomic_views_nonintegral (40 ms) 1: [ RUN ] serial.atomic_view_api 1: [ OK ] serial.atomic_view_api (0 ms) 1: [ RUN ] serial.bit_manip_countl_zero 1: [ OK ] serial.bit_manip_countl_zero (0 ms) 1: [ RUN ] serial.bit_manip_countl_one 1: [ OK ] serial.bit_manip_countl_one (0 ms) 1: [ RUN ] serial.bit_manip_countr_zero 1: [ OK ] serial.bit_manip_countr_zero (0 ms) 1: [ RUN ] serial.bit_manip_countr_one 1: [ OK ] serial.bit_manip_countr_one (0 ms) 1: [ RUN ] serial.bit_manip_popcount 1: [ OK ] serial.bit_manip_popcount (0 ms) 1: [ RUN ] serial.bit_manip_has_single_bit 1: [ OK ] serial.bit_manip_has_single_bit (0 ms) 1: [ RUN ] serial.bit_manip_bit_floor 1: [ OK ] serial.bit_manip_bit_floor (0 ms) 1: [ RUN ] serial.bit_manip_bit_ceil 1: [ OK ] serial.bit_manip_bit_ceil (0 ms) 1: [ RUN ] serial.bit_manip_bit_width 1: [ OK ] serial.bit_manip_bit_width (0 ms) 1: [ RUN ] serial.bit_manip_rotl 1: [ OK ] serial.bit_manip_rotl (0 ms) 1: [ RUN ] serial.bit_manip_rotr 1: [ OK ] serial.bit_manip_rotr (0 ms) 1: [ RUN ] serial.bit_manip_byeswap 1: [ OK ] serial.bit_manip_byeswap (0 ms) 1: [ RUN ] serial.bit_manip_bit_cast 1: [ OK ] serial.bit_manip_bit_cast (0 ms) 1: [ RUN ] serial.test_block_deduction_bug_pr_3103 1: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 1: [ RUN ] serial.checked_integer_operations_multiply_overflow 1: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 1: [ RUN ] serial.execution_policy_occupancy_and_hint 1: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 1: [ RUN ] serial.complex_construction 1: [ OK ] serial.complex_construction (0 ms) 1: [ RUN ] serial.complex_basic_math 1: [ OK ] serial.complex_basic_math (0 ms) 1: [ RUN ] serial.complex_special_funtions 1: [ OK ] serial.complex_special_funtions (0 ms) 1: [ RUN ] serial.complex_io 1: [ OK ] serial.complex_io (0 ms) 1: [ RUN ] serial.complex_trivially_copyable 1: [ OK ] serial.complex_trivially_copyable (0 ms) 1: [ RUN ] serial.complex_issue_3865 1: [ OK ] serial.complex_issue_3865 (0 ms) 1: [ RUN ] serial.complex_operations_arithmetic_types_overloads 1: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 1: [ RUN ] serial.crs_count_fill 1: [ OK ] serial.crs_count_fill (0 ms) 1: [ RUN ] serial.crs_copy_constructor 1: [ OK ] serial.crs_copy_constructor (1 ms) 1: [ RUN ] serial.deep_copy_alignment 1: [ OK ] serial.deep_copy_alignment (2 ms) 1: [ RUN ] serial.deep_copy_conversion 1: [ OK ] serial.deep_copy_conversion (19 ms) 1: [ RUN ] serial.partitioning_by_args 1: [ OK ] serial.partitioning_by_args (0 ms) 1: [ RUN ] serial.partitioning_by_vector 1: [ OK ] serial.partitioning_by_vector (0 ms) 1: [ RUN ] serial.execution_space_as_class_data_member 1: [ OK ] serial.execution_space_as_class_data_member (0 ms) 1: [ RUN ] serial.functor_analysis 1: [ OK ] serial.functor_analysis (0 ms) 1: [ RUN ] serial.host_shared_ptr_use_count 1: [ OK ] serial.host_shared_ptr_use_count (0 ms) 1: [ RUN ] serial.host_shared_ptr_get 1: [ OK ] serial.host_shared_ptr_get (0 ms) 1: [ RUN ] serial.host_shared_ptr_dereference_on_device 1: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 1: [ RUN ] serial.host_shared_ptr_special_members_on_device 1: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 1: [ RUN ] serial.host_shared_ptr_tracking 1: [ OK ] serial.host_shared_ptr_tracking (0 ms) 1: [ RUN ] serial.init 1: [ OK ] serial.init (0 ms) 1: [ RUN ] serial.dispatch 1: [ OK ] serial.dispatch (3 ms) 1: [ RUN ] serial.join_backward_compatibility 1: [ OK ] serial.join_backward_compatibility (0 ms) 1: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft 1: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (1924 ms) 1: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o 4: [ OK ] hip_DeathTest.view_memory_access_violations_from_host (25803 ms) 4: [ RUN ] hip_DeathTest.view_memory_access_violations_from_device 1: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (11718 ms) 1: [ RUN ] serial.local_deepcopy_teampolicy_layoutright 1: [ OK ] serial.local_deepcopy_teampolicy_layoutright (656 ms) 1: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o 1: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (658 ms) 1: [ RUN ] serial.deep_copy_scratch 1: [ OK ] serial.deep_copy_scratch (0 ms) 1: [ RUN ] serial.mathematical_constants_e 1: [ OK ] serial.mathematical_constants_e (0 ms) 1: [ RUN ] serial.mathematical_constants_log2e 1: [ OK ] serial.mathematical_constants_log2e (0 ms) 1: [ RUN ] serial.mathematical_constants_log10e 1: [ OK ] serial.mathematical_constants_log10e (0 ms) 1: [ RUN ] serial.mathematical_constants_pi 1: [ OK ] serial.mathematical_constants_pi (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_pi 1: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_sqrtpi 1: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 1: [ RUN ] serial.mathematical_constants_ln2 1: [ OK ] serial.mathematical_constants_ln2 (0 ms) 1: [ RUN ] serial.mathematical_constants_ln10 1: [ OK ] serial.mathematical_constants_ln10 (0 ms) 1: [ RUN ] serial.mathematical_constants_sqrt2 1: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 1: [ RUN ] serial.mathematical_constants_sqrt3 1: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_sqrt3 1: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 1: [ RUN ] serial.mathematical_constants_egamma 1: [ OK ] serial.mathematical_constants_egamma (0 ms) 1: [ RUN ] serial.mathematical_constants_phi 1: [ OK ] serial.mathematical_constants_phi (0 ms) 1: [ RUN ] serial.mathematical_functions_trigonometric_functions 1: [ OK ] serial.mathematical_functions_trigonometric_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_hyperbolic_functions 1: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_non_standard 1: [ OK ] serial.mathematical_functions_non_standard (0 ms) 1: [ RUN ] serial.mathematical_functions_power_functions 1: [ OK ] serial.mathematical_functions_power_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_fma 1: [ OK ] serial.mathematical_functions_fma (0 ms) 1: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 1: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 1: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 1: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 1: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_absolute_value 1: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 1: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 1: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 1: [ RUN ] serial.mathematical_functions_remainder_function 1: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 1: [ RUN ] serial.mathematical_functions_isfinite 1: [ OK ] serial.mathematical_functions_isfinite (0 ms) 1: [ RUN ] serial.mathematical_functions_isinf 1: [ OK ] serial.mathematical_functions_isinf (0 ms) 1: [ RUN ] serial.mathematical_functions_isnan 1: [ OK ] serial.mathematical_functions_isnan (0 ms) 1: [ RUN ] serial.mathematical_functions_exponential_functions 1: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 1: [ RUN ] serial.mathspecialfunc_expint1 1: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 1: [ RUN ] serial.mathspecialfunc_errorfunc 1: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselj0y0 1: [ OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselj1y1 1: [ OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms) 1: [ RUN ] serial.mathspecialfunc_cbesseli0k0 1: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesseli1k1 1: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 1: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 1: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 1: [ RUN ] serial.mdrange_5d 1: [ OK ] serial.mdrange_5d (18 ms) 1: [ RUN ] serial.mdrange_6d 1: [ OK ] serial.mdrange_6d (86 ms) 1: [ RUN ] serial.mdrange_2d 1: [ OK ] serial.mdrange_2d (0 ms) 1: [ RUN ] serial.mdrange_array_reduce 1: [ OK ] serial.mdrange_array_reduce (0 ms) 1: [ RUN ] serial.mdrange_3d 1: [ OK ] serial.mdrange_3d (4 ms) 1: [ RUN ] serial.mdrange_neg_idx 1: [ OK ] serial.mdrange_neg_idx (38 ms) 1: [ RUN ] serial.mdrange_4d 1: [ OK ] serial.mdrange_4d (4 ms) 1: [ RUN ] serial.mdrange_scalar 1: [ OK ] serial.mdrange_scalar (0 ms) 1: [ RUN ] serial.mdrange_large_deep_copy 1: [ OK ] serial.mdrange_large_deep_copy (22 ms) 1: [ RUN ] serial.md_range_policy_construction_from_arrays 1: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 1: [ RUN ] serial.mdrange_parallel_reduce_primitive_types [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o 1: [ OK ] serial.mdrange_parallel_reduce_primitive_types (2782 ms) 1: [ RUN ] serial.mdspan_minimal_functional 1: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestMDSpan.hpp:57: Skipped 1: mdspan not enabled 1: [ SKIPPED ] serial.mdspan_minimal_functional (0 ms) 1: [ RUN ] serial.max 1: [ OK ] serial.max (0 ms) 1: [ RUN ] serial.max_within_parfor 1: [ OK ] serial.max_within_parfor (3 ms) 1: [ RUN ] serial.min 1: [ OK ] serial.min (0 ms) 1: [ RUN ] serial.min_within_parfor 1: [ OK ] serial.min_within_parfor (0 ms) 1: [ RUN ] serial.minmax 1: [ OK ] serial.minmax (0 ms) 1: [ RUN ] serial.minmax_within_parfor 1: [ OK ] serial.minmax_within_parfor (0 ms) 1: [ RUN ] serial.clamp 1: [ OK ] serial.clamp (0 ms) 1: [ RUN ] serial.clamp_within_parfor 1: [ OK ] serial.clamp_within_parfor (0 ms) 1: [ RUN ] serial.numeric_traits_infinity 1: [ OK ] serial.numeric_traits_infinity (0 ms) 1: [ RUN ] serial.numeric_traits_epsilon 1: [ OK ] serial.numeric_traits_epsilon (0 ms) 1: [ RUN ] serial.numeric_traits_round_error 1: [ OK ] serial.numeric_traits_round_error (0 ms) 1: [ RUN ] serial.numeric_traits_norm_min 1: [ OK ] serial.numeric_traits_norm_min (0 ms) 1: [ RUN ] serial.numeric_traits_denorm_min 1: [ OK ] serial.numeric_traits_denorm_min (0 ms) 1: [ RUN ] serial.numeric_traits_finite_min_max 1: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 1: [ RUN ] serial.numeric_traits_digits 1: [ OK ] serial.numeric_traits_digits (0 ms) 1: [ RUN ] serial.numeric_traits_digits10 1: [ OK ] serial.numeric_traits_digits10 (0 ms) 1: [ RUN ] serial.numeric_traits_max_digits10 1: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 1: [ RUN ] serial.numeric_traits_radix 1: [ OK ] serial.numeric_traits_radix (0 ms) 1: [ RUN ] serial.numeric_traits_min_max_exponent 1: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 1: [ RUN ] serial.numeric_traits_min_max_exponent10 1: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 1: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 1: [ OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 1: [ RUN ] serial.numeric_traits_sfinae_friendly 1: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 1: [ RUN ] serial.occupancy_control 1: [ OK ] serial.occupancy_control (0 ms) 1: [ RUN ] serial.view_aggregate 1: [ OK ] serial.view_aggregate (0 ms) 1: [ RUN ] serial.memory_pool 1: [ OK ] serial.memory_pool (131 ms) 1: [ RUN ] serial.cxx11 1: [ OK ] serial.cxx11 (0 ms) 1: [ RUN ] serial.viewctorprop_embedded_dim 1: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 1: [ RUN ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility 1: [ OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 1: [ RUN ] serial.view_layouttiled 1: [ OK ] serial.view_layouttiled (0 ms) 1: [ RUN ] serial.view_layouttiled_subtile 1: [ OK ] serial.view_layouttiled_subtile (0 ms) 1: [ RUN ] serial.parallel_scan_range_policy 1: [ OK ] serial.parallel_scan_range_policy (3 ms) 1: [ RUN ] serial.kokkos_printf 1: [ OK ] serial.kokkos_printf (14 ms) 1: [ RUN ] serial.range_for 1: [ OK ] serial.range_for (0 ms) 1: [ RUN ] serial.range_reduce 1: [ OK ] serial.range_reduce (0 ms) 1: [ RUN ] serial.range_dynamic_policy 1: [ OK ] serial.range_dynamic_policy (0 ms) 1: [ RUN ] serial.range_policy_runtime_parameters 1: [ OK ] serial.range_policy_runtime_parameters (0 ms) 1: [ RUN ] serial.range_for_require 1: [ OK ] serial.range_for_require (0 ms) 1: [ RUN ] serial.range_reduce_require 1: [ OK ] serial.range_reduce_require (0 ms) 1: [ RUN ] serial.range_dynamic_policy_require 1: [ OK ] serial.range_dynamic_policy_require (0 ms) 1: [ RUN ] serial.reducers_int 1: [ OK ] serial.reducers_int (1 ms) 1: [ RUN ] serial.reducers_double 1: [ OK ] serial.reducers_double (1 ms) 1: [ RUN ] serial.reducers_complex_double 1: [ OK ] serial.reducers_complex_double (0 ms) 1: [ RUN ] serial.reducers_struct 1: [ OK ] serial.reducers_struct (0 ms) 1: [ RUN ] serial.reducers_half_t 1: [ OK ] serial.reducers_half_t (0 ms) 1: [ RUN ] serial.reducers_bhalf_t 1: [ OK ] serial.reducers_bhalf_t (0 ms) 1: [ RUN ] serial.reducers_int8_t 1: [ OK ] serial.reducers_int8_t (0 ms) 1: [ RUN ] serial.reducers_int16_t 1: [ OK ] serial.reducers_int16_t (0 ms) 1: [ RUN ] serial.reducers_point_t 1: [ OK ] serial.reducers_point_t (0 ms) 1: [ RUN ] serial.reducers_bool 1: [ OK ] serial.reducers_bool (0 ms) 1: [ RUN ] serial.int_combined_reduce 1: [ OK ] serial.int_combined_reduce (0 ms) 1: [ RUN ] serial.mdrange_combined_reduce 1: [ OK ] serial.mdrange_combined_reduce (0 ms) 1: [ RUN ] serial.int_combined_reduce_mixed 1: [ OK ] serial.int_combined_reduce_mixed (0 ms) 1: [ RUN ] serial.reduction_deduction 1: [ OK ] serial.reduction_deduction (0 ms) 1: [ RUN ] serial.reduce_device_view_range_policy 1: [ OK ] serial.reduce_device_view_range_policy (5 ms) 1: [ RUN ] serial.reduce_device_view_mdrange_policy 1: [ OK ] serial.reduce_device_view_mdrange_policy (1016 ms) 1: [ RUN ] serial.reduce_device_view_team_policy 1: [ OK ] serial.reduce_device_view_team_policy (108 ms) 1: [ RUN ] serial.impl_shared_alloc 1: [ OK ] serial.impl_shared_alloc (3 ms) 1: [ RUN ] serial.kokkos_swap 1: [ OK ] serial.kokkos_swap (0 ms) 1: [----------] 174 tests from serial (19370 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 181 tests from 2 test suites ran. (24105 ms total) 1: [ PASSED ] 180 tests. 1: [ SKIPPED ] 1 test, listed below: 1: [ SKIPPED ] serial.mdspan_minimal_functional 1/57 Test #1: Kokkos_CoreUnitTest_Serial1 ................... Passed 26.69 sec test 2 Start 2: Kokkos_CoreUnitTest_Serial2 2: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 2: Test timeout computed to be: 1500 [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o 2: [==========] Running 122 tests from 2 test suites. 2: [----------] Global test environment set-up. 2: [----------] 7 tests from serial_DeathTest 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_stat 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms) 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_mix 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms) 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_static_extents 2: [ OK ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms) 2: [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment 30: [ OK ] hip.scatterview (29794 ms) 30: [ RUN ] hip.scatterview_devicetype 2: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (4030 ms) 2: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o 2: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (4023 ms) 2: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 2: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestViewMemoryAccessViolation.hpp:169: Skipped 2: skipping since no memory access violation would occur 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 2: [----------] 7 tests from serial_DeathTest (8054 ms total) 2: 2: [----------] 115 tests from serial 2: [ RUN ] serial.team_for 2: [ OK ] serial.team_for (0 ms) 2: [ RUN ] serial.team_reduce 2: [ OK ] serial.team_reduce (0 ms) 2: [ RUN ] serial.team_reduce_large 2: [ OK ] serial.team_reduce_large (0 ms) 2: [ RUN ] serial.team_parallel_single 2: [ OK ] serial.team_parallel_single (6 ms) 2: [ RUN ] serial.large_team_scratch_size 2: [ OK ] serial.large_team_scratch_size (0 ms) 2: [ RUN ] serial.team_broadcast_long 2: [ OK ] serial.team_broadcast_long (0 ms) 2: [ RUN ] serial.team_broadcast_long_wrapper 2: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 2: [ RUN ] serial.team_broadcast_char 2: [ OK ] serial.team_broadcast_char (0 ms) 2: [ RUN ] serial.team_broadcast_float 2: [ OK ] serial.team_broadcast_float (0 ms) 2: [ RUN ] serial.team_broadcast_double 2: [ OK ] serial.team_broadcast_double (0 ms) 2: [ RUN ] serial.team_handle_by_value 2: [ OK ] serial.team_handle_by_value (0 ms) 2: [ RUN ] serial.team_vector 2: [ OK ] serial.team_vector (4 ms) 2: [ RUN ] serial.triple_nested_parallelism 2: [ OK ] serial.triple_nested_parallelism (384 ms) 2: [ RUN ] serial.parallel_scan_with_reducers 2: [ OK ] serial.parallel_scan_with_reducers (73 ms) 2: [ RUN ] serial.team_thread_range_combined_reducers 2: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 2: [ RUN ] serial.thread_vector_range_combined_reducers 2: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 2: [ RUN ] serial.team_vector_range_combined_reducers 2: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 2: [ RUN ] serial.TeamThreadMDRangeParallelFor 2: [ OK ] serial.TeamThreadMDRangeParallelFor (4 ms) 2: [ RUN ] serial.ThreadVectorMDRangeParallelFor 2: [ OK ] serial.ThreadVectorMDRangeParallelFor (4 ms) 2: [ RUN ] serial.TeamVectorMDRangeParallelFor 2: [ OK ] serial.TeamVectorMDRangeParallelFor (4 ms) 2: [ RUN ] serial.TeamThreadMDRangeParallelReduce 2: [ OK ] serial.TeamThreadMDRangeParallelReduce (5 ms) 2: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 2: [ OK ] serial.ThreadVectorMDRangeParallelReduce (4 ms) 2: [ RUN ] serial.TeamVectorMDRangeParallelReduce 2: [ OK ] serial.TeamVectorMDRangeParallelReduce (5 ms) 2: [ RUN ] serial.team_policy_runtime_parameters 2: [ OK ] serial.team_policy_runtime_parameters (0 ms) 2: [ RUN ] serial.team_reduction_scan 2: [ OK ] serial.team_reduction_scan (50 ms) 2: [ RUN ] serial.team_long_reduce 2: [ OK ] serial.team_long_reduce (32 ms) 2: [ RUN ] serial.team_double_reduce 2: [ OK ] serial.team_double_reduce (36 ms) 2: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 2: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 2: [ RUN ] serial.repeated_team_reduce -- Testing 1-D histogram Density 1D: 6.43252e-07 -0.00131947 -0.0212879 || 0.051031 28058 29459 || 28712.3 28674.4 || -294.284 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.023064 -0.00512479 || 0.051031 1e+64 -1e+64 Test Scalar=half -- Testing randomness properties 4: [ OK ] hip_DeathTest.view_memory_access_violations_from_device (26433 ms) 4: [----------] 15 tests from hip_DeathTest (81873 ms total) 4: 4: [----------] 276 tests from hip 4: [ RUN ] hip.array_capacity 4: [ OK ] hip.array_capacity (0 ms) 4: [ RUN ] hip.array_element_access 4: [ OK ] hip.array_element_access (0 ms) 4: [ RUN ] hip.array_zero_capacity 4: [ OK ] hip.array_zero_capacity (0 ms) 4: [ RUN ] hip.array_zero_data_nullptr 4: [ OK ] hip.array_zero_data_nullptr (0 ms) 4: [ RUN ] hip.array_contiguous_capacity 4: [ OK ] hip.array_contiguous_capacity (0 ms) 4: [ RUN ] hip.array_contiguous_element_access 4: [ OK ] hip.array_contiguous_element_access (0 ms) 4: [ RUN ] hip.array_contiguous_assignment 4: [ OK ] hip.array_contiguous_assignment (0 ms) 4: [ RUN ] hip.array_strided_capacity 4: [ OK ] hip.array_strided_capacity (0 ms) 4: [ RUN ] hip.array_strided_element_access 4: [ OK ] hip.array_strided_element_access (0 ms) 4: [ RUN ] hip.array_strided_assignment 4: [ OK ] hip.array_strided_assignment (0 ms) 4: [ RUN ] hip.atomic_operations_complexdouble 4: [ OK ] hip.atomic_operations_complexdouble (12 ms) 4: [ RUN ] hip.atomic_operations_complexfloat 4: [ OK ] hip.atomic_operations_complexfloat (8 ms) 4: [ RUN ] hip.atomic_operations_double 4: [ OK ] hip.atomic_operations_double (10 ms) 4: [ RUN ] hip.atomic_operations_float 4: [ OK ] hip.atomic_operations_float (8 ms) 4: [ RUN ] hip.atomic_operations_int 4: [ OK ] hip.atomic_operations_int (21 ms) 4: [ RUN ] hip.atomic_operations_long 4: [ OK ] hip.atomic_operations_long (21 ms) 4: [ RUN ] hip.atomic_operations_longlong 4: [ OK ] hip.atomic_operations_longlong (21 ms) 4: [ RUN ] hip.atomic_shared 4: [ OK ] hip.atomic_shared (5 ms) 4: [ RUN ] hip.atomic_operations_unsigned 4: [ OK ] hip.atomic_operations_unsigned (18 ms) 4: [ RUN ] hip.atomic_operations_unsignedlong 4: [ OK ] hip.atomic_operations_unsignedlong (18 ms) 4: [ RUN ] hip.atomics 4: [ OK ] hip.atomics (851 ms) 4: [ RUN ] hip.atomics_tpetra_max_abs 4: [ OK ] hip.atomics_tpetra_max_abs (0 ms) 4: [ RUN ] hip.atomic_views_integral [ OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (128651 ms) [ RUN ] cuda.NestedSort [ OK ] cuda.NestedSort (188 ms) [ RUN ] cuda.NestedSortByKey [ OK ] cuda.NestedSortByKey (847 ms) [ RUN ] cuda.SortWithCustomComparator 2: [ OK ] serial.repeated_team_reduce (7070 ms) 2: [ RUN ] serial.team_scan 2: [ OK ] serial.team_scan (90 ms) 2: [ RUN ] serial.team_scan_ret_val 2: [ OK ] serial.team_scan_ret_val (84 ms) 2: [ RUN ] serial.team_shared_request 2: [ OK ] serial.team_shared_request (23 ms) 2: [ RUN ] serial.team_scratch_request 2: [ OK ] serial.team_scratch_request (3 ms) 2: [ RUN ] serial.team_lambda_shared_request 2: [ OK ] serial.team_lambda_shared_request (22 ms) 2: [ RUN ] serial.scratch_align 2: [ OK ] serial.scratch_align (0 ms) 2: [ RUN ] serial.shmem_size 2: [ OK ] serial.shmem_size (0 ms) 2: [ RUN ] serial.multi_level_scratch 2: [ OK ] serial.multi_level_scratch (5 ms) 2: [ RUN ] serial.team_scratch_memory_index_parallel_for 2: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 2: [ RUN ] serial.team_policy_max_recommended 2: [ OK ] serial.team_policy_max_recommended (1 ms) 2: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 2: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 2: [ RUN ] serial.team_teamvector_range 2: [ OK ] serial.team_teamvector_range (1 ms) 2: [ RUN ] serial.unique_token_global 2: [ OK ] serial.unique_token_global (0 ms) 2: [ RUN ] serial.unique_token_instance 2: [ OK ] serial.unique_token_instance (0 ms) 2: [ RUN ] serial.unique_token_team_acquire 2: [ OK ] serial.unique_token_team_acquire (0 ms) 2: [ RUN ] serial.view_api_a 2: [ OK ] serial.view_api_a (4 ms) 2: [ RUN ] serial.view_api_b 2: [ OK ] serial.view_api_b (0 ms) 2: [ RUN ] serial.view_api_c 2: [ OK ] serial.view_api_c (1 ms) 2: [ RUN ] serial.view_api_d 2: [ OK ] serial.view_api_d (0 ms) 2: [ RUN ] serial.view_allocation_error 2: [ OK ] serial.view_allocation_error (0 ms) 2: [ RUN ] serial.view_remap 2: [ OK ] serial.view_remap (0 ms) 2: [ RUN ] serial.view_mirror_nonconst 2: [ OK ] serial.view_mirror_nonconst (0 ms) 2: [ RUN ] serial.view_stride_method 2: [ OK ] serial.view_stride_method (0 ms) 2: [ RUN ] serial.anonymous_space 2: [ OK ] serial.anonymous_space (0 ms) 2: [ RUN ] serial.view_overload_resolution 2: [ OK ] serial.view_overload_resolution (0 ms) 2: [ RUN ] serial.view_allocation_large_rank 2: [ OK ] serial.view_allocation_large_rank (1428 ms) 2: [ RUN ] serial.view_shmem_size_on_device 2: [ OK ] serial.view_shmem_size_on_device (0 ms) 2: [ RUN ] serial.view_is_assignable 2: [ OK ] serial.view_is_assignable (0 ms) 2: [ RUN ] serial.view_copy_tests 2: [ OK ] serial.view_copy_tests (4 ms) 2: [ RUN ] serial.view_copy_tests_rank_0 2: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 2: [ RUN ] serial.view_copy_degenerated 2: [ OK ] serial.view_copy_degenerated (0 ms) 2: [ RUN ] serial.view_empty_runtime_unmanaged 2: [ OK ] serial.view_empty_runtime_unmanaged (0 ms) 2: [ RUN ] serial.view_hooks 2: [ OK ] serial.view_hooks (0 ms) 2: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 2: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (42 ms) 2: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 2: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (39 ms) 2: [ RUN ] serial.view_irregular_layout 2: [ OK ] serial.view_irregular_layout (0 ms) 2: [ RUN ] serial.view_mapping 2: [ OK ] serial.view_mapping (59 ms) 2: [ RUN ] serial.view_mapping_operator 2: [ OK ] serial.view_mapping_operator (1 ms) 2: [ RUN ] serial.static_extent 2: [ OK ] serial.static_extent (0 ms) 2: [ RUN ] serial.view_mapping_atomic 2: [ OK ] serial.view_mapping_atomic (0 ms) 2: [ RUN ] serial.view_mapping_class_value 2: [ OK ] serial.view_mapping_class_value (0 ms) 2: [ RUN ] serial.view_mapping_assignable 2: [ OK ] serial.view_mapping_assignable (0 ms) 2: [ RUN ] serial.view_mapping_trivially_copyable 2: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 2: [ RUN ] serial.view_mapping_subview 2: [ OK ] serial.view_mapping_subview (0 ms) 2: [ RUN ] serial.view_nested_view 2: [ OK ] serial.view_nested_view (0 ms) 2: [ RUN ] serial.append_formatted_multidimensional_index 2: [ OK ] serial.append_formatted_multidimensional_index (0 ms) 2: [ RUN ] serial.view_resize 2: [ OK ] serial.view_resize (2 ms) 2: [ RUN ] serial.view_realloc 2: [ OK ] serial.view_realloc (0 ms) 2: [ RUN ] serial.workgraph_fib 2: [ OK ] serial.workgraph_fib (120 ms) 2: [ RUN ] serial.resize_realloc_no_init 2: [ OK ] serial.resize_realloc_no_init (0 ms) 2: [ RUN ] serial.resize_realloc_no_alloc 2: [ OK ] serial.resize_realloc_no_alloc (0 ms) 2: [ RUN ] serial.realloc_exec_space 2: [ OK ] serial.realloc_exec_space (0 ms) 2: [ RUN ] serial.view_alloc 2: [ OK ] serial.view_alloc (0 ms) 2: [ RUN ] serial.view_alloc_exec_space 2: [ OK ] serial.view_alloc_exec_space (0 ms) 2: [ RUN ] serial.view_alloc_int 2: [ OK ] serial.view_alloc_int (0 ms) 2: [ RUN ] serial.view_alloc_exec_space_int 2: [ OK ] serial.view_alloc_exec_space_int (0 ms) 2: [ RUN ] serial.deep_copy_zero_memset 2: [ OK ] serial.deep_copy_zero_memset (0 ms) 2: [ RUN ] serial.resize_exec_space 2: [ OK ] serial.resize_exec_space (0 ms) 2: [ RUN ] serial.view_allocation_int 2: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestWithoutInitializing.hpp:289: Skipped 2: skipping since the fence checked for isn't necessary 2: [ SKIPPED ] serial.view_allocation_int (0 ms) 2: [ RUN ] serial.view_allocation_exec_space_int 2: [ OK ] serial.view_allocation_exec_space_int (0 ms) 2: [ RUN ] serial.view_not_default_constructible 2: [ OK ] serial.view_not_default_constructible (0 ms) 2: [ RUN ] serial.view_subview_assign_strided 2: [ OK ] serial.view_subview_assign_strided (0 ms) 2: [ RUN ] serial.view_subview_left_0 2: [ OK ] serial.view_subview_left_0 (0 ms) 2: [ RUN ] serial.view_subview_left_1 2: [ OK ] serial.view_subview_left_1 (0 ms) 2: [ RUN ] serial.view_subview_left_2 2: [ OK ] serial.view_subview_left_2 (0 ms) 2: [ RUN ] serial.view_subview_left_3 2: [ OK ] serial.view_subview_left_3 (0 ms) 2: [ RUN ] serial.view_subview_right_0 2: [ OK ] serial.view_subview_right_0 (0 ms) 2: [ RUN ] serial.view_subview_right_1 2: [ OK ] serial.view_subview_right_1 (0 ms) 2: [ RUN ] serial.view_subview_right_3 2: [ OK ] serial.view_subview_right_3 (0 ms) 2: [ RUN ] serial.view_static_tests 2: [ OK ] serial.view_static_tests (0 ms) 2: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 2: [ OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms) 2: [ RUN ] serial.view_subview_layoutright_to_layoutright 2: [ OK ] serial.view_subview_layoutright_to_layoutright (0 ms) 2: [ RUN ] serial.view_subview_1d_assign 2: [ OK ] serial.view_subview_1d_assign (0 ms) 2: [ RUN ] serial.view_subview_1d_assign_atomic 2: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 2: [ RUN ] serial.view_subview_1d_assign_randomaccess 2: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 2: [ RUN ] serial.view_subview_2d_from_3d 2: [ OK ] serial.view_subview_2d_from_3d (3 ms) 2: [ RUN ] serial.view_subview_2d_from_3d_atomic 2: [ OK ] serial.view_subview_2d_from_3d_atomic (4 ms) 2: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 2: [ OK ] serial.view_subview_2d_from_3d_randomaccess (3 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left 2: [ OK ] serial.view_subview_3d_from_5d_left (133 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 2: [ OK ] serial.view_subview_3d_from_5d_left_atomic (133 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 2: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (133 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right 2: [ OK ] serial.view_subview_3d_from_5d_right (135 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 2: [ OK ] serial.view_subview_3d_from_5d_right_atomic (135 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 2: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (134 ms) 2: [ RUN ] serial.view_test_unmanaged_subview_reset 2: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 2: [ RUN ] serial.view_subview_memory_traits_construction 2: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 2: [----------] 115 tests from serial (10448 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 122 tests from 2 test suites ran. (18503 ms total) 2: [ PASSED ] 120 tests. 2: [ SKIPPED ] 2 tests, listed below: 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 2: [ SKIPPED ] serial.view_allocation_int [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o 2/57 Test #2: Kokkos_CoreUnitTest_Serial2 ................... Passed 20.95 sec test 3 Start 3: Kokkos_CoreUnitTest_SerialGraph 3: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_SerialGraph 3: Test timeout computed to be: 1500 [ OK ] cuda.SortWithCustomComparator (3843 ms) [----------] 12 tests from cuda (137743 ms total) [----------] Global test environment tear-down [==========] 12 tests from 1 test suite ran. (137743 ms total) [ PASSED ] 12 tests. 3: [==========] Running 5 tests from 1 test suite. 3: [----------] Global test environment set-up. 3: [----------] 5 tests from serial_count_bugs 3: [ RUN ] serial_count_bugs.launch_one 3: [ OK ] serial_count_bugs.launch_one (0 ms) 3: [ RUN ] serial_count_bugs.launch_one_rvalue 3: [ OK ] serial_count_bugs.launch_one_rvalue (0 ms) 3: [ RUN ] serial_count_bugs.launch_six 3: [ OK ] serial_count_bugs.launch_six (0 ms) 3: [ RUN ] serial_count_bugs.when_all_cycle 3: [ OK ] serial_count_bugs.when_all_cycle (0 ms) 3: [ RUN ] serial_count_bugs.zero_work_reduce 3: [ OK ] serial_count_bugs.zero_work_reduce (0 ms) 3: [----------] 5 tests from serial_count_bugs (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 5 tests from 1 test suite ran. (0 ms total) 3: [ PASSED ] 5 tests. 3: 3: YOU HAVE 1 DISABLED TEST 3: 3/57 Test #3: Kokkos_CoreUnitTest_SerialGraph ............... Passed 2.43 sec test 4 Start 4: Kokkos_CoreUnitTest_SYCL1A 4: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_SYCL1A 4: Test timeout computed to be: 1500 4: [==========] Running 107 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 3 tests from sycl_DeathTest 4: [ RUN ] sycl_DeathTest.abort_from_host 4: [ OK ] sycl_DeathTest.abort_from_host (617 ms) 4: [ RUN ] sycl_DeathTest.abort_from_device 4: [ OK ] sycl_DeathTest.abort_from_device (22 ms) 4: [ RUN ] sycl_DeathTest.checked_integer_operations_multiply_overflow_abort 4: [ OK ] sycl_DeathTest.checked_integer_operations_multiply_overflow_abort (634 ms) 4: [----------] 3 tests from sycl_DeathTest (1274 ms total) 4: 4: [----------] 104 tests from sycl 4: [ RUN ] sycl.array_capacity 4: [ OK ] sycl.array_capacity (0 ms) 4: [ RUN ] sycl.array_element_access 4: [ OK ] sycl.array_element_access (0 ms) 4: [ RUN ] sycl.array_zero_capacity 4: [ OK ] sycl.array_zero_capacity (0 ms) 4: [ RUN ] sycl.array_zero_data_nullptr 4: [ OK ] sycl.array_zero_data_nullptr (0 ms) 4: [ RUN ] sycl.array_contiguous_capacity 4: [ OK ] sycl.array_contiguous_capacity (0 ms) 4: [ RUN ] sycl.array_contiguous_element_access 4: [ OK ] sycl.array_contiguous_element_access (0 ms) 4: [ RUN ] sycl.array_contiguous_assignment 4: [ OK ] sycl.array_contiguous_assignment (0 ms) 4: [ RUN ] sycl.array_strided_capacity 4: [ OK ] sycl.array_strided_capacity (0 ms) 4: [ RUN ] sycl.array_strided_element_access 4: [ OK ] sycl.array_strided_element_access (0 ms) 4: [ RUN ] sycl.array_strided_assignment 4: [ OK ] sycl.array_strided_assignment (0 ms) 4: [ RUN ] sycl.atomic_operations_complexdouble 4: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestAtomicOperations_complexdouble.hpp:26: Skipped 4: skipping since device_global variables are not available 4: [ SKIPPED ] sycl.atomic_operations_complexdouble (0 ms) 4: [ RUN ] sycl.atomic_operations_complexfloat 4: [ OK ] sycl.atomic_operations_complexfloat (12 ms) 4: [ RUN ] sycl.atomic_operations_double 4: [ OK ] sycl.atomic_operations_double (9 ms) 4: [ RUN ] sycl.atomic_operations_float 4: [ OK ] sycl.atomic_operations_float (7 ms) 4: [ RUN ] sycl.atomic_operations_int 4: [ OK ] sycl.atomic_operations_int (20 ms) 4: [ RUN ] sycl.atomic_operations_long 4: [ OK ] sycl.atomic_operations_long (20 ms) 4: [ RUN ] sycl.atomic_operations_longlong 4: [ OK ] sycl.atomic_operations_longlong (20 ms) 4: [ RUN ] sycl.atomic_operations_unsigned 4: [ OK ] sycl.atomic_operations_unsigned (18 ms) 4: [ RUN ] sycl.atomic_operations_unsignedlong 4: [ OK ] sycl.atomic_operations_unsignedlong (18 ms) 4: [ RUN ] sycl.atomics 4: [ OK ] sycl.atomics (251 ms) 4: [ RUN ] sycl.atomics_tpetra_max_abs 4: [ OK ] sycl.atomics_tpetra_max_abs (0 ms) 4: [ RUN ] sycl.atomic_views_integral 4: [ OK ] hip.atomic_views_integral (18160 ms) 4: [ RUN ] hip.atomic_views_nonintegral 4: [ OK ] sycl.atomic_views_integral (12770 ms) 4: [ RUN ] sycl.atomic_views_nonintegral 4: [ OK ] sycl.atomic_views_nonintegral (95 ms) 4: [ RUN ] sycl.atomic_view_api 4: [ OK ] sycl.atomic_view_api (0 ms) 4: [ RUN ] sycl.bit_manip_countl_zero 4: [ OK ] sycl.bit_manip_countl_zero (2 ms) 4: [ RUN ] sycl.bit_manip_countl_one 4: [ OK ] sycl.bit_manip_countl_one (2 ms) 4: [ RUN ] sycl.bit_manip_countr_zero 4: [ OK ] sycl.bit_manip_countr_zero (2 ms) 4: [ RUN ] sycl.bit_manip_countr_one 4: [ OK ] sycl.bit_manip_countr_one (2 ms) 4: [ RUN ] sycl.bit_manip_popcount 4: [ OK ] sycl.bit_manip_popcount (2 ms) 4: [ RUN ] sycl.bit_manip_has_single_bit 4: [ OK ] sycl.bit_manip_has_single_bit (3 ms) 4: [ RUN ] sycl.bit_manip_bit_floor 4: [ OK ] sycl.bit_manip_bit_floor (3 ms) 4: [ RUN ] sycl.bit_manip_bit_ceil 4: [ OK ] sycl.bit_manip_bit_ceil (3 ms) 4: [ RUN ] sycl.bit_manip_bit_width 4: [ OK ] sycl.bit_manip_bit_width (3 ms) 4: [ RUN ] sycl.bit_manip_rotl 4: [ OK ] sycl.bit_manip_rotl (3 ms) 4: [ RUN ] sycl.bit_manip_rotr 4: [ OK ] sycl.bit_manip_rotr (3 ms) 4: [ RUN ] sycl.bit_manip_byeswap 4: [ OK ] sycl.bit_manip_byeswap (3 ms) 4: [ RUN ] sycl.bit_manip_bit_cast 4: [ OK ] sycl.bit_manip_bit_cast (0 ms) 4: [ RUN ] sycl.test_block_deduction_bug_pr_3103 4: [ OK ] sycl.test_block_deduction_bug_pr_3103 (0 ms) 4: [ RUN ] sycl.checked_integer_operations_multiply_overflow 4: [ OK ] sycl.checked_integer_operations_multiply_overflow (0 ms) 4: [ RUN ] sycl.execution_policy_occupancy_and_hint 4: [ OK ] sycl.execution_policy_occupancy_and_hint (0 ms) 4: [ RUN ] sycl.complex_construction 4: [ OK ] sycl.complex_construction (1 ms) 4: [ RUN ] sycl.complex_basic_math 4: [ OK ] sycl.complex_basic_math (0 ms) 4: [ RUN ] sycl.complex_special_funtions 4: [ OK ] sycl.complex_special_funtions (0 ms) 4: [ RUN ] sycl.complex_io 4: [ OK ] sycl.complex_io (0 ms) 4: [ RUN ] sycl.complex_trivially_copyable 4: [ OK ] sycl.complex_trivially_copyable (0 ms) 4: [ RUN ] sycl.complex_issue_3865 4: [ OK ] sycl.complex_issue_3865 (0 ms) 4: [ RUN ] sycl.complex_operations_arithmetic_types_overloads 4: [ OK ] sycl.complex_operations_arithmetic_types_overloads (0 ms) 4: [ RUN ] sycl.crs_count_fill 4: [ OK ] sycl.crs_count_fill (3 ms) 4: [ RUN ] sycl.crs_copy_constructor 4: [ OK ] sycl.crs_copy_constructor (8 ms) 4: [ RUN ] sycl.deep_copy_alignment 4: [ OK ] sycl.deep_copy_alignment (5 ms) 4: [ RUN ] sycl.deep_copy_conversion 4: [ OK ] sycl.deep_copy_conversion (19 ms) 4: [ RUN ] sycl.partitioning_by_args 4: [ OK ] sycl.partitioning_by_args (2 ms) 4: [ RUN ] sycl.partitioning_by_vector 4: [ OK ] sycl.partitioning_by_vector (1 ms) 4: [ RUN ] sycl.execution_space_as_class_data_member 4: [ OK ] sycl.execution_space_as_class_data_member (0 ms) 4: [ RUN ] sycl.functor_analysis 4: [ OK ] sycl.functor_analysis (0 ms) 4: [ RUN ] sycl.host_shared_ptr_use_count 4: [ OK ] sycl.host_shared_ptr_use_count (0 ms) 4: [ RUN ] sycl.host_shared_ptr_get 4: [ OK ] sycl.host_shared_ptr_get (0 ms) 4: [ RUN ] sycl.host_shared_ptr_dereference_on_device 4: [ OK ] sycl.host_shared_ptr_dereference_on_device (0 ms) 4: [ RUN ] sycl.host_shared_ptr_special_members_on_device 4: [ OK ] sycl.host_shared_ptr_special_members_on_device (0 ms) 4: [ RUN ] sycl.host_shared_ptr_tracking 4: [ OK ] sycl.host_shared_ptr_tracking (2 ms) 4: [ RUN ] sycl.init 4: [ OK ] sycl.init (0 ms) 4: [ RUN ] sycl.dispatch 4: [ OK ] sycl.dispatch (62 ms) 4: [ RUN ] sycl.join_backward_compatibility 4: [ OK ] sycl.join_backward_compatibility (0 ms) 4: [ RUN ] sycl.local_deepcopy_teampolicy_layoutleft 4: [ OK ] sycl.local_deepcopy_teampolicy_layoutleft (845 ms) 4: [ RUN ] sycl.local_deepcopy_rangepolicy_layoutleft [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o 4: [ OK ] sycl.local_deepcopy_rangepolicy_layoutleft (1926 ms) 4: [ RUN ] sycl.local_deepcopy_teampolicy_layoutright 4: [ OK ] sycl.local_deepcopy_teampolicy_layoutright (828 ms) 4: [ RUN ] sycl.local_deepcopy_rangepolicy_layoutright 4: [ OK ] sycl.local_deepcopy_rangepolicy_layoutright (1247 ms) 4: [ RUN ] sycl.deep_copy_scratch 4: [ OK ] sycl.deep_copy_scratch (1 ms) 4: [ RUN ] sycl.mathematical_constants_e 4: [ OK ] sycl.mathematical_constants_e (0 ms) 4: [ RUN ] sycl.mathematical_constants_log2e 4: [ OK ] sycl.mathematical_constants_log2e (0 ms) 4: [ RUN ] sycl.mathematical_constants_log10e 4: [ OK ] sycl.mathematical_constants_log10e (0 ms) 4: [ RUN ] sycl.mathematical_constants_pi 4: [ OK ] sycl.mathematical_constants_pi (0 ms) 4: [ RUN ] sycl.mathematical_constants_inv_pi 4: [ OK ] sycl.mathematical_constants_inv_pi (0 ms) 4: [ RUN ] sycl.mathematical_constants_inv_sqrtpi 4: [ OK ] sycl.mathematical_constants_inv_sqrtpi (0 ms) 4: [ RUN ] sycl.mathematical_constants_ln2 4: [ OK ] sycl.mathematical_constants_ln2 (0 ms) 4: [ RUN ] sycl.mathematical_constants_ln10 4: [ OK ] sycl.mathematical_constants_ln10 (0 ms) 4: [ RUN ] sycl.mathematical_constants_sqrt2 4: [ OK ] sycl.mathematical_constants_sqrt2 (0 ms) 4: [ RUN ] sycl.mathematical_constants_sqrt3 4: [ OK ] sycl.mathematical_constants_sqrt3 (0 ms) 4: [ RUN ] sycl.mathematical_constants_inv_sqrt3 4: [ OK ] sycl.mathematical_constants_inv_sqrt3 (0 ms) 4: [ RUN ] sycl.mathematical_constants_egamma 4: [ OK ] sycl.mathematical_constants_egamma (0 ms) 4: [ RUN ] sycl.mathematical_constants_phi 4: [ OK ] sycl.mathematical_constants_phi (0 ms) 4: [ RUN ] sycl.mathematical_functions_trigonometric_functions 4: [ OK ] sycl.mathematical_functions_trigonometric_functions (52 ms) 4: [ RUN ] sycl.mathematical_functions_hyperbolic_functions 4: [ OK ] sycl.mathematical_functions_hyperbolic_functions (42 ms) 4: [ RUN ] sycl.mathematical_functions_non_standard 4: [ OK ] sycl.mathematical_functions_non_standard (5 ms) 4: [ RUN ] sycl.mathematical_functions_power_functions 4: [ OK ] sycl.mathematical_functions_power_functions (17 ms) 4: [ RUN ] sycl.mathematical_functions_fma 4: [ OK ] sycl.mathematical_functions_fma (1 ms) 4: [ RUN ] sycl.mathematical_functions_error_and_gamma_functions 4: [ OK ] sycl.mathematical_functions_error_and_gamma_functions (30 ms) 4: [ RUN ] sycl.mathematical_functions_nearest_interger_floating_point_operations 4: [ OK ] sycl.mathematical_functions_nearest_interger_floating_point_operations (26 ms) 4: [ RUN ] sycl.mathematical_functions_floating_point_manipulation_functions 4: [ OK ] sycl.mathematical_functions_floating_point_manipulation_functions (10 ms) 4: [ RUN ] sycl.mathematical_functions_absolute_value 4: [ OK ] sycl.mathematical_functions_absolute_value (0 ms) 4: [ RUN ] sycl.mathematical_functions_floating_point_absolute_value 4: [ OK ] sycl.mathematical_functions_floating_point_absolute_value (0 ms) 4: [ RUN ] sycl.mathematical_functions_remainder_function 4: [ OK ] sycl.mathematical_functions_remainder_function (0 ms) 4: [ RUN ] sycl.mathematical_functions_isfinite 4: [ OK ] sycl.mathematical_functions_isfinite (0 ms) 4: [ RUN ] sycl.mathematical_functions_isinf 4: [ OK ] sycl.mathematical_functions_isinf (0 ms) 4: [ RUN ] sycl.mathematical_functions_isnan 4: [ OK ] sycl.mathematical_functions_isnan (0 ms) 4: [ RUN ] sycl.mathematical_functions_exponential_functions 4: [ OK ] sycl.mathematical_functions_exponential_functions (53 ms) 4: [ RUN ] sycl.mathspecialfunc_expint1 4: [ OK ] sycl.mathspecialfunc_expint1 (0 ms) 4: [ RUN ] sycl.mathspecialfunc_errorfunc 4: [ OK ] sycl.mathspecialfunc_errorfunc (1 ms) 4: [ RUN ] sycl.mathspecialfunc_cbesselj0y0 4: [ OK ] sycl.mathspecialfunc_cbesselj0y0 (24 ms) 4: [ RUN ] sycl.mathspecialfunc_cbesselj1y1 4: [ OK ] sycl.mathspecialfunc_cbesselj1y1 (24 ms) 4: [ RUN ] sycl.mathspecialfunc_cbesseli0k0 4: [ OK ] sycl.mathspecialfunc_cbesseli0k0 (1 ms) 4: [ RUN ] sycl.mathspecialfunc_cbesseli1k1 4: [ OK ] sycl.mathspecialfunc_cbesseli1k1 (1 ms) 4: [ RUN ] sycl.mathspecialfunc_cbesselh1stkind 4: [ OK ] sycl.mathspecialfunc_cbesselh1stkind (2 ms) 4: [ RUN ] sycl.mathspecialfunc_cbesselh2ndkind 4: [ OK ] sycl.mathspecialfunc_cbesselh2ndkind (1 ms) 4: [----------] 104 tests from sycl (18555 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 107 tests from 2 test suites ran. (19829 ms total) 4: [ PASSED ] 106 tests. 4: [ SKIPPED ] 1 test, listed below: 4: [ SKIPPED ] sycl.atomic_operations_complexdouble 4/57 Test #4: Kokkos_CoreUnitTest_SYCL1A .................... Passed 22.53 sec test 5 Start 5: Kokkos_CoreUnitTest_SYCL1B 5: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_SYCL1B 5: Test timeout computed to be: 1500 4: [ OK ] hip.atomic_views_nonintegral (12526 ms) 4: [ RUN ] hip.atomic_view_api 4: [ OK ] hip.atomic_view_api (0 ms) 4: [ RUN ] hip.bit_manip_countl_zero 4: [ OK ] hip.bit_manip_countl_zero (9 ms) 4: [ RUN ] hip.bit_manip_countl_one 4: [ OK ] hip.bit_manip_countl_one (0 ms) 4: [ RUN ] hip.bit_manip_countr_zero 4: [ OK ] hip.bit_manip_countr_zero (0 ms) 4: [ RUN ] hip.bit_manip_countr_one 4: [ OK ] hip.bit_manip_countr_one (0 ms) 4: [ RUN ] hip.bit_manip_popcount 4: [ OK ] hip.bit_manip_popcount (0 ms) 4: [ RUN ] hip.bit_manip_has_single_bit 4: [ OK ] hip.bit_manip_has_single_bit (0 ms) 4: [ RUN ] hip.bit_manip_bit_floor 4: [ OK ] hip.bit_manip_bit_floor (0 ms) 4: [ RUN ] hip.bit_manip_bit_ceil 4: [ OK ] hip.bit_manip_bit_ceil (0 ms) 4: [ RUN ] hip.bit_manip_bit_width 4: [ OK ] hip.bit_manip_bit_width (0 ms) 4: [ RUN ] hip.bit_manip_rotl 4: [ OK ] hip.bit_manip_rotl (1 ms) 4: [ RUN ] hip.bit_manip_rotr 4: [ OK ] hip.bit_manip_rotr (0 ms) 4: [ RUN ] hip.bit_manip_byeswap 4: [ OK ] hip.bit_manip_byeswap (0 ms) 4: [ RUN ] hip.bit_manip_bit_cast 4: [ OK ] hip.bit_manip_bit_cast (0 ms) 4: [ RUN ] hip.test_block_deduction_bug_pr_3103 4: [ OK ] hip.test_block_deduction_bug_pr_3103 (0 ms) 4: [ RUN ] hip.checked_integer_operations_multiply_overflow 4: [ OK ] hip.checked_integer_operations_multiply_overflow (0 ms) 4: [ RUN ] hip.execution_policy_occupancy_and_hint 4: [ OK ] hip.execution_policy_occupancy_and_hint (0 ms) 4: [ RUN ] hip.complex_construction 4: [ OK ] hip.complex_construction (1 ms) 4: [ RUN ] hip.complex_basic_math 4: [ OK ] hip.complex_basic_math (0 ms) 4: [ RUN ] hip.complex_special_funtions 4: [ OK ] hip.complex_special_funtions (0 ms) 4: [ RUN ] hip.complex_io 4: [ OK ] hip.complex_io (0 ms) 4: [ RUN ] hip.complex_trivially_copyable 4: [ OK ] hip.complex_trivially_copyable (0 ms) 4: [ RUN ] hip.complex_issue_3865 4: [ OK ] hip.complex_issue_3865 (0 ms) 4: [ RUN ] hip.complex_operations_arithmetic_types_overloads 4: [ OK ] hip.complex_operations_arithmetic_types_overloads (0 ms) 4: [ RUN ] hip.crs_count_fill 4: [ OK ] hip.crs_count_fill (3 ms) 4: [ RUN ] hip.crs_copy_constructor 4: [ OK ] hip.crs_copy_constructor (6 ms) 4: [ RUN ] hip.deep_copy_alignment 4: [ OK ] hip.deep_copy_alignment (8 ms) 4: [ RUN ] hip.deep_copy_conversion 4: [ OK ] hip.deep_copy_conversion (878 ms) 4: [ RUN ] hip.partitioning_by_args 4: [ OK ] hip.partitioning_by_args (28 ms) 4: [ RUN ] hip.partitioning_by_vector 4: [ OK ] hip.partitioning_by_vector (24 ms) 4: [ RUN ] hip.execution_space_as_class_data_member 4: [ OK ] hip.execution_space_as_class_data_member (0 ms) 4: [ RUN ] hip.functor_analysis 4: [ OK ] hip.functor_analysis (0 ms) 4: [ RUN ] hip.host_shared_ptr_use_count 4: [ OK ] hip.host_shared_ptr_use_count (0 ms) 4: [ RUN ] hip.host_shared_ptr_get 4: [ OK ] hip.host_shared_ptr_get (0 ms) 4: [ RUN ] hip.host_shared_ptr_dereference_on_device 4: [ OK ] hip.host_shared_ptr_dereference_on_device (0 ms) 4: [ RUN ] hip.host_shared_ptr_special_members_on_device 4: [ OK ] hip.host_shared_ptr_special_members_on_device (0 ms) 4: [ RUN ] hip.host_shared_ptr_tracking 4: 4: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 4: does not support page migration between device and host. 4: HIPManagedSpace might not work as expected. 4: Please refer to the ROCm documentation on unified/managed memory. 4: [ OK ] hip.host_shared_ptr_tracking (0 ms) 4: [ RUN ] hip.init 4: [ OK ] hip.init (0 ms) 4: [ RUN ] hip.dispatch 4: [ OK ] hip.dispatch (21 ms) 4: [ RUN ] hip.join_backward_compatibility 4: [ OK ] hip.join_backward_compatibility (0 ms) 4: [ RUN ] hip.local_deepcopy_teampolicy_layoutleft 4: [ OK ] hip.local_deepcopy_teampolicy_layoutleft (619 ms) 4: [ RUN ] hip.local_deepcopy_rangepolicy_layoutleft 5: [==========] Running 74 tests from 2 test suites. 5: [----------] Global test environment set-up. 5: [----------] 4 tests from sycl_DeathTest 5: [ RUN ] sycl_DeathTest.policy_bounds_unsafe_narrowing_conversions 5: [ OK ] sycl_DeathTest.policy_bounds_unsafe_narrowing_conversions (608 ms) 5: [ RUN ] sycl_DeathTest.policy_invalid_bounds 4: [ OK ] hip.local_deepcopy_rangepolicy_layoutleft (2005 ms) 4: [ RUN ] hip.local_deepcopy_teampolicy_layoutright 5: [ OK ] sycl_DeathTest.policy_invalid_bounds (612 ms) 5: [ RUN ] sycl_DeathTest.range_policy_invalid_bounds 5: 5: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 5: 5: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 4: [ OK ] hip.local_deepcopy_teampolicy_layoutright (584 ms) 4: [ RUN ] hip.local_deepcopy_rangepolicy_layoutright 5: [ OK ] sycl_DeathTest.range_policy_invalid_bounds (695 ms) 5: [ RUN ] sycl_DeathTest.range_policy_implicitly_converted_bounds 5: 5: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 5: 5: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 5: 5: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 5: 5: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 5: [ OK ] sycl_DeathTest.range_policy_implicitly_converted_bounds (1290 ms) 5: [----------] 4 tests from sycl_DeathTest (3206 ms total) 5: 5: [----------] 70 tests from sycl 5: [ RUN ] sycl.mdrange_5d [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o 5: [ OK ] sycl.mdrange_5d (26 ms) 5: [ RUN ] sycl.mdrange_6d 5: [ OK ] sycl.mdrange_6d (19 ms) 5: [ RUN ] sycl.mdrange_2d 5: [ OK ] sycl.mdrange_2d (3 ms) 5: [ RUN ] sycl.mdrange_array_reduce 5: [ OK ] sycl.mdrange_array_reduce (0 ms) 5: [ RUN ] sycl.mdrange_3d 5: [ OK ] sycl.mdrange_3d (7 ms) 5: [ RUN ] sycl.mdrange_neg_idx 5: [ OK ] sycl.mdrange_neg_idx (2 ms) 5: [ RUN ] sycl.mdrange_4d 5: [ OK ] sycl.mdrange_4d (5 ms) 5: [ RUN ] sycl.mdrange_scalar 5: [ OK ] sycl.mdrange_scalar (0 ms) 5: [ RUN ] sycl.mdrange_large_deep_copy 5: [ OK ] sycl.mdrange_large_deep_copy (9 ms) 5: [ RUN ] sycl.md_range_policy_construction_from_arrays 5: [ OK ] sycl.md_range_policy_construction_from_arrays (0 ms) 5: [ RUN ] sycl.mdrange_parallel_reduce_primitive_types 4: [ OK ] hip.local_deepcopy_rangepolicy_layoutright (1443 ms) 4: [ RUN ] hip.deep_copy_scratch 4: [ OK ] hip.deep_copy_scratch (0 ms) 4: [ RUN ] hip.mathematical_constants_e 4: [ OK ] hip.mathematical_constants_e (2 ms) 4: [ RUN ] hip.mathematical_constants_log2e 4: [ OK ] hip.mathematical_constants_log2e (0 ms) 4: [ RUN ] hip.mathematical_constants_log10e 4: [ OK ] hip.mathematical_constants_log10e (0 ms) 4: [ RUN ] hip.mathematical_constants_pi 4: [ OK ] hip.mathematical_constants_pi (0 ms) 4: [ RUN ] hip.mathematical_constants_inv_pi 4: [ OK ] hip.mathematical_constants_inv_pi (0 ms) 4: [ RUN ] hip.mathematical_constants_inv_sqrtpi 4: [ OK ] hip.mathematical_constants_inv_sqrtpi (0 ms) 4: [ RUN ] hip.mathematical_constants_ln2 4: [ OK ] hip.mathematical_constants_ln2 (0 ms) 4: [ RUN ] hip.mathematical_constants_ln10 4: [ OK ] hip.mathematical_constants_ln10 (0 ms) 4: [ RUN ] hip.mathematical_constants_sqrt2 4: [ OK ] hip.mathematical_constants_sqrt2 (0 ms) 4: [ RUN ] hip.mathematical_constants_sqrt3 4: [ OK ] hip.mathematical_constants_sqrt3 (0 ms) 4: [ RUN ] hip.mathematical_constants_inv_sqrt3 4: [ OK ] hip.mathematical_constants_inv_sqrt3 (0 ms) 4: [ RUN ] hip.mathematical_constants_egamma 4: [ OK ] hip.mathematical_constants_egamma (0 ms) 4: [ RUN ] hip.mathematical_constants_phi 4: [ OK ] hip.mathematical_constants_phi (0 ms) 4: [ RUN ] hip.mathematical_functions_trigonometric_functions 4: [ OK ] hip.mathematical_functions_trigonometric_functions (26 ms) 4: [ RUN ] hip.mathematical_functions_hyperbolic_functions 4: [ OK ] hip.mathematical_functions_hyperbolic_functions (3 ms) 4: [ RUN ] hip.mathematical_functions_non_standard 4: [ OK ] hip.mathematical_functions_non_standard (0 ms) 4: [ RUN ] hip.mathematical_functions_power_functions 4: [ OK ] hip.mathematical_functions_power_functions (24 ms) 4: [ RUN ] hip.mathematical_functions_fma 4: [ OK ] hip.mathematical_functions_fma (0 ms) 4: [ RUN ] hip.mathematical_functions_error_and_gamma_functions 4: [ OK ] hip.mathematical_functions_error_and_gamma_functions (2 ms) 4: [ RUN ] hip.mathematical_functions_nearest_interger_floating_point_operations 4: [ OK ] hip.mathematical_functions_nearest_interger_floating_point_operations (2 ms) 4: [ RUN ] hip.mathematical_functions_floating_point_manipulation_functions 4: [ OK ] hip.mathematical_functions_floating_point_manipulation_functions (1 ms) 4: [ RUN ] hip.mathematical_functions_absolute_value 4: [ OK ] hip.mathematical_functions_absolute_value (0 ms) 4: [ RUN ] hip.mathematical_functions_floating_point_absolute_value 4: [ OK ] hip.mathematical_functions_floating_point_absolute_value (0 ms) 4: [ RUN ] hip.mathematical_functions_remainder_function 4: [ OK ] hip.mathematical_functions_remainder_function (0 ms) 4: [ RUN ] hip.mathematical_functions_isfinite 4: [ OK ] hip.mathematical_functions_isfinite (0 ms) 4: [ RUN ] hip.mathematical_functions_isinf 4: [ OK ] hip.mathematical_functions_isinf (0 ms) 4: [ RUN ] hip.mathematical_functions_isnan 4: [ OK ] hip.mathematical_functions_isnan (0 ms) 4: [ RUN ] hip.mathematical_functions_exponential_functions 4: [ OK ] hip.mathematical_functions_exponential_functions (12 ms) 4: [ RUN ] hip.mathspecialfunc_expint1 4: [ OK ] hip.mathspecialfunc_expint1 (7 ms) 4: [ RUN ] hip.mathspecialfunc_errorfunc 4: [ OK ] hip.mathspecialfunc_errorfunc (0 ms) 4: [ RUN ] hip.mathspecialfunc_cbesselj0y0 4: [ OK ] hip.mathspecialfunc_cbesselj0y0 (28 ms) 4: [ RUN ] hip.mathspecialfunc_cbesselj1y1 4: [ OK ] hip.mathspecialfunc_cbesselj1y1 (29 ms) 4: [ RUN ] hip.mathspecialfunc_cbesseli0k0 4: [ OK ] hip.mathspecialfunc_cbesseli0k0 (1 ms) 4: [ RUN ] hip.mathspecialfunc_cbesseli1k1 4: [ OK ] hip.mathspecialfunc_cbesseli1k1 (1 ms) 4: [ RUN ] hip.mathspecialfunc_cbesselh1stkind 4: [ OK ] hip.mathspecialfunc_cbesselh1stkind (1 ms) 4: [ RUN ] hip.mathspecialfunc_cbesselh2ndkind 4: [ OK ] hip.mathspecialfunc_cbesselh2ndkind (1 ms) 4: [ RUN ] hip.mdrange_5d 4: [ OK ] hip.mdrange_5d (14 ms) 4: [ RUN ] hip.mdrange_6d 4: [ OK ] hip.mdrange_6d (30 ms) 4: [ RUN ] hip.mdrange_2d 4: [ OK ] hip.mdrange_2d (6 ms) 4: [ RUN ] hip.mdrange_array_reduce 4: [ OK ] hip.mdrange_array_reduce (0 ms) 4: [ RUN ] hip.mdrange_3d 4: [ OK ] hip.mdrange_3d (9 ms) 4: [ RUN ] hip.mdrange_neg_idx 4: [ OK ] hip.mdrange_neg_idx (2 ms) 4: [ RUN ] hip.mdrange_4d 4: [ OK ] hip.mdrange_4d (7 ms) 4: [ RUN ] hip.mdrange_scalar 4: [ OK ] hip.mdrange_scalar (0 ms) 4: [ RUN ] hip.mdrange_large_deep_copy 4: [ OK ] hip.mdrange_large_deep_copy (78 ms) 4: [ RUN ] hip.md_range_policy_construction_from_arrays 4: [ OK ] hip.md_range_policy_construction_from_arrays (0 ms) 4: [ RUN ] hip.mdrange_parallel_reduce_primitive_types [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o 5: [ OK ] sycl.mdrange_parallel_reduce_primitive_types (2140 ms) 5: [ RUN ] sycl.mdspan_minimal_functional 5: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestMDSpan.hpp:57: Skipped 5: mdspan not enabled 5: [ SKIPPED ] sycl.mdspan_minimal_functional (0 ms) 5: [ RUN ] sycl.max 5: [ OK ] sycl.max (0 ms) 5: [ RUN ] sycl.max_within_parfor 5: [ OK ] sycl.max_within_parfor (0 ms) 5: [ RUN ] sycl.min 5: [ OK ] sycl.min (0 ms) 5: [ RUN ] sycl.min_within_parfor 5: [ OK ] sycl.min_within_parfor (0 ms) 5: [ RUN ] sycl.minmax 5: [ OK ] sycl.minmax (0 ms) 5: [ RUN ] sycl.minmax_within_parfor 5: [ OK ] sycl.minmax_within_parfor (0 ms) 5: [ RUN ] sycl.clamp 5: [ OK ] sycl.clamp (0 ms) 5: [ RUN ] sycl.clamp_within_parfor 5: [ OK ] sycl.clamp_within_parfor (0 ms) 5: [ RUN ] sycl.numeric_traits_infinity 5: [ OK ] sycl.numeric_traits_infinity (0 ms) 5: [ RUN ] sycl.numeric_traits_epsilon 5: [ OK ] sycl.numeric_traits_epsilon (0 ms) 5: [ RUN ] sycl.numeric_traits_round_error 5: [ OK ] sycl.numeric_traits_round_error (0 ms) 5: [ RUN ] sycl.numeric_traits_norm_min 5: [ OK ] sycl.numeric_traits_norm_min (0 ms) 5: [ RUN ] sycl.numeric_traits_denorm_min 5: [ OK ] sycl.numeric_traits_denorm_min (0 ms) 5: [ RUN ] sycl.numeric_traits_finite_min_max 5: [ OK ] sycl.numeric_traits_finite_min_max (2 ms) 5: [ RUN ] sycl.numeric_traits_digits 5: [ OK ] sycl.numeric_traits_digits (1 ms) 5: [ RUN ] sycl.numeric_traits_digits10 5: [ OK ] sycl.numeric_traits_digits10 (1 ms) 5: [ RUN ] sycl.numeric_traits_max_digits10 5: [ OK ] sycl.numeric_traits_max_digits10 (0 ms) 5: [ RUN ] sycl.numeric_traits_radix 5: [ OK ] sycl.numeric_traits_radix (1 ms) 5: [ RUN ] sycl.numeric_traits_min_max_exponent 5: [ OK ] sycl.numeric_traits_min_max_exponent (0 ms) 5: [ RUN ] sycl.numeric_traits_min_max_exponent10 5: [ OK ] sycl.numeric_traits_min_max_exponent10 (0 ms) 5: [ RUN ] sycl.numeric_traits_quiet_and_signaling_nan 5: [ OK ] sycl.numeric_traits_quiet_and_signaling_nan (0 ms) 5: [ RUN ] sycl.numeric_traits_sfinae_friendly 5: [ OK ] sycl.numeric_traits_sfinae_friendly (0 ms) 5: [ RUN ] sycl.occupancy_control 5: [ OK ] sycl.occupancy_control (1 ms) 5: [ RUN ] sycl.view_aggregate 5: [ OK ] sycl.view_aggregate (0 ms) 5: [ RUN ] sycl.memory_pool 5: [ OK ] sycl.memory_pool (48 ms) 5: [ RUN ] sycl.cxx11 5: [ OK ] sycl.cxx11 (1 ms) 5: [ RUN ] sycl.viewctorprop_embedded_dim 5: [ OK ] sycl.viewctorprop_embedded_dim (0 ms) 5: [ RUN ] sycl.viewctorpop_view_allocate_without_initializing_backward_compatility 5: [ OK ] sycl.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 5: [ RUN ] sycl.view_layouttiled 5: [ OK ] sycl.view_layouttiled (2 ms) 5: [ RUN ] sycl.view_layouttiled_subtile 5: [ OK ] sycl.view_layouttiled_subtile (0 ms) 5: [ RUN ] sycl.parallel_scan_range_policy 5: [ OK ] sycl.parallel_scan_range_policy (37 ms) 5: [ RUN ] sycl.kokkos_printf 5: [ OK ] sycl.kokkos_printf (15 ms) 5: [ RUN ] sycl.range_for 5: [ OK ] sycl.range_for (1 ms) 5: [ RUN ] sycl.range_reduce 5: [ OK ] sycl.range_reduce (2 ms) 5: [ RUN ] sycl.range_dynamic_policy 5: [ OK ] sycl.range_dynamic_policy (0 ms) 5: [ RUN ] sycl.range_policy_runtime_parameters 5: [ OK ] sycl.range_policy_runtime_parameters (0 ms) 5: [ RUN ] sycl.range_for_require 5: [ OK ] sycl.range_for_require (1 ms) 5: [ RUN ] sycl.range_reduce_require 5: [ OK ] sycl.range_reduce_require (1 ms) 5: [ RUN ] sycl.range_dynamic_policy_require 5: [ OK ] sycl.range_dynamic_policy_require (0 ms) 5: [ RUN ] sycl.reducers_int 5: [ OK ] sycl.reducers_int (9 ms) 5: [ RUN ] sycl.reducers_double 5: [ OK ] sycl.reducers_double (7 ms) 5: [ RUN ] sycl.reducers_complex_double 5: [ OK ] sycl.reducers_complex_double (3 ms) 5: [ RUN ] sycl.reducers_struct 5: [ OK ] sycl.reducers_struct (12 ms) 5: [ RUN ] sycl.reducers_half_t 5: [ OK ] sycl.reducers_half_t (5 ms) 5: [ RUN ] sycl.reducers_bhalf_t 5: [ OK ] sycl.reducers_bhalf_t (5 ms) 5: [ RUN ] sycl.reducers_int8_t 5: [ OK ] sycl.reducers_int8_t (4 ms) 5: [ RUN ] sycl.reducers_int16_t 5: [ OK ] sycl.reducers_int16_t (4 ms) 5: [ RUN ] sycl.reducers_point_t 5: [ OK ] sycl.reducers_point_t (3 ms) 5: [ RUN ] sycl.reducers_bool 5: [ OK ] sycl.reducers_bool (1 ms) 5: [ RUN ] sycl.int_combined_reduce 5: [ OK ] sycl.int_combined_reduce (0 ms) 5: [ RUN ] sycl.mdrange_combined_reduce 5: [ OK ] sycl.mdrange_combined_reduce (0 ms) 5: [ RUN ] sycl.int_combined_reduce_mixed 5: [ OK ] sycl.int_combined_reduce_mixed (0 ms) 5: [ RUN ] sycl.reduction_deduction 5: [ OK ] sycl.reduction_deduction (0 ms) 5: [ RUN ] sycl.reduce_device_view_range_policy 5: [ OK ] sycl.reduce_device_view_range_policy (3 ms) 5: [ RUN ] sycl.reduce_device_view_mdrange_policy 5: [ OK ] sycl.reduce_device_view_mdrange_policy (576 ms) 5: [ RUN ] sycl.reduce_device_view_team_policy 5: [ OK ] sycl.reduce_device_view_team_policy (3 ms) 5: [ RUN ] sycl.impl_shared_alloc [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o 5: [ OK ] sycl.impl_shared_alloc (67 ms) 5: [ RUN ] sycl.kokkos_swap 5: [ OK ] sycl.kokkos_swap (0 ms) 5: [----------] 70 tests from sycl (3054 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 74 tests from 2 test suites ran. (6261 ms total) 5: [ PASSED ] 73 tests. 5: [ SKIPPED ] 1 test, listed below: 5: [ SKIPPED ] sycl.mdspan_minimal_functional 5/57 Test #5: Kokkos_CoreUnitTest_SYCL1B .................... Passed 8.75 sec test 6 Start 6: Kokkos_CoreUnitTest_SYCL2A 6: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2A 6: Test timeout computed to be: 1500 6: [==========] Running 96 tests from 2 test suites. 6: [----------] Global test environment set-up. 6: [----------] 7 tests from sycl_DeathTest 6: [ RUN ] sycl_DeathTest.view_construction_with_wrong_params_dyn 6: [ OK ] sycl_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 6: [ RUN ] sycl_DeathTest.view_construction_with_wrong_params_stat 6: [ OK ] sycl_DeathTest.view_construction_with_wrong_params_stat (0 ms) 6: [ RUN ] sycl_DeathTest.view_construction_with_wrong_params_mix 6: [ OK ] sycl_DeathTest.view_construction_with_wrong_params_mix (0 ms) 6: [ RUN ] sycl_DeathTest.view_construction_with_wrong_static_extents 6: [ OK ] sycl_DeathTest.view_construction_with_wrong_static_extents (0 ms) 6: [ RUN ] sycl_DeathTest.view_layoutstride_right_to_layoutleft_assignment 30: [ OK ] hip.scatterview_devicetype (50693 ms) 30: [ RUN ] hip.staticcrsgraph 30: [ OK ] hip.staticcrsgraph (33 ms) 30: [ RUN ] hip.resize_realloc_no_init_dualview 30: [ OK ] hip.resize_realloc_no_init_dualview (4 ms) 30: [ RUN ] hip.resize_realloc_no_alloc_dualview 30: [ OK ] hip.resize_realloc_no_alloc_dualview (0 ms) 30: [ RUN ] hip.resize_exec_space_dualview 30: [ OK ] hip.resize_exec_space_dualview (0 ms) 30: [ RUN ] hip.realloc_exec_space_dualview 30: [ OK ] hip.realloc_exec_space_dualview (0 ms) 30: [ RUN ] hip.resize_realloc_no_init_dynrankview 30: [ OK ] hip.resize_realloc_no_init_dynrankview (0 ms) 30: [ RUN ] hip.resize_exec_space_dynrankview 30: [ OK ] hip.resize_exec_space_dynrankview (0 ms) 30: [ RUN ] hip.realloc_exec_space_dynrankview 30: [ OK ] hip.realloc_exec_space_dynrankview (0 ms) 30: [ RUN ] hip.resize_realloc_no_init_scatterview 30: [ OK ] hip.resize_realloc_no_init_scatterview (0 ms) 30: [ RUN ] hip.resize_realloc_no_alloc_scatterview 30: [ OK ] hip.resize_realloc_no_alloc_scatterview (0 ms) 30: [ RUN ] hip.resize_exec_space_scatterview 30: [ OK ] hip.resize_exec_space_scatterview (0 ms) 30: [ RUN ] hip.realloc_exec_space_scatterview 30: [ OK ] hip.realloc_exec_space_scatterview (0 ms) 30: [ RUN ] hip.create_mirror_no_init_dynrankview 30: [ OK ] hip.create_mirror_no_init_dynrankview (0 ms) 30: [ RUN ] hip.create_mirror_no_init_dynrankview_viewctor 30: [ OK ] hip.create_mirror_no_init_dynrankview_viewctor (0 ms) 30: [ RUN ] hip.create_mirror_view_and_copy_dynrankview 30: [ OK ] hip.create_mirror_view_and_copy_dynrankview (0 ms) 30: [ RUN ] hip.create_mirror_no_init_offsetview 30: [ OK ] hip.create_mirror_no_init_offsetview (0 ms) 30: [ RUN ] hip.create_mirror_no_init_offsetview_view_ctor 30: [ OK ] hip.create_mirror_no_init_offsetview_view_ctor (0 ms) 30: [ RUN ] hip.create_mirror_view_and_copy_offsetview 30: [ OK ] hip.create_mirror_view_and_copy_offsetview (0 ms) 30: [ RUN ] hip.create_mirror_no_init_dynamicview 30: [ OK ] hip.create_mirror_no_init_dynamicview (0 ms) 30: [ RUN ] hip.create_mirror_view_and_copy_dynamicview 30: [ OK ] hip.create_mirror_view_and_copy_dynamicview (0 ms) 30: [ RUN ] hip.create_mirror_no_init_dynamicview_view_ctor 30: [ OK ] hip.create_mirror_no_init_dynamicview_view_ctor (0 ms) 30: [ RUN ] hip.UnorderedMap_insert 30: [ OK ] hip.UnorderedMap_insert (2185 ms) 30: [ RUN ] hip.UnorderedMap_failed_insert 30: [ OK ] hip.UnorderedMap_failed_insert (626 ms) 30: [ RUN ] hip.UnorderedMap_deep_copy 30: [ OK ] hip.UnorderedMap_deep_copy (4 ms) 30: [ RUN ] hip.UnorderedMap_valid_empty 30: [ OK ] hip.UnorderedMap_valid_empty (1 ms) 30: [ RUN ] hip.UnorderedMap_clear_zero_size 30: [ OK ] hip.UnorderedMap_clear_zero_size (0 ms) 30: [ RUN ] hip.UnorderedMap_consistent_size 30: [ OK ] hip.UnorderedMap_consistent_size (0 ms) 30: [ RUN ] hip.UnorderedMap_shallow_copyable_on_device 30: [ OK ] hip.UnorderedMap_shallow_copyable_on_device (0 ms) 30: [ RUN ] hip.UnorderedMap_lambda_capturable 30: [ OK ] hip.UnorderedMap_lambda_capturable (0 ms) 30: [ RUN ] hip.UnorderedMap_constructor_view_alloc 30: [ OK ] hip.UnorderedMap_constructor_view_alloc (0 ms) 30: [ RUN ] hip.vector_combination 30: [ OK ] hip.vector_combination (0 ms) 30: [ RUN ] hip.vector_insert 30: [ OK ] hip.vector_insert (2 ms) 30: [ RUN ] hip.vector_push_back_default_exec 30: [ OK ] hip.vector_push_back_default_exec (0 ms) 30: [ RUN ] hip.viewctorprop_embedded_dim 30: [ OK ] hip.viewctorprop_embedded_dim (1 ms) 30: [----------] 65 tests from hip (83426 ms total) 30: 30: [----------] Global test environment tear-down 30: [==========] 65 tests from 1 test suite ran. (83426 ms total) 30: [ PASSED ] 65 tests. 30/52 Test #30: Kokkos_ContainersUnitTest_HIP ............... Passed 83.93 sec test 31 Start 31: Kokkos_ContainersPerformanceTest_HIP 31: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_HIP 31: Test timeout computed to be: 1500 31: [==========] Running 4 tests from 1 test suite. 31: [----------] Global test environment set-up. 31: [----------] 4 tests from TEST_CATEGORY 31: [ RUN ] TEST_CATEGORY.dynrankview_perf 31: HIP 31: DynRankView vs View: Initialization Only 31: View time (init only): 0.00306897 31: View sum computation time: 0.00306897 31: Strided View time (init only): 0.00151319 31: View Rank7 time (init only): 0.00168009 31: DynRankView time (init only): 0.00165145 31: DynRankView sum computation time: 0.00153111 31: Ratio of View to DynRankView time: 1.85835 31: Ratio of View to DynRankView sum computation time: 0.986186 31: Ratio of View to View Rank7 time: 1.82667 31: Ratio of StrideView to DynRankView time: 0.91628 31: Ratio of DynRankView to View Rank7 time: 0.982952 31: [ OK ] TEST_CATEGORY.dynrankview_perf (14 ms) 31: [ RUN ] TEST_CATEGORY.global_2_local 31: HIP 31: size, create, generate, fill, find 31: 256, 0.000222368, 1.579e-05, 0.00517706, 0.00406271 31: 512, 0.000232997, 1.4357e-05, 3.2742e-05, 0.00386705 31: 1024, 0.000190919, 1.2103e-05, 3.6048e-05, 0.00390191 31: 2048, 0.000237737, 1.3034e-05, 3.732e-05, 0.00401642 31: 4096, 0.00025565, 1.588e-05, 3.9043e-05, 0.00414056 31: 8192, 0.000233799, 1.2914e-05, 3.709e-05, 0.00415516 31: 16384, 0.000381076, 1.2844e-05, 3.8262e-05, 0.00423393 31: 32768, 0.000309742, 1.2383e-05, 4.0547e-05, 0.00423896 31: 65536, 0.000273915, 1.2774e-05, 4.4944e-05, 0.00437668 31: 131072, 0.000437882, 1.2984e-05, 6.922e-05, 0.00547833 31: 262144, 0.00042571, 1.4036e-05, 0.000116549, 0.00695551 31: 524288, 0.000640944, 1.602e-05, 0.000294663, 0.0103338 31: 1048576, 0.000582273, 2.0318e-05, 0.000717818, 0.021737 31: 2097152, 0.000647836, 2.685e-05, 0.00159104, 0.0478771 31: 4194304, 0.000741342, 3.8853e-05, 0.00358147, 0.118475 31: [ OK ] TEST_CATEGORY.global_2_local (267 ms) 31: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 31: skipping test 31: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 31: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 31: skipping test 31: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 31: [----------] 4 tests from TEST_CATEGORY (282 ms total) 31: 31: [----------] Global test environment tear-down 31: [==========] 4 tests from 1 test suite ran. (282 ms total) 31: [ PASSED ] 4 tests. 31/52 Test #31: Kokkos_ContainersPerformanceTest_HIP ........ Passed 0.74 sec test 32 Start 32: Kokkos_UnitTest_Sort 32: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 32: Test timeout computed to be: 1500 32: [==========] Running 15 tests from 1 test suite. 32: [----------] Global test environment set-up. 32: [----------] 15 tests from hip 32: [ RUN ] hip.SortUnsignedValueType 32: [ OK ] hip.SortUnsignedValueType (25 ms) 32: [ RUN ] hip.SortEmptyView 32: [ OK ] hip.SortEmptyView (0 ms) 32: [ RUN ] hip.SortByKeyEmptyView 32: [ OK ] hip.SortByKeyEmptyView (0 ms) 32: [ RUN ] hip.SortByKey 32: [ OK ] hip.SortByKey (11 ms) 32: [ RUN ] hip.SortByKeyWithComparator 32: [ OK ] hip.SortByKeyWithComparator (0 ms) 32: [ RUN ] hip.SortByKeyStaticExtents 32: [ OK ] hip.SortByKeyStaticExtents (0 ms) 32: [ RUN ] hip.SortByKeyWithStrides 32: [ OK ] hip.SortByKeyWithStrides (0 ms) 32: [ RUN ] hip.SortByKeyKeysLargerThanValues 32: 32: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 32: 32: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 32: [ OK ] hip.SortByKeyKeysLargerThanValues (2368 ms) 32: [ RUN ] hip.SortWithCustomComparator 32: [ OK ] hip.SortWithCustomComparator (549 ms) 32: [ RUN ] hip.BinSortGenericTests 32: [ OK ] hip.BinSortGenericTests (18 ms) 32: [ RUN ] hip.BinSortEmptyView 32: [ OK ] hip.BinSortEmptyView (0 ms) 32: [ RUN ] hip.BinSortEmptyKeysView 32: [ OK ] hip.BinSortEmptyKeysView (0 ms) 32: [ RUN ] hip.BinSortUnsignedKeyLayoutStrideValues 6: [ OK ] sycl_DeathTest.view_layoutstride_right_to_layoutleft_assignment (4122 ms) 6: [ RUN ] sycl_DeathTest.view_layoutstride_left_to_layoutright_assignment [ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o 4: [ OK ] hip.mdrange_parallel_reduce_primitive_types (11677 ms) 4: [ RUN ] hip.mdspan_minimal_functional 4: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestMDSpan.hpp:57: Skipped 4: mdspan not enabled 4: [ SKIPPED ] hip.mdspan_minimal_functional (0 ms) 4: [ RUN ] hip.max 4: [ OK ] hip.max (0 ms) 4: [ RUN ] hip.max_within_parfor 4: [ OK ] hip.max_within_parfor (1 ms) 4: [ RUN ] hip.min 4: [ OK ] hip.min (0 ms) 4: [ RUN ] hip.min_within_parfor 4: [ OK ] hip.min_within_parfor (0 ms) 4: [ RUN ] hip.minmax 4: [ OK ] hip.minmax (0 ms) 4: [ RUN ] hip.minmax_within_parfor 4: [ OK ] hip.minmax_within_parfor (0 ms) 4: [ RUN ] hip.clamp 4: [ OK ] hip.clamp (0 ms) 4: [ RUN ] hip.clamp_within_parfor 4: [ OK ] hip.clamp_within_parfor (0 ms) 4: [ RUN ] hip.numeric_traits_infinity 4: [ OK ] hip.numeric_traits_infinity (9 ms) 4: [ RUN ] hip.numeric_traits_epsilon 4: [ OK ] hip.numeric_traits_epsilon (0 ms) 4: [ RUN ] hip.numeric_traits_round_error 4: [ OK ] hip.numeric_traits_round_error (0 ms) 4: [ RUN ] hip.numeric_traits_norm_min 4: [ OK ] hip.numeric_traits_norm_min (0 ms) 4: [ RUN ] hip.numeric_traits_denorm_min 4: [ OK ] hip.numeric_traits_denorm_min (0 ms) 4: [ RUN ] hip.numeric_traits_finite_min_max 4: [ OK ] hip.numeric_traits_finite_min_max (1 ms) 4: [ RUN ] hip.numeric_traits_digits 4: [ OK ] hip.numeric_traits_digits (1 ms) 4: [ RUN ] hip.numeric_traits_digits10 4: [ OK ] hip.numeric_traits_digits10 (1 ms) 4: [ RUN ] hip.numeric_traits_max_digits10 4: [ OK ] hip.numeric_traits_max_digits10 (0 ms) 4: [ RUN ] hip.numeric_traits_radix 4: [ OK ] hip.numeric_traits_radix (1 ms) 4: [ RUN ] hip.numeric_traits_min_max_exponent 4: [ OK ] hip.numeric_traits_min_max_exponent (0 ms) 4: [ RUN ] hip.numeric_traits_min_max_exponent10 4: [ OK ] hip.numeric_traits_min_max_exponent10 (0 ms) 4: [ RUN ] hip.numeric_traits_quiet_and_signaling_nan 4: [ OK ] hip.numeric_traits_quiet_and_signaling_nan (0 ms) 4: [ RUN ] hip.numeric_traits_sfinae_friendly 4: [ OK ] hip.numeric_traits_sfinae_friendly (0 ms) 4: [ RUN ] hip.occupancy_control 4: [ OK ] hip.occupancy_control (1 ms) 4: [ RUN ] hip.view_aggregate 4: [ OK ] hip.view_aggregate (0 ms) 4: [ RUN ] hip.memory_pool 4: [ OK ] hip.memory_pool (25 ms) 4: [ RUN ] hip.cxx11 4: [ OK ] hip.cxx11 (0 ms) 4: [ RUN ] hip.viewctorprop_embedded_dim 4: [ OK ] hip.viewctorprop_embedded_dim (0 ms) 4: [ RUN ] hip.viewctorpop_view_allocate_without_initializing_backward_compatility 4: [ OK ] hip.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 4: [ RUN ] hip.view_layouttiled 4: [ OK ] hip.view_layouttiled (1 ms) 4: [ RUN ] hip.view_layouttiled_subtile 4: [ OK ] hip.view_layouttiled_subtile (0 ms) 4: [ RUN ] hip.parallel_scan_range_policy 4: [ OK ] hip.parallel_scan_range_policy (43 ms) 4: [ RUN ] hip.kokkos_printf 4: [ OK ] hip.kokkos_printf (0 ms) 4: [ RUN ] hip.range_for 4: [ OK ] hip.range_for (2 ms) 4: [ RUN ] hip.range_reduce 4: [ OK ] hip.range_reduce (0 ms) 4: [ RUN ] hip.range_dynamic_policy 4: [ OK ] hip.range_dynamic_policy (0 ms) 4: [ RUN ] hip.range_policy_runtime_parameters 4: [ OK ] hip.range_policy_runtime_parameters (0 ms) 4: [ RUN ] hip.range_for_require 4: [ OK ] hip.range_for_require (2 ms) 4: [ RUN ] hip.range_reduce_require 4: [ OK ] hip.range_reduce_require (0 ms) 4: [ RUN ] hip.range_dynamic_policy_require 4: [ OK ] hip.range_dynamic_policy_require (0 ms) 4: [ RUN ] hip.reducers_int 4: [ OK ] hip.reducers_int (6 ms) 4: [ RUN ] hip.reducers_double 4: [ OK ] hip.reducers_double (5 ms) 4: [ RUN ] hip.reducers_complex_double 4: [ OK ] hip.reducers_complex_double (13 ms) 4: [ RUN ] hip.reducers_struct 4: [ OK ] hip.reducers_struct (4 ms) 4: [ RUN ] hip.reducers_half_t 4: [ OK ] hip.reducers_half_t (4 ms) 4: [ RUN ] hip.reducers_bhalf_t 4: [ OK ] hip.reducers_bhalf_t (4 ms) 4: [ RUN ] hip.reducers_int8_t 4: [ OK ] hip.reducers_int8_t (3 ms) 4: [ RUN ] hip.reducers_int16_t 4: [ OK ] hip.reducers_int16_t (3 ms) 4: [ RUN ] hip.reducers_bool 4: [ OK ] hip.reducers_bool (1 ms) 4: [ RUN ] hip.int64_t_reduce 4: [ OK ] hip.int64_t_reduce (30 ms) 4: [ RUN ] hip.double_reduce 4: [ OK ] hip.double_reduce (28 ms) 4: [ RUN ] hip.int64_t_reduce_dynamic 4: [ OK ] hip.int64_t_reduce_dynamic (23 ms) 4: [ RUN ] hip.double_reduce_dynamic 4: [ OK ] hip.double_reduce_dynamic (23 ms) 4: [ RUN ] hip.int64_t_reduce_dynamic_view 4: [ OK ] hip.int64_t_reduce_dynamic_view (6 ms) 4: [ RUN ] hip.int_combined_reduce 4: [ OK ] hip.int_combined_reduce (0 ms) 4: [ RUN ] hip.mdrange_combined_reduce 4: [ OK ] hip.mdrange_combined_reduce (0 ms) 4: [ RUN ] hip.int_combined_reduce_mixed 4: [ OK ] hip.int_combined_reduce_mixed (0 ms) 4: [ RUN ] hip.reduction_deduction 4: [ OK ] hip.reduction_deduction (0 ms) 4: [ RUN ] hip.reduce_device_view_range_policy 6: [ OK ] sycl_DeathTest.view_layoutstride_left_to_layoutright_assignment (4148 ms) 6: [ RUN ] sycl_DeathTest.view_memory_access_violations_from_device 6: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestViewMemoryAccessViolation.hpp:174: Skipped 6: skipping SYCL device-side abort does not work when NDEBUG is defined 6: [ SKIPPED ] sycl_DeathTest.view_memory_access_violations_from_device (0 ms) 6: [----------] 7 tests from sycl_DeathTest (8271 ms total) 6: 6: [----------] 89 tests from sycl 6: [ RUN ] sycl.team_for 6: [ OK ] sycl.team_for (15 ms) 6: [ RUN ] sycl.team_reduce 6: [ OK ] sycl.team_reduce (1 ms) 6: [ RUN ] sycl.team_reduce_large 6: [ OK ] sycl.team_reduce_large (119 ms) 6: [ RUN ] sycl.team_parallel_single 6: [ OK ] sycl.team_parallel_single (6 ms) 6: [ RUN ] sycl.large_team_scratch_size 6: [ OK ] sycl.large_team_scratch_size (0 ms) 6: [ RUN ] sycl.team_broadcast_long 6: [ OK ] sycl.team_broadcast_long (1 ms) 6: [ RUN ] sycl.team_broadcast_long_wrapper 6: [ OK ] sycl.team_broadcast_long_wrapper (1 ms) 6: [ RUN ] sycl.team_broadcast_char 6: [ OK ] sycl.team_broadcast_char (1 ms) 6: [ RUN ] sycl.team_broadcast_float 6: [ OK ] sycl.team_broadcast_float (1 ms) 6: [ RUN ] sycl.team_broadcast_double 6: [ OK ] sycl.team_broadcast_double (1 ms) 6: [ RUN ] sycl.team_handle_by_value 6: [ OK ] sycl.team_handle_by_value (0 ms) 6: [ RUN ] sycl.team_vector 6: [ OK ] sycl.team_vector (30 ms) 6: [ RUN ] sycl.triple_nested_parallelism 6: [ OK ] sycl.triple_nested_parallelism (5 ms) 6: [ RUN ] sycl.parallel_scan_with_reducers 6: [ OK ] sycl.parallel_scan_with_reducers (84 ms) 6: [ RUN ] sycl.team_thread_range_combined_reducers 6: [ OK ] sycl.team_thread_range_combined_reducers (1 ms) 6: [ RUN ] sycl.thread_vector_range_combined_reducers 6: [ OK ] sycl.thread_vector_range_combined_reducers (0 ms) 6: [ RUN ] sycl.team_vector_range_combined_reducers 6: [ OK ] sycl.team_vector_range_combined_reducers (0 ms) 6: [ RUN ] sycl.TeamThreadMDRangeParallelFor 6: [ OK ] sycl.TeamThreadMDRangeParallelFor (19 ms) 6: [ RUN ] sycl.ThreadVectorMDRangeParallelFor 6: [ OK ] sycl.ThreadVectorMDRangeParallelFor (11 ms) 6: [ RUN ] sycl.TeamVectorMDRangeParallelFor 6: [ OK ] sycl.TeamVectorMDRangeParallelFor (11 ms) 6: [ RUN ] sycl.TeamThreadMDRangeParallelReduce 6: [ OK ] sycl.TeamThreadMDRangeParallelReduce (16 ms) 6: [ RUN ] sycl.ThreadVectorMDRangeParallelReduce 6: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestTeamMDRange.hpp:2190: Skipped 6: skipping because of bug in group_barrier implementation 6: [ SKIPPED ] sycl.ThreadVectorMDRangeParallelReduce (0 ms) 6: [ RUN ] sycl.TeamVectorMDRangeParallelReduce 6: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestTeamMDRange.hpp:2223: Skipped 6: skipping because of bug in group_barrier implementation 6: [ SKIPPED ] sycl.TeamVectorMDRangeParallelReduce (0 ms) 6: [ RUN ] sycl.team_policy_runtime_parameters 6: [ OK ] sycl.team_policy_runtime_parameters (0 ms) 6: [ RUN ] sycl.team_reduction_scan 6: [ OK ] sycl.team_reduction_scan (1239 ms) 6: [ RUN ] sycl.team_long_reduce 6: [ OK ] sycl.team_long_reduce (15 ms) 6: [ RUN ] sycl.team_double_reduce 6: [ OK ] sycl.team_double_reduce (15 ms) 6: [ RUN ] sycl.team_parallel_dummy_with_reducer_and_scratch_space 6: [ OK ] sycl.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 6: [ RUN ] sycl.repeated_team_reduce 6: [ OK ] sycl.repeated_team_reduce (15 ms) 6: [ RUN ] sycl.team_scan 6: [ OK ] sycl.team_scan (163 ms) 6: [ RUN ] sycl.team_scan_ret_val 6: [ OK ] sycl.team_scan_ret_val (161 ms) 6: [ RUN ] sycl.team_shared_request 6: [ OK ] sycl.team_shared_request (0 ms) 6: [ RUN ] sycl.team_scratch_request 6: [ OK ] sycl.team_scratch_request (1 ms) 6: [ RUN ] sycl.team_lambda_shared_request 6: [ OK ] sycl.team_lambda_shared_request (15 ms) 6: [ RUN ] sycl.scratch_align 6: [ OK ] sycl.scratch_align (0 ms) 6: [ RUN ] sycl.shmem_size 6: [ OK ] sycl.shmem_size (0 ms) 6: [ RUN ] sycl.multi_level_scratch 6: [ OK ] sycl.multi_level_scratch (14 ms) 6: [ RUN ] sycl.team_scratch_memory_index_parallel_for 6: [ OK ] sycl.team_scratch_memory_index_parallel_for (0 ms) 6: [ RUN ] sycl.team_policy_max_recommended 6: [ OK ] sycl.team_policy_max_recommended (12 ms) 6: [ RUN ] sycl.team_policy_minmax_scalar_without_plus_equal_k 6: [ OK ] sycl.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 6: [ RUN ] sycl.team_teamvector_range 6: [ OK ] sycl.team_teamvector_range (4 ms) 6: [ RUN ] sycl.unique_token_global 6: [ OK ] sycl.unique_token_global (2 ms) 6: [ RUN ] sycl.unique_token_instance 6: [ OK ] sycl.unique_token_instance (1 ms) 6: [ RUN ] sycl.unique_token_team_acquire 6: [ OK ] sycl.unique_token_team_acquire (1 ms) 6: [ RUN ] sycl.view_api_a 6: [ OK ] sycl.view_api_a (8 ms) 6: [ RUN ] sycl.view_api_b 6: [ OK ] sycl.view_api_b (4 ms) 6: [ RUN ] sycl.view_api_c 6: [ OK ] sycl.view_api_c (0 ms) 6: [ RUN ] sycl.view_api_d 6: [ OK ] sycl.view_api_d (0 ms) 6: [ RUN ] sycl.view_allocation_error 6: 6: PI CUDA ERROR: 6: Value: 2 6: Name: CUDA_ERROR_OUT_OF_MEMORY 6: Description: out of memory 6: Function: cuda_piextUSMDeviceAlloc 6: Source Location: /root/intel-llvm-mirror/sycl/plugins/cuda/pi_cuda.cpp:4899 6: 6: [ OK ] sycl.view_allocation_error (0 ms) 6: [ RUN ] sycl.view_remap 6: [ OK ] sycl.view_remap (0 ms) 6: [ RUN ] sycl.view_mirror_nonconst 6: [ OK ] sycl.view_mirror_nonconst (0 ms) 6: [ RUN ] sycl.view_stride_method 6: [ OK ] sycl.view_stride_method (0 ms) 6: [ RUN ] sycl.anonymous_space 6: [ OK ] sycl.anonymous_space (0 ms) 6: [ RUN ] sycl.view_overload_resolution 6: [ OK ] sycl.view_overload_resolution (0 ms) 6: [ RUN ] sycl.view_allocation_large_rank 6: [ OK ] sycl.view_allocation_large_rank (5 ms) 6: [ RUN ] sycl.view_shmem_size_on_device 6: [ OK ] sycl.view_shmem_size_on_device (0 ms) 6: [ RUN ] sycl.view_is_assignable 6: [ OK ] sycl.view_is_assignable (0 ms) 6: [ RUN ] sycl.view_copy_tests 6: [ OK ] sycl.view_copy_tests (6 ms) 6: [ RUN ] sycl.view_copy_tests_rank_0 6: [ OK ] sycl.view_copy_tests_rank_0 (0 ms) 6: [ RUN ] sycl.view_copy_degenerated 6: [ OK ] sycl.view_copy_degenerated (0 ms) 6: [ RUN ] sycl.view_empty_runtime_unmanaged 6: [ OK ] sycl.view_empty_runtime_unmanaged (0 ms) 6: [ RUN ] sycl.view_hooks 6: [ OK ] sycl.view_hooks (0 ms) 6: [ RUN ] sycl.view_layoutstride_left_to_layoutleft_assignment 6: [ OK ] sycl.view_layoutstride_left_to_layoutleft_assignment (59 ms) 6: [ RUN ] sycl.view_layoutstride_right_to_layoutright_assignment 6: [ OK ] sycl.view_layoutstride_right_to_layoutright_assignment (53 ms) 6: [ RUN ] sycl.view_irregular_layout 6: [ OK ] sycl.view_irregular_layout (0 ms) 6: [ RUN ] sycl.view_mapping 6: [ OK ] sycl.view_mapping (63 ms) 6: [ RUN ] sycl.view_mapping_operator 6: [ OK ] sycl.view_mapping_operator (15 ms) 6: [ RUN ] sycl.static_extent 6: [ OK ] sycl.static_extent (0 ms) 6: [ RUN ] sycl.view_mapping_atomic 6: [ OK ] sycl.view_mapping_atomic (0 ms) 6: [ RUN ] sycl.view_mapping_class_value 6: [ OK ] sycl.view_mapping_class_value (0 ms) 6: [ RUN ] sycl.view_mapping_assignable 6: [ OK ] sycl.view_mapping_assignable (0 ms) 6: [ RUN ] sycl.view_mapping_trivially_copyable 6: [ OK ] sycl.view_mapping_trivially_copyable (0 ms) 6: [ RUN ] sycl.view_mapping_subview 6: [ OK ] sycl.view_mapping_subview (0 ms) 6: [ RUN ] sycl.view_nested_view 6: [ OK ] sycl.view_nested_view (0 ms) 6: [ RUN ] sycl.append_formatted_multidimensional_index 6: [ OK ] sycl.append_formatted_multidimensional_index (0 ms) 6: [ RUN ] sycl.view_resize 6: [ OK ] sycl.view_resize (10 ms) 6: [ RUN ] sycl.view_realloc 6: [ OK ] sycl.view_realloc (0 ms) 6: [ RUN ] sycl.resize_realloc_no_init 6: [ OK ] sycl.resize_realloc_no_init (0 ms) 6: [ RUN ] sycl.resize_realloc_no_alloc 6: [ OK ] sycl.resize_realloc_no_alloc (0 ms) 6: [ RUN ] sycl.realloc_exec_space 6: [ OK ] sycl.realloc_exec_space (0 ms) 6: [ RUN ] sycl.view_alloc 6: [ OK ] sycl.view_alloc (0 ms) 6: [ RUN ] sycl.view_alloc_exec_space 6: [ OK ] sycl.view_alloc_exec_space (0 ms) 6: [ RUN ] sycl.view_alloc_int 6: [ OK ] sycl.view_alloc_int (0 ms) 6: [ RUN ] sycl.view_alloc_exec_space_int 6: [ OK ] sycl.view_alloc_exec_space_int (0 ms) 6: [ RUN ] sycl.deep_copy_zero_memset 6: [ OK ] sycl.deep_copy_zero_memset (0 ms) 6: [ RUN ] sycl.resize_exec_space 6: [ OK ] sycl.resize_exec_space (0 ms) 6: [ RUN ] sycl.view_allocation_int 6: [ OK ] sycl.view_allocation_int (0 ms) 6: [ RUN ] sycl.view_allocation_exec_space_int 6: [ OK ] sycl.view_allocation_exec_space_int (0 ms) 6: [ RUN ] sycl.view_not_default_constructible 6: [ OK ] sycl.view_not_default_constructible (0 ms) 6: [----------] 89 tests from sycl (2238 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 96 tests from 2 test suites ran. (10509 ms total) 6: [ PASSED ] 93 tests. 6: [ SKIPPED ] 3 tests, listed below: 6: [ SKIPPED ] sycl_DeathTest.view_memory_access_violations_from_device 6: [ SKIPPED ] sycl.ThreadVectorMDRangeParallelReduce 6: [ SKIPPED ] sycl.TeamVectorMDRangeParallelReduce 6/57 Test #6: Kokkos_CoreUnitTest_SYCL2A .................... Passed 13.02 sec test 7 Start 7: Kokkos_CoreUnitTest_SYCL2B 7: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2B 7: Test timeout computed to be: 1500 7: [==========] Running 16 tests from 1 test suite. 7: [----------] Global test environment set-up. 7: [----------] 16 tests from sycl_shared_usm 7: [ RUN ] sycl_shared_usm.view_subview_assign_strided 7: [ OK ] sycl_shared_usm.view_subview_assign_strided (4 ms) 7: [ RUN ] sycl_shared_usm.view_subview_left_0 7: [ OK ] sycl_shared_usm.view_subview_left_0 (0 ms) 7: [ RUN ] sycl_shared_usm.view_subview_left_1 7: [ OK ] sycl_shared_usm.view_subview_left_1 (0 ms) 7: [ RUN ] sycl_shared_usm.view_subview_left_2 7: [ OK ] sycl_shared_usm.view_subview_left_2 (0 ms) 7: [ RUN ] sycl_shared_usm.view_subview_left_3 7: [ OK ] sycl_shared_usm.view_subview_left_3 (0 ms) 7: [ RUN ] sycl_shared_usm.view_subview_right_0 7: [ OK ] sycl_shared_usm.view_subview_right_0 (0 ms) 7: [ RUN ] sycl_shared_usm.view_subview_right_1 7: [ OK ] sycl_shared_usm.view_subview_right_1 (0 ms) 7: [ RUN ] sycl_shared_usm.view_subview_right_3 7: [ OK ] sycl_shared_usm.view_subview_right_3 (0 ms) 7: [ RUN ] sycl_shared_usm.view_static_tests 7: [ OK ] sycl_shared_usm.view_static_tests (0 ms) 7: [ RUN ] sycl_shared_usm.view_subview_layoutleft_to_layoutleft 7: [ OK ] sycl_shared_usm.view_subview_layoutleft_to_layoutleft (5 ms) 7: [ RUN ] sycl_shared_usm.view_subview_layoutright_to_layoutright 7: [ OK ] sycl_shared_usm.view_subview_layoutright_to_layoutright (2 ms) 7: [ RUN ] sycl_shared_usm.view_subview_1d_assign 7: [ OK ] sycl_shared_usm.view_subview_1d_assign (4 ms) 7: [ RUN ] sycl_shared_usm.view_subview_1d_assign_atomic 7: [ OK ] sycl_shared_usm.view_subview_1d_assign_atomic (4 ms) 7: [ RUN ] sycl_shared_usm.view_subview_1d_assign_randomaccess 7: [ OK ] sycl_shared_usm.view_subview_1d_assign_randomaccess (4 ms) 7: [ RUN ] sycl_shared_usm.view_subview_2d_from_3d 7: [ OK ] sycl_shared_usm.view_subview_2d_from_3d (70 ms) 7: [ RUN ] sycl_shared_usm.view_subview_2d_from_3d_atomic 7: [ OK ] sycl_shared_usm.view_subview_2d_from_3d_atomic (70 ms) 7: [----------] 16 tests from sycl_shared_usm (171 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 16 tests from 1 test suite ran. (171 ms total) 7: [ PASSED ] 16 tests. 7/57 Test #7: Kokkos_CoreUnitTest_SYCL2B .................... Passed 2.64 sec test 8 Start 8: Kokkos_CoreUnitTest_SYCL2C 8: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2C 8: Test timeout computed to be: 1500 [ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o 32: [ OK ] hip.BinSortUnsignedKeyLayoutStrideValues (11023 ms) 32: [ RUN ] hip.NestedSort 32: [ OK ] hip.NestedSort (39 ms) 32: [ RUN ] hip.NestedSortByKey 32: [ OK ] hip.NestedSortByKey (111 ms) 32: [----------] 15 tests from hip (14150 ms total) 32: 32: [----------] Global test environment tear-down 32: [==========] 15 tests from 1 test suite ran. (14150 ms total) 32: [ PASSED ] 15 tests. 32/52 Test #32: Kokkos_UnitTest_Sort ........................ Passed 16.63 sec test 33 Start 33: Kokkos_UnitTest_Random 33: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_UnitTest_Random 33: Test timeout computed to be: 1500 33: [==========] Running 3 tests from 1 test suite. 33: [----------] Global test environment set-up. 33: [----------] 3 tests from hip 33: [ RUN ] hip.Random_XorShift64 33: Test Seed:1711682201093953710 33: Test Scalar=int 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 6.43252e-07 -0.00856441 0.0189737 || 0.051031 27984 29329 || 28922.1 28674.4 || 262.293 -2.0744 33: -- Testing 3-D histogram 33: Density 3D: 6.43252e-07 -0.00330702 -0.00117627 || 0.051031 1e+64 -1e+64 33: Test Scalar=unsigned int 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 6.43252e-07 0.00903916 -0.0118557 || 0.051031 27847 29420 || 28417.5 28674.4 || -163.893 -2.0744 33: -- Testing 3-D histogram 33: Density 3D: 6.43252e-07 -0.00597168 0.00279694 || 0.051031 1e+64 -1e+64 33: Test Scalar=int64_t 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 6.43252e-07 0.00928917 -0.0157406 || 0.051031 28006 29405 || 28410.5 28674.4 || -217.597 -2.0744 33: -- Testing 3-D histogram 33: Density 3D: 6.43252e-07 0.00470419 0.00495514 || 0.051031 1e+64 -1e+64 33: Test Scalar=uint64_t 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 6.43252e-07 0.00857893 -0.00574009 || 0.051031 28023 29330 || 28430.5 28674.4 || -79.351 -2.0744 33: -- Testing 3-D histogram 33: Density 3D: 6.43252e-07 -0.00635957 -0.000160407 || 0.051031 1e+64 -1e+64 33: Test Scalar=half 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 0.000245225 -0.99999 -48245 || 0.051031 0 195105 || 2.92878e+09 28674.4 || -6.66938e+08 -2.0744 33: -- Testing 3-D histogram 33: Density 3D: 0.000734588 -0.305121 0.150819 || 0.051031 1e+64 -1e+64 33: Test Scalar=bhalf 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 6.76045e-07 -0.0114696 0.0155932 || 0.051031 28043 29352 || 29007.1 28674.4 || 215.561 -2.0744 33: -- Testing 3-D histogram 33: Density 3D: 7.41632e-07 0.00258101 0.00192235 || 0.051031 1e+64 -1e+64 33: Test Scalar=float 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 6.73523e-07 0.00230349 -0.0316593 || 0.051031 27987 29273 || 28608.5 28674.4 || -437.658 -2.0744 33: -- Testing 3-D histogram 33: Density 3D: 7.34064e-07 0.00344056 0.000759364 || 0.051031 1e+64 -1e+64 33: Test Scalar=double 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 6.43252e-07 -0.00812481 -0.0211331 || 0.051031 28014 29470 || 28909.3 28674.4 || -292.144 -2.0744 33: -- Testing 3-D histogram 33: Density 3D: 6.43252e-07 -0.0300846 0.00681376 || 0.051031 1e+64 -1e+64 33: Test Seed:1711682201254198319 33: Test Scalar=int 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 6.45775e-07 0.00737539 0.00430031 || 0.051031 28067 29308 || 28464.5 28674.4 || 59.4475 -2.0744 33: -- Testing 3-D histogram 33: Density 3D: 6.5082e-07 0.000951222 -0.000415298 || 0.051031 1e+64 -1e+64 33: Test Scalar=unsigned int 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 6.43252e-07 -0.0195686 -0.00677329 || 0.051031 27974 29336 || 29246.7 28674.4 || -93.634 -2.0744 33: -- Testing 3-D histogram 33: Density 3D: 6.43252e-07 -0.0230112 -0.00201193 || 0.051031 1e+64 -1e+64 33: Test Scalar=int64_t 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 6.43252e-07 -0.00234023 -0.00171353 || 0.051031 27968 29274 || 28741.7 28674.4 || -23.6879 -2.0744 33: -- Testing 3-D histogram 33: Density 3D: 6.43252e-07 0.005564 0.00124031 || 0.051031 1e+64 -1e+64 33: Test Scalar=uint64_t 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 6.43252e-07 0.0110789 -7.09885e-05 || 0.051031 27983 29319 || 28360.2 28674.4 || -0.981345 -2.0744 33: -- Testing 3-D histogram 33: Density 3D: 6.43252e-07 -0.00699647 -0.000252023 || 0.051031 1e+64 -1e+64 33: Test Scalar=half 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 0.000245593 -0.99999 -48248.9 || 0.051031 0 195086 || 2.9289e+09 28674.4 || -6.66993e+08 -2.0744 33: -- Testing 3-D histogram 33: Density 3D: 0.000735656 -0.313732 0.168488 || 0.051031 1e+64 -1e+64 33: Test Scalar=bhalf 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 6.78568e-07 0.0059248 -0.0075723 || 0.051031 27978 29332 || 28505.5 28674.4 || -104.679 -2.0744 33: -- Testing 3-D histogram 33: Density 3D: 7.49199e-07 1.90325e-05 0.00227822 || 0.051031 1e+64 -1e+64 33: Test Scalar=float 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 6.65955e-07 0.0126393 0.0167355 || 0.051031 28088 29372 || 28316.5 28674.4 || 231.351 -2.0744 33: -- Testing 3-D histogram 33: Density 3D: 7.11361e-07 -0.00379421 0.00705895 || 0.051031 1e+64 -1e+64 33: Test Scalar=double 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 6.43252e-07 0.018829 0.00335715 || 0.051031 27876 29300 || 28144.5 28674.4 || 46.4093 -2.0744 33: -- Testing 3-D histogram 33: Density 3D: 6.43252e-07 0.0158093 -0.000737924 || 0.051031 1e+64 -1e+64 33: [ OK ] hip.Random_XorShift64 (316 ms) 33: [ RUN ] hip.Random_XorShift1024_0 33: Test Seed:1711682201409941824 33: Test Scalar=int 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 2.47955e-07 0.0116455 -0.00830688 || 0.051031 11006 11747 || 11246 11377 || -114.834 -0.823045 33: -- Testing 3-D histogram 33: Density 3D: 2.47955e-07 0.010952 -0.000512192 || 0.051031 1e+64 -1e+64 33: Test Scalar=unsigned int 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 2.47955e-07 -0.0168879 -0.00512685 || 0.051031 10976 11767 || 11572.4 11377 || -70.8736 -0.823045 33: -- Testing 3-D histogram 33: Density 3D: 2.47955e-07 -0.0100881 0.00214124 || 0.051031 1e+64 -1e+64 33: Test Scalar=int64_t 33: -- Testing randomness properties 8: [==========] Running 4 tests from 1 test suite. 8: [----------] Global test environment set-up. 8: [----------] 4 tests from sycl_shared_usm 8: [ RUN ] sycl_shared_usm.view_subview_2d_from_3d_randomaccess 8: [ OK ] sycl_shared_usm.view_subview_2d_from_3d_randomaccess (75 ms) 8: [ RUN ] sycl_shared_usm.view_subview_3d_from_5d_left 8: [ OK ] sycl_shared_usm.view_subview_3d_from_5d_left (158 ms) 8: [ RUN ] sycl_shared_usm.view_subview_3d_from_5d_left_atomic 33: -- Testing 1-D histogram 33: Density 1D: 2.47955e-07 0.00547471 0.00259202 || 0.051031 10978 11824 || 11315 11377 || 35.832 -0.823045 33: -- Testing 3-D histogram 33: Density 3D: 2.47955e-07 0.0103508 -0.00130718 || 0.051031 1e+64 -1e+64 33: Test Scalar=uint64_t 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 2.47955e-07 -0.00555675 -3.59316e-05 || 0.051031 10923 11764 || 11440.5 11377 || -0.496718 -0.823045 33: -- Testing 3-D histogram 33: Density 3D: 2.47955e-07 0.00100532 0.00210142 || 0.051031 1e+64 -1e+64 33: Test Scalar=half 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 0.000245727 -0.999975 -7593.48 || 0.051031 0 77629 || 4.60929e+08 11377 || -1.04972e+08 -0.823045 33: -- Testing 3-D histogram 33: Density 3D: 0.000736893 -0.142898 0.0238023 || 0.051031 1e+64 -1e+64 33: Test Scalar=bhalf 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 2.9246e-07 -0.00169902 0.0040042 || 0.051031 10869 11812 || 11396.3 11377 || 55.354 -0.823045 33: -- Testing 3-D histogram 33: Density 3D: 3.8147e-07 0.0104849 -0.000502831 || 0.051031 1e+64 -1e+64 33: Test Scalar=float 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 2.9246e-07 -0.00606209 0.00593906 || 0.051031 10896 11819 || 11446.3 11377 || 82.1016 -0.823045 33: -- Testing 3-D histogram 33: Density 3D: 3.8147e-07 0.0267264 0.000912067 || 0.051031 1e+64 -1e+64 33: Test Scalar=double 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 2.47955e-07 -0.00238547 0.00174091 || 0.051031 10986 11844 || 11404.2 11377 || 24.0664 -0.823045 33: -- Testing 3-D histogram 33: Density 3D: 2.47955e-07 0.00209849 0.005472 || 0.051031 1e+64 -1e+64 33: Test Seed:1711682201528129400 33: Test Scalar=int 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 2.47955e-07 0.00747217 -0.000855542 || 0.051031 10973 11753 || 11292.6 11377 || -11.827 -0.823045 33: -- Testing 3-D histogram 33: Density 3D: 2.47955e-07 -0.0114529 0.00136216 || 0.051031 1e+64 -1e+64 33: Test Scalar=unsigned int 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 2.47955e-07 -0.00735136 0.00477536 || 0.051031 10895 11874 || 11461.2 11377 || 66.0146 -0.823045 33: -- Testing 3-D histogram 33: Density 3D: 2.47955e-07 -0.0214725 -0.00164274 || 0.051031 1e+64 -1e+64 33: Test Scalar=int64_t 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 2.47955e-07 0.00508053 -0.00676564 || 0.051031 10919 11791 || 11319.4 11377 || -93.5282 -0.823045 33: -- Testing 3-D histogram 33: Density 3D: 2.47955e-07 -0.00265231 -0.00259638 || 0.051031 1e+64 -1e+64 33: Test Scalar=uint64_t 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 2.47955e-07 -0.0154773 0.00168262 || 0.051031 10950 11806 || 11555.8 11377 || 23.2606 -0.823045 33: -- Testing 3-D histogram 33: Density 3D: 2.47955e-07 -0.0065065 0.000640131 || 0.051031 1e+64 -1e+64 33: Test Scalar=half 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 0.000242941 -0.999975 -7594.75 || 0.051031 0 77656 || 4.61082e+08 11377 || -1.0499e+08 -0.823045 33: -- Testing 3-D histogram 33: Density 3D: 0.000728412 -0.13004 0.0282117 || 0.051031 1e+64 -1e+64 33: Test Scalar=bhalf 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 2.79744e-07 0.00786555 0.000901457 || 0.051031 10921 11765 || 11288.2 11377 || 12.4617 -0.823045 33: -- Testing 3-D histogram 33: Density 3D: 3.43323e-07 -0.00201254 -0.00261004 || 0.051031 1e+64 -1e+64 33: Test Scalar=float 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 3.17891e-07 -0.000395014 0.00712744 || 0.051031 10925 11783 || 11381.5 11377 || 98.5297 -0.823045 33: -- Testing 3-D histogram 33: Density 3D: 4.57764e-07 0.014979 -0.000529603 || 0.051031 1e+64 -1e+64 33: Test Scalar=double 33: -- Testing randomness properties 33: -- Testing 1-D histogram 33: Density 1D: 2.47955e-07 -0.0144388 0.0027232 || 0.051031 10993 11797 || 11543.6 11377 || 37.6455 -0.823045 33: -- Testing 3-D histogram 33: Density 3D: 2.47955e-07 0.00306986 0.0031991 || 0.051031 1e+64 -1e+64 33: [ OK ] hip.Random_XorShift1024_0 (284 ms) 33: [ RUN ] hip.Multi_streams 8: [ OK ] sycl_shared_usm.view_subview_3d_from_5d_left_atomic (159 ms) 8: [ RUN ] sycl_shared_usm.view_subview_3d_from_5d_left_randomaccess 8: [ OK ] sycl_shared_usm.view_subview_3d_from_5d_left_randomaccess (159 ms) 8: [----------] 4 tests from sycl_shared_usm (552 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 4 tests from 1 test suite ran. (552 ms total) 8: [ PASSED ] 4 tests. 33: [ OK ] hip.Multi_streams (288 ms) 33: [----------] 3 tests from hip (888 ms total) 33: 33: [----------] Global test environment tear-down 33: [==========] 3 tests from 1 test suite ran. (888 ms total) 33: [ PASSED ] 3 tests. 33/52 Test #33: Kokkos_UnitTest_Random ...................... Passed 1.36 sec test 34 Start 34: Kokkos_AlgorithmsUnitTest_StdSet_A 34: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 34: Test timeout computed to be: 1500 34: [==========] Running 14 tests from 3 test suites. 34: [----------] Global test environment set-up. 34: [----------] 3 tests from std_algorithms_reducers 34: [ RUN ] std_algorithms_reducers.max_first_loc 34: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 34: [ RUN ] std_algorithms_reducers.min_first_loc 34: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 34: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 34: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 34: [----------] 3 tests from std_algorithms_reducers (0 ms total) 34: 34: [----------] 1 test from std_algorithms 34: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 34: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 34: [----------] 1 test from std_algorithms (0 ms total) 34: 34: [----------] 10 tests from random_access_iterator_test 34: [ RUN ] random_access_iterator_test.constructor 34: [ OK ] random_access_iterator_test.constructor (1 ms) 34: [ RUN ] random_access_iterator_test.dereference 34: [ OK ] random_access_iterator_test.dereference (0 ms) 34: [ RUN ] random_access_iterator_test.subscript_operator 34: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 34: [ RUN ] random_access_iterator_test.operatorsSet1 34: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 34: [ RUN ] random_access_iterator_test.operatorsSet2 34: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 34: [ RUN ] random_access_iterator_test.operatorsSet3 34: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 34: [ RUN ] random_access_iterator_test.operatorsSet4 34: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 34: [ RUN ] random_access_iterator_test.assignment_operator 34: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 34: [ RUN ] random_access_iterator_test.distance 34: [ OK ] random_access_iterator_test.distance (0 ms) 34: [ RUN ] random_access_iterator_test.traits_helpers 34: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 34: [----------] 10 tests from random_access_iterator_test (4 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 14 tests from 3 test suites ran. (4 ms total) 34: [ PASSED ] 14 tests. 34/52 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_A .......... Passed 0.46 sec test 35 Start 35: Kokkos_AlgorithmsUnitTest_StdSet_B 35: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 35: Test timeout computed to be: 1500 8/57 Test #8: Kokkos_CoreUnitTest_SYCL2C .................... Passed 3.03 sec test 9 Start 9: Kokkos_CoreUnitTest_SYCL2D 9: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2D 9: Test timeout computed to be: 1500 35: [==========] Running 7 tests from 1 test suite. 35: [----------] Global test environment set-up. 35: [----------] 7 tests from std_algorithms_min_max_element_test 35: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 35: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 35: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 35: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 35: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 35: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (9 ms) 35: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 35: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (6 ms) 35: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 35: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (6 ms) 35: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 35: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (6 ms) 35: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 35: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (11 ms) 35: [----------] 7 tests from std_algorithms_min_max_element_test (41 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 7 tests from 1 test suite ran. (41 ms total) 35: [ PASSED ] 7 tests. 35/52 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_B .......... Passed 0.49 sec test 36 Start 36: Kokkos_AlgorithmsUnitTest_StdSet_C 36: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 36: Test timeout computed to be: 1500 36: [==========] Running 13 tests from 10 test suites. 36: [----------] Global test environment set-up. 36: [----------] 1 test from std_algorithms_lexicographical_compare_test 36: [ RUN ] std_algorithms_lexicographical_compare_test.test 36: [ OK ] std_algorithms_lexicographical_compare_test.test (183 ms) 36: [----------] 1 test from std_algorithms_lexicographical_compare_test (183 ms total) 36: 36: [----------] 1 test from std_algorithms_for_each_test 36: [ RUN ] std_algorithms_for_each_test.test 36: [ OK ] std_algorithms_for_each_test.test (116 ms) 36: [----------] 1 test from std_algorithms_for_each_test (116 ms total) 36: 36: [----------] 1 test from std_algorithms_find_test 36: [ RUN ] std_algorithms_find_test.test 36: [ OK ] std_algorithms_find_test.test (68 ms) 36: [----------] 1 test from std_algorithms_find_test (68 ms total) 36: 36: [----------] 4 tests from std_algorithms_non_mod_seq_ops 36: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 9: [==========] Running 5 tests from 1 test suite. 9: [----------] Global test environment set-up. 9: [----------] 5 tests from sycl_shared_usm 9: [ RUN ] sycl_shared_usm.view_subview_3d_from_5d_right 36: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (622 ms) 36: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 9: [ OK ] sycl_shared_usm.view_subview_3d_from_5d_right (151 ms) 9: [ RUN ] sycl_shared_usm.view_subview_3d_from_5d_right_atomic 9: [ OK ] sycl_shared_usm.view_subview_3d_from_5d_right_atomic (152 ms) 9: [ RUN ] sycl_shared_usm.view_subview_3d_from_5d_right_randomaccess 9: [ OK ] sycl_shared_usm.view_subview_3d_from_5d_right_randomaccess (147 ms) 9: [ RUN ] sycl_shared_usm.view_test_unmanaged_subview_reset 9: [ OK ] sycl_shared_usm.view_test_unmanaged_subview_reset (10 ms) 9: [ RUN ] sycl_shared_usm.view_subview_memory_traits_construction 9: [ OK ] sycl_shared_usm.view_subview_memory_traits_construction (0 ms) 9: [----------] 5 tests from sycl_shared_usm (461 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 5 tests from 1 test suite ran. (461 ms total) 9: [ PASSED ] 5 tests. [ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B [ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A 9/57 Test #9: Kokkos_CoreUnitTest_SYCL2D .................... Passed 2.92 sec test 10 Start 10: Kokkos_CoreUnitTest_SYCL3 10: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_SYCL3 10: Test timeout computed to be: 1500 [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B 36: [ OK ] std_algorithms_non_mod_seq_ops.find_end (1233 ms) 36: [ RUN ] std_algorithms_non_mod_seq_ops.search [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o [ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A 36: [ OK ] std_algorithms_non_mod_seq_ops.search (831 ms) 36: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 36: [ OK ] std_algorithms_non_mod_seq_ops.search_n (478 ms) 36: [----------] 4 tests from std_algorithms_non_mod_seq_ops (3166 ms total) 36: 36: [----------] 1 test from std_algorithms_count_test 36: [ RUN ] std_algorithms_count_test.test 36: [ OK ] std_algorithms_count_test.test (123 ms) 36: [----------] 1 test from std_algorithms_count_test (123 ms total) 36: 36: [----------] 1 test from std_algorithms_equal_test 36: [ RUN ] std_algorithms_equal_test.test 36: [ OK ] std_algorithms_equal_test.test (18 ms) 36: [----------] 1 test from std_algorithms_equal_test (18 ms total) 36: 36: [----------] 1 test from std_algorithms_all_any_none_of_test 36: [ RUN ] std_algorithms_all_any_none_of_test.test 36: [ OK ] std_algorithms_all_any_none_of_test.test (77 ms) 36: [----------] 1 test from std_algorithms_all_any_none_of_test (77 ms total) 36: 36: [----------] 1 test from std_algorithms_nonmod_seq_ops 36: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o 36: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (108 ms) 36: [----------] 1 test from std_algorithms_nonmod_seq_ops (108 ms total) 36: 36: [----------] 1 test from std_algorithms_mismatch_test 36: [ RUN ] std_algorithms_mismatch_test.test 36: [ OK ] std_algorithms_mismatch_test.test (178 ms) 36: [----------] 1 test from std_algorithms_mismatch_test (178 ms total) 36: 36: [----------] 1 test from std_algorithms_mod_seq_ops 36: [ RUN ] std_algorithms_mod_seq_ops.move_backward 10: [==========] Running 54 tests from 3 test suites. 10: [----------] Global test environment set-up. 10: [----------] 4 tests from sycl 10: [ RUN ] sycl.team_scratch_1_queues 36: [ OK ] std_algorithms_mod_seq_ops.move_backward (59 ms) 36: [----------] 1 test from std_algorithms_mod_seq_ops (59 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 13 tests from 10 test suites ran. (4099 ms total) 36: [ PASSED ] 13 tests. 36/52 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_C .......... Passed 4.56 sec test 37 Start 37: Kokkos_AlgorithmsUnitTest_StdSet_D 37: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 37: Test timeout computed to be: 1500 37: [==========] Running 31 tests from 5 test suites. 37: [----------] Global test environment set-up. 37: [----------] 3 tests from std_algorithms_mod_ops_test 37: [ RUN ] std_algorithms_mod_ops_test.move 37: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 37: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 37: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (2 ms) 37: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 37: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 37: [----------] 3 tests from std_algorithms_mod_ops_test (2 ms total) 37: 37: [----------] 12 tests from std_algorithms_mod_seq_ops_test 37: [ RUN ] std_algorithms_mod_seq_ops_test.copy 37: [ OK ] std_algorithms_mod_seq_ops_test.copy (2 ms) 37: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 37: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 37: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 37: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 37: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 37: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 37: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 37: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 37: [ RUN ] std_algorithms_mod_seq_ops_test.fill 37: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 37: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 37: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 37: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 37: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 37: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 37: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 37: [ RUN ] std_algorithms_mod_seq_ops_test.generate 37: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 37: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 37: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 37: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 37: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms) 37: [----------] 12 tests from std_algorithms_mod_seq_ops_test (5 ms total) 37: 37: [----------] 4 tests from std_algorithms_replace_ops_test 37: [ RUN ] std_algorithms_replace_ops_test.replace 37: [ OK ] std_algorithms_replace_ops_test.replace (29 ms) 37: [ RUN ] std_algorithms_replace_ops_test.replace_if 37: [ OK ] std_algorithms_replace_ops_test.replace_if (146 ms) 37: [ RUN ] std_algorithms_replace_ops_test.replace_copy 37: [ OK ] std_algorithms_replace_ops_test.replace_copy (48 ms) 37: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 37: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (43 ms) 37: [----------] 4 tests from std_algorithms_replace_ops_test (267 ms total) 37: 37: [----------] 11 tests from std_algorithms_mod_seq_ops 37: [ RUN ] std_algorithms_mod_seq_ops.copy_if 37: [ OK ] std_algorithms_mod_seq_ops.copy_if (40 ms) 37: [ RUN ] std_algorithms_mod_seq_ops.unique 37: [ OK ] std_algorithms_mod_seq_ops.unique (241 ms) 37: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 37: [ OK ] std_algorithms_mod_seq_ops.unique_copy (76 ms) 37: [ RUN ] std_algorithms_mod_seq_ops.remove 37: [ OK ] std_algorithms_mod_seq_ops.remove (58 ms) 37: [ RUN ] std_algorithms_mod_seq_ops.remove_if 37: [ OK ] std_algorithms_mod_seq_ops.remove_if (63 ms) 37: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 37: [ OK ] std_algorithms_mod_seq_ops.remove_copy (182 ms) 37: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 37: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (61 ms) 37: [ RUN ] std_algorithms_mod_seq_ops.rotate 37: [ OK ] std_algorithms_mod_seq_ops.rotate (1453 ms) 37: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 37: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (464 ms) 37: [ RUN ] std_algorithms_mod_seq_ops.shift_left 37: [ OK ] std_algorithms_mod_seq_ops.shift_left (1400 ms) 37: [ RUN ] std_algorithms_mod_seq_ops.shift_right 37: [ OK ] std_algorithms_mod_seq_ops.shift_right (1408 ms) 37: [----------] 11 tests from std_algorithms_mod_seq_ops (5452 ms total) 37: 37: [----------] 1 test from std_algorithms_modseq_test 37: [ RUN ] std_algorithms_modseq_test.reverse 37: [ OK ] std_algorithms_modseq_test.reverse (46 ms) 37: [----------] 1 test from std_algorithms_modseq_test (46 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 31 tests from 5 test suites ran. (5774 ms total) 37: [ PASSED ] 31 tests. 37/52 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_D .......... Passed 6.24 sec test 38 Start 38: Kokkos_AlgorithmsUnitTest_StdSet_E 38: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 38: Test timeout computed to be: 1500 38: [==========] Running 29 tests from 7 test suites. 38: [----------] Global test environment set-up. 38: [----------] 2 tests from std_algorithms_sorting_ops_test 38: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 38: [ OK ] std_algorithms_sorting_ops_test.is_sorted (12 ms) 38: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 38: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (12 ms) 38: [----------] 2 tests from std_algorithms_sorting_ops_test (25 ms total) 38: 38: [----------] 4 tests from std_algorithms_partitioning_test 38: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 38: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 38: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 38: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (2 ms) 38: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 38: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms) 38: [ RUN ] std_algorithms_partitioning_test.partition_point 38: [ OK ] std_algorithms_partitioning_test.partition_point (1 ms) 38: [----------] 4 tests from std_algorithms_partitioning_test (4 ms total) 38: 38: [----------] 1 test from std_algorithms_partitioning_ops 38: [ RUN ] std_algorithms_partitioning_ops.partition_copy 38: [ OK ] std_algorithms_partitioning_ops.partition_copy (29 ms) 38: [----------] 1 test from std_algorithms_partitioning_ops (29 ms total) 38: 38: [----------] 12 tests from std_algorithms_numerics_test 38: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 38: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (5 ms) 38: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 38: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms) 38: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 38: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms) 38: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 38: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms) 38: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 38: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms) 38: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 38: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms) 38: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 38: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms) 38: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 38: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms) 38: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 38: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms) 38: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 38: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms) 38: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 38: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms) 38: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 38: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms) 38: [----------] 12 tests from std_algorithms_numerics_test (15 ms total) 38: 38: [----------] 1 test from std_algorithms_numerics_ops_test 38: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 38: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (76 ms) 38: [----------] 1 test from std_algorithms_numerics_ops_test (76 ms total) 38: 38: [----------] 8 tests from std_algorithms_numeric_ops_test 38: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 38: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (819 ms) 38: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 38: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 38: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan 38: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (642 ms) 38: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 38: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 38: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 38: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (236 ms) 38: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 38: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 38: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan 38: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (332 ms) 38: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 38: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 38: [----------] 8 tests from std_algorithms_numeric_ops_test (2031 ms total) 38: 38: [----------] 1 test from std_algorithms_transform_ops_test 38: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 38: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (36 ms) 38: [----------] 1 test from std_algorithms_transform_ops_test (36 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 29 tests from 7 test suites ran. (2218 ms total) 38: [ PASSED ] 29 tests. 38/52 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_E .......... Passed 2.68 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 39: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 39: Test timeout computed to be: 1500 39: [==========] Running 12 tests from 7 test suites. 39: [----------] Global test environment set-up. 39: [----------] 2 tests from std_algorithms_adjacent_find_team_test 39: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 39: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (674 ms) 39: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 39: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (630 ms) 39: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1304 ms total) 39: 39: [----------] 2 tests from std_algorithms_count_team_test 39: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero 39: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (546 ms) 39: [ RUN ] std_algorithms_count_team_test.count_returns_zero 4: [ OK ] hip.reduce_device_view_range_policy (26163 ms) 4: [ RUN ] hip.reduce_device_view_mdrange_policy 39: [ OK ] std_algorithms_count_team_test.count_returns_zero (210 ms) 39: [----------] 2 tests from std_algorithms_count_team_test (756 ms total) 39: 39: [----------] 1 test from std_algorithms_count_if_team_test 39: [ RUN ] std_algorithms_count_if_team_test.test 39: /var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests/TestStdAlgorithmsTeamCountIf.cpp:138: Failure 39: Expected equality of these values: 39: goldCountForRow 39: Which is: 5886 39: countsView_h(i) 39: Which is: 2940 39: [ FAILED ] std_algorithms_count_if_team_test.test (314 ms) 39: [----------] 1 test from std_algorithms_count_if_team_test (314 ms total) 39: 39: [----------] 1 test from std_algorithms_for_each_team_test 39: [ RUN ] std_algorithms_for_each_team_test.test [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o 39: [ OK ] std_algorithms_for_each_team_test.test (382 ms) 39: [----------] 1 test from std_algorithms_for_each_team_test (382 ms total) 39: 39: [----------] 1 test from std_algorithms_for_each_n_team_test 39: [ RUN ] std_algorithms_for_each_n_team_test.test 39: [ OK ] std_algorithms_for_each_n_team_test.test (402 ms) 39: [----------] 1 test from std_algorithms_for_each_n_team_test (402 ms total) 39: 39: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 39: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o 39: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (2809 ms) 39: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 39: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (1679 ms) 39: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 39: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (1677 ms) 39: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (6165 ms total) 39: 39: [----------] 2 tests from std_algorithms_mismatch_team_test 39: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 39: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (1835 ms) 39: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal [ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o 39: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (813 ms) 39: [----------] 2 tests from std_algorithms_mismatch_team_test (2650 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 12 tests from 7 test suites ran. (11976 ms total) 39: [ PASSED ] 11 tests. 39: [ FAILED ] 1 test, listed below: 39: [ FAILED ] std_algorithms_count_if_team_test.test 39: 39: 1 FAILED TEST 39/52 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .....***Failed Error regular expression found in output. Regex=[ FAILED ] 12.47 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 40: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 40: Test timeout computed to be: 1500 40: [==========] Running 8 tests from 4 test suites. 40: [----------] Global test environment set-up. 40: [----------] 2 tests from std_algorithms_equal_team_test 40: [ RUN ] std_algorithms_equal_team_test.views_are_equal 40: [ OK ] std_algorithms_equal_team_test.views_are_equal (1542 ms) 40: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 40: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (1418 ms) 40: [----------] 2 tests from std_algorithms_equal_team_test (2960 ms total) 40: 40: [----------] 2 tests from std_algorithms_search_team_test 40: [ RUN ] std_algorithms_search_team_test.sequences_exist [ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D 40: [ OK ] std_algorithms_search_team_test.sequences_exist (696 ms) 40: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 10: [ OK ] sycl.team_scratch_1_queues (23251 ms) 10: [ RUN ] sycl.space_access 10: [ OK ] sycl.space_access (0 ms) 10: [ RUN ] sycl.uvm 10: [ OK ] sycl.uvm (0 ms) 10: [ RUN ] sycl.impl_view_accessible 10: [ OK ] sycl.impl_view_accessible (3 ms) 10: [----------] 4 tests from sycl (23256 ms total) 10: 10: [----------] 25 tests from sycl_host_usm 10: [ RUN ] sycl_host_usm.impl_shared_alloc 10: [ OK ] sycl_host_usm.impl_shared_alloc (28 ms) 10: [ RUN ] sycl_host_usm.view_api_a 10: [ OK ] sycl_host_usm.view_api_a (7 ms) 10: [ RUN ] sycl_host_usm.view_api_b 10: [ OK ] sycl_host_usm.view_api_b (1 ms) 10: [ RUN ] sycl_host_usm.view_api_c 10: [ OK ] sycl_host_usm.view_api_c (0 ms) 10: [ RUN ] sycl_host_usm.view_api_d 10: [ OK ] sycl_host_usm.view_api_d (0 ms) 10: [ RUN ] sycl_host_usm.view_allocation_error 10: 10: PI CUDA ERROR: 10: Value: 2 10: Name: CUDA_ERROR_OUT_OF_MEMORY 10: Description: out of memory 10: Function: cuda_piextUSMHostAlloc 10: Source Location: /root/intel-llvm-mirror/sycl/plugins/cuda/pi_cuda.cpp:4875 10: 10: [ OK ] sycl_host_usm.view_allocation_error (0 ms) 10: [ RUN ] sycl_host_usm.view_remap 10: [ OK ] sycl_host_usm.view_remap (0 ms) 10: [ RUN ] sycl_host_usm.view_mirror_nonconst 10: [ OK ] sycl_host_usm.view_mirror_nonconst (0 ms) 10: [ RUN ] sycl_host_usm.view_stride_method 10: [ OK ] sycl_host_usm.view_stride_method (0 ms) 10: [ RUN ] sycl_host_usm.anonymous_space 10: [ OK ] sycl_host_usm.anonymous_space (0 ms) 10: [ RUN ] sycl_host_usm.view_overload_resolution 10: [ OK ] sycl_host_usm.view_overload_resolution (0 ms) 10: [ RUN ] sycl_host_usm.view_allocation_large_rank 40: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (896 ms) 40: [----------] 2 tests from std_algorithms_search_team_test (1592 ms total) 40: 40: [----------] 2 tests from std_algorithms_find_end_team_test 40: [ RUN ] std_algorithms_find_end_team_test.sequences_exist [ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o 10: [ OK ] sycl_host_usm.view_allocation_large_rank (4482 ms) 10: [ RUN ] sycl_host_usm.view_shmem_size_on_device 10: [ OK ] sycl_host_usm.view_shmem_size_on_device (0 ms) 10: [ RUN ] sycl_host_usm.view_is_assignable 10: [ OK ] sycl_host_usm.view_is_assignable (0 ms) 10: [ RUN ] sycl_host_usm.view_copy_tests 10: [ OK ] sycl_host_usm.view_copy_tests (4 ms) 10: [ RUN ] sycl_host_usm.view_copy_tests_rank_0 10: [ OK ] sycl_host_usm.view_copy_tests_rank_0 (0 ms) 10: [ RUN ] sycl_host_usm.view_copy_degenerated 10: [ OK ] sycl_host_usm.view_copy_degenerated (0 ms) 10: [ RUN ] sycl_host_usm.view_mapping 10: [ OK ] sycl_host_usm.view_mapping (58 ms) 10: [ RUN ] sycl_host_usm.view_mapping_operator 10: [ OK ] sycl_host_usm.view_mapping_operator (4 ms) 10: [ RUN ] sycl_host_usm.static_extent 10: [ OK ] sycl_host_usm.static_extent (0 ms) 10: [ RUN ] sycl_host_usm.view_mapping_atomic 10: [ OK ] sycl_host_usm.view_mapping_atomic (0 ms) 10: [ RUN ] sycl_host_usm.view_mapping_class_value 10: [ OK ] sycl_host_usm.view_mapping_class_value (0 ms) 10: [ RUN ] sycl_host_usm.view_mapping_assignable 10: [ OK ] sycl_host_usm.view_mapping_assignable (0 ms) 10: [ RUN ] sycl_host_usm.view_mapping_trivially_copyable 10: [ OK ] sycl_host_usm.view_mapping_trivially_copyable (0 ms) 10: [ RUN ] sycl_host_usm.view_mapping_subview 10: [ OK ] sycl_host_usm.view_mapping_subview (0 ms) 10: [----------] 25 tests from sycl_host_usm (4589 ms total) 10: 10: [----------] 25 tests from sycl_shared_usm 10: [ RUN ] sycl_shared_usm.impl_shared_alloc 10: [ OK ] sycl_shared_usm.impl_shared_alloc (40 ms) 10: [ RUN ] sycl_shared_usm.view_api_a 10: [ OK ] sycl_shared_usm.view_api_a (17 ms) 10: [ RUN ] sycl_shared_usm.view_api_b 10: [ OK ] sycl_shared_usm.view_api_b (20 ms) 10: [ RUN ] sycl_shared_usm.view_api_c 10: [ OK ] sycl_shared_usm.view_api_c (0 ms) 10: [ RUN ] sycl_shared_usm.view_api_d 10: [ OK ] sycl_shared_usm.view_api_d (4 ms) 10: [ RUN ] sycl_shared_usm.view_allocation_error 10: 10: PI CUDA ERROR: 10: Value: 2 10: Name: CUDA_ERROR_OUT_OF_MEMORY 10: Description: out of memory 10: Function: cuda_piextUSMSharedAlloc 10: Source Location: /root/intel-llvm-mirror/sycl/plugins/cuda/pi_cuda.cpp:4924 10: 10: [ OK ] sycl_shared_usm.view_allocation_error (0 ms) 10: [ RUN ] sycl_shared_usm.view_remap 10: [ OK ] sycl_shared_usm.view_remap (1 ms) 10: [ RUN ] sycl_shared_usm.view_mirror_nonconst 10: [ OK ] sycl_shared_usm.view_mirror_nonconst (0 ms) 10: [ RUN ] sycl_shared_usm.view_stride_method 10: [ OK ] sycl_shared_usm.view_stride_method (0 ms) 10: [ RUN ] sycl_shared_usm.anonymous_space 10: [ OK ] sycl_shared_usm.anonymous_space (0 ms) 10: [ RUN ] sycl_shared_usm.view_overload_resolution 10: [ OK ] sycl_shared_usm.view_overload_resolution (0 ms) 10: [ RUN ] sycl_shared_usm.view_allocation_large_rank 40: [ OK ] std_algorithms_find_end_team_test.sequences_exist (1884 ms) 40: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o 10: [ OK ] sycl_shared_usm.view_allocation_large_rank (1120 ms) 10: [ RUN ] sycl_shared_usm.view_shmem_size_on_device 10: [ OK ] sycl_shared_usm.view_shmem_size_on_device (9 ms) 10: [ RUN ] sycl_shared_usm.view_is_assignable 10: [ OK ] sycl_shared_usm.view_is_assignable (6 ms) 10: [ RUN ] sycl_shared_usm.view_copy_tests 10: [ OK ] sycl_shared_usm.view_copy_tests (23 ms) 10: [ RUN ] sycl_shared_usm.view_copy_tests_rank_0 10: [ OK ] sycl_shared_usm.view_copy_tests_rank_0 (3 ms) 10: [ RUN ] sycl_shared_usm.view_copy_degenerated 10: [ OK ] sycl_shared_usm.view_copy_degenerated (0 ms) 10: [ RUN ] sycl_shared_usm.view_mapping 10: [ OK ] sycl_shared_usm.view_mapping (60 ms) 10: [ RUN ] sycl_shared_usm.view_mapping_operator 10: [ OK ] sycl_shared_usm.view_mapping_operator (16 ms) 10: [ RUN ] sycl_shared_usm.static_extent 10: [ OK ] sycl_shared_usm.static_extent (0 ms) 10: [ RUN ] sycl_shared_usm.view_mapping_atomic 10: [ OK ] sycl_shared_usm.view_mapping_atomic (0 ms) 10: [ RUN ] sycl_shared_usm.view_mapping_class_value 10: [ OK ] sycl_shared_usm.view_mapping_class_value (0 ms) 10: [ RUN ] sycl_shared_usm.view_mapping_assignable 10: [ OK ] sycl_shared_usm.view_mapping_assignable (0 ms) 10: [ RUN ] sycl_shared_usm.view_mapping_trivially_copyable 10: [ OK ] sycl_shared_usm.view_mapping_trivially_copyable (0 ms) 10: [ RUN ] sycl_shared_usm.view_mapping_subview 10: [ OK ] sycl_shared_usm.view_mapping_subview (0 ms) 10: [----------] 25 tests from sycl_shared_usm (1330 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 54 tests from 3 test suites ran. (29176 ms total) 10: [ PASSED ] 54 tests. 10/57 Test #10: Kokkos_CoreUnitTest_SYCL3 ..................... Passed 32.03 sec test 11 Start 11: Kokkos_CoreUnitTest_SYCLInterOpInit 11: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_SYCLInterOpInit 11: Test timeout computed to be: 1500 11: [==========] Running 1 test from 1 test suite. 11: [----------] Global test environment set-up. 11: [----------] 1 test from sycl 11: [ RUN ] sycl.raw_sycl_interop 40: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (1709 ms) 40: [----------] 2 tests from std_algorithms_find_end_team_test (3593 ms total) 40: 40: [----------] 2 tests from std_algorithms_find_first_of_team_test 40: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 40: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (1358 ms) 40: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 11: [ OK ] sycl.raw_sycl_interop (1626 ms) 11: [----------] 1 test from sycl (1626 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 1 test from 1 test suite ran. (1627 ms total) 11: [ PASSED ] 1 test. 11/57 Test #11: Kokkos_CoreUnitTest_SYCLInterOpInit ........... Passed 2.42 sec test 12 Start 12: Kokkos_CoreUnitTest_SYCLInterOpInit_Context 12: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_SYCLInterOpInit_Context 12: Test timeout computed to be: 1500 [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o 12: [==========] Running 2 tests from 1 test suite. 12: [----------] Global test environment set-up. 12: [----------] 2 tests from sycl 12: [ RUN ] sycl.raw_sycl_interop_context_1 12: [ OK ] sycl.raw_sycl_interop_context_1 (2 ms) 12: [ RUN ] sycl.raw_sycl_interop_context_2 12: [ OK ] sycl.raw_sycl_interop_context_2 (0 ms) 12: [----------] 2 tests from sycl (2 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 2 tests from 1 test suite ran. (2 ms total) 12: [ PASSED ] 2 tests. 12/57 Test #12: Kokkos_CoreUnitTest_SYCLInterOpInit_Context ... Passed 2.45 sec test 13 Start 13: Kokkos_CoreUnitTest_SYCLInterOpStreams 13: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_SYCLInterOpStreams 13: Test timeout computed to be: 1500 13: [==========] Running 1 test from 1 test suite. 13: [----------] Global test environment set-up. 13: [----------] 1 test from sycl 13: [ RUN ] sycl.raw_sycl_queues 13: [ OK ] sycl.raw_sycl_queues (1632 ms) 13: [----------] 1 test from sycl (1632 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 1 test from 1 test suite ran. (1632 ms total) 13: [ PASSED ] 1 test. 13/57 Test #13: Kokkos_CoreUnitTest_SYCLInterOpStreams ........ Passed 2.43 sec test 14 Start 14: Kokkos_CoreUnitTest_Default 14: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Default 14: Test timeout computed to be: 1500 40: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (5432 ms) 40: [----------] 2 tests from std_algorithms_find_first_of_team_test (6790 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 8 tests from 4 test suites ran. (14938 ms total) 40: [ PASSED ] 8 tests. 40/52 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ..... Passed 15.40 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 41: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 41: Test timeout computed to be: 1500 41: [==========] Running 11 tests from 7 test suites. 41: [----------] Global test environment set-up. 41: [----------] 2 tests from std_algorithms_find_team_test 41: [ RUN ] std_algorithms_find_team_test.searched_values_exist 41: [ OK ] std_algorithms_find_team_test.searched_values_exist (273 ms) 41: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist 4: [ OK ] hip.reduce_device_view_mdrange_policy (24421 ms) 4: [ RUN ] hip.reduce_device_view_team_policy 41: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (390 ms) 41: [----------] 2 tests from std_algorithms_find_team_test (664 ms total) 41: 41: [----------] 2 tests from std_algorithms_find_if_team_test 41: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 41: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (225 ms) 41: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 41: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (425 ms) 41: [----------] 2 tests from std_algorithms_find_if_team_test (651 ms total) 41: 41: [----------] 2 tests from std_algorithms_find_if_not_team_test 41: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 41: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (394 ms) 41: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false 41: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (220 ms) 41: [----------] 2 tests from std_algorithms_find_if_not_team_test (615 ms total) 41: 41: [----------] 1 test from std_algorithms_all_of_team_test 41: [ RUN ] std_algorithms_all_of_team_test.test 14: [==========] Running 70 tests from 41 test suites. 14: [----------] Global test environment set-up. 14: [----------] 30 tests from defaultdevicetype 14: [ RUN ] defaultdevicetype.initialization_settings 14: [ OK ] defaultdevicetype.initialization_settings (0 ms) 14: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 14: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 14: [ RUN ] defaultdevicetype.cmd_line_args_device_id 14: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 14: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 14: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 14: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 14: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 14: [ RUN ] defaultdevicetype.cmd_line_args_help 14: [ OK ] defaultdevicetype.cmd_line_args_help (24 ms) 14: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 14: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (6 ms) 14: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 14: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (24 ms) 14: [ RUN ] defaultdevicetype.env_vars_num_threads 14: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 14: [ RUN ] defaultdevicetype.env_vars_device_id 14: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 14: [ RUN ] defaultdevicetype.env_vars_disable_warnings 14: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 14: [ RUN ] defaultdevicetype.env_vars_tune_internals 14: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 14: [ RUN ] defaultdevicetype.visible_devices 14: [ OK ] defaultdevicetype.visible_devices (0 ms) 14: [ RUN ] defaultdevicetype.shared_host_pinned_space 14: [ OK ] defaultdevicetype.shared_host_pinned_space (2 ms) 14: [ RUN ] defaultdevicetype.compiler_macros 14: [ OK ] defaultdevicetype.compiler_macros (0 ms) 14: [ RUN ] defaultdevicetype.half_conversion 14: [ OK ] defaultdevicetype.half_conversion (1 ms) 14: [ RUN ] defaultdevicetype.bhalf_conversion 14: [ OK ] defaultdevicetype.bhalf_conversion (1 ms) 14: [ RUN ] defaultdevicetype.half_operators 14: [ OK ] defaultdevicetype.half_operators (0 ms) 14: [ RUN ] defaultdevicetype.bhalf_operators 14: [ OK ] defaultdevicetype.bhalf_operators (0 ms) 14: [ RUN ] defaultdevicetype.host_space_access 14: [ OK ] defaultdevicetype.host_space_access (0 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_a1 14: [ OK ] defaultdevicetype.reduce_instantiation_a1 (7 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_b1 14: [ OK ] defaultdevicetype.reduce_instantiation_b1 (14 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_c1 14: [ OK ] defaultdevicetype.reduce_instantiation_c1 (5 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_a2 14: [ OK ] defaultdevicetype.reduce_instantiation_a2 (10 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_b2 14: [ OK ] defaultdevicetype.reduce_instantiation_b2 (18 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_c2 14: [ OK ] defaultdevicetype.reduce_instantiation_c2 (6 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_a3 14: [ OK ] defaultdevicetype.reduce_instantiation_a3 (13 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_b3 14: [ OK ] defaultdevicetype.reduce_instantiation_b3 (21 ms) 14: [ RUN ] defaultdevicetype.reduce_instantiation_c3 14: [ OK ] defaultdevicetype.reduce_instantiation_c3 (7 ms) 14: [ RUN ] defaultdevicetype.malloc 14: [ OK ] defaultdevicetype.malloc (0 ms) 14: [----------] 30 tests from defaultdevicetype (168 ms total) 14: 14: [----------] 1 test from kokkosresize 14: [ RUN ] kokkosresize.host_space_access 14: [ OK ] kokkosresize.host_space_access (13 ms) 14: [----------] 1 test from kokkosresize (13 ms total) 14: 14: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/0.sizes 14: [ OK ] TestViewAPI/0.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/0 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/1, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/1.sizes 14: [ OK ] TestViewAPI/1.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/1 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/2, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/2.sizes 14: [ OK ] TestViewAPI/2.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/2 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/3, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/3.sizes 14: [ OK ] TestViewAPI/3.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/3 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/4, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/4.sizes 14: [ OK ] TestViewAPI/4.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/4 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/5, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/5.sizes 14: [ OK ] TestViewAPI/5.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/5 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/6, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/6.sizes 14: [ OK ] TestViewAPI/6.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/6 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/7, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/7.sizes 14: [ OK ] TestViewAPI/7.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/7 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/8, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/8.sizes 14: [ OK ] TestViewAPI/8.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/8 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/9, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/9.sizes 14: [ OK ] TestViewAPI/9.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/9 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/10, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/10.sizes 14: [ OK ] TestViewAPI/10.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/10 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/11, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/11.sizes 14: [ OK ] TestViewAPI/11.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/11 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/12, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/12.sizes 14: [ OK ] TestViewAPI/12.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/12 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/13, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/13.sizes 14: [ OK ] TestViewAPI/13.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/13 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/14, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/14.sizes 14: [ OK ] TestViewAPI/14.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/14 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/15, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/15.sizes 14: [ OK ] TestViewAPI/15.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/15 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/16, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/16.sizes 14: [ OK ] TestViewAPI/16.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/16 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/17, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/17.sizes 14: [ OK ] TestViewAPI/17.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/17 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/18, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/18.sizes 14: [ OK ] TestViewAPI/18.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/18 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/19, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/19.sizes 14: [ OK ] TestViewAPI/19.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/19 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/20, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/20.sizes 14: [ OK ] TestViewAPI/20.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/20 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/21, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/21.sizes 14: [ OK ] TestViewAPI/21.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/21 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/22, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/22.sizes 14: [ OK ] TestViewAPI/22.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/22 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/23, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/23.sizes 14: [ OK ] TestViewAPI/23.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/23 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/24, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/24.sizes 14: [ OK ] TestViewAPI/24.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/24 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/25, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/25.sizes 14: [ OK ] TestViewAPI/25.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/25 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/26, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/26.sizes 14: [ OK ] TestViewAPI/26.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/26 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/27, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/27.sizes 14: [ OK ] TestViewAPI/27.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/27 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/28, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/28.sizes 14: [ OK ] TestViewAPI/28.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/28 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/29, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/29.sizes 14: [ OK ] TestViewAPI/29.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/29 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/30, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/30.sizes 14: [ OK ] TestViewAPI/30.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/30 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/31, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/31.sizes 14: [ OK ] TestViewAPI/31.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/31 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/32, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/32.sizes 14: [ OK ] TestViewAPI/32.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/32 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/33, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/33.sizes 14: [ OK ] TestViewAPI/33.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/33 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/34, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/34.sizes 14: [ OK ] TestViewAPI/34.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/34 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/35, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/35.sizes 14: [ OK ] TestViewAPI/35.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/35 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/36, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/36.sizes 14: [ OK ] TestViewAPI/36.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/36 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/37, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/37.sizes 14: [ OK ] TestViewAPI/37.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/37 (0 ms total) 14: 14: [----------] 1 test from TestViewAPI/38, where TypeParam = std::tuple, std::integer_sequence > 14: [ RUN ] TestViewAPI/38.sizes 14: [ OK ] TestViewAPI/38.sizes (0 ms) 14: [----------] 1 test from TestViewAPI/38 (0 ms total) 14: 14: [----------] Global test environment tear-down 14: [==========] 70 tests from 41 test suites ran. (183 ms total) 14: [ PASSED ] 70 tests. 41: [ OK ] std_algorithms_all_of_team_test.test (391 ms) 41: [----------] 1 test from std_algorithms_all_of_team_test (391 ms total) 41: 41: [----------] 1 test from std_algorithms_any_of_team_test 41: [ RUN ] std_algorithms_any_of_team_test.test 41: [ OK ] std_algorithms_any_of_team_test.test (261 ms) 41: [----------] 1 test from std_algorithms_any_of_team_test (261 ms total) 41: 41: [----------] 1 test from std_algorithms_none_of_team_test 41: [ RUN ] std_algorithms_none_of_team_test.test 41: [ OK ] std_algorithms_none_of_team_test.test (390 ms) 41: [----------] 1 test from std_algorithms_none_of_team_test (390 ms total) 41: 41: [----------] 2 tests from std_algorithms_search_n_team_test 41: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 14/57 Test #14: Kokkos_CoreUnitTest_Default ................... Passed 2.63 sec test 15 Start 15: Kokkos_CoreUnitTest_LegionInitialization 15: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization 15: Test timeout computed to be: 1500 15: [==========] Running 1 test from 1 test suite. 15: [----------] Global test environment set-up. 15: [----------] 1 test from initialization 15: [ RUN ] initialization.legion_initialization 41: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (327 ms) 41: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 41: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (394 ms) 41: [----------] 2 tests from std_algorithms_search_n_team_test (722 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 11 tests from 7 test suites ran. (3697 ms total) 41: [ PASSED ] 11 tests. 41/52 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ..... Passed 4.15 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 42: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 42: Test timeout computed to be: 1500 42: [==========] Running 3 tests from 3 test suites. 42: [----------] Global test environment set-up. 42: [----------] 1 test from std_algorithms_min_element_team_test 42: [ RUN ] std_algorithms_min_element_team_test.test 15: [ OK ] initialization.legion_initialization (1638 ms) 15: [----------] 1 test from initialization (1638 ms total) 15: 15: [----------] Global test environment tear-down 15: [==========] 1 test from 1 test suite ran. (1638 ms total) 15: [ PASSED ] 1 test. 15/57 Test #15: Kokkos_CoreUnitTest_LegionInitialization ...... Passed 2.43 sec test 16 Start 16: Kokkos_CoreUnitTest_PushFinalizeHook 16: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook 16: Test timeout computed to be: 1500 42: [ OK ] std_algorithms_min_element_team_test.test (1340 ms) 42: [----------] 1 test from std_algorithms_min_element_team_test (1340 ms total) 42: 42: [----------] 1 test from std_algorithms_max_element_team_test 42: [ RUN ] std_algorithms_max_element_team_test.test 42: [ OK ] std_algorithms_max_element_team_test.test (1277 ms) 42: [----------] 1 test from std_algorithms_max_element_team_test (1277 ms total) 42: 42: [----------] 1 test from std_algorithms_minmax_element_team_test 42: [ RUN ] std_algorithms_minmax_element_team_test.test 16: SUCCESS [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o 16/57 Test #16: Kokkos_CoreUnitTest_PushFinalizeHook .......... Passed 2.43 sec test 17 Start 17: Kokkos_CoreUnitTest_Develop 17: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Develop 17: Test timeout computed to be: 1500 42: [ OK ] std_algorithms_minmax_element_team_test.test (1795 ms) 42: [----------] 1 test from std_algorithms_minmax_element_team_test (1795 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 3 tests from 3 test suites ran. (4413 ms total) 42: [ PASSED ] 3 tests. 42/52 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ..... Passed 4.87 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 43: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 43: Test timeout computed to be: 1500 43: [==========] Running 6 tests from 6 test suites. 43: [----------] Global test environment set-up. 43: [----------] 1 test from std_algorithms_fill_team_test 43: [ RUN ] std_algorithms_fill_team_test.test 43: [ OK ] std_algorithms_fill_team_test.test (377 ms) 43: [----------] 1 test from std_algorithms_fill_team_test (377 ms total) 43: 43: [----------] 1 test from std_algorithms_fill_n_team_test 43: [ RUN ] std_algorithms_fill_n_team_test.test 17: [==========] Running 1 test from 1 test suite. 17: [----------] Global test environment set-up. 17: [----------] 1 test from defaultdevicetype 17: [ RUN ] defaultdevicetype.development_test 17: [ OK ] defaultdevicetype.development_test (0 ms) 17: [----------] 1 test from defaultdevicetype (0 ms total) 17: 17: [----------] Global test environment tear-down 17: [==========] 1 test from 1 test suite ran. (0 ms total) 17: [ PASSED ] 1 test. 43: [ OK ] std_algorithms_fill_n_team_test.test (345 ms) 43: [----------] 1 test from std_algorithms_fill_n_team_test (346 ms total) 43: 43: [----------] 1 test from std_algorithms_replace_team_test 43: [ RUN ] std_algorithms_replace_team_test.test 17/57 Test #17: Kokkos_CoreUnitTest_Develop ................... Passed 2.41 sec test 18 Start 18: Kokkos_CoreUnitTest_KokkosP 18: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 18: Test timeout computed to be: 1500 43: [ OK ] std_algorithms_replace_team_test.test (507 ms) 43: [----------] 1 test from std_algorithms_replace_team_test (507 ms total) 43: 43: [----------] 1 test from std_algorithms_replace_if_team_test 43: [ RUN ] std_algorithms_replace_if_team_test.test 43: [ OK ] std_algorithms_replace_if_team_test.test (519 ms) 43: [----------] 1 test from std_algorithms_replace_if_team_test (519 ms total) 43: 43: [----------] 1 test from std_algorithms_replace_copy_team_test 43: [ RUN ] std_algorithms_replace_copy_team_test.test 43: [ OK ] std_algorithms_replace_copy_team_test.test (905 ms) 43: [----------] 1 test from std_algorithms_replace_copy_team_test (905 ms total) 43: 43: [----------] 1 test from std_algorithms_replace_copy_if_team_test 43: [ RUN ] std_algorithms_replace_copy_if_team_test.test 18: [==========] Running 27 tests from 2 test suites. 18: [----------] Global test environment set-up. 18: [----------] 25 tests from kokkosp 18: [ RUN ] kokkosp.test_named_instance_fence 18: Ref: 117440513 18: Ref: named_instance 18: 117440513 18: named_instance 18: [ OK ] kokkosp.test_named_instance_fence (0 ms) 18: [ RUN ] kokkosp.test_unnamed_instance_fence 18: Ref: 117440513 18: Ref: Unnamed Instance Fence 18: 117440513 18: Kokkos::Experimental::SYCL::fence: Unnamed Instance Fence 18: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 18: [ RUN ] kokkosp.test_named_global_fence 18: Ref: 117440512 18: Ref: test global fence 18: 0 18: test global fence 18: Miss on id 18: 117440512 18: test global fence 18: [ OK ] kokkosp.test_named_global_fence (0 ms) 18: [ RUN ] kokkosp.test_unnamed_global_fence 18: Ref: 117440512 18: Ref: Unnamed Global Fence 18: 0 18: Kokkos::fence: Unnamed Global Fence 18: Miss on id 18: 117440512 18: Kokkos::fence: Unnamed Global Fence 18: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 18: [ RUN ] kokkosp.test_multiple_default_instances 18: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 18: [ RUN ] kokkosp.test_id_gen 18: [ OK ] kokkosp.test_id_gen (0 ms) 18: [ RUN ] kokkosp.test_kernel_sequence 18: Ref: 117440513 18: Ref: named_instance 18: 117440513 18: named_instance 18: Ref: 117440513 18: Ref: test_kernel 18: 117440513 18: named_instance 18: Miss on name 18: 0 18: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 18: Miss on name 18: Miss on id 18: 117440512 18: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 18: Miss on name 18: Miss on id 18: 117440513 18: test_kernel 18: [ OK ] kokkosp.test_kernel_sequence (0 ms) 18: [ RUN ] kokkosp.async_deep_copy 18: [ OK ] kokkosp.async_deep_copy (0 ms) 18: [ RUN ] kokkosp.parallel_for 18: [ OK ] kokkosp.parallel_for (0 ms) 18: [ RUN ] kokkosp.parallel_reduce 18: [ OK ] kokkosp.parallel_reduce (1 ms) 18: [ RUN ] kokkosp.parallel_scan 18: [ OK ] kokkosp.parallel_scan (0 ms) 18: [ RUN ] kokkosp.parallel_scan_no_fence 18: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 18: [ RUN ] kokkosp.parallel_scan_no_fence_view 18: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 18: [ RUN ] kokkosp.regions 18: [ OK ] kokkosp.regions (0 ms) 18: [ RUN ] kokkosp.fences 18: [ OK ] kokkosp.fences (0 ms) 18: [ RUN ] kokkosp.raw_allocation 18: [ OK ] kokkosp.raw_allocation (0 ms) 18: [ RUN ] kokkosp.view 18: [ OK ] kokkosp.view (0 ms) 18: [ RUN ] kokkosp.sections 18: [ OK ] kokkosp.sections (0 ms) 18: [ RUN ] kokkosp.metadata 18: [ OK ] kokkosp.metadata (0 ms) 18: [ RUN ] kokkosp.profile_events 18: [ OK ] kokkosp.profile_events (0 ms) 18: [ RUN ] kokkosp.no_init_kernel 18: [ OK ] kokkosp.no_init_kernel (0 ms) 18: [ RUN ] kokkosp.get_events 18: [ OK ] kokkosp.get_events (0 ms) 18: [ RUN ] kokkosp.create_mirror_no_init 18: [ OK ] kokkosp.create_mirror_no_init (0 ms) 18: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 18: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 18: [ RUN ] kokkosp.create_mirror_view_and_copy 18: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 18: [----------] 25 tests from kokkosp (4 ms total) 18: 18: [----------] 2 tests from defaultdevicetype 18: [ RUN ] defaultdevicetype.profiling_section 18: [ OK ] defaultdevicetype.profiling_section (0 ms) 18: [ RUN ] defaultdevicetype.scoped_profile_region 18: [ OK ] defaultdevicetype.scoped_profile_region (0 ms) 18: [----------] 2 tests from defaultdevicetype (0 ms total) 18: 18: [----------] Global test environment tear-down 18: [==========] 27 tests from 2 test suites ran. (4 ms total) 18: [ PASSED ] 27 tests. 43: [ OK ] std_algorithms_replace_copy_if_team_test.test (715 ms) 43: [----------] 1 test from std_algorithms_replace_copy_if_team_test (715 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 6 tests from 6 test suites ran. (3371 ms total) 43: [ PASSED ] 6 tests. 43/52 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ..... Passed 3.83 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 44: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 44: Test timeout computed to be: 1500 18/57 Test #18: Kokkos_CoreUnitTest_KokkosP ................... Passed 2.43 sec test 19 Start 19: Kokkos_CoreUnitTest_ToolIndependence 19: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 19: Test timeout computed to be: 1500 19/57 Test #19: Kokkos_CoreUnitTest_ToolIndependence .......... Passed 0.01 sec test 20 Start 20: Kokkos_ProfilingTestLibraryLoadHelp 20: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 20: Environment variables: 20: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/libkokkosprinter-tool.so 20: Test timeout computed to be: 1500 20: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 44: [==========] Running 4 tests from 4 test suites. 44: [----------] Global test environment set-up. 44: [----------] 1 test from std_algorithms_reverse_team_test 44: [ RUN ] std_algorithms_reverse_team_test.test 44: [ OK ] std_algorithms_reverse_team_test.test (350 ms) 44: [----------] 1 test from std_algorithms_reverse_team_test (350 ms total) 44: 44: [----------] 1 test from std_algorithms_reverse_copy_team_test 44: [ RUN ] std_algorithms_reverse_copy_team_test.test 44: [ OK ] std_algorithms_reverse_copy_team_test.test (391 ms) 44: [----------] 1 test from std_algorithms_reverse_copy_team_test (391 ms total) 44: 44: [----------] 1 test from std_algorithms_rotate_team_test 44: [ RUN ] std_algorithms_rotate_team_test.test 20: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 44: [ OK ] std_algorithms_rotate_team_test.test (687 ms) 44: [----------] 1 test from std_algorithms_rotate_team_test (688 ms total) 44: 44: [----------] 1 test from std_algorithms_rotate_copy_team_test 44: [ RUN ] std_algorithms_rotate_copy_team_test.test 44: [ OK ] std_algorithms_rotate_copy_team_test.test (517 ms) 44: [----------] 1 test from std_algorithms_rotate_copy_team_test (517 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 4 tests from 4 test suites ran. (1947 ms total) 44: [ PASSED ] 4 tests. 44/52 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ..... Passed 2.40 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 45: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 45: Test timeout computed to be: 1500 20/57 Test #20: Kokkos_ProfilingTestLibraryLoadHelp ........... Passed 2.45 sec test 21 Start 21: Kokkos_ProfilingTestLibraryCmdLineHelp 21: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/libkokkosprinter-tool.so" 21: Test timeout computed to be: 1500 [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o 45: [==========] Running 4 tests from 4 test suites. 45: [----------] Global test environment set-up. 45: [----------] 1 test from std_algorithms_move_team_test 45: [ RUN ] std_algorithms_move_team_test.test 45: [ OK ] std_algorithms_move_team_test.test (536 ms) 45: [----------] 1 test from std_algorithms_move_team_test (536 ms total) 45: 45: [----------] 1 test from std_algorithms_move_backward_team_test 45: [ RUN ] std_algorithms_move_backward_team_test.test 45: [ OK ] std_algorithms_move_backward_team_test.test (520 ms) 45: [----------] 1 test from std_algorithms_move_backward_team_test (520 ms total) 45: 45: [----------] 1 test from std_algorithms_shift_left_team_test 45: [ RUN ] std_algorithms_shift_left_team_test.test 21: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 21/57 Test #21: Kokkos_ProfilingTestLibraryCmdLineHelp ........ Passed 2.41 sec test 22 Start 22: Kokkos_ProfilingTestLibraryLoad 22: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 22: Environment variables: 22: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/libkokkosprinter-tool.so 22: Test timeout computed to be: 1500 22: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 45: [ OK ] std_algorithms_shift_left_team_test.test (1584 ms) 45: [----------] 1 test from std_algorithms_shift_left_team_test (1584 ms total) 45: 45: [----------] 1 test from std_algorithms_shift_right_team_test 45: [ RUN ] std_algorithms_shift_right_team_test.test 45: [ OK ] std_algorithms_shift_right_team_test.test (1427 ms) 45: [----------] 1 test from std_algorithms_shift_right_team_test (1428 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 4 tests from 4 test suites ran. (4069 ms total) 45: [ PASSED ] 4 tests. 22: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos12Experimental4SYCLE::kokkosp_declare_metadata:GPU architecture:AMPERE80::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_INTEL_LLVM:20230000::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:intel_llvm::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.3.99::kokkosp_allocate_data:Host:source:0xe13a40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xe13bc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xe13c40:Host:source:0xe13ac0:40::kokkosp_end_deep_copy::kokkosp_begin_parallel_for:parallel_for:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_parallel_reduce:parallel_reduce:1:1::kokkosp_allocate_data:Host:Kokkos::Serial::scratch_mem:0xe13e00:11264::kokkosp_end_parallel_reduce:1::kokkosp_begin_parallel_scan:parallel_scan:1:2::kokkosp_end_parallel_scan:2::kokkosp_push_profile_region:push_region::kokkosp_pop_profile_region::kokkosp_create_profile_section:created_section:3::kokkosp_start_profile_section:3::kokkosp_stop_profile_section:3::kokkosp_destroy_profile_section:3::kokkosp_profile_event:profiling_event::kokkosp_declare_metadata:dogs:good::kokkosp_deallocate_data:Host:destination:0xe13bc0:40::kokkosp_deallocate_data:Host:source:0xe13a40:40::kokkosp_finalize_library:: 45/52 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ..... Passed 4.53 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 46: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 46: Test timeout computed to be: 1500 46: [==========] Running 9 tests from 9 test suites. 46: [----------] Global test environment set-up. 46: [----------] 1 test from std_algorithms_copy_team_test 46: [ RUN ] std_algorithms_copy_team_test.test 22/57 Test #22: Kokkos_ProfilingTestLibraryLoad ............... Passed 2.41 sec test 23 Start 23: Kokkos_ProfilingTestLibraryCmdLine 23: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/libkokkosprinter-tool.so" 23: Test timeout computed to be: 1500 46: [ OK ] std_algorithms_copy_team_test.test (644 ms) 46: [----------] 1 test from std_algorithms_copy_team_test (644 ms total) 46: 46: [----------] 1 test from std_algorithms_copy_n_team_test 46: [ RUN ] std_algorithms_copy_n_team_test.test 46: [ OK ] std_algorithms_copy_n_team_test.test (452 ms) 46: [----------] 1 test from std_algorithms_copy_n_team_test (452 ms total) 46: 46: [----------] 1 test from std_algorithms_copy_backward_team_test 46: [ RUN ] std_algorithms_copy_backward_team_test.test 46: [ OK ] std_algorithms_copy_backward_team_test.test (466 ms) 46: [----------] 1 test from std_algorithms_copy_backward_team_test (466 ms total) 46: 46: [----------] 1 test from std_algorithms_copy_if_team_test 46: [ RUN ] std_algorithms_copy_if_team_test.test 23: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos12Experimental4SYCLE::kokkosp_declare_metadata:GPU architecture:AMPERE80::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_INTEL_LLVM:20230000::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:intel_llvm::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.3.99::kokkosp_allocate_data:Host:source:0xe13a40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xe13bc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xe13c40:Host:source:0xe13ac0:40::kokkosp_end_deep_copy::kokkosp_begin_parallel_for:parallel_for:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_parallel_reduce:parallel_reduce:1:1::kokkosp_allocate_data:Host:Kokkos::Serial::scratch_mem:0xe13e00:11264::kokkosp_end_parallel_reduce:1::kokkosp_begin_parallel_scan:parallel_scan:1:2::kokkosp_end_parallel_scan:2::kokkosp_push_profile_region:push_region::kokkosp_pop_profile_region::kokkosp_create_profile_section:created_section:3::kokkosp_start_profile_section:3::kokkosp_stop_profile_section:3::kokkosp_destroy_profile_section:3::kokkosp_profile_event:profiling_event::kokkosp_declare_metadata:dogs:good::kokkosp_deallocate_data:Host:destination:0xe13bc0:40::kokkosp_deallocate_data:Host:source:0xe13a40:40::kokkosp_finalize_library:: 46: [ OK ] std_algorithms_copy_if_team_test.test (586 ms) 46: [----------] 1 test from std_algorithms_copy_if_team_test (586 ms total) 46: 46: [----------] 1 test from std_algorithms_unique_copy_team_test 46: [ RUN ] std_algorithms_unique_copy_team_test.test 23/57 Test #23: Kokkos_ProfilingTestLibraryCmdLine ............ Passed 2.44 sec test 24 Start 24: Kokkos_CoreUnitTest_StackTraceTest 24: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec 24: Test timeout computed to be: 1500 4: [ OK ] hip.reduce_device_view_team_policy (21722 ms) 4: [ RUN ] hip.impl_shared_alloc 4: [ OK ] hip.impl_shared_alloc (105 ms) 4: [ RUN ] hip.kokkos_swap 4: [ OK ] hip.kokkos_swap (1 ms) 4: [ RUN ] hip.team_for 4: [ OK ] hip.team_for (17 ms) 4: [ RUN ] hip.team_reduce 4: [ OK ] hip.team_reduce (0 ms) 4: [ RUN ] hip.team_reduce_large 4: [ OK ] hip.team_reduce_large (328 ms) 4: [ RUN ] hip.team_parallel_single 4: [ OK ] hip.team_parallel_single (7 ms) 4: [ RUN ] hip.large_team_scratch_size 4: ScratchMemorySpace<...>::get_shmem: Failed to allocate 8 byte(s); remaining capacity is 0 byte(s) 4: [ OK ] hip.large_team_scratch_size (0 ms) 4: [ RUN ] hip.team_broadcast_long 4: [ OK ] hip.team_broadcast_long (0 ms) 4: [ RUN ] hip.team_broadcast_long_wrapper 4: [ OK ] hip.team_broadcast_long_wrapper (0 ms) 4: [ RUN ] hip.team_broadcast_char 4: [ OK ] hip.team_broadcast_char (0 ms) 4: [ RUN ] hip.team_broadcast_float 4: [ OK ] hip.team_broadcast_float (0 ms) 4: [ RUN ] hip.team_broadcast_double 4: [ OK ] hip.team_broadcast_double (0 ms) 4: [ RUN ] hip.team_handle_by_value 4: [ OK ] hip.team_handle_by_value (0 ms) 4: [ RUN ] hip.team_vector 4: [ OK ] hip.team_vector (9 ms) 4: [ RUN ] hip.triple_nested_parallelism 4: [ OK ] hip.triple_nested_parallelism (6 ms) 4: [ RUN ] hip.parallel_scan_with_reducers 4: [ OK ] hip.parallel_scan_with_reducers (66 ms) 4: [ RUN ] hip.team_thread_range_combined_reducers 4: [ OK ] hip.team_thread_range_combined_reducers (1 ms) 4: [ RUN ] hip.thread_vector_range_combined_reducers 4: [ OK ] hip.thread_vector_range_combined_reducers (0 ms) 4: [ RUN ] hip.team_vector_range_combined_reducers 4: [ OK ] hip.team_vector_range_combined_reducers (0 ms) 4: [ RUN ] hip.TeamThreadMDRangeParallelFor 4: [ OK ] hip.TeamThreadMDRangeParallelFor (30 ms) 4: [ RUN ] hip.ThreadVectorMDRangeParallelFor 4: [ OK ] hip.ThreadVectorMDRangeParallelFor (8 ms) 4: [ RUN ] hip.TeamVectorMDRangeParallelFor 4: [ OK ] hip.TeamVectorMDRangeParallelFor (8 ms) 4: [ RUN ] hip.TeamThreadMDRangeParallelReduce 4: [ OK ] hip.TeamThreadMDRangeParallelReduce (14 ms) 4: [ RUN ] hip.ThreadVectorMDRangeParallelReduce 4: [ OK ] hip.ThreadVectorMDRangeParallelReduce (5 ms) 4: [ RUN ] hip.TeamVectorMDRangeParallelReduce 4: [ OK ] hip.TeamVectorMDRangeParallelReduce (6 ms) 4: [ RUN ] hip.team_policy_runtime_parameters 4: [ OK ] hip.team_policy_runtime_parameters (0 ms) 4: [ RUN ] hip.team_reduction_scan 4: [ OK ] hip.team_reduction_scan (1901 ms) 4: [ RUN ] hip.team_long_reduce 4: [ OK ] hip.team_long_reduce (19 ms) 4: [ RUN ] hip.team_double_reduce 4: [ OK ] hip.team_double_reduce (19 ms) 4: [ RUN ] hip.team_parallel_dummy_with_reducer_and_scratch_space 4: [ OK ] hip.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 4: [ RUN ] hip.repeated_team_reduce 4: [ OK ] hip.repeated_team_reduce (74 ms) 4: [ RUN ] hip.team_scan 4: [ OK ] hip.team_scan (100 ms) 4: [ RUN ] hip.team_scan_ret_val 4: [ OK ] hip.team_scan_ret_val (104 ms) 4: [ RUN ] hip.team_shared_request 4: [ OK ] hip.team_shared_request (5 ms) 4: [ RUN ] hip.team_scratch_request 4: [ OK ] hip.team_scratch_request (1 ms) 4: [ RUN ] hip.team_lambda_shared_request 4: [ OK ] hip.team_lambda_shared_request (3 ms) 4: [ RUN ] hip.scratch_align 4: [ OK ] hip.scratch_align (0 ms) 4: [ RUN ] hip.shmem_size 4: [ OK ] hip.shmem_size (0 ms) 4: [ RUN ] hip.multi_level_scratch 4: [ OK ] hip.multi_level_scratch (11 ms) 4: [ RUN ] hip.team_scratch_memory_index_parallel_for 4: [ OK ] hip.team_scratch_memory_index_parallel_for (0 ms) 4: [ RUN ] hip.team_policy_max_recommended 4: [ OK ] hip.team_policy_max_recommended (26 ms) 4: [ RUN ] hip.team_policy_minmax_scalar_without_plus_equal_k 4: [ OK ] hip.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 4: [ RUN ] hip.team_teamvector_range 4: [ OK ] hip.team_teamvector_range (3 ms) 4: [ RUN ] hip.unique_token_global 4: [ OK ] hip.unique_token_global (30 ms) 4: [ RUN ] hip.unique_token_instance 4: [ OK ] hip.unique_token_instance (25 ms) 4: [ RUN ] hip.unique_token_team_acquire 4: [ OK ] hip.unique_token_team_acquire (18 ms) 4: [ RUN ] hip.view_api_a 4: [ OK ] hip.view_api_a (16 ms) 4: [ RUN ] hip.view_api_b 4: [ OK ] hip.view_api_b (5 ms) 4: [ RUN ] hip.view_api_c 4: [ OK ] hip.view_api_c (1 ms) 4: [ RUN ] hip.view_api_d 4: [ OK ] hip.view_api_d (1 ms) 4: [ RUN ] hip.view_allocation_error 4: [ OK ] hip.view_allocation_error (0 ms) 4: [ RUN ] hip.view_remap 4: [ OK ] hip.view_remap (0 ms) 4: [ RUN ] hip.view_mirror_nonconst 4: [ OK ] hip.view_mirror_nonconst (0 ms) 4: [ RUN ] hip.view_stride_method 4: [ OK ] hip.view_stride_method (0 ms) 4: [ RUN ] hip.anonymous_space 4: [ OK ] hip.anonymous_space (1 ms) 4: [ RUN ] hip.view_overload_resolution 4: [ OK ] hip.view_overload_resolution (0 ms) 4: [ RUN ] hip.view_allocation_large_rank 4: [ OK ] hip.view_allocation_large_rank (4 ms) 4: [ RUN ] hip.view_shmem_size_on_device 4: [ OK ] hip.view_shmem_size_on_device (0 ms) 4: [ RUN ] hip.view_is_assignable 4: [ OK ] hip.view_is_assignable (0 ms) 4: [ RUN ] hip.view_copy_tests 4: [ OK ] hip.view_copy_tests (7 ms) 4: [ RUN ] hip.view_copy_tests_rank_0 4: [ OK ] hip.view_copy_tests_rank_0 (2 ms) 4: [ RUN ] hip.view_copy_degenerated 4: [ OK ] hip.view_copy_degenerated (0 ms) 4: [ RUN ] hip.view_empty_runtime_unmanaged 4: [ OK ] hip.view_empty_runtime_unmanaged (0 ms) 4: [ RUN ] hip.view_hooks 4: [ OK ] hip.view_hooks (0 ms) 4: [ RUN ] hip.view_layoutstride_left_to_layoutleft_assignment 4: [ OK ] hip.view_layoutstride_left_to_layoutleft_assignment (41 ms) 4: [ RUN ] hip.view_layoutstride_right_to_layoutright_assignment 4: [ OK ] hip.view_layoutstride_right_to_layoutright_assignment (43 ms) 4: [ RUN ] hip.view_irregular_layout 4: [ OK ] hip.view_irregular_layout (7 ms) 4: [ RUN ] hip.view_mapping 4: [ OK ] hip.view_mapping (59 ms) 4: [ RUN ] hip.view_mapping_operator 4: [ OK ] hip.view_mapping_operator (25 ms) 4: [ RUN ] hip.static_extent 4: [ OK ] hip.static_extent (0 ms) 4: [ RUN ] hip.view_mapping_atomic 4: [ OK ] hip.view_mapping_atomic (1 ms) 4: [ RUN ] hip.view_mapping_class_value 4: [ OK ] hip.view_mapping_class_value (0 ms) 4: [ RUN ] hip.view_mapping_assignable 4: [ OK ] hip.view_mapping_assignable (0 ms) 4: [ RUN ] hip.view_mapping_trivially_copyable 4: [ OK ] hip.view_mapping_trivially_copyable (0 ms) 4: [ RUN ] hip.view_mapping_subview 4: [ OK ] hip.view_mapping_subview (1 ms) 4: [ RUN ] hip.view_nested_view 4: [ OK ] hip.view_nested_view (0 ms) 4: [ RUN ] hip.append_formatted_multidimensional_index 4: [ OK ] hip.append_formatted_multidimensional_index (0 ms) 4: [ RUN ] hip.view_resize 4: [ OK ] hip.view_resize (15 ms) 4: [ RUN ] hip.view_realloc 4: [ OK ] hip.view_realloc (0 ms) 4: [ RUN ] hip.workgraph_fib 46: [ OK ] std_algorithms_unique_copy_team_test.test (1160 ms) 46: [----------] 1 test from std_algorithms_unique_copy_team_test (1160 ms total) 46: 46: [----------] 1 test from std_algorithms_remove_team_test 46: [ RUN ] std_algorithms_remove_team_test.test [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o 46: [ OK ] std_algorithms_remove_team_test.test (718 ms) 46: [----------] 1 test from std_algorithms_remove_team_test (718 ms total) 46: 46: [----------] 1 test from std_algorithms_remove_if_team_test 46: [ RUN ] std_algorithms_remove_if_team_test.test 24: [==========] Running 3 tests from 2 test suites. 24: [----------] Global test environment set-up. 24: [----------] 2 tests from defaultdevicetype_DeathTest 24: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 24: 24: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 24: Top of f1 24: Top of f0 24: Top of f0 24: test_f1: 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x496650] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x438cfc] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x28) [0x435bd8] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbd) [0x436f2d] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46f37b] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x447348] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x44877f] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x449041] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x45934f] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46fc9b] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x458952] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x437400] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x435aa5] 24: 24: demangled test_f1: 24: [0x496650] Kokkos::Impl::save_stacktrace() 24: [0x438cfc] Test::stacktrace_test_f1(std::ostream&) 24: [0x435bd8] Test::test_stacktrace(bool, bool) 24: [0x436f2d] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 24: [0x46f37b] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 24: [0x447348] testing::Test::Run() 24: [0x44877f] testing::TestInfo::Run() 24: [0x449041] testing::TestSuite::Run() 24: [0x45934f] testing::internal::UnitTestImpl::RunAllTests() 24: [0x46fc9b] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 24: [0x458952] testing::UnitTest::Run() 24: [0x437400] main 24: [0x7ffff74f0d90] 24: [0x7ffff74f0e40] __libc_start_main 24: [0x435aa5] _start 24: 24: Top of f3 24: Top of f3 24: Top of f3 24: Top of f3 24: Top of f3 24: Top of f1 24: Top of f0 24: Top of f0 24: StackTrace f3(std::cout, 4) returned: 110 24: test_f3: 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x496650] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x438cfc] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x438ec6] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa08) [0x4365b8] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbd) [0x436f2d] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46f37b] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x447348] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x44877f] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x449041] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x45934f] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46fc9b] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x458952] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x437400] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x435aa5] 24: 24: demangled test_f3: 24: [0x496650] Kokkos::Impl::save_stacktrace() 24: [0x438cfc] Test::stacktrace_test_f1(std::ostream&) 24: [0x438ec6] Test::stacktrace_test_f3(std::ostream&, int) 24: [0x4365b8] Test::test_stacktrace(bool, bool) 24: [0x436f2d] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 24: [0x46f37b] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 24: [0x447348] testing::Test::Run() 24: [0x44877f] testing::TestInfo::Run() 24: [0x449041] testing::TestSuite::Run() 24: [0x45934f] testing::internal::UnitTestImpl::RunAllTests() 24: [0x46fc9b] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 24: [0x458952] testing::UnitTest::Run() 24: [0x437400] main 24: [0x7ffff74f0d90] 24: [0x7ffff74f0e40] __libc_start_main 24: [0x435aa5] _start 24: 24: Test setting std::terminate handler that prints the last saved stack trace 24: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (299 ms) 24: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 24: 24: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 24: Top of f1 24: Top of f0 24: Top of f0 24: test_f1: 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x496650] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x438cfc] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x28) [0x435bd8] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xba) [0x4371da] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46f37b] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x447348] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x44877f] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x449041] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x45934f] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46fc9b] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x458952] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x437400] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x435aa5] 24: 24: demangled test_f1: 24: [0x496650] Kokkos::Impl::save_stacktrace() 24: [0x438cfc] Test::stacktrace_test_f1(std::ostream&) 24: [0x435bd8] Test::test_stacktrace(bool, bool) 24: [0x4371da] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 24: [0x46f37b] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 24: [0x447348] testing::Test::Run() 24: [0x44877f] testing::TestInfo::Run() 24: [0x449041] testing::TestSuite::Run() 24: [0x45934f] testing::internal::UnitTestImpl::RunAllTests() 24: [0x46fc9b] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 24: [0x458952] testing::UnitTest::Run() 24: [0x437400] main 24: [0x7ffff74f0d90] 24: [0x7ffff74f0e40] __libc_start_main 24: [0x435aa5] _start 24: 24: Top of f3 24: Top of f3 24: Top of f3 24: Top of f3 24: Top of f3 24: Top of f1 24: Top of f0 24: Top of f0 24: StackTrace f3(std::cout, 4) returned: 110 24: test_f3: 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x496650] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x438cfc] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x438ec6] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa08) [0x4365b8] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xba) [0x4371da] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46f37b] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x447348] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x44877f] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x449041] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x45934f] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46fc9b] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x458952] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x437400] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x435aa5] 24: 24: demangled test_f3: 24: [0x496650] Kokkos::Impl::save_stacktrace() 24: [0x438cfc] Test::stacktrace_test_f1(std::ostream&) 24: [0x438ec6] Test::stacktrace_test_f3(std::ostream&, int) 24: [0x4365b8] Test::test_stacktrace(bool, bool) 24: [0x4371da] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 24: [0x46f37b] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 24: [0x447348] testing::Test::Run() 24: [0x44877f] testing::TestInfo::Run() 24: [0x449041] testing::TestSuite::Run() 24: [0x45934f] testing::internal::UnitTestImpl::RunAllTests() 24: [0x46fc9b] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 24: [0x458952] testing::UnitTest::Run() 24: [0x437400] main 24: [0x7ffff74f0d90] 24: [0x7ffff74f0e40] __libc_start_main 24: [0x435aa5] _start 24: 24: Test setting std::terminate handler that prints the last saved stack trace 24: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (287 ms) 24: [----------] 2 tests from defaultdevicetype_DeathTest (587 ms total) 24: 24: [----------] 1 test from defaultdevicetype 24: [ RUN ] defaultdevicetype.stacktrace_normal 24: Top of f1 24: Top of f0 24: Top of f0 24: test_f1: 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x496650] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x438cfc] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x28) [0x435bd8] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46f37b] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x447348] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x44877f] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x449041] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x45934f] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46fc9b] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x458952] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x437400] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x435aa5] 24: 24: demangled test_f1: 24: [0x496650] Kokkos::Impl::save_stacktrace() 24: [0x438cfc] Test::stacktrace_test_f1(std::ostream&) 24: [0x435bd8] Test::test_stacktrace(bool, bool) 24: [0x46f37b] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 24: [0x447348] testing::Test::Run() 24: [0x44877f] testing::TestInfo::Run() 24: [0x449041] testing::TestSuite::Run() 24: [0x45934f] testing::internal::UnitTestImpl::RunAllTests() 24: [0x46fc9b] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 24: [0x458952] testing::UnitTest::Run() 24: [0x437400] main 24: [0x7ffff74f0d90] 24: [0x7ffff74f0e40] __libc_start_main 24: [0x435aa5] _start 24: 24: Top of f3 24: Top of f3 24: Top of f3 24: Top of f3 24: Top of f3 24: Top of f1 24: Top of f0 24: Top of f0 24: StackTrace f3(std::cout, 4) returned: 110 24: test_f3: 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x496650] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x438cfc] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x438ec6] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa08) [0x4365b8] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46f37b] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x447348] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x44877f] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x449041] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x45934f] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46fc9b] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x458952] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x437400] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90] 24: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40] 24: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x435aa5] 24: 24: demangled test_f3: 24: [0x496650] Kokkos::Impl::save_stacktrace() 24: [0x438cfc] Test::stacktrace_test_f1(std::ostream&) 24: [0x438ec6] Test::stacktrace_test_f3(std::ostream&, int) 24: [0x4365b8] Test::test_stacktrace(bool, bool) 24: [0x46f37b] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 24: [0x447348] testing::Test::Run() 24: [0x44877f] testing::TestInfo::Run() 24: [0x449041] testing::TestSuite::Run() 24: [0x45934f] testing::internal::UnitTestImpl::RunAllTests() 24: [0x46fc9b] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 24: [0x458952] testing::UnitTest::Run() 24: [0x437400] main 24: [0x7ffff74f0d90] 24: [0x7ffff74f0e40] __libc_start_main 24: [0x435aa5] _start 24: 24: Test setting std::terminate handler that prints the last saved stack trace 24: [ OK ] defaultdevicetype.stacktrace_normal (1 ms) 24: [----------] 1 test from defaultdevicetype (1 ms total) 24: 24: [----------] Global test environment tear-down 24: [==========] 3 tests from 2 test suites ran. (588 ms total) 24: [ PASSED ] 3 tests. 46: [ OK ] std_algorithms_remove_if_team_test.test (672 ms) 46: [----------] 1 test from std_algorithms_remove_if_team_test (672 ms total) 46: 46: [----------] 1 test from std_algorithms_remove_copy_team_test 46: [ RUN ] std_algorithms_remove_copy_team_test.test 24/57 Test #24: Kokkos_CoreUnitTest_StackTraceTest ............ Passed 3.03 sec test 25 Start 25: Kokkos_IncrementalTest_SERIAL 25: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 25: Test timeout computed to be: 1500 46: [ OK ] std_algorithms_remove_copy_team_test.test (806 ms) 46: [----------] 1 test from std_algorithms_remove_copy_team_test (806 ms total) 46: 46: [----------] 1 test from std_algorithms_remove_copy_if_team_test 46: [ RUN ] std_algorithms_remove_copy_if_team_test.test 46: [ OK ] std_algorithms_remove_copy_if_team_test.test (789 ms) 46: [----------] 1 test from std_algorithms_remove_copy_if_team_test (789 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 9 tests from 9 test suites ran. (6298 ms total) 46: [ PASSED ] 9 tests. 46/52 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ..... Passed 6.76 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 47: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 47: Test timeout computed to be: 1500 4: [ OK ] hip.workgraph_fib (3025 ms) 4: [ RUN ] hip.resize_realloc_no_init 4: [ OK ] hip.resize_realloc_no_init (0 ms) 4: [ RUN ] hip.resize_realloc_no_alloc 4: [ OK ] hip.resize_realloc_no_alloc (0 ms) 4: [ RUN ] hip.realloc_exec_space 4: [ OK ] hip.realloc_exec_space (0 ms) 4: [ RUN ] hip.view_alloc 4: [ OK ] hip.view_alloc (1 ms) 4: [ RUN ] hip.view_alloc_exec_space 4: [ OK ] hip.view_alloc_exec_space (0 ms) 4: [ RUN ] hip.view_alloc_int 4: [ OK ] hip.view_alloc_int (0 ms) 4: [ RUN ] hip.view_alloc_exec_space_int 4: [ OK ] hip.view_alloc_exec_space_int (0 ms) 4: [ RUN ] hip.deep_copy_zero_memset 4: [ OK ] hip.deep_copy_zero_memset (0 ms) 4: [ RUN ] hip.resize_exec_space 4: [ OK ] hip.resize_exec_space (0 ms) 4: [ RUN ] hip.view_allocation_int 4: [ OK ] hip.view_allocation_int (0 ms) 4: [ RUN ] hip.view_allocation_exec_space_int 4: [ OK ] hip.view_allocation_exec_space_int (0 ms) 4: [ RUN ] hip.view_not_default_constructible 4: [ OK ] hip.view_not_default_constructible (0 ms) 4: [ RUN ] hip.scan_unit 4: [ OK ] hip.scan_unit (4 ms) 4: [ RUN ] hip.space_access 4: [ OK ] hip.space_access (0 ms) 4: [ RUN ] hip.impl_view_accessible 4: [ OK ] hip.impl_view_accessible (2 ms) 4: [ RUN ] hip.memory_requirements 4: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/hip/TestHIP_Memory_Requirements.cpp:52: Skipped 4: skipping the test because the CI on MI100 returns: error( hipErrorInvalidValue) 4: [ SKIPPED ] hip.memory_requirements (0 ms) 4: [ RUN ] hip.team_scratch_1_streams 47: [==========] Running 4 tests from 4 test suites. 47: [----------] Global test environment set-up. 47: [----------] 1 test from std_algorithms_unique_team_test 47: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 25: [==========] Running 28 tests from 1 test suite. 25: [----------] Global test environment set-up. 25: [----------] 28 tests from SERIAL 25: [ RUN ] SERIAL.IncrTest_01_execspace_typedef 25: [ OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms) 25: [ RUN ] SERIAL.IncrTest_01_execspace 25: Host Serial Execution Space: 25: KOKKOS_ENABLE_SERIAL: yes 25: 25: Serial Runtime Configuration: 25: Serial 25: [ OK ] SERIAL.IncrTest_01_execspace (0 ms) 25: [ RUN ] SERIAL.IncrTest_02_AtomicExchange 25: [ OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms) 25: [ RUN ] SERIAL.IncrTest_02_AtomicAdd 25: [ OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms) 25: [ RUN ] SERIAL.IncrTest_02_AtomicSub 25: [ OK ] SERIAL.IncrTest_02_AtomicSub (0 ms) 25: [ RUN ] SERIAL.IncrTest_03a_memspace_malloc 25: [ OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms) 25: [ RUN ] SERIAL.IncrTest_03b_memspace_free 25: [ OK ] SERIAL.IncrTest_03b_memspace_free (61 ms) 25: [ RUN ] SERIAL.IncrTest_04_simple_parallelFor 25: [ OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms) 25: [ RUN ] SERIAL.IncrTest_04_RangePolicy_parallelFor 25: [ OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms) 25: [ RUN ] SERIAL.IncrTest_05_reduction 25: [ OK ] SERIAL.IncrTest_05_reduction (0 ms) 25: [ RUN ] SERIAL.IncrTest_06_mdrange2D 25: [ OK ] SERIAL.IncrTest_06_mdrange2D (0 ms) 25: [ RUN ] SERIAL.IncrTest_06_mdrange3D 25: [ OK ] SERIAL.IncrTest_06_mdrange3D (0 ms) 25: [ RUN ] SERIAL.IncrTest_06_mdrange4D 25: [ OK ] SERIAL.IncrTest_06_mdrange4D (0 ms) 25: [ RUN ] SERIAL.IncrTest_08_deep_copy_2D 25: [ OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms) 25: [ RUN ] SERIAL.IncrTest_08_deep_copy_3D 25: [ OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms) 25: [ RUN ] SERIAL.IncrTest_08_deep_copy_4D 25: [ OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms) 25: [ RUN ] SERIAL.IncrTest_10_Hierarchical_Basics 25: [ OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms) 25: [ RUN ] SERIAL.IncrTest_11a_Hierarchical_ForLoop 25: [ OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms) 25: [ RUN ] SERIAL.IncrTest_11b_Hierarchical_ForLoop 25: [ OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 25: [ RUN ] SERIAL.IncrTest_11c_Hierarchical_ForLoop 25: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (94 ms) 25: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 25: [ OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms) 25: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 25: [ OK ] SERIAL.IncrTest_12b_TeamScratch (3 ms) 25: [ RUN ] SERIAL.IncrTest_13a_Hierarchical_Red 25: [ OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms) 25: [ RUN ] SERIAL.IncrTest_13b_Hierarchical_Red 25: [ OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms) 25: [ RUN ] SERIAL.IncrTest_13c_Hierarchical_Red 25: [ OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms) 25: [ RUN ] SERIAL.incr_14_MDrangeReduce 25: [ OK ] SERIAL.incr_14_MDrangeReduce (0 ms) 25: [ RUN ] SERIAL.IncrTest_16_parallelscan 25: [ OK ] SERIAL.IncrTest_16_parallelscan (0 ms) 25: [ RUN ] SERIAL.incr_17_atomicView 25: [ OK ] SERIAL.incr_17_atomicView (0 ms) 25: [----------] 28 tests from SERIAL (162 ms total) 25: 25: [----------] Global test environment tear-down 25: [==========] 28 tests from 1 test suite ran. (162 ms total) 25: [ PASSED ] 28 tests. 25/57 Test #25: Kokkos_IncrementalTest_SERIAL ................. Passed 2.60 sec test 26 Start 26: Kokkos_IncrementalTest_SYCL 26: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_IncrementalTest_SYCL 26: Test timeout computed to be: 1500 47: [ OK ] std_algorithms_unique_team_test.test_default_predicate (1466 ms) 47: [----------] 1 test from std_algorithms_unique_team_test (1468 ms total) 47: 47: [----------] 1 test from std_algorithms_adjacent_difference_team_test 47: [ RUN ] std_algorithms_adjacent_difference_team_test.test 47: /var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests/TestStdAlgorithmsCommon.hpp:628: Failure 47: Expected equality of these values: 47: A(i, j) 47: Which is: 4294967239 47: B(i, j) 47: Which is: 4294966797 47: [ FAILED ] std_algorithms_adjacent_difference_team_test.test (1306 ms) 47: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1306 ms total) 47: 47: [----------] 1 test from std_algorithms_reduce_team_test 47: [ RUN ] std_algorithms_reduce_team_test.test 26: [==========] Running 28 tests from 1 test suite. 26: [----------] Global test environment set-up. 26: [----------] 28 tests from SYCL 26: [ RUN ] SYCL.IncrTest_01_execspace_typedef 26: [ OK ] SYCL.IncrTest_01_execspace_typedef (0 ms) 26: [ RUN ] SYCL.IncrTest_01_execspace 26: 26: Runtime Configuration: 26: macro KOKKOS_ENABLE_ONEDPL : defined 26: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED : undefined 26: macro SYCL_EXT_ONEAPI_DEVICE_GLOBAL : undefined 26: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES : defined 26: 26: Available devices: 26: [ext_oneapi_cuda]:gpu:0] NVIDIA A100 80GB PCIe : Selected 26: SYCL 26: [ OK ] SYCL.IncrTest_01_execspace (0 ms) 26: [ RUN ] SYCL.IncrTest_02_AtomicExchange 26: [ OK ] SYCL.IncrTest_02_AtomicExchange (0 ms) 26: [ RUN ] SYCL.IncrTest_02_AtomicAdd 26: [ OK ] SYCL.IncrTest_02_AtomicAdd (0 ms) 26: [ RUN ] SYCL.IncrTest_02_AtomicSub 26: [ OK ] SYCL.IncrTest_02_AtomicSub (0 ms) 26: [ RUN ] SYCL.IncrTest_03a_memspace_malloc 26: [ OK ] SYCL.IncrTest_03a_memspace_malloc (0 ms) 26: [ RUN ] SYCL.IncrTest_03b_memspace_free 47: [ OK ] std_algorithms_reduce_team_test.test (814 ms) 47: [----------] 1 test from std_algorithms_reduce_team_test (814 ms total) 47: 47: [----------] 1 test from std_algorithms_transform_reduce_team_test 47: [ RUN ] std_algorithms_transform_reduce_team_test.test 47: [ OK ] std_algorithms_transform_reduce_team_test.test (1627 ms) 47: [----------] 1 test from std_algorithms_transform_reduce_team_test (1627 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 4 tests from 4 test suites ran. (5217 ms total) 47: [ PASSED ] 3 tests. 47: [ FAILED ] 1 test, listed below: 47: [ FAILED ] std_algorithms_adjacent_difference_team_test.test 47: 47: 1 FAILED TEST 47/52 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .....***Failed Error regular expression found in output. Regex=[ FAILED ] 5.67 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 48: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 48: Test timeout computed to be: 1500 48: [==========] Running 18 tests from 5 test suites. 48: [----------] Global test environment set-up. 48: [----------] 2 tests from std_algorithms_is_sorted_team_test 48: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted 48: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (591 ms) 48: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 48: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1393 ms) 48: [----------] 2 tests from std_algorithms_is_sorted_team_test (1985 ms total) 48: 48: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 48: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 48: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (18 ms) 48: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 48: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (40 ms) 48: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 48: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1345 ms) 48: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 48: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (795 ms) 48: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2200 ms total) 48: 48: [----------] 4 tests from std_algorithms_is_partitioned_team_test 48: [ RUN ] std_algorithms_is_partitioned_team_test.empty 48: [ OK ] std_algorithms_is_partitioned_team_test.empty (10 ms) 48: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 48: [ OK ] std_algorithms_is_partitioned_team_test.all_true (417 ms) 48: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 48: [ OK ] std_algorithms_is_partitioned_team_test.all_false (468 ms) 48: [ RUN ] std_algorithms_is_partitioned_team_test.random 48: [ OK ] std_algorithms_is_partitioned_team_test.random (371 ms) 48: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1268 ms total) 48: 48: [----------] 4 tests from std_algorithms_partition_copy_team_test 48: [ RUN ] std_algorithms_partition_copy_team_test.empty 48: [ OK ] std_algorithms_partition_copy_team_test.empty (15 ms) 48: [ RUN ] std_algorithms_partition_copy_team_test.all_true 48: [ OK ] std_algorithms_partition_copy_team_test.all_true (779 ms) 48: [ RUN ] std_algorithms_partition_copy_team_test.all_false 48: [ OK ] std_algorithms_partition_copy_team_test.all_false (930 ms) 48: [ RUN ] std_algorithms_partition_copy_team_test.random 48: [ OK ] std_algorithms_partition_copy_team_test.random (857 ms) 48: [----------] 4 tests from std_algorithms_partition_copy_team_test (2582 ms total) 48: 48: [----------] 4 tests from std_algorithms_partition_point_team_test 48: [ RUN ] std_algorithms_partition_point_team_test.empty 48: [ OK ] std_algorithms_partition_point_team_test.empty (10 ms) 48: [ RUN ] std_algorithms_partition_point_team_test.all_true 48: [ OK ] std_algorithms_partition_point_team_test.all_true (272 ms) 48: [ RUN ] std_algorithms_partition_point_team_test.all_false 48: [ OK ] std_algorithms_partition_point_team_test.all_false (268 ms) 48: [ RUN ] std_algorithms_partition_point_team_test.random 48: [ OK ] std_algorithms_partition_point_team_test.random (216 ms) 48: [----------] 4 tests from std_algorithms_partition_point_team_test (768 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 18 tests from 5 test suites ran. (8805 ms total) 48: [ PASSED ] 18 tests. 48/52 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ..... Passed 9.27 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 49: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 49: Test timeout computed to be: 1500 49: [==========] Running 5 tests from 4 test suites. 49: [----------] Global test environment set-up. 49: [----------] 2 tests from std_algorithms_transform_team_test 49: [ RUN ] std_algorithms_transform_team_test.test_unary_op 49: [ OK ] std_algorithms_transform_team_test.test_unary_op (745 ms) 49: [ RUN ] std_algorithms_transform_team_test.test_binary_op 49: [ OK ] std_algorithms_transform_team_test.test_binary_op (925 ms) 49: [----------] 2 tests from std_algorithms_transform_team_test (1671 ms total) 49: 49: [----------] 1 test from std_algorithms_generate_team_test 49: [ RUN ] std_algorithms_generate_team_test.test_unary_op 49: [ OK ] std_algorithms_generate_team_test.test_unary_op (1514 ms) 49: [----------] 1 test from std_algorithms_generate_team_test (1514 ms total) 49: 49: [----------] 1 test from std_algorithms_generate_n_team_test 49: [ RUN ] std_algorithms_generate_n_team_test.test 49: [ OK ] std_algorithms_generate_n_team_test.test (332 ms) 49: [----------] 1 test from std_algorithms_generate_n_team_test (332 ms total) 49: 49: [----------] 1 test from std_algorithms_swap_ranges_team_test 49: [ RUN ] std_algorithms_swap_ranges_team_test.test [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o 49: [ OK ] std_algorithms_swap_ranges_team_test.test (791 ms) 49: [----------] 1 test from std_algorithms_swap_ranges_team_test (791 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 5 tests from 4 test suites ran. (4310 ms total) 49: [ PASSED ] 5 tests. 49/52 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ..... Passed 4.77 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 50: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 50: Test timeout computed to be: 1500 50: [==========] Running 2 tests from 2 test suites. 50: [----------] Global test environment set-up. 50: [----------] 1 test from std_algorithms_exclusive_scan_team_test 50: [ RUN ] std_algorithms_exclusive_scan_team_test.test [ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o 50: [ OK ] std_algorithms_exclusive_scan_team_test.test (3172 ms) 50: [----------] 1 test from std_algorithms_exclusive_scan_team_test (3172 ms total) 50: 50: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 50: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test 50: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (1505 ms) 50: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1505 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 2 tests from 2 test suites ran. (4677 ms total) 50: [ PASSED ] 2 tests. 50/52 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ..... Passed 5.13 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 51: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 51: Test timeout computed to be: 1500 26: [ OK ] SYCL.IncrTest_03b_memspace_free (19142 ms) 26: [ RUN ] SYCL.IncrTest_04_simple_parallelFor 26: [ OK ] SYCL.IncrTest_04_simple_parallelFor (0 ms) 26: [ RUN ] SYCL.IncrTest_04_RangePolicy_parallelFor 26: [ OK ] SYCL.IncrTest_04_RangePolicy_parallelFor (0 ms) 26: [ RUN ] SYCL.IncrTest_05_reduction 26: [ OK ] SYCL.IncrTest_05_reduction (6 ms) 26: [ RUN ] SYCL.IncrTest_06_mdrange2D 26: [ OK ] SYCL.IncrTest_06_mdrange2D (0 ms) 26: [ RUN ] SYCL.IncrTest_06_mdrange3D 26: [ OK ] SYCL.IncrTest_06_mdrange3D (0 ms) 26: [ RUN ] SYCL.IncrTest_06_mdrange4D 26: [ OK ] SYCL.IncrTest_06_mdrange4D (0 ms) 26: [ RUN ] SYCL.IncrTest_08_deep_copy_2D 26: [ OK ] SYCL.IncrTest_08_deep_copy_2D (0 ms) 26: [ RUN ] SYCL.IncrTest_08_deep_copy_3D 26: [ OK ] SYCL.IncrTest_08_deep_copy_3D (0 ms) 26: [ RUN ] SYCL.IncrTest_08_deep_copy_4D 26: [ OK ] SYCL.IncrTest_08_deep_copy_4D (0 ms) 26: [ RUN ] SYCL.IncrTest_10_Hierarchical_Basics 26: [ OK ] SYCL.IncrTest_10_Hierarchical_Basics (0 ms) 26: [ RUN ] SYCL.IncrTest_11a_Hierarchical_ForLoop 26: [ OK ] SYCL.IncrTest_11a_Hierarchical_ForLoop (1 ms) 26: [ RUN ] SYCL.IncrTest_11b_Hierarchical_ForLoop 26: [ OK ] SYCL.IncrTest_11b_Hierarchical_ForLoop (0 ms) 26: [ RUN ] SYCL.IncrTest_11c_Hierarchical_ForLoop 26: [ OK ] SYCL.IncrTest_11c_Hierarchical_ForLoop (197 ms) 26: [ RUN ] SYCL.IncrTest_12a_ThreadScratch 26: [ OK ] SYCL.IncrTest_12a_ThreadScratch (1 ms) 26: [ RUN ] SYCL.IncrTest_12b_TeamScratch 26: [ OK ] SYCL.IncrTest_12b_TeamScratch (0 ms) 26: [ RUN ] SYCL.IncrTest_13a_Hierarchical_Red 26: [ OK ] SYCL.IncrTest_13a_Hierarchical_Red (0 ms) 26: [ RUN ] SYCL.IncrTest_13b_Hierarchical_Red 26: [ OK ] SYCL.IncrTest_13b_Hierarchical_Red (0 ms) 26: [ RUN ] SYCL.IncrTest_13c_Hierarchical_Red 26: [ OK ] SYCL.IncrTest_13c_Hierarchical_Red (0 ms) 26: [ RUN ] SYCL.incr_14_MDrangeReduce 26: [ OK ] SYCL.incr_14_MDrangeReduce (0 ms) 26: [ RUN ] SYCL.IncrTest_16_parallelscan 26: [ OK ] SYCL.IncrTest_16_parallelscan (1 ms) 26: [ RUN ] SYCL.incr_17_atomicView 26: [ OK ] SYCL.incr_17_atomicView (0 ms) 26: [----------] 28 tests from SYCL (19359 ms total) 26: 26: [----------] Global test environment tear-down 26: [==========] 28 tests from 1 test suite ran. (19359 ms total) 26: [ PASSED ] 28 tests. 26/57 Test #26: Kokkos_IncrementalTest_SYCL ................... Passed 21.80 sec test 27 Start 27: Kokkos_CoreUnitTest_CTestDevice 27: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 27: Test timeout computed to be: 1500 27: [==========] Running 8 tests from 1 test suite. 27: [----------] Global test environment set-up. 27: [----------] 8 tests from ctest_environment 27: [ RUN ] ctest_environment.no_device_type 27: [ OK ] ctest_environment.no_device_type (0 ms) 27: [ RUN ] ctest_environment.no_process_count 27: [ OK ] ctest_environment.no_process_count (0 ms) 27: [ RUN ] ctest_environment.invalid_rank 27: [ OK ] ctest_environment.invalid_rank (0 ms) 27: [ RUN ] ctest_environment.no_type_str 27: [ OK ] ctest_environment.no_type_str (0 ms) 27: [ RUN ] ctest_environment.missing_type 27: [ OK ] ctest_environment.missing_type (0 ms) 27: [ RUN ] ctest_environment.no_id_str 27: [ OK ] ctest_environment.no_id_str (0 ms) 27: [ RUN ] ctest_environment.invalid_id_str 27: [ OK ] ctest_environment.invalid_id_str (0 ms) 27: [ RUN ] ctest_environment.good 27: [ OK ] ctest_environment.good (0 ms) 27: [----------] 8 tests from ctest_environment (0 ms total) 27: 27: [----------] Global test environment tear-down 27: [==========] 8 tests from 1 test suite ran. (0 ms total) 27: [ PASSED ] 8 tests. 27/57 Test #27: Kokkos_CoreUnitTest_CTestDevice ............... Passed 0.01 sec test 28 Start 28: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 28: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 28: Test timeout computed to be: 1500 28/57 Test #28: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ..... Passed 0.01 sec test 29 Start 29: Kokkos_CoreUnitTest_DeviceAndThreads 29: Test command: /usr/bin/python3.10 "-m" "unittest" "-v" "/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/TestDeviceAndThreads.py" 29: Test timeout computed to be: 1500 51: [==========] Running 2 tests from 2 test suites. 51: [----------] Global test environment set-up. 51: [----------] 1 test from std_algorithms_inclusive_scan_team_test 51: [ RUN ] std_algorithms_inclusive_scan_team_test.test [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o 51: [ OK ] std_algorithms_inclusive_scan_team_test.test (4632 ms) 51: [----------] 1 test from std_algorithms_inclusive_scan_team_test (4632 ms total) 51: 51: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 51: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 29: test_device_id (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok 51: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (2932 ms) 51: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (2932 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 2 tests from 2 test suites ran. (7564 ms total) 51: [ PASSED ] 2 tests. 51/52 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ..... Passed 8.02 sec test 52 Start 52: Kokkos_UnitTest_SIMD 52: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/simd/unit_tests/Kokkos_UnitTest_SIMD 52: Test timeout computed to be: 1500 52: [==========] Running 16 tests from 1 test suite. 52: [----------] Global test environment set-up. 52: [----------] 16 tests from simd 52: [ RUN ] simd.host_math_ops 52: [ OK ] simd.host_math_ops (0 ms) 52: [ RUN ] simd.device_math_ops 52: [ OK ] simd.device_math_ops (6 ms) 52: [ RUN ] simd.host_mask_ops 52: [ OK ] simd.host_mask_ops (0 ms) 52: [ RUN ] simd.device_mask_ops 52: [ OK ] simd.device_mask_ops (0 ms) 52: [ RUN ] simd.host_conversions 52: [ OK ] simd.host_conversions (0 ms) 52: [ RUN ] simd.device_conversions 52: [ OK ] simd.device_conversions (0 ms) 52: [ RUN ] simd.host_shift_ops 52: [ OK ] simd.host_shift_ops (0 ms) 52: [ RUN ] simd.device_shift_ops 52: [ OK ] simd.device_shift_ops (0 ms) 52: [ RUN ] simd.host_condition 52: [ OK ] simd.host_condition (0 ms) 52: [ RUN ] simd.device_condition 52: [ OK ] simd.device_condition (0 ms) 52: [ RUN ] simd.host_gen_ctors 52: [ OK ] simd.host_gen_ctors (0 ms) 52: [ RUN ] simd.device_gen_ctors 52: [ OK ] simd.device_gen_ctors (0 ms) 52: [ RUN ] simd.host_where_expressions 52: [ OK ] simd.host_where_expressions (0 ms) 52: [ RUN ] simd.device_where_expressions 52: [ OK ] simd.device_where_expressions (0 ms) 52: [ RUN ] simd.host_reductions 52: [ OK ] simd.host_reductions (0 ms) 52: [ RUN ] simd.device_reductions 52: [ OK ] simd.device_reductions (0 ms) 52: [----------] 16 tests from simd (6 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 16 tests from 1 test suite ran. (6 ms total) 52: [ PASSED ] 16 tests. 52/52 Test #52: Kokkos_UnitTest_SIMD ........................ Passed 0.46 sec 96% tests passed, 2 tests failed out of 52 Total Test time (real) = 1680.57 sec The following tests FAILED: 39 - Kokkos_AlgorithmsUnitTest_StdSet_Team_A (Failed) 47 - Kokkos_AlgorithmsUnitTest_StdSet_Team_I (Failed) Errors while running CTest Post stage [Pipeline] sh + ccache --show-stats cache directory /tmp/ccache primary config /tmp/ccache/ccache.conf secondary config (readonly) /etc/ccache.conf cache hit (direct) 0 cache hit (preprocessed) 0 cache miss 0 cache hit rate 0.00 % cleanups performed 0 files in cache 0 cache size 0.0 kB max cache size 5.0 GB [Pipeline] } $ docker stop --time=1 3201a87a9fb8449a470554a42886b1d7e5c7e7152698cc729e076d3665cb7edf $ docker rm -f --volumes 3201a87a9fb8449a470554a42886b1d7e5c7e7152698cc729e076d3665cb7edf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch HIP-ROCm-5.6-C++20 -- Testing 1-D histogram Density 1D: 0.000244627 -0.99999 -48243.7 || 0.051031 0 195068 || 2.92861e+09 28674.4 || -6.66921e+08 -2.0744 -- Testing 3-D histogram Density 3D: 0.000732716 -0.303935 0.152989 || 0.051031 1e+64 -1e+64 Test Scalar=bhalf -- Testing randomness properties 29: test_disable_warnings (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok 29: test_num_devices (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok 29: test_num_threads (TestDeviceAndThreads.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled' 29: test_tune_internals (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok 29: 29: ---------------------------------------------------------------------- 29: Ran 5 tests in 26.711s 29: 29: OK (skipped=1) 29/57 Test #29: Kokkos_CoreUnitTest_DeviceAndThreads .......... Passed 26.92 sec test 30 Start 30: Kokkos_PerformanceTest_TaskDag 30: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_TaskDag 30: Test timeout computed to be: 1500 30/57 Test #30: Kokkos_PerformanceTest_TaskDag ................ Passed 0.01 sec test 31 Start 31: Kokkos_PerformanceTest_Benchmark 31: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2024-03-29_T02-31-44.json" 31: Test timeout computed to be: 1500 [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o 31: 31: Available devices: 31: 2024-03-29T03:18:42+00:00 31: Running /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 31: Run on (20 X 2345.59 MHz CPU s) 31: CPU Caches: 31: L1 Data 64 KiB (x20) 31: L1 Instruction 64 KiB (x20) 31: L2 Unified 512 KiB (x20) 31: L3 Unified 16384 KiB (x20) 31: Load Average: 1.23, 4.38, 6.64 31: Address Bits: 64 31: CPU architecture: none 31: Default Device: N6Kokkos12Experimental4SYCLE 31: Driver Version: CUDA 12.4 31: Error Correction Support: 1 31: GIT_BRANCH: HEAD 31: GIT_CLEAN_STATUS: CLEAN 31: GIT_COMMIT_DATE: 2024-03-29T02:31:07+00:00 31: GIT_COMMIT_DESCRIPTION: Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD 31: GIT_COMMIT_HASH: a3c58e9ee 31: GPU architecture: AMPERE80 31: Global Cache Mem Line Size: 128 31: Global Mem Cache Size: 41943040 31: Global Mem Size: 84974239744 31: Image Max Array Size: 0 31: Image Max Buffer Size: 32768 31: Image2d Max Height: 65536 31: Image2d Max Width: 131072 31: Image3d Max Depth: 16384 31: Image3d Max Height: 16384 31: Image3d Max Width: 16384 31: Is Accelerator: 0 31: Is Available: 1 31: Is CPU: 0 31: Is GPU: 1 31: KOKKOS_COMPILER_INTEL_LLVM: 20230000 31: KOKKOS_ENABLE_ASM: yes 31: KOKKOS_ENABLE_CXX17: yes 31: KOKKOS_ENABLE_CXX20: no 31: KOKKOS_ENABLE_CXX23: no 31: KOKKOS_ENABLE_CXX26: no 31: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 31: KOKKOS_ENABLE_HWLOC: no 31: KOKKOS_ENABLE_LIBDL: yes 31: KOKKOS_ENABLE_PRAGMA_IVDEP: no 31: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 31: KOKKOS_ENABLE_PRAGMA_UNROLL: no 31: KOKKOS_ENABLE_PRAGMA_VECTOR: no 31: KOKKOS_ENABLE_SERIAL: yes 31: Kokkos Version: 4.3.99 31: Local Mem Size: 49152 31: Max Compute Units: 108 31: Max Mem Alloc Size: 1073741824 31: Max Parameter Size: 4000 31: Max Read Image Args: 128 31: Max Samplers: 128 31: Max Work Group Size: 1024 31: Max Work Item Dimensions: 3 31: Mem Base Addr Align: 4096 31: Name: NVIDIA A100 80GB PCIe 31: Native Vector Width Char: 1 31: Native Vector Width Double: 1 31: Native Vector Width Float: 1 31: Native Vector Width Half: 0 31: Native Vector Width Int: 1 31: Native Vector Width Long: 1 31: Native Vector Width Short: 1 31: Partition Max Sub Devices: 0 31: Preferred Vector Width Char: 1 31: Preferred Vector Width Double: 1 31: Preferred Vector Width Float: 1 31: Preferred Vector Width Half: 0 31: Preferred Vector Width Int: 1 31: Preferred Vector Width Long: 1 31: Preferred Vector Width Short: 1 31: Profiling Timer Resolution: 1000 31: Reference Count: 1 31: Vendor: NVIDIA Corporation 31: Vendor Id: 4318 31: Version: 0.0 31: [ext_oneapi_cuda]: gpu:0] NVIDIA A100 80GB PCIe : Selected 31: macro KOKKOS_ENABLE_ONEDPL: defined 31: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined 31: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined 31: macro SYCL_EXT_ONEAPI_DEVICE_GLOBAL: undefined 31: platform: 64bit 31: --------------------------------------------------------------------------------------------------------------------------------------------------- 31: Benchmark Time CPU Iterations Count Time normalized 31: --------------------------------------------------------------------------------------------------------------------------------------------------- 31: GramSchmidt/Count:1024/iterations:5/manual_time 0.010 s 0.011 s 5 1024 9.71301u 31: GramSchmidt/Count:2048/iterations:5/manual_time 0.011 s 0.011 s 5 2.048k 5.14332u 31: GramSchmidt/Count:4096/iterations:5/manual_time 0.010 s 0.011 s 5 4.096k 2.55847u 31: GramSchmidt/Count:8192/iterations:5/manual_time 0.011 s 0.013 s 5 8.192k 1.36883u 31: GramSchmidt/Count:16384/iterations:5/manual_time 0.012 s 0.015 s 5 16.384k 761.096n 31: GramSchmidt/Count:32768/iterations:5/manual_time 0.014 s 0.018 s 5 32.768k 437.112n 31: GramSchmidt/Count:65536/iterations:5/manual_time 0.018 s 0.026 s 5 65.536k 282.227n 31: GramSchmidt/Count:131072/iterations:5/manual_time 0.025 s 0.041 s 5 131.072k 190.845n 31: GramSchmidt/Count:262144/iterations:5/manual_time 0.026 s 0.052 s 5 262.144k 97.2745n [ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o 4: [ OK ] hip.team_scratch_1_streams (52036 ms) 4: [ RUN ] hip.async_launcher 4: [ OK ] hip.async_launcher (3 ms) 4: [ RUN ] hip.preferred_blocksize_deduction 4: [ OK ] hip.preferred_blocksize_deduction (0 ms) 4: [----------] 276 tests from hip (180165 ms total) 4: 4: [----------] 53 tests from hip_managed 4: [ RUN ] hip_managed.view_subview_auto_1d_left 4: [ OK ] hip_managed.view_subview_auto_1d_left (1 ms) 4: [ RUN ] hip_managed.view_subview_auto_1d_right 4: [ OK ] hip_managed.view_subview_auto_1d_right (0 ms) 4: [ RUN ] hip_managed.view_subview_auto_1d_stride 4: [ OK ] hip_managed.view_subview_auto_1d_stride (0 ms) 4: [ RUN ] hip_managed.view_subview_assign_strided 4: [ OK ] hip_managed.view_subview_assign_strided (1 ms) 4: [ RUN ] hip_managed.view_subview_left_0 4: [ OK ] hip_managed.view_subview_left_0 (0 ms) 4: [ RUN ] hip_managed.view_subview_left_1 4: [ OK ] hip_managed.view_subview_left_1 (0 ms) 4: [ RUN ] hip_managed.view_subview_left_2 4: [ OK ] hip_managed.view_subview_left_2 (0 ms) 4: [ RUN ] hip_managed.view_subview_left_3 4: [ OK ] hip_managed.view_subview_left_3 (0 ms) 4: [ RUN ] hip_managed.view_subview_right_0 4: [ OK ] hip_managed.view_subview_right_0 (0 ms) 4: [ RUN ] hip_managed.view_subview_right_1 4: [ OK ] hip_managed.view_subview_right_1 (0 ms) 4: [ RUN ] hip_managed.view_subview_right_3 4: [ OK ] hip_managed.view_subview_right_3 (0 ms) 4: [ RUN ] hip_managed.view_static_tests 4: [ OK ] hip_managed.view_static_tests (0 ms) 4: [ RUN ] hip_managed.view_subview_layoutleft_to_layoutleft 4: [ OK ] hip_managed.view_subview_layoutleft_to_layoutleft (2 ms) 4: [ RUN ] hip_managed.view_subview_layoutright_to_layoutright 4: [ OK ] hip_managed.view_subview_layoutright_to_layoutright (1 ms) 4: [ RUN ] hip_managed.view_subview_1d_assign 4: [ OK ] hip_managed.view_subview_1d_assign (2 ms) 4: [ RUN ] hip_managed.view_subview_1d_assign_atomic 4: [ OK ] hip_managed.view_subview_1d_assign_atomic (2 ms) 4: [ RUN ] hip_managed.view_subview_1d_assign_randomaccess 4: [ OK ] hip_managed.view_subview_1d_assign_randomaccess (2 ms) 4: [ RUN ] hip_managed.view_subview_2d_from_3d 4: [ OK ] hip_managed.view_subview_2d_from_3d (67 ms) 4: [ RUN ] hip_managed.view_subview_2d_from_3d_atomic 4: [ OK ] hip_managed.view_subview_2d_from_3d_atomic (69 ms) 4: [ RUN ] hip_managed.view_subview_2d_from_3d_randomaccess 4: [ OK ] hip_managed.view_subview_2d_from_3d_randomaccess (67 ms) 4: [ RUN ] hip_managed.view_subview_3d_from_5d_left 4: [ OK ] hip_managed.view_subview_3d_from_5d_left (1014 ms) 4: [ RUN ] hip_managed.view_subview_3d_from_5d_left_atomic 4: [ OK ] hip_managed.view_subview_3d_from_5d_left_atomic (1019 ms) 4: [ RUN ] hip_managed.view_subview_3d_from_5d_left_randomaccess 4: [ OK ] hip_managed.view_subview_3d_from_5d_left_randomaccess (1011 ms) 4: [ RUN ] hip_managed.view_subview_3d_from_5d_right 4: [ OK ] hip_managed.view_subview_3d_from_5d_right (1018 ms) 4: [ RUN ] hip_managed.view_subview_3d_from_5d_right_atomic 31: ---------------------------------------------------------------------------------------------------------------------------------------------- 31: Benchmark Time CPU Iterations FOM: GB/s Max 31: ---------------------------------------------------------------------------------------------------------------------------------------------- 31: CustomReduction/N:100000/R:1000/manual_time 0.003 s 0.010 s 201 66.2558k/s 11.5 31: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 31: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced 31: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 31: OverlapRangePolicy/N:2000/M:10000/R:10 0.663 s 0.663 s 1 0.118934 0.0553451 0.10301 0.0483745 0.0516924 18.303u 4: [ OK ] hip_managed.view_subview_3d_from_5d_right_atomic (1020 ms) 4: [ RUN ] hip_managed.view_subview_3d_from_5d_right_randomaccess 31: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 31: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 31: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 31: OverlapMDRangePolicy/N:200/M:10000/R:10 0.025 s 0.025 s 28 4.80823m 2.48745m 3.56771m 1.79415m 2.27085m 12.945u 4: [ OK ] hip_managed.view_subview_3d_from_5d_right_randomaccess (1018 ms) 4: [ RUN ] hip_managed.view_test_unmanaged_subview_reset 4: [ OK ] hip_managed.view_test_unmanaged_subview_reset (1 ms) 4: [ RUN ] hip_managed.view_subview_memory_traits_construction 4: [ OK ] hip_managed.view_subview_memory_traits_construction (0 ms) 4: [ RUN ] hip_managed.impl_shared_alloc 4: [ OK ] hip_managed.impl_shared_alloc (255 ms) 4: [ RUN ] hip_managed.view_api_a 4: [ OK ] hip_managed.view_api_a (17 ms) 4: [ RUN ] hip_managed.view_api_b 4: [ OK ] hip_managed.view_api_b (28 ms) 4: [ RUN ] hip_managed.view_api_c 4: [ OK ] hip_managed.view_api_c (1 ms) 4: [ RUN ] hip_managed.view_api_d 4: [ OK ] hip_managed.view_api_d (13 ms) 4: [ RUN ] hip_managed.view_allocation_error 4: [ OK ] hip_managed.view_allocation_error (0 ms) 4: [ RUN ] hip_managed.view_remap 4: [ OK ] hip_managed.view_remap (1 ms) 4: [ RUN ] hip_managed.view_mirror_nonconst 4: [ OK ] hip_managed.view_mirror_nonconst (0 ms) 4: [ RUN ] hip_managed.view_stride_method 4: [ OK ] hip_managed.view_stride_method (0 ms) 4: [ RUN ] hip_managed.anonymous_space 4: [ OK ] hip_managed.anonymous_space (0 ms) 4: [ RUN ] hip_managed.view_overload_resolution 4: [ OK ] hip_managed.view_overload_resolution (0 ms) 4: [ RUN ] hip_managed.view_allocation_large_rank 31: OverlapTeamPolicy/N:20/M:1000000/R:10 0.225 s 0.225 s 3 0.0438464 0.0210425 0.0375 0.0182045 0.018848 18.335u 31: --------------------------------------------------------------------------------------------------------------------------------------------------- 31: Benchmark Time CPU Iterations Count Time normalized 31: --------------------------------------------------------------------------------------------------------------------------------------------------- 31: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1024 23.8232n 31: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 12.147n 31: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 6.36719n 31: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.000 s 0.001 s 5 8.192k 3.34253n 31: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 1.87305n 31: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.000 s 0.001 s 5 32.768k 1.1514n 31: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.000 s 0.001 s 5 65.536k 643.6p 31: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.000 s 0.001 s 5 131.072k 369.949p 31: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.000 s 0.002 s 5 262.144k 293.785p 31: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.000 s 0.002 s 5 524.288k 234.241p [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o 31: ----------------------------------------------------------------------------------------------------------------------------------- 31: Benchmark Time CPU Iterations FOM: rate 31: ----------------------------------------------------------------------------------------------------------------------------------- 31: Malloc/N:1/manual_time 11.3 us 25.7 us 61713 88.2463k/s 31: Malloc/N:16/manual_time 11.3 us 25.7 us 61895 88.3467k/s 31: Malloc/N:256/manual_time 11.3 us 25.5 us 61525 88.6936k/s 31: Malloc/N:4096/manual_time 11.3 us 25.6 us 61930 88.5332k/s 31: Malloc/N:65536/manual_time 10.9 us 24.8 us 64190 91.9323k/s [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o 31: Malloc/N:1048576/manual_time 11.3 us 25.6 us 61844 88.4348k/s 31: Malloc/N:16777216/manual_time 500 us 610 us 1000 1.99971k/s [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o 4: [ OK ] hip_managed.view_allocation_large_rank (13094 ms) 4: [ RUN ] hip_managed.view_shmem_size_on_device 4: [ OK ] hip_managed.view_shmem_size_on_device (0 ms) 4: [ RUN ] hip_managed.view_is_assignable 4: [ OK ] hip_managed.view_is_assignable (12 ms) 4: [ RUN ] hip_managed.view_copy_tests 4: [ OK ] hip_managed.view_copy_tests (13 ms) 4: [ RUN ] hip_managed.view_copy_tests_rank_0 4: [ OK ] hip_managed.view_copy_tests_rank_0 (2 ms) 4: [ RUN ] hip_managed.view_copy_degenerated 4: [ OK ] hip_managed.view_copy_degenerated (0 ms) 4: [ RUN ] hip_managed.view_mapping 4: [ OK ] hip_managed.view_mapping (59 ms) 4: [ RUN ] hip_managed.view_mapping_operator 4: [ OK ] hip_managed.view_mapping_operator (22 ms) 4: [ RUN ] hip_managed.static_extent 4: [ OK ] hip_managed.static_extent (0 ms) 4: [ RUN ] hip_managed.view_mapping_atomic 4: [ OK ] hip_managed.view_mapping_atomic (1 ms) 4: [ RUN ] hip_managed.view_mapping_class_value 4: [ OK ] hip_managed.view_mapping_class_value (0 ms) 4: [ RUN ] hip_managed.view_mapping_assignable 4: [ OK ] hip_managed.view_mapping_assignable (0 ms) 4: [ RUN ] hip_managed.view_mapping_trivially_copyable 4: [ OK ] hip_managed.view_mapping_trivially_copyable (0 ms) 4: [ RUN ] hip_managed.view_mapping_subview 4: [ OK ] hip_managed.view_mapping_subview (1 ms) 4: [----------] 53 tests from hip_managed (19856 ms total) 4: 4: [----------] 25 tests from hip_hostpinned 4: [ RUN ] hip_hostpinned.impl_shared_alloc 4: [ OK ] hip_hostpinned.impl_shared_alloc (183 ms) 4: [ RUN ] hip_hostpinned.view_api_a 4: [ OK ] hip_hostpinned.view_api_a (5 ms) 4: [ RUN ] hip_hostpinned.view_api_b 4: [ OK ] hip_hostpinned.view_api_b (6 ms) 4: [ RUN ] hip_hostpinned.view_api_c 4: [ OK ] hip_hostpinned.view_api_c (0 ms) 4: [ RUN ] hip_hostpinned.view_api_d 4: [ OK ] hip_hostpinned.view_api_d (1 ms) 4: [ RUN ] hip_hostpinned.view_allocation_error 4: [ OK ] hip_hostpinned.view_allocation_error (0 ms) 4: [ RUN ] hip_hostpinned.view_remap 4: [ OK ] hip_hostpinned.view_remap (0 ms) 4: [ RUN ] hip_hostpinned.view_mirror_nonconst 4: [ OK ] hip_hostpinned.view_mirror_nonconst (0 ms) 4: [ RUN ] hip_hostpinned.view_stride_method 4: [ OK ] hip_hostpinned.view_stride_method (0 ms) 4: [ RUN ] hip_hostpinned.anonymous_space 4: [ OK ] hip_hostpinned.anonymous_space (0 ms) 4: [ RUN ] hip_hostpinned.view_overload_resolution 4: [ OK ] hip_hostpinned.view_overload_resolution (0 ms) 4: [ RUN ] hip_hostpinned.view_allocation_large_rank 4: [ OK ] hip_hostpinned.view_allocation_large_rank (820 ms) 4: [ RUN ] hip_hostpinned.view_shmem_size_on_device 4: [ OK ] hip_hostpinned.view_shmem_size_on_device (0 ms) 4: [ RUN ] hip_hostpinned.view_is_assignable 4: [ OK ] hip_hostpinned.view_is_assignable (1 ms) 4: [ RUN ] hip_hostpinned.view_copy_tests 4: [ OK ] hip_hostpinned.view_copy_tests (4 ms) 4: [ RUN ] hip_hostpinned.view_copy_tests_rank_0 4: [ OK ] hip_hostpinned.view_copy_tests_rank_0 (0 ms) 4: [ RUN ] hip_hostpinned.view_copy_degenerated 4: [ OK ] hip_hostpinned.view_copy_degenerated (0 ms) 4: [ RUN ] hip_hostpinned.view_mapping 4: [ OK ] hip_hostpinned.view_mapping (59 ms) 4: [ RUN ] hip_hostpinned.view_mapping_operator 4: [ OK ] hip_hostpinned.view_mapping_operator (1 ms) 4: [ RUN ] hip_hostpinned.static_extent 4: [ OK ] hip_hostpinned.static_extent (0 ms) 4: [ RUN ] hip_hostpinned.view_mapping_atomic 4: [ OK ] hip_hostpinned.view_mapping_atomic (0 ms) 4: [ RUN ] hip_hostpinned.view_mapping_class_value 4: [ OK ] hip_hostpinned.view_mapping_class_value (0 ms) 4: [ RUN ] hip_hostpinned.view_mapping_assignable 4: [ OK ] hip_hostpinned.view_mapping_assignable (0 ms) 4: [ RUN ] hip_hostpinned.view_mapping_trivially_copyable 4: [ OK ] hip_hostpinned.view_mapping_trivially_copyable (0 ms) 4: [ RUN ] hip_hostpinned.view_mapping_subview 4: [ OK ] hip_hostpinned.view_mapping_subview (0 ms) 4: [----------] 25 tests from hip_hostpinned (1087 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 369 tests from 4 test suites ran. (282982 ms total) 4: [ PASSED ] 367 tests. 4: [ SKIPPED ] 2 tests, listed below: 4: [ SKIPPED ] hip.mdspan_minimal_functional 4: [ SKIPPED ] hip.memory_requirements 4/53 Test #4: Kokkos_CoreUnitTest_HIP ..................... Passed 283.51 sec test 5 Start 5: Kokkos_CoreUnitTest_HIPInterOpInit 5: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpInit 5: Test timeout computed to be: 1500 5: [==========] Running 1 test from 1 test suite. 5: [----------] Global test environment set-up. 5: [----------] 1 test from hip 5: [ RUN ] hip.raw_hip_interop 5: [ OK ] hip.raw_hip_interop (393 ms) 5: [----------] 1 test from hip (393 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 1 test from 1 test suite ran. (393 ms total) 5: [ PASSED ] 1 test. 5/53 Test #5: Kokkos_CoreUnitTest_HIPInterOpInit .......... Passed 0.42 sec test 6 Start 6: Kokkos_CoreUnitTest_HIPInterOpStreams 6: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpStreams 6: Test timeout computed to be: 1500 6: [==========] Running 1 test from 1 test suite. 6: [----------] Global test environment set-up. 6: [----------] 1 test from hip 6: [ RUN ] hip.raw_hip_streams 6: [ OK ] hip.raw_hip_streams (402 ms) 6: [----------] 1 test from hip (402 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 1 test from 1 test suite ran. (402 ms total) 6: [ PASSED ] 1 test. 6/53 Test #6: Kokkos_CoreUnitTest_HIPInterOpStreams ....... Passed 0.43 sec test 7 Start 7: Kokkos_UnitTest_HIPGraph 7: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_UnitTest_HIPGraph 7: Test timeout computed to be: 1500 7: [==========] Running 5 tests from 1 test suite. 7: [----------] Global test environment set-up. 7: [----------] 5 tests from hip_count_bugs 7: [ RUN ] hip_count_bugs.launch_one 7: [ OK ] hip_count_bugs.launch_one (1 ms) 7: [ RUN ] hip_count_bugs.launch_one_rvalue 7: [ OK ] hip_count_bugs.launch_one_rvalue (0 ms) 7: [ RUN ] hip_count_bugs.launch_six 7: [ OK ] hip_count_bugs.launch_six (0 ms) 7: [ RUN ] hip_count_bugs.when_all_cycle 7: [ OK ] hip_count_bugs.when_all_cycle (0 ms) 7: [ RUN ] hip_count_bugs.zero_work_reduce 7: [ OK ] hip_count_bugs.zero_work_reduce (0 ms) 7: [----------] 5 tests from hip_count_bugs (1 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 5 tests from 1 test suite ran. (1 ms total) 7: [ PASSED ] 5 tests. 7: 7: YOU HAVE 1 DISABLED TEST 7: 7/53 Test #7: Kokkos_UnitTest_HIPGraph .................... Passed 0.42 sec test 8 Start 8: Kokkos_CoreUnitTest_Default 8: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Default 8: Test timeout computed to be: 1500 8: [==========] Running 71 tests from 41 test suites. 8: [----------] Global test environment set-up. 8: [----------] 31 tests from defaultdevicetype 8: [ RUN ] defaultdevicetype.initialization_settings 8: [ OK ] defaultdevicetype.initialization_settings (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 8: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_device_id 8: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 8: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 8: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_help 8: [ OK ] defaultdevicetype.cmd_line_args_help (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 8: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (0 ms) 8: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 8: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (0 ms) 8: [ RUN ] defaultdevicetype.env_vars_num_threads 8: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 8: [ RUN ] defaultdevicetype.env_vars_device_id 8: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 8: [ RUN ] defaultdevicetype.env_vars_disable_warnings 8: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 8: [ RUN ] defaultdevicetype.env_vars_tune_internals 8: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 8: [ RUN ] defaultdevicetype.visible_devices 8: [ OK ] defaultdevicetype.visible_devices (0 ms) 8: [ RUN ] defaultdevicetype.shared_space 8: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestSharedSpace.cpp:109: Skipped 8: skipping because specified arch does not support page migration 8: [ SKIPPED ] defaultdevicetype.shared_space (0 ms) 8: [ RUN ] defaultdevicetype.shared_host_pinned_space 8: [ OK ] defaultdevicetype.shared_host_pinned_space (1 ms) 8: [ RUN ] defaultdevicetype.compiler_macros 8: [ OK ] defaultdevicetype.compiler_macros (0 ms) 8: [ RUN ] defaultdevicetype.half_conversion 8: [ OK ] defaultdevicetype.half_conversion (3 ms) 8: [ RUN ] defaultdevicetype.bhalf_conversion 8: [ OK ] defaultdevicetype.bhalf_conversion (0 ms) 8: [ RUN ] defaultdevicetype.half_operators 8: [ OK ] defaultdevicetype.half_operators (1 ms) 8: [ RUN ] defaultdevicetype.bhalf_operators 8: [ OK ] defaultdevicetype.bhalf_operators (0 ms) 8: [ RUN ] defaultdevicetype.host_space_access 8: [ OK ] defaultdevicetype.host_space_access (0 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_a1 8: [ OK ] defaultdevicetype.reduce_instantiation_a1 (7 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_b1 8: [ OK ] defaultdevicetype.reduce_instantiation_b1 (16 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_c1 8: [ OK ] defaultdevicetype.reduce_instantiation_c1 (6 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_a2 8: [ OK ] defaultdevicetype.reduce_instantiation_a2 (10 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_b2 8: [ OK ] defaultdevicetype.reduce_instantiation_b2 (22 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_c2 8: [ OK ] defaultdevicetype.reduce_instantiation_c2 (10 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_a3 8: [ OK ] defaultdevicetype.reduce_instantiation_a3 (16 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_b3 8: [ OK ] defaultdevicetype.reduce_instantiation_b3 (35 ms) 8: [ RUN ] defaultdevicetype.reduce_instantiation_c3 8: [ OK ] defaultdevicetype.reduce_instantiation_c3 (16 ms) 8: [ RUN ] defaultdevicetype.malloc 8: [ OK ] defaultdevicetype.malloc (0 ms) 8: [----------] 31 tests from defaultdevicetype (150 ms total) 8: 8: [----------] 1 test from kokkosresize 8: [ RUN ] kokkosresize.host_space_access 8: [ OK ] kokkosresize.host_space_access (17 ms) 8: [----------] 1 test from kokkosresize (17 ms total) 8: 8: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/0.sizes 8: [ OK ] TestViewAPI/0.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/0 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/1, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/1.sizes 8: [ OK ] TestViewAPI/1.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/1 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/2, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/2.sizes 8: [ OK ] TestViewAPI/2.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/2 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/3, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/3.sizes 8: [ OK ] TestViewAPI/3.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/3 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/4, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/4.sizes 8: [ OK ] TestViewAPI/4.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/4 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/5, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/5.sizes 8: [ OK ] TestViewAPI/5.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/5 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/6, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/6.sizes 8: [ OK ] TestViewAPI/6.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/6 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/7, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/7.sizes 8: [ OK ] TestViewAPI/7.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/7 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/8, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/8.sizes 8: [ OK ] TestViewAPI/8.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/8 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/9, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/9.sizes 8: [ OK ] TestViewAPI/9.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/9 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/10, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/10.sizes 8: [ OK ] TestViewAPI/10.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/10 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/11, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/11.sizes 8: [ OK ] TestViewAPI/11.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/11 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/12, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/12.sizes 8: [ OK ] TestViewAPI/12.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/12 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/13, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/13.sizes 8: [ OK ] TestViewAPI/13.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/13 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/14, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/14.sizes 8: [ OK ] TestViewAPI/14.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/14 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/15, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/15.sizes 8: [ OK ] TestViewAPI/15.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/15 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/16, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/16.sizes 8: [ OK ] TestViewAPI/16.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/16 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/17, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/17.sizes 8: [ OK ] TestViewAPI/17.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/17 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/18, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/18.sizes 8: [ OK ] TestViewAPI/18.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/18 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/19, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/19.sizes 8: [ OK ] TestViewAPI/19.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/19 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/20, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/20.sizes 8: [ OK ] TestViewAPI/20.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/20 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/21, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/21.sizes 8: [ OK ] TestViewAPI/21.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/21 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/22, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/22.sizes 8: [ OK ] TestViewAPI/22.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/22 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/23, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/23.sizes 8: [ OK ] TestViewAPI/23.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/23 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/24, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/24.sizes 8: [ OK ] TestViewAPI/24.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/24 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/25, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/25.sizes 8: [ OK ] TestViewAPI/25.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/25 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/26, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/26.sizes 8: [ OK ] TestViewAPI/26.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/26 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/27, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/27.sizes 8: [ OK ] TestViewAPI/27.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/27 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/28, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/28.sizes 8: [ OK ] TestViewAPI/28.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/28 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/29, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/29.sizes 8: [ OK ] TestViewAPI/29.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/29 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/30, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/30.sizes 8: [ OK ] TestViewAPI/30.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/30 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/31, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/31.sizes 8: [ OK ] TestViewAPI/31.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/31 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/32, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/32.sizes 8: [ OK ] TestViewAPI/32.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/32 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/33, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/33.sizes 8: [ OK ] TestViewAPI/33.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/33 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/34, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/34.sizes 8: [ OK ] TestViewAPI/34.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/34 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/35, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/35.sizes 8: [ OK ] TestViewAPI/35.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/35 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/36, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/36.sizes 8: [ OK ] TestViewAPI/36.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/36 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/37, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/37.sizes 8: [ OK ] TestViewAPI/37.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/37 (0 ms total) 8: 8: [----------] 1 test from TestViewAPI/38, where TypeParam = std::tuple, std::integer_sequence > 8: [ RUN ] TestViewAPI/38.sizes 8: [ OK ] TestViewAPI/38.sizes (0 ms) 8: [----------] 1 test from TestViewAPI/38 (0 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 71 tests from 41 test suites ran. (169 ms total) 8: [ PASSED ] 70 tests. 8: [ SKIPPED ] 1 test, listed below: 8: [ SKIPPED ] defaultdevicetype.shared_space 8/53 Test #8: Kokkos_CoreUnitTest_Default ................. Passed 0.60 sec test 9 Start 9: Kokkos_CoreUnitTest_LegionInitialization 9: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization 9: Test timeout computed to be: 1500 9: [==========] Running 1 test from 1 test suite. 9: [----------] Global test environment set-up. 9: [----------] 1 test from initialization 9: [ RUN ] initialization.legion_initialization 9: [ OK ] initialization.legion_initialization (392 ms) 9: [----------] 1 test from initialization (392 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 1 test from 1 test suite ran. (392 ms total) 9: [ PASSED ] 1 test. 9/53 Test #9: Kokkos_CoreUnitTest_LegionInitialization .... Passed 0.42 sec test 10 Start 10: Kokkos_CoreUnitTest_PushFinalizeHook 10: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook 10: Test timeout computed to be: 1500 10: SUCCESS 10/53 Test #10: Kokkos_CoreUnitTest_PushFinalizeHook ........ Passed 0.42 sec test 11 Start 11: Kokkos_CoreUnitTest_Develop 11: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Develop 11: Test timeout computed to be: 1500 31: Malloc/N:268435456/manual_time 4945 us 1095 us 868 202.215/s 11: [==========] Running 1 test from 1 test suite. 11: [----------] Global test environment set-up. 11: [----------] 1 test from defaultdevicetype 11: [ RUN ] defaultdevicetype.development_test 11: [ OK ] defaultdevicetype.development_test (0 ms) 11: [----------] 1 test from defaultdevicetype (0 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 1 test from 1 test suite ran. (0 ms total) 11: [ PASSED ] 1 test. 11/53 Test #11: Kokkos_CoreUnitTest_Develop ................. Passed 0.42 sec test 12 Start 12: Kokkos_CoreUnitTest_KokkosP 12: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 12: Test timeout computed to be: 1500 31: Malloc/N:4294967296/manual_time 109492 us 5205 us 6 9.13306/s 12: [==========] Running 27 tests from 2 test suites. 12: [----------] Global test environment set-up. 12: [----------] 25 tests from kokkosp 12: [ RUN ] kokkosp.test_named_instance_fence 12: Ref: 50331649 12: Ref: named_instance 12: 50331649 12: named_instance 12: [ OK ] kokkosp.test_named_instance_fence (0 ms) 12: [ RUN ] kokkosp.test_unnamed_instance_fence 12: Ref: 50331649 12: Ref: Unnamed Instance Fence 12: 50331649 12: Kokkos::HIP::fence(): Unnamed Instance Fence 12: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 12: [ RUN ] kokkosp.test_named_global_fence 12: Ref: 50331648 12: Ref: test global fence 12: 16777216 12: test global fence 12: Miss on id 12: 50331648 12: test global fence 12: [ OK ] kokkosp.test_named_global_fence (0 ms) 12: [ RUN ] kokkosp.test_unnamed_global_fence 12: Ref: 50331648 12: Ref: Unnamed Global Fence 12: 16777216 12: Kokkos::fence: Unnamed Global Fence 12: Miss on id 12: 50331648 12: Kokkos::fence: Unnamed Global Fence 12: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 12: [ RUN ] kokkosp.test_multiple_default_instances 12: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 12: [ RUN ] kokkosp.test_id_gen 12: [ OK ] kokkosp.test_id_gen (0 ms) 12: [ RUN ] kokkosp.test_kernel_sequence 12: Ref: 50331649 12: Ref: named_instance 12: 50331649 12: named_instance 12: Ref: 50331649 12: Ref: test_kernel 12: 50331649 12: named_instance 12: Miss on name 12: 16777216 12: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 12: Miss on name 12: Miss on id 12: 50331648 12: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 12: Miss on name 12: Miss on id 12: 50331649 12: test_kernel 12: [ OK ] kokkosp.test_kernel_sequence (1 ms) 12: [ RUN ] kokkosp.async_deep_copy 12: [ OK ] kokkosp.async_deep_copy (0 ms) 12: [ RUN ] kokkosp.parallel_for 12: [ OK ] kokkosp.parallel_for (0 ms) 12: [ RUN ] kokkosp.parallel_reduce 12: [ OK ] kokkosp.parallel_reduce (0 ms) 12: [ RUN ] kokkosp.parallel_scan 12: [ OK ] kokkosp.parallel_scan (4 ms) 12: [ RUN ] kokkosp.parallel_scan_no_fence 12: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 12: [ RUN ] kokkosp.parallel_scan_no_fence_view 12: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 12: [ RUN ] kokkosp.regions 12: [ OK ] kokkosp.regions (0 ms) 12: [ RUN ] kokkosp.fences 12: [ OK ] kokkosp.fences (0 ms) 12: [ RUN ] kokkosp.raw_allocation 12: [ OK ] kokkosp.raw_allocation (0 ms) 12: [ RUN ] kokkosp.view 12: [ OK ] kokkosp.view (0 ms) 12: [ RUN ] kokkosp.sections 12: [ OK ] kokkosp.sections (0 ms) 12: [ RUN ] kokkosp.metadata 12: [ OK ] kokkosp.metadata (0 ms) 12: [ RUN ] kokkosp.profile_events 12: [ OK ] kokkosp.profile_events (0 ms) 12: [ RUN ] kokkosp.no_init_kernel 12: [ OK ] kokkosp.no_init_kernel (0 ms) 12: [ RUN ] kokkosp.get_events 12: [ OK ] kokkosp.get_events (0 ms) 12: [ RUN ] kokkosp.create_mirror_no_init 12: [ OK ] kokkosp.create_mirror_no_init (0 ms) 12: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 12: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 12: [ RUN ] kokkosp.create_mirror_view_and_copy 12: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 12: [----------] 25 tests from kokkosp (7 ms total) 12: 12: [----------] 2 tests from defaultdevicetype 12: [ RUN ] defaultdevicetype.profiling_section 12: [ OK ] defaultdevicetype.profiling_section (0 ms) 12: [ RUN ] defaultdevicetype.scoped_profile_region 12: [ OK ] defaultdevicetype.scoped_profile_region (0 ms) 12: [----------] 2 tests from defaultdevicetype (0 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 27 tests from 2 test suites ran. (7 ms total) 12: [ PASSED ] 27 tests. 12/53 Test #12: Kokkos_CoreUnitTest_KokkosP ................. Passed 0.42 sec test 13 Start 13: Kokkos_CoreUnitTest_ToolIndependence 13: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 13: Test timeout computed to be: 1500 13/53 Test #13: Kokkos_CoreUnitTest_ToolIndependence ........ Passed 0.02 sec test 14 Start 14: Kokkos_ProfilingTestLibraryLoadHelp 14: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 14: Environment variables: 14: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/libkokkosprinter-tool.so 14: Test timeout computed to be: 1500 14: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 14: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 14/53 Test #14: Kokkos_ProfilingTestLibraryLoadHelp ......... Passed 0.42 sec test 15 Start 15: Kokkos_ProfilingTestLibraryCmdLineHelp 15: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/libkokkosprinter-tool.so" 15: Test timeout computed to be: 1500 15: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 15/53 Test #15: Kokkos_ProfilingTestLibraryCmdLineHelp ...... Passed 0.43 sec test 16 Start 16: Kokkos_ProfilingTestLibraryLoad 16: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 16: Environment variables: 16: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/libkokkosprinter-tool.so 16: Test timeout computed to be: 1500 16: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 31: MallocFree/N:1/manual_time 26.0 us 26.1 us 26977 38.3963k/s 16: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos3HIPE::kokkosp_declare_metadata:GPU architecture:AMD_GFX908::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1400::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.3.99::kokkosp_allocate_data:Host:source:0x10b61c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x10b6500:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x10b6600:Host:source:0x10b62c0:40::kokkosp_end_deep_copy::kokkosp_begin_parallel_for:parallel_for:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_parallel_reduce:parallel_reduce:16777217:1::kokkosp_end_parallel_reduce:1::kokkosp_begin_parallel_scan:parallel_scan:16777217:2::kokkosp_end_parallel_scan:2::kokkosp_push_profile_region:push_region::kokkosp_pop_profile_region::kokkosp_create_profile_section:created_section:3::kokkosp_start_profile_section:3::kokkosp_stop_profile_section:3::kokkosp_destroy_profile_section:3::kokkosp_profile_event:profiling_event::kokkosp_declare_metadata:dogs:good::kokkosp_deallocate_data:Host:destination:0x10b6500:40::kokkosp_deallocate_data:Host:source:0x10b61c0:40::kokkosp_finalize_library:: 16/53 Test #16: Kokkos_ProfilingTestLibraryLoad ............. Passed 0.42 sec test 17 Start 17: Kokkos_ProfilingTestLibraryCmdLine 17: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/libkokkosprinter-tool.so" 17: Test timeout computed to be: 1500 [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o 17: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos3HIPE::kokkosp_declare_metadata:GPU architecture:AMD_GFX908::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_CLANG:1400::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:clang::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.3.99::kokkosp_allocate_data:Host:source:0xcf6440:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xcf66c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xcf67c0:Host:source:0xcf6540:40::kokkosp_end_deep_copy::kokkosp_begin_parallel_for:parallel_for:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_parallel_reduce:parallel_reduce:16777217:1::kokkosp_end_parallel_reduce:1::kokkosp_begin_parallel_scan:parallel_scan:16777217:2::kokkosp_end_parallel_scan:2::kokkosp_push_profile_region:push_region::kokkosp_pop_profile_region::kokkosp_create_profile_section:created_section:3::kokkosp_start_profile_section:3::kokkosp_stop_profile_section:3::kokkosp_destroy_profile_section:3::kokkosp_profile_event:profiling_event::kokkosp_declare_metadata:dogs:good::kokkosp_deallocate_data:Host:destination:0xcf66c0:40::kokkosp_deallocate_data:Host:source:0xcf6440:40::kokkosp_finalize_library:: 17/53 Test #17: Kokkos_ProfilingTestLibraryCmdLine .......... Passed 0.42 sec test 18 Start 18: Kokkos_CoreUnitTest_StackTraceTest 18: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec 18: Test timeout computed to be: 1500 31: MallocFree/N:16/manual_time 26.1 us 26.1 us 26852 38.374k/s 18: [==========] Running 3 tests from 2 test suites. 18: [----------] Global test environment set-up. 18: [----------] 2 tests from defaultdevicetype_DeathTest 18: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 18: 18: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 9 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 18: Top of f1 18: Top of f0 18: Top of f0 18: test_f1: 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x426f90] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3ba0fb] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x20) [0x3b6aa0] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbd) [0x3b659d] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f0946] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3c86a8] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x451) [0x3c9f01] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x132) [0x3ca7c2] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x72c) [0x3daffc] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f1716] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3da89c] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3b7f10] 18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f44a3272083] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3b640e] 18: 18: demangled test_f1: 18: [0x426f90] Kokkos::Impl::save_stacktrace() 18: [0x3ba0fb] Test::stacktrace_test_f1(std::ostream&) 18: [0x3b6aa0] Test::test_stacktrace(bool, bool) 18: [0x3b659d] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 18: [0x3f0946] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x3c86a8] testing::Test::Run() 18: [0x3c9f01] testing::TestInfo::Run() 18: [0x3ca7c2] testing::TestSuite::Run() 18: [0x3daffc] testing::internal::UnitTestImpl::RunAllTests() 18: [0x3f1716] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x3da89c] testing::UnitTest::Run() 18: [0x3b7f10] main 18: [0x7f44a3272083] __libc_start_main 18: [0x3b640e] _start 18: 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f1 18: Top of f0 18: Top of f0 18: StackTrace f3(std::cout, 4) returned: 110 18: test_f3: 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x426f90] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3ba0fb] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x3ba536] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa3d) [0x3b74bd] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbd) [0x3b659d] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f0946] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3c86a8] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x451) [0x3c9f01] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x132) [0x3ca7c2] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x72c) [0x3daffc] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f1716] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3da89c] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3b7f10] 18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f44a3272083] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3b640e] 18: 18: demangled test_f3: 18: [0x426f90] Kokkos::Impl::save_stacktrace() 18: [0x3ba0fb] Test::stacktrace_test_f1(std::ostream&) 18: [0x3ba536] Test::stacktrace_test_f3(std::ostream&, int) 18: [0x3b74bd] Test::test_stacktrace(bool, bool) 18: [0x3b659d] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 18: [0x3f0946] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x3c86a8] testing::Test::Run() 18: [0x3c9f01] testing::TestInfo::Run() 18: [0x3ca7c2] testing::TestSuite::Run() 18: [0x3daffc] testing::internal::UnitTestImpl::RunAllTests() 18: [0x3f1716] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x3da89c] testing::UnitTest::Run() 18: [0x3b7f10] main 18: [0x7f44a3272083] __libc_start_main 18: [0x3b640e] _start 18: 18: Test setting std::terminate handler that prints the last saved stack trace 18: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (562 ms) 18: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 18: 18: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 9 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 18: Top of f1 18: Top of f0 18: Top of f0 18: test_f1: 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x426f90] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3ba0fb] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x20) [0x3b6aa0] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xba) [0x3b684a] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f0946] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3c86a8] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x451) [0x3c9f01] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x132) [0x3ca7c2] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x72c) [0x3daffc] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f1716] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3da89c] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3b7f10] 18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f44a3272083] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3b640e] 18: 18: demangled test_f1: 18: [0x426f90] Kokkos::Impl::save_stacktrace() 18: [0x3ba0fb] Test::stacktrace_test_f1(std::ostream&) 18: [0x3b6aa0] Test::test_stacktrace(bool, bool) 18: [0x3b684a] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 18: [0x3f0946] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x3c86a8] testing::Test::Run() 18: [0x3c9f01] testing::TestInfo::Run() 18: [0x3ca7c2] testing::TestSuite::Run() 18: [0x3daffc] testing::internal::UnitTestImpl::RunAllTests() 18: [0x3f1716] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x3da89c] testing::UnitTest::Run() 18: [0x3b7f10] main 18: [0x7f44a3272083] __libc_start_main 18: [0x3b640e] _start 18: 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f1 18: Top of f0 18: Top of f0 18: StackTrace f3(std::cout, 4) returned: 110 18: test_f3: 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x426f90] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3ba0fb] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x3ba536] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa3d) [0x3b74bd] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xba) [0x3b684a] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f0946] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3c86a8] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x451) [0x3c9f01] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x132) [0x3ca7c2] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x72c) [0x3daffc] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f1716] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3da89c] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3b7f10] 18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f44a3272083] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3b640e] 18: 18: demangled test_f3: 18: [0x426f90] Kokkos::Impl::save_stacktrace() 18: [0x3ba0fb] Test::stacktrace_test_f1(std::ostream&) 18: [0x3ba536] Test::stacktrace_test_f3(std::ostream&, int) 18: [0x3b74bd] Test::test_stacktrace(bool, bool) 18: [0x3b684a] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 18: [0x3f0946] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x3c86a8] testing::Test::Run() 18: [0x3c9f01] testing::TestInfo::Run() 18: [0x3ca7c2] testing::TestSuite::Run() 18: [0x3daffc] testing::internal::UnitTestImpl::RunAllTests() 18: [0x3f1716] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x3da89c] testing::UnitTest::Run() 18: [0x3b7f10] main 18: [0x7f44a3272083] __libc_start_main 18: [0x3b640e] _start 18: 18: Test setting std::terminate handler that prints the last saved stack trace 31: MallocFree/N:256/manual_time 25.6 us 25.6 us 27362 39.1239k/s 18: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (549 ms) 18: [----------] 2 tests from defaultdevicetype_DeathTest (1111 ms total) 18: 18: [----------] 1 test from defaultdevicetype 18: [ RUN ] defaultdevicetype.stacktrace_normal 18: Top of f1 18: Top of f0 18: Top of f0 18: test_f1: 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x426f90] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3ba0fb] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x20) [0x3b6aa0] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f0946] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3c86a8] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x451) [0x3c9f01] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x132) [0x3ca7c2] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x72c) [0x3daffc] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f1716] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3da89c] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3b7f10] 18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f44a3272083] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3b640e] 18: 18: demangled test_f1: 18: [0x426f90] Kokkos::Impl::save_stacktrace() 18: [0x3ba0fb] Test::stacktrace_test_f1(std::ostream&) 18: [0x3b6aa0] Test::test_stacktrace(bool, bool) 18: [0x3f0946] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x3c86a8] testing::Test::Run() 18: [0x3c9f01] testing::TestInfo::Run() 18: [0x3ca7c2] testing::TestSuite::Run() 18: [0x3daffc] testing::internal::UnitTestImpl::RunAllTests() 18: [0x3f1716] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x3da89c] testing::UnitTest::Run() 18: [0x3b7f10] main 18: [0x7f44a3272083] __libc_start_main 18: [0x3b640e] _start 18: 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f3 18: Top of f1 18: Top of f0 18: Top of f0 18: StackTrace f3(std::cout, 4) returned: 110 18: test_f3: 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x426f90] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3ba0fb] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x3ba536] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa3d) [0x3b74bd] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f0946] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3c86a8] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x451) [0x3c9f01] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x132) [0x3ca7c2] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x72c) [0x3daffc] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f1716] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3da89c] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3b7f10] 18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f44a3272083] 18: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3b640e] 18: 18: demangled test_f3: 18: [0x426f90] Kokkos::Impl::save_stacktrace() 18: [0x3ba0fb] Test::stacktrace_test_f1(std::ostream&) 18: [0x3ba536] Test::stacktrace_test_f3(std::ostream&, int) 18: [0x3b74bd] Test::test_stacktrace(bool, bool) 18: [0x3f0946] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 18: [0x3c86a8] testing::Test::Run() 18: [0x3c9f01] testing::TestInfo::Run() 18: [0x3ca7c2] testing::TestSuite::Run() 18: [0x3daffc] testing::internal::UnitTestImpl::RunAllTests() 18: [0x3f1716] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 18: [0x3da89c] testing::UnitTest::Run() 18: [0x3b7f10] main 18: [0x7f44a3272083] __libc_start_main 18: [0x3b640e] _start 18: 18: Test setting std::terminate handler that prints the last saved stack trace 18: [ OK ] defaultdevicetype.stacktrace_normal (0 ms) 18: [----------] 1 test from defaultdevicetype (0 ms total) 18: 18: [----------] Global test environment tear-down 18: [==========] 3 tests from 2 test suites ran. (1112 ms total) 18: [ PASSED ] 3 tests. 18/53 Test #18: Kokkos_CoreUnitTest_StackTraceTest .......... Passed 1.63 sec test 19 Start 19: Kokkos_IncrementalTest_OPENMP 19: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_IncrementalTest_OPENMP 19: Test timeout computed to be: 1500 19: [==========] Running 28 tests from 1 test suite. 19: [----------] Global test environment set-up. 19: [----------] 28 tests from OPENMP 19: [ RUN ] OPENMP.IncrTest_01_execspace_typedef 19: [ OK ] OPENMP.IncrTest_01_execspace_typedef (0 ms) 19: [ RUN ] OPENMP.IncrTest_01_execspace 19: Host Parallel Execution Space: 19: KOKKOS_ENABLE_OPENMP: yes 19: 19: OpenMP Runtime Configuration: 19: Kokkos::OpenMP thread_pool_topology[ 1 x 8 x 1 ] 19: OpenMP 19: [ OK ] OPENMP.IncrTest_01_execspace (0 ms) 19: [ RUN ] OPENMP.IncrTest_02_AtomicExchange 19: [ OK ] OPENMP.IncrTest_02_AtomicExchange (0 ms) 19: [ RUN ] OPENMP.IncrTest_02_AtomicAdd 19: [ OK ] OPENMP.IncrTest_02_AtomicAdd (0 ms) 19: [ RUN ] OPENMP.IncrTest_02_AtomicSub 19: [ OK ] OPENMP.IncrTest_02_AtomicSub (0 ms) 19: [ RUN ] OPENMP.IncrTest_03a_memspace_malloc 19: [ OK ] OPENMP.IncrTest_03a_memspace_malloc (0 ms) 19: [ RUN ] OPENMP.IncrTest_03b_memspace_free 19: [ OK ] OPENMP.IncrTest_03b_memspace_free (49 ms) 19: [ RUN ] OPENMP.IncrTest_04_simple_parallelFor 19: [ OK ] OPENMP.IncrTest_04_simple_parallelFor (0 ms) 19: [ RUN ] OPENMP.IncrTest_04_RangePolicy_parallelFor 19: [ OK ] OPENMP.IncrTest_04_RangePolicy_parallelFor (0 ms) 19: [ RUN ] OPENMP.IncrTest_05_reduction 19: [ OK ] OPENMP.IncrTest_05_reduction (4 ms) 19: [ RUN ] OPENMP.IncrTest_06_mdrange2D 19: [ OK ] OPENMP.IncrTest_06_mdrange2D (0 ms) 19: [ RUN ] OPENMP.IncrTest_06_mdrange3D 19: [ OK ] OPENMP.IncrTest_06_mdrange3D (0 ms) 19: [ RUN ] OPENMP.IncrTest_06_mdrange4D 19: [ OK ] OPENMP.IncrTest_06_mdrange4D (0 ms) 19: [ RUN ] OPENMP.IncrTest_08_deep_copy_2D 19: [ OK ] OPENMP.IncrTest_08_deep_copy_2D (0 ms) 19: [ RUN ] OPENMP.IncrTest_08_deep_copy_3D 19: [ OK ] OPENMP.IncrTest_08_deep_copy_3D (0 ms) 19: [ RUN ] OPENMP.IncrTest_08_deep_copy_4D 19: [ OK ] OPENMP.IncrTest_08_deep_copy_4D (0 ms) 19: [ RUN ] OPENMP.IncrTest_10_Hierarchical_Basics 19: [ OK ] OPENMP.IncrTest_10_Hierarchical_Basics (0 ms) 19: [ RUN ] OPENMP.IncrTest_11a_Hierarchical_ForLoop 19: [ OK ] OPENMP.IncrTest_11a_Hierarchical_ForLoop (0 ms) 19: [ RUN ] OPENMP.IncrTest_11b_Hierarchical_ForLoop 19: [ OK ] OPENMP.IncrTest_11b_Hierarchical_ForLoop (0 ms) 19: [ RUN ] OPENMP.IncrTest_11c_Hierarchical_ForLoop 19: [ OK ] OPENMP.IncrTest_11c_Hierarchical_ForLoop (51 ms) 19: [ RUN ] OPENMP.IncrTest_12a_ThreadScratch 19: [ OK ] OPENMP.IncrTest_12a_ThreadScratch (0 ms) 19: [ RUN ] OPENMP.IncrTest_12b_TeamScratch 19: [ OK ] OPENMP.IncrTest_12b_TeamScratch (0 ms) 19: [ RUN ] OPENMP.IncrTest_13a_Hierarchical_Red 19: [ OK ] OPENMP.IncrTest_13a_Hierarchical_Red (0 ms) 19: [ RUN ] OPENMP.IncrTest_13b_Hierarchical_Red 19: [ OK ] OPENMP.IncrTest_13b_Hierarchical_Red (0 ms) 19: [ RUN ] OPENMP.IncrTest_13c_Hierarchical_Red 19: [ OK ] OPENMP.IncrTest_13c_Hierarchical_Red (0 ms) 19: [ RUN ] OPENMP.incr_14_MDrangeReduce 19: [ OK ] OPENMP.incr_14_MDrangeReduce (0 ms) 19: [ RUN ] OPENMP.IncrTest_16_parallelscan 19: [ OK ] OPENMP.IncrTest_16_parallelscan (0 ms) 19: [ RUN ] OPENMP.incr_17_atomicView 19: [ OK ] OPENMP.incr_17_atomicView (0 ms) 19: [----------] 28 tests from OPENMP (107 ms total) 19: 19: [----------] Global test environment tear-down 19: [==========] 28 tests from 1 test suite ran. (107 ms total) 19: [ PASSED ] 28 tests. 19/53 Test #19: Kokkos_IncrementalTest_OPENMP ............... Passed 0.53 sec test 20 Start 20: Kokkos_IncrementalTest_HIP 20: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_IncrementalTest_HIP 20: Test timeout computed to be: 1500 31: MallocFree/N:4096/manual_time 25.7 us 25.7 us 27234 38.9459k/s 20: [==========] Running 28 tests from 1 test suite. 20: [----------] Global test environment set-up. 20: [----------] 28 tests from HIP 20: [ RUN ] HIP.IncrTest_01_execspace_typedef 20: [ OK ] HIP.IncrTest_01_execspace_typedef (0 ms) 20: [ RUN ] HIP.IncrTest_01_execspace 20: Device Execution Space: 20: KOKKOS_ENABLE_HIP: yes 20: HIP Options: 20: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 20: 20: Runtime Configuration: 20: macro KOKKOS_ENABLE_HIP : defined 20: macro HIP_VERSION = 50221151 = version 5.2.21151 20: macro KOKKOS_ENABLE_ROCTHRUST : defined 20: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-, Total Global Memory: 31.98 G, Shared Memory per Block: 64 K, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected 20: HIP 20: [ OK ] HIP.IncrTest_01_execspace (0 ms) 20: [ RUN ] HIP.IncrTest_02_AtomicExchange 20: [ OK ] HIP.IncrTest_02_AtomicExchange (0 ms) 20: [ RUN ] HIP.IncrTest_02_AtomicAdd 20: [ OK ] HIP.IncrTest_02_AtomicAdd (0 ms) 20: [ RUN ] HIP.IncrTest_02_AtomicSub 20: [ OK ] HIP.IncrTest_02_AtomicSub (0 ms) 20: [ RUN ] HIP.IncrTest_03a_memspace_malloc 20: [ OK ] HIP.IncrTest_03a_memspace_malloc (0 ms) 20: [ RUN ] HIP.IncrTest_03b_memspace_free 31: MallocFree/N:65536/manual_time 24.9 us 24.9 us 28165 40.2266k/s 31: MallocFree/N:1048576/manual_time 25.7 us 25.7 us 27267 38.9765k/s 20: [ OK ] HIP.IncrTest_03b_memspace_free (1840 ms) 20: [ RUN ] HIP.IncrTest_04_simple_parallelFor 20: [ OK ] HIP.IncrTest_04_simple_parallelFor (1 ms) 20: [ RUN ] HIP.IncrTest_04_RangePolicy_parallelFor 20: [ OK ] HIP.IncrTest_04_RangePolicy_parallelFor (0 ms) 20: [ RUN ] HIP.IncrTest_05_reduction 20: [ OK ] HIP.IncrTest_05_reduction (7 ms) 20: [ RUN ] HIP.IncrTest_06_mdrange2D 20: [ OK ] HIP.IncrTest_06_mdrange2D (0 ms) 20: [ RUN ] HIP.IncrTest_06_mdrange3D 20: [ OK ] HIP.IncrTest_06_mdrange3D (0 ms) 20: [ RUN ] HIP.IncrTest_06_mdrange4D 20: [ OK ] HIP.IncrTest_06_mdrange4D (0 ms) 20: [ RUN ] HIP.IncrTest_08_deep_copy_2D 20: [ OK ] HIP.IncrTest_08_deep_copy_2D (1 ms) 20: [ RUN ] HIP.IncrTest_08_deep_copy_3D 20: [ OK ] HIP.IncrTest_08_deep_copy_3D (0 ms) 20: [ RUN ] HIP.IncrTest_08_deep_copy_4D 20: [ OK ] HIP.IncrTest_08_deep_copy_4D (0 ms) 20: [ RUN ] HIP.IncrTest_10_Hierarchical_Basics 20: [ OK ] HIP.IncrTest_10_Hierarchical_Basics (0 ms) 20: [ RUN ] HIP.IncrTest_11a_Hierarchical_ForLoop 20: [ OK ] HIP.IncrTest_11a_Hierarchical_ForLoop (1 ms) 20: [ RUN ] HIP.IncrTest_11b_Hierarchical_ForLoop 20: [ OK ] HIP.IncrTest_11b_Hierarchical_ForLoop (1 ms) 20: [ RUN ] HIP.IncrTest_11c_Hierarchical_ForLoop 20: [ OK ] HIP.IncrTest_11c_Hierarchical_ForLoop (135 ms) 20: [ RUN ] HIP.IncrTest_12a_ThreadScratch 20: [ OK ] HIP.IncrTest_12a_ThreadScratch (8 ms) 20: [ RUN ] HIP.IncrTest_12b_TeamScratch 20: [ OK ] HIP.IncrTest_12b_TeamScratch (1 ms) 20: [ RUN ] HIP.IncrTest_13a_Hierarchical_Red 20: [ OK ] HIP.IncrTest_13a_Hierarchical_Red (1 ms) 20: [ RUN ] HIP.IncrTest_13b_Hierarchical_Red 20: [ OK ] HIP.IncrTest_13b_Hierarchical_Red (0 ms) 20: [ RUN ] HIP.IncrTest_13c_Hierarchical_Red 20: [ OK ] HIP.IncrTest_13c_Hierarchical_Red (0 ms) 20: [ RUN ] HIP.incr_14_MDrangeReduce 20: [ OK ] HIP.incr_14_MDrangeReduce (1 ms) 20: [ RUN ] HIP.IncrTest_16_parallelscan 20: [ OK ] HIP.IncrTest_16_parallelscan (2 ms) 20: [ RUN ] HIP.incr_17_atomicView 20: [ OK ] HIP.incr_17_atomicView (0 ms) 20: [----------] 28 tests from HIP (2009 ms total) 20: 20: [----------] Global test environment tear-down 20: [==========] 28 tests from 1 test suite ran. (2009 ms total) 20: [ PASSED ] 28 tests. 20/53 Test #20: Kokkos_IncrementalTest_HIP .................. Passed 2.43 sec test 21 Start 21: Kokkos_CoreUnitTest_CTestDevice 21: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 21: Test timeout computed to be: 1500 21: [==========] Running 8 tests from 1 test suite. 21: [----------] Global test environment set-up. 21: [----------] 8 tests from ctest_environment 21: [ RUN ] ctest_environment.no_device_type 21: [ OK ] ctest_environment.no_device_type (0 ms) 21: [ RUN ] ctest_environment.no_process_count 21: [ OK ] ctest_environment.no_process_count (0 ms) 21: [ RUN ] ctest_environment.invalid_rank 21: [ OK ] ctest_environment.invalid_rank (0 ms) 21: [ RUN ] ctest_environment.no_type_str 21: [ OK ] ctest_environment.no_type_str (0 ms) 21: [ RUN ] ctest_environment.missing_type 21: [ OK ] ctest_environment.missing_type (0 ms) 21: [ RUN ] ctest_environment.no_id_str 21: [ OK ] ctest_environment.no_id_str (0 ms) 21: [ RUN ] ctest_environment.invalid_id_str 21: [ OK ] ctest_environment.invalid_id_str (0 ms) 21: [ RUN ] ctest_environment.good 21: [ OK ] ctest_environment.good (0 ms) 21: [----------] 8 tests from ctest_environment (0 ms total) 21: 21: [----------] Global test environment tear-down 21: [==========] 8 tests from 1 test suite ran. (0 ms total) 21: [ PASSED ] 8 tests. 21/53 Test #21: Kokkos_CoreUnitTest_CTestDevice ............. Passed 0.02 sec test 22 Start 22: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 22: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 22: Test timeout computed to be: 1500 22/53 Test #22: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ... Passed 0.02 sec test 23 Start 23: Kokkos_CoreUnitTest_DeviceAndThreads 23: Test command: /usr/bin/python3.8 "-m" "unittest" "-v" "/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/TestDeviceAndThreads.py" 23: Test timeout computed to be: 1500 31: MallocFree/N:16777216/manual_time 607 us 608 us 1152 1.64613k/s 23: test_device_id (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok 23: test_disable_warnings (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok 23: test_num_devices (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok 31: MallocFree/N:268435456/manual_time 4656 us 1085 us 659 214.787/s 31: MallocFree/N:4294967296/manual_time 112468 us 5250 us 9 8.89138/s 23: test_num_threads (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok 31: MallocTouch/N:1/manual_time 12.4 us 26.9 us 56423 80.5648k/s 23: test_tune_internals (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok 23: 23: ---------------------------------------------------------------------- 23: Ran 5 tests in 7.565s 23: 23: OK 23/53 Test #23: Kokkos_CoreUnitTest_DeviceAndThreads ........ Passed 7.63 sec test 24 Start 24: Kokkos_PerformanceTest_TaskDag 24: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_TaskDag 24: Test timeout computed to be: 1500 24/53 Test #24: Kokkos_PerformanceTest_TaskDag .............. Passed 0.02 sec test 25 Start 25: Kokkos_PerformanceTest_Benchmark 25: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2024-03-29_T02-35-29.json" 25: Test timeout computed to be: 1500 25: Failed to add custom context "Kokkos" as it already exists with value "HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-, Total Global Memory: 31.98 G, Shared Memory per Block: 64 K, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected" 25: 2024-03-29T03:22:21+00:00 25: Running /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 25: Run on (255 X 3099.48 MHz CPU s) 25: CPU Caches: 25: L1 Data 32 KiB (x127) 25: L1 Instruction 32 KiB (x127) 25: L2 Unified 512 KiB (x127) 25: L3 Unified 32768 KiB (x15) 25: Load Average: 13.34, 14.06, 13.51 25: CPU architecture: none 25: Default Device: N6Kokkos3HIPE 25: GPU architecture: AMD_GFX908 25: KOKKOS_COMPILER_CLANG: 1400 25: KOKKOS_ENABLE_ASM: no 25: KOKKOS_ENABLE_CXX17: yes 25: KOKKOS_ENABLE_CXX20: no 25: KOKKOS_ENABLE_CXX23: no 25: KOKKOS_ENABLE_CXX26: no 25: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 25: KOKKOS_ENABLE_HIP: yes 25: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 25: KOKKOS_ENABLE_HWLOC: no 25: KOKKOS_ENABLE_LIBDL: yes 25: KOKKOS_ENABLE_OPENMP: yes 25: KOKKOS_ENABLE_PRAGMA_IVDEP: no 25: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 25: KOKKOS_ENABLE_PRAGMA_UNROLL: no 25: KOKKOS_ENABLE_PRAGMA_VECTOR: no 25: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 25: Kokkos Version: 4.3.99 25: macro KOKKOS_ENABLE_HIP: defined 25: macro KOKKOS_ENABLE_ROCTHRUST: defined 25: platform: 64bit 25: --------------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations Count Time normalized 25: --------------------------------------------------------------------------------------------------------------------------------------------------- 25: GramSchmidt/Count:1024/iterations:5/manual_time 0.008 s 0.009 s 5 1024 8.14598u 25: GramSchmidt/Count:2048/iterations:5/manual_time 0.008 s 0.009 s 5 2.048k 4.03869u 25: GramSchmidt/Count:4096/iterations:5/manual_time 0.008 s 0.009 s 5 4.096k 2.01635u 25: GramSchmidt/Count:8192/iterations:5/manual_time 0.008 s 0.010 s 5 8.192k 1031.74n 25: GramSchmidt/Count:16384/iterations:5/manual_time 0.009 s 0.011 s 5 16.384k 547.717n 25: GramSchmidt/Count:32768/iterations:5/manual_time 0.011 s 0.014 s 5 32.768k 321.942n 25: GramSchmidt/Count:65536/iterations:5/manual_time 0.013 s 0.019 s 5 65.536k 195.086n 31: MallocTouch/N:16/manual_time 12.2 us 26.4 us 56205 81.8019k/s 25: GramSchmidt/Count:131072/iterations:5/manual_time 0.016 s 0.024 s 5 131.072k 121.173n 25: GramSchmidt/Count:262144/iterations:5/manual_time 0.018 s 0.038 s 5 262.144k 70.2247n 25: GramSchmidt/Count:524288/iterations:5/manual_time 0.024 s 0.051 s 5 524.288k 45.1713n [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o 31: MallocTouch/N:256/manual_time 12.2 us 26.4 us 57409 81.839k/s 25: ---------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations FOM: GB/s Max 25: ---------------------------------------------------------------------------------------------------------------------------------------------- 25: CustomReduction/N:100000/R:1000/manual_time 0.007 s 0.018 s 95 14.6767k/s 11.5 25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 25: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced 25: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 25: OverlapRangePolicy/N:2000/M:10000/R:10 0.520 s 0.518 s 1 0.0983882 0.0482696 0.0890579 0.043973 0.0455181 3.92u 31: MallocTouch/N:4096/manual_time 23.4 us 41.1 us 29816 42.6465k/s 25: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 25: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: OverlapMDRangePolicy/N:200/M:10000/R:10 0.045 s 0.045 s 15 8.47727m 4.17208m 7.99429m 3.98953m 4.00257m 2.769u 25: OverlapTeamPolicy/N:20/M:1000000/R:10 0.067 s 0.067 s 11 0.0124832 6.05123m 9.03077m 4.43427m 4.50495m 3.21u 25: --------------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations Count Time normalized 25: --------------------------------------------------------------------------------------------------------------------------------------------------- 25: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1024 28.7012n 25: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 14.7266n 25: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.000 s 5 4.096k 6.92603n 25: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.000 s 0.000 s 5 8.192k 3.52173n 25: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 1.88531n 25: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.000 s 0.000 s 5 32.768k 1007.35p 25: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.000 s 0.000 s 5 65.536k 597.824p 25: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.000 s 0.000 s 5 131.072k 501.472p 25: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.000 s 0.001 s 5 262.144k 471.413p 25: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.000 s 0.001 s 5 524.288k 372.711p 31: MallocTouch/N:65536/manual_time 23.1 us 40.4 us 30299 43.1994k/s [ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o 25: ----------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations FOM: rate 25: ----------------------------------------------------------------------------------------------------------------------------------- 25: Malloc/N:1/manual_time 11.2 us 21.6 us 57379 89.0333k/s 31: MallocTouch/N:1048576/manual_time 25.2 us 42.9 us 27739 39.626k/s 31: MallocTouch/N:16777216/manual_time 519 us 635 us 1347 1.92504k/s 25: Malloc/N:16/manual_time 10.6 us 20.9 us 64388 94.705k/s 25: Malloc/N:256/manual_time 10.2 us 20.5 us 67811 97.9148k/s 25: Malloc/N:4096/manual_time 11.1 us 21.5 us 66353 90.3144k/s 31: MallocTouch/N:268435456/manual_time 4960 us 1126 us 880 201.6/s 25: Malloc/N:65536/manual_time 12.4 us 23.0 us 56567 80.4631k/s 31: MallocTouch/N:4294967296/manual_time 122462 us 6470 us 9 8.16578/s 25: Malloc/N:1048576/manual_time 12.4 us 22.9 us 56465 80.6149k/s 31: MallocTouchFree/N:1/manual_time 27.0 us 27.0 us 25915 37.0734k/s 31: MallocTouchFree/N:16/manual_time 26.9 us 27.0 us 25920 37.1349k/s 31: MallocTouchFree/N:256/manual_time 26.5 us 26.6 us 26414 37.7031k/s 31: MallocTouchFree/N:4096/manual_time 41.0 us 41.0 us 17098 24.4102k/s 31: MallocTouchFree/N:65536/manual_time 40.3 us 40.4 us 17395 24.785k/s 31: MallocTouchFree/N:1048576/manual_time 42.9 us 43.0 us 16323 23.3k/s 31: MallocTouchFree/N:16777216/manual_time 634 us 634 us 1105 1.57801k/s 25: Malloc/N:16777216/manual_time 606 us 244 us 8841 1.64903k/s 25: Malloc/N:268435456/manual_time 11936 us 2429 us 75 83.7769/s 25: Malloc/N:4294967296/manual_time 148380 us 1040 us 5 6.73947/s 25: MallocFree/N:1/manual_time 20.2 us 20.2 us 30294 49.407k/s 25: MallocFree/N:16/manual_time 21.2 us 21.1 us 33618 47.1658k/s 31: MallocTouchFree/N:268435456/manual_time 4654 us 1120 us 659 214.856/s 25: MallocFree/N:256/manual_time 21.0 us 20.9 us 33318 47.7281k/s 31: MallocTouchFree/N:4294967296/manual_time 113224 us 6267 us 6 8.83203/s 25: MallocFree/N:4096/manual_time 22.4 us 22.3 us 31970 44.6348k/s 25: MallocFree/N:65536/manual_time 23.3 us 23.2 us 30467 42.9598k/s 31: ---------------------------------------------------------------------------------------------------------------------------------------------- 31: Benchmark Time CPU Iterations FOM: GB/s MB 31: ---------------------------------------------------------------------------------------------------------------------------------------------- 31: ViewAllocate_Rank1/N:10/manual_time 0.021 s 0.002 s 78 37.805/s 800 [ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o 25: MallocFree/N:1048576/manual_time 22.4 us 22.3 us 30467 44.601k/s 31: ViewAllocate_Rank1/N:10/manual_time 0.019 s 0.002 s 45 41.1954/s 800 31: ViewAllocate_Rank2/N:10/manual_time 0.020 s 0.002 s 37 39.0266/s 800 31: ViewAllocate_Rank2/N:10/manual_time 0.021 s 0.002 s 35 38.9096/s 800 [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o 31: ViewAllocate_Rank3/N:10/manual_time 0.021 s 0.002 s 35 38.9804/s 800 31: ViewAllocate_Rank3/N:10/manual_time 0.021 s 0.002 s 35 38.9677/s 800 25: MallocFree/N:16777216/manual_time 637 us 235 us 5777 1.56887k/s 25: MallocFree/N:268435456/manual_time 11735 us 1898 us 74 85.2173/s 31: ViewAllocate_Rank4/N:10/manual_time 0.021 s 0.002 s 35 38.9005/s 800 25: MallocFree/N:4294967296/manual_time 190499 us 5267 us 5 5.24936/s 31: ViewAllocate_Rank4/N:10/manual_time 0.020 s 0.002 s 35 39.0786/s 800 31: ViewAllocate_Rank5/N:10/manual_time 0.019 s 0.002 s 35 41.3214/s 800 25: MallocTouch/N:1/manual_time 12.7 us 23.3 us 49704 78.7965k/s 31: ViewAllocate_Rank5/N:10/manual_time 0.019 s 0.002 s 35 41.0519/s 800 31: ViewAllocate_Rank6/N:10/manual_time 0.019 s 0.002 s 35 41.1382/s 800 25: MallocTouch/N:16/manual_time 12.8 us 23.4 us 56465 78.0998k/s 31: ViewAllocate_Rank6/N:10/manual_time 0.019 s 0.002 s 35 41.0899/s 800 25: MallocTouch/N:256/manual_time 12.9 us 23.5 us 54542 77.7006k/s 31: ViewAllocate_Rank7/N:10/manual_time 0.019 s 0.002 s 35 41.1468/s 800 31: ViewAllocate_Rank7/N:10/manual_time 0.019 s 0.002 s 35 41.1128/s 800 25: MallocTouch/N:4096/manual_time 34.1 us 45.2 us 20529 29.3091k/s [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o 31: ViewAllocate_Rank8/N:10/manual_time 0.019 s 0.002 s 35 41.2094/s 800 [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G 31: ViewAllocate_Rank8/N:10/manual_time 0.020 s 0.002 s 35 41.003/s 800 25: MallocTouch/N:65536/manual_time 34.2 us 45.2 us 20243 29.2428k/s [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o 31: ViewDeepCopy_Rank1/N:10/manual_time 0.001 s 0.001 s 628 1.43655k/s 1.6k 25: MallocTouch/N:1048576/manual_time 37.7 us 48.8 us 18248 26.513k/s 31: ViewDeepCopy_Rank2/N:10/manual_time 0.001 s 0.001 s 627 1.43274k/s 1.6k 31: ViewDeepCopy_Rank3/N:10/manual_time 0.001 s 0.001 s 627 1.43798k/s 1.6k 31: ViewDeepCopy_Rank1/N:10/manual_time 0.001 s 0.001 s 630 1.47212k/s 1.6k 31: ViewDeepCopy_Rank2/N:10/manual_time 0.001 s 0.001 s 630 1.47222k/s 1.6k 31: ViewDeepCopy_Rank3/N:10/manual_time 0.001 s 0.001 s 630 1.47216k/s 1.6k 25: MallocTouch/N:16777216/manual_time 572 us 240 us 6139 1.74766k/s 31: ViewDeepCopy_Rank1/N:10/manual_time 0.001 s 0.001 s 630 1.47229k/s 1.6k 25: MallocTouch/N:268435456/manual_time 12021 us 2486 us 75 83.1896/s 31: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 297 679.732/s 1.6k 25: MallocTouch/N:4294967296/manual_time 195502 us 6198 us 5 5.11504/s 31: ViewDeepCopy_Rank3/N:10/manual_time 0.004 s 0.004 s 183 416.779/s 1.6k 25: MallocTouchFree/N:1/manual_time 22.8 us 22.7 us 27911 43.8516k/s 31: ViewDeepCopy_Rank1/N:10/manual_time 0.001 s 0.001 s 629 1.47211k/s 1.6k [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o 25: MallocTouchFree/N:16/manual_time 23.5 us 23.4 us 30660 42.6196k/s 31: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 298 681.114/s 1.6k 25: MallocTouchFree/N:256/manual_time 23.5 us 23.4 us 29756 42.5833k/s 31: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 398 918.557/s 1.6k [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o 31: ViewDeepCopy_Rank4/N:10/manual_time 0.001 s 0.001 s 630 1.47222k/s 1.6k 25: MallocTouchFree/N:4096/manual_time 45.5 us 45.3 us 15437 21.9742k/s [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o 31: ViewDeepCopy_Rank5/N:10/manual_time 0.001 s 0.001 s 630 1.47246k/s 1.6k [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o 25: MallocTouchFree/N:65536/manual_time 45.9 us 45.8 us 15341 21.766k/s 31: ViewDeepCopy_Rank4/N:10/manual_time 0.001 s 0.001 s 630 1.47232k/s 1.6k 25: MallocTouchFree/N:1048576/manual_time 48.7 us 48.5 us 14289 20.5269k/s 31: ViewDeepCopy_Rank5/N:10/manual_time 0.001 s 0.001 s 630 1.47233k/s 1.6k 31: ViewDeepCopy_Rank4/N:10/manual_time 0.004 s 0.004 s 181 417.624/s 1.6k 31: ViewDeepCopy_Rank5/N:10/manual_time 0.004 s 0.004 s 179 411.001/s 1.6k 25: MallocTouchFree/N:16777216/manual_time 582 us 232 us 4046 1.71689k/s 31: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 373 867.902/s 1.6k 25: MallocTouchFree/N:268435456/manual_time 12284 us 2523 us 74 81.4098/s 31: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 310 710.078/s 1.6k 25: MallocTouchFree/N:4294967296/manual_time 178276 us 6695 us 5 5.60929/s 31: ViewDeepCopy_Rank6/N:10/manual_time 0.001 s 0.001 s 630 1.4724k/s 1.6k 31: ViewDeepCopy_Rank6/N:10/manual_time 0.001 s 0.001 s 630 1.47245k/s 1.6k 25: ---------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations FOM: GB/s MB 25: ---------------------------------------------------------------------------------------------------------------------------------------------- 25: ViewAllocate_Rank1/N:10/manual_time 0.090 s 0.075 s 12 8.84633/s 800 31: ViewDeepCopy_Rank6/N:10/manual_time 0.004 s 0.004 s 168 381.251/s 1.6k 31: ViewDeepCopy_Rank6/N:10/manual_time 0.003 s 0.003 s 225 515.398/s 1.6k 25: ViewAllocate_Rank1/N:10/manual_time 0.028 s 0.017 s 100 28.7845/s 800 31: ViewDeepCopy_Rank7/N:10/manual_time 0.001 s 0.001 s 630 1.47177k/s 1.6k 31: ViewDeepCopy_Rank7/N:10/manual_time 0.001 s 0.001 s 630 1.4721k/s 1.6k 25: ViewAllocate_Rank2/N:10/manual_time 0.098 s 0.075 s 10 8.15918/s 800 31: ViewDeepCopy_Rank7/N:10/manual_time 0.006 s 0.006 s 112 259.743/s 1.6k 31: ViewDeepCopy_Rank7/N:10/manual_time 0.004 s 0.004 s 189 432.345/s 1.6k 25: ViewAllocate_Rank2/N:10/manual_time 0.028 s 0.016 s 100 28.6134/s 800 31: ViewDeepCopy_Rank8/N:10/manual_time 0.001 s 0.001 s 629 1.47225k/s 1.6k 31: ViewDeepCopy_Rank8/N:10/manual_time 0.001 s 0.001 s 630 1.47208k/s 1.6k 25: ViewAllocate_Rank3/N:10/manual_time 0.038 s 0.033 s 24 21.1241/s 800 31: ViewDeepCopy_Rank8/N:10/manual_time 0.004 s 0.004 s 171 391.634/s 1.6k 25: ViewAllocate_Rank3/N:10/manual_time 0.031 s 0.021 s 39 25.413/s 800 31: ViewDeepCopy_Rank8/N:10/manual_time 0.003 s 0.003 s 245 561.521/s 1.6k 31: ViewDeepCopy_Raw/N:10/manual_time 0.001 s 0.001 s 691 1.6142k/s 1.6k 25: ViewAllocate_Rank4/N:10/manual_time 0.037 s 0.030 s 26 21.7759/s 800 31: ViewDeepCopy_Raw/N:10/manual_time 0.001 s 0.001 s 691 1.61442k/s 1.6k [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o 25: ViewAllocate_Rank4/N:10/manual_time 0.035 s 0.024 s 32 23.0388/s 800 31: ViewDeepCopy_Raw/N:10/manual_time 0.001 s 0.001 s 691 1.61432k/s 1.6k 31: ViewDeepCopy_Raw/N:10/manual_time 0.001 s 0.001 s 690 1.6143k/s 1.6k 25: ViewAllocate_Rank5/N:10/manual_time 0.035 s 0.025 s 32 22.5838/s 800 31: ViewFill_Rank1/N:10/manual_time 0.000 s 0.000 s 1510 1.72819k/s 800 25: ViewAllocate_Rank5/N:10/manual_time 0.033 s 0.023 s 35 24.3801/s 800 31: ViewFill_Rank1/N:10/manual_time 0.000 s 0.000 s 1512 1.72842k/s 800 25: ViewAllocate_Rank6/N:10/manual_time 0.041 s 0.032 s 27 19.4164/s 800 31: ViewFill_Rank2/N:10/manual_time 0.000 s 0.000 s 1512 1.72843k/s 800 31: ViewFill_Rank2/N:10/manual_time 0.000 s 0.000 s 1512 1.72867k/s 800 25: ViewAllocate_Rank6/N:10/manual_time 0.031 s 0.021 s 85 25.8272/s 800 31: ViewFill_Rank3/N:10/manual_time 0.000 s 0.000 s 1511 1.72805k/s 800 25: ViewAllocate_Rank7/N:10/manual_time 0.045 s 0.042 s 20 17.6815/s 800 31: ViewFill_Rank3/N:10/manual_time 0.000 s 0.000 s 1512 1.72821k/s 800 31: ViewFill_Rank4/N:10/manual_time 0.000 s 0.000 s 1512 1.7281k/s 800 31: ViewFill_Rank4/N:10/manual_time 0.000 s 0.000 s 1512 1.72852k/s 800 25: ViewAllocate_Rank7/N:10/manual_time 0.031 s 0.017 s 100 25.8762/s 800 25: ViewAllocate_Rank8/N:10/manual_time 0.830 s 0.794 s 1 0.963381/s 800 31: ViewFill_Rank5/N:10/manual_time 0.000 s 0.000 s 1512 1.72763k/s 800 -- Testing 1-D histogram Density 1D: 0.00195862 -0.999999 -57858.9 || 0.051031 0 1.55283e+06 || 2.86905e+10 28674.4 || -7.99842e+08 -2.0744 -- Testing 3-D histogram Density 3D: 0.00588634 -0.967786 10.238 || 0.051031 1e+64 -1e+64 Test Scalar=float -- Testing randomness properties 31: ViewFill_Rank5/N:10/manual_time 0.000 s 0.000 s 1512 1.72819k/s 800 31: ViewFill_Rank6/N:10/manual_time 0.000 s 0.000 s 1511 1.72853k/s 800 25: ViewAllocate_Rank8/N:10/manual_time 0.027 s 0.017 s 100 29.2795/s 800 25: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 437 1002.79/s 1.6k 31: ViewFill_Rank6/N:10/manual_time 0.000 s 0.000 s 1512 1.72793k/s 800 25: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 434 1004.95/s 1.6k 31: ViewFill_Rank7/N:10/manual_time 0.000 s 0.000 s 1512 1.72807k/s 800 25: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 439 1007.83/s 1.6k 31: ViewFill_Rank7/N:10/manual_time 0.000 s 0.000 s 1512 1.7284k/s 800 25: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 439 1007.36/s 1.6k 25: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 439 1007.54/s 1.6k 31: ViewFill_Rank8/N:10/manual_time 0.000 s 0.000 s 1511 1.7283k/s 800 25: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 439 1007.87/s 1.6k 31: ViewFill_Rank8/N:10/manual_time 0.000 s 0.000 s 1512 1.72844k/s 800 25: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 439 1007.51/s 1.6k 31: ViewFill_Raw/N:10/manual_time 0.000 s 0.000 s 1539 1.76012k/s 800 25: ViewDeepCopy_Rank2/N:10/manual_time 0.003 s 0.003 s 223 504.722/s 1.6k 31: ViewFill_Raw/N:10/manual_time 0.000 s 0.000 s 1539 1.76013k/s 800 31: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 7.41848k/s 1.6k 31: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 7.4116k/s 1.6k 31: ViewResize_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.6011k/s 1.6k 31: ViewResize_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.60338k/s 1.6k 31: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.75084k/s 1.6k 31: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.26825k/s 1.6k 31: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 9.58839k/s 1.6k 31: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 9.60273k/s 1.6k 31: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.3898k/s 1.6k 31: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.38134k/s 1.6k 31: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 8.66525k/s 1.6k 31: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.33074k/s 1.6k 31: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.7364k/s 1.6k 31: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.18065k/s 1.6k 31: ViewResize_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.1902k/s 1.6k 31: ViewResize_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.20971k/s 1.6k 31: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.98392k/s 1.6k 31: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.19581k/s 1.6k 31: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.95422k/s 1.6k 31: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.97329k/s 1.6k 31: ViewResize_Rank6/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.42179k/s 1.6k 31: ViewResize_Rank6/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.38226k/s 1.6k 31: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.87778k/s 1.6k 31: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.83506k/s 1.6k 31: ViewResize_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.83323k/s 1.6k 31: ViewResize_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.65274k/s 1.6k 31: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.83414k/s 1.6k 31: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.18802k/s 1.6k 31: ViewResize_Rank8/N:9/iterations:10/manual_time 0.000 s 0.000 s 10 1.91111M/s 688 31: ViewResize_Rank8/N:9/iterations:10/manual_time 0.000 s 0.000 s 10 886.027k/s 688 31: ViewResize_NoInit_Rank8/N:9/iterations:10/manual_time 0.000 s 0.000 s 10 899.935k/s 688 31: ViewResize_NoInit_Rank8/N:9/iterations:10/manual_time 0.000 s 0.000 s 10 1.91164M/s 688 31: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 1032.04/s 1.6k 31: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 1008.38/s 1.6k 25: ViewDeepCopy_Rank3/N:10/manual_time 0.003 s 0.003 s 234 513.065/s 1.6k 25: ViewDeepCopy_Rank1/N:10/manual_time 0.002 s 0.002 s 438 1007.95/s 1.6k 25: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 328 751.7/s 1.6k 31/57 Test #31: Kokkos_PerformanceTest_Benchmark .............. Passed 140.27 sec test 32 Start 32: Kokkos_Benchmark_Atomic_MinMax 32: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2024-03-29_T02-31-44.json" 32: Test timeout computed to be: 1500 25: ViewDeepCopy_Rank3/N:10/manual_time 0.003 s 0.002 s 279 638.105/s 1.6k 25: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 439 1007.67/s 1.6k 25: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 438 1007.46/s 1.6k 32: 32: Available devices: 32: 2024-03-29T03:21:03+00:00 32: Running /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 32: Run on (20 X 2345.59 MHz CPU s) 32: CPU Caches: 32: L1 Data 64 KiB (x20) 32: L1 Instruction 64 KiB (x20) 32: L2 Unified 512 KiB (x20) 32: L3 Unified 16384 KiB (x20) 32: Load Average: 0.90, 3.04, 5.82 32: Address Bits: 64 32: CPU architecture: none 32: Default Device: N6Kokkos12Experimental4SYCLE 32: Driver Version: CUDA 12.4 32: Error Correction Support: 1 32: GIT_BRANCH: HEAD 32: GIT_CLEAN_STATUS: CLEAN 32: GIT_COMMIT_DATE: 2024-03-29T02:31:07+00:00 32: GIT_COMMIT_DESCRIPTION: Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD 32: GIT_COMMIT_HASH: a3c58e9ee 32: GPU architecture: AMPERE80 32: Global Cache Mem Line Size: 128 32: Global Mem Cache Size: 41943040 32: Global Mem Size: 84974239744 32: Image Max Array Size: 0 32: Image Max Buffer Size: 32768 32: Image2d Max Height: 65536 32: Image2d Max Width: 131072 32: Image3d Max Depth: 16384 32: Image3d Max Height: 16384 32: Image3d Max Width: 16384 32: Is Accelerator: 0 32: Is Available: 1 32: Is CPU: 0 32: Is GPU: 1 32: KOKKOS_COMPILER_INTEL_LLVM: 20230000 32: KOKKOS_ENABLE_ASM: yes 32: KOKKOS_ENABLE_CXX17: yes 32: KOKKOS_ENABLE_CXX20: no 32: KOKKOS_ENABLE_CXX23: no 32: KOKKOS_ENABLE_CXX26: no 32: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 32: KOKKOS_ENABLE_HWLOC: no 32: KOKKOS_ENABLE_LIBDL: yes 32: KOKKOS_ENABLE_PRAGMA_IVDEP: no 32: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 32: KOKKOS_ENABLE_PRAGMA_UNROLL: no 32: KOKKOS_ENABLE_PRAGMA_VECTOR: no 32: KOKKOS_ENABLE_SERIAL: yes 32: Kokkos Version: 4.3.99 32: Local Mem Size: 49152 32: Max Compute Units: 108 32: Max Mem Alloc Size: 1073741824 32: Max Parameter Size: 4000 32: Max Read Image Args: 128 32: Max Samplers: 128 32: Max Work Group Size: 1024 32: Max Work Item Dimensions: 3 32: Mem Base Addr Align: 4096 32: Name: NVIDIA A100 80GB PCIe 32: Native Vector Width Char: 1 32: Native Vector Width Double: 1 32: Native Vector Width Float: 1 32: Native Vector Width Half: 0 32: Native Vector Width Int: 1 32: Native Vector Width Long: 1 32: Native Vector Width Short: 1 32: Partition Max Sub Devices: 0 32: Preferred Vector Width Char: 1 32: Preferred Vector Width Double: 1 32: Preferred Vector Width Float: 1 32: Preferred Vector Width Half: 0 32: Preferred Vector Width Int: 1 32: Preferred Vector Width Long: 1 32: Preferred Vector Width Short: 1 32: Profiling Timer Resolution: 1000 32: Reference Count: 1 32: Vendor: NVIDIA Corporation 32: Vendor Id: 4318 32: Version: 0.0 32: [ext_oneapi_cuda]: gpu:0] NVIDIA A100 80GB PCIe : Selected 32: macro KOKKOS_ENABLE_ONEDPL: defined 32: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined 32: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined 32: macro SYCL_EXT_ONEAPI_DEVICE_GLOBAL: undefined 32: platform: 64bit 32: ---------------------------------------------------------------------------------------------------------------------------------------- 32: Benchmark Time CPU Iterations 32: ---------------------------------------------------------------------------------------------------------------------------------------- 32: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 32: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 32/57 Test #32: Kokkos_Benchmark_Atomic_MinMax ................ Passed 2.48 sec test 33 Start 33: Kokkos_PerformanceTest_Mempool 33: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2024-03-29_T02-31-44.json" 33: Test timeout computed to be: 1500 25: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 439 1007.84/s 1.6k 25: ViewDeepCopy_Rank5/N:10/manual_time 0.002 s 0.002 s 439 1007.6/s 1.6k 33: 33: Available devices: 33: 2024-03-29T03:21:05+00:00 33: Running /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Mempool 33: Run on (20 X 2345.59 MHz CPU s) 33: CPU Caches: 33: L1 Data 64 KiB (x20) 33: L1 Instruction 64 KiB (x20) 33: L2 Unified 512 KiB (x20) 33: L3 Unified 16384 KiB (x20) 33: Load Average: 0.90, 3.04, 5.82 33: Address Bits: 64 33: CPU architecture: none 33: Default Device: N6Kokkos12Experimental4SYCLE 33: Driver Version: CUDA 12.4 33: Error Correction Support: 1 33: GIT_BRANCH: HEAD 33: GIT_CLEAN_STATUS: CLEAN 33: GIT_COMMIT_DATE: 2024-03-29T02:31:07+00:00 33: GIT_COMMIT_DESCRIPTION: Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD 33: GIT_COMMIT_HASH: a3c58e9ee 33: GPU architecture: AMPERE80 33: Global Cache Mem Line Size: 128 33: Global Mem Cache Size: 41943040 33: Global Mem Size: 84974239744 33: Image Max Array Size: 0 33: Image Max Buffer Size: 32768 33: Image2d Max Height: 65536 33: Image2d Max Width: 131072 33: Image3d Max Depth: 16384 33: Image3d Max Height: 16384 33: Image3d Max Width: 16384 33: Is Accelerator: 0 33: Is Available: 1 33: Is CPU: 0 33: Is GPU: 1 33: KOKKOS_COMPILER_INTEL_LLVM: 20230000 33: KOKKOS_ENABLE_ASM: yes 33: KOKKOS_ENABLE_CXX17: yes 33: KOKKOS_ENABLE_CXX20: no 33: KOKKOS_ENABLE_CXX23: no 33: KOKKOS_ENABLE_CXX26: no 33: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 33: KOKKOS_ENABLE_HWLOC: no 33: KOKKOS_ENABLE_LIBDL: yes 33: KOKKOS_ENABLE_PRAGMA_IVDEP: no 33: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 33: KOKKOS_ENABLE_PRAGMA_UNROLL: no 33: KOKKOS_ENABLE_PRAGMA_VECTOR: no 33: KOKKOS_ENABLE_SERIAL: yes 33: Kokkos Version: 4.3.99 33: Local Mem Size: 49152 33: Max Compute Units: 108 33: Max Mem Alloc Size: 1073741824 33: Max Parameter Size: 4000 33: Max Read Image Args: 128 33: Max Samplers: 128 33: Max Work Group Size: 1024 33: Max Work Item Dimensions: 3 33: Mem Base Addr Align: 4096 33: Name: NVIDIA A100 80GB PCIe 33: Native Vector Width Char: 1 33: Native Vector Width Double: 1 33: Native Vector Width Float: 1 33: Native Vector Width Half: 0 33: Native Vector Width Int: 1 33: Native Vector Width Long: 1 33: Native Vector Width Short: 1 33: Partition Max Sub Devices: 0 33: Preferred Vector Width Char: 1 33: Preferred Vector Width Double: 1 33: Preferred Vector Width Float: 1 33: Preferred Vector Width Half: 0 33: Preferred Vector Width Int: 1 33: Preferred Vector Width Long: 1 33: Preferred Vector Width Short: 1 33: Profiling Timer Resolution: 1000 33: Reference Count: 1 33: Vendor: NVIDIA Corporation 33: Vendor Id: 4318 33: Version: 0.0 33: [ext_oneapi_cuda]: gpu:0] NVIDIA A100 80GB PCIe : Selected 33: macro KOKKOS_ENABLE_ONEDPL: defined 33: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined 33: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined 33: macro SYCL_EXT_ONEAPI_DEVICE_GLOBAL: undefined 33: platform: 64bit 25: ViewDeepCopy_Rank4/N:10/manual_time 0.014 s 0.014 s 49 111.992/s 1.6k 33: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 33: Benchmark Time CPU Iterations FOM: fill ops per second 33: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 33: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 2386 18.8938M/s 25: ViewDeepCopy_Rank5/N:10/manual_time 0.014 s 0.014 s 50 113.304/s 1.6k 25: ViewDeepCopy_Rank4/N:10/manual_time 0.003 s 0.003 s 214 491.39/s 1.6k 33: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 33: Benchmark Time CPU Iterations FOM: cycle ops per second 33: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 33: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 3810 60.4779M/s 33/57 Test #33: Kokkos_PerformanceTest_Mempool ................ Passed 4.86 sec test 34 Start 34: Kokkos_PerformanceTest_Atomic 34: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2024-03-29_T02-31-44.json" 34: Test timeout computed to be: 1500 25: ViewDeepCopy_Rank5/N:10/manual_time 0.007 s 0.007 s 105 237.789/s 1.6k 25: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 439 1007.75/s 1.6k 34: 34: Available devices: 34: 2024-03-29T03:21:10+00:00 34: Running /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Atomic 34: Run on (20 X 2345.59 MHz CPU s) 34: CPU Caches: 34: L1 Data 64 KiB (x20) 34: L1 Instruction 64 KiB (x20) 34: L2 Unified 512 KiB (x20) 34: L3 Unified 16384 KiB (x20) 34: Load Average: 0.91, 3.00, 5.79 34: Address Bits: 64 34: CPU architecture: none 34: Default Device: N6Kokkos12Experimental4SYCLE 34: Driver Version: CUDA 12.4 34: Error Correction Support: 1 34: GIT_BRANCH: HEAD 34: GIT_CLEAN_STATUS: CLEAN 34: GIT_COMMIT_DATE: 2024-03-29T02:31:07+00:00 34: GIT_COMMIT_DESCRIPTION: Merge commit '68c66846945c28e7b95ba099f2b4fbbe2b72fd63' into HEAD 34: GIT_COMMIT_HASH: a3c58e9ee 34: GPU architecture: AMPERE80 34: Global Cache Mem Line Size: 128 34: Global Mem Cache Size: 41943040 34: Global Mem Size: 84974239744 34: Image Max Array Size: 0 34: Image Max Buffer Size: 32768 34: Image2d Max Height: 65536 34: Image2d Max Width: 131072 34: Image3d Max Depth: 16384 34: Image3d Max Height: 16384 34: Image3d Max Width: 16384 34: Is Accelerator: 0 34: Is Available: 1 34: Is CPU: 0 34: Is GPU: 1 34: KOKKOS_COMPILER_INTEL_LLVM: 20230000 34: KOKKOS_ENABLE_ASM: yes 34: KOKKOS_ENABLE_CXX17: yes 34: KOKKOS_ENABLE_CXX20: no 34: KOKKOS_ENABLE_CXX23: no 34: KOKKOS_ENABLE_CXX26: no 34: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 34: KOKKOS_ENABLE_HWLOC: no 34: KOKKOS_ENABLE_LIBDL: yes 34: KOKKOS_ENABLE_PRAGMA_IVDEP: no 34: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 34: KOKKOS_ENABLE_PRAGMA_UNROLL: no 34: KOKKOS_ENABLE_PRAGMA_VECTOR: no 34: KOKKOS_ENABLE_SERIAL: yes 34: Kokkos Version: 4.3.99 34: Local Mem Size: 49152 34: Max Compute Units: 108 34: Max Mem Alloc Size: 1073741824 34: Max Parameter Size: 4000 34: Max Read Image Args: 128 34: Max Samplers: 128 34: Max Work Group Size: 1024 34: Max Work Item Dimensions: 3 34: Mem Base Addr Align: 4096 34: Name: NVIDIA A100 80GB PCIe 34: Native Vector Width Char: 1 34: Native Vector Width Double: 1 34: Native Vector Width Float: 1 34: Native Vector Width Half: 0 34: Native Vector Width Int: 1 34: Native Vector Width Long: 1 34: Native Vector Width Short: 1 34: Partition Max Sub Devices: 0 34: Preferred Vector Width Char: 1 34: Preferred Vector Width Double: 1 34: Preferred Vector Width Float: 1 34: Preferred Vector Width Half: 0 34: Preferred Vector Width Int: 1 34: Preferred Vector Width Long: 1 34: Preferred Vector Width Short: 1 34: Profiling Timer Resolution: 1000 34: Reference Count: 1 34: Vendor: NVIDIA Corporation 34: Vendor Id: 4318 34: Version: 0.0 34: [ext_oneapi_cuda]: gpu:0] NVIDIA A100 80GB PCIe : Selected 34: macro KOKKOS_ENABLE_ONEDPL: defined 34: macro KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined 34: macro KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined 34: macro SYCL_EXT_ONEAPI_DEVICE_GLOBAL: undefined 34: platform: 64bit 25: ViewDeepCopy_Rank6/N:10/manual_time 0.002 s 0.002 s 439 1007.75/s 1.6k 25: ViewDeepCopy_Rank6/N:10/manual_time 0.016 s 0.016 s 45 101.963/s 1.6k 25: ViewDeepCopy_Rank6/N:10/manual_time 0.018 s 0.018 s 39 88.7594/s 1.6k 25: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 438 1006.86/s 1.6k 25: ViewDeepCopy_Rank7/N:10/manual_time 0.002 s 0.002 s 438 1007.34/s 1.6k [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o 25: ViewDeepCopy_Rank7/N:10/manual_time 0.017 s 0.017 s 41 93.1899/s 1.6k -- Testing 1-D histogram Density 1D: 6.78568e-07 0.0121432 0.00410712 || 0.051031 28041 29385 || 28330.4 28674.4 || 56.7769 -2.0744 -- Testing 3-D histogram Density 3D: 7.49199e-07 0.00537846 -0.00519032 || 0.051031 1e+64 -1e+64 Test Scalar=double -- Testing randomness properties 25: ViewDeepCopy_Rank7/N:10/manual_time 0.019 s 0.018 s 38 86.1528/s 1.6k 25: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 438 1007.69/s 1.6k 25: ViewDeepCopy_Rank8/N:10/manual_time 0.002 s 0.002 s 439 1007.71/s 1.6k 25: ViewDeepCopy_Rank8/N:10/manual_time 0.018 s 0.018 s 40 89.6455/s 1.6k 25: ViewDeepCopy_Rank8/N:10/manual_time 0.019 s 0.019 s 37 84.4916/s 1.6k 25: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 444 1028.86/s 1.6k [ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o [ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I 25: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 444 1028.87/s 1.6k 25: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 444 1028.81/s 1.6k 25: ViewDeepCopy_Raw/N:10/manual_time 0.002 s 0.002 s 444 1028.91/s 1.6k [ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o 25: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 821 943.289/s 800 25: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 822 942.473/s 800 25: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 820 941.614/s 800 25: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 820 941.309/s 800 25: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 820 940.27/s 800 25: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 820 940.794/s 800 [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o 25: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 820 939.701/s 800 25: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 819 939.26/s 800 25: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 820 939.295/s 800 25: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 819 938.953/s 800 25: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 819 938.343/s 800 34: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 34: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 34: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 34: Test_Atomic/100000/iterations:10 2.07 s 2.07 s 10 1 4 4.22117m 3.28122m 388.73u 704.983M 1.31795M 704.983M 25: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 819 938.236/s 800 25: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 819 938.362/s 800 25: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 818 938.003/s 800 [ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o [ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F [ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F 25: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 819 935.936/s 800 [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o 25: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 816 935.148/s 800 25: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 814 932.605/s 800 25: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 816 935.839/s 800 25: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.21473k/s 1.6k 25: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.1974k/s 1.6k 25: ViewResize_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.79552k/s 1.6k 25: ViewResize_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.15649k/s 1.6k 25: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.56484k/s 1.6k 25: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.22263k/s 1.6k 25: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 9.43585k/s 1.6k 25: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 9.38813k/s 1.6k 25: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 7.19062k/s 1.6k 25: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.8656k/s 1.6k 25: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 7.99043k/s 1.6k 25: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.5884k/s 1.6k 25: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.94884k/s 1.6k 25: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.07077k/s 1.6k 25: ViewResize_Rank5/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.09745k/s 1.6k 25: ViewResize_Rank5/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.66127k/s 1.6k 25: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.26729k/s 1.6k 25: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.2257k/s 1.6k 25: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.73904k/s 1.6k 25: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.006 s 0.001 s 10 280.051/s 1.6k 25: ViewResize_Rank6/N:10/iterations:10/manual_time 0.009 s 0.001 s 10 181.466/s 1.6k 25: ViewResize_Rank6/N:10/iterations:10/manual_time 0.004 s 0.001 s 10 451.571/s 1.6k [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o 25: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.51881k/s 1.6k 25: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.50836k/s 1.6k 25: ViewResize_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.17925k/s 1.6k 25: ViewResize_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.75124k/s 1.6k 25: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 7.48277k/s 1.6k 25: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.44561k/s 1.6k 25: ViewResize_Rank8/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.41571k/s 1.6k 25: ViewResize_Rank8/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.70567k/s 1.6k 25: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.24747k/s 1.6k 25: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.36948k/s 1.6k 25: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 919.254/s 1.6k 25: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.038 s 0.003 s 10 41.975/s 1.6k 25/53 Test #25: Kokkos_PerformanceTest_Benchmark ............ Passed 137.77 sec test 26 Start 26: Kokkos_Benchmark_Atomic_MinMax 26: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2024-03-29_T02-35-29.json" 26: Test timeout computed to be: 1500 26: Failed to add custom context "Kokkos" as it already exists with value "HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-, Total Global Memory: 31.98 G, Shared Memory per Block: 64 K, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected" 26: 2024-03-29T03:24:39+00:00 26: Running /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 26: Run on (255 X 3099.38 MHz CPU s) 26: CPU Caches: 26: L1 Data 32 KiB (x127) 26: L1 Instruction 32 KiB (x127) 26: L2 Unified 512 KiB (x127) 26: L3 Unified 32768 KiB (x15) 26: Load Average: 16.02, 15.36, 14.09 26: CPU architecture: none 26: Default Device: N6Kokkos3HIPE 26: GPU architecture: AMD_GFX908 26: KOKKOS_COMPILER_CLANG: 1400 26: KOKKOS_ENABLE_ASM: no 26: KOKKOS_ENABLE_CXX17: yes 26: KOKKOS_ENABLE_CXX20: no 26: KOKKOS_ENABLE_CXX23: no 26: KOKKOS_ENABLE_CXX26: no 26: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 26: KOKKOS_ENABLE_HIP: yes 26: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 26: KOKKOS_ENABLE_HWLOC: no 26: KOKKOS_ENABLE_LIBDL: yes 26: KOKKOS_ENABLE_OPENMP: yes 26: KOKKOS_ENABLE_PRAGMA_IVDEP: no 26: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 26: KOKKOS_ENABLE_PRAGMA_UNROLL: no 26: KOKKOS_ENABLE_PRAGMA_VECTOR: no 26: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 26: Kokkos Version: 4.3.99 26: macro KOKKOS_ENABLE_HIP: defined 26: macro KOKKOS_ENABLE_ROCTHRUST: defined 26: platform: 64bit 26: ---------------------------------------------------------------------------------------------------------------------------------------- 26: Benchmark Time CPU Iterations 26: ---------------------------------------------------------------------------------------------------------------------------------------- 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 26/53 Test #26: Kokkos_Benchmark_Atomic_MinMax .............. Passed 0.50 sec test 27 Start 27: Kokkos_PerformanceTest_Mempool 27: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2024-03-29_T02-35-29.json" 27: Test timeout computed to be: 1500 27: Failed to add custom context "Kokkos" as it already exists with value "HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-, Total Global Memory: 31.98 G, Shared Memory per Block: 64 K, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected" 27: 2024-03-29T03:24:39+00:00 27: Running /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Mempool 27: Run on (255 X 3027.02 MHz CPU s) 27: CPU Caches: 27: L1 Data 32 KiB (x127) 27: L1 Instruction 32 KiB (x127) 27: L2 Unified 512 KiB (x127) 27: L3 Unified 32768 KiB (x15) 27: Load Average: 17.46, 15.67, 14.20 27: CPU architecture: none 27: Default Device: N6Kokkos3HIPE 27: GPU architecture: AMD_GFX908 27: KOKKOS_COMPILER_CLANG: 1400 27: KOKKOS_ENABLE_ASM: no 27: KOKKOS_ENABLE_CXX17: yes 27: KOKKOS_ENABLE_CXX20: no 27: KOKKOS_ENABLE_CXX23: no 27: KOKKOS_ENABLE_CXX26: no 27: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 27: KOKKOS_ENABLE_HIP: yes 27: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 27: KOKKOS_ENABLE_HWLOC: no 27: KOKKOS_ENABLE_LIBDL: yes 27: KOKKOS_ENABLE_OPENMP: yes 27: KOKKOS_ENABLE_PRAGMA_IVDEP: no 27: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 27: KOKKOS_ENABLE_PRAGMA_UNROLL: no 27: KOKKOS_ENABLE_PRAGMA_VECTOR: no 27: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 27: Kokkos Version: 4.3.99 27: macro KOKKOS_ENABLE_HIP: defined 27: macro KOKKOS_ENABLE_ROCTHRUST: defined 27: platform: 64bit 27: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: Benchmark Time CPU Iterations FOM: fill ops per second 27: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 2627 21.2303M/s 27: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: Benchmark Time CPU Iterations FOM: cycle ops per second 27: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 27: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 9150 145.023M/s 27/53 Test #27: Kokkos_PerformanceTest_Mempool .............. Passed 2.94 sec test 28 Start 28: Kokkos_PerformanceTest_Atomic 28: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2024-03-29_T02-35-29.json" 28: Test timeout computed to be: 1500 28: Failed to add custom context "Kokkos" as it already exists with value "HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-, Total Global Memory: 31.98 G, Shared Memory per Block: 64 K, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected" 28: 2024-03-29T03:24:42+00:00 28: Running /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Atomic 28: Run on (255 X 3098.94 MHz CPU s) 28: CPU Caches: 28: L1 Data 32 KiB (x127) 28: L1 Instruction 32 KiB (x127) 28: L2 Unified 512 KiB (x127) 28: L3 Unified 32768 KiB (x15) 28: Load Average: 17.46, 15.67, 14.20 28: CPU architecture: none 28: Default Device: N6Kokkos3HIPE 28: GPU architecture: AMD_GFX908 28: KOKKOS_COMPILER_CLANG: 1400 28: KOKKOS_ENABLE_ASM: no 28: KOKKOS_ENABLE_CXX17: yes 28: KOKKOS_ENABLE_CXX20: no 28: KOKKOS_ENABLE_CXX23: no 28: KOKKOS_ENABLE_CXX26: no 28: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no 28: KOKKOS_ENABLE_HIP: yes 28: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no 28: KOKKOS_ENABLE_HWLOC: no 28: KOKKOS_ENABLE_LIBDL: yes 28: KOKKOS_ENABLE_OPENMP: yes 28: KOKKOS_ENABLE_PRAGMA_IVDEP: no 28: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 28: KOKKOS_ENABLE_PRAGMA_UNROLL: no 28: KOKKOS_ENABLE_PRAGMA_VECTOR: no 28: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ] 28: Kokkos Version: 4.3.99 28: macro KOKKOS_ENABLE_HIP: defined 28: macro KOKKOS_ENABLE_ROCTHRUST: defined 28: platform: 64bit [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o -- Testing 1-D histogram Density 1D: 6.43252e-07 -0.00928214 0.0136228 || 0.051031 28032 29538 || 28943 28674.4 || 188.322 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 -0.0156713 0.00338678 || 0.051031 1e+64 -1e+64 Test Seed:1711682503859689073 Test Scalar=int -- Testing randomness properties [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o [ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o 34: Test_Atomic/100000/iterations:10 1.95 s 1.95 s 10 1 8 5.07096m 3.29525m 299.67u 4.99995G 874.24k 4.99995G 34: Test_Atomic/100000/iterations:10 1.95 s 1.95 s 10 1 8 4.98912m 3.40465m 364.37u 4.99995G 1.22038M 4.99995G -- Testing 1-D histogram Density 1D: 6.43252e-07 0.00677644 -0.0165469 || 0.051031 28045 29283 || 28481.4 28674.4 || -228.744 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.000362223 0.00263193 || 0.051031 1e+64 -1e+64 Test Scalar=unsigned int -- Testing randomness properties 28: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 28: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 28: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 28: Test_Atomic/100000/iterations:10 3.47 s 3.45 s 10 1 4 2.45087m 1.22068m 81.1u 704.983M 1.25461M 704.983M [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o 34: Test_Atomic/100000/iterations:10 2.07 s 2.07 s 10 1 4 4.16847m 3.46437m 299.76u 704.983M 1.49973M 704.983M [ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o [ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o -- Testing 1-D histogram Density 1D: 6.43252e-07 -0.00322179 0.0016809 || 0.051031 28015 29320 || 28767.1 28674.4 || 23.2368 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.0168858 -0.00113929 || 0.051031 1e+64 -1e+64 Test Scalar=int64_t -- Testing randomness properties 34: Test_Atomic/100000/iterations:10 1.95 s 1.95 s 10 1 8 5.15011m 3.28362m 299.86u 4.99995G 795.416k 4.99995G [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o 34: Test_Atomic/100000/iterations:10 1.95 s 1.95 s 10 1 8 5.06405m 3.36397m 299.67u 4.99995G 1.18563M 4.99995G -- Testing 1-D histogram Density 1D: 6.43252e-07 -0.013321 0.0141069 || 0.051031 28017 29318 || 29061.5 28674.4 || 195.013 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.0179158 0.00273076 || 0.051031 1e+64 -1e+64 Test Scalar=uint64_t -- Testing randomness properties [ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o [100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o 34: Test_Atomic/100000/iterations:10 2.07 s 2.07 s 10 0 4 6.18123m 3.46996m 897.68u 4.99997G 1080.93k 4.99989G [100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E [100%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o [100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o 34: Test_Atomic/100000/iterations:10 1.95 s 1.95 s 10 1 8 6.20818m 3.26027m 1058.87u 4.99995G 1079.62k 4.99995G -- Testing 1-D histogram Density 1D: 6.43252e-07 -0.000918631 -0.0274897 || 0.051031 28064 29372 || 28700.8 28674.4 || -380.017 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 0.00214748 0.003698 || 0.051031 1e+64 -1e+64 Test Scalar=half -- Testing randomness properties [100%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [100%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly [100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o [100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o 34: Test_Atomic/100000/iterations:10 2.07 s 2.07 s 10 1 4 4.26505m 3.27362m 299.75u 704.983M 1.49534M 704.983M 34/57 Test #34: Kokkos_PerformanceTest_Atomic ................. Passed 183.04 sec test 35 Start 35: Kokkos_ContainersUnitTest_Serial 35: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 35: Test timeout computed to be: 1500 35: [==========] Running 62 tests from 1 test suite. 35: [----------] Global test environment set-up. 35: [----------] 62 tests from serial 35: [ RUN ] serial.bitset 35: [ OK ] serial.bitset (1297 ms) 35: [ RUN ] serial.bitset_default_constructor_no_alloc 35: [ OK ] serial.bitset_default_constructor_no_alloc (0 ms) 35: [ RUN ] serial.dualview_combination 35: [ OK ] serial.dualview_combination (0 ms) 35: [ RUN ] serial.dualview_alloc 35: [ OK ] serial.dualview_alloc (0 ms) 35: [ RUN ] serial.test_dualview_copy_construction_and_assignment 35: [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) 35: [ RUN ] serial.dualview_combinations_without_init 35: [ OK ] serial.dualview_combinations_without_init (0 ms) 35: [ RUN ] serial.dualview_deep_copy 35: [ OK ] serial.dualview_deep_copy (0 ms) 35: [ RUN ] serial.dualview_realloc 35: [ OK ] serial.dualview_realloc (0 ms) 35: [ RUN ] serial.dualview_resize 35: [ OK ] serial.dualview_resize (0 ms) 35: [ RUN ] serial.dualview_device_correct_kokkos_device 35: [ OK ] serial.dualview_device_correct_kokkos_device (0 ms) 35: [ RUN ] serial.dualview_host_correct_kokkos_device 35: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 35: [ RUN ] serial.dualview_host_modify_template_device_sync 35: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 35: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 35: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 35: [ RUN ] serial.dualview_device_modify_template_host_sync 35: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 35: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 35: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 35: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 35: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 35: [ RUN ] serial.dynamic_view 35: [ OK ] serial.dynamic_view (6 ms) 35: [ RUN ] serial.dyn_rank_view_api_generic 35: [ OK ] serial.dyn_rank_view_api_generic (6 ms) 35: [ RUN ] serial.dyn_rank_view_api_operator_rank12345 35: [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) 35: [ RUN ] serial.dyn_rank_view_check_fence_resize_realloc 35: /var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 35: skipping since not default execution space 35: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) 35: [ RUN ] serial.dyn_rank_view_api_operator_rank67 35: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 35: [ RUN ] serial.ErrorReporterViaLambda 35: [ OK ] serial.ErrorReporterViaLambda (0 ms) 35: [ RUN ] serial.ErrorReporter 35: [ OK ] serial.ErrorReporter (0 ms) 35: [ RUN ] serial.offsetview_construction 35: [ OK ] serial.offsetview_construction (16 ms) 35: [ RUN ] serial.offsetview_unmanaged_construction 35: [ OK ] serial.offsetview_unmanaged_construction (0 ms) 35: [ RUN ] serial.offsetview_subview 35: [ OK ] serial.offsetview_subview (4 ms) 35: [ RUN ] serial.offsetview_offsets_rank1 35: [ OK ] serial.offsetview_offsets_rank1 (0 ms) 35: [ RUN ] serial.offsetview_offsets_rank2 35: [ OK ] serial.offsetview_offsets_rank2 (0 ms) 35: [ RUN ] serial.offsetview_offsets_rank3 35: [ OK ] serial.offsetview_offsets_rank3 (0 ms) 35: [ RUN ] serial.scatterview [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M 35: [ OK ] serial.scatterview (1645 ms) 35: [ RUN ] serial.scatterview_devicetype 35: [ OK ] serial.scatterview_devicetype (1 ms) 35: [ RUN ] serial.staticcrsgraph 35: [ OK ] serial.staticcrsgraph (8 ms) 35: [ RUN ] serial.resize_realloc_no_init_dualview 35: [ OK ] serial.resize_realloc_no_init_dualview (0 ms) 35: [ RUN ] serial.resize_realloc_no_alloc_dualview 35: [ OK ] serial.resize_realloc_no_alloc_dualview (0 ms) 35: [ RUN ] serial.resize_exec_space_dualview 35: [ OK ] serial.resize_exec_space_dualview (0 ms) 35: [ RUN ] serial.realloc_exec_space_dualview 35: [ OK ] serial.realloc_exec_space_dualview (0 ms) 35: [ RUN ] serial.resize_realloc_no_init_dynrankview 35: [ OK ] serial.resize_realloc_no_init_dynrankview (0 ms) 35: [ RUN ] serial.resize_exec_space_dynrankview 35: [ OK ] serial.resize_exec_space_dynrankview (0 ms) 35: [ RUN ] serial.realloc_exec_space_dynrankview 35: [ OK ] serial.realloc_exec_space_dynrankview (0 ms) 35: [ RUN ] serial.resize_realloc_no_init_scatterview 35: [ OK ] serial.resize_realloc_no_init_scatterview (0 ms) 35: [ RUN ] serial.resize_realloc_no_alloc_scatterview 35: [ OK ] serial.resize_realloc_no_alloc_scatterview (0 ms) 35: [ RUN ] serial.resize_exec_space_scatterview 35: [ OK ] serial.resize_exec_space_scatterview (0 ms) 35: [ RUN ] serial.realloc_exec_space_scatterview 35: [ OK ] serial.realloc_exec_space_scatterview (0 ms) 35: [ RUN ] serial.create_mirror_no_init_dynrankview 35: [ OK ] serial.create_mirror_no_init_dynrankview (0 ms) 35: [ RUN ] serial.create_mirror_no_init_dynrankview_viewctor 35: [ OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms) 35: [ RUN ] serial.create_mirror_view_and_copy_dynrankview 35: [ OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms) 35: [ RUN ] serial.create_mirror_no_init_offsetview 35: [ OK ] serial.create_mirror_no_init_offsetview (0 ms) 35: [ RUN ] serial.create_mirror_no_init_offsetview_view_ctor 35: [ OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms) 35: [ RUN ] serial.create_mirror_view_and_copy_offsetview 35: [ OK ] serial.create_mirror_view_and_copy_offsetview (0 ms) 35: [ RUN ] serial.create_mirror_no_init_dynamicview 35: [ OK ] serial.create_mirror_no_init_dynamicview (0 ms) 35: [ RUN ] serial.create_mirror_view_and_copy_dynamicview 35: [ OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms) 35: [ RUN ] serial.create_mirror_no_init_dynamicview_view_ctor 35: [ OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms) 35: [ RUN ] serial.UnorderedMap_insert [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 35: [ OK ] serial.UnorderedMap_insert (7583 ms) 35: [ RUN ] serial.UnorderedMap_failed_insert 28: Test_Atomic/100000/iterations:10 12.2 s 12.1 s 10 1 8 20.5039 1.46839m 81.19u 4.99995G 1082.09k 4.99995G 35: [ OK ] serial.UnorderedMap_failed_insert (5071 ms) 35: [ RUN ] serial.UnorderedMap_deep_copy 35: [ OK ] serial.UnorderedMap_deep_copy (2 ms) 35: [ RUN ] serial.UnorderedMap_valid_empty 35: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 35: [ RUN ] serial.UnorderedMap_clear_zero_size 35: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 35: [ RUN ] serial.UnorderedMap_consistent_size 35: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 35: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 35: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 35: [ RUN ] serial.UnorderedMap_lambda_capturable 35: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 35: [ RUN ] serial.UnorderedMap_constructor_view_alloc 35: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 35: [ RUN ] serial.viewctorprop_embedded_dim 35: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 35: [----------] 62 tests from serial (15651 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 62 tests from 1 test suite ran. (15651 ms total) 35: [ PASSED ] 61 tests. 35: [ SKIPPED ] 1 test, listed below: 35: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc 35/57 Test #35: Kokkos_ContainersUnitTest_Serial .............. Passed 18.23 sec test 36 Start 36: Kokkos_ContainersUnitTest_SYCL 36: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/containers/unit_tests/Kokkos_ContainersUnitTest_SYCL 36: Test timeout computed to be: 1500 36: [==========] Running 62 tests from 1 test suite. 36: [----------] Global test environment set-up. 36: [----------] 62 tests from sycl 36: [ RUN ] sycl.bitset 36: [ OK ] sycl.bitset (17 ms) 36: [ RUN ] sycl.bitset_default_constructor_no_alloc 36: [ OK ] sycl.bitset_default_constructor_no_alloc (0 ms) 36: [ RUN ] sycl.dualview_combination 36: [ OK ] sycl.dualview_combination (0 ms) 36: [ RUN ] sycl.dualview_alloc 36: [ OK ] sycl.dualview_alloc (0 ms) 36: [ RUN ] sycl.test_dualview_copy_construction_and_assignment 36: [ OK ] sycl.test_dualview_copy_construction_and_assignment (0 ms) 36: [ RUN ] sycl.dualview_combinations_without_init 36: [ OK ] sycl.dualview_combinations_without_init (0 ms) 36: [ RUN ] sycl.dualview_deep_copy 36: [ OK ] sycl.dualview_deep_copy (1 ms) 36: [ RUN ] sycl.dualview_realloc 36: [ OK ] sycl.dualview_realloc (0 ms) 36: [ RUN ] sycl.dualview_resize 36: [ OK ] sycl.dualview_resize (0 ms) 36: [ RUN ] sycl.dualview_device_correct_kokkos_device 36: [ OK ] sycl.dualview_device_correct_kokkos_device (0 ms) 36: [ RUN ] sycl.dualview_host_correct_kokkos_device 36: [ OK ] sycl.dualview_host_correct_kokkos_device (0 ms) 36: [ RUN ] sycl.dualview_host_modify_template_device_sync 36: [ OK ] sycl.dualview_host_modify_template_device_sync (0 ms) 36: [ RUN ] sycl.dualview_host_modify_template_device_execspace_sync 36: [ OK ] sycl.dualview_host_modify_template_device_execspace_sync (0 ms) 36: [ RUN ] sycl.dualview_device_modify_template_host_sync 36: [ OK ] sycl.dualview_device_modify_template_host_sync (0 ms) 36: [ RUN ] sycl.dualview_device_modify_template_host_execspace_sync 36: [ OK ] sycl.dualview_device_modify_template_host_execspace_sync (0 ms) 36: [ RUN ] sycl.dualview_template_views_return_correct_executionspace_views 36: [ OK ] sycl.dualview_template_views_return_correct_executionspace_views (0 ms) 36: [ RUN ] sycl.dynamic_view 36: [ OK ] sycl.dynamic_view (23 ms) 36: [ RUN ] sycl.dyn_rank_view_api_generic 36: [ OK ] sycl.dyn_rank_view_api_generic (7 ms) 36: [ RUN ] sycl.dyn_rank_view_api_operator_rank12345 36: [ OK ] sycl.dyn_rank_view_api_operator_rank12345 (1 ms) 36: [ RUN ] sycl.dyn_rank_view_check_fence_resize_realloc 36: [ OK ] sycl.dyn_rank_view_check_fence_resize_realloc (1 ms) 36: [ RUN ] sycl.dyn_rank_view_api_operator_rank67 36: [ OK ] sycl.dyn_rank_view_api_operator_rank67 (0 ms) 36: [ RUN ] sycl.ErrorReporterViaLambda 36: [ OK ] sycl.ErrorReporterViaLambda (0 ms) 36: [ RUN ] sycl.ErrorReporter 36: [ OK ] sycl.ErrorReporter (0 ms) 36: [ RUN ] sycl.offsetview_construction 36: [ OK ] sycl.offsetview_construction (2 ms) 36: [ RUN ] sycl.offsetview_unmanaged_construction 36: [ OK ] sycl.offsetview_unmanaged_construction (0 ms) 36: [ RUN ] sycl.offsetview_subview 36: [ OK ] sycl.offsetview_subview (0 ms) 36: [ RUN ] sycl.offsetview_offsets_rank1 36: [ OK ] sycl.offsetview_offsets_rank1 (0 ms) 36: [ RUN ] sycl.offsetview_offsets_rank2 36: [ OK ] sycl.offsetview_offsets_rank2 (0 ms) 36: [ RUN ] sycl.offsetview_offsets_rank3 36: [ OK ] sycl.offsetview_offsets_rank3 (0 ms) 36: [ RUN ] sycl.scatterview [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L 36: [ OK ] sycl.scatterview (27192 ms) 36: [ RUN ] sycl.scatterview_devicetype [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P [100%] Linking CXX executable Kokkos_UnitTest_SIMD [100%] Built target Kokkos_UnitTest_SIMD 36: [ OK ] sycl.scatterview_devicetype (8842 ms) 36: [ RUN ] sycl.staticcrsgraph 36: [ OK ] sycl.staticcrsgraph (23 ms) 36: [ RUN ] sycl.resize_realloc_no_init_dualview 36: [ OK ] sycl.resize_realloc_no_init_dualview (0 ms) 36: [ RUN ] sycl.resize_realloc_no_alloc_dualview 36: [ OK ] sycl.resize_realloc_no_alloc_dualview (0 ms) 36: [ RUN ] sycl.resize_exec_space_dualview 36: [ OK ] sycl.resize_exec_space_dualview (0 ms) 36: [ RUN ] sycl.realloc_exec_space_dualview 36: [ OK ] sycl.realloc_exec_space_dualview (0 ms) 36: [ RUN ] sycl.resize_realloc_no_init_dynrankview 36: [ OK ] sycl.resize_realloc_no_init_dynrankview (0 ms) 36: [ RUN ] sycl.resize_exec_space_dynrankview 36: [ OK ] sycl.resize_exec_space_dynrankview (0 ms) 36: [ RUN ] sycl.realloc_exec_space_dynrankview 36: [ OK ] sycl.realloc_exec_space_dynrankview (0 ms) 36: [ RUN ] sycl.resize_realloc_no_init_scatterview 36: [ OK ] sycl.resize_realloc_no_init_scatterview (0 ms) 36: [ RUN ] sycl.resize_realloc_no_alloc_scatterview 36: [ OK ] sycl.resize_realloc_no_alloc_scatterview (0 ms) 36: [ RUN ] sycl.resize_exec_space_scatterview 36: [ OK ] sycl.resize_exec_space_scatterview (0 ms) 36: [ RUN ] sycl.realloc_exec_space_scatterview 36: [ OK ] sycl.realloc_exec_space_scatterview (0 ms) 36: [ RUN ] sycl.create_mirror_no_init_dynrankview 36: [ OK ] sycl.create_mirror_no_init_dynrankview (0 ms) 36: [ RUN ] sycl.create_mirror_no_init_dynrankview_viewctor 36: [ OK ] sycl.create_mirror_no_init_dynrankview_viewctor (0 ms) 36: [ RUN ] sycl.create_mirror_view_and_copy_dynrankview 36: [ OK ] sycl.create_mirror_view_and_copy_dynrankview (0 ms) 36: [ RUN ] sycl.create_mirror_no_init_offsetview 36: [ OK ] sycl.create_mirror_no_init_offsetview (0 ms) 36: [ RUN ] sycl.create_mirror_no_init_offsetview_view_ctor 36: [ OK ] sycl.create_mirror_no_init_offsetview_view_ctor (0 ms) 36: [ RUN ] sycl.create_mirror_view_and_copy_offsetview 36: [ OK ] sycl.create_mirror_view_and_copy_offsetview (0 ms) 36: [ RUN ] sycl.create_mirror_no_init_dynamicview 36: [ OK ] sycl.create_mirror_no_init_dynamicview (0 ms) 36: [ RUN ] sycl.create_mirror_view_and_copy_dynamicview 36: [ OK ] sycl.create_mirror_view_and_copy_dynamicview (0 ms) 36: [ RUN ] sycl.create_mirror_no_init_dynamicview_view_ctor 36: [ OK ] sycl.create_mirror_no_init_dynamicview_view_ctor (0 ms) 36: [ RUN ] sycl.UnorderedMap_insert [100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H [100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H + ctest --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-6905/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: Kokkos_CoreUnitTest_OpenMP 1: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_OpenMP 1: Test timeout computed to be: 1500 1: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 1: Detected: 6 cores per node. 1: Detected: 1 MPI_ranks per node. 1: Requested: 8 threads per process. 1: [==========] Running 313 tests from 2 test suites. 1: [----------] Global test environment set-up. 1: [----------] 15 tests from openmp_DeathTest 1: [ RUN ] openmp_DeathTest.abort_from_host 1: [ OK ] openmp_DeathTest.abort_from_host (549 ms) 1: [ RUN ] openmp_DeathTest.abort_from_device 36: [ OK ] sycl.UnorderedMap_insert (2972 ms) 36: [ RUN ] sycl.UnorderedMap_failed_insert 1: [ OK ] openmp_DeathTest.abort_from_device (665 ms) 1: [ RUN ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort 1: [ OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (534 ms) 1: [ RUN ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions 1: [ OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (537 ms) 1: [ RUN ] openmp_DeathTest.policy_invalid_bounds 36: [ OK ] sycl.UnorderedMap_failed_insert (2489 ms) 36: [ RUN ] sycl.UnorderedMap_deep_copy 36: [ OK ] sycl.UnorderedMap_deep_copy (4 ms) 36: [ RUN ] sycl.UnorderedMap_valid_empty 36: [ OK ] sycl.UnorderedMap_valid_empty (1 ms) 36: [ RUN ] sycl.UnorderedMap_clear_zero_size 36: [ OK ] sycl.UnorderedMap_clear_zero_size (0 ms) 36: [ RUN ] sycl.UnorderedMap_consistent_size 36: [ OK ] sycl.UnorderedMap_consistent_size (0 ms) 36: [ RUN ] sycl.UnorderedMap_shallow_copyable_on_device 36: [ OK ] sycl.UnorderedMap_shallow_copyable_on_device (0 ms) 36: [ RUN ] sycl.UnorderedMap_lambda_capturable 36: [ OK ] sycl.UnorderedMap_lambda_capturable (0 ms) 36: [ RUN ] sycl.UnorderedMap_constructor_view_alloc 36: [ OK ] sycl.UnorderedMap_constructor_view_alloc (0 ms) 36: [ RUN ] sycl.viewctorprop_embedded_dim 36: [ OK ] sycl.viewctorprop_embedded_dim (0 ms) 36: [----------] 62 tests from sycl (41595 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 62 tests from 1 test suite ran. (41595 ms total) 36: [ PASSED ] 62 tests. 1: [ OK ] openmp_DeathTest.policy_invalid_bounds (534 ms) 1: [ RUN ] openmp_DeathTest.range_policy_invalid_bounds 1: 1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 1: 1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 1: [ OK ] openmp_DeathTest.range_policy_invalid_bounds (829 ms) 1: [ RUN ] openmp_DeathTest.range_policy_implicitly_converted_bounds 1: 1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 1: 1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 36/57 Test #36: Kokkos_ContainersUnitTest_SYCL ................ Passed 44.44 sec test 37 Start 37: Kokkos_UnitTest_Sort 37: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 37: Test timeout computed to be: 1500 1: 1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 1: 1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 1: [ OK ] openmp_DeathTest.range_policy_implicitly_converted_bounds (1744 ms) 1: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_dyn 1: [ OK ] openmp_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 1: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_stat 1: [ OK ] openmp_DeathTest.view_construction_with_wrong_params_stat (0 ms) 1: [ RUN ] openmp_DeathTest.view_construction_with_wrong_params_mix 1: [ OK ] openmp_DeathTest.view_construction_with_wrong_params_mix (0 ms) 1: [ RUN ] openmp_DeathTest.view_construction_with_wrong_static_extents 1: [ OK ] openmp_DeathTest.view_construction_with_wrong_static_extents (0 ms) 1: [ RUN ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment 37: [==========] Running 15 tests from 1 test suite. 37: [----------] Global test environment set-up. 37: [----------] 15 tests from sycl 37: [ RUN ] sycl.SortUnsignedValueType 37: [ OK ] sycl.SortUnsignedValueType (19 ms) 37: [ RUN ] sycl.SortEmptyView 37: [ OK ] sycl.SortEmptyView (0 ms) 37: [ RUN ] sycl.SortByKeyEmptyView 37: [ OK ] sycl.SortByKeyEmptyView (0 ms) 37: [ RUN ] sycl.SortByKey 37: [ OK ] sycl.SortByKey (1 ms) 37: [ RUN ] sycl.SortByKeyWithComparator 37: [ OK ] sycl.SortByKeyWithComparator (1 ms) 37: [ RUN ] sycl.SortByKeyStaticExtents 37: [ OK ] sycl.SortByKeyStaticExtents (1 ms) 37: [ RUN ] sycl.SortByKeyWithStrides 37: [ OK ] sycl.SortByKeyWithStrides (1 ms) 37: [ RUN ] sycl.SortByKeyKeysLargerThanValues 37: 37: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 37: 37: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 37: [ OK ] sycl.SortByKeyKeysLargerThanValues (714 ms) 37: [ RUN ] sycl.SortWithCustomComparator 37: [ OK ] sycl.SortWithCustomComparator (678 ms) 37: [ RUN ] sycl.BinSortGenericTests 37: [ OK ] sycl.BinSortGenericTests (13 ms) 37: [ RUN ] sycl.BinSortEmptyView 37: [ OK ] sycl.BinSortEmptyView (0 ms) 37: [ RUN ] sycl.BinSortEmptyKeysView 37: [ OK ] sycl.BinSortEmptyKeysView (0 ms) 37: [ RUN ] sycl.BinSortUnsignedKeyLayoutStrideValues 1: [ OK ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment (4308 ms) 1: [ RUN ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment 1: [ OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (4320 ms) 1: [ RUN ] openmp_DeathTest.view_memory_access_violations_from_host 1: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestViewMemoryAccessViolation.hpp:154: Skipped 1: skipping since no memory access violation would occur 1: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host (0 ms) 1: [ RUN ] openmp_DeathTest.view_memory_access_violations_from_device 1: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestViewMemoryAccessViolation.hpp:169: Skipped 1: skipping since no memory access violation would occur 1: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device (0 ms) 1: [----------] 15 tests from openmp_DeathTest (14024 ms total) 1: 1: [----------] 298 tests from openmp 1: [ RUN ] openmp.array_capacity 1: [ OK ] openmp.array_capacity (0 ms) 1: [ RUN ] openmp.array_element_access 1: [ OK ] openmp.array_element_access (0 ms) 1: [ RUN ] openmp.array_zero_capacity 1: [ OK ] openmp.array_zero_capacity (0 ms) 1: [ RUN ] openmp.array_zero_data_nullptr 1: [ OK ] openmp.array_zero_data_nullptr (0 ms) 1: [ RUN ] openmp.array_contiguous_capacity 1: [ OK ] openmp.array_contiguous_capacity (0 ms) 1: [ RUN ] openmp.array_contiguous_element_access 1: [ OK ] openmp.array_contiguous_element_access (0 ms) 1: [ RUN ] openmp.array_contiguous_assignment 1: [ OK ] openmp.array_contiguous_assignment (0 ms) 1: [ RUN ] openmp.array_strided_capacity 1: [ OK ] openmp.array_strided_capacity (0 ms) 1: [ RUN ] openmp.array_strided_element_access 1: [ OK ] openmp.array_strided_element_access (0 ms) 1: [ RUN ] openmp.array_strided_assignment 1: [ OK ] openmp.array_strided_assignment (0 ms) 1: [ RUN ] openmp.atomic_operations_complexdouble 1: [ OK ] openmp.atomic_operations_complexdouble (3 ms) 1: [ RUN ] openmp.atomic_operations_complexfloat 1: [ OK ] openmp.atomic_operations_complexfloat (2 ms) 1: [ RUN ] openmp.atomic_operations_double 1: [ OK ] openmp.atomic_operations_double (2 ms) 1: [ RUN ] openmp.atomic_operations_float 1: [ OK ] openmp.atomic_operations_float (2 ms) 1: [ RUN ] openmp.atomic_operations_int 1: [ OK ] openmp.atomic_operations_int (4 ms) 1: [ RUN ] openmp.atomic_operations_long 1: [ OK ] openmp.atomic_operations_long (4 ms) 1: [ RUN ] openmp.atomic_operations_longlong 1: [ OK ] openmp.atomic_operations_longlong (10 ms) 1: [ RUN ] openmp.atomic_shared 1: [ OK ] openmp.atomic_shared (0 ms) 1: [ RUN ] openmp.atomic_operations_unsigned 1: [ OK ] openmp.atomic_operations_unsigned (10 ms) 1: [ RUN ] openmp.atomic_operations_unsignedlong 1: [ OK ] openmp.atomic_operations_unsignedlong (6 ms) 1: [ RUN ] openmp.atomics 1: [ OK ] openmp.atomics (32 ms) 1: [ RUN ] openmp.atomics_tpetra_max_abs 1: [ OK ] openmp.atomics_tpetra_max_abs (0 ms) 1: [ RUN ] openmp.atomic_views_integral 1: [ OK ] openmp.atomic_views_integral (286 ms) 1: [ RUN ] openmp.atomic_views_nonintegral 1: [ OK ] openmp.atomic_views_nonintegral (213 ms) 1: [ RUN ] openmp.atomic_view_api 1: [ OK ] openmp.atomic_view_api (0 ms) 1: [ RUN ] openmp.bit_manip_countl_zero 1: [ OK ] openmp.bit_manip_countl_zero (0 ms) 1: [ RUN ] openmp.bit_manip_countl_one 1: [ OK ] openmp.bit_manip_countl_one (0 ms) 1: [ RUN ] openmp.bit_manip_countr_zero 1: [ OK ] openmp.bit_manip_countr_zero (0 ms) 1: [ RUN ] openmp.bit_manip_countr_one 1: [ OK ] openmp.bit_manip_countr_one (0 ms) 1: [ RUN ] openmp.bit_manip_popcount 1: [ OK ] openmp.bit_manip_popcount (0 ms) 1: [ RUN ] openmp.bit_manip_has_single_bit 1: [ OK ] openmp.bit_manip_has_single_bit (0 ms) 1: [ RUN ] openmp.bit_manip_bit_floor 1: [ OK ] openmp.bit_manip_bit_floor (0 ms) 1: [ RUN ] openmp.bit_manip_bit_ceil 1: [ OK ] openmp.bit_manip_bit_ceil (0 ms) 1: [ RUN ] openmp.bit_manip_bit_width 1: [ OK ] openmp.bit_manip_bit_width (0 ms) 1: [ RUN ] openmp.bit_manip_rotl 1: [ OK ] openmp.bit_manip_rotl (0 ms) 1: [ RUN ] openmp.bit_manip_rotr 1: [ OK ] openmp.bit_manip_rotr (0 ms) 1: [ RUN ] openmp.bit_manip_byeswap 1: [ OK ] openmp.bit_manip_byeswap (0 ms) 1: [ RUN ] openmp.bit_manip_bit_cast 1: [ OK ] openmp.bit_manip_bit_cast (0 ms) 1: [ RUN ] openmp.test_block_deduction_bug_pr_3103 1: [ OK ] openmp.test_block_deduction_bug_pr_3103 (0 ms) 1: [ RUN ] openmp.checked_integer_operations_multiply_overflow 1: [ OK ] openmp.checked_integer_operations_multiply_overflow (0 ms) 1: [ RUN ] openmp.execution_policy_occupancy_and_hint 1: [ OK ] openmp.execution_policy_occupancy_and_hint (0 ms) 1: [ RUN ] openmp.complex_construction 1: [ OK ] openmp.complex_construction (0 ms) 1: [ RUN ] openmp.complex_basic_math 1: [ OK ] openmp.complex_basic_math (0 ms) 1: [ RUN ] openmp.complex_special_funtions 1: [ OK ] openmp.complex_special_funtions (0 ms) 1: [ RUN ] openmp.complex_io 1: [ OK ] openmp.complex_io (0 ms) 1: [ RUN ] openmp.complex_trivially_copyable 1: [ OK ] openmp.complex_trivially_copyable (0 ms) 1: [ RUN ] openmp.complex_issue_3865 1: [ OK ] openmp.complex_issue_3865 (0 ms) 1: [ RUN ] openmp.complex_operations_arithmetic_types_overloads 1: [ OK ] openmp.complex_operations_arithmetic_types_overloads (0 ms) 1: [ RUN ] openmp.crs_count_fill 1: [ OK ] openmp.crs_count_fill (0 ms) 1: [ RUN ] openmp.crs_copy_constructor 1: [ OK ] openmp.crs_copy_constructor (2 ms) 1: [ RUN ] openmp.deep_copy_alignment 1: [ OK ] openmp.deep_copy_alignment (3 ms) 1: [ RUN ] openmp.deep_copy_conversion 1: [ OK ] openmp.deep_copy_conversion (44 ms) 1: [ RUN ] openmp.partitioning_by_args 1: [ OK ] openmp.partitioning_by_args (0 ms) 1: [ RUN ] openmp.partitioning_by_vector 1: [ OK ] openmp.partitioning_by_vector (0 ms) 1: [ RUN ] openmp.execution_space_as_class_data_member 1: [ OK ] openmp.execution_space_as_class_data_member (0 ms) 1: [ RUN ] openmp.functor_analysis 1: [ OK ] openmp.functor_analysis (0 ms) 1: [ RUN ] openmp.host_shared_ptr_use_count 1: [ OK ] openmp.host_shared_ptr_use_count (0 ms) 1: [ RUN ] openmp.host_shared_ptr_get 1: [ OK ] openmp.host_shared_ptr_get (0 ms) 1: [ RUN ] openmp.host_shared_ptr_dereference_on_device 1: [ OK ] openmp.host_shared_ptr_dereference_on_device (0 ms) 1: [ RUN ] openmp.host_shared_ptr_special_members_on_device 1: [ OK ] openmp.host_shared_ptr_special_members_on_device (0 ms) 1: [ RUN ] openmp.host_shared_ptr_tracking 1: [ OK ] openmp.host_shared_ptr_tracking (0 ms) 1: [ RUN ] openmp.init 1: [ OK ] openmp.init (0 ms) 1: [ RUN ] openmp.dispatch 1: [ OK ] openmp.dispatch (91 ms) 1: [ RUN ] openmp.join_backward_compatibility 1: [ OK ] openmp.join_backward_compatibility (0 ms) 1: [ RUN ] openmp.local_deepcopy_teampolicy_layoutleft 1: [ OK ] openmp.local_deepcopy_teampolicy_layoutleft (1863 ms) 1: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutleft 1: [ OK ] openmp.local_deepcopy_rangepolicy_layoutleft (1889 ms) 1: [ RUN ] openmp.local_deepcopy_teampolicy_layoutright 1: [ OK ] openmp.local_deepcopy_teampolicy_layoutright (1365 ms) 1: [ RUN ] openmp.local_deepcopy_rangepolicy_layoutright 1: [ OK ] openmp.local_deepcopy_rangepolicy_layoutright (1379 ms) 1: [ RUN ] openmp.deep_copy_scratch 1: [ OK ] openmp.deep_copy_scratch (0 ms) 1: [ RUN ] openmp.mathematical_constants_e 1: [ OK ] openmp.mathematical_constants_e (0 ms) 1: [ RUN ] openmp.mathematical_constants_log2e 1: [ OK ] openmp.mathematical_constants_log2e (0 ms) 1: [ RUN ] openmp.mathematical_constants_log10e 1: [ OK ] openmp.mathematical_constants_log10e (0 ms) 1: [ RUN ] openmp.mathematical_constants_pi 1: [ OK ] openmp.mathematical_constants_pi (0 ms) 1: [ RUN ] openmp.mathematical_constants_inv_pi 1: [ OK ] openmp.mathematical_constants_inv_pi (0 ms) 1: [ RUN ] openmp.mathematical_constants_inv_sqrtpi 1: [ OK ] openmp.mathematical_constants_inv_sqrtpi (0 ms) 1: [ RUN ] openmp.mathematical_constants_ln2 1: [ OK ] openmp.mathematical_constants_ln2 (0 ms) 1: [ RUN ] openmp.mathematical_constants_ln10 1: [ OK ] openmp.mathematical_constants_ln10 (0 ms) 1: [ RUN ] openmp.mathematical_constants_sqrt2 1: [ OK ] openmp.mathematical_constants_sqrt2 (0 ms) 1: [ RUN ] openmp.mathematical_constants_sqrt3 1: [ OK ] openmp.mathematical_constants_sqrt3 (0 ms) 1: [ RUN ] openmp.mathematical_constants_inv_sqrt3 1: [ OK ] openmp.mathematical_constants_inv_sqrt3 (0 ms) 1: [ RUN ] openmp.mathematical_constants_egamma 1: [ OK ] openmp.mathematical_constants_egamma (0 ms) 1: [ RUN ] openmp.mathematical_constants_phi 1: [ OK ] openmp.mathematical_constants_phi (0 ms) 1: [ RUN ] openmp.mathematical_functions_trigonometric_functions 1: [ OK ] openmp.mathematical_functions_trigonometric_functions (1 ms) 1: [ RUN ] openmp.mathematical_functions_hyperbolic_functions 1: [ OK ] openmp.mathematical_functions_hyperbolic_functions (1 ms) 1: [ RUN ] openmp.mathematical_functions_non_standard 1: [ OK ] openmp.mathematical_functions_non_standard (0 ms) 1: [ RUN ] openmp.mathematical_functions_power_functions 1: [ OK ] openmp.mathematical_functions_power_functions (0 ms) 1: [ RUN ] openmp.mathematical_functions_fma 1: [ OK ] openmp.mathematical_functions_fma (0 ms) 1: [ RUN ] openmp.mathematical_functions_error_and_gamma_functions 1: [ OK ] openmp.mathematical_functions_error_and_gamma_functions (0 ms) 1: [ RUN ] openmp.mathematical_functions_nearest_interger_floating_point_operations 1: [ OK ] openmp.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 1: [ RUN ] openmp.mathematical_functions_floating_point_manipulation_functions 1: [ OK ] openmp.mathematical_functions_floating_point_manipulation_functions (0 ms) 1: [ RUN ] openmp.mathematical_functions_absolute_value 1: [ OK ] openmp.mathematical_functions_absolute_value (0 ms) 1: [ RUN ] openmp.mathematical_functions_floating_point_absolute_value 1: [ OK ] openmp.mathematical_functions_floating_point_absolute_value (0 ms) 1: [ RUN ] openmp.mathematical_functions_remainder_function 1: [ OK ] openmp.mathematical_functions_remainder_function (0 ms) 1: [ RUN ] openmp.mathematical_functions_isfinite 1: [ OK ] openmp.mathematical_functions_isfinite (0 ms) 1: [ RUN ] openmp.mathematical_functions_isinf 1: [ OK ] openmp.mathematical_functions_isinf (0 ms) 1: [ RUN ] openmp.mathematical_functions_isnan 1: [ OK ] openmp.mathematical_functions_isnan (0 ms) 1: [ RUN ] openmp.mathematical_functions_exponential_functions 1: [ OK ] openmp.mathematical_functions_exponential_functions (1 ms) 1: [ RUN ] openmp.mathspecialfunc_expint1 1: [ OK ] openmp.mathspecialfunc_expint1 (0 ms) 1: [ RUN ] openmp.mathspecialfunc_errorfunc 1: [ OK ] openmp.mathspecialfunc_errorfunc (0 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesselj0y0 1: [ OK ] openmp.mathspecialfunc_cbesselj0y0 (1 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesselj1y1 1: [ OK ] openmp.mathspecialfunc_cbesselj1y1 (1 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesseli0k0 1: [ OK ] openmp.mathspecialfunc_cbesseli0k0 (0 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesseli1k1 1: [ OK ] openmp.mathspecialfunc_cbesseli1k1 (0 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesselh1stkind 1: [ OK ] openmp.mathspecialfunc_cbesselh1stkind (0 ms) 1: [ RUN ] openmp.mathspecialfunc_cbesselh2ndkind 1: [ OK ] openmp.mathspecialfunc_cbesselh2ndkind (0 ms) 1: [ RUN ] openmp.mdrange_5d 1: [ OK ] openmp.mdrange_5d (27 ms) 1: [ RUN ] openmp.mdrange_6d 1: [ OK ] openmp.mdrange_6d (86 ms) 1: [ RUN ] openmp.mdrange_2d 1: [ OK ] openmp.mdrange_2d (1 ms) 1: [ RUN ] openmp.mdrange_array_reduce 1: [ OK ] openmp.mdrange_array_reduce (0 ms) 1: [ RUN ] openmp.mdrange_3d 1: [ OK ] openmp.mdrange_3d (7 ms) 1: [ RUN ] openmp.mdrange_neg_idx 1: [ OK ] openmp.mdrange_neg_idx (46 ms) 1: [ RUN ] openmp.mdrange_4d 1: [ OK ] openmp.mdrange_4d (8 ms) 1: [ RUN ] openmp.mdrange_scalar 1: [ OK ] openmp.mdrange_scalar (0 ms) 1: [ RUN ] openmp.mdrange_large_deep_copy 37: [ OK ] sycl.BinSortUnsignedKeyLayoutStrideValues (14090 ms) 37: [ RUN ] sycl.NestedSort 37: [ OK ] sycl.NestedSort (34 ms) 37: [ RUN ] sycl.NestedSortByKey 37: [ OK ] sycl.NestedSortByKey (97 ms) 37: [----------] 15 tests from sycl (15655 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 15 tests from 1 test suite ran. (15655 ms total) 37: [ PASSED ] 15 tests. 37/57 Test #37: Kokkos_UnitTest_Sort .......................... Passed 18.11 sec test 38 Start 38: Kokkos_UnitTest_Random 38: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_UnitTest_Random 38: Test timeout computed to be: 1500 1: [ OK ] openmp.mdrange_large_deep_copy (977 ms) 1: [ RUN ] openmp.md_range_policy_construction_from_arrays 1: [ OK ] openmp.md_range_policy_construction_from_arrays (0 ms) 1: [ RUN ] openmp.mdrange_parallel_reduce_primitive_types 38: [==========] Running 3 tests from 1 test suite. 38: [----------] Global test environment set-up. 38: [----------] 3 tests from sycl 38: [ RUN ] sycl.Random_XorShift64 38: Test Seed:1711682734431338686 38: Test Scalar=int 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.43252e-07 0.00294255 0.0214254 || 0.051031 28046 29350 || 28590.3 28674.4 || 296.184 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 0.018419 0.00407508 || 0.051031 1e+64 -1e+64 38: Test Scalar=unsigned int 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.45775e-07 0.0145537 0.0183041 || 0.051031 28047 29339 || 28263.1 28674.4 || 253.036 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.5082e-07 0.00688764 -0.0103211 || 0.051031 1e+64 -1e+64 38: Test Scalar=int64_t 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.43252e-07 0.00181956 0.000957427 || 0.051031 28002 29352 || 28622.3 28674.4 || 13.2355 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 0.0169674 0.00824025 || 0.051031 1e+64 -1e+64 38: Test Scalar=uint64_t 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.43252e-07 0.00137011 0.00384708 || 0.051031 28013 29399 || 28635.2 28674.4 || 53.182 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 -0.00414863 -0.00104971 || 0.051031 1e+64 -1e+64 38: Test Scalar=half 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 0.000245078 -0.99999 -48246.1 || 0.051031 0 194863 || 2.92894e+09 28674.4 || -6.66954e+08 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 0.000733981 -0.314673 0.165424 || 0.051031 1e+64 -1e+64 38: Test Scalar=bhalf 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.88658e-07 0.0125639 -0.00329267 || 0.051031 28015 29320 || 28318.6 28674.4 || -45.5178 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 7.7947e-07 0.000590322 -0.00673981 || 0.051031 1e+64 -1e+64 38: Test Scalar=float 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.68478e-07 0.0040244 0.00171752 || 0.051031 28051 29321 || 28559.5 28674.4 || 23.7429 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 7.18929e-07 0.016 0.00110116 || 0.051031 1e+64 -1e+64 38: Test Scalar=double 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.43252e-07 -0.00695905 -0.0291016 || 0.051031 28083 29310 || 28875.3 28674.4 || -402.3 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 0.0186795 0.00475833 || 0.051031 1e+64 -1e+64 38: Test Seed:1711682734604498989 38: Test Scalar=int 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.43252e-07 0.00351879 -0.000522289 || 0.051031 28094 29324 || 28573.8 28674.4 || -7.22012 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 -0.00810696 -0.00274854 || 0.051031 1e+64 -1e+64 38: Test Scalar=unsigned int 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.43252e-07 -0.00106497 0.00676346 || 0.051031 27984 29414 || 28705 28674.4 || 93.4981 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 0.0089096 -0.0111644 || 0.051031 1e+64 -1e+64 38: Test Scalar=int64_t 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.43252e-07 -0.00622283 -0.00899714 || 0.051031 28067 29357 || 28853.9 28674.4 || -124.376 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 0.0143337 0.00535271 || 0.051031 1e+64 -1e+64 38: Test Scalar=uint64_t 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.43252e-07 -0.00501638 -0.0164088 || 0.051031 28004 29393 || 28819 28674.4 || -226.835 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 0.00240585 -0.00178972 || 0.051031 1e+64 -1e+64 38: Test Scalar=half 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 0.000245449 -0.99999 -48244.5 || 0.051031 0 194729 || 2.92863e+09 28674.4 || -6.66932e+08 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 0.000735103 -0.320323 0.165584 || 0.051031 1e+64 -1e+64 38: Test Scalar=bhalf 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.73523e-07 -0.00197685 0.024975 || 0.051031 27992 29319 || 28731.2 28674.4 || 345.255 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 7.34064e-07 -4.36362e-05 0.00257811 || 0.051031 1e+64 -1e+64 38: Test Scalar=float 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.71e-07 0.00271457 0.00012594 || 0.051031 27921 29330 || 28596.8 28674.4 || 1.741 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 7.26496e-07 -0.00261024 0.000200928 || 0.051031 1e+64 -1e+64 38: Test Scalar=double 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 6.43252e-07 -0.010054 -0.0177226 || 0.051031 28075 29273 || 28965.6 28674.4 || -244.997 -2.0744 38: -- Testing 3-D histogram 38: Density 3D: 6.43252e-07 0.000640937 0.0145911 || 0.051031 1e+64 -1e+64 38: [ OK ] sycl.Random_XorShift64 (378 ms) 38: [ RUN ] sycl.Random_XorShift1024_0 38: Test Seed:1711682734809301226 38: Test Scalar=int 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 2.47955e-07 -0.00940757 -0.00588201 || 0.051031 10992 11794 || 11485 11377 || -81.3129 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 0.00947978 -0.00610312 || 0.051031 1e+64 -1e+64 38: Test Scalar=unsigned int 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 2.47955e-07 -0.00693766 0.00492082 || 0.051031 10975 11795 || 11456.4 11377 || 68.0254 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 0.00500204 -0.000462698 || 0.051031 1e+64 -1e+64 38: Test Scalar=int64_t 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 2.47955e-07 -0.0149506 0.00630818 || 0.051031 10963 11823 || 11549.6 11377 || 87.2042 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 0.00306844 0.00178343 || 0.051031 1e+64 -1e+64 38: Test Scalar=uint64_t 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 2.47955e-07 -0.0115636 -0.00978054 || 0.051031 10966 11834 || 11510.1 11377 || -135.206 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 -0.0179085 -0.00352248 || 0.051031 1e+64 -1e+64 38: Test Scalar=half 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 0.00024483 -0.999975 -7594.91 || 0.051031 0 77623 || 4.61094e+08 11377 || -1.04992e+08 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 0.0007342 -0.14524 0.0249504 || 0.051031 1e+64 -1e+64 38: Test Scalar=bhalf 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 2.79744e-07 0.00565749 -0.00603763 || 0.051031 10934 11765 || 11313 11377 || -83.4642 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 3.43323e-07 0.014178 -0.00170242 || 0.051031 1e+64 -1e+64 38: Test Scalar=float 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 2.67029e-07 0.00600569 0.00494817 || 0.051031 10970 11829 || 11309 11377 || 68.4035 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 3.05176e-07 0.0036383 -0.000441393 || 0.051031 1e+64 -1e+64 38: Test Scalar=double 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 2.47955e-07 -0.0164932 -0.00866419 || 0.051031 10969 11844 || 11567.7 11377 || -119.774 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 -0.0145664 0.00172782 || 0.051031 1e+64 -1e+64 38: Test Seed:1711682734962877534 38: Test Scalar=int 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 2.47955e-07 0.00120074 -0.0166175 || 0.051031 10988 11809 || 11363.3 11377 || -229.721 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 -0.0194755 -4.62618e-05 || 0.051031 1e+64 -1e+64 38: Test Scalar=unsigned int 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 2.47955e-07 -0.00244061 -0.00164491 || 0.051031 10972 11803 || 11404.8 11377 || -22.7393 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 0.00270753 0.00362483 || 0.051031 1e+64 -1e+64 38: Test Scalar=int64_t 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 2.47955e-07 0.000110658 0.0132802 || 0.051031 10965 11817 || 11375.7 11377 || 183.585 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 -0.00088892 -0.00226528 || 0.051031 1e+64 -1e+64 38: Test Scalar=uint64_t 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 2.47955e-07 -0.00611217 -0.00338923 || 0.051031 10973 11789 || 11446.9 11377 || -46.8527 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 -0.00991469 0.00125896 || 0.051031 1e+64 -1e+64 38: Test Scalar=half 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 0.000245765 -0.999975 -7595.16 || 0.051031 0 77775 || 4.61059e+08 11377 || -1.04995e+08 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 0.000736989 -0.151577 0.0270035 || 0.051031 1e+64 -1e+64 38: Test Scalar=bhalf 38: -- Testing randomness properties 1: [ OK ] openmp.mdrange_parallel_reduce_primitive_types (1622 ms) 1: [ RUN ] openmp.mdspan_minimal_functional 1: [ OK ] openmp.mdspan_minimal_functional (0 ms) 1: [ RUN ] openmp.max 1: [ OK ] openmp.max (0 ms) 1: [ RUN ] openmp.max_within_parfor 1: [ OK ] openmp.max_within_parfor (1 ms) 1: [ RUN ] openmp.min 1: [ OK ] openmp.min (0 ms) 1: [ RUN ] openmp.min_within_parfor 1: [ OK ] openmp.min_within_parfor (0 ms) 1: [ RUN ] openmp.minmax 1: [ OK ] openmp.minmax (0 ms) 1: [ RUN ] openmp.minmax_within_parfor 1: [ OK ] openmp.minmax_within_parfor (0 ms) 1: [ RUN ] openmp.clamp 1: [ OK ] openmp.clamp (0 ms) 1: [ RUN ] openmp.clamp_within_parfor 1: [ OK ] openmp.clamp_within_parfor (0 ms) 1: [ RUN ] openmp.numeric_traits_infinity 1: [ OK ] openmp.numeric_traits_infinity (1 ms) 1: [ RUN ] openmp.numeric_traits_epsilon 1: [ OK ] openmp.numeric_traits_epsilon (0 ms) 1: [ RUN ] openmp.numeric_traits_round_error 1: [ OK ] openmp.numeric_traits_round_error (0 ms) 1: [ RUN ] openmp.numeric_traits_norm_min 1: [ OK ] openmp.numeric_traits_norm_min (0 ms) 1: [ RUN ] openmp.numeric_traits_denorm_min 1: [ OK ] openmp.numeric_traits_denorm_min (0 ms) 1: [ RUN ] openmp.numeric_traits_finite_min_max 1: [ OK ] openmp.numeric_traits_finite_min_max (0 ms) 1: [ RUN ] openmp.numeric_traits_digits 1: [ OK ] openmp.numeric_traits_digits (0 ms) 1: [ RUN ] openmp.numeric_traits_digits10 1: [ OK ] openmp.numeric_traits_digits10 (0 ms) 1: [ RUN ] openmp.numeric_traits_max_digits10 1: [ OK ] openmp.numeric_traits_max_digits10 (0 ms) 1: [ RUN ] openmp.numeric_traits_radix 1: [ OK ] openmp.numeric_traits_radix (0 ms) 1: [ RUN ] openmp.numeric_traits_min_max_exponent 1: [ OK ] openmp.numeric_traits_min_max_exponent (0 ms) 1: [ RUN ] openmp.numeric_traits_min_max_exponent10 1: [ OK ] openmp.numeric_traits_min_max_exponent10 (0 ms) 1: [ RUN ] openmp.numeric_traits_quiet_and_signaling_nan 1: [ OK ] openmp.numeric_traits_quiet_and_signaling_nan (0 ms) 1: [ RUN ] openmp.numeric_traits_sfinae_friendly 1: [ OK ] openmp.numeric_traits_sfinae_friendly (0 ms) 1: [ RUN ] openmp.occupancy_control 1: [ OK ] openmp.occupancy_control (0 ms) 1: [ RUN ] openmp.view_aggregate 1: [ OK ] openmp.view_aggregate (0 ms) 1: [ RUN ] openmp.memory_pool 1: [ OK ] openmp.memory_pool (56 ms) 1: [ RUN ] openmp.cxx11 1: [ OK ] openmp.cxx11 (0 ms) 1: [ RUN ] openmp.viewctorprop_embedded_dim 1: [ OK ] openmp.viewctorprop_embedded_dim (0 ms) 1: [ RUN ] openmp.viewctorpop_view_allocate_without_initializing_backward_compatility 1: [ OK ] openmp.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 1: [ RUN ] openmp.view_layouttiled 1: [ OK ] openmp.view_layouttiled (1 ms) 1: [ RUN ] openmp.view_layouttiled_subtile 1: [ OK ] openmp.view_layouttiled_subtile (0 ms) 1: [ RUN ] openmp.parallel_scan_range_policy 1: [ OK ] openmp.parallel_scan_range_policy (8 ms) 1: [ RUN ] openmp.kokkos_printf 1: [ OK ] openmp.kokkos_printf (1 ms) 1: [ RUN ] openmp.range_for 1: [ OK ] openmp.range_for (1 ms) 1: [ RUN ] openmp.range_reduce 1: [ OK ] openmp.range_reduce (0 ms) 1: [ RUN ] openmp.range_dynamic_policy 1: [ OK ] openmp.range_dynamic_policy (0 ms) 1: [ RUN ] openmp.range_policy_runtime_parameters 1: [ OK ] openmp.range_policy_runtime_parameters (0 ms) 1: [ RUN ] openmp.range_for_require 1: [ OK ] openmp.range_for_require (0 ms) 1: [ RUN ] openmp.range_reduce_require 1: [ OK ] openmp.range_reduce_require (0 ms) 1: [ RUN ] openmp.range_dynamic_policy_require 1: [ OK ] openmp.range_dynamic_policy_require (0 ms) 1: [ RUN ] openmp.reducers_int 1: [ OK ] openmp.reducers_int (2 ms) 1: [ RUN ] openmp.reducers_double 1: [ OK ] openmp.reducers_double (3 ms) 1: [ RUN ] openmp.reducers_complex_double 1: [ OK ] openmp.reducers_complex_double (1 ms) 1: [ RUN ] openmp.reducers_struct 1: [ OK ] openmp.reducers_struct (2 ms) 1: [ RUN ] openmp.reducers_half_t 1: [ OK ] openmp.reducers_half_t (2 ms) 1: [ RUN ] openmp.reducers_bhalf_t 1: [ OK ] openmp.reducers_bhalf_t (1 ms) 1: [ RUN ] openmp.reducers_int8_t 1: [ OK ] openmp.reducers_int8_t (1 ms) 1: [ RUN ] openmp.reducers_int16_t 1: [ OK ] openmp.reducers_int16_t (1 ms) 1: [ RUN ] openmp.reducers_point_t 1: [ OK ] openmp.reducers_point_t (1 ms) 1: [ RUN ] openmp.reducers_bool 1: [ OK ] openmp.reducers_bool (0 ms) 1: [ RUN ] openmp.int64_t_reduce 1: [ OK ] openmp.int64_t_reduce (77 ms) 1: [ RUN ] openmp.double_reduce 1: [ OK ] openmp.double_reduce (78 ms) 1: [ RUN ] openmp.int64_t_reduce_dynamic 38: -- Testing 1-D histogram 38: Density 1D: 2.9246e-07 -0.0146419 -0.00384974 || 0.051031 10966 11830 || 11546 11377 || -53.2188 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 3.8147e-07 -0.00464416 -0.00240328 || 0.051031 1e+64 -1e+64 38: Test Scalar=float 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 3.11534e-07 0.000917822 -0.0114762 || 0.051031 10935 11765 || 11366.5 11377 || -158.647 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 4.3869e-07 0.0143597 -0.000242137 || 0.051031 1e+64 -1e+64 38: Test Scalar=double 38: -- Testing randomness properties 38: -- Testing 1-D histogram 38: Density 1D: 2.47955e-07 0.00239527 0.00646055 || 0.051031 10917 11820 || 11349.8 11377 || 89.3107 -0.823045 38: -- Testing 3-D histogram 38: Density 3D: 2.47955e-07 -0.00403408 0.00191531 || 0.051031 1e+64 -1e+64 38: [ OK ] sycl.Random_XorShift1024_0 (356 ms) 38: [ RUN ] sycl.Multi_streams 38: /var/jenkins/workspace/Kokkos_PR-6905/algorithms/unit_tests/TestRandom.hpp:593: Skipped 38: Failing on NVIDIA GPUs 38: [ SKIPPED ] sycl.Multi_streams (0 ms) 38: [----------] 3 tests from sycl (735 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 3 tests from 1 test suite ran. (735 ms total) 38: [ PASSED ] 2 tests. 38: [ SKIPPED ] 1 test, listed below: 38: [ SKIPPED ] sycl.Multi_streams 1: [ OK ] openmp.int64_t_reduce_dynamic (321 ms) 1: [ RUN ] openmp.double_reduce_dynamic 1: [ OK ] openmp.double_reduce_dynamic (337 ms) 1: [ RUN ] openmp.int64_t_reduce_dynamic_view 1: [ OK ] openmp.int64_t_reduce_dynamic_view (160 ms) 1: [ RUN ] openmp.int_combined_reduce 1: [ OK ] openmp.int_combined_reduce (0 ms) 1: [ RUN ] openmp.mdrange_combined_reduce 1: [ OK ] openmp.mdrange_combined_reduce (0 ms) 1: [ RUN ] openmp.int_combined_reduce_mixed 1: [ OK ] openmp.int_combined_reduce_mixed (0 ms) 1: [ RUN ] openmp.reduction_deduction 1: [ OK ] openmp.reduction_deduction (0 ms) 1: [ RUN ] openmp.reduce_device_view_range_policy 1: [ OK ] openmp.reduce_device_view_range_policy (55 ms) 1: [ RUN ] openmp.reduce_device_view_mdrange_policy 1: [ OK ] openmp.reduce_device_view_mdrange_policy (57 ms) 1: [ RUN ] openmp.reduce_device_view_team_policy 38/57 Test #38: Kokkos_UnitTest_Random ........................ Passed 3.19 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_A 39: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 39: Test timeout computed to be: 1500 1: [ OK ] openmp.reduce_device_view_team_policy (466 ms) 1: [ RUN ] openmp.impl_shared_alloc 1: [ OK ] openmp.impl_shared_alloc (10 ms) 1: [ RUN ] openmp.kokkos_swap 1: [ OK ] openmp.kokkos_swap (0 ms) 1: [ RUN ] openmp.team_for 1: [ OK ] openmp.team_for (30 ms) 1: [ RUN ] openmp.team_reduce 1: [ OK ] openmp.team_reduce (23 ms) 1: [ RUN ] openmp.team_reduce_large 1: [ OK ] openmp.team_reduce_large (306 ms) 1: [ RUN ] openmp.team_parallel_single 39: [==========] Running 14 tests from 3 test suites. 39: [----------] Global test environment set-up. 39: [----------] 3 tests from std_algorithms_reducers 39: [ RUN ] std_algorithms_reducers.max_first_loc 39: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 39: [ RUN ] std_algorithms_reducers.min_first_loc 39: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 39: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 39: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 39: [----------] 3 tests from std_algorithms_reducers (0 ms total) 39: 39: [----------] 1 test from std_algorithms 39: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 39: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 39: [----------] 1 test from std_algorithms (0 ms total) 39: 39: [----------] 10 tests from random_access_iterator_test 39: [ RUN ] random_access_iterator_test.constructor 39: [ OK ] random_access_iterator_test.constructor (2 ms) 39: [ RUN ] random_access_iterator_test.dereference 39: [ OK ] random_access_iterator_test.dereference (1 ms) 39: [ RUN ] random_access_iterator_test.subscript_operator 39: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 39: [ RUN ] random_access_iterator_test.operatorsSet1 39: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 39: [ RUN ] random_access_iterator_test.operatorsSet2 39: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 39: [ RUN ] random_access_iterator_test.operatorsSet3 39: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 39: [ RUN ] random_access_iterator_test.operatorsSet4 39: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 39: [ RUN ] random_access_iterator_test.assignment_operator 39: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 39: [ RUN ] random_access_iterator_test.distance 39: [ OK ] random_access_iterator_test.distance (0 ms) 39: [ RUN ] random_access_iterator_test.traits_helpers 39: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 39: [----------] 10 tests from random_access_iterator_test (7 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 14 tests from 3 test suites ran. (8 ms total) 39: [ PASSED ] 14 tests. 39/57 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_A ............ Passed 2.45 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_B 40: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 40: Test timeout computed to be: 1500 1: [ OK ] openmp.team_parallel_single (2927 ms) 1: [ RUN ] openmp.large_team_scratch_size 1: [ OK ] openmp.large_team_scratch_size (0 ms) 1: [ RUN ] openmp.team_broadcast_long 1: [ OK ] openmp.team_broadcast_long (75 ms) 1: [ RUN ] openmp.team_broadcast_long_wrapper 1: [ OK ] openmp.team_broadcast_long_wrapper (73 ms) 1: [ RUN ] openmp.team_broadcast_char 1: [ OK ] openmp.team_broadcast_char (75 ms) 1: [ RUN ] openmp.team_broadcast_float 1: [ OK ] openmp.team_broadcast_float (73 ms) 1: [ RUN ] openmp.team_broadcast_double 1: [ OK ] openmp.team_broadcast_double (75 ms) 1: [ RUN ] openmp.team_handle_by_value 1: [ OK ] openmp.team_handle_by_value (0 ms) 1: [ RUN ] openmp.team_vector 1: [ OK ] openmp.team_vector (334 ms) 1: [ RUN ] openmp.triple_nested_parallelism 40: [==========] Running 7 tests from 1 test suite. 40: [----------] Global test environment set-up. 40: [----------] 7 tests from std_algorithms_min_max_element_test 40: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 40: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 40: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 40: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 40: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 40: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (9 ms) 40: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 40: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (6 ms) 40: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 40: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (6 ms) 40: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 40: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (6 ms) 40: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 40: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (10 ms) 40: [----------] 7 tests from std_algorithms_min_max_element_test (40 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 7 tests from 1 test suite ran. (40 ms total) 40: [ PASSED ] 7 tests. 1: [ OK ] openmp.triple_nested_parallelism (373 ms) 1: [ RUN ] openmp.parallel_scan_with_reducers 1: [ OK ] openmp.parallel_scan_with_reducers (99 ms) 1: [ RUN ] openmp.team_thread_range_combined_reducers 1: [ OK ] openmp.team_thread_range_combined_reducers (7 ms) 1: [ RUN ] openmp.thread_vector_range_combined_reducers 1: [ OK ] openmp.thread_vector_range_combined_reducers (0 ms) 1: [ RUN ] openmp.team_vector_range_combined_reducers 1: [ OK ] openmp.team_vector_range_combined_reducers (0 ms) 1: [ RUN ] openmp.TeamThreadMDRangeParallelFor 1: [ OK ] openmp.TeamThreadMDRangeParallelFor (7 ms) 1: [ RUN ] openmp.ThreadVectorMDRangeParallelFor 1: [ OK ] openmp.ThreadVectorMDRangeParallelFor (6 ms) 1: [ RUN ] openmp.TeamVectorMDRangeParallelFor 1: [ OK ] openmp.TeamVectorMDRangeParallelFor (7 ms) 1: [ RUN ] openmp.TeamThreadMDRangeParallelReduce 1: [ OK ] openmp.TeamThreadMDRangeParallelReduce (10 ms) 1: [ RUN ] openmp.ThreadVectorMDRangeParallelReduce 1: [ OK ] openmp.ThreadVectorMDRangeParallelReduce (10 ms) 1: [ RUN ] openmp.TeamVectorMDRangeParallelReduce 1: [ OK ] openmp.TeamVectorMDRangeParallelReduce (10 ms) 1: [ RUN ] openmp.team_policy_runtime_parameters 1: [ OK ] openmp.team_policy_runtime_parameters (0 ms) 1: [ RUN ] openmp.team_reduction_scan 40/57 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_B ............ Passed 2.48 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_C 41: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 41: Test timeout computed to be: 1500 41: [==========] Running 13 tests from 10 test suites. 41: [----------] Global test environment set-up. 41: [----------] 1 test from std_algorithms_lexicographical_compare_test 41: [ RUN ] std_algorithms_lexicographical_compare_test.test 41: [ OK ] std_algorithms_lexicographical_compare_test.test (187 ms) 41: [----------] 1 test from std_algorithms_lexicographical_compare_test (187 ms total) 41: 41: [----------] 1 test from std_algorithms_for_each_test 41: [ RUN ] std_algorithms_for_each_test.test 41: [ OK ] std_algorithms_for_each_test.test (129 ms) 41: [----------] 1 test from std_algorithms_for_each_test (129 ms total) 41: 41: [----------] 1 test from std_algorithms_find_test 41: [ RUN ] std_algorithms_find_test.test 41: [ OK ] std_algorithms_find_test.test (73 ms) 41: [----------] 1 test from std_algorithms_find_test (73 ms total) 41: 41: [----------] 4 tests from std_algorithms_non_mod_seq_ops 41: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 41: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (466 ms) 41: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 41: [ OK ] std_algorithms_non_mod_seq_ops.find_end (1024 ms) 41: [ RUN ] std_algorithms_non_mod_seq_ops.search 41: [ OK ] std_algorithms_non_mod_seq_ops.search (586 ms) 41: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 41: [ OK ] std_algorithms_non_mod_seq_ops.search_n (441 ms) 41: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2519 ms total) 41: 41: [----------] 1 test from std_algorithms_count_test 41: [ RUN ] std_algorithms_count_test.test 41: [ OK ] std_algorithms_count_test.test (91 ms) 41: [----------] 1 test from std_algorithms_count_test (91 ms total) 41: 41: [----------] 1 test from std_algorithms_equal_test 41: [ RUN ] std_algorithms_equal_test.test 41: [ OK ] std_algorithms_equal_test.test (17 ms) 41: [----------] 1 test from std_algorithms_equal_test (17 ms total) 41: 41: [----------] 1 test from std_algorithms_all_any_none_of_test 41: [ RUN ] std_algorithms_all_any_none_of_test.test 41: [ OK ] std_algorithms_all_any_none_of_test.test (79 ms) 41: [----------] 1 test from std_algorithms_all_any_none_of_test (79 ms total) 41: 41: [----------] 1 test from std_algorithms_nonmod_seq_ops 41: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 41: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (101 ms) 41: [----------] 1 test from std_algorithms_nonmod_seq_ops (101 ms total) 41: 41: [----------] 1 test from std_algorithms_mismatch_test 41: [ RUN ] std_algorithms_mismatch_test.test 41: [ OK ] std_algorithms_mismatch_test.test (183 ms) 41: [----------] 1 test from std_algorithms_mismatch_test (183 ms total) 41: 41: [----------] 1 test from std_algorithms_mod_seq_ops 41: [ RUN ] std_algorithms_mod_seq_ops.move_backward 41: [ OK ] std_algorithms_mod_seq_ops.move_backward (61 ms) 41: [----------] 1 test from std_algorithms_mod_seq_ops (61 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 13 tests from 10 test suites ran. (3446 ms total) 41: [ PASSED ] 13 tests. 41/57 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_C ............ Passed 5.91 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_D 42: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 42: Test timeout computed to be: 1500 42: [==========] Running 31 tests from 5 test suites. 42: [----------] Global test environment set-up. 42: [----------] 3 tests from std_algorithms_mod_ops_test 42: [ RUN ] std_algorithms_mod_ops_test.move 42: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 42: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 42: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (2 ms) 42: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 42: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (1 ms) 42: [----------] 3 tests from std_algorithms_mod_ops_test (3 ms total) 42: 42: [----------] 12 tests from std_algorithms_mod_seq_ops_test 42: [ RUN ] std_algorithms_mod_seq_ops_test.copy 42: [ OK ] std_algorithms_mod_seq_ops_test.copy (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 42: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 42: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 42: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 42: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.fill 42: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 42: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 42: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 42: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.generate 42: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 42: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 42: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 42: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (1 ms) 42: [----------] 12 tests from std_algorithms_mod_seq_ops_test (8 ms total) 42: 42: [----------] 4 tests from std_algorithms_replace_ops_test 42: [ RUN ] std_algorithms_replace_ops_test.replace 42: [ OK ] std_algorithms_replace_ops_test.replace (43 ms) 42: [ RUN ] std_algorithms_replace_ops_test.replace_if 42: [ OK ] std_algorithms_replace_ops_test.replace_if (166 ms) 42: [ RUN ] std_algorithms_replace_ops_test.replace_copy 42: [ OK ] std_algorithms_replace_ops_test.replace_copy (85 ms) 42: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 42: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (61 ms) 42: [----------] 4 tests from std_algorithms_replace_ops_test (355 ms total) 42: 42: [----------] 11 tests from std_algorithms_mod_seq_ops 42: [ RUN ] std_algorithms_mod_seq_ops.copy_if 42: [ OK ] std_algorithms_mod_seq_ops.copy_if (33 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.unique 42: [ OK ] std_algorithms_mod_seq_ops.unique (241 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 42: [ OK ] std_algorithms_mod_seq_ops.unique_copy (80 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.remove 42: [ OK ] std_algorithms_mod_seq_ops.remove (55 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.remove_if 42: [ OK ] std_algorithms_mod_seq_ops.remove_if (56 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 42: [ OK ] std_algorithms_mod_seq_ops.remove_copy (182 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 42: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (54 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.rotate 42: [ OK ] std_algorithms_mod_seq_ops.rotate (1389 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 42: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (497 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.shift_left 42: [ OK ] std_algorithms_mod_seq_ops.shift_left (1371 ms) 42: [ RUN ] std_algorithms_mod_seq_ops.shift_right 1: [ OK ] openmp.team_reduction_scan (10620 ms) 1: [ RUN ] openmp.team_long_reduce 1: [ OK ] openmp.team_long_reduce (52 ms) 1: [ RUN ] openmp.team_double_reduce 1: [ OK ] openmp.team_double_reduce (56 ms) 1: [ RUN ] openmp.team_parallel_dummy_with_reducer_and_scratch_space 1: [ OK ] openmp.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 1: [ RUN ] openmp.repeated_team_reduce 1: [ OK ] openmp.repeated_team_reduce (1898 ms) 1: [ RUN ] openmp.team_scan 1: [ OK ] openmp.team_scan (189 ms) 1: [ RUN ] openmp.team_scan_ret_val 1: [ OK ] openmp.team_scan_ret_val (184 ms) 1: [ RUN ] openmp.team_shared_request 1: [ OK ] openmp.team_shared_request (62 ms) 1: [ RUN ] openmp.team_scratch_request 1: [ OK ] openmp.team_scratch_request (42 ms) 1: [ RUN ] openmp.team_lambda_shared_request 1: [ OK ] openmp.team_lambda_shared_request (16 ms) 1: [ RUN ] openmp.scratch_align 1: [ OK ] openmp.scratch_align (0 ms) 1: [ RUN ] openmp.shmem_size 1: [ OK ] openmp.shmem_size (0 ms) 1: [ RUN ] openmp.multi_level_scratch 1: [ OK ] openmp.multi_level_scratch (7 ms) 1: [ RUN ] openmp.team_scratch_memory_index_parallel_for 1: [ OK ] openmp.team_scratch_memory_index_parallel_for (0 ms) 1: [ RUN ] openmp.team_policy_max_recommended 42: [ OK ] std_algorithms_mod_seq_ops.shift_right (1357 ms) 42: [----------] 11 tests from std_algorithms_mod_seq_ops (5321 ms total) 42: 42: [----------] 1 test from std_algorithms_modseq_test 42: [ RUN ] std_algorithms_modseq_test.reverse 42: [ OK ] std_algorithms_modseq_test.reverse (50 ms) 42: [----------] 1 test from std_algorithms_modseq_test (50 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 31 tests from 5 test suites ran. (5740 ms total) 42: [ PASSED ] 31 tests. 42/57 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_D ............ Passed 8.17 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_E 43: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 43: Test timeout computed to be: 1500 43: [==========] Running 29 tests from 7 test suites. 43: [----------] Global test environment set-up. 43: [----------] 2 tests from std_algorithms_sorting_ops_test 43: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 43: [ OK ] std_algorithms_sorting_ops_test.is_sorted (14 ms) 43: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 43: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (11 ms) 43: [----------] 2 tests from std_algorithms_sorting_ops_test (25 ms total) 43: 43: [----------] 4 tests from std_algorithms_partitioning_test 43: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 43: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 43: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 43: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms) 43: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 43: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms) 43: [ RUN ] std_algorithms_partitioning_test.partition_point 43: [ OK ] std_algorithms_partitioning_test.partition_point (1 ms) 43: [----------] 4 tests from std_algorithms_partitioning_test (3 ms total) 43: 43: [----------] 1 test from std_algorithms_partitioning_ops 43: [ RUN ] std_algorithms_partitioning_ops.partition_copy 43: [ OK ] std_algorithms_partitioning_ops.partition_copy (22 ms) 43: [----------] 1 test from std_algorithms_partitioning_ops (22 ms total) 43: 43: [----------] 12 tests from std_algorithms_numerics_test 43: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 43: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (2 ms) 43: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 43: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms) 43: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 43: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms) 43: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 43: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms) 43: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 43: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (1 ms) 43: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 43: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (1 ms) 43: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 43: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (1 ms) 43: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 43: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (1 ms) 43: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 43: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms) 43: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 43: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms) 43: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 43: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (1 ms) 43: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 43: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (1 ms) 43: [----------] 12 tests from std_algorithms_numerics_test (15 ms total) 43: 43: [----------] 1 test from std_algorithms_numerics_ops_test 43: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 43: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (105 ms) 43: [----------] 1 test from std_algorithms_numerics_ops_test (105 ms total) 43: 43: [----------] 8 tests from std_algorithms_numeric_ops_test 43: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 1: [ OK ] openmp.team_policy_max_recommended (3294 ms) 1: [ RUN ] openmp.team_policy_minmax_scalar_without_plus_equal_k 1: [ OK ] openmp.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 1: [ RUN ] openmp.team_teamvector_range 1: [ OK ] openmp.team_teamvector_range (95 ms) 1: [ RUN ] openmp.unique_token_global 1: [ OK ] openmp.unique_token_global (15 ms) 1: [ RUN ] openmp.unique_token_instance 1: [ OK ] openmp.unique_token_instance (50 ms) 1: [ RUN ] openmp.unique_token_team_acquire 1: [ OK ] openmp.unique_token_team_acquire (0 ms) 1: [ RUN ] openmp.view_api_a 1: [ OK ] openmp.view_api_a (6 ms) 1: [ RUN ] openmp.view_api_b 1: [ OK ] openmp.view_api_b (1 ms) 1: [ RUN ] openmp.view_api_c 1: [ OK ] openmp.view_api_c (0 ms) 1: [ RUN ] openmp.view_api_d 1: [ OK ] openmp.view_api_d (0 ms) 1: [ RUN ] openmp.view_allocation_error 1: [ OK ] openmp.view_allocation_error (0 ms) 1: [ RUN ] openmp.view_remap 1: [ OK ] openmp.view_remap (0 ms) 1: [ RUN ] openmp.view_mirror_nonconst 1: [ OK ] openmp.view_mirror_nonconst (0 ms) 1: [ RUN ] openmp.view_stride_method 1: [ OK ] openmp.view_stride_method (0 ms) 1: [ RUN ] openmp.anonymous_space 1: [ OK ] openmp.anonymous_space (0 ms) 1: [ RUN ] openmp.view_overload_resolution 1: [ OK ] openmp.view_overload_resolution (0 ms) 1: [ RUN ] openmp.view_allocation_large_rank 43: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (884 ms) 43: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 43: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 43: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan 43: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (661 ms) 43: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 43: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 43: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 43: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (238 ms) 43: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 43: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 43: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan 1: [ OK ] openmp.view_allocation_large_rank (1334 ms) 1: [ RUN ] openmp.view_shmem_size_on_device 1: [ OK ] openmp.view_shmem_size_on_device (4 ms) 1: [ RUN ] openmp.view_is_assignable 1: [ OK ] openmp.view_is_assignable (0 ms) 1: [ RUN ] openmp.view_copy_tests 1: [ OK ] openmp.view_copy_tests (5 ms) 1: [ RUN ] openmp.view_copy_tests_rank_0 1: [ OK ] openmp.view_copy_tests_rank_0 (0 ms) 1: [ RUN ] openmp.view_copy_degenerated 1: [ OK ] openmp.view_copy_degenerated (0 ms) 1: [ RUN ] openmp.view_empty_runtime_unmanaged 1: [ OK ] openmp.view_empty_runtime_unmanaged (0 ms) 1: [ RUN ] openmp.view_hooks 1: [ OK ] openmp.view_hooks (0 ms) 1: [ RUN ] openmp.view_layoutstride_left_to_layoutleft_assignment 1: [ OK ] openmp.view_layoutstride_left_to_layoutleft_assignment (55 ms) 1: [ RUN ] openmp.view_layoutstride_right_to_layoutright_assignment 1: [ OK ] openmp.view_layoutstride_right_to_layoutright_assignment (47 ms) 1: [ RUN ] openmp.view_irregular_layout 1: [ OK ] openmp.view_irregular_layout (0 ms) 1: [ RUN ] openmp.view_mapping 1: [ OK ] openmp.view_mapping (58 ms) 1: [ RUN ] openmp.view_mapping_operator 1: [ OK ] openmp.view_mapping_operator (1 ms) 1: [ RUN ] openmp.static_extent 1: [ OK ] openmp.static_extent (0 ms) 1: [ RUN ] openmp.view_mapping_atomic 1: [ OK ] openmp.view_mapping_atomic (2 ms) 1: [ RUN ] openmp.view_mapping_class_value 1: [ OK ] openmp.view_mapping_class_value (0 ms) 1: [ RUN ] openmp.view_mapping_assignable 1: [ OK ] openmp.view_mapping_assignable (0 ms) 1: [ RUN ] openmp.view_mapping_trivially_copyable 1: [ OK ] openmp.view_mapping_trivially_copyable (0 ms) 1: [ RUN ] openmp.view_mapping_subview 1: [ OK ] openmp.view_mapping_subview (0 ms) 1: [ RUN ] openmp.view_nested_view 1: [ OK ] openmp.view_nested_view (0 ms) 1: [ RUN ] openmp.append_formatted_multidimensional_index 1: [ OK ] openmp.append_formatted_multidimensional_index (0 ms) 1: [ RUN ] openmp.view_resize 1: [ OK ] openmp.view_resize (6 ms) 1: [ RUN ] openmp.view_realloc 1: [ OK ] openmp.view_realloc (0 ms) 1: [ RUN ] openmp.workgraph_fib 43: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (349 ms) 43: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 43: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 43: [----------] 8 tests from std_algorithms_numeric_ops_test (2133 ms total) 43: 43: [----------] 1 test from std_algorithms_transform_ops_test 43: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 43: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (46 ms) 43: [----------] 1 test from std_algorithms_transform_ops_test (46 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 29 tests from 7 test suites ran. (2353 ms total) 43: [ PASSED ] 29 tests. 1: [ OK ] openmp.workgraph_fib (589 ms) 1: [ RUN ] openmp.resize_realloc_no_init 1: [ OK ] openmp.resize_realloc_no_init (0 ms) 1: [ RUN ] openmp.resize_realloc_no_alloc 1: [ OK ] openmp.resize_realloc_no_alloc (0 ms) 1: [ RUN ] openmp.realloc_exec_space 1: [ OK ] openmp.realloc_exec_space (0 ms) 1: [ RUN ] openmp.view_alloc 1: [ OK ] openmp.view_alloc (0 ms) 1: [ RUN ] openmp.view_alloc_exec_space 1: [ OK ] openmp.view_alloc_exec_space (0 ms) 1: [ RUN ] openmp.view_alloc_int 1: [ OK ] openmp.view_alloc_int (0 ms) 1: [ RUN ] openmp.view_alloc_exec_space_int 1: [ OK ] openmp.view_alloc_exec_space_int (0 ms) 1: [ RUN ] openmp.deep_copy_zero_memset 1: [ OK ] openmp.deep_copy_zero_memset (0 ms) 1: [ RUN ] openmp.resize_exec_space 1: [ OK ] openmp.resize_exec_space (0 ms) 1: [ RUN ] openmp.view_allocation_int 1: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestWithoutInitializing.hpp:289: Skipped 1: skipping since the fence checked for isn't necessary 1: [ SKIPPED ] openmp.view_allocation_int (0 ms) 1: [ RUN ] openmp.view_allocation_exec_space_int 1: [ OK ] openmp.view_allocation_exec_space_int (0 ms) 1: [ RUN ] openmp.view_not_default_constructible 1: [ OK ] openmp.view_not_default_constructible (0 ms) 1: [ RUN ] openmp.view_subview_auto_1d_left 1: [ OK ] openmp.view_subview_auto_1d_left (0 ms) 1: [ RUN ] openmp.view_subview_auto_1d_right 1: [ OK ] openmp.view_subview_auto_1d_right (0 ms) 1: [ RUN ] openmp.view_subview_auto_1d_stride 1: [ OK ] openmp.view_subview_auto_1d_stride (0 ms) 1: [ RUN ] openmp.view_subview_assign_strided 1: [ OK ] openmp.view_subview_assign_strided (0 ms) 1: [ RUN ] openmp.view_subview_left_0 1: [ OK ] openmp.view_subview_left_0 (0 ms) 1: [ RUN ] openmp.view_subview_left_1 1: [ OK ] openmp.view_subview_left_1 (0 ms) 1: [ RUN ] openmp.view_subview_left_2 1: [ OK ] openmp.view_subview_left_2 (0 ms) 1: [ RUN ] openmp.view_subview_left_3 1: [ OK ] openmp.view_subview_left_3 (0 ms) 1: [ RUN ] openmp.view_subview_right_0 1: [ OK ] openmp.view_subview_right_0 (0 ms) 1: [ RUN ] openmp.view_subview_right_1 1: [ OK ] openmp.view_subview_right_1 (0 ms) 1: [ RUN ] openmp.view_subview_right_3 1: [ OK ] openmp.view_subview_right_3 (0 ms) 1: [ RUN ] openmp.view_static_tests 1: [ OK ] openmp.view_static_tests (0 ms) 1: [ RUN ] openmp.view_subview_layoutleft_to_layoutleft 1: [ OK ] openmp.view_subview_layoutleft_to_layoutleft (0 ms) 1: [ RUN ] openmp.view_subview_layoutright_to_layoutright 1: [ OK ] openmp.view_subview_layoutright_to_layoutright (0 ms) 1: [ RUN ] openmp.view_subview_1d_assign 1: [ OK ] openmp.view_subview_1d_assign (0 ms) 1: [ RUN ] openmp.view_subview_1d_assign_atomic 1: [ OK ] openmp.view_subview_1d_assign_atomic (0 ms) 1: [ RUN ] openmp.view_subview_1d_assign_randomaccess 1: [ OK ] openmp.view_subview_1d_assign_randomaccess (0 ms) 1: [ RUN ] openmp.view_subview_2d_from_3d 1: [ OK ] openmp.view_subview_2d_from_3d (7 ms) 1: [ RUN ] openmp.view_subview_2d_from_3d_atomic 1: [ OK ] openmp.view_subview_2d_from_3d_atomic (10 ms) 1: [ RUN ] openmp.view_subview_2d_from_3d_randomaccess 1: [ OK ] openmp.view_subview_2d_from_3d_randomaccess (10 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_left 1: [ OK ] openmp.view_subview_3d_from_5d_left (70 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_left_atomic 1: [ OK ] openmp.view_subview_3d_from_5d_left_atomic (78 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_left_randomaccess 1: [ OK ] openmp.view_subview_3d_from_5d_left_randomaccess (73 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_right 43/57 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_E ............ Passed 4.81 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 44: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 44: Test timeout computed to be: 1500 1: [ OK ] openmp.view_subview_3d_from_5d_right (118 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_right_atomic 1: [ OK ] openmp.view_subview_3d_from_5d_right_atomic (116 ms) 1: [ RUN ] openmp.view_subview_3d_from_5d_right_randomaccess 1: [ OK ] openmp.view_subview_3d_from_5d_right_randomaccess (116 ms) 1: [ RUN ] openmp.view_test_unmanaged_subview_reset 1: [ OK ] openmp.view_test_unmanaged_subview_reset (0 ms) 1: [ RUN ] openmp.view_subview_memory_traits_construction 1: [ OK ] openmp.view_subview_memory_traits_construction (0 ms) 1: [----------] 298 tests from openmp (35528 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 313 tests from 2 test suites ran. (49553 ms total) 1: [ PASSED ] 310 tests. 1: [ SKIPPED ] 3 tests, listed below: 1: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host 1: [ SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device 1: [ SKIPPED ] openmp.view_allocation_int 1/51 Test #1: Kokkos_CoreUnitTest_OpenMP ....................... Passed 50.32 sec test 2 Start 2: Kokkos_CoreUnitTest_OpenMPInterOp 2: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPInterOp 2: Test timeout computed to be: 1500 2: [==========] Running 1 test from 1 test suite. 2: [----------] Global test environment set-up. 2: [----------] 1 test from openmp 2: [ RUN ] openmp.raw_openmp_interop 2: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 2: Detected: 6 cores per node. 2: Detected: 1 MPI_ranks per node. 2: Requested: 8 threads per process. 2: [ OK ] openmp.raw_openmp_interop (23 ms) 2: [----------] 1 test from openmp (23 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 1 test from 1 test suite ran. (23 ms total) 2: [ PASSED ] 1 test. 2/51 Test #2: Kokkos_CoreUnitTest_OpenMPInterOp ................ Passed 0.75 sec test 3 Start 3: Kokkos_CoreUnitTest_OpenMPGraph 3: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPGraph 3: Test timeout computed to be: 1500 3: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 3: Detected: 6 cores per node. 3: Detected: 1 MPI_ranks per node. 3: Requested: 8 threads per process. 3: [==========] Running 5 tests from 1 test suite. 3: [----------] Global test environment set-up. 3: [----------] 5 tests from openmp_count_bugs 3: [ RUN ] openmp_count_bugs.launch_one 3: [ OK ] openmp_count_bugs.launch_one (0 ms) 3: [ RUN ] openmp_count_bugs.launch_one_rvalue 3: [ OK ] openmp_count_bugs.launch_one_rvalue (0 ms) 3: [ RUN ] openmp_count_bugs.launch_six 3: [ OK ] openmp_count_bugs.launch_six (0 ms) 3: [ RUN ] openmp_count_bugs.when_all_cycle 3: [ OK ] openmp_count_bugs.when_all_cycle (0 ms) 3: [ RUN ] openmp_count_bugs.zero_work_reduce 3: [ OK ] openmp_count_bugs.zero_work_reduce (0 ms) 3: [----------] 5 tests from openmp_count_bugs (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 5 tests from 1 test suite ran. (0 ms total) 3: [ PASSED ] 5 tests. 3: 3: YOU HAVE 1 DISABLED TEST 3: 44: [==========] Running 12 tests from 7 test suites. 44: [----------] Global test environment set-up. 44: [----------] 2 tests from std_algorithms_adjacent_find_team_test 44: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 44: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (576 ms) 44: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 3/51 Test #3: Kokkos_CoreUnitTest_OpenMPGraph .................. Passed 0.73 sec test 4 Start 4: Kokkos_CoreUnitTest_Cuda1 4: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Cuda1 4: Test timeout computed to be: 1500 4: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 4: Detected: 6 cores per node. 4: Detected: 1 MPI_ranks per node. 4: Requested: 8 threads per process. 4: [==========] Running 189 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 7 tests from cuda_DeathTest 4: [ RUN ] cuda_DeathTest.abort_from_host 44: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (563 ms) 44: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1139 ms total) 44: 44: [----------] 2 tests from std_algorithms_count_team_test 44: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero 4: [ OK ] cuda_DeathTest.abort_from_host (574 ms) 4: [ RUN ] cuda_DeathTest.abort_from_device 44: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (587 ms) 44: [ RUN ] std_algorithms_count_team_test.count_returns_zero 44: [ OK ] std_algorithms_count_team_test.count_returns_zero (254 ms) 44: [----------] 2 tests from std_algorithms_count_team_test (841 ms total) 44: 44: [----------] 1 test from std_algorithms_count_if_team_test 44: [ RUN ] std_algorithms_count_if_team_test.test 4: [ OK ] cuda_DeathTest.abort_from_device (566 ms) 4: [ RUN ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort 44: [ OK ] std_algorithms_count_if_team_test.test (305 ms) 44: [----------] 1 test from std_algorithms_count_if_team_test (305 ms total) 44: 44: [----------] 1 test from std_algorithms_for_each_team_test 44: [ RUN ] std_algorithms_for_each_team_test.test 4: [ OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (545 ms) 4: [ RUN ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions 44: [ OK ] std_algorithms_for_each_team_test.test (453 ms) 44: [----------] 1 test from std_algorithms_for_each_team_test (453 ms total) 44: 44: [----------] 1 test from std_algorithms_for_each_n_team_test 44: [ RUN ] std_algorithms_for_each_n_team_test.test 4: [ OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (536 ms) 4: [ RUN ] cuda_DeathTest.policy_invalid_bounds 44: [ OK ] std_algorithms_for_each_n_team_test.test (460 ms) 44: [----------] 1 test from std_algorithms_for_each_n_team_test (460 ms total) 44: 44: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 44: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal 4: [ OK ] cuda_DeathTest.policy_invalid_bounds (538 ms) 4: [ RUN ] cuda_DeathTest.range_policy_invalid_bounds 4: 4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 4: 4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 4: [ OK ] cuda_DeathTest.range_policy_invalid_bounds (748 ms) 4: [ RUN ] cuda_DeathTest.range_policy_implicitly_converted_bounds 4: 4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 4: 4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 4: 4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 4: 4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 4: [ OK ] cuda_DeathTest.range_policy_implicitly_converted_bounds (1490 ms) 4: [----------] 7 tests from cuda_DeathTest (5001 ms total) 4: 4: [----------] 182 tests from cuda 4: [ RUN ] cuda.array_capacity 4: [ OK ] cuda.array_capacity (0 ms) 4: [ RUN ] cuda.array_element_access 4: [ OK ] cuda.array_element_access (0 ms) 4: [ RUN ] cuda.array_zero_capacity 4: [ OK ] cuda.array_zero_capacity (0 ms) 4: [ RUN ] cuda.array_zero_data_nullptr 4: [ OK ] cuda.array_zero_data_nullptr (0 ms) 4: [ RUN ] cuda.array_contiguous_capacity 4: [ OK ] cuda.array_contiguous_capacity (0 ms) 4: [ RUN ] cuda.array_contiguous_element_access 4: [ OK ] cuda.array_contiguous_element_access (0 ms) 4: [ RUN ] cuda.array_contiguous_assignment 4: [ OK ] cuda.array_contiguous_assignment (0 ms) 4: [ RUN ] cuda.array_strided_capacity 4: [ OK ] cuda.array_strided_capacity (0 ms) 4: [ RUN ] cuda.array_strided_element_access 4: [ OK ] cuda.array_strided_element_access (0 ms) 4: [ RUN ] cuda.array_strided_assignment 4: [ OK ] cuda.array_strided_assignment (0 ms) 4: [ RUN ] cuda.atomic_operations_complexdouble 4: [ OK ] cuda.atomic_operations_complexdouble (7 ms) 4: [ RUN ] cuda.atomic_operations_complexfloat 4: [ OK ] cuda.atomic_operations_complexfloat (7 ms) 4: [ RUN ] cuda.atomic_operations_double 4: [ OK ] cuda.atomic_operations_double (7 ms) 4: [ RUN ] cuda.atomic_operations_float 4: [ OK ] cuda.atomic_operations_float (5 ms) 4: [ RUN ] cuda.atomic_operations_int 4: [ OK ] cuda.atomic_operations_int (15 ms) 4: [ RUN ] cuda.atomic_operations_long 4: [ OK ] cuda.atomic_operations_long (16 ms) 4: [ RUN ] cuda.atomic_operations_longlong 4: [ OK ] cuda.atomic_operations_longlong (16 ms) 4: [ RUN ] cuda.atomic_shared 4: [ OK ] cuda.atomic_shared (0 ms) 4: [ RUN ] cuda.atomic_operations_unsigned 4: [ OK ] cuda.atomic_operations_unsigned (13 ms) 4: [ RUN ] cuda.atomic_operations_unsignedlong 4: [ OK ] cuda.atomic_operations_unsignedlong (14 ms) 4: [ RUN ] cuda.atomics 4: [ OK ] cuda.atomics (267 ms) 4: [ RUN ] cuda.atomics_tpetra_max_abs 4: [ OK ] cuda.atomics_tpetra_max_abs (0 ms) 4: [ RUN ] cuda.atomic_views_integral 44: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (2883 ms) 44: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 44: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (1723 ms) 44: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 44: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (1725 ms) 44: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (6332 ms total) 44: 44: [----------] 2 tests from std_algorithms_mismatch_team_test 44: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 44: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (1937 ms) 44: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 44: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (892 ms) 44: [----------] 2 tests from std_algorithms_mismatch_team_test (2830 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 12 tests from 7 test suites ran. (12363 ms total) 44: [ PASSED ] 12 tests. 4: [ OK ] cuda.atomic_views_integral (6469 ms) 4: [ RUN ] cuda.atomic_views_nonintegral 4: [ OK ] cuda.atomic_views_nonintegral (49 ms) 4: [ RUN ] cuda.atomic_view_api 4: [ OK ] cuda.atomic_view_api (0 ms) 4: [ RUN ] cuda.bit_manip_countl_zero 4: [ OK ] cuda.bit_manip_countl_zero (13 ms) 4: [ RUN ] cuda.bit_manip_countl_one 4: [ OK ] cuda.bit_manip_countl_one (0 ms) 4: [ RUN ] cuda.bit_manip_countr_zero 4: [ OK ] cuda.bit_manip_countr_zero (0 ms) 4: [ RUN ] cuda.bit_manip_countr_one 4: [ OK ] cuda.bit_manip_countr_one (0 ms) 4: [ RUN ] cuda.bit_manip_popcount 4: [ OK ] cuda.bit_manip_popcount (0 ms) 4: [ RUN ] cuda.bit_manip_has_single_bit 4: [ OK ] cuda.bit_manip_has_single_bit (0 ms) 4: [ RUN ] cuda.bit_manip_bit_floor 4: [ OK ] cuda.bit_manip_bit_floor (0 ms) 4: [ RUN ] cuda.bit_manip_bit_ceil 4: [ OK ] cuda.bit_manip_bit_ceil (0 ms) 4: [ RUN ] cuda.bit_manip_bit_width 4: [ OK ] cuda.bit_manip_bit_width (0 ms) 4: [ RUN ] cuda.bit_manip_rotl 4: [ OK ] cuda.bit_manip_rotl (0 ms) 4: [ RUN ] cuda.bit_manip_rotr 4: [ OK ] cuda.bit_manip_rotr (0 ms) 4: [ RUN ] cuda.bit_manip_byeswap 4: [ OK ] cuda.bit_manip_byeswap (0 ms) 4: [ RUN ] cuda.bit_manip_bit_cast 4: [ OK ] cuda.bit_manip_bit_cast (0 ms) 4: [ RUN ] cuda.test_block_deduction_bug_pr_3103 4: [ OK ] cuda.test_block_deduction_bug_pr_3103 (0 ms) 4: [ RUN ] cuda.checked_integer_operations_multiply_overflow 4: [ OK ] cuda.checked_integer_operations_multiply_overflow (0 ms) 4: [ RUN ] cuda.execution_policy_occupancy_and_hint 4: [ OK ] cuda.execution_policy_occupancy_and_hint (0 ms) 4: [ RUN ] cuda.complex_construction 4: [ OK ] cuda.complex_construction (2 ms) 4: [ RUN ] cuda.complex_basic_math 4: [ OK ] cuda.complex_basic_math (0 ms) 4: [ RUN ] cuda.complex_special_funtions 4: [ OK ] cuda.complex_special_funtions (0 ms) 4: [ RUN ] cuda.complex_io 4: [ OK ] cuda.complex_io (0 ms) 4: [ RUN ] cuda.complex_trivially_copyable 4: [ OK ] cuda.complex_trivially_copyable (0 ms) 4: [ RUN ] cuda.complex_issue_3865 4: [ OK ] cuda.complex_issue_3865 (0 ms) 4: [ RUN ] cuda.complex_operations_arithmetic_types_overloads 4: [ OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms) 4: [ RUN ] cuda.crs_count_fill 4: [ OK ] cuda.crs_count_fill (3 ms) 4: [ RUN ] cuda.crs_copy_constructor 4: [ OK ] cuda.crs_copy_constructor (5 ms) 4: [ RUN ] cuda.deep_copy_alignment 4: [ OK ] cuda.deep_copy_alignment (11 ms) 4: [ RUN ] cuda.deep_copy_conversion 4: [ OK ] cuda.deep_copy_conversion (4 ms) 4: [ RUN ] cuda.partitioning_by_args 4: [ OK ] cuda.partitioning_by_args (2 ms) 4: [ RUN ] cuda.partitioning_by_vector 4: [ OK ] cuda.partitioning_by_vector (0 ms) 4: [ RUN ] cuda.execution_space_as_class_data_member 4: [ OK ] cuda.execution_space_as_class_data_member (0 ms) 4: [ RUN ] cuda.functor_analysis 4: [ OK ] cuda.functor_analysis (0 ms) 4: [ RUN ] cuda.host_shared_ptr_use_count 4: [ OK ] cuda.host_shared_ptr_use_count (0 ms) 4: [ RUN ] cuda.host_shared_ptr_get 4: [ OK ] cuda.host_shared_ptr_get (0 ms) 4: [ RUN ] cuda.host_shared_ptr_dereference_on_device 4: [ OK ] cuda.host_shared_ptr_dereference_on_device (0 ms) 4: [ RUN ] cuda.host_shared_ptr_special_members_on_device 4: [ OK ] cuda.host_shared_ptr_special_members_on_device (0 ms) 4: [ RUN ] cuda.host_shared_ptr_tracking 4: [ OK ] cuda.host_shared_ptr_tracking (1 ms) 4: [ RUN ] cuda.init 4: [ OK ] cuda.init (0 ms) 4: [ RUN ] cuda.dispatch 4: [ OK ] cuda.dispatch (41 ms) 4: [ RUN ] cuda.join_backward_compatibility 4: [ OK ] cuda.join_backward_compatibility (0 ms) 4: [ RUN ] cuda.local_deepcopy_teampolicy_layoutleft 4: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestLocalDeepCopy.hpp:913: Skipped 4: FIXME_NVHPC : Compiler bug affecting subviews of high rank Views 4: [ SKIPPED ] cuda.local_deepcopy_teampolicy_layoutleft (0 ms) 4: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutleft 4: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestLocalDeepCopy.hpp:946: Skipped 4: FIXME_NVHPC : Compiler bug affecting subviews of high rank Views 4: [ SKIPPED ] cuda.local_deepcopy_rangepolicy_layoutleft (0 ms) 4: [ RUN ] cuda.local_deepcopy_teampolicy_layoutright 4: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestLocalDeepCopy.hpp:979: Skipped 4: FIXME_NVHPC : Compiler bug affecting subviews of high rank Views 4: [ SKIPPED ] cuda.local_deepcopy_teampolicy_layoutright (0 ms) 4: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutright 4: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestLocalDeepCopy.hpp:1012: Skipped 4: FIXME_NVHPC : Compiler bug affecting subviews of high rank Views 4: [ SKIPPED ] cuda.local_deepcopy_rangepolicy_layoutright (0 ms) 4: [ RUN ] cuda.deep_copy_scratch 4: [ OK ] cuda.deep_copy_scratch (10 ms) 4: [ RUN ] cuda.mathematical_constants_e 4: [ OK ] cuda.mathematical_constants_e (3 ms) 4: [ RUN ] cuda.mathematical_constants_log2e 4: [ OK ] cuda.mathematical_constants_log2e (0 ms) 4: [ RUN ] cuda.mathematical_constants_log10e 4: [ OK ] cuda.mathematical_constants_log10e (0 ms) 4: [ RUN ] cuda.mathematical_constants_pi 4: [ OK ] cuda.mathematical_constants_pi (0 ms) 4: [ RUN ] cuda.mathematical_constants_inv_pi 4: [ OK ] cuda.mathematical_constants_inv_pi (0 ms) 4: [ RUN ] cuda.mathematical_constants_inv_sqrtpi 4: [ OK ] cuda.mathematical_constants_inv_sqrtpi (0 ms) 4: [ RUN ] cuda.mathematical_constants_ln2 4: [ OK ] cuda.mathematical_constants_ln2 (0 ms) 4: [ RUN ] cuda.mathematical_constants_ln10 4: [ OK ] cuda.mathematical_constants_ln10 (0 ms) 4: [ RUN ] cuda.mathematical_constants_sqrt2 4: [ OK ] cuda.mathematical_constants_sqrt2 (0 ms) 4: [ RUN ] cuda.mathematical_constants_sqrt3 4: [ OK ] cuda.mathematical_constants_sqrt3 (0 ms) 4: [ RUN ] cuda.mathematical_constants_inv_sqrt3 4: [ OK ] cuda.mathematical_constants_inv_sqrt3 (0 ms) 4: [ RUN ] cuda.mathematical_constants_egamma 4: [ OK ] cuda.mathematical_constants_egamma (0 ms) 4: [ RUN ] cuda.mathematical_constants_phi 4: [ OK ] cuda.mathematical_constants_phi (0 ms) 4: [ RUN ] cuda.mathematical_functions_trigonometric_functions 4: [ OK ] cuda.mathematical_functions_trigonometric_functions (28 ms) 4: [ RUN ] cuda.mathematical_functions_hyperbolic_functions 4: [ OK ] cuda.mathematical_functions_hyperbolic_functions (10 ms) 4: [ RUN ] cuda.mathematical_functions_non_standard 4: [ OK ] cuda.mathematical_functions_non_standard (1 ms) 4: [ RUN ] cuda.mathematical_functions_power_functions 4: [ OK ] cuda.mathematical_functions_power_functions (24 ms) 4: [ RUN ] cuda.mathematical_functions_fma 4: [ OK ] cuda.mathematical_functions_fma (0 ms) 4: [ RUN ] cuda.mathematical_functions_error_and_gamma_functions 4: [ OK ] cuda.mathematical_functions_error_and_gamma_functions (6 ms) 4: [ RUN ] cuda.mathematical_functions_nearest_interger_floating_point_operations 4: [ OK ] cuda.mathematical_functions_nearest_interger_floating_point_operations (5 ms) 4: [ RUN ] cuda.mathematical_functions_floating_point_manipulation_functions 4: [ OK ] cuda.mathematical_functions_floating_point_manipulation_functions (1 ms) 4: [ RUN ] cuda.mathematical_functions_absolute_value 4: [ OK ] cuda.mathematical_functions_absolute_value (0 ms) 4: [ RUN ] cuda.mathematical_functions_floating_point_absolute_value 4: [ OK ] cuda.mathematical_functions_floating_point_absolute_value (0 ms) 4: [ RUN ] cuda.mathematical_functions_remainder_function 4: [ OK ] cuda.mathematical_functions_remainder_function (0 ms) 4: [ RUN ] cuda.mathematical_functions_isfinite 4: [ OK ] cuda.mathematical_functions_isfinite (0 ms) 4: [ RUN ] cuda.mathematical_functions_isinf 4: [ OK ] cuda.mathematical_functions_isinf (0 ms) 4: [ RUN ] cuda.mathematical_functions_isnan 4: [ OK ] cuda.mathematical_functions_isnan (0 ms) 4: [ RUN ] cuda.mathematical_functions_exponential_functions 4: [ OK ] cuda.mathematical_functions_exponential_functions (18 ms) 4: [ RUN ] cuda.mathspecialfunc_expint1 4: [ OK ] cuda.mathspecialfunc_expint1 (13 ms) 4: [ RUN ] cuda.mathspecialfunc_errorfunc 4: [ OK ] cuda.mathspecialfunc_errorfunc (2 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesselj0y0 4: [ OK ] cuda.mathspecialfunc_cbesselj0y0 (26 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesselj1y1 4: [ OK ] cuda.mathspecialfunc_cbesselj1y1 (27 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesseli0k0 4: [ OK ] cuda.mathspecialfunc_cbesseli0k0 (1 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesseli1k1 4: [ OK ] cuda.mathspecialfunc_cbesseli1k1 (1 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesselh1stkind 4: [ OK ] cuda.mathspecialfunc_cbesselh1stkind (1 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesselh2ndkind 4: [ OK ] cuda.mathspecialfunc_cbesselh2ndkind (1 ms) 4: [ RUN ] cuda.mdrange_5d 4: [ OK ] cuda.mdrange_5d (31 ms) 4: [ RUN ] cuda.mdrange_6d 4: [ OK ] cuda.mdrange_6d (32 ms) 4: [ RUN ] cuda.mdrange_2d 4: [ OK ] cuda.mdrange_2d (3 ms) 4: [ RUN ] cuda.mdrange_array_reduce 4: [ OK ] cuda.mdrange_array_reduce (0 ms) 4: [ RUN ] cuda.mdrange_3d 4: [ OK ] cuda.mdrange_3d (7 ms) 4: [ RUN ] cuda.mdrange_neg_idx 4: [ OK ] cuda.mdrange_neg_idx (1 ms) 4: [ RUN ] cuda.mdrange_4d 4: [ OK ] cuda.mdrange_4d (6 ms) 4: [ RUN ] cuda.mdrange_scalar 4: [ OK ] cuda.mdrange_scalar (0 ms) 4: [ RUN ] cuda.mdrange_large_deep_copy 44/57 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ....... Passed 14.83 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 45: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 45: Test timeout computed to be: 1500 4: [ OK ] cuda.mdrange_large_deep_copy (73 ms) 4: [ RUN ] cuda.md_range_policy_construction_from_arrays 4: [ OK ] cuda.md_range_policy_construction_from_arrays (0 ms) 4: [ RUN ] cuda.mdrange_parallel_reduce_primitive_types 4: [ OK ] cuda.mdrange_parallel_reduce_primitive_types (1532 ms) 4: [ RUN ] cuda.mdspan_minimal_functional 4: [ OK ] cuda.mdspan_minimal_functional (0 ms) 4: [ RUN ] cuda.max 4: [ OK ] cuda.max (0 ms) 4: [ RUN ] cuda.max_within_parfor 4: [ OK ] cuda.max_within_parfor (0 ms) 4: [ RUN ] cuda.min 4: [ OK ] cuda.min (0 ms) 4: [ RUN ] cuda.min_within_parfor 4: [ OK ] cuda.min_within_parfor (0 ms) 4: [ RUN ] cuda.minmax 4: [ OK ] cuda.minmax (0 ms) 4: [ RUN ] cuda.minmax_within_parfor 4: [ OK ] cuda.minmax_within_parfor (0 ms) 4: [ RUN ] cuda.clamp 4: [ OK ] cuda.clamp (0 ms) 4: [ RUN ] cuda.clamp_within_parfor 4: [ OK ] cuda.clamp_within_parfor (0 ms) 4: [ RUN ] cuda.numeric_traits_infinity 4: [ OK ] cuda.numeric_traits_infinity (11 ms) 4: [ RUN ] cuda.numeric_traits_epsilon 4: [ OK ] cuda.numeric_traits_epsilon (0 ms) 4: [ RUN ] cuda.numeric_traits_round_error 4: [ OK ] cuda.numeric_traits_round_error (0 ms) 4: [ RUN ] cuda.numeric_traits_norm_min 4: [ OK ] cuda.numeric_traits_norm_min (0 ms) 4: [ RUN ] cuda.numeric_traits_denorm_min 4: [ OK ] cuda.numeric_traits_denorm_min (0 ms) 4: [ RUN ] cuda.numeric_traits_finite_min_max 4: [ OK ] cuda.numeric_traits_finite_min_max (2 ms) 4: [ RUN ] cuda.numeric_traits_digits 4: [ OK ] cuda.numeric_traits_digits (1 ms) 4: [ RUN ] cuda.numeric_traits_digits10 4: [ OK ] cuda.numeric_traits_digits10 (1 ms) 4: [ RUN ] cuda.numeric_traits_max_digits10 4: [ OK ] cuda.numeric_traits_max_digits10 (0 ms) 4: [ RUN ] cuda.numeric_traits_radix 4: [ OK ] cuda.numeric_traits_radix (1 ms) 4: [ RUN ] cuda.numeric_traits_min_max_exponent 4: [ OK ] cuda.numeric_traits_min_max_exponent (0 ms) 4: [ RUN ] cuda.numeric_traits_min_max_exponent10 4: [ OK ] cuda.numeric_traits_min_max_exponent10 (0 ms) 4: [ RUN ] cuda.numeric_traits_quiet_and_signaling_nan 4: [ OK ] cuda.numeric_traits_quiet_and_signaling_nan (0 ms) 4: [ RUN ] cuda.numeric_traits_sfinae_friendly 4: [ OK ] cuda.numeric_traits_sfinae_friendly (0 ms) 4: [ RUN ] cuda.occupancy_control 4: [ OK ] cuda.occupancy_control (1 ms) 4: [ RUN ] cuda.view_aggregate 4: [ OK ] cuda.view_aggregate (0 ms) 4: [ RUN ] cuda.memory_pool 4: [ OK ] cuda.memory_pool (23 ms) 4: [ RUN ] cuda.cxx11 4: [ OK ] cuda.cxx11 (0 ms) 4: [ RUN ] cuda.viewctorprop_embedded_dim 4: [ OK ] cuda.viewctorprop_embedded_dim (0 ms) 4: [ RUN ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility 4: [ OK ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 4: [ RUN ] cuda.view_layouttiled 4: [ OK ] cuda.view_layouttiled (1 ms) 4: [ RUN ] cuda.view_layouttiled_subtile 4: [ OK ] cuda.view_layouttiled_subtile (0 ms) 4: [ RUN ] cuda.parallel_scan_range_policy 4: [ OK ] cuda.parallel_scan_range_policy (39 ms) 4: [ RUN ] cuda.kokkos_printf 4: [ OK ] cuda.kokkos_printf (1 ms) 4: [ RUN ] cuda.range_for 4: [ OK ] cuda.range_for (2 ms) 4: [ RUN ] cuda.range_reduce 4: [ OK ] cuda.range_reduce (0 ms) 4: [ RUN ] cuda.range_dynamic_policy 4: [ OK ] cuda.range_dynamic_policy (0 ms) 4: [ RUN ] cuda.range_policy_runtime_parameters 4: [ OK ] cuda.range_policy_runtime_parameters (0 ms) 4: [ RUN ] cuda.range_for_require 4: [ OK ] cuda.range_for_require (2 ms) 4: [ RUN ] cuda.range_reduce_require 4: [ OK ] cuda.range_reduce_require (0 ms) 4: [ RUN ] cuda.range_dynamic_policy_require 4: [ OK ] cuda.range_dynamic_policy_require (0 ms) 4: [ RUN ] cuda.reducers_int 4: [ OK ] cuda.reducers_int (9 ms) 4: [ RUN ] cuda.reducers_double 4: [ OK ] cuda.reducers_double (12 ms) 4: [ RUN ] cuda.reducers_complex_double 4: [ OK ] cuda.reducers_complex_double (17 ms) 4: [ RUN ] cuda.reducers_struct 4: [ OK ] cuda.reducers_struct (6 ms) 4: [ RUN ] cuda.reducers_half_t 4: [ OK ] cuda.reducers_half_t (9 ms) 4: [ RUN ] cuda.reducers_bhalf_t 4: [ OK ] cuda.reducers_bhalf_t (8 ms) 4: [ RUN ] cuda.reducers_int8_t 4: [ OK ] cuda.reducers_int8_t (2 ms) 4: [ RUN ] cuda.reducers_int16_t 4: [ OK ] cuda.reducers_int16_t (2 ms) 4: [ RUN ] cuda.reducers_point_t 4: [ OK ] cuda.reducers_point_t (11 ms) 4: [ RUN ] cuda.reducers_bool 4: [ OK ] cuda.reducers_bool (1 ms) 4: [ RUN ] cuda.int64_t_reduce 4: [ OK ] cuda.int64_t_reduce (14 ms) 4: [ RUN ] cuda.double_reduce 4: [ OK ] cuda.double_reduce (9 ms) 4: [ RUN ] cuda.int64_t_reduce_dynamic 4: [ OK ] cuda.int64_t_reduce_dynamic (13 ms) 4: [ RUN ] cuda.double_reduce_dynamic 4: [ OK ] cuda.double_reduce_dynamic (13 ms) 4: [ RUN ] cuda.int64_t_reduce_dynamic_view 4: [ OK ] cuda.int64_t_reduce_dynamic_view (3 ms) 4: [ RUN ] cuda.int_combined_reduce 4: [ OK ] cuda.int_combined_reduce (0 ms) 4: [ RUN ] cuda.mdrange_combined_reduce 4: [ OK ] cuda.mdrange_combined_reduce (0 ms) 4: [ RUN ] cuda.int_combined_reduce_mixed 4: [ OK ] cuda.int_combined_reduce_mixed (0 ms) 4: [ RUN ] cuda.reduction_deduction 4: [ OK ] cuda.reduction_deduction (0 ms) 4: [ RUN ] cuda.reduce_device_view_range_policy 4: [ OK ] cuda.reduce_device_view_range_policy (5 ms) 4: [ RUN ] cuda.reduce_device_view_mdrange_policy 45: [==========] Running 8 tests from 4 test suites. 45: [----------] Global test environment set-up. 45: [----------] 2 tests from std_algorithms_equal_team_test 45: [ RUN ] std_algorithms_equal_team_test.views_are_equal 4: [ OK ] cuda.reduce_device_view_mdrange_policy (120 ms) 4: [ RUN ] cuda.reduce_device_view_team_policy 4: [ OK ] cuda.reduce_device_view_team_policy (6 ms) 4: [ RUN ] cuda.impl_shared_alloc 4: [ OK ] cuda.impl_shared_alloc (125 ms) 4: [ RUN ] cuda.kokkos_swap 4: [ OK ] cuda.kokkos_swap (0 ms) 4: [ RUN ] cuda.reduceRangePolicyViewSizeLimit 4: [ OK ] cuda.reduceRangePolicyViewSizeLimit (21 ms) 4: [ RUN ] cuda.reduceMDRangePolicyViewSizeLimit 4: [ OK ] cuda.reduceMDRangePolicyViewSizeLimit (63 ms) 4: [----------] 182 tests from cuda (9447 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 189 tests from 2 test suites ran. (14449 ms total) 4: [ PASSED ] 185 tests. 4: [ SKIPPED ] 4 tests, listed below: 4: [ SKIPPED ] cuda.local_deepcopy_teampolicy_layoutleft 4: [ SKIPPED ] cuda.local_deepcopy_rangepolicy_layoutleft 4: [ SKIPPED ] cuda.local_deepcopy_teampolicy_layoutright 4: [ SKIPPED ] cuda.local_deepcopy_rangepolicy_layoutright 4/51 Test #4: Kokkos_CoreUnitTest_Cuda1 ........................ Passed 15.20 sec test 5 Start 5: Kokkos_CoreUnitTest_Cuda2 5: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Cuda2 5: Test timeout computed to be: 1500 5: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 5: Detected: 6 cores per node. 5: Detected: 1 MPI_ranks per node. 5: Requested: 8 threads per process. 5: [==========] Running 126 tests from 3 test suites. 5: [----------] Global test environment set-up. 5: [----------] 8 tests from cuda_DeathTest 5: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_dyn 5: [ OK ] cuda_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 5: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_stat 5: [ OK ] cuda_DeathTest.view_construction_with_wrong_params_stat (0 ms) 5: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_mix 5: [ OK ] cuda_DeathTest.view_construction_with_wrong_params_mix (0 ms) 5: [ RUN ] cuda_DeathTest.view_construction_with_wrong_static_extents 5: [ OK ] cuda_DeathTest.view_construction_with_wrong_static_extents (0 ms) 5: [ RUN ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment 45: [ OK ] std_algorithms_equal_team_test.views_are_equal (1416 ms) 45: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 45: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (1310 ms) 45: [----------] 2 tests from std_algorithms_equal_team_test (2726 ms total) 45: 45: [----------] 2 tests from std_algorithms_search_team_test 45: [ RUN ] std_algorithms_search_team_test.sequences_exist 45: [ OK ] std_algorithms_search_team_test.sequences_exist (723 ms) 45: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 45: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (887 ms) 45: [----------] 2 tests from std_algorithms_search_team_test (1610 ms total) 45: 45: [----------] 2 tests from std_algorithms_find_end_team_test 45: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 45: [ OK ] std_algorithms_find_end_team_test.sequences_exist (1826 ms) 45: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist 5: [ OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (4395 ms) 5: [ RUN ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment 45: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (1679 ms) 45: [----------] 2 tests from std_algorithms_find_end_team_test (3505 ms total) 45: 45: [----------] 2 tests from std_algorithms_find_first_of_team_test 45: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 45: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (1389 ms) 45: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 5: [ OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (4112 ms) 5: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_host 45: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (5359 ms) 45: [----------] 2 tests from std_algorithms_find_first_of_team_test (6748 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 8 tests from 4 test suites ran. (14591 ms total) 45: [ PASSED ] 8 tests. 45/57 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ....... Passed 17.03 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 46: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 46: Test timeout computed to be: 1500 46: [==========] Running 11 tests from 7 test suites. 46: [----------] Global test environment set-up. 46: [----------] 2 tests from std_algorithms_find_team_test 46: [ RUN ] std_algorithms_find_team_test.searched_values_exist 46: [ OK ] std_algorithms_find_team_test.searched_values_exist (305 ms) 46: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist 46: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (426 ms) 46: [----------] 2 tests from std_algorithms_find_team_test (731 ms total) 46: 46: [----------] 2 tests from std_algorithms_find_if_team_test 46: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 28: Test_Atomic/100000/iterations:10 12.2 s 12.1 s 10 1 8 20.29 1.43048m 81u 4.99995G 1026.29k 4.99995G 46: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (254 ms) 46: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 46: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (426 ms) 46: [----------] 2 tests from std_algorithms_find_if_team_test (680 ms total) 46: 46: [----------] 2 tests from std_algorithms_find_if_not_team_test 46: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 46: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (426 ms) 46: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false 46: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (254 ms) 46: [----------] 2 tests from std_algorithms_find_if_not_team_test (681 ms total) 46: 46: [----------] 1 test from std_algorithms_all_of_team_test 46: [ RUN ] std_algorithms_all_of_team_test.test 46: [ OK ] std_algorithms_all_of_team_test.test (429 ms) 46: [----------] 1 test from std_algorithms_all_of_team_test (429 ms total) 46: 46: [----------] 1 test from std_algorithms_any_of_team_test 46: [ RUN ] std_algorithms_any_of_team_test.test 46: [ OK ] std_algorithms_any_of_team_test.test (258 ms) 46: [----------] 1 test from std_algorithms_any_of_team_test (258 ms total) 46: 46: [----------] 1 test from std_algorithms_none_of_team_test 46: [ RUN ] std_algorithms_none_of_team_test.test 46: [ OK ] std_algorithms_none_of_team_test.test (427 ms) 46: [----------] 1 test from std_algorithms_none_of_team_test (427 ms total) 46: 46: [----------] 2 tests from std_algorithms_search_n_team_test 46: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 46: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (286 ms) 46: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 46: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (313 ms) 46: [----------] 2 tests from std_algorithms_search_n_team_test (599 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 11 tests from 7 test suites ran. (3808 ms total) 46: [ PASSED ] 11 tests. 46/57 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ....... Passed 6.24 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 47: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 47: Test timeout computed to be: 1500 5: [ OK ] cuda_DeathTest.view_memory_access_violations_from_host (10849 ms) 5: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_device 47: [==========] Running 3 tests from 3 test suites. 47: [----------] Global test environment set-up. 47: [----------] 1 test from std_algorithms_min_element_team_test 47: [ RUN ] std_algorithms_min_element_team_test.test 47: [ OK ] std_algorithms_min_element_team_test.test (1297 ms) 47: [----------] 1 test from std_algorithms_min_element_team_test (1297 ms total) 47: 47: [----------] 1 test from std_algorithms_max_element_team_test 47: [ RUN ] std_algorithms_max_element_team_test.test -- Testing 1-D histogram Density 1D: 0.000245061 -0.99999 -48241.1 || 0.051031 0 194821 || 2.92839e+09 28674.4 || -6.66886e+08 -2.0744 -- Testing 3-D histogram Density 3D: 0.000734042 -0.304768 0.156776 || 0.051031 1e+64 -1e+64 Test Scalar=bhalf -- Testing randomness properties 47: [ OK ] std_algorithms_max_element_team_test.test (1273 ms) 47: [----------] 1 test from std_algorithms_max_element_team_test (1273 ms total) 47: 47: [----------] 1 test from std_algorithms_minmax_element_team_test 47: [ RUN ] std_algorithms_minmax_element_team_test.test 47: [ OK ] std_algorithms_minmax_element_team_test.test (1733 ms) 47: [----------] 1 test from std_algorithms_minmax_element_team_test (1733 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 3 tests from 3 test suites ran. (4305 ms total) 47: [ PASSED ] 3 tests. 47/57 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ....... Passed 6.75 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 48: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 48: Test timeout computed to be: 1500 48: [==========] Running 6 tests from 6 test suites. 48: [----------] Global test environment set-up. 48: [----------] 1 test from std_algorithms_fill_team_test 48: [ RUN ] std_algorithms_fill_team_test.test 48: [ OK ] std_algorithms_fill_team_test.test (314 ms) 48: [----------] 1 test from std_algorithms_fill_team_test (314 ms total) 48: 48: [----------] 1 test from std_algorithms_fill_n_team_test 48: [ RUN ] std_algorithms_fill_n_team_test.test 48: [ OK ] std_algorithms_fill_n_team_test.test (458 ms) 48: [----------] 1 test from std_algorithms_fill_n_team_test (458 ms total) 48: 48: [----------] 1 test from std_algorithms_replace_team_test 48: [ RUN ] std_algorithms_replace_team_test.test 48: [ OK ] std_algorithms_replace_team_test.test (447 ms) 48: [----------] 1 test from std_algorithms_replace_team_test (448 ms total) 48: 48: [----------] 1 test from std_algorithms_replace_if_team_test 48: [ RUN ] std_algorithms_replace_if_team_test.test 48: [ OK ] std_algorithms_replace_if_team_test.test (529 ms) 48: [----------] 1 test from std_algorithms_replace_if_team_test (529 ms total) 48: 48: [----------] 1 test from std_algorithms_replace_copy_team_test 48: [ RUN ] std_algorithms_replace_copy_team_test.test 48: [ OK ] std_algorithms_replace_copy_team_test.test (790 ms) 48: [----------] 1 test from std_algorithms_replace_copy_team_test (790 ms total) 48: 48: [----------] 1 test from std_algorithms_replace_copy_if_team_test 48: [ RUN ] std_algorithms_replace_copy_if_team_test.test 5: [ OK ] cuda_DeathTest.view_memory_access_violations_from_device (10930 ms) 5: [----------] 8 tests from cuda_DeathTest (30287 ms total) 5: 5: [----------] 90 tests from cuda 5: [ RUN ] cuda.team_for 5: [ OK ] cuda.team_for (21 ms) 5: [ RUN ] cuda.team_reduce 5: [ OK ] cuda.team_reduce (0 ms) 5: [ RUN ] cuda.team_reduce_large 5: [ OK ] cuda.team_reduce_large (56 ms) 5: [ RUN ] cuda.team_parallel_single 5: [ OK ] cuda.team_parallel_single (5 ms) 5: [ RUN ] cuda.large_team_scratch_size 5: [ OK ] cuda.large_team_scratch_size (5 ms) 5: [ RUN ] cuda.team_broadcast_long 5: [ OK ] cuda.team_broadcast_long (1 ms) 5: [ RUN ] cuda.team_broadcast_long_wrapper 5: [ OK ] cuda.team_broadcast_long_wrapper (1 ms) 5: [ RUN ] cuda.team_broadcast_char 5: [ OK ] cuda.team_broadcast_char (0 ms) 5: [ RUN ] cuda.team_broadcast_float 5: [ OK ] cuda.team_broadcast_float (0 ms) 5: [ RUN ] cuda.team_broadcast_double 5: [ OK ] cuda.team_broadcast_double (0 ms) 5: [ RUN ] cuda.team_handle_by_value 5: [ OK ] cuda.team_handle_by_value (0 ms) 5: [ RUN ] cuda.team_vector 5: [ OK ] cuda.team_vector (11 ms) 5: [ RUN ] cuda.triple_nested_parallelism 5: [ OK ] cuda.triple_nested_parallelism (8 ms) 5: [ RUN ] cuda.parallel_scan_with_reducers 5: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestTeamVector.hpp:1066: Skipped 5: All but max inclusive scan differ at index 101 5: [ SKIPPED ] cuda.parallel_scan_with_reducers (0 ms) 5: [ RUN ] cuda.team_thread_range_combined_reducers 5: [ OK ] cuda.team_thread_range_combined_reducers (1 ms) 5: [ RUN ] cuda.thread_vector_range_combined_reducers 5: [ OK ] cuda.thread_vector_range_combined_reducers (0 ms) 5: [ RUN ] cuda.team_vector_range_combined_reducers 5: [ OK ] cuda.team_vector_range_combined_reducers (0 ms) 5: [ RUN ] cuda.TeamThreadMDRangeParallelFor 5: [ OK ] cuda.TeamThreadMDRangeParallelFor (34 ms) 5: [ RUN ] cuda.ThreadVectorMDRangeParallelFor 5: [ OK ] cuda.ThreadVectorMDRangeParallelFor (11 ms) 5: [ RUN ] cuda.TeamVectorMDRangeParallelFor 5: [ OK ] cuda.TeamVectorMDRangeParallelFor (12 ms) 5: [ RUN ] cuda.TeamThreadMDRangeParallelReduce 5: [ OK ] cuda.TeamThreadMDRangeParallelReduce (16 ms) 5: [ RUN ] cuda.ThreadVectorMDRangeParallelReduce 5: [ OK ] cuda.ThreadVectorMDRangeParallelReduce (6 ms) 5: [ RUN ] cuda.TeamVectorMDRangeParallelReduce 5: [ OK ] cuda.TeamVectorMDRangeParallelReduce (6 ms) 5: [ RUN ] cuda.team_policy_runtime_parameters 5: [ OK ] cuda.team_policy_runtime_parameters (0 ms) 5: [ RUN ] cuda.team_reduction_scan 5: [ OK ] cuda.team_reduction_scan (1081 ms) 5: [ RUN ] cuda.team_long_reduce 5: [ OK ] cuda.team_long_reduce (8 ms) 5: [ RUN ] cuda.team_double_reduce 5: [ OK ] cuda.team_double_reduce (8 ms) 5: [ RUN ] cuda.team_parallel_dummy_with_reducer_and_scratch_space 5: [ OK ] cuda.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 5: [ RUN ] cuda.repeated_team_reduce 5: [ OK ] cuda.repeated_team_reduce (12 ms) 5: [ RUN ] cuda.team_scan 5: [ OK ] cuda.team_scan (212 ms) 5: [ RUN ] cuda.team_scan_ret_val 5: [ OK ] cuda.team_scan_ret_val (199 ms) 5: [ RUN ] cuda.team_shared_request 5: [ OK ] cuda.team_shared_request (3 ms) 5: [ RUN ] cuda.team_scratch_request 5: [ OK ] cuda.team_scratch_request (0 ms) 5: [ RUN ] cuda.team_lambda_shared_request 5: [ OK ] cuda.team_lambda_shared_request (0 ms) 5: [ RUN ] cuda.scratch_align 5: [ OK ] cuda.scratch_align (0 ms) 5: [ RUN ] cuda.shmem_size 5: [ OK ] cuda.shmem_size (0 ms) 5: [ RUN ] cuda.multi_level_scratch 5: [ OK ] cuda.multi_level_scratch (5 ms) 5: [ RUN ] cuda.team_scratch_memory_index_parallel_for 5: [ OK ] cuda.team_scratch_memory_index_parallel_for (0 ms) 5: [ RUN ] cuda.team_policy_max_recommended 48: [ OK ] std_algorithms_replace_copy_if_team_test.test (727 ms) 48: [----------] 1 test from std_algorithms_replace_copy_if_team_test (727 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 6 tests from 6 test suites ran. (3268 ms total) 48: [ PASSED ] 6 tests. 5: [ OK ] cuda.team_policy_max_recommended (225 ms) 5: [ RUN ] cuda.team_policy_minmax_scalar_without_plus_equal_k 5: [ OK ] cuda.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 5: [ RUN ] cuda.team_teamvector_range 5: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestTeamVectorRange.hpp:442: Skipped 5: Disabling 2/3rd of the test for now 5: [ SKIPPED ] cuda.team_teamvector_range (2 ms) 5: [ RUN ] cuda.unique_token_global 5: [ OK ] cuda.unique_token_global (2 ms) 5: [ RUN ] cuda.unique_token_instance 5: [ OK ] cuda.unique_token_instance (1 ms) 5: [ RUN ] cuda.unique_token_team_acquire 5: [ OK ] cuda.unique_token_team_acquire (11 ms) 5: [ RUN ] cuda.view_api_a 5: [ OK ] cuda.view_api_a (10 ms) 5: [ RUN ] cuda.view_api_b 5: [ OK ] cuda.view_api_b (4 ms) 5: [ RUN ] cuda.view_api_c 5: [ OK ] cuda.view_api_c (0 ms) 5: [ RUN ] cuda.view_api_d 5: [ OK ] cuda.view_api_d (1 ms) 5: [ RUN ] cuda.view_allocation_error 5: [ OK ] cuda.view_allocation_error (0 ms) 5: [ RUN ] cuda.view_remap 5: [ OK ] cuda.view_remap (0 ms) 5: [ RUN ] cuda.view_mirror_nonconst 5: [ OK ] cuda.view_mirror_nonconst (0 ms) 5: [ RUN ] cuda.view_stride_method 5: [ OK ] cuda.view_stride_method (0 ms) 5: [ RUN ] cuda.anonymous_space 5: [ OK ] cuda.anonymous_space (0 ms) 5: [ RUN ] cuda.view_overload_resolution 5: [ OK ] cuda.view_overload_resolution (0 ms) 5: [ RUN ] cuda.view_allocation_large_rank 5: [ OK ] cuda.view_allocation_large_rank (15 ms) 5: [ RUN ] cuda.view_shmem_size_on_device 5: [ OK ] cuda.view_shmem_size_on_device (0 ms) 5: [ RUN ] cuda.view_is_assignable 5: [ OK ] cuda.view_is_assignable (0 ms) 5: [ RUN ] cuda.view_copy_tests 5: [ OK ] cuda.view_copy_tests (9 ms) 5: [ RUN ] cuda.view_copy_tests_rank_0 5: [ OK ] cuda.view_copy_tests_rank_0 (2 ms) 5: [ RUN ] cuda.view_copy_degenerated 5: [ OK ] cuda.view_copy_degenerated (0 ms) 5: [ RUN ] cuda.view_empty_runtime_unmanaged 5: [ OK ] cuda.view_empty_runtime_unmanaged (0 ms) 5: [ RUN ] cuda.view_hooks 5: [ OK ] cuda.view_hooks (0 ms) 5: [ RUN ] cuda.view_layoutstride_left_to_layoutleft_assignment 5: [ OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (79 ms) 5: [ RUN ] cuda.view_layoutstride_right_to_layoutright_assignment 5: [ OK ] cuda.view_layoutstride_right_to_layoutright_assignment (65 ms) 5: [ RUN ] cuda.view_irregular_layout 5: [ OK ] cuda.view_irregular_layout (5 ms) 5: [ RUN ] cuda.view_mapping 5: [ OK ] cuda.view_mapping (57 ms) 5: [ RUN ] cuda.view_mapping_operator 5: [ OK ] cuda.view_mapping_operator (8 ms) 5: [ RUN ] cuda.static_extent 5: [ OK ] cuda.static_extent (0 ms) 5: [ RUN ] cuda.view_mapping_atomic 5: [ OK ] cuda.view_mapping_atomic (5 ms) 5: [ RUN ] cuda.view_mapping_class_value 5: [ OK ] cuda.view_mapping_class_value (0 ms) 5: [ RUN ] cuda.view_mapping_assignable 5: [ OK ] cuda.view_mapping_assignable (0 ms) 5: [ RUN ] cuda.view_mapping_trivially_copyable 5: [ OK ] cuda.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] cuda.view_mapping_subview 5: [ OK ] cuda.view_mapping_subview (0 ms) 5: [ RUN ] cuda.view_nested_view 5: [ OK ] cuda.view_nested_view (0 ms) 5: [ RUN ] cuda.append_formatted_multidimensional_index 5: [ OK ] cuda.append_formatted_multidimensional_index (0 ms) 5: [ RUN ] cuda.view_resize 5: [ OK ] cuda.view_resize (17 ms) 5: [ RUN ] cuda.view_realloc 5: [ OK ] cuda.view_realloc (0 ms) 5: [ RUN ] cuda.workgraph_fib 48/57 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ....... Passed 5.71 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 49: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 49: Test timeout computed to be: 1500 5: [ OK ] cuda.workgraph_fib (1006 ms) 5: [ RUN ] cuda.resize_realloc_no_init 5: [ OK ] cuda.resize_realloc_no_init (0 ms) 5: [ RUN ] cuda.resize_realloc_no_alloc 5: [ OK ] cuda.resize_realloc_no_alloc (0 ms) 5: [ RUN ] cuda.realloc_exec_space 5: [ OK ] cuda.realloc_exec_space (0 ms) 5: [ RUN ] cuda.view_alloc 5: [ OK ] cuda.view_alloc (1 ms) 5: [ RUN ] cuda.view_alloc_exec_space 5: [ OK ] cuda.view_alloc_exec_space (0 ms) 5: [ RUN ] cuda.view_alloc_int 5: [ OK ] cuda.view_alloc_int (0 ms) 5: [ RUN ] cuda.view_alloc_exec_space_int 5: [ OK ] cuda.view_alloc_exec_space_int (0 ms) 5: [ RUN ] cuda.deep_copy_zero_memset 5: [ OK ] cuda.deep_copy_zero_memset (0 ms) 5: [ RUN ] cuda.resize_exec_space 5: [ OK ] cuda.resize_exec_space (0 ms) 5: [ RUN ] cuda.view_allocation_int 5: [ OK ] cuda.view_allocation_int (0 ms) 5: [ RUN ] cuda.view_allocation_exec_space_int 5: [ OK ] cuda.view_allocation_exec_space_int (0 ms) 5: [ RUN ] cuda.view_not_default_constructible 5: [ OK ] cuda.view_not_default_constructible (0 ms) 5: [----------] 90 tests from cuda (3281 ms total) 5: 5: [----------] 28 tests from cuda_uvm 5: [ RUN ] cuda_uvm.view_subview_auto_1d_left 5: [ OK ] cuda_uvm.view_subview_auto_1d_left (6 ms) 5: [ RUN ] cuda_uvm.view_subview_auto_1d_right 5: [ OK ] cuda_uvm.view_subview_auto_1d_right (4 ms) 5: [ RUN ] cuda_uvm.view_subview_auto_1d_stride 5: [ OK ] cuda_uvm.view_subview_auto_1d_stride (4 ms) 5: [ RUN ] cuda_uvm.view_subview_assign_strided 5: [ OK ] cuda_uvm.view_subview_assign_strided (4 ms) 5: [ RUN ] cuda_uvm.view_subview_left_0 5: [ OK ] cuda_uvm.view_subview_left_0 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_left_1 5: [ OK ] cuda_uvm.view_subview_left_1 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_left_2 5: [ OK ] cuda_uvm.view_subview_left_2 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_left_3 5: [ OK ] cuda_uvm.view_subview_left_3 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_right_0 5: [ OK ] cuda_uvm.view_subview_right_0 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_right_1 5: [ OK ] cuda_uvm.view_subview_right_1 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_right_3 5: [ OK ] cuda_uvm.view_subview_right_3 (0 ms) 5: [ RUN ] cuda_uvm.view_static_tests 5: [ OK ] cuda_uvm.view_static_tests (0 ms) 5: [ RUN ] cuda_uvm.view_subview_layoutleft_to_layoutleft 5: [ OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (4 ms) 5: [ RUN ] cuda_uvm.view_subview_layoutright_to_layoutright 5: [ OK ] cuda_uvm.view_subview_layoutright_to_layoutright (2 ms) 5: [ RUN ] cuda_uvm.view_subview_1d_assign 5: [ OK ] cuda_uvm.view_subview_1d_assign (5 ms) 5: [ RUN ] cuda_uvm.view_subview_1d_assign_atomic 5: [ OK ] cuda_uvm.view_subview_1d_assign_atomic (4 ms) 5: [ RUN ] cuda_uvm.view_subview_1d_assign_randomaccess 5: [ OK ] cuda_uvm.view_subview_1d_assign_randomaccess (4 ms) 5: [ RUN ] cuda_uvm.view_subview_2d_from_3d 5: [ OK ] cuda_uvm.view_subview_2d_from_3d (59 ms) 5: [ RUN ] cuda_uvm.view_subview_2d_from_3d_atomic 5: [ OK ] cuda_uvm.view_subview_2d_from_3d_atomic (57 ms) 5: [ RUN ] cuda_uvm.view_subview_2d_from_3d_randomaccess 5: [ OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (57 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_left (76 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_atomic 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (77 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (80 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_right (78 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_atomic 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (78 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (79 ms) 5: [ RUN ] cuda_uvm.view_test_unmanaged_subview_reset 5: [ OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms) 5: [ RUN ] cuda_uvm.view_subview_memory_traits_construction 5: [ OK ] cuda_uvm.view_subview_memory_traits_construction (0 ms) 5: [----------] 28 tests from cuda_uvm (691 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 126 tests from 3 test suites ran. (34260 ms total) 5: [ PASSED ] 124 tests. 5: [ SKIPPED ] 2 tests, listed below: 5: [ SKIPPED ] cuda.parallel_scan_with_reducers 5: [ SKIPPED ] cuda.team_teamvector_range 5/51 Test #5: Kokkos_CoreUnitTest_Cuda2 ........................ Passed 35.05 sec test 6 Start 6: Kokkos_CoreUnitTest_Cuda3 6: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Cuda3 6: Test timeout computed to be: 1500 49: [==========] Running 4 tests from 4 test suites. 49: [----------] Global test environment set-up. 49: [----------] 1 test from std_algorithms_reverse_team_test 49: [ RUN ] std_algorithms_reverse_team_test.test 49: [ OK ] std_algorithms_reverse_team_test.test (350 ms) 49: [----------] 1 test from std_algorithms_reverse_team_test (351 ms total) 49: 49: [----------] 1 test from std_algorithms_reverse_copy_team_test 49: [ RUN ] std_algorithms_reverse_copy_team_test.test 49: [ OK ] std_algorithms_reverse_copy_team_test.test (387 ms) 49: [----------] 1 test from std_algorithms_reverse_copy_team_test (387 ms total) 49: 49: [----------] 1 test from std_algorithms_rotate_team_test 49: [ RUN ] std_algorithms_rotate_team_test.test 6: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 6: Detected: 6 cores per node. 6: Detected: 1 MPI_ranks per node. 6: Requested: 8 threads per process. 6: [==========] Running 56 tests from 3 test suites. 6: [----------] Global test environment set-up. 6: [----------] 6 tests from cuda 6: [ RUN ] cuda.team_scratch_1_streams 49: [ OK ] std_algorithms_rotate_team_test.test (831 ms) 49: [----------] 1 test from std_algorithms_rotate_team_test (831 ms total) 49: 49: [----------] 1 test from std_algorithms_rotate_copy_team_test 49: [ RUN ] std_algorithms_rotate_copy_team_test.test 49: [ OK ] std_algorithms_rotate_copy_team_test.test (704 ms) 49: [----------] 1 test from std_algorithms_rotate_copy_team_test (704 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 4 tests from 4 test suites ran. (2275 ms total) 49: [ PASSED ] 4 tests. 49/57 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ....... Passed 4.71 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 50: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 50: Test timeout computed to be: 1500 50: [==========] Running 4 tests from 4 test suites. 50: [----------] Global test environment set-up. 50: [----------] 1 test from std_algorithms_move_team_test 50: [ RUN ] std_algorithms_move_team_test.test 50: [ OK ] std_algorithms_move_team_test.test (568 ms) 50: [----------] 1 test from std_algorithms_move_team_test (568 ms total) 50: 50: [----------] 1 test from std_algorithms_move_backward_team_test 50: [ RUN ] std_algorithms_move_backward_team_test.test 50: [ OK ] std_algorithms_move_backward_team_test.test (511 ms) 50: [----------] 1 test from std_algorithms_move_backward_team_test (511 ms total) 50: 50: [----------] 1 test from std_algorithms_shift_left_team_test 50: [ RUN ] std_algorithms_shift_left_team_test.test 50: [ OK ] std_algorithms_shift_left_team_test.test (1706 ms) 50: [----------] 1 test from std_algorithms_shift_left_team_test (1706 ms total) 50: 50: [----------] 1 test from std_algorithms_shift_right_team_test 50: [ RUN ] std_algorithms_shift_right_team_test.test 28: Test_Atomic/100000/iterations:10 3.52 s 3.50 s 10 1 4 2.44048m 1.26899m 81.1u 704.983M 1.19026M 704.983M 50: [ OK ] std_algorithms_shift_right_team_test.test (1578 ms) 50: [----------] 1 test from std_algorithms_shift_right_team_test (1578 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 4 tests from 4 test suites ran. (4365 ms total) 50: [ PASSED ] 4 tests. 50/57 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ....... Passed 6.79 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 51: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 51: Test timeout computed to be: 1500 51: [==========] Running 9 tests from 9 test suites. 51: [----------] Global test environment set-up. 51: [----------] 1 test from std_algorithms_copy_team_test 51: [ RUN ] std_algorithms_copy_team_test.test 51: [ OK ] std_algorithms_copy_team_test.test (688 ms) 51: [----------] 1 test from std_algorithms_copy_team_test (688 ms total) 51: 51: [----------] 1 test from std_algorithms_copy_n_team_test 51: [ RUN ] std_algorithms_copy_n_team_test.test 51: [ OK ] std_algorithms_copy_n_team_test.test (536 ms) 51: [----------] 1 test from std_algorithms_copy_n_team_test (536 ms total) 51: 51: [----------] 1 test from std_algorithms_copy_backward_team_test 51: [ RUN ] std_algorithms_copy_backward_team_test.test 51: [ OK ] std_algorithms_copy_backward_team_test.test (485 ms) 51: [----------] 1 test from std_algorithms_copy_backward_team_test (485 ms total) 51: 51: [----------] 1 test from std_algorithms_copy_if_team_test 51: [ RUN ] std_algorithms_copy_if_team_test.test 51: [ OK ] std_algorithms_copy_if_team_test.test (578 ms) 51: [----------] 1 test from std_algorithms_copy_if_team_test (578 ms total) 51: 51: [----------] 1 test from std_algorithms_unique_copy_team_test 51: [ RUN ] std_algorithms_unique_copy_team_test.test 51: [ OK ] std_algorithms_unique_copy_team_test.test (1179 ms) 51: [----------] 1 test from std_algorithms_unique_copy_team_test (1179 ms total) 51: 51: [----------] 1 test from std_algorithms_remove_team_test 51: [ RUN ] std_algorithms_remove_team_test.test 6: [ OK ] cuda.team_scratch_1_streams (14817 ms) 6: [ RUN ] cuda.space_access 6: [ OK ] cuda.space_access (0 ms) 6: [ RUN ] cuda.uvm 6: [ OK ] cuda.uvm (5 ms) 6: [ RUN ] cuda.impl_view_accessible 6: [ OK ] cuda.impl_view_accessible (2 ms) 6: [ RUN ] cuda.impl_view_texture 6: [ OK ] cuda.impl_view_texture (0 ms) 6: [ RUN ] cuda.view_subview_const_randomaccess 6: [ OK ] cuda.view_subview_const_randomaccess (0 ms) 6: [----------] 6 tests from cuda (14827 ms total) 6: 6: [----------] 25 tests from cuda_hostpinned 6: [ RUN ] cuda_hostpinned.impl_shared_alloc 6: [ OK ] cuda_hostpinned.impl_shared_alloc (43 ms) 6: [ RUN ] cuda_hostpinned.view_api_a 6: [ OK ] cuda_hostpinned.view_api_a (16 ms) 6: [ RUN ] cuda_hostpinned.view_api_b 6: [ OK ] cuda_hostpinned.view_api_b (11 ms) 6: [ RUN ] cuda_hostpinned.view_api_c 6: [ OK ] cuda_hostpinned.view_api_c (6 ms) 6: [ RUN ] cuda_hostpinned.view_api_d 6: [ OK ] cuda_hostpinned.view_api_d (2 ms) 6: [ RUN ] cuda_hostpinned.view_allocation_error 6: [ OK ] cuda_hostpinned.view_allocation_error (0 ms) 6: [ RUN ] cuda_hostpinned.view_remap 6: [ OK ] cuda_hostpinned.view_remap (0 ms) 6: [ RUN ] cuda_hostpinned.view_mirror_nonconst 6: [ OK ] cuda_hostpinned.view_mirror_nonconst (0 ms) 6: [ RUN ] cuda_hostpinned.view_stride_method 6: [ OK ] cuda_hostpinned.view_stride_method (0 ms) 6: [ RUN ] cuda_hostpinned.anonymous_space 6: [ OK ] cuda_hostpinned.anonymous_space (0 ms) 6: [ RUN ] cuda_hostpinned.view_overload_resolution 6: [ OK ] cuda_hostpinned.view_overload_resolution (0 ms) 6: [ RUN ] cuda_hostpinned.view_allocation_large_rank 51: [ OK ] std_algorithms_remove_team_test.test (695 ms) 51: [----------] 1 test from std_algorithms_remove_team_test (695 ms total) 51: 51: [----------] 1 test from std_algorithms_remove_if_team_test 51: [ RUN ] std_algorithms_remove_if_team_test.test 51: [ OK ] std_algorithms_remove_if_team_test.test (684 ms) 51: [----------] 1 test from std_algorithms_remove_if_team_test (684 ms total) 51: 51: [----------] 1 test from std_algorithms_remove_copy_team_test 51: [ RUN ] std_algorithms_remove_copy_team_test.test 51: [ OK ] std_algorithms_remove_copy_team_test.test (746 ms) 51: [----------] 1 test from std_algorithms_remove_copy_team_test (747 ms total) 51: 51: [----------] 1 test from std_algorithms_remove_copy_if_team_test 51: [ RUN ] std_algorithms_remove_copy_if_team_test.test 51: [ OK ] std_algorithms_remove_copy_if_team_test.test (715 ms) 51: [----------] 1 test from std_algorithms_remove_copy_if_team_test (715 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 9 tests from 9 test suites ran. (6311 ms total) 51: [ PASSED ] 9 tests. 51/57 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ....... Passed 8.77 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 52: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 52: Test timeout computed to be: 1500 52: [==========] Running 4 tests from 4 test suites. 52: [----------] Global test environment set-up. 52: [----------] 1 test from std_algorithms_unique_team_test 52: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 6: [ OK ] cuda_hostpinned.view_allocation_large_rank (5079 ms) 6: [ RUN ] cuda_hostpinned.view_shmem_size_on_device 6: [ OK ] cuda_hostpinned.view_shmem_size_on_device (0 ms) 6: [ RUN ] cuda_hostpinned.view_is_assignable 6: [ OK ] cuda_hostpinned.view_is_assignable (0 ms) 6: [ RUN ] cuda_hostpinned.view_copy_tests 6: [ OK ] cuda_hostpinned.view_copy_tests (7 ms) 6: [ RUN ] cuda_hostpinned.view_copy_tests_rank_0 6: [ OK ] cuda_hostpinned.view_copy_tests_rank_0 (0 ms) 6: [ RUN ] cuda_hostpinned.view_copy_degenerated 6: [ OK ] cuda_hostpinned.view_copy_degenerated (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping 6: [ OK ] cuda_hostpinned.view_mapping (57 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_operator 6: [ OK ] cuda_hostpinned.view_mapping_operator (4 ms) 6: [ RUN ] cuda_hostpinned.static_extent 6: [ OK ] cuda_hostpinned.static_extent (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_atomic 6: [ OK ] cuda_hostpinned.view_mapping_atomic (1 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_class_value 6: [ OK ] cuda_hostpinned.view_mapping_class_value (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_assignable 6: [ OK ] cuda_hostpinned.view_mapping_assignable (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_trivially_copyable 6: [ OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_subview 6: [ OK ] cuda_hostpinned.view_mapping_subview (1 ms) 6: [----------] 25 tests from cuda_hostpinned (5236 ms total) 6: 6: [----------] 25 tests from cuda_uvm 6: [ RUN ] cuda_uvm.impl_shared_alloc 6: [ OK ] cuda_uvm.impl_shared_alloc (72 ms) 6: [ RUN ] cuda_uvm.view_api_a 6: [ OK ] cuda_uvm.view_api_a (13 ms) 6: [ RUN ] cuda_uvm.view_api_b 6: [ OK ] cuda_uvm.view_api_b (15 ms) 6: [ RUN ] cuda_uvm.view_api_c 6: [ OK ] cuda_uvm.view_api_c (0 ms) 6: [ RUN ] cuda_uvm.view_api_d 6: [ OK ] cuda_uvm.view_api_d (3 ms) 6: [ RUN ] cuda_uvm.view_allocation_error 6: [ OK ] cuda_uvm.view_allocation_error (0 ms) 6: [ RUN ] cuda_uvm.view_remap 6: [ OK ] cuda_uvm.view_remap (2 ms) 6: [ RUN ] cuda_uvm.view_mirror_nonconst 6: [ OK ] cuda_uvm.view_mirror_nonconst (0 ms) 6: [ RUN ] cuda_uvm.view_stride_method 6: [ OK ] cuda_uvm.view_stride_method (0 ms) 6: [ RUN ] cuda_uvm.anonymous_space 6: [ OK ] cuda_uvm.anonymous_space (0 ms) 6: [ RUN ] cuda_uvm.view_overload_resolution 6: [ OK ] cuda_uvm.view_overload_resolution (0 ms) 6: [ RUN ] cuda_uvm.view_allocation_large_rank 6: [ OK ] cuda_uvm.view_allocation_large_rank (278 ms) 6: [ RUN ] cuda_uvm.view_shmem_size_on_device 6: [ OK ] cuda_uvm.view_shmem_size_on_device (3 ms) 6: [ RUN ] cuda_uvm.view_is_assignable 6: [ OK ] cuda_uvm.view_is_assignable (25 ms) 6: [ RUN ] cuda_uvm.view_copy_tests 6: [ OK ] cuda_uvm.view_copy_tests (36 ms) 6: [ RUN ] cuda_uvm.view_copy_tests_rank_0 6: [ OK ] cuda_uvm.view_copy_tests_rank_0 (12 ms) 6: [ RUN ] cuda_uvm.view_copy_degenerated 6: [ OK ] cuda_uvm.view_copy_degenerated (0 ms) 6: [ RUN ] cuda_uvm.view_mapping 6: [ OK ] cuda_uvm.view_mapping (58 ms) 6: [ RUN ] cuda_uvm.view_mapping_operator 6: [ OK ] cuda_uvm.view_mapping_operator (9 ms) 6: [ RUN ] cuda_uvm.static_extent 6: [ OK ] cuda_uvm.static_extent (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_atomic 6: [ OK ] cuda_uvm.view_mapping_atomic (2 ms) 6: [ RUN ] cuda_uvm.view_mapping_class_value 6: [ OK ] cuda_uvm.view_mapping_class_value (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_assignable 6: [ OK ] cuda_uvm.view_mapping_assignable (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_trivially_copyable 6: [ OK ] cuda_uvm.view_mapping_trivially_copyable (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_subview 6: [ OK ] cuda_uvm.view_mapping_subview (0 ms) 6: [----------] 25 tests from cuda_uvm (537 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 56 tests from 3 test suites ran. (20602 ms total) 6: [ PASSED ] 56 tests. 6/51 Test #6: Kokkos_CoreUnitTest_Cuda3 ........................ Passed 21.34 sec test 7 Start 7: Kokkos_CoreUnitTest_CudaTimingBased 7: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CudaTimingBased 7: Test timeout computed to be: 1500 52: [ OK ] std_algorithms_unique_team_test.test_default_predicate (1260 ms) 52: [----------] 1 test from std_algorithms_unique_team_test (1260 ms total) 52: 52: [----------] 1 test from std_algorithms_adjacent_difference_team_test 52: [ RUN ] std_algorithms_adjacent_difference_team_test.test 7: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 7: Detected: 6 cores per node. 7: Detected: 1 MPI_ranks per node. 7: Requested: 8 threads per process. 7: [==========] Running 2 tests from 1 test suite. 7: [----------] Global test environment set-up. 7: [----------] 2 tests from cuda 7: [ RUN ] cuda.debug_serial_execution 7: [ OK ] cuda.debug_serial_execution (12 ms) 7: [ RUN ] cuda.debug_pin_um_to_host 52: [ OK ] std_algorithms_adjacent_difference_team_test.test (1134 ms) 52: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1134 ms total) 52: 52: [----------] 1 test from std_algorithms_reduce_team_test 52: [ RUN ] std_algorithms_reduce_team_test.test 7: [ OK ] cuda.debug_pin_um_to_host (708 ms) 7: [----------] 2 tests from cuda (720 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 2 tests from 1 test suite ran. (720 ms total) 7: [ PASSED ] 2 tests. 7/51 Test #7: Kokkos_CoreUnitTest_CudaTimingBased .............. Passed 1.44 sec test 8 Start 8: Kokkos_CoreUnitTest_CudaInterOpInit 8: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpInit 8: Test timeout computed to be: 1500 8: [==========] Running 1 test from 1 test suite. 8: [----------] Global test environment set-up. 8: [----------] 1 test from cuda 8: [ RUN ] cuda.raw_cuda_interop 8: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 8: Detected: 6 cores per node. 8: Detected: 1 MPI_ranks per node. 8: Requested: 8 threads per process. 8: [ OK ] cuda.raw_cuda_interop (23 ms) 8: [----------] 1 test from cuda (23 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (23 ms total) 8: [ PASSED ] 1 test. 52: [ OK ] std_algorithms_reduce_team_test.test (919 ms) 52: [----------] 1 test from std_algorithms_reduce_team_test (919 ms total) 52: 52: [----------] 1 test from std_algorithms_transform_reduce_team_test 52: [ RUN ] std_algorithms_transform_reduce_team_test.test 8/51 Test #8: Kokkos_CoreUnitTest_CudaInterOpInit .............. Passed 0.73 sec test 9 Start 9: Kokkos_CoreUnitTest_CudaInterOpStreams 9: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreams 9: Test timeout computed to be: 1500 9: [==========] Running 1 test from 1 test suite. 9: [----------] Global test environment set-up. 9: [----------] 1 test from cuda 9: [ RUN ] cuda.raw_cuda_streams 9: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 9: Detected: 6 cores per node. 9: Detected: 1 MPI_ranks per node. 9: Requested: 8 threads per process. 9: [ OK ] cuda.raw_cuda_streams (24 ms) 9: [----------] 1 test from cuda (24 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 1 test from 1 test suite ran. (24 ms total) 9: [ PASSED ] 1 test. 9/51 Test #9: Kokkos_CoreUnitTest_CudaInterOpStreams ........... Passed 0.73 sec test 10 Start 10: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU 10: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU 10: Test timeout computed to be: 1500 10: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 10: Detected: 6 cores per node. 10: Detected: 1 MPI_ranks per node. 10: Requested: 8 threads per process. 10: [==========] Running 3 tests from 1 test suite. 10: [----------] Global test environment set-up. 10: [----------] 3 tests from cuda_multi_gpu 10: [ RUN ] cuda_multi_gpu.managed_views 10: [ OK ] cuda_multi_gpu.managed_views (2 ms) 10: [ RUN ] cuda_multi_gpu.unmanaged_views 10: [ OK ] cuda_multi_gpu.unmanaged_views (0 ms) 10: [ RUN ] cuda_multi_gpu.scratch_space 10: [ OK ] cuda_multi_gpu.scratch_space (2 ms) 10: [----------] 3 tests from cuda_multi_gpu (5 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 3 tests from 1 test suite ran. (5 ms total) 10: [ PASSED ] 3 tests. 52: [ OK ] std_algorithms_transform_reduce_team_test.test (1486 ms) 52: [----------] 1 test from std_algorithms_transform_reduce_team_test (1486 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 4 tests from 4 test suites ran. (4800 ms total) 52: [ PASSED ] 4 tests. 10/51 Test #10: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU ... Passed 0.72 sec test 11 Start 11: Kokkos_CoreUnitTest_CudaGraph 11: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CudaGraph 11: Test timeout computed to be: 1500 11: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 11: Detected: 6 cores per node. 11: Detected: 1 MPI_ranks per node. 11: Requested: 8 threads per process. 11: [==========] Running 5 tests from 1 test suite. 11: [----------] Global test environment set-up. 11: [----------] 5 tests from cuda_count_bugs 11: [ RUN ] cuda_count_bugs.launch_one 11: [ OK ] cuda_count_bugs.launch_one (1 ms) 11: [ RUN ] cuda_count_bugs.launch_one_rvalue 11: [ OK ] cuda_count_bugs.launch_one_rvalue (0 ms) 11: [ RUN ] cuda_count_bugs.launch_six 11: [ OK ] cuda_count_bugs.launch_six (0 ms) 11: [ RUN ] cuda_count_bugs.when_all_cycle 11: [ OK ] cuda_count_bugs.when_all_cycle (0 ms) 11: [ RUN ] cuda_count_bugs.zero_work_reduce 11: [ OK ] cuda_count_bugs.zero_work_reduce (0 ms) 11: [----------] 5 tests from cuda_count_bugs (2 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 5 tests from 1 test suite ran. (2 ms total) 11: [ PASSED ] 5 tests. 11: 11: YOU HAVE 1 DISABLED TEST 11: 11/51 Test #11: Kokkos_CoreUnitTest_CudaGraph .................... Passed 0.73 sec test 12 Start 12: Kokkos_CoreUnitTest_Default 12: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Default 12: Test timeout computed to be: 1500 52/57 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ....... Passed 7.23 sec test 53 Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 53: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 53: Test timeout computed to be: 1500 12: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 12: Detected: 6 cores per node. 12: Detected: 1 MPI_ranks per node. 12: Requested: 8 threads per process. 12: [==========] Running 71 tests from 41 test suites. 12: [----------] Global test environment set-up. 12: [----------] 31 tests from defaultdevicetype 12: [ RUN ] defaultdevicetype.initialization_settings 12: [ OK ] defaultdevicetype.initialization_settings (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 12: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_device_id 12: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 12: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 12: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_help 12: [ OK ] defaultdevicetype.cmd_line_args_help (17 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 12: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (8 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 12: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (32 ms) 12: [ RUN ] defaultdevicetype.env_vars_num_threads 12: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 12: [ RUN ] defaultdevicetype.env_vars_device_id 12: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 12: [ RUN ] defaultdevicetype.env_vars_disable_warnings 12: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 12: [ RUN ] defaultdevicetype.env_vars_tune_internals 12: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 12: [ RUN ] defaultdevicetype.visible_devices 12: [ OK ] defaultdevicetype.visible_devices (0 ms) 12: [ RUN ] defaultdevicetype.shared_space 12: [ OK ] defaultdevicetype.shared_space (19 ms) 12: [ RUN ] defaultdevicetype.shared_host_pinned_space 12: [ OK ] defaultdevicetype.shared_host_pinned_space (0 ms) 12: [ RUN ] defaultdevicetype.compiler_macros 12: [ OK ] defaultdevicetype.compiler_macros (0 ms) 12: [ RUN ] defaultdevicetype.half_conversion 12: [ OK ] defaultdevicetype.half_conversion (4 ms) 12: [ RUN ] defaultdevicetype.bhalf_conversion 12: [ OK ] defaultdevicetype.bhalf_conversion (0 ms) 12: [ RUN ] defaultdevicetype.half_operators 12: [ OK ] defaultdevicetype.half_operators (0 ms) 12: [ RUN ] defaultdevicetype.bhalf_operators 12: [ OK ] defaultdevicetype.bhalf_operators (0 ms) 12: [ RUN ] defaultdevicetype.host_space_access 12: [ OK ] defaultdevicetype.host_space_access (0 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_a1 12: [ OK ] defaultdevicetype.reduce_instantiation_a1 (5 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_b1 12: [ OK ] defaultdevicetype.reduce_instantiation_b1 (12 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_c1 12: [ OK ] defaultdevicetype.reduce_instantiation_c1 (5 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_a2 12: [ OK ] defaultdevicetype.reduce_instantiation_a2 (9 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_b2 12: [ OK ] defaultdevicetype.reduce_instantiation_b2 (17 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_c2 12: [ OK ] defaultdevicetype.reduce_instantiation_c2 (8 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_a3 12: [ OK ] defaultdevicetype.reduce_instantiation_a3 (11 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_b3 12: [ OK ] defaultdevicetype.reduce_instantiation_b3 (20 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_c3 12: [ OK ] defaultdevicetype.reduce_instantiation_c3 (10 ms) 12: [ RUN ] defaultdevicetype.malloc 12: [ OK ] defaultdevicetype.malloc (0 ms) 12: [----------] 31 tests from defaultdevicetype (187 ms total) 12: 12: [----------] 1 test from kokkosresize 12: [ RUN ] kokkosresize.host_space_access 12: [ OK ] kokkosresize.host_space_access (23 ms) 12: [----------] 1 test from kokkosresize (23 ms total) 12: 12: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/0.sizes 12: [ OK ] TestViewAPI/0.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/0 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/1, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/1.sizes 12: [ OK ] TestViewAPI/1.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/1 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/2, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/2.sizes 12: [ OK ] TestViewAPI/2.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/2 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/3, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/3.sizes 12: [ OK ] TestViewAPI/3.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/3 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/4, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/4.sizes 12: [ OK ] TestViewAPI/4.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/4 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/5, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/5.sizes 12: [ OK ] TestViewAPI/5.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/5 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/6, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/6.sizes 12: [ OK ] TestViewAPI/6.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/6 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/7, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/7.sizes 12: [ OK ] TestViewAPI/7.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/7 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/8, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/8.sizes 12: [ OK ] TestViewAPI/8.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/8 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/9, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/9.sizes 12: [ OK ] TestViewAPI/9.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/9 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/10, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/10.sizes 12: [ OK ] TestViewAPI/10.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/10 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/11, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/11.sizes 12: [ OK ] TestViewAPI/11.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/11 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/12, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/12.sizes 12: [ OK ] TestViewAPI/12.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/12 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/13, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/13.sizes 12: [ OK ] TestViewAPI/13.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/13 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/14, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/14.sizes 12: [ OK ] TestViewAPI/14.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/14 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/15, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/15.sizes 12: [ OK ] TestViewAPI/15.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/15 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/16, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/16.sizes 12: [ OK ] TestViewAPI/16.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/16 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/17, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/17.sizes 12: [ OK ] TestViewAPI/17.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/17 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/18, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/18.sizes 12: [ OK ] TestViewAPI/18.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/18 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/19, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/19.sizes 12: [ OK ] TestViewAPI/19.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/19 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/20, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/20.sizes 12: [ OK ] TestViewAPI/20.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/20 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/21, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/21.sizes 12: [ OK ] TestViewAPI/21.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/21 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/22, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/22.sizes 12: [ OK ] TestViewAPI/22.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/22 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/23, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/23.sizes 12: [ OK ] TestViewAPI/23.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/23 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/24, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/24.sizes 12: [ OK ] TestViewAPI/24.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/24 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/25, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/25.sizes 12: [ OK ] TestViewAPI/25.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/25 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/26, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/26.sizes 12: [ OK ] TestViewAPI/26.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/26 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/27, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/27.sizes 12: [ OK ] TestViewAPI/27.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/27 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/28, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/28.sizes 12: [ OK ] TestViewAPI/28.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/28 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/29, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/29.sizes 12: [ OK ] TestViewAPI/29.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/29 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/30, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/30.sizes 12: [ OK ] TestViewAPI/30.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/30 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/31, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/31.sizes 12: [ OK ] TestViewAPI/31.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/31 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/32, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/32.sizes 12: [ OK ] TestViewAPI/32.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/32 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/33, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/33.sizes 12: [ OK ] TestViewAPI/33.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/33 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/34, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/34.sizes 12: [ OK ] TestViewAPI/34.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/34 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/35, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/35.sizes 12: [ OK ] TestViewAPI/35.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/35 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/36, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/36.sizes 12: [ OK ] TestViewAPI/36.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/36 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/37, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/37.sizes 12: [ OK ] TestViewAPI/37.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/37 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/38, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/38.sizes 12: [ OK ] TestViewAPI/38.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/38 (0 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 71 tests from 41 test suites ran. (212 ms total) 12: [ PASSED ] 71 tests. 12/51 Test #12: Kokkos_CoreUnitTest_Default ...................... Passed 0.93 sec test 13 Start 13: Kokkos_CoreUnitTest_LegionInitialization 13: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization 13: Test timeout computed to be: 1500 13: [==========] Running 1 test from 1 test suite. 13: [----------] Global test environment set-up. 13: [----------] 1 test from initialization 13: [ RUN ] initialization.legion_initialization 13: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 13: Detected: 6 cores per node. 13: Detected: 1 MPI_ranks per node. 13: Requested: 8 threads per process. 13: [ OK ] initialization.legion_initialization (23 ms) 13: [----------] 1 test from initialization (23 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 1 test from 1 test suite ran. (23 ms total) 13: [ PASSED ] 1 test. 13/51 Test #13: Kokkos_CoreUnitTest_LegionInitialization ......... Passed 0.73 sec test 14 Start 14: Kokkos_CoreUnitTest_PushFinalizeHook 14: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook 14: Test timeout computed to be: 1500 53: [==========] Running 18 tests from 5 test suites. 53: [----------] Global test environment set-up. 53: [----------] 2 tests from std_algorithms_is_sorted_team_test 53: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted 14: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 14: Detected: 6 cores per node. 14: Detected: 1 MPI_ranks per node. 14: Requested: 8 threads per process. 14: SUCCESS 53: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (590 ms) 53: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 14/51 Test #14: Kokkos_CoreUnitTest_PushFinalizeHook ............. Passed 0.72 sec test 15 Start 15: Kokkos_CoreUnitTest_Develop 15: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Develop 15: Test timeout computed to be: 1500 15: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 15: Detected: 6 cores per node. 15: Detected: 1 MPI_ranks per node. 15: Requested: 8 threads per process. 15: [==========] Running 1 test from 1 test suite. 15: [----------] Global test environment set-up. 15: [----------] 1 test from defaultdevicetype 15: [ RUN ] defaultdevicetype.development_test 15: [ OK ] defaultdevicetype.development_test (0 ms) 15: [----------] 1 test from defaultdevicetype (0 ms total) 15: 15: [----------] Global test environment tear-down 15: [==========] 1 test from 1 test suite ran. (0 ms total) 15: [ PASSED ] 1 test. 15/51 Test #15: Kokkos_CoreUnitTest_Develop ...................... Passed 0.71 sec test 16 Start 16: Kokkos_CoreUnitTest_KokkosP 16: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 16: Test timeout computed to be: 1500 16: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 16: Detected: 6 cores per node. 16: Detected: 1 MPI_ranks per node. 16: Requested: 8 threads per process. 53: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1364 ms) 53: [----------] 2 tests from std_algorithms_is_sorted_team_test (1955 ms total) 53: 53: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 53: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 16: [==========] Running 28 tests from 2 test suites. 16: [----------] Global test environment set-up. 16: [----------] 26 tests from kokkosp 16: [ RUN ] kokkosp.test_named_instance_fence 16: Ref: 33554433 16: Ref: named_instance 16: 33554433 16: named_instance 16: [ OK ] kokkosp.test_named_instance_fence (0 ms) 16: [ RUN ] kokkosp.test_unnamed_instance_fence 16: Ref: 33554433 16: Ref: Unnamed Instance Fence 16: 33554433 16: Kokkos::Cuda::fence(): Unnamed Instance Fence 16: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 16: [ RUN ] kokkosp.test_named_global_fence 16: Ref: 33554432 16: Ref: test global fence 16: 16777216 16: test global fence 16: Miss on id 16: 33554432 16: test global fence 16: [ OK ] kokkosp.test_named_global_fence (0 ms) 16: [ RUN ] kokkosp.test_unnamed_global_fence 16: Ref: 33554432 16: Ref: Unnamed Global Fence 16: 16777216 16: Kokkos::fence: Unnamed Global Fence 16: Miss on id 16: 33554432 16: Kokkos::fence: Unnamed Global Fence 16: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 16: [ RUN ] kokkosp.test_multiple_default_instances 16: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 16: [ RUN ] kokkosp.test_id_gen 16: [ OK ] kokkosp.test_id_gen (0 ms) 16: [ RUN ] kokkosp.test_kernel_sequence 16: Ref: 33554433 16: Ref: named_instance 16: 33554433 16: named_instance 16: Ref: 33554433 16: Ref: test_kernel 16: 33554433 16: named_instance 16: Miss on name 16: 16777216 16: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 16: Miss on name 16: Miss on id 16: 33554432 16: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence 16: Miss on name 16: Miss on id 16: 33554433 16: test_kernel 16: [ OK ] kokkosp.test_kernel_sequence (2 ms) 16: [ RUN ] kokkosp.test_streams 16: [ OK ] kokkosp.test_streams (0 ms) 16: [ RUN ] kokkosp.async_deep_copy 16: [ OK ] kokkosp.async_deep_copy (0 ms) 16: [ RUN ] kokkosp.parallel_for 16: [ OK ] kokkosp.parallel_for (0 ms) 16: [ RUN ] kokkosp.parallel_reduce 16: [ OK ] kokkosp.parallel_reduce (0 ms) 16: [ RUN ] kokkosp.parallel_scan 16: [ OK ] kokkosp.parallel_scan (3 ms) 16: [ RUN ] kokkosp.parallel_scan_no_fence 16: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 16: [ RUN ] kokkosp.parallel_scan_no_fence_view 16: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 16: [ RUN ] kokkosp.regions 16: [ OK ] kokkosp.regions (0 ms) 16: [ RUN ] kokkosp.fences 16: [ OK ] kokkosp.fences (0 ms) 16: [ RUN ] kokkosp.raw_allocation 16: [ OK ] kokkosp.raw_allocation (0 ms) 16: [ RUN ] kokkosp.view 16: [ OK ] kokkosp.view (0 ms) 16: [ RUN ] kokkosp.sections 16: [ OK ] kokkosp.sections (0 ms) 16: [ RUN ] kokkosp.metadata 16: [ OK ] kokkosp.metadata (0 ms) 16: [ RUN ] kokkosp.profile_events 16: [ OK ] kokkosp.profile_events (0 ms) 16: [ RUN ] kokkosp.no_init_kernel 16: [ OK ] kokkosp.no_init_kernel (0 ms) 16: [ RUN ] kokkosp.get_events 16: [ OK ] kokkosp.get_events (0 ms) 16: [ RUN ] kokkosp.create_mirror_no_init 16: [ OK ] kokkosp.create_mirror_no_init (0 ms) 16: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 16: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 16: [ RUN ] kokkosp.create_mirror_view_and_copy 16: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 16: [----------] 26 tests from kokkosp (7 ms total) 16: 16: [----------] 2 tests from defaultdevicetype 16: [ RUN ] defaultdevicetype.profiling_section 16: [ OK ] defaultdevicetype.profiling_section (0 ms) 16: [ RUN ] defaultdevicetype.scoped_profile_region 16: [ OK ] defaultdevicetype.scoped_profile_region (0 ms) 16: [----------] 2 tests from defaultdevicetype (0 ms total) 16: 16: [----------] Global test environment tear-down 16: [==========] 28 tests from 2 test suites ran. (7 ms total) 16: [ PASSED ] 28 tests. 53: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (28 ms) 53: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 53: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (31 ms) 53: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 16/51 Test #16: Kokkos_CoreUnitTest_KokkosP ...................... Passed 0.72 sec test 17 Start 17: Kokkos_CoreUnitTest_ToolIndependence 17: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence 17: Test timeout computed to be: 1500 17/51 Test #17: Kokkos_CoreUnitTest_ToolIndependence ............. Passed 0.68 sec test 18 Start 18: Kokkos_ProfilingTestLibraryLoadHelp 18: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" 18: Environment variables: 18: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/libkokkosprinter-tool.so 18: Test timeout computed to be: 1500 18: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 18: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 18: Detected: 6 cores per node. 18: Detected: 1 MPI_ranks per node. 18: Requested: 8 threads per process. 18: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 53: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1292 ms) 53: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 18/51 Test #18: Kokkos_ProfilingTestLibraryLoadHelp .............. Passed 0.73 sec test 19 Start 19: Kokkos_ProfilingTestLibraryCmdLineHelp 19: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/libkokkosprinter-tool.so" 19: Test timeout computed to be: 1500 19: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 19: Detected: 6 cores per node. 19: Detected: 1 MPI_ranks per node. 19: Requested: 8 threads per process. 53: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (762 ms) 53: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2115 ms total) 53: 53: [----------] 4 tests from std_algorithms_is_partitioned_team_test 53: [ RUN ] std_algorithms_is_partitioned_team_test.empty 53: [ OK ] std_algorithms_is_partitioned_team_test.empty (14 ms) 53: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 19: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library:: 19/51 Test #19: Kokkos_ProfilingTestLibraryCmdLineHelp ........... Passed 0.73 sec test 20 Start 20: Kokkos_ProfilingTestLibraryLoad 20: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit"" 20: Environment variables: 20: KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/libkokkosprinter-tool.so 20: Test timeout computed to be: 1500 53: [ OK ] std_algorithms_is_partitioned_team_test.all_true (366 ms) 53: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 20: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize(). 20: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 20: Detected: 6 cores per node. 20: Detected: 1 MPI_ranks per node. 20: Requested: 8 threads per process. 20: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos4CudaE::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_NVHPC:230700::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:pgi::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:yes::kokkosp_declare_metadata:Kokkos Version:4.3.99::kokkosp_allocate_data:Host:source:0x1313f40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x13140c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1314140:Host:source:0x1313fc0:40::kokkosp_end_deep_copy::kokkosp_begin_parallel_for:parallel_for:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_parallel_reduce:parallel_reduce:16777217:1::kokkosp_end_parallel_reduce:1::kokkosp_begin_parallel_scan:parallel_scan:16777217:2::kokkosp_end_parallel_scan:2::kokkosp_push_profile_region:push_region::kokkosp_pop_profile_region::kokkosp_create_profile_section:created_section:3::kokkosp_start_profile_section:3::kokkosp_stop_profile_section:3::kokkosp_destroy_profile_section:3::kokkosp_profile_event:profiling_event::kokkosp_declare_metadata:dogs:good::kokkosp_deallocate_data:Host:destination:0x13140c0:40::kokkosp_deallocate_data:Host:source:0x1313f40:40::kokkosp_finalize_library:: 53: [ OK ] std_algorithms_is_partitioned_team_test.all_false (371 ms) 53: [ RUN ] std_algorithms_is_partitioned_team_test.random 53: [ OK ] std_algorithms_is_partitioned_team_test.random (315 ms) 53: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1068 ms total) 53: 53: [----------] 4 tests from std_algorithms_partition_copy_team_test 53: [ RUN ] std_algorithms_partition_copy_team_test.empty 53: [ OK ] std_algorithms_partition_copy_team_test.empty (18 ms) 53: [ RUN ] std_algorithms_partition_copy_team_test.all_true 20/51 Test #20: Kokkos_ProfilingTestLibraryLoad .................. Passed 0.73 sec test 21 Start 21: Kokkos_ProfilingTestLibraryCmdLine 21: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/libkokkosprinter-tool.so" 21: Test timeout computed to be: 1500 21: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 21: Detected: 6 cores per node. 21: Detected: 1 MPI_ranks per node. 21: Requested: 8 threads per process. 21: kokkosp_init_library::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_parse_args:4:Kokkos_ProfilingAllCalls:-c:test:delimit::kokkosp_declare_metadata:CPU architecture:none::kokkosp_declare_metadata:Default Device:N6Kokkos4CudaE::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_NVHPC:230700::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:pgi::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:yes::kokkosp_declare_metadata:Kokkos Version:4.3.99::kokkosp_allocate_data:Host:source:0x1313f40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x13140c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1314140:Host:source:0x1313fc0:40::kokkosp_end_deep_copy::kokkosp_begin_parallel_for:parallel_for:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_parallel_reduce:parallel_reduce:16777217:1::kokkosp_end_parallel_reduce:1::kokkosp_begin_parallel_scan:parallel_scan:16777217:2::kokkosp_end_parallel_scan:2::kokkosp_push_profile_region:push_region::kokkosp_pop_profile_region::kokkosp_create_profile_section:created_section:3::kokkosp_start_profile_section:3::kokkosp_stop_profile_section:3::kokkosp_destroy_profile_section:3::kokkosp_profile_event:profiling_event::kokkosp_declare_metadata:dogs:good::kokkosp_deallocate_data:Host:destination:0x13140c0:40::kokkosp_deallocate_data:Host:source:0x1313f40:40::kokkosp_finalize_library:: 21/51 Test #21: Kokkos_ProfilingTestLibraryCmdLine ............... Passed 0.73 sec test 22 Start 22: Kokkos_CoreUnitTest_StackTraceTest 22: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec 22: Test timeout computed to be: 1500 53: [ OK ] std_algorithms_partition_copy_team_test.all_true (723 ms) 53: [ RUN ] std_algorithms_partition_copy_team_test.all_false 22: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 22: Detected: 6 cores per node. 22: Detected: 1 MPI_ranks per node. 22: Requested: 8 threads per process. 22: [==========] Running 3 tests from 2 test suites. 22: [----------] Global test environment set-up. 22: [----------] 2 tests from defaultdevicetype_DeathTest 22: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 22: 22: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 22: Top of f1 22: Top of f0 22: Top of f0 22: test_f1: 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1713] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a6bc] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x445fe6] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x14e) [0x44498e] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e043] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x45768f] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4599df] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ad07] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46d827] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x490e83] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45c0ce] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x4438f5] 22: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff4109083] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x44311e] 22: 22: demangled test_f1: 22: [0x4e1713] Kokkos::Impl::save_stacktrace() 22: [0x44a6bc] Test::stacktrace_test_f1(std::ostream&) 22: [0x445fe6] Test::test_stacktrace(bool, bool) 22: [0x44498e] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 22: [0x48e043] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 22: [0x45768f] testing::Test::Run() 22: [0x4599df] testing::TestInfo::Run() 22: [0x45ad07] testing::TestSuite::Run() 22: [0x46d827] testing::internal::UnitTestImpl::RunAllTests() 22: [0x490e83] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 22: [0x45c0ce] testing::UnitTest::Run() 22: [0x4438f5] main 22: [0x7ffff4109083] __libc_start_main 22: [0x44311e] _start 22: 22: Top of f3 22: Top of f3 22: Top of f3 22: Top of f3 22: Top of f3 22: Top of f1 22: Top of f0 22: Top of f0 22: StackTrace f3(std::cout, 4) returned: 110 22: test_f3: 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1713] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a6bc] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x44bc32] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x446f4d] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x14e) [0x44498e] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e043] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x45768f] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4599df] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ad07] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46d827] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x490e83] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45c0ce] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x4438f5] 22: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff4109083] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x44311e] 22: 22: demangled test_f3: 22: [0x4e1713] Kokkos::Impl::save_stacktrace() 22: [0x44a6bc] Test::stacktrace_test_f1(std::ostream&) 22: [0x44bc32] Test::stacktrace_test_f3(std::ostream&, int) 22: [0x446f4d] Test::test_stacktrace(bool, bool) 22: [0x44498e] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 22: [0x48e043] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 22: [0x45768f] testing::Test::Run() 22: [0x4599df] testing::TestInfo::Run() 22: [0x45ad07] testing::TestSuite::Run() 22: [0x46d827] testing::internal::UnitTestImpl::RunAllTests() 22: [0x490e83] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 22: [0x45c0ce] testing::UnitTest::Run() 22: [0x4438f5] main 22: [0x7ffff4109083] __libc_start_main 22: [0x44311e] _start 22: 22: Test setting std::terminate handler that prints the last saved stack trace 53: [ OK ] std_algorithms_partition_copy_team_test.all_false (721 ms) 53: [ RUN ] std_algorithms_partition_copy_team_test.random 22: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (371 ms) 22: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 22: 22: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 22: Top of f1 22: Top of f0 22: Top of f0 22: test_f1: 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1713] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a6bc] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x445fe6] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x14b) [0x444d0b] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e043] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x45768f] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4599df] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ad07] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46d827] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x490e83] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45c0ce] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x4438f5] 22: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff4109083] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x44311e] 22: 22: demangled test_f1: 22: [0x4e1713] Kokkos::Impl::save_stacktrace() 22: [0x44a6bc] Test::stacktrace_test_f1(std::ostream&) 22: [0x445fe6] Test::test_stacktrace(bool, bool) 22: [0x444d0b] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 22: [0x48e043] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 22: [0x45768f] testing::Test::Run() 22: [0x4599df] testing::TestInfo::Run() 22: [0x45ad07] testing::TestSuite::Run() 22: [0x46d827] testing::internal::UnitTestImpl::RunAllTests() 22: [0x490e83] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 22: [0x45c0ce] testing::UnitTest::Run() 22: [0x4438f5] main 22: [0x7ffff4109083] __libc_start_main 22: [0x44311e] _start 22: 22: Top of f3 22: Top of f3 22: Top of f3 22: Top of f3 22: Top of f3 22: Top of f1 22: Top of f0 22: Top of f0 22: StackTrace f3(std::cout, 4) returned: 110 22: test_f3: 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1713] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a6bc] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x44bc32] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x446f4d] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x14b) [0x444d0b] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e043] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x45768f] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4599df] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ad07] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46d827] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x490e83] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45c0ce] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x4438f5] 22: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff4109083] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x44311e] 22: 22: demangled test_f3: 22: [0x4e1713] Kokkos::Impl::save_stacktrace() 22: [0x44a6bc] Test::stacktrace_test_f1(std::ostream&) 22: [0x44bc32] Test::stacktrace_test_f3(std::ostream&, int) 22: [0x446f4d] Test::test_stacktrace(bool, bool) 22: [0x444d0b] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 22: [0x48e043] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 22: [0x45768f] testing::Test::Run() 22: [0x4599df] testing::TestInfo::Run() 22: [0x45ad07] testing::TestSuite::Run() 22: [0x46d827] testing::internal::UnitTestImpl::RunAllTests() 22: [0x490e83] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 22: [0x45c0ce] testing::UnitTest::Run() 22: [0x4438f5] main 22: [0x7ffff4109083] __libc_start_main 22: [0x44311e] _start 22: 22: Test setting std::terminate handler that prints the last saved stack trace 22: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (373 ms) 22: [----------] 2 tests from defaultdevicetype_DeathTest (745 ms total) 22: 22: [----------] 1 test from defaultdevicetype 22: [ RUN ] defaultdevicetype.stacktrace_normal 22: Top of f1 22: Top of f0 22: Top of f0 22: test_f1: 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1713] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a6bc] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x445fe6] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e043] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x45768f] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4599df] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ad07] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46d827] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x490e83] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45c0ce] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x4438f5] 22: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff4109083] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x44311e] 22: 22: demangled test_f1: 22: [0x4e1713] Kokkos::Impl::save_stacktrace() 22: [0x44a6bc] Test::stacktrace_test_f1(std::ostream&) 22: [0x445fe6] Test::test_stacktrace(bool, bool) 22: [0x48e043] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 22: [0x45768f] testing::Test::Run() 22: [0x4599df] testing::TestInfo::Run() 22: [0x45ad07] testing::TestSuite::Run() 22: [0x46d827] testing::internal::UnitTestImpl::RunAllTests() 22: [0x490e83] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 22: [0x45c0ce] testing::UnitTest::Run() 22: [0x4438f5] main 22: [0x7ffff4109083] __libc_start_main 22: [0x44311e] _start 22: 22: Top of f3 22: Top of f3 22: Top of f3 22: Top of f3 22: Top of f3 22: Top of f1 22: Top of f0 22: Top of f0 22: StackTrace f3(std::cout, 4) returned: 110 22: test_f3: 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1713] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a6bc] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x44bc32] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x446f4d] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e043] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x45768f] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4599df] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ad07] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46d827] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x490e83] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45c0ce] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x4438f5] 22: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff4109083] 22: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x44311e] 22: 22: demangled test_f3: 22: [0x4e1713] Kokkos::Impl::save_stacktrace() 22: [0x44a6bc] Test::stacktrace_test_f1(std::ostream&) 22: [0x44bc32] Test::stacktrace_test_f3(std::ostream&, int) 22: [0x446f4d] Test::test_stacktrace(bool, bool) 22: [0x48e043] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 22: [0x45768f] testing::Test::Run() 22: [0x4599df] testing::TestInfo::Run() 22: [0x45ad07] testing::TestSuite::Run() 22: [0x46d827] testing::internal::UnitTestImpl::RunAllTests() 22: [0x490e83] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 22: [0x45c0ce] testing::UnitTest::Run() 22: [0x4438f5] main 22: [0x7ffff4109083] __libc_start_main 22: [0x44311e] _start 22: 22: Test setting std::terminate handler that prints the last saved stack trace 22: [ OK ] defaultdevicetype.stacktrace_normal (1 ms) 22: [----------] 1 test from defaultdevicetype (1 ms total) 22: 22: [----------] Global test environment tear-down 22: [==========] 3 tests from 2 test suites ran. (746 ms total) 22: [ PASSED ] 3 tests. 22/51 Test #22: Kokkos_CoreUnitTest_StackTraceTest ............... Passed 1.46 sec test 23 Start 23: Kokkos_IncrementalTest_OPENMP 23: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_IncrementalTest_OPENMP 23: Test timeout computed to be: 1500 53: [ OK ] std_algorithms_partition_copy_team_test.random (645 ms) 53: [----------] 4 tests from std_algorithms_partition_copy_team_test (2109 ms total) 53: 53: [----------] 4 tests from std_algorithms_partition_point_team_test 53: [ RUN ] std_algorithms_partition_point_team_test.empty 53: [ OK ] std_algorithms_partition_point_team_test.empty (14 ms) 53: [ RUN ] std_algorithms_partition_point_team_test.all_true 53: [ OK ] std_algorithms_partition_point_team_test.all_true (248 ms) 53: [ RUN ] std_algorithms_partition_point_team_test.all_false 23: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 23: Detected: 6 cores per node. 23: Detected: 1 MPI_ranks per node. 23: Requested: 8 threads per process. 23: [==========] Running 28 tests from 1 test suite. 23: [----------] Global test environment set-up. 23: [----------] 28 tests from OPENMP 23: [ RUN ] OPENMP.IncrTest_01_execspace_typedef 23: [ OK ] OPENMP.IncrTest_01_execspace_typedef (0 ms) 23: [ RUN ] OPENMP.IncrTest_01_execspace 23: Host Parallel Execution Space: 23: KOKKOS_ENABLE_OPENMP: yes 23: 23: OpenMP Runtime Configuration: 23: Kokkos::OpenMP thread_pool_topology[ 1 x 8 x 1 ] 23: OpenMP 23: [ OK ] OPENMP.IncrTest_01_execspace (0 ms) 23: [ RUN ] OPENMP.IncrTest_02_AtomicExchange 23: [ OK ] OPENMP.IncrTest_02_AtomicExchange (0 ms) 23: [ RUN ] OPENMP.IncrTest_02_AtomicAdd 23: [ OK ] OPENMP.IncrTest_02_AtomicAdd (0 ms) 23: [ RUN ] OPENMP.IncrTest_02_AtomicSub 23: [ OK ] OPENMP.IncrTest_02_AtomicSub (0 ms) 23: [ RUN ] OPENMP.IncrTest_03a_memspace_malloc 23: [ OK ] OPENMP.IncrTest_03a_memspace_malloc (0 ms) 23: [ RUN ] OPENMP.IncrTest_03b_memspace_free 53: [ OK ] std_algorithms_partition_point_team_test.all_false (248 ms) 53: [ RUN ] std_algorithms_partition_point_team_test.random 23: [ OK ] OPENMP.IncrTest_03b_memspace_free (134 ms) 23: [ RUN ] OPENMP.IncrTest_04_simple_parallelFor 23: [ OK ] OPENMP.IncrTest_04_simple_parallelFor (0 ms) 23: [ RUN ] OPENMP.IncrTest_04_RangePolicy_parallelFor 23: [ OK ] OPENMP.IncrTest_04_RangePolicy_parallelFor (0 ms) 23: [ RUN ] OPENMP.IncrTest_05_reduction 23: [ OK ] OPENMP.IncrTest_05_reduction (4 ms) 23: [ RUN ] OPENMP.IncrTest_06_mdrange2D 23: [ OK ] OPENMP.IncrTest_06_mdrange2D (0 ms) 23: [ RUN ] OPENMP.IncrTest_06_mdrange3D 23: [ OK ] OPENMP.IncrTest_06_mdrange3D (0 ms) 23: [ RUN ] OPENMP.IncrTest_06_mdrange4D 23: [ OK ] OPENMP.IncrTest_06_mdrange4D (0 ms) 23: [ RUN ] OPENMP.IncrTest_08_deep_copy_2D 23: [ OK ] OPENMP.IncrTest_08_deep_copy_2D (0 ms) 23: [ RUN ] OPENMP.IncrTest_08_deep_copy_3D 23: [ OK ] OPENMP.IncrTest_08_deep_copy_3D (0 ms) 23: [ RUN ] OPENMP.IncrTest_08_deep_copy_4D 23: [ OK ] OPENMP.IncrTest_08_deep_copy_4D (0 ms) 23: [ RUN ] OPENMP.IncrTest_10_Hierarchical_Basics 23: [ OK ] OPENMP.IncrTest_10_Hierarchical_Basics (0 ms) 23: [ RUN ] OPENMP.IncrTest_11a_Hierarchical_ForLoop 23: [ OK ] OPENMP.IncrTest_11a_Hierarchical_ForLoop (0 ms) 23: [ RUN ] OPENMP.IncrTest_11b_Hierarchical_ForLoop 23: [ OK ] OPENMP.IncrTest_11b_Hierarchical_ForLoop (0 ms) 23: [ RUN ] OPENMP.IncrTest_11c_Hierarchical_ForLoop 23: [ OK ] OPENMP.IncrTest_11c_Hierarchical_ForLoop (147 ms) 23: [ RUN ] OPENMP.IncrTest_12a_ThreadScratch 23: [ OK ] OPENMP.IncrTest_12a_ThreadScratch (0 ms) 23: [ RUN ] OPENMP.IncrTest_12b_TeamScratch 23: [ OK ] OPENMP.IncrTest_12b_TeamScratch (2 ms) 23: [ RUN ] OPENMP.IncrTest_13a_Hierarchical_Red 23: [ OK ] OPENMP.IncrTest_13a_Hierarchical_Red (0 ms) 23: [ RUN ] OPENMP.IncrTest_13b_Hierarchical_Red 23: [ OK ] OPENMP.IncrTest_13b_Hierarchical_Red (0 ms) 23: [ RUN ] OPENMP.IncrTest_13c_Hierarchical_Red 23: [ OK ] OPENMP.IncrTest_13c_Hierarchical_Red (0 ms) 23: [ RUN ] OPENMP.incr_14_MDrangeReduce 23: [ OK ] OPENMP.incr_14_MDrangeReduce (0 ms) 23: [ RUN ] OPENMP.IncrTest_16_parallelscan 53: [ OK ] std_algorithms_partition_point_team_test.random (193 ms) 53: [----------] 4 tests from std_algorithms_partition_point_team_test (704 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 18 tests from 5 test suites ran. (7953 ms total) 53: [ PASSED ] 18 tests. 23: [ OK ] OPENMP.IncrTest_16_parallelscan (0 ms) 23: [ RUN ] OPENMP.incr_17_atomicView 23: [ OK ] OPENMP.incr_17_atomicView (0 ms) 23: [----------] 28 tests from OPENMP (292 ms total) 23: 23: [----------] Global test environment tear-down 23: [==========] 28 tests from 1 test suite ran. (292 ms total) 23: [ PASSED ] 28 tests. 23/51 Test #23: Kokkos_IncrementalTest_OPENMP .................... Passed 1.01 sec test 24 Start 24: Kokkos_IncrementalTest_CUDA 24: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_IncrementalTest_CUDA 24: Test timeout computed to be: 1500 24: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 24: Detected: 6 cores per node. 24: Detected: 1 MPI_ranks per node. 24: Requested: 8 threads per process. 24: [==========] Running 28 tests from 1 test suite. 24: [----------] Global test environment set-up. 24: [----------] 28 tests from CUDA 24: [ RUN ] CUDA.IncrTest_01_execspace_typedef 24: [ OK ] CUDA.IncrTest_01_execspace_typedef (0 ms) 24: [ RUN ] CUDA.IncrTest_01_execspace 24: Device Execution Space: 24: KOKKOS_ENABLE_CUDA: yes 24: Cuda Options: 24: KOKKOS_ENABLE_CUDA_LAMBDA: yes 24: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 24: KOKKOS_ENABLE_CUDA_UVM: no 24: KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA: yes 24: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes 24: 24: Cuda Runtime Configuration: 24: macro KOKKOS_ENABLE_CUDA : defined 24: macro CUDA_VERSION = 12020 = version 12.2 24: Kokkos::Cuda[ 0 ] Tesla V100S-PCIE-32GB capability 7.0, Total Global Memory: 31.73 G, Shared Memory per Block: 48 K : Selected 24: Cuda 24: [ OK ] CUDA.IncrTest_01_execspace (0 ms) 24: [ RUN ] CUDA.IncrTest_02_AtomicExchange 24: [ OK ] CUDA.IncrTest_02_AtomicExchange (0 ms) 24: [ RUN ] CUDA.IncrTest_02_AtomicAdd 24: [ OK ] CUDA.IncrTest_02_AtomicAdd (0 ms) 24: [ RUN ] CUDA.IncrTest_02_AtomicSub 24: [ OK ] CUDA.IncrTest_02_AtomicSub (0 ms) 24: [ RUN ] CUDA.IncrTest_03a_memspace_malloc 24: [ OK ] CUDA.IncrTest_03a_memspace_malloc (0 ms) 24: [ RUN ] CUDA.IncrTest_03b_memspace_free 53/57 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ....... Passed 10.41 sec test 54 Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 54: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 54: Test timeout computed to be: 1500 54: [==========] Running 5 tests from 4 test suites. 54: [----------] Global test environment set-up. 54: [----------] 2 tests from std_algorithms_transform_team_test 54: [ RUN ] std_algorithms_transform_team_test.test_unary_op 24: [ OK ] CUDA.IncrTest_03b_memspace_free (2359 ms) 24: [ RUN ] CUDA.IncrTest_04_simple_parallelFor 24: [ OK ] CUDA.IncrTest_04_simple_parallelFor (0 ms) 24: [ RUN ] CUDA.IncrTest_04_RangePolicy_parallelFor 24: [ OK ] CUDA.IncrTest_04_RangePolicy_parallelFor (0 ms) 24: [ RUN ] CUDA.IncrTest_05_reduction 24: [ OK ] CUDA.IncrTest_05_reduction (4 ms) 24: [ RUN ] CUDA.IncrTest_06_mdrange2D 24: [ OK ] CUDA.IncrTest_06_mdrange2D (0 ms) 24: [ RUN ] CUDA.IncrTest_06_mdrange3D 24: [ OK ] CUDA.IncrTest_06_mdrange3D (0 ms) 24: [ RUN ] CUDA.IncrTest_06_mdrange4D 24: [ OK ] CUDA.IncrTest_06_mdrange4D (0 ms) 24: [ RUN ] CUDA.IncrTest_08_deep_copy_2D 24: [ OK ] CUDA.IncrTest_08_deep_copy_2D (1 ms) 24: [ RUN ] CUDA.IncrTest_08_deep_copy_3D 24: [ OK ] CUDA.IncrTest_08_deep_copy_3D (0 ms) 24: [ RUN ] CUDA.IncrTest_08_deep_copy_4D 24: [ OK ] CUDA.IncrTest_08_deep_copy_4D (0 ms) 24: [ RUN ] CUDA.IncrTest_10_Hierarchical_Basics 24: [ OK ] CUDA.IncrTest_10_Hierarchical_Basics (0 ms) 24: [ RUN ] CUDA.IncrTest_11a_Hierarchical_ForLoop 24: [ OK ] CUDA.IncrTest_11a_Hierarchical_ForLoop (1 ms) 24: [ RUN ] CUDA.IncrTest_11b_Hierarchical_ForLoop 24: [ OK ] CUDA.IncrTest_11b_Hierarchical_ForLoop (1 ms) 24: [ RUN ] CUDA.IncrTest_11c_Hierarchical_ForLoop 54: [ OK ] std_algorithms_transform_team_test.test_unary_op (964 ms) 54: [ RUN ] std_algorithms_transform_team_test.test_binary_op 24: [ OK ] CUDA.IncrTest_11c_Hierarchical_ForLoop (321 ms) 24: [ RUN ] CUDA.IncrTest_12a_ThreadScratch 24: [ OK ] CUDA.IncrTest_12a_ThreadScratch (2 ms) 24: [ RUN ] CUDA.IncrTest_12b_TeamScratch 24: [ OK ] CUDA.IncrTest_12b_TeamScratch (1 ms) 24: [ RUN ] CUDA.IncrTest_13a_Hierarchical_Red 24: [ OK ] CUDA.IncrTest_13a_Hierarchical_Red (0 ms) 24: [ RUN ] CUDA.IncrTest_13b_Hierarchical_Red 24: [ OK ] CUDA.IncrTest_13b_Hierarchical_Red (0 ms) 24: [ RUN ] CUDA.IncrTest_13c_Hierarchical_Red 24: [ OK ] CUDA.IncrTest_13c_Hierarchical_Red (0 ms) 24: [ RUN ] CUDA.incr_14_MDrangeReduce 24: [ OK ] CUDA.incr_14_MDrangeReduce (1 ms) 24: [ RUN ] CUDA.IncrTest_16_parallelscan 24: [ OK ] CUDA.IncrTest_16_parallelscan (7 ms) 24: [ RUN ] CUDA.incr_17_atomicView 24: [ OK ] CUDA.incr_17_atomicView (0 ms) 24: [----------] 28 tests from CUDA (2708 ms total) 24: 24: [----------] Global test environment tear-down 24: [==========] 28 tests from 1 test suite ran. (2708 ms total) 24: [ PASSED ] 28 tests. 24/51 Test #24: Kokkos_IncrementalTest_CUDA ...................... Passed 3.42 sec test 25 Start 25: Kokkos_CoreUnitTest_CTestDevice 25: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 25: Test timeout computed to be: 1500 54: [ OK ] std_algorithms_transform_team_test.test_binary_op (815 ms) 54: [----------] 2 tests from std_algorithms_transform_team_test (1779 ms total) 54: 54: [----------] 1 test from std_algorithms_generate_team_test 54: [ RUN ] std_algorithms_generate_team_test.test_unary_op 25: [==========] Running 8 tests from 1 test suite. 25: [----------] Global test environment set-up. 25: [----------] 8 tests from ctest_environment 25: [ RUN ] ctest_environment.no_device_type 25: [ OK ] ctest_environment.no_device_type (0 ms) 25: [ RUN ] ctest_environment.no_process_count 25: [ OK ] ctest_environment.no_process_count (0 ms) 25: [ RUN ] ctest_environment.invalid_rank 25: [ OK ] ctest_environment.invalid_rank (0 ms) 25: [ RUN ] ctest_environment.no_type_str 25: [ OK ] ctest_environment.no_type_str (0 ms) 25: [ RUN ] ctest_environment.missing_type 25: [ OK ] ctest_environment.missing_type (0 ms) 25: [ RUN ] ctest_environment.no_id_str 25: [ OK ] ctest_environment.no_id_str (0 ms) 25: [ RUN ] ctest_environment.invalid_id_str 25: [ OK ] ctest_environment.invalid_id_str (0 ms) 25: [ RUN ] ctest_environment.good 25: [ OK ] ctest_environment.good (0 ms) 25: [----------] 8 tests from ctest_environment (0 ms total) 25: 25: [----------] Global test environment tear-down 25: [==========] 8 tests from 1 test suite ran. (0 ms total) 25: [ PASSED ] 8 tests. 25/51 Test #25: Kokkos_CoreUnitTest_CTestDevice .................. Passed 0.69 sec test 26 Start 26: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 26: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 26: Test timeout computed to be: 1500 26/51 Test #26: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ........ Passed 0.01 sec test 27 Start 27: Kokkos_ContainersUnitTest_OpenMP 27: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/containers/unit_tests/Kokkos_ContainersUnitTest_OpenMP 27: Test timeout computed to be: 1500 27: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 27: Detected: 6 cores per node. 27: Detected: 1 MPI_ranks per node. 27: Requested: 8 threads per process. 27: [==========] Running 62 tests from 1 test suite. 27: [----------] Global test environment set-up. 27: [----------] 62 tests from openmp 27: [ RUN ] openmp.bitset 27: [ OK ] openmp.bitset (676 ms) 27: [ RUN ] openmp.bitset_default_constructor_no_alloc 27: [ OK ] openmp.bitset_default_constructor_no_alloc (0 ms) 27: [ RUN ] openmp.dualview_combination 27: [ OK ] openmp.dualview_combination (0 ms) 27: [ RUN ] openmp.dualview_alloc 27: [ OK ] openmp.dualview_alloc (0 ms) 27: [ RUN ] openmp.test_dualview_copy_construction_and_assignment 27: [ OK ] openmp.test_dualview_copy_construction_and_assignment (0 ms) 27: [ RUN ] openmp.dualview_combinations_without_init 27: [ OK ] openmp.dualview_combinations_without_init (0 ms) 27: [ RUN ] openmp.dualview_deep_copy 27: [ OK ] openmp.dualview_deep_copy (0 ms) 27: [ RUN ] openmp.dualview_realloc 27: [ OK ] openmp.dualview_realloc (0 ms) 27: [ RUN ] openmp.dualview_resize 27: [ OK ] openmp.dualview_resize (0 ms) 27: [ RUN ] openmp.dualview_device_correct_kokkos_device 27: [ OK ] openmp.dualview_device_correct_kokkos_device (1 ms) 27: [ RUN ] openmp.dualview_host_correct_kokkos_device 27: [ OK ] openmp.dualview_host_correct_kokkos_device (0 ms) 27: [ RUN ] openmp.dualview_host_modify_template_device_sync 27: [ OK ] openmp.dualview_host_modify_template_device_sync (0 ms) 27: [ RUN ] openmp.dualview_host_modify_template_device_execspace_sync 27: [ OK ] openmp.dualview_host_modify_template_device_execspace_sync (0 ms) 27: [ RUN ] openmp.dualview_device_modify_template_host_sync 27: [ OK ] openmp.dualview_device_modify_template_host_sync (0 ms) 27: [ RUN ] openmp.dualview_device_modify_template_host_execspace_sync 27: [ OK ] openmp.dualview_device_modify_template_host_execspace_sync (0 ms) 27: [ RUN ] openmp.dualview_template_views_return_correct_executionspace_views 27: [ OK ] openmp.dualview_template_views_return_correct_executionspace_views (0 ms) 27: [ RUN ] openmp.dynamic_view 27: [ OK ] openmp.dynamic_view (20 ms) 27: [ RUN ] openmp.dyn_rank_view_api_generic 27: [ OK ] openmp.dyn_rank_view_api_generic (19 ms) 27: [ RUN ] openmp.dyn_rank_view_api_operator_rank12345 27: [ OK ] openmp.dyn_rank_view_api_operator_rank12345 (0 ms) 27: [ RUN ] openmp.dyn_rank_view_check_fence_resize_realloc 27: /var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 27: skipping since not default execution space 27: [ SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc (0 ms) 27: [ RUN ] openmp.dyn_rank_view_api_operator_rank67 27: [ OK ] openmp.dyn_rank_view_api_operator_rank67 (0 ms) 27: [ RUN ] openmp.ErrorReporterViaLambda 27: [ OK ] openmp.ErrorReporterViaLambda (0 ms) 27: [ RUN ] openmp.ErrorReporter 27: [ OK ] openmp.ErrorReporter (0 ms) 27: [ RUN ] openmp.offsetview_construction 27: [ OK ] openmp.offsetview_construction (27 ms) 27: [ RUN ] openmp.offsetview_unmanaged_construction 27: [ OK ] openmp.offsetview_unmanaged_construction (0 ms) 27: [ RUN ] openmp.offsetview_subview 27: [ OK ] openmp.offsetview_subview (10 ms) 27: [ RUN ] openmp.offsetview_offsets_rank1 27: [ OK ] openmp.offsetview_offsets_rank1 (10 ms) 27: [ RUN ] openmp.offsetview_offsets_rank2 27: [ OK ] openmp.offsetview_offsets_rank2 (0 ms) 27: [ RUN ] openmp.offsetview_offsets_rank3 27: [ OK ] openmp.offsetview_offsets_rank3 (0 ms) 27: [ RUN ] openmp.scatterview 54: [ OK ] std_algorithms_generate_team_test.test_unary_op (1666 ms) 54: [----------] 1 test from std_algorithms_generate_team_test (1666 ms total) 54: 54: [----------] 1 test from std_algorithms_generate_n_team_test 54: [ RUN ] std_algorithms_generate_n_team_test.test 54: [ OK ] std_algorithms_generate_n_team_test.test (469 ms) 54: [----------] 1 test from std_algorithms_generate_n_team_test (469 ms total) 54: 54: [----------] 1 test from std_algorithms_swap_ranges_team_test 54: [ RUN ] std_algorithms_swap_ranges_team_test.test 54: [ OK ] std_algorithms_swap_ranges_team_test.test (818 ms) 54: [----------] 1 test from std_algorithms_swap_ranges_team_test (818 ms total) 54: 54: [----------] Global test environment tear-down 54: [==========] 5 tests from 4 test suites ran. (4734 ms total) 54: [ PASSED ] 5 tests. 27: [ OK ] openmp.scatterview (1995 ms) 27: [ RUN ] openmp.scatterview_devicetype 27: [ OK ] openmp.scatterview_devicetype (7 ms) 27: [ RUN ] openmp.staticcrsgraph 27: [ OK ] openmp.staticcrsgraph (40 ms) 27: [ RUN ] openmp.resize_realloc_no_init_dualview 27: [ OK ] openmp.resize_realloc_no_init_dualview (0 ms) 27: [ RUN ] openmp.resize_realloc_no_alloc_dualview 27: [ OK ] openmp.resize_realloc_no_alloc_dualview (0 ms) 27: [ RUN ] openmp.resize_exec_space_dualview 27: [ OK ] openmp.resize_exec_space_dualview (0 ms) 27: [ RUN ] openmp.realloc_exec_space_dualview 27: [ OK ] openmp.realloc_exec_space_dualview (0 ms) 27: [ RUN ] openmp.resize_realloc_no_init_dynrankview 27: [ OK ] openmp.resize_realloc_no_init_dynrankview (0 ms) 27: [ RUN ] openmp.resize_exec_space_dynrankview 27: [ OK ] openmp.resize_exec_space_dynrankview (0 ms) 27: [ RUN ] openmp.realloc_exec_space_dynrankview 27: [ OK ] openmp.realloc_exec_space_dynrankview (0 ms) 27: [ RUN ] openmp.resize_realloc_no_init_scatterview 27: [ OK ] openmp.resize_realloc_no_init_scatterview (0 ms) 27: [ RUN ] openmp.resize_realloc_no_alloc_scatterview 27: [ OK ] openmp.resize_realloc_no_alloc_scatterview (0 ms) 27: [ RUN ] openmp.resize_exec_space_scatterview 27: [ OK ] openmp.resize_exec_space_scatterview (0 ms) 27: [ RUN ] openmp.realloc_exec_space_scatterview 27: [ OK ] openmp.realloc_exec_space_scatterview (0 ms) 27: [ RUN ] openmp.create_mirror_no_init_dynrankview 27: [ OK ] openmp.create_mirror_no_init_dynrankview (0 ms) 27: [ RUN ] openmp.create_mirror_no_init_dynrankview_viewctor 27: [ OK ] openmp.create_mirror_no_init_dynrankview_viewctor (0 ms) 27: [ RUN ] openmp.create_mirror_view_and_copy_dynrankview 27: [ OK ] openmp.create_mirror_view_and_copy_dynrankview (0 ms) 27: [ RUN ] openmp.create_mirror_no_init_offsetview 27: [ OK ] openmp.create_mirror_no_init_offsetview (0 ms) 27: [ RUN ] openmp.create_mirror_no_init_offsetview_view_ctor 27: [ OK ] openmp.create_mirror_no_init_offsetview_view_ctor (0 ms) 27: [ RUN ] openmp.create_mirror_view_and_copy_offsetview 27: [ OK ] openmp.create_mirror_view_and_copy_offsetview (0 ms) 27: [ RUN ] openmp.create_mirror_no_init_dynamicview 27: [ OK ] openmp.create_mirror_no_init_dynamicview (0 ms) 27: [ RUN ] openmp.create_mirror_view_and_copy_dynamicview 27: [ OK ] openmp.create_mirror_view_and_copy_dynamicview (0 ms) 27: [ RUN ] openmp.create_mirror_no_init_dynamicview_view_ctor 27: [ OK ] openmp.create_mirror_no_init_dynamicview_view_ctor (0 ms) 27: [ RUN ] openmp.UnorderedMap_insert 54/57 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ....... Passed 7.18 sec test 55 Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 55: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 55: Test timeout computed to be: 1500 55: [==========] Running 2 tests from 2 test suites. 55: [----------] Global test environment set-up. 55: [----------] 1 test from std_algorithms_exclusive_scan_team_test 55: [ RUN ] std_algorithms_exclusive_scan_team_test.test 55: [ OK ] std_algorithms_exclusive_scan_team_test.test (3054 ms) 55: [----------] 1 test from std_algorithms_exclusive_scan_team_test (3054 ms total) 55: 55: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 55: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test 55: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (1511 ms) 55: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1511 ms total) 55: 55: [----------] Global test environment tear-down 55: [==========] 2 tests from 2 test suites ran. (4566 ms total) 55: [ PASSED ] 2 tests. 55/57 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ....... Passed 6.99 sec test 56 Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 56: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 56: Test timeout computed to be: 1500 56: [==========] Running 2 tests from 2 test suites. 56: [----------] Global test environment set-up. 56: [----------] 1 test from std_algorithms_inclusive_scan_team_test 56: [ RUN ] std_algorithms_inclusive_scan_team_test.test 56: [ OK ] std_algorithms_inclusive_scan_team_test.test (4494 ms) 56: [----------] 1 test from std_algorithms_inclusive_scan_team_test (4494 ms total) 56: 56: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 56: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 56: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (2955 ms) 56: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (2955 ms total) 56: 56: [----------] Global test environment tear-down 56: [==========] 2 tests from 2 test suites ran. (7450 ms total) 56: [ PASSED ] 2 tests. 56/57 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ....... Passed 9.90 sec test 57 Start 57: Kokkos_UnitTest_SIMD 57: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/simd/unit_tests/Kokkos_UnitTest_SIMD 57: Test timeout computed to be: 1500 27: [ OK ] openmp.UnorderedMap_insert (17560 ms) 27: [ RUN ] openmp.UnorderedMap_failed_insert 57: [==========] Running 16 tests from 1 test suite. 57: [----------] Global test environment set-up. 57: [----------] 16 tests from simd 57: [ RUN ] simd.host_math_ops 57: [ OK ] simd.host_math_ops (0 ms) 57: [ RUN ] simd.device_math_ops 57: [ OK ] simd.device_math_ops (10 ms) 57: [ RUN ] simd.host_mask_ops 57: [ OK ] simd.host_mask_ops (0 ms) 57: [ RUN ] simd.device_mask_ops 57: [ OK ] simd.device_mask_ops (0 ms) 57: [ RUN ] simd.host_conversions 57: [ OK ] simd.host_conversions (0 ms) 57: [ RUN ] simd.device_conversions 57: [ OK ] simd.device_conversions (0 ms) 57: [ RUN ] simd.host_shift_ops 57: [ OK ] simd.host_shift_ops (0 ms) 57: [ RUN ] simd.device_shift_ops 57: [ OK ] simd.device_shift_ops (0 ms) 57: [ RUN ] simd.host_condition 57: [ OK ] simd.host_condition (0 ms) 57: [ RUN ] simd.device_condition 57: [ OK ] simd.device_condition (0 ms) 57: [ RUN ] simd.host_gen_ctors 57: [ OK ] simd.host_gen_ctors (0 ms) 57: [ RUN ] simd.device_gen_ctors 57: [ OK ] simd.device_gen_ctors (0 ms) 57: [ RUN ] simd.host_where_expressions 57: [ OK ] simd.host_where_expressions (0 ms) 57: [ RUN ] simd.device_where_expressions 57: [ OK ] simd.device_where_expressions (0 ms) 57: [ RUN ] simd.host_reductions 57: [ OK ] simd.host_reductions (0 ms) 57: [ RUN ] simd.device_reductions 57: [ OK ] simd.device_reductions (0 ms) 57: [----------] 16 tests from simd (12 ms total) 57: 57: [----------] Global test environment tear-down 57: [==========] 16 tests from 1 test suite ran. (12 ms total) 57: [ PASSED ] 16 tests. 57/57 Test #57: Kokkos_UnitTest_SIMD .......................... Passed 2.44 sec 100% tests passed, 0 tests failed out of 57 Total Test time (real) = 772.27 sec Post stage [Pipeline] sh + ccache --show-stats Summary: Hits: 0 / 754 (0.00 %) Direct: 0 / 754 (0.00 %) Preprocessed: 0 / 754 (0.00 %) Misses: 754 Direct: 754 Preprocessed: 754 Primary storage: Hits: 0 / 1508 (0.00 %) Misses: 1508 Cache size (GB): 4.50 / 5.00 (89.90 %) Cleanups: 1 Use the -v/--verbose option for more details. [Pipeline] } $ docker stop --time=1 898a9ccdf70892868e1d4ee8f7b2d06ce2623831e1006063d3f2ee8d7d330ddd $ docker rm -f --volumes 898a9ccdf70892868e1d4ee8f7b2d06ce2623831e1006063d3f2ee8d7d330ddd 27: [ OK ] openmp.UnorderedMap_failed_insert (4664 ms) 27: [ RUN ] openmp.UnorderedMap_deep_copy 27: [ OK ] openmp.UnorderedMap_deep_copy (6 ms) 27: [ RUN ] openmp.UnorderedMap_valid_empty 27: [ OK ] openmp.UnorderedMap_valid_empty (0 ms) 27: [ RUN ] openmp.UnorderedMap_clear_zero_size 27: [ OK ] openmp.UnorderedMap_clear_zero_size (0 ms) 27: [ RUN ] openmp.UnorderedMap_consistent_size 27: [ OK ] openmp.UnorderedMap_consistent_size (0 ms) 27: [ RUN ] openmp.UnorderedMap_shallow_copyable_on_device 27: [ OK ] openmp.UnorderedMap_shallow_copyable_on_device (0 ms) 27: [ RUN ] openmp.UnorderedMap_lambda_capturable 27: [ OK ] openmp.UnorderedMap_lambda_capturable (0 ms) 27: [ RUN ] openmp.UnorderedMap_constructor_view_alloc 27: [ OK ] openmp.UnorderedMap_constructor_view_alloc (0 ms) 27: [ RUN ] openmp.viewctorprop_embedded_dim 27: [ OK ] openmp.viewctorprop_embedded_dim (0 ms) 27: [----------] 62 tests from openmp (25053 ms total) 27: 27: [----------] Global test environment tear-down 27: [==========] 62 tests from 1 test suite ran. (25053 ms total) 27: [ PASSED ] 61 tests. 27: [ SKIPPED ] 1 test, listed below: 27: [ SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc 27/51 Test #27: Kokkos_ContainersUnitTest_OpenMP ................. Passed 25.93 sec test 28 Start 28: Kokkos_ContainersUnitTest_Cuda 28: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda 28: Test timeout computed to be: 1500 28: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 28: Detected: 6 cores per node. 28: Detected: 1 MPI_ranks per node. 28: Requested: 8 threads per process. 28: [==========] Running 42 tests from 1 test suite. 28: [----------] Global test environment set-up. 28: [----------] 42 tests from cuda 28: [ RUN ] cuda.bitset 28: [ OK ] cuda.bitset (15 ms) 28: [ RUN ] cuda.bitset_default_constructor_no_alloc 28: [ OK ] cuda.bitset_default_constructor_no_alloc (0 ms) 28: [ RUN ] cuda.dualview_combination 28: [ OK ] cuda.dualview_combination (3 ms) 28: [ RUN ] cuda.dualview_alloc 28: [ OK ] cuda.dualview_alloc (0 ms) 28: [ RUN ] cuda.test_dualview_copy_construction_and_assignment 28: [ OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms) 28: [ RUN ] cuda.dualview_combinations_without_init 28: [ OK ] cuda.dualview_combinations_without_init (0 ms) 28: [ RUN ] cuda.dualview_deep_copy 28: [ OK ] cuda.dualview_deep_copy (1 ms) 28: [ RUN ] cuda.dualview_realloc 28: [ OK ] cuda.dualview_realloc (0 ms) 28: [ RUN ] cuda.dualview_resize 28: [ OK ] cuda.dualview_resize (0 ms) 28: [ RUN ] cuda.dualview_device_correct_kokkos_device 28: [ OK ] cuda.dualview_device_correct_kokkos_device (1 ms) 28: [ RUN ] cuda.dualview_host_correct_kokkos_device 28: [ OK ] cuda.dualview_host_correct_kokkos_device (0 ms) 28: [ RUN ] cuda.dualview_host_modify_template_device_sync 28: [ OK ] cuda.dualview_host_modify_template_device_sync (0 ms) 28: [ RUN ] cuda.dualview_host_modify_template_device_execspace_sync 28: [ OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms) 28: [ RUN ] cuda.dualview_device_modify_template_host_sync 28: [ OK ] cuda.dualview_device_modify_template_host_sync (0 ms) 28: [ RUN ] cuda.dualview_device_modify_template_host_execspace_sync 28: [ OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms) 28: [ RUN ] cuda.dualview_template_views_return_correct_executionspace_views 28: [ OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms) 28: [ RUN ] cuda.dynamic_view 28: [ OK ] cuda.dynamic_view (28 ms) 28: [ RUN ] cuda.dyn_rank_view_api_generic 28: [ OK ] cuda.dyn_rank_view_api_generic (17 ms) 28: [ RUN ] cuda.dyn_rank_view_api_operator_rank12345 28: [ OK ] cuda.dyn_rank_view_api_operator_rank12345 (1 ms) 28: [ RUN ] cuda.dyn_rank_view_check_fence_resize_realloc 28: [ OK ] cuda.dyn_rank_view_check_fence_resize_realloc (1 ms) 28: [ RUN ] cuda.dyn_rank_view_api_operator_rank67 28: [ OK ] cuda.dyn_rank_view_api_operator_rank67 (0 ms) 28: [ RUN ] cuda.ErrorReporterViaLambda 28: [ OK ] cuda.ErrorReporterViaLambda (1 ms) 28: [ RUN ] cuda.ErrorReporter 28: [ OK ] cuda.ErrorReporter (0 ms) 28: [ RUN ] cuda.offsetview_construction 28: [ OK ] cuda.offsetview_construction (4 ms) 28: [ RUN ] cuda.offsetview_unmanaged_construction 28: [ OK ] cuda.offsetview_unmanaged_construction (0 ms) 28: [ RUN ] cuda.offsetview_subview 28: [ OK ] cuda.offsetview_subview (0 ms) 28: [ RUN ] cuda.offsetview_offsets_rank1 28: [ OK ] cuda.offsetview_offsets_rank1 (0 ms) 28: [ RUN ] cuda.offsetview_offsets_rank2 28: [ OK ] cuda.offsetview_offsets_rank2 (0 ms) 28: [ RUN ] cuda.offsetview_offsets_rank3 28: [ OK ] cuda.offsetview_offsets_rank3 (0 ms) 28: [ RUN ] cuda.scatterview 28: [ OK ] cuda.scatterview (15743 ms) 28: [ RUN ] cuda.scatterview_devicetype 28: [ OK ] cuda.scatterview_devicetype (27 ms) 28: [ RUN ] cuda.staticcrsgraph 28: [ OK ] cuda.staticcrsgraph (43 ms) 28: [ RUN ] cuda.UnorderedMap_insert 28: [ OK ] cuda.UnorderedMap_insert (6091 ms) 28: [ RUN ] cuda.UnorderedMap_failed_insert 28: [ OK ] cuda.UnorderedMap_failed_insert (1479 ms) 28: [ RUN ] cuda.UnorderedMap_deep_copy 28: [ OK ] cuda.UnorderedMap_deep_copy (6 ms) 28: [ RUN ] cuda.UnorderedMap_valid_empty 28: [ OK ] cuda.UnorderedMap_valid_empty (0 ms) 28: [ RUN ] cuda.UnorderedMap_clear_zero_size 28: [ OK ] cuda.UnorderedMap_clear_zero_size (0 ms) 28: [ RUN ] cuda.UnorderedMap_consistent_size 28: [ OK ] cuda.UnorderedMap_consistent_size (0 ms) 28: [ RUN ] cuda.UnorderedMap_shallow_copyable_on_device 28: [ OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms) 28: [ RUN ] cuda.UnorderedMap_lambda_capturable 28: [ OK ] cuda.UnorderedMap_lambda_capturable (0 ms) 28: [ RUN ] cuda.UnorderedMap_constructor_view_alloc 28: [ OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms) 28: [ RUN ] cuda.viewctorprop_embedded_dim 28: [ OK ] cuda.viewctorprop_embedded_dim (0 ms) 28: [----------] 42 tests from cuda (23477 ms total) 28: 28: [----------] Global test environment tear-down 28: [==========] 42 tests from 1 test suite ran. (23477 ms total) 28: [ PASSED ] 42 tests. 28/51 Test #28: Kokkos_ContainersUnitTest_Cuda ................... Passed 24.21 sec test 29 Start 29: Kokkos_ContainersPerformanceTest_OpenMP 29: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_OpenMP 29: Test timeout computed to be: 1500 29: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 29: Detected: 6 cores per node. 29: Detected: 1 MPI_ranks per node. 29: Requested: 8 threads per process. 29: [==========] Running 5 tests from 1 test suite. 29: [----------] Global test environment set-up. 29: [----------] 5 tests from TEST_CATEGORY 29: [ RUN ] TEST_CATEGORY.dynrankview_perf 29: OpenMP 29: DynRankView vs View: Initialization Only 29: View time (init only): 0.0185644 29: View sum computation time: 0.0185644 29: Strided View time (init only): 0.0200661 29: View Rank7 time (init only): 0.0545993 29: DynRankView time (init only): 0.00807325 29: DynRankView sum computation time: 0.0150832 29: Ratio of View to DynRankView time: 2.2995 29: Ratio of View to DynRankView sum computation time: 1.01056 29: Ratio of View to View Rank7 time: 0.340012 29: Ratio of StrideView to DynRankView time: 2.48551 29: Ratio of DynRankView to View Rank7 time: 0.147864 29: [ OK ] TEST_CATEGORY.dynrankview_perf (304 ms) 29: [ RUN ] TEST_CATEGORY.global_2_local 29: OpenMP 29: size, create, generate, fill, find 29: 256, 0.000183757, 4.6152e-05, 5.3522e-05, 0.00101304 29: 512, 5.1784e-05, 7.988e-06, 6.6652e-05, 0.00113094 29: 1024, 4.0575e-05, 7.637e-06, 0.000126944, 0.00108132 29: 2048, 5.6194e-05, 1.2619e-05, 0.00023463, 0.00148696 29: 4096, 0.000110174, 9.339e-06, 0.000437931, 0.00156661 29: 8192, 0.000182913, 1.2361e-05, 0.000850382, 0.00268234 29: 16384, 0.000291644, 2.4529e-05, 0.0018078, 0.00633232 29: 32768, 0.000843488, 4.1181e-05, 0.00443805, 0.0151453 29: 65536, 0.00109115, 6.4866e-05, 0.00856795, 0.0384382 29: 131072, 0.00254136, 0.000111022, 0.0157635, 0.0854639 29: 262144, 0.0049255, 0.0002216, 0.026032, 0.223254 29: 524288, 0.00740241, 0.000459417, 0.0535139, 0.463079 29: 1048576, 0.0141628, 0.00091336, 0.104772, 1.02487 29: 2097152, 0.0287229, 0.00178483, 0.216734, 3.70042 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 29: 4194304, 0.0526093, 0.00358028, 0.445049, 9.67682 29: [ OK ] TEST_CATEGORY.global_2_local (16245 ms) 29: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 29: skipping test 29: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 29: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 29: skipping test 29: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 29: [ RUN ] TEST_CATEGORY.scatter_view 29: ScatterView data-duplicated test: 29: num_threads 8 29: hand-coded test took 0.435373 seconds 29: test took 0.28242 seconds 29: num_threads 8 29: hand-coded test took 0.436856 seconds 29: test took 0.281277 seconds 29: num_threads 8 29: hand-coded test took 0.435096 seconds 29: test took 0.280315 seconds 29: num_threads 8 29: hand-coded test took 0.434907 seconds 29: test took 0.280868 seconds 29: num_threads 8 29: hand-coded test took 0.434452 seconds 29: test took 0.28059 seconds 29: [ OK ] TEST_CATEGORY.scatter_view (3943 ms) 29: [----------] 5 tests from TEST_CATEGORY (20493 ms total) 29: 29: [----------] Global test environment tear-down 29: [==========] 5 tests from 1 test suite ran. (20493 ms total) 29: [ PASSED ] 5 tests. 29/51 Test #29: Kokkos_ContainersPerformanceTest_OpenMP .......... Passed 21.22 sec test 30 Start 30: Kokkos_ContainersPerformanceTest_Cuda 30: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_Cuda 30: Test timeout computed to be: 1500 30: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 30: Detected: 6 cores per node. 30: Detected: 1 MPI_ranks per node. 30: Requested: 8 threads per process. 30: [==========] Running 4 tests from 1 test suite. 30: [----------] Global test environment set-up. 30: [----------] 4 tests from TEST_CATEGORY 30: [ RUN ] TEST_CATEGORY.dynrankview_perf 30: Cuda 30: DynRankView vs View: Initialization Only 30: View time (init only): 0.00413065 30: View sum computation time: 0.00413065 30: Strided View time (init only): 0.00123381 30: View Rank7 time (init only): 0.00123683 30: DynRankView time (init only): 0.00123045 30: DynRankView sum computation time: 0.00184767 30: Ratio of View to DynRankView time: 3.35703 30: Ratio of View to DynRankView sum computation time: 1.02024 30: Ratio of View to View Rank7 time: 3.33972 30: Ratio of StrideView to DynRankView time: 1.00273 30: Ratio of DynRankView to View Rank7 time: 0.994845 30: [ OK ] TEST_CATEGORY.dynrankview_perf (21 ms) 30: [ RUN ] TEST_CATEGORY.global_2_local 30: Cuda 30: size, create, generate, fill, find 30: 256, 0.000219783, 2.7299e-05, 0.00334853, 0.00200654 30: 512, 0.000154822, 1.2196e-05, 2.1985e-05, 0.00198479 30: 1024, 0.000159942, 1.1959e-05, 2.3633e-05, 0.00209336 30: 2048, 0.000152968, 1.1196e-05, 2.3489e-05, 0.00211631 30: 4096, 0.000148355, 1.0112e-05, 2.3301e-05, 0.00214362 30: 8192, 0.000168906, 1.1205e-05, 2.5982e-05, 0.00211928 30: 16384, 0.000159675, 1.0917e-05, 3.5597e-05, 0.00218497 30: 32768, 0.000160326, 1.1368e-05, 3.5254e-05, 0.00238448 30: 65536, 0.000164384, 1.189e-05, 4.2906e-05, 0.00256651 30: 131072, 0.000158411, 1.1779e-05, 6.2818e-05, 0.00318826 30: 262144, 0.000184315, 1.4724e-05, 0.000146586, 0.005997 30: 524288, 0.000184505, 1.7058e-05, 0.000530049, 0.0194792 30: 1048576, 0.000600797, 2.5819e-05, 0.00138703, 0.0480037 30: 2097152, 0.000450203, 3.7983e-05, 0.00301886, 0.109355 30: 4194304, 0.000649438, 6.3521e-05, 0.00682861, 0.235993 30: [ OK ] TEST_CATEGORY.global_2_local (462 ms) 30: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 30: skipping test 30: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 30: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 30: skipping test 30: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 30: [----------] 4 tests from TEST_CATEGORY (484 ms total) 30: 30: [----------] Global test environment tear-down 30: [==========] 4 tests from 1 test suite ran. (484 ms total) 30: [ PASSED ] 4 tests. 30/51 Test #30: Kokkos_ContainersPerformanceTest_Cuda ............ Passed 1.20 sec test 31 Start 31: Kokkos_UnitTest_Sort 31: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 31: Test timeout computed to be: 1500 31: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 31: Detected: 6 cores per node. 31: Detected: 1 MPI_ranks per node. 31: Requested: 8 threads per process. 31: [==========] Running 15 tests from 1 test suite. 31: [----------] Global test environment set-up. 31: [----------] 15 tests from cuda 31: [ RUN ] cuda.SortUnsignedValueType 31: [ OK ] cuda.SortUnsignedValueType (24 ms) 31: [ RUN ] cuda.SortEmptyView 31: [ OK ] cuda.SortEmptyView (0 ms) 31: [ RUN ] cuda.SortByKeyEmptyView 31: [ OK ] cuda.SortByKeyEmptyView (0 ms) 31: [ RUN ] cuda.SortByKey 31: [ OK ] cuda.SortByKey (7 ms) 31: [ RUN ] cuda.SortByKeyWithComparator 31: [ OK ] cuda.SortByKeyWithComparator (0 ms) 31: [ RUN ] cuda.SortByKeyStaticExtents 31: [ OK ] cuda.SortByKeyStaticExtents (0 ms) 31: [ RUN ] cuda.SortByKeyWithStrides 31: [ OK ] cuda.SortByKeyWithStrides (0 ms) 31: [ RUN ] cuda.SortByKeyKeysLargerThanValues 31: 31: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 31: 31: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 31: [ OK ] cuda.SortByKeyKeysLargerThanValues (1122 ms) 31: [ RUN ] cuda.SortWithCustomComparator 31: [ OK ] cuda.SortWithCustomComparator (593 ms) 31: [ RUN ] cuda.BinSortGenericTests 31: [ OK ] cuda.BinSortGenericTests (22 ms) 31: [ RUN ] cuda.BinSortEmptyView 31: [ OK ] cuda.BinSortEmptyView (0 ms) 31: [ RUN ] cuda.BinSortEmptyKeysView 31: [ OK ] cuda.BinSortEmptyKeysView (0 ms) 31: [ RUN ] cuda.BinSortUnsignedKeyLayoutStrideValues -- Testing 1-D histogram Density 1D: 0.00195769 -0.999999 -57856.7 || 0.051031 0 1.55174e+06 || 2.86918e+10 28674.4 || -7.99811e+08 -2.0744 -- Testing 3-D histogram Density 3D: 0.0058832 -0.967763 10.2489 || 0.051031 1e+64 -1e+64 Test Scalar=float -- Testing randomness properties 31: [ OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (15040 ms) 31: [ RUN ] cuda.NestedSort 31: [ OK ] cuda.NestedSort (27 ms) 31: [ RUN ] cuda.NestedSortByKey 31: [ OK ] cuda.NestedSortByKey (87 ms) 31: [----------] 15 tests from cuda (16927 ms total) 31: 31: [----------] Global test environment tear-down 31: [==========] 15 tests from 1 test suite ran. (16927 ms total) 31: [ PASSED ] 15 tests. 31/51 Test #31: Kokkos_UnitTest_Sort ............................. Passed 17.65 sec test 32 Start 32: Kokkos_UnitTest_Random 32: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_UnitTest_Random 32: Test timeout computed to be: 1500 32: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 32: Detected: 6 cores per node. 32: Detected: 1 MPI_ranks per node. 32: Requested: 8 threads per process. 32: [==========] Running 3 tests from 1 test suite. 32: [----------] Global test environment set-up. 32: [----------] 3 tests from cuda 32: [ RUN ] cuda.Random_XorShift64 32: Test Seed:1711682942640100034 32: Test Scalar=int 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 6.43252e-07 0.00302707 -0.0203239 || 0.051031 27935 29337 || 28587.9 28674.4 || -280.957 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 6.43252e-07 0.0113299 -0.0123444 || 0.051031 1e+64 -1e+64 32: Test Scalar=unsigned int 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 6.43252e-07 0.00555712 0.014382 || 0.051031 28010 29275 || 28515.9 28674.4 || 198.817 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 6.43252e-07 -0.00133573 0.00961639 || 0.051031 1e+64 -1e+64 32: Test Scalar=int64_t 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 6.43252e-07 0.00312757 0.024047 || 0.051031 28055 29271 || 28585 28674.4 || 332.426 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 6.43252e-07 -0.00439044 -0.00181046 || 0.051031 1e+64 -1e+64 32: Test Scalar=uint64_t 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 6.43252e-07 0.0199482 0.00863744 || 0.051031 28022 29349 || 28113.6 28674.4 || 119.404 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 6.43252e-07 -0.000223926 0.00209984 || 0.051031 1e+64 -1e+64 32: Test Scalar=half 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 0.000244871 -0.99999 -48247.4 || 0.051031 0 195061 || 2.92892e+09 28674.4 || -6.66971e+08 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 0.000733519 -0.322926 0.163649 || 0.051031 1e+64 -1e+64 32: Test Scalar=bhalf 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 0.0019559 -0.999999 -57859 || 0.051031 0 1.55312e+06 || 2.86912e+10 28674.4 || -7.99843e+08 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 0.00587799 -0.967944 10.3208 || 0.051031 1e+64 -1e+64 32: Test Scalar=float 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 6.65955e-07 -0.00116683 0.00394256 || 0.051031 27943 29377 || 28707.9 28674.4 || 54.5019 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 7.11361e-07 -0.0124445 -0.00174004 || 0.051031 1e+64 -1e+64 32: Test Scalar=double 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 6.43252e-07 -0.0191241 -0.00456244 || 0.051031 27918 29434 || 29233.5 28674.4 || -63.0711 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 6.43252e-07 0.0265937 0.000422966 || 0.051031 1e+64 -1e+64 32: Test Seed:1711682942776998445 32: Test Scalar=int 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 6.43252e-07 -0.0299991 0.00284829 || 0.051031 28002 29317 || 29561.2 28674.4 || 39.3747 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 6.43252e-07 -0.0321504 -0.00539624 || 0.051031 1e+64 -1e+64 32: Test Scalar=unsigned int 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 6.43252e-07 0.000615317 0.00201427 || 0.051031 27957 29260 || 28656.8 28674.4 || 27.8453 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 6.43252e-07 -0.0152624 -0.00196111 || 0.051031 1e+64 -1e+64 32: Test Scalar=int64_t 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 6.43252e-07 0.0017963 -0.0555431 || 0.051031 27997 29318 || 28623 28674.4 || -767.828 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 6.43252e-07 0.00472187 -0.00145934 || 0.051031 1e+64 -1e+64 32: Test Scalar=uint64_t 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 6.43252e-07 -0.00632769 -0.00031692 || 0.051031 27993 29373 || 28857 28674.4 || -4.3811 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 6.43252e-07 0.00858664 0.000958246 || 0.051031 1e+64 -1e+64 32: Test Scalar=half 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 0.000244513 -0.99999 -48243.2 || 0.051031 0 194930 || 2.92838e+09 28674.4 || -6.66913e+08 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 0.000732375 -0.314264 0.146006 || 0.051031 1e+64 -1e+64 32: Test Scalar=bhalf 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 0.0019601 -0.999999 -57856.6 || 0.051031 0 1.5517e+06 || 2.86895e+10 28674.4 || -7.9981e+08 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 0.00589097 -0.96788 10.2197 || 0.051031 1e+64 -1e+64 32: Test Scalar=float 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 6.96226e-07 0.00945784 -0.0488707 || 0.051031 28068 29385 || 28405.7 28674.4 || -675.589 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 8.02173e-07 0.00889748 -0.00412269 || 0.051031 1e+64 -1e+64 32: Test Scalar=double 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 6.43252e-07 -0.0146853 -0.00487864 || 0.051031 28010 29287 || 29101.8 28674.4 || -67.4423 -2.0744 32: -- Testing 3-D histogram 32: Density 3D: 6.43252e-07 -0.00545916 0.00674305 || 0.051031 1e+64 -1e+64 32: [ OK ] cuda.Random_XorShift64 (250 ms) 32: [ RUN ] cuda.Random_XorShift1024_0 32: Test Seed:1711682942890276601 32: Test Scalar=int 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 2.47955e-07 -0.00263767 -0.0051007 || 0.051031 10962 11807 || 11407 11377 || -70.5121 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 2.47955e-07 0.0177464 -0.000917945 || 0.051031 1e+64 -1e+64 32: Test Scalar=unsigned int 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 2.47955e-07 -0.00187677 -0.000799338 || 0.051031 10987 11733 || 11398.3 11377 || -11.05 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 2.47955e-07 0.0454271 0.00101594 || 0.051031 1e+64 -1e+64 32: Test Scalar=int64_t 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 2.47955e-07 -0.00946506 -0.00717899 || 0.051031 10980 11873 || 11485.7 11377 || -99.2424 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 2.47955e-07 -0.00880812 0.00369476 || 0.051031 1e+64 -1e+64 32: Test Scalar=uint64_t 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 2.47955e-07 0.00201003 0.00239377 || 0.051031 11001 11761 || 11354.1 11377 || 33.0915 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 2.47955e-07 0.0196463 0.00377622 || 0.051031 1e+64 -1e+64 32: Test Scalar=half 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 0.000242852 -0.999975 -7594.7 || 0.051031 0 77721 || 4.6106e+08 11377 || -1.04989e+08 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 0.00072826 -0.146996 0.0232595 || 0.051031 1e+64 -1e+64 32: Test Scalar=bhalf 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 0.00195518 -0.999997 -9108.02 || 0.051031 0 616648 || 4.51703e+09 11377 || -1.25909e+08 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 0.00587656 -0.922838 1.64352 || 0.051031 1e+64 -1e+64 32: Test Scalar=float 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 2.60671e-07 0.00859263 -0.000201044 || 0.051031 10922 11775 || 11280 11377 || -2.77923 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 2.86102e-07 -0.0384225 0.00165098 || 0.051031 1e+64 -1e+64 32: Test Scalar=double 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 2.47955e-07 -0.00407339 0.00483398 || 0.051031 10966 11781 || 11423.5 11377 || 66.8249 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 2.47955e-07 0.0251013 -0.00161574 || 0.051031 1e+64 -1e+64 32: Test Seed:1711682942970303331 32: Test Scalar=int 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 2.47955e-07 0.0110889 -7.96511e-06 || 0.051031 10966 11770 || 11252.2 11377 || -0.11011 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 2.47955e-07 -0.0293783 0.00021918 || 0.051031 1e+64 -1e+64 32: Test Scalar=unsigned int 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 2.47955e-07 -0.00642451 -0.00635774 || 0.051031 10933 11826 || 11450.5 11377 || -87.8894 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 2.47955e-07 0.00172365 0.00047271 || 0.051031 1e+64 -1e+64 32: Test Scalar=int64_t 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 2.47955e-07 -0.00381682 0.00176517 || 0.051031 10960 11805 || 11420.5 11377 || 24.4017 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 2.47955e-07 0.00822389 0.00297421 || 0.051031 1e+64 -1e+64 32: Test Scalar=uint64_t 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 2.47955e-07 -0.00396783 0.00865457 || 0.051031 10965 11832 || 11422.3 11377 || 119.641 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 2.47955e-07 0.0050442 -0.00472301 || 0.051031 1e+64 -1e+64 32: Test Scalar=half 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 0.000243958 -0.999975 -7594.62 || 0.051031 0 77623 || 4.61024e+08 11377 || -1.04988e+08 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 0.000731545 -0.152302 0.0236448 || 0.051031 1e+64 -1e+64 32: Test Scalar=bhalf 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 0.00195736 -0.999997 -9107.8 || 0.051031 0 617182 || 4.51625e+09 11377 || -1.25906e+08 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 0.00588354 -0.923247 1.61535 || 0.051031 1e+64 -1e+64 32: Test Scalar=float 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 2.67029e-07 0.0154929 0.00480237 || 0.051031 10982 11790 || 11203.4 11377 || 66.388 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 3.05176e-07 0.00503001 -0.000426498 || 0.051031 1e+64 -1e+64 32: Test Scalar=double 32: -- Testing randomness properties 32: -- Testing 1-D histogram 32: Density 1D: 2.47955e-07 0.000918966 -0.0116852 || 0.051031 10972 11801 || 11366.5 11377 || -161.536 -0.823045 32: -- Testing 3-D histogram 32: Density 3D: 2.47955e-07 -0.00257474 -0.000138646 || 0.051031 1e+64 -1e+64 32: [ OK ] cuda.Random_XorShift1024_0 (175 ms) 32: [ RUN ] cuda.Multi_streams 32: [ OK ] cuda.Multi_streams (223 ms) 32: [----------] 3 tests from cuda (649 ms total) 32: 32: [----------] Global test environment tear-down 32: [==========] 3 tests from 1 test suite ran. (649 ms total) 32: [ PASSED ] 3 tests. 32/51 Test #32: Kokkos_UnitTest_Random ........................... Passed 1.38 sec test 33 Start 33: Kokkos_AlgorithmsUnitTest_StdSet_A 33: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 33: Test timeout computed to be: 1500 33: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 33: Detected: 6 cores per node. 33: Detected: 1 MPI_ranks per node. 33: Requested: 8 threads per process. 33: [==========] Running 14 tests from 3 test suites. 33: [----------] Global test environment set-up. 33: [----------] 3 tests from std_algorithms_reducers 33: [ RUN ] std_algorithms_reducers.max_first_loc 33: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 33: [ RUN ] std_algorithms_reducers.min_first_loc 33: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 33: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 33: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 33: [----------] 3 tests from std_algorithms_reducers (0 ms total) 33: 33: [----------] 1 test from std_algorithms 33: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 33: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 33: [----------] 1 test from std_algorithms (0 ms total) 33: 33: [----------] 10 tests from random_access_iterator_test 33: [ RUN ] random_access_iterator_test.constructor 33: [ OK ] random_access_iterator_test.constructor (1 ms) 33: [ RUN ] random_access_iterator_test.dereference 33: [ OK ] random_access_iterator_test.dereference (0 ms) 33: [ RUN ] random_access_iterator_test.subscript_operator 33: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 33: [ RUN ] random_access_iterator_test.operatorsSet1 33: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 33: [ RUN ] random_access_iterator_test.operatorsSet2 33: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 33: [ RUN ] random_access_iterator_test.operatorsSet3 33: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 33: [ RUN ] random_access_iterator_test.operatorsSet4 33: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 33: [ RUN ] random_access_iterator_test.assignment_operator 33: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 33: [ RUN ] random_access_iterator_test.distance 33: [ OK ] random_access_iterator_test.distance (0 ms) 33: [ RUN ] random_access_iterator_test.traits_helpers 33: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 33: [----------] 10 tests from random_access_iterator_test (3 ms total) 33: 33: [----------] Global test environment tear-down 33: [==========] 14 tests from 3 test suites ran. (3 ms total) 33: [ PASSED ] 14 tests. 33/51 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_A ............... Passed 0.72 sec test 34 Start 34: Kokkos_AlgorithmsUnitTest_StdSet_B 34: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 34: Test timeout computed to be: 1500 34: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 34: Detected: 6 cores per node. 34: Detected: 1 MPI_ranks per node. 34: Requested: 8 threads per process. 34: [==========] Running 7 tests from 1 test suite. 34: [----------] Global test environment set-up. 34: [----------] 7 tests from std_algorithms_min_max_element_test 34: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 34: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 34: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 34: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 34: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 34: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (8 ms) 34: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 34: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (5 ms) 34: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 34: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (5 ms) 34: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 34: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (5 ms) 34: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 34: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (7 ms) 34: [----------] 7 tests from std_algorithms_min_max_element_test (31 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 7 tests from 1 test suite ran. (31 ms total) 34: [ PASSED ] 7 tests. 34/51 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_B ............... Passed 0.75 sec test 35 Start 35: Kokkos_AlgorithmsUnitTest_StdSet_C 35: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 35: Test timeout computed to be: 1500 35: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 35: Detected: 6 cores per node. 35: Detected: 1 MPI_ranks per node. 35: Requested: 8 threads per process. 35: [==========] Running 13 tests from 10 test suites. 35: [----------] Global test environment set-up. 35: [----------] 1 test from std_algorithms_lexicographical_compare_test 35: [ RUN ] std_algorithms_lexicographical_compare_test.test 35: [ OK ] std_algorithms_lexicographical_compare_test.test (201 ms) 35: [----------] 1 test from std_algorithms_lexicographical_compare_test (201 ms total) 35: 35: [----------] 1 test from std_algorithms_for_each_test 35: [ RUN ] std_algorithms_for_each_test.test 35: [ OK ] std_algorithms_for_each_test.test (120 ms) 35: [----------] 1 test from std_algorithms_for_each_test (120 ms total) 35: 35: [----------] 1 test from std_algorithms_find_test 35: [ RUN ] std_algorithms_find_test.test 35: [ OK ] std_algorithms_find_test.test (76 ms) 35: [----------] 1 test from std_algorithms_find_test (76 ms total) 35: 35: [----------] 4 tests from std_algorithms_non_mod_seq_ops 35: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 35: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (561 ms) 35: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 28: Test_Atomic/100000/iterations:10 12.1 s 12.1 s 10 1 8 19.1022 1.89108m 81.1u 4.99995G 990.897k 4.99995G 35: [ OK ] std_algorithms_non_mod_seq_ops.find_end (1210 ms) 35: [ RUN ] std_algorithms_non_mod_seq_ops.search 35: [ OK ] std_algorithms_non_mod_seq_ops.search (740 ms) 35: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 35: [ OK ] std_algorithms_non_mod_seq_ops.search_n (479 ms) 35: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2991 ms total) 35: 35: [----------] 1 test from std_algorithms_count_test 35: [ RUN ] std_algorithms_count_test.test 35: [ OK ] std_algorithms_count_test.test (97 ms) 35: [----------] 1 test from std_algorithms_count_test (97 ms total) 35: 35: [----------] 1 test from std_algorithms_equal_test 35: [ RUN ] std_algorithms_equal_test.test 35: [ OK ] std_algorithms_equal_test.test (12 ms) 35: [----------] 1 test from std_algorithms_equal_test (12 ms total) 35: 35: [----------] 1 test from std_algorithms_all_any_none_of_test 35: [ RUN ] std_algorithms_all_any_none_of_test.test 35: [ OK ] std_algorithms_all_any_none_of_test.test (81 ms) 35: [----------] 1 test from std_algorithms_all_any_none_of_test (81 ms total) 35: 35: [----------] 1 test from std_algorithms_nonmod_seq_ops 35: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 35: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (106 ms) 35: [----------] 1 test from std_algorithms_nonmod_seq_ops (106 ms total) 35: 35: [----------] 1 test from std_algorithms_mismatch_test 35: [ RUN ] std_algorithms_mismatch_test.test 35: [ OK ] std_algorithms_mismatch_test.test (202 ms) 35: [----------] 1 test from std_algorithms_mismatch_test (202 ms total) 35: 35: [----------] 1 test from std_algorithms_mod_seq_ops 35: [ RUN ] std_algorithms_mod_seq_ops.move_backward 35: [ OK ] std_algorithms_mod_seq_ops.move_backward (72 ms) 35: [----------] 1 test from std_algorithms_mod_seq_ops (72 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 13 tests from 10 test suites ran. (3962 ms total) 35: [ PASSED ] 13 tests. 35/51 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_C ............... Passed 4.70 sec test 36 Start 36: Kokkos_AlgorithmsUnitTest_StdSet_D 36: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 36: Test timeout computed to be: 1500 36: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 36: Detected: 6 cores per node. 36: Detected: 1 MPI_ranks per node. 36: Requested: 8 threads per process. 36: [==========] Running 31 tests from 5 test suites. 36: [----------] Global test environment set-up. 36: [----------] 3 tests from std_algorithms_mod_ops_test 36: [ RUN ] std_algorithms_mod_ops_test.move 36: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 36: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 36: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms) 36: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 36: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 36: [----------] 3 tests from std_algorithms_mod_ops_test (1 ms total) 36: 36: [----------] 12 tests from std_algorithms_mod_seq_ops_test 36: [ RUN ] std_algorithms_mod_seq_ops_test.copy 36: [ OK ] std_algorithms_mod_seq_ops_test.copy (2 ms) 36: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 36: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 36: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 36: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 36: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 36: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 36: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 36: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 36: [ RUN ] std_algorithms_mod_seq_ops_test.fill 36: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 36: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 36: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 36: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 36: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 36: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 36: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 36: [ RUN ] std_algorithms_mod_seq_ops_test.generate 36: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 36: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 36: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 36: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 36: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms) 36: [----------] 12 tests from std_algorithms_mod_seq_ops_test (6 ms total) 36: 36: [----------] 4 tests from std_algorithms_replace_ops_test 36: [ RUN ] std_algorithms_replace_ops_test.replace 36: [ OK ] std_algorithms_replace_ops_test.replace (31 ms) 36: [ RUN ] std_algorithms_replace_ops_test.replace_if 36: [ OK ] std_algorithms_replace_ops_test.replace_if (138 ms) 36: [ RUN ] std_algorithms_replace_ops_test.replace_copy 36: [ OK ] std_algorithms_replace_ops_test.replace_copy (52 ms) 36: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 36: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (45 ms) 36: [----------] 4 tests from std_algorithms_replace_ops_test (268 ms total) 36: 36: [----------] 11 tests from std_algorithms_mod_seq_ops 36: [ RUN ] std_algorithms_mod_seq_ops.copy_if 36: [ OK ] std_algorithms_mod_seq_ops.copy_if (42 ms) 36: [ RUN ] std_algorithms_mod_seq_ops.unique 36: [ OK ] std_algorithms_mod_seq_ops.unique (260 ms) 36: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 36: [ OK ] std_algorithms_mod_seq_ops.unique_copy (80 ms) 36: [ RUN ] std_algorithms_mod_seq_ops.remove 36: [ OK ] std_algorithms_mod_seq_ops.remove (62 ms) 36: [ RUN ] std_algorithms_mod_seq_ops.remove_if 36: [ OK ] std_algorithms_mod_seq_ops.remove_if (68 ms) 36: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 36: [ OK ] std_algorithms_mod_seq_ops.remove_copy (173 ms) 36: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 36: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (69 ms) 36: [ RUN ] std_algorithms_mod_seq_ops.rotate 36: [ OK ] std_algorithms_mod_seq_ops.rotate (1292 ms) 36: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 36: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (392 ms) 36: [ RUN ] std_algorithms_mod_seq_ops.shift_left 36: [ OK ] std_algorithms_mod_seq_ops.shift_left (1178 ms) 36: [ RUN ] std_algorithms_mod_seq_ops.shift_right 36: [ OK ] std_algorithms_mod_seq_ops.shift_right (1155 ms) 36: [----------] 11 tests from std_algorithms_mod_seq_ops (4777 ms total) 36: 36: [----------] 1 test from std_algorithms_modseq_test 36: [ RUN ] std_algorithms_modseq_test.reverse 36: [ OK ] std_algorithms_modseq_test.reverse (54 ms) 36: [----------] 1 test from std_algorithms_modseq_test (54 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 31 tests from 5 test suites ran. (5108 ms total) 36: [ PASSED ] 31 tests. 36/51 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_D ............... Passed 5.83 sec test 37 Start 37: Kokkos_AlgorithmsUnitTest_StdSet_E 37: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 37: Test timeout computed to be: 1500 37: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 37: Detected: 6 cores per node. 37: Detected: 1 MPI_ranks per node. 37: Requested: 8 threads per process. 37: [==========] Running 29 tests from 7 test suites. 37: [----------] Global test environment set-up. 37: [----------] 2 tests from std_algorithms_sorting_ops_test 37: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 37: [ OK ] std_algorithms_sorting_ops_test.is_sorted (12 ms) 37: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 37: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (10 ms) 37: [----------] 2 tests from std_algorithms_sorting_ops_test (22 ms total) 37: 37: [----------] 4 tests from std_algorithms_partitioning_test 37: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 37: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 37: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 37: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms) 37: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 37: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms) 37: [ RUN ] std_algorithms_partitioning_test.partition_point 37: [ OK ] std_algorithms_partitioning_test.partition_point (0 ms) 37: [----------] 4 tests from std_algorithms_partitioning_test (3 ms total) 37: 37: [----------] 1 test from std_algorithms_partitioning_ops 37: [ RUN ] std_algorithms_partitioning_ops.partition_copy 37: [ OK ] std_algorithms_partitioning_ops.partition_copy (23 ms) 37: [----------] 1 test from std_algorithms_partitioning_ops (23 ms total) 37: 37: [----------] 12 tests from std_algorithms_numerics_test 37: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 37: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (5 ms) 37: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 37: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms) 37: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 37: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms) 37: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 37: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms) 37: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 37: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms) 37: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 37: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms) 37: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 37: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms) 37: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 37: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (1 ms) 37: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 37: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (1 ms) 37: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 37: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (1 ms) 37: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 37: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (1 ms) 37: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 37: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (1 ms) 37: [----------] 12 tests from std_algorithms_numerics_test (17 ms total) 37: 37: [----------] 1 test from std_algorithms_numerics_ops_test 37: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 37: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (90 ms) 37: [----------] 1 test from std_algorithms_numerics_ops_test (90 ms total) 37: 37: [----------] 8 tests from std_algorithms_numeric_ops_test 37: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 37: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (1105 ms) 37: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 37: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 37: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan 37: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (810 ms) 37: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 37: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 37: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 37: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (216 ms) 37: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 37: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 37: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan 37: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (290 ms) 37: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 37: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 37: [----------] 8 tests from std_algorithms_numeric_ops_test (2423 ms total) 37: 37: [----------] 1 test from std_algorithms_transform_ops_test 37: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 37: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (34 ms) 37: [----------] 1 test from std_algorithms_transform_ops_test (34 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 29 tests from 7 test suites ran. (2615 ms total) 37: [ PASSED ] 29 tests. 37/51 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_E ............... Passed 3.34 sec test 38 Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 38: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 38: Test timeout computed to be: 1500 38: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 38: Detected: 6 cores per node. 38: Detected: 1 MPI_ranks per node. 38: Requested: 8 threads per process. 38: [==========] Running 12 tests from 7 test suites. 38: [----------] Global test environment set-up. 38: [----------] 2 tests from std_algorithms_adjacent_find_team_test 38: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 38: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (640 ms) 38: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 38: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (603 ms) 38: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1244 ms total) 38: 38: [----------] 2 tests from std_algorithms_count_team_test 38: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero 38: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (692 ms) 38: [ RUN ] std_algorithms_count_team_test.count_returns_zero 38: [ OK ] std_algorithms_count_team_test.count_returns_zero (253 ms) 38: [----------] 2 tests from std_algorithms_count_team_test (945 ms total) 38: 38: [----------] 1 test from std_algorithms_count_if_team_test 38: [ RUN ] std_algorithms_count_if_team_test.test 38: [ OK ] std_algorithms_count_if_team_test.test (347 ms) 38: [----------] 1 test from std_algorithms_count_if_team_test (347 ms total) 38: 38: [----------] 1 test from std_algorithms_for_each_team_test 38: [ RUN ] std_algorithms_for_each_team_test.test 38: [ OK ] std_algorithms_for_each_team_test.test (565 ms) 38: [----------] 1 test from std_algorithms_for_each_team_test (565 ms total) 38: 38: [----------] 1 test from std_algorithms_for_each_n_team_test 38: [ RUN ] std_algorithms_for_each_n_team_test.test 38: [ OK ] std_algorithms_for_each_n_team_test.test (633 ms) 38: [----------] 1 test from std_algorithms_for_each_n_team_test (633 ms total) 38: 38: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 38: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal -- Testing 1-D histogram Density 1D: 6.68478e-07 -0.00529257 -0.00783852 || 0.051031 28103 29272 || 28827 28674.4 || -108.36 -2.0744 -- Testing 3-D histogram Density 3D: 7.18929e-07 -0.00471555 0.00578222 || 0.051031 1e+64 -1e+64 Test Scalar=double -- Testing randomness properties 38: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (3201 ms) 38: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 38: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (2125 ms) 38: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 38: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (2102 ms) 38: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (7428 ms total) 38: 38: [----------] 2 tests from std_algorithms_mismatch_team_test 38: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 38: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (2399 ms) 38: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 38: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (933 ms) 38: [----------] 2 tests from std_algorithms_mismatch_team_test (3332 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 12 tests from 7 test suites ran. (14498 ms total) 38: [ PASSED ] 12 tests. 38/51 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .......... Passed 15.23 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 39: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 39: Test timeout computed to be: 1500 39: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 39: Detected: 6 cores per node. 39: Detected: 1 MPI_ranks per node. 39: Requested: 8 threads per process. 39: [==========] Running 8 tests from 4 test suites. 39: [----------] Global test environment set-up. 39: [----------] 2 tests from std_algorithms_equal_team_test 39: [ RUN ] std_algorithms_equal_team_test.views_are_equal 39: [ OK ] std_algorithms_equal_team_test.views_are_equal (1680 ms) 39: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 39: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (1322 ms) 39: [----------] 2 tests from std_algorithms_equal_team_test (3002 ms total) 39: 39: [----------] 2 tests from std_algorithms_search_team_test 39: [ RUN ] std_algorithms_search_team_test.sequences_exist 39: [ OK ] std_algorithms_search_team_test.sequences_exist (897 ms) 39: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 28: Test_Atomic/100000/iterations:10 4.05 s 4.03 s 10 1 8 2.45197m 1.23378m 81.19u 4.99995G 1.18033M 4.99995G 39: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (1081 ms) 39: [----------] 2 tests from std_algorithms_search_team_test (1979 ms total) 39: 39: [----------] 2 tests from std_algorithms_find_end_team_test 39: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 39: [ OK ] std_algorithms_find_end_team_test.sequences_exist (2049 ms) 39: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist 39: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (1970 ms) 39: [----------] 2 tests from std_algorithms_find_end_team_test (4019 ms total) 39: 39: [----------] 2 tests from std_algorithms_find_first_of_team_test 39: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 39: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (1614 ms) 39: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 39: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (6657 ms) 39: [----------] 2 tests from std_algorithms_find_first_of_team_test (8272 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 8 tests from 4 test suites ran. (17274 ms total) 39: [ PASSED ] 8 tests. 39/51 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .......... Passed 17.99 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 40: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 40: Test timeout computed to be: 1500 40: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 40: Detected: 6 cores per node. 40: Detected: 1 MPI_ranks per node. 40: Requested: 8 threads per process. 40: [==========] Running 11 tests from 7 test suites. 40: [----------] Global test environment set-up. 40: [----------] 2 tests from std_algorithms_find_team_test 40: [ RUN ] std_algorithms_find_team_test.searched_values_exist 40: [ OK ] std_algorithms_find_team_test.searched_values_exist (391 ms) 40: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist 40: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (536 ms) 40: [----------] 2 tests from std_algorithms_find_team_test (928 ms total) 40: 40: [----------] 2 tests from std_algorithms_find_if_team_test 40: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 40: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (270 ms) 40: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 40: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (515 ms) 40: [----------] 2 tests from std_algorithms_find_if_team_test (786 ms total) 40: 40: [----------] 2 tests from std_algorithms_find_if_not_team_test 40: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 40: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (544 ms) 40: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false 40: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (260 ms) 40: [----------] 2 tests from std_algorithms_find_if_not_team_test (804 ms total) 40: 40: [----------] 1 test from std_algorithms_all_of_team_test 40: [ RUN ] std_algorithms_all_of_team_test.test 40: [ OK ] std_algorithms_all_of_team_test.test (474 ms) 40: [----------] 1 test from std_algorithms_all_of_team_test (474 ms total) 40: 40: [----------] 1 test from std_algorithms_any_of_team_test 40: [ RUN ] std_algorithms_any_of_team_test.test 40: [ OK ] std_algorithms_any_of_team_test.test (260 ms) 40: [----------] 1 test from std_algorithms_any_of_team_test (260 ms total) 40: 40: [----------] 1 test from std_algorithms_none_of_team_test 40: [ RUN ] std_algorithms_none_of_team_test.test 40: [ OK ] std_algorithms_none_of_team_test.test (479 ms) 40: [----------] 1 test from std_algorithms_none_of_team_test (479 ms total) 40: 40: [----------] 2 tests from std_algorithms_search_n_team_test 40: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 40: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (330 ms) 40: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 40: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (394 ms) 40: [----------] 2 tests from std_algorithms_search_n_team_test (725 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 11 tests from 7 test suites ran. (4460 ms total) 40: [ PASSED ] 11 tests. 40/51 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .......... Passed 5.19 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 41: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 41: Test timeout computed to be: 1500 -- Testing 1-D histogram Density 1D: 6.43252e-07 -0.00255104 0.0184014 || 0.051031 28064 29295 || 28747.7 28674.4 || 254.382 -2.0744 -- Testing 3-D histogram Density 3D: 6.43252e-07 -0.0153667 -0.00188289 || 0.051031 1e+64 -1e+64 [ OK ] serial.Random_XorShift64 (979582 ms) [ RUN ] serial.Random_XorShift1024_0 Test Seed:1711682992609943347 Test Scalar=int -- Testing randomness properties 41: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 41: Detected: 6 cores per node. 41: Detected: 1 MPI_ranks per node. 41: Requested: 8 threads per process. 41: [==========] Running 3 tests from 3 test suites. 41: [----------] Global test environment set-up. 41: [----------] 1 test from std_algorithms_min_element_team_test 41: [ RUN ] std_algorithms_min_element_team_test.test 41: [ OK ] std_algorithms_min_element_team_test.test (1660 ms) 41: [----------] 1 test from std_algorithms_min_element_team_test (1660 ms total) 41: 41: [----------] 1 test from std_algorithms_max_element_team_test 41: [ RUN ] std_algorithms_max_element_team_test.test 41: [ OK ] std_algorithms_max_element_team_test.test (1782 ms) 41: [----------] 1 test from std_algorithms_max_element_team_test (1782 ms total) 41: 41: [----------] 1 test from std_algorithms_minmax_element_team_test 41: [ RUN ] std_algorithms_minmax_element_team_test.test 41: [ OK ] std_algorithms_minmax_element_team_test.test (2291 ms) 41: [----------] 1 test from std_algorithms_minmax_element_team_test (2291 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 3 tests from 3 test suites ran. (5734 ms total) 41: [ PASSED ] 3 tests. 41/51 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .......... Passed 6.45 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 42: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 42: Test timeout computed to be: 1500 42: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 42: Detected: 6 cores per node. 42: Detected: 1 MPI_ranks per node. 42: Requested: 8 threads per process. 42: [==========] Running 6 tests from 6 test suites. 42: [----------] Global test environment set-up. 42: [----------] 1 test from std_algorithms_fill_team_test 42: [ RUN ] std_algorithms_fill_team_test.test 42: [ OK ] std_algorithms_fill_team_test.test (403 ms) 42: [----------] 1 test from std_algorithms_fill_team_test (403 ms total) 42: 42: [----------] 1 test from std_algorithms_fill_n_team_test 42: [ RUN ] std_algorithms_fill_n_team_test.test 42: [ OK ] std_algorithms_fill_n_team_test.test (508 ms) 42: [----------] 1 test from std_algorithms_fill_n_team_test (508 ms total) 42: 42: [----------] 1 test from std_algorithms_replace_team_test 42: [ RUN ] std_algorithms_replace_team_test.test -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.00876984 0.00560991 || 0.051031 10965 11778 || 11477.6 11377 || 77.5514 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.00183786 0.000113227 || 0.051031 1e+64 -1e+64 Test Scalar=unsigned int -- Testing randomness properties 42: [ OK ] std_algorithms_replace_team_test.test (534 ms) 42: [----------] 1 test from std_algorithms_replace_team_test (534 ms total) 42: 42: [----------] 1 test from std_algorithms_replace_if_team_test 42: [ RUN ] std_algorithms_replace_if_team_test.test 42: [ OK ] std_algorithms_replace_if_team_test.test (694 ms) 42: [----------] 1 test from std_algorithms_replace_if_team_test (694 ms total) 42: 42: [----------] 1 test from std_algorithms_replace_copy_team_test 42: [ RUN ] std_algorithms_replace_copy_team_test.test 42: [ OK ] std_algorithms_replace_copy_team_test.test (1077 ms) 42: [----------] 1 test from std_algorithms_replace_copy_team_test (1077 ms total) 42: 42: [----------] 1 test from std_algorithms_replace_copy_if_team_test 42: [ RUN ] std_algorithms_replace_copy_if_team_test.test 42: [ OK ] std_algorithms_replace_copy_if_team_test.test (951 ms) 42: [----------] 1 test from std_algorithms_replace_copy_if_team_test (951 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 6 tests from 6 test suites ran. (4169 ms total) 42: [ PASSED ] 6 tests. 42/51 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .......... Passed 4.89 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 43: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 43: Test timeout computed to be: 1500 43: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 43: Detected: 6 cores per node. 43: Detected: 1 MPI_ranks per node. 43: Requested: 8 threads per process. 43: [==========] Running 4 tests from 4 test suites. 43: [----------] Global test environment set-up. 43: [----------] 1 test from std_algorithms_reverse_team_test 43: [ RUN ] std_algorithms_reverse_team_test.test 43: [ OK ] std_algorithms_reverse_team_test.test (420 ms) 43: [----------] 1 test from std_algorithms_reverse_team_test (420 ms total) 43: 43: [----------] 1 test from std_algorithms_reverse_copy_team_test 43: [ RUN ] std_algorithms_reverse_copy_team_test.test 43: [ OK ] std_algorithms_reverse_copy_team_test.test (465 ms) 43: [----------] 1 test from std_algorithms_reverse_copy_team_test (465 ms total) 43: 43: [----------] 1 test from std_algorithms_rotate_team_test 43: [ RUN ] std_algorithms_rotate_team_test.test 43: [ OK ] std_algorithms_rotate_team_test.test (1272 ms) 43: [----------] 1 test from std_algorithms_rotate_team_test (1272 ms total) 43: 43: [----------] 1 test from std_algorithms_rotate_copy_team_test 43: [ RUN ] std_algorithms_rotate_copy_team_test.test 43: [ OK ] std_algorithms_rotate_copy_team_test.test (955 ms) 43: [----------] 1 test from std_algorithms_rotate_copy_team_test (955 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 4 tests from 4 test suites ran. (3113 ms total) 43: [ PASSED ] 4 tests. 43/51 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .......... Passed 3.83 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 44: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 44: Test timeout computed to be: 1500 44: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 44: Detected: 6 cores per node. 44: Detected: 1 MPI_ranks per node. 44: Requested: 8 threads per process. 44: [==========] Running 4 tests from 4 test suites. 44: [----------] Global test environment set-up. 44: [----------] 1 test from std_algorithms_move_team_test 44: [ RUN ] std_algorithms_move_team_test.test 44: [ OK ] std_algorithms_move_team_test.test (698 ms) 44: [----------] 1 test from std_algorithms_move_team_test (698 ms total) 44: 44: [----------] 1 test from std_algorithms_move_backward_team_test 44: [ RUN ] std_algorithms_move_backward_team_test.test 44: [ OK ] std_algorithms_move_backward_team_test.test (591 ms) 44: [----------] 1 test from std_algorithms_move_backward_team_test (591 ms total) 44: 44: [----------] 1 test from std_algorithms_shift_left_team_test 44: [ RUN ] std_algorithms_shift_left_team_test.test 44: [ OK ] std_algorithms_shift_left_team_test.test (2554 ms) 44: [----------] 1 test from std_algorithms_shift_left_team_test (2554 ms total) 44: 44: [----------] 1 test from std_algorithms_shift_right_team_test 44: [ RUN ] std_algorithms_shift_right_team_test.test 44: [ OK ] std_algorithms_shift_right_team_test.test (2396 ms) 44: [----------] 1 test from std_algorithms_shift_right_team_test (2396 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 4 tests from 4 test suites ran. (6241 ms total) 44: [ PASSED ] 4 tests. 44/51 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .......... Passed 6.98 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 45: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 45: Test timeout computed to be: 1500 45: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 45: Detected: 6 cores per node. 45: Detected: 1 MPI_ranks per node. 45: Requested: 8 threads per process. 45: [==========] Running 9 tests from 9 test suites. 45: [----------] Global test environment set-up. 45: [----------] 1 test from std_algorithms_copy_team_test 45: [ RUN ] std_algorithms_copy_team_test.test -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.00910198 -0.0140923 || 0.051031 11009 11808 || 11481.5 11377 || -194.812 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.000942003 -0.0030966 || 0.051031 1e+64 -1e+64 Test Scalar=int64_t -- Testing randomness properties 45: [ OK ] std_algorithms_copy_team_test.test (866 ms) 45: [----------] 1 test from std_algorithms_copy_team_test (866 ms total) 45: 45: [----------] 1 test from std_algorithms_copy_n_team_test 45: [ RUN ] std_algorithms_copy_n_team_test.test 45: [ OK ] std_algorithms_copy_n_team_test.test (638 ms) 45: [----------] 1 test from std_algorithms_copy_n_team_test (638 ms total) 45: 45: [----------] 1 test from std_algorithms_copy_backward_team_test 45: [ RUN ] std_algorithms_copy_backward_team_test.test 45: [ OK ] std_algorithms_copy_backward_team_test.test (593 ms) 45: [----------] 1 test from std_algorithms_copy_backward_team_test (593 ms total) 45: 45: [----------] 1 test from std_algorithms_copy_if_team_test 45: [ RUN ] std_algorithms_copy_if_team_test.test 45: [ OK ] std_algorithms_copy_if_team_test.test (746 ms) 45: [----------] 1 test from std_algorithms_copy_if_team_test (746 ms total) 45: 45: [----------] 1 test from std_algorithms_unique_copy_team_test 45: [ RUN ] std_algorithms_unique_copy_team_test.test 45: [ OK ] std_algorithms_unique_copy_team_test.test (1232 ms) 45: [----------] 1 test from std_algorithms_unique_copy_team_test (1232 ms total) 45: 45: [----------] 1 test from std_algorithms_remove_team_test 45: [ RUN ] std_algorithms_remove_team_test.test 45: [ OK ] std_algorithms_remove_team_test.test (868 ms) 45: [----------] 1 test from std_algorithms_remove_team_test (868 ms total) 45: 45: [----------] 1 test from std_algorithms_remove_if_team_test 45: [ RUN ] std_algorithms_remove_if_team_test.test 45: [ OK ] std_algorithms_remove_if_team_test.test (870 ms) 45: [----------] 1 test from std_algorithms_remove_if_team_test (870 ms total) 45: 45: [----------] 1 test from std_algorithms_remove_copy_team_test 45: [ RUN ] std_algorithms_remove_copy_team_test.test 45: [ OK ] std_algorithms_remove_copy_team_test.test (1034 ms) 45: [----------] 1 test from std_algorithms_remove_copy_team_test (1034 ms total) 45: 45: [----------] 1 test from std_algorithms_remove_copy_if_team_test 45: [ RUN ] std_algorithms_remove_copy_if_team_test.test 45: [ OK ] std_algorithms_remove_copy_if_team_test.test (918 ms) 45: [----------] 1 test from std_algorithms_remove_copy_if_team_test (918 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 9 tests from 9 test suites ran. (7769 ms total) 45: [ PASSED ] 9 tests. 45/51 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .......... Passed 8.51 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 46: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 46: Test timeout computed to be: 1500 46: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 46: Detected: 6 cores per node. 46: Detected: 1 MPI_ranks per node. 46: Requested: 8 threads per process. 46: [==========] Running 4 tests from 4 test suites. 46: [----------] Global test environment set-up. 46: [----------] 1 test from std_algorithms_unique_team_test 46: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 46: [ OK ] std_algorithms_unique_team_test.test_default_predicate (1386 ms) 46: [----------] 1 test from std_algorithms_unique_team_test (1386 ms total) 46: 46: [----------] 1 test from std_algorithms_adjacent_difference_team_test 46: [ RUN ] std_algorithms_adjacent_difference_team_test.test 46: [ OK ] std_algorithms_adjacent_difference_team_test.test (1497 ms) 46: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1497 ms total) 46: 46: [----------] 1 test from std_algorithms_reduce_team_test 46: [ RUN ] std_algorithms_reduce_team_test.test -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.00448218 0.00711243 || 0.051031 11004 11792 || 11428.2 11377 || 98.3222 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 0.00909377 -0.00306458 || 0.051031 1e+64 -1e+64 Test Scalar=uint64_t -- Testing randomness properties 46: [ OK ] std_algorithms_reduce_team_test.test (1138 ms) 46: [----------] 1 test from std_algorithms_reduce_team_test (1138 ms total) 46: 46: [----------] 1 test from std_algorithms_transform_reduce_team_test 46: [ RUN ] std_algorithms_transform_reduce_team_test.test 46: [ OK ] std_algorithms_transform_reduce_team_test.test (1812 ms) 46: [----------] 1 test from std_algorithms_transform_reduce_team_test (1812 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 4 tests from 4 test suites ran. (5834 ms total) 46: [ PASSED ] 4 tests. 46/51 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .......... Passed 6.56 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 47: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 47: Test timeout computed to be: 1500 47: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 47: Detected: 6 cores per node. 47: Detected: 1 MPI_ranks per node. 47: Requested: 8 threads per process. 47: [==========] Running 18 tests from 5 test suites. 47: [----------] Global test environment set-up. 47: [----------] 2 tests from std_algorithms_is_sorted_team_test 47: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted 47: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (942 ms) 47: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 47: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1587 ms) 47: [----------] 2 tests from std_algorithms_is_sorted_team_test (2530 ms total) 47: 47: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 47: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 47: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (13 ms) 47: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 47: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (15 ms) 47: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 47: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1543 ms) 47: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 47: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (1183 ms) 47: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2756 ms total) 47: 47: [----------] 4 tests from std_algorithms_is_partitioned_team_test 47: [ RUN ] std_algorithms_is_partitioned_team_test.empty 47: [ OK ] std_algorithms_is_partitioned_team_test.empty (7 ms) 47: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 47: [ OK ] std_algorithms_is_partitioned_team_test.all_true (565 ms) 47: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 47: [ OK ] std_algorithms_is_partitioned_team_test.all_false (567 ms) 47: [ RUN ] std_algorithms_is_partitioned_team_test.random 47: [ OK ] std_algorithms_is_partitioned_team_test.random (418 ms) 47: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1559 ms total) 47: 47: [----------] 4 tests from std_algorithms_partition_copy_team_test 47: [ RUN ] std_algorithms_partition_copy_team_test.empty 47: [ OK ] std_algorithms_partition_copy_team_test.empty (12 ms) 47: [ RUN ] std_algorithms_partition_copy_team_test.all_true 47: [ OK ] std_algorithms_partition_copy_team_test.all_true (1045 ms) 47: [ RUN ] std_algorithms_partition_copy_team_test.all_false 47: [ OK ] std_algorithms_partition_copy_team_test.all_false (1058 ms) 47: [ RUN ] std_algorithms_partition_copy_team_test.random 47: [ OK ] std_algorithms_partition_copy_team_test.random (910 ms) 47: [----------] 4 tests from std_algorithms_partition_copy_team_test (3027 ms total) 47: 47: [----------] 4 tests from std_algorithms_partition_point_team_test 47: [ RUN ] std_algorithms_partition_point_team_test.empty 47: [ OK ] std_algorithms_partition_point_team_test.empty (7 ms) 47: [ RUN ] std_algorithms_partition_point_team_test.all_true 47: [ OK ] std_algorithms_partition_point_team_test.all_true (387 ms) 47: [ RUN ] std_algorithms_partition_point_team_test.all_false 47: [ OK ] std_algorithms_partition_point_team_test.all_false (398 ms) 47: [ RUN ] std_algorithms_partition_point_team_test.random 47: [ OK ] std_algorithms_partition_point_team_test.random (258 ms) 47: [----------] 4 tests from std_algorithms_partition_point_team_test (1052 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 18 tests from 5 test suites ran. (10926 ms total) 47: [ PASSED ] 18 tests. 47/51 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .......... Passed 11.64 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 48: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 48: Test timeout computed to be: 1500 48: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 48: Detected: 6 cores per node. 48: Detected: 1 MPI_ranks per node. 48: Requested: 8 threads per process. 48: [==========] Running 5 tests from 4 test suites. 48: [----------] Global test environment set-up. 48: [----------] 2 tests from std_algorithms_transform_team_test 48: [ RUN ] std_algorithms_transform_team_test.test_unary_op 48: [ OK ] std_algorithms_transform_team_test.test_unary_op (1017 ms) 48: [ RUN ] std_algorithms_transform_team_test.test_binary_op 48: [ OK ] std_algorithms_transform_team_test.test_binary_op (1034 ms) 48: [----------] 2 tests from std_algorithms_transform_team_test (2052 ms total) 48: 48: [----------] 1 test from std_algorithms_generate_team_test 48: [ RUN ] std_algorithms_generate_team_test.test_unary_op -- Testing 1-D histogram Density 1D: 2.47955e-07 0.0134081 0.00587125 || 0.051031 10843 11819 || 11226.4 11377 || 81.1642 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.00399896 0.00281562 || 0.051031 1e+64 -1e+64 Test Scalar=half -- Testing randomness properties 48: [ OK ] std_algorithms_generate_team_test.test_unary_op (2165 ms) 48: [----------] 1 test from std_algorithms_generate_team_test (2165 ms total) 48: 48: [----------] 1 test from std_algorithms_generate_n_team_test 48: [ RUN ] std_algorithms_generate_n_team_test.test 48: [ OK ] std_algorithms_generate_n_team_test.test (511 ms) 48: [----------] 1 test from std_algorithms_generate_n_team_test (511 ms total) 48: 48: [----------] 1 test from std_algorithms_swap_ranges_team_test 48: [ RUN ] std_algorithms_swap_ranges_team_test.test 48: [ OK ] std_algorithms_swap_ranges_team_test.test (916 ms) 48: [----------] 1 test from std_algorithms_swap_ranges_team_test (916 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 5 tests from 4 test suites ran. (5646 ms total) 48: [ PASSED ] 5 tests. 48/51 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .......... Passed 6.38 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 49: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 49: Test timeout computed to be: 1500 49: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 49: Detected: 6 cores per node. 49: Detected: 1 MPI_ranks per node. 49: Requested: 8 threads per process. 49: [==========] Running 2 tests from 2 test suites. 49: [----------] Global test environment set-up. 49: [----------] 1 test from std_algorithms_exclusive_scan_team_test 49: [ RUN ] std_algorithms_exclusive_scan_team_test.test 49: [ OK ] std_algorithms_exclusive_scan_team_test.test (4029 ms) 49: [----------] 1 test from std_algorithms_exclusive_scan_team_test (4029 ms total) 49: 49: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 49: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test 49: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (2064 ms) 49: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (2064 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 2 tests from 2 test suites ran. (6094 ms total) 49: [ PASSED ] 2 tests. 49/51 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .......... Passed 6.81 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 50: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 50: Test timeout computed to be: 1500 50: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 50: Detected: 6 cores per node. 50: Detected: 1 MPI_ranks per node. 50: Requested: 8 threads per process. 50: [==========] Running 2 tests from 2 test suites. 50: [----------] Global test environment set-up. 50: [----------] 1 test from std_algorithms_inclusive_scan_team_test 50: [ RUN ] std_algorithms_inclusive_scan_team_test.test 50: [ OK ] std_algorithms_inclusive_scan_team_test.test (6090 ms) 50: [----------] 1 test from std_algorithms_inclusive_scan_team_test (6090 ms total) 50: 50: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 50: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 50: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (3953 ms) 50: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (3953 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 2 tests from 2 test suites ran. (10044 ms total) 50: [ PASSED ] 2 tests. 50/51 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .......... Passed 10.76 sec test 51 Start 51: Kokkos_UnitTest_SIMD 51: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/simd/unit_tests/Kokkos_UnitTest_SIMD 51: Test timeout computed to be: 1500 51: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores. 51: Detected: 6 cores per node. 51: Detected: 1 MPI_ranks per node. 51: Requested: 8 threads per process. 51: [==========] Running 16 tests from 1 test suite. 51: [----------] Global test environment set-up. 51: [----------] 16 tests from simd 51: [ RUN ] simd.host_math_ops 51: [ OK ] simd.host_math_ops (0 ms) 51: [ RUN ] simd.device_math_ops 51: [ OK ] simd.device_math_ops (7 ms) 51: [ RUN ] simd.host_mask_ops 51: [ OK ] simd.host_mask_ops (0 ms) 51: [ RUN ] simd.device_mask_ops 51: [ OK ] simd.device_mask_ops (0 ms) 51: [ RUN ] simd.host_conversions 51: [ OK ] simd.host_conversions (0 ms) 51: [ RUN ] simd.device_conversions 51: [ OK ] simd.device_conversions (0 ms) 51: [ RUN ] simd.host_shift_ops 51: [ OK ] simd.host_shift_ops (0 ms) 51: [ RUN ] simd.device_shift_ops 51: [ OK ] simd.device_shift_ops (0 ms) 51: [ RUN ] simd.host_condition 51: [ OK ] simd.host_condition (0 ms) 51: [ RUN ] simd.device_condition 51: [ OK ] simd.device_condition (0 ms) 51: [ RUN ] simd.host_gen_ctors 51: [ OK ] simd.host_gen_ctors (0 ms) 51: [ RUN ] simd.device_gen_ctors 51: [ OK ] simd.device_gen_ctors (0 ms) 51: [ RUN ] simd.host_where_expressions 51: [ OK ] simd.host_where_expressions (0 ms) 51: [ RUN ] simd.device_where_expressions 51: [ OK ] simd.device_where_expressions (0 ms) 51: [ RUN ] simd.host_reductions 51: [ OK ] simd.host_reductions (0 ms) 51: [ RUN ] simd.device_reductions 51: [ OK ] simd.device_reductions (0 ms) 51: [----------] 16 tests from simd (7 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 16 tests from 1 test suite ran. (7 ms total) 51: [ PASSED ] 16 tests. 51/51 Test #51: Kokkos_UnitTest_SIMD ............................. Passed 0.72 sec 100% tests passed, 0 tests failed out of 51 Total Test time (real) = 360.73 sec [Pipeline] } [Pipeline] // withEnv [Pipeline] } $ docker stop --time=1 73d3da267425bf13471598b15359b71b1d888d00e01a3301338c8ae3a807ef09 $ docker rm -f --volumes 73d3da267425bf13471598b15359b71b1d888d00e01a3301338c8ae3a807ef09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 28: Test_Atomic/100000/iterations:10 10.7 s 10.6 s 10 0 4 17.7452 1.47688m 970.19u 4.99993G 1.31877M 4.99989G -- Testing 1-D histogram Density 1D: 0.000243895 -0.999975 -7595.08 || 0.051031 0 77826 || 4.61057e+08 11377 || -1.04994e+08 -0.823045 -- Testing 3-D histogram Density 3D: 0.000731411 -0.142183 0.0287719 || 0.051031 1e+64 -1e+64 Test Scalar=bhalf -- Testing randomness properties -- Testing 1-D histogram Density 1D: 0.00195692 -0.999997 -9107.87 || 0.051031 0 617055 || 4.51653e+09 11377 || -1.25907e+08 -0.823045 -- Testing 3-D histogram Density 3D: 0.00588158 -0.923635 1.63701 || 0.051031 1e+64 -1e+64 Test Scalar=float -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.60671e-07 -0.0079197 -0.000692296 || 0.051031 10966 11755 || 11467.8 11377 || -9.5703 -0.823045 -- Testing 3-D histogram Density 3D: 2.86102e-07 0.00612852 -0.00291644 || 0.051031 1e+64 -1e+64 Test Scalar=double -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.0124746 -0.00472341 || 0.051031 10939 11767 || 11520.7 11377 || -65.2964 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.00998114 -0.000939892 || 0.051031 1e+64 -1e+64 Test Seed:1711683198022311384 Test Scalar=int -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 0.00125038 0.0151742 || 0.051031 10977 11776 || 11362.7 11377 || 209.768 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.0114935 3.73839e-05 || 0.051031 1e+64 -1e+64 Test Scalar=unsigned int -- Testing randomness properties 28: Test_Atomic/100000/iterations:10 12.1 s 12.0 s 10 1 8 20.3128 1.41459m 970.99u 4.99995G 921.712k 4.99995G -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.00957355 0.0163039 || 0.051031 10977 11775 || 11486.9 11377 || 225.385 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 0.00675268 0.00220933 || 0.051031 1e+64 -1e+64 Test Scalar=int64_t -- Testing randomness properties -- Testing 1-D histogram Density 1D: 2.47955e-07 0.0052141 0.00932315 || 0.051031 10973 11865 || 11317.9 11377 || 128.883 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.0176023 -0.00301103 || 0.051031 1e+64 -1e+64 Test Scalar=uint64_t -- Testing randomness properties 28: Test_Atomic/100000/iterations:10 3.55 s 3.53 s 10 1 4 2.60727m 1.31128m 81.1u 704.983M 1.27963M 704.983M 28/53 Test #28: Kokkos_PerformanceTest_Atomic ............... Passed 738.59 sec test 29 Start 29: Kokkos_ContainersUnitTest_OpenMP 29: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/containers/unit_tests/Kokkos_ContainersUnitTest_OpenMP 29: Test timeout computed to be: 1500 29: [==========] Running 62 tests from 1 test suite. 29: [----------] Global test environment set-up. 29: [----------] 62 tests from openmp 29: [ RUN ] openmp.bitset 29: [ OK ] openmp.bitset (203 ms) 29: [ RUN ] openmp.bitset_default_constructor_no_alloc 29: [ OK ] openmp.bitset_default_constructor_no_alloc (0 ms) 29: [ RUN ] openmp.dualview_combination 29: [ OK ] openmp.dualview_combination (0 ms) 29: [ RUN ] openmp.dualview_alloc 29: [ OK ] openmp.dualview_alloc (0 ms) 29: [ RUN ] openmp.test_dualview_copy_construction_and_assignment 29: [ OK ] openmp.test_dualview_copy_construction_and_assignment (0 ms) 29: [ RUN ] openmp.dualview_combinations_without_init 29: [ OK ] openmp.dualview_combinations_without_init (0 ms) 29: [ RUN ] openmp.dualview_deep_copy 29: [ OK ] openmp.dualview_deep_copy (0 ms) 29: [ RUN ] openmp.dualview_realloc 29: [ OK ] openmp.dualview_realloc (0 ms) 29: [ RUN ] openmp.dualview_resize 29: [ OK ] openmp.dualview_resize (0 ms) 29: [ RUN ] openmp.dualview_device_correct_kokkos_device 29: 29: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 29: does not support page migration between device and host. 29: HIPManagedSpace might not work as expected. 29: Please refer to the ROCm documentation on unified/managed memory. 29: [ OK ] openmp.dualview_device_correct_kokkos_device (0 ms) 29: [ RUN ] openmp.dualview_host_correct_kokkos_device 29: [ OK ] openmp.dualview_host_correct_kokkos_device (0 ms) 29: [ RUN ] openmp.dualview_host_modify_template_device_sync 29: [ OK ] openmp.dualview_host_modify_template_device_sync (0 ms) 29: [ RUN ] openmp.dualview_host_modify_template_device_execspace_sync 29: [ OK ] openmp.dualview_host_modify_template_device_execspace_sync (0 ms) 29: [ RUN ] openmp.dualview_device_modify_template_host_sync 29: [ OK ] openmp.dualview_device_modify_template_host_sync (0 ms) 29: [ RUN ] openmp.dualview_device_modify_template_host_execspace_sync 29: [ OK ] openmp.dualview_device_modify_template_host_execspace_sync (0 ms) 29: [ RUN ] openmp.dualview_template_views_return_correct_executionspace_views 29: [ OK ] openmp.dualview_template_views_return_correct_executionspace_views (0 ms) 29: [ RUN ] openmp.dynamic_view 29: [ OK ] openmp.dynamic_view (10 ms) 29: [ RUN ] openmp.dyn_rank_view_api_generic 29: [ OK ] openmp.dyn_rank_view_api_generic (4 ms) 29: [ RUN ] openmp.dyn_rank_view_api_operator_rank12345 29: [ OK ] openmp.dyn_rank_view_api_operator_rank12345 (0 ms) 29: [ RUN ] openmp.dyn_rank_view_check_fence_resize_realloc 29: /var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 29: skipping since not default execution space 29: [ SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc (0 ms) 29: [ RUN ] openmp.dyn_rank_view_api_operator_rank67 29: [ OK ] openmp.dyn_rank_view_api_operator_rank67 (0 ms) 29: [ RUN ] openmp.ErrorReporterViaLambda 29: [ OK ] openmp.ErrorReporterViaLambda (0 ms) 29: [ RUN ] openmp.ErrorReporter 29: [ OK ] openmp.ErrorReporter (0 ms) 29: [ RUN ] openmp.offsetview_construction 29: [ OK ] openmp.offsetview_construction (5 ms) 29: [ RUN ] openmp.offsetview_unmanaged_construction 29: [ OK ] openmp.offsetview_unmanaged_construction (0 ms) 29: [ RUN ] openmp.offsetview_subview 29: [ OK ] openmp.offsetview_subview (6 ms) 29: [ RUN ] openmp.offsetview_offsets_rank1 29: [ OK ] openmp.offsetview_offsets_rank1 (0 ms) 29: [ RUN ] openmp.offsetview_offsets_rank2 29: [ OK ] openmp.offsetview_offsets_rank2 (0 ms) 29: [ RUN ] openmp.offsetview_offsets_rank3 29: [ OK ] openmp.offsetview_offsets_rank3 (0 ms) 29: [ RUN ] openmp.scatterview 29: [ OK ] openmp.scatterview (731 ms) 29: [ RUN ] openmp.scatterview_devicetype 29: [ OK ] openmp.scatterview_devicetype (3 ms) 29: [ RUN ] openmp.staticcrsgraph 29: [ OK ] openmp.staticcrsgraph (17 ms) 29: [ RUN ] openmp.resize_realloc_no_init_dualview 29: [ OK ] openmp.resize_realloc_no_init_dualview (0 ms) 29: [ RUN ] openmp.resize_realloc_no_alloc_dualview 29: [ OK ] openmp.resize_realloc_no_alloc_dualview (0 ms) 29: [ RUN ] openmp.resize_exec_space_dualview 29: [ OK ] openmp.resize_exec_space_dualview (0 ms) 29: [ RUN ] openmp.realloc_exec_space_dualview 29: [ OK ] openmp.realloc_exec_space_dualview (0 ms) 29: [ RUN ] openmp.resize_realloc_no_init_dynrankview 29: [ OK ] openmp.resize_realloc_no_init_dynrankview (0 ms) 29: [ RUN ] openmp.resize_exec_space_dynrankview 29: [ OK ] openmp.resize_exec_space_dynrankview (0 ms) 29: [ RUN ] openmp.realloc_exec_space_dynrankview 29: [ OK ] openmp.realloc_exec_space_dynrankview (0 ms) 29: [ RUN ] openmp.resize_realloc_no_init_scatterview 29: [ OK ] openmp.resize_realloc_no_init_scatterview (0 ms) 29: [ RUN ] openmp.resize_realloc_no_alloc_scatterview 29: [ OK ] openmp.resize_realloc_no_alloc_scatterview (0 ms) 29: [ RUN ] openmp.resize_exec_space_scatterview 29: [ OK ] openmp.resize_exec_space_scatterview (0 ms) 29: [ RUN ] openmp.realloc_exec_space_scatterview 29: [ OK ] openmp.realloc_exec_space_scatterview (0 ms) 29: [ RUN ] openmp.create_mirror_no_init_dynrankview 29: [ OK ] openmp.create_mirror_no_init_dynrankview (0 ms) 29: [ RUN ] openmp.create_mirror_no_init_dynrankview_viewctor 29: [ OK ] openmp.create_mirror_no_init_dynrankview_viewctor (0 ms) 29: [ RUN ] openmp.create_mirror_view_and_copy_dynrankview 29: [ OK ] openmp.create_mirror_view_and_copy_dynrankview (0 ms) 29: [ RUN ] openmp.create_mirror_no_init_offsetview 29: [ OK ] openmp.create_mirror_no_init_offsetview (0 ms) 29: [ RUN ] openmp.create_mirror_no_init_offsetview_view_ctor 29: [ OK ] openmp.create_mirror_no_init_offsetview_view_ctor (0 ms) 29: [ RUN ] openmp.create_mirror_view_and_copy_offsetview 29: [ OK ] openmp.create_mirror_view_and_copy_offsetview (0 ms) 29: [ RUN ] openmp.create_mirror_no_init_dynamicview 29: [ OK ] openmp.create_mirror_no_init_dynamicview (0 ms) 29: [ RUN ] openmp.create_mirror_view_and_copy_dynamicview 29: [ OK ] openmp.create_mirror_view_and_copy_dynamicview (0 ms) 29: [ RUN ] openmp.create_mirror_no_init_dynamicview_view_ctor 29: [ OK ] openmp.create_mirror_no_init_dynamicview_view_ctor (0 ms) 29: [ RUN ] openmp.UnorderedMap_insert 29: [ OK ] openmp.UnorderedMap_insert (3476 ms) 29: [ RUN ] openmp.UnorderedMap_failed_insert 29: [ OK ] openmp.UnorderedMap_failed_insert (3070 ms) 29: [ RUN ] openmp.UnorderedMap_deep_copy 29: [ OK ] openmp.UnorderedMap_deep_copy (3 ms) 29: [ RUN ] openmp.UnorderedMap_valid_empty 29: [ OK ] openmp.UnorderedMap_valid_empty (0 ms) 29: [ RUN ] openmp.UnorderedMap_clear_zero_size 29: [ OK ] openmp.UnorderedMap_clear_zero_size (0 ms) 29: [ RUN ] openmp.UnorderedMap_consistent_size 29: [ OK ] openmp.UnorderedMap_consistent_size (0 ms) 29: [ RUN ] openmp.UnorderedMap_shallow_copyable_on_device 29: [ OK ] openmp.UnorderedMap_shallow_copyable_on_device (0 ms) 29: [ RUN ] openmp.UnorderedMap_lambda_capturable 29: [ OK ] openmp.UnorderedMap_lambda_capturable (0 ms) 29: [ RUN ] openmp.UnorderedMap_constructor_view_alloc 29: [ OK ] openmp.UnorderedMap_constructor_view_alloc (0 ms) 29: [ RUN ] openmp.viewctorprop_embedded_dim 29: [ OK ] openmp.viewctorprop_embedded_dim (0 ms) 29: [----------] 62 tests from openmp (7539 ms total) 29: 29: [----------] Global test environment tear-down 29: [==========] 62 tests from 1 test suite ran. (7539 ms total) 29: [ PASSED ] 61 tests. 29: [ SKIPPED ] 1 test, listed below: 29: [ SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc 29/53 Test #29: Kokkos_ContainersUnitTest_OpenMP ............ Passed 8.10 sec test 30 Start 30: Kokkos_ContainersUnitTest_HIP 30: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/containers/unit_tests/Kokkos_ContainersUnitTest_HIP 30: Test timeout computed to be: 1500 30: [==========] Running 62 tests from 1 test suite. 30: [----------] Global test environment set-up. 30: [----------] 62 tests from hip 30: [ RUN ] hip.bitset 30: [ OK ] hip.bitset (18 ms) 30: [ RUN ] hip.bitset_default_constructor_no_alloc 30: [ OK ] hip.bitset_default_constructor_no_alloc (0 ms) 30: [ RUN ] hip.dualview_combination 30: [ OK ] hip.dualview_combination (3 ms) 30: [ RUN ] hip.dualview_alloc 30: [ OK ] hip.dualview_alloc (0 ms) 30: [ RUN ] hip.test_dualview_copy_construction_and_assignment 30: [ OK ] hip.test_dualview_copy_construction_and_assignment (0 ms) 30: [ RUN ] hip.dualview_combinations_without_init 30: [ OK ] hip.dualview_combinations_without_init (0 ms) 30: [ RUN ] hip.dualview_deep_copy 30: [ OK ] hip.dualview_deep_copy (1 ms) 30: [ RUN ] hip.dualview_realloc 30: [ OK ] hip.dualview_realloc (0 ms) 30: [ RUN ] hip.dualview_resize 30: [ OK ] hip.dualview_resize (0 ms) 30: [ RUN ] hip.dualview_device_correct_kokkos_device 30: 30: Kokkos::HIP::allocation WARNING: The combination of device and system configuration 30: does not support page migration between device and host. 30: HIPManagedSpace might not work as expected. 30: Please refer to the ROCm documentation on unified/managed memory. 30: [ OK ] hip.dualview_device_correct_kokkos_device (0 ms) 30: [ RUN ] hip.dualview_host_correct_kokkos_device 30: [ OK ] hip.dualview_host_correct_kokkos_device (0 ms) 30: [ RUN ] hip.dualview_host_modify_template_device_sync 30: [ OK ] hip.dualview_host_modify_template_device_sync (0 ms) 30: [ RUN ] hip.dualview_host_modify_template_device_execspace_sync 30: [ OK ] hip.dualview_host_modify_template_device_execspace_sync (0 ms) 30: [ RUN ] hip.dualview_device_modify_template_host_sync 30: [ OK ] hip.dualview_device_modify_template_host_sync (0 ms) 30: [ RUN ] hip.dualview_device_modify_template_host_execspace_sync 30: [ OK ] hip.dualview_device_modify_template_host_execspace_sync (0 ms) 30: [ RUN ] hip.dualview_template_views_return_correct_executionspace_views 30: [ OK ] hip.dualview_template_views_return_correct_executionspace_views (0 ms) 30: [ RUN ] hip.dynamic_view 30: [ OK ] hip.dynamic_view (16 ms) 30: [ RUN ] hip.dyn_rank_view_api_generic 30: [ OK ] hip.dyn_rank_view_api_generic (18 ms) 30: [ RUN ] hip.dyn_rank_view_api_operator_rank12345 30: [ OK ] hip.dyn_rank_view_api_operator_rank12345 (1 ms) 30: [ RUN ] hip.dyn_rank_view_check_fence_resize_realloc 30: [ OK ] hip.dyn_rank_view_check_fence_resize_realloc (0 ms) 30: [ RUN ] hip.dyn_rank_view_api_operator_rank67 30: [ OK ] hip.dyn_rank_view_api_operator_rank67 (1 ms) 30: [ RUN ] hip.ErrorReporterViaLambda 30: [ OK ] hip.ErrorReporterViaLambda (2 ms) 30: [ RUN ] hip.ErrorReporter 30: [ OK ] hip.ErrorReporter (0 ms) 30: [ RUN ] hip.offsetview_construction 30: [ OK ] hip.offsetview_construction (3 ms) 30: [ RUN ] hip.offsetview_unmanaged_construction 30: [ OK ] hip.offsetview_unmanaged_construction (0 ms) 30: [ RUN ] hip.offsetview_subview 30: [ OK ] hip.offsetview_subview (0 ms) 30: [ RUN ] hip.offsetview_offsets_rank1 30: [ OK ] hip.offsetview_offsets_rank1 (0 ms) 30: [ RUN ] hip.offsetview_offsets_rank2 30: [ OK ] hip.offsetview_offsets_rank2 (0 ms) 30: [ RUN ] hip.offsetview_offsets_rank3 30: [ OK ] hip.offsetview_offsets_rank3 (0 ms) 30: [ RUN ] hip.scatterview -- Testing 1-D histogram Density 1D: 2.47955e-07 -0.00969381 -0.00643974 || 0.051031 10984 11789 || 11488.3 11377 || -89.023 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 -0.00890177 0.000663191 || 0.051031 1e+64 -1e+64 Test Scalar=half -- Testing randomness properties 30: [ OK ] hip.scatterview (20412 ms) 30: [ RUN ] hip.scatterview_devicetype 30: [ OK ] hip.scatterview_devicetype (45752 ms) 30: [ RUN ] hip.staticcrsgraph 30: [ OK ] hip.staticcrsgraph (22 ms) 30: [ RUN ] hip.resize_realloc_no_init_dualview 30: [ OK ] hip.resize_realloc_no_init_dualview (5 ms) 30: [ RUN ] hip.resize_realloc_no_alloc_dualview 30: [ OK ] hip.resize_realloc_no_alloc_dualview (0 ms) 30: [ RUN ] hip.resize_exec_space_dualview 30: [ OK ] hip.resize_exec_space_dualview (0 ms) 30: [ RUN ] hip.realloc_exec_space_dualview 30: [ OK ] hip.realloc_exec_space_dualview (0 ms) 30: [ RUN ] hip.resize_realloc_no_init_dynrankview 30: [ OK ] hip.resize_realloc_no_init_dynrankview (0 ms) 30: [ RUN ] hip.resize_exec_space_dynrankview 30: [ OK ] hip.resize_exec_space_dynrankview (0 ms) 30: [ RUN ] hip.realloc_exec_space_dynrankview 30: [ OK ] hip.realloc_exec_space_dynrankview (0 ms) 30: [ RUN ] hip.resize_realloc_no_init_scatterview 30: [ OK ] hip.resize_realloc_no_init_scatterview (0 ms) 30: [ RUN ] hip.resize_realloc_no_alloc_scatterview 30: [ OK ] hip.resize_realloc_no_alloc_scatterview (0 ms) 30: [ RUN ] hip.resize_exec_space_scatterview 30: [ OK ] hip.resize_exec_space_scatterview (0 ms) 30: [ RUN ] hip.realloc_exec_space_scatterview 30: [ OK ] hip.realloc_exec_space_scatterview (0 ms) 30: [ RUN ] hip.create_mirror_no_init_dynrankview 30: [ OK ] hip.create_mirror_no_init_dynrankview (0 ms) 30: [ RUN ] hip.create_mirror_no_init_dynrankview_viewctor 30: [ OK ] hip.create_mirror_no_init_dynrankview_viewctor (0 ms) 30: [ RUN ] hip.create_mirror_view_and_copy_dynrankview 30: [ OK ] hip.create_mirror_view_and_copy_dynrankview (0 ms) 30: [ RUN ] hip.create_mirror_no_init_offsetview 30: [ OK ] hip.create_mirror_no_init_offsetview (0 ms) 30: [ RUN ] hip.create_mirror_no_init_offsetview_view_ctor 30: [ OK ] hip.create_mirror_no_init_offsetview_view_ctor (0 ms) 30: [ RUN ] hip.create_mirror_view_and_copy_offsetview 30: [ OK ] hip.create_mirror_view_and_copy_offsetview (0 ms) 30: [ RUN ] hip.create_mirror_no_init_dynamicview 30: [ OK ] hip.create_mirror_no_init_dynamicview (0 ms) 30: [ RUN ] hip.create_mirror_view_and_copy_dynamicview 30: [ OK ] hip.create_mirror_view_and_copy_dynamicview (0 ms) 30: [ RUN ] hip.create_mirror_no_init_dynamicview_view_ctor 30: [ OK ] hip.create_mirror_no_init_dynamicview_view_ctor (0 ms) 30: [ RUN ] hip.UnorderedMap_insert 30: [ OK ] hip.UnorderedMap_insert (2559 ms) 30: [ RUN ] hip.UnorderedMap_failed_insert 30: [ OK ] hip.UnorderedMap_failed_insert (699 ms) 30: [ RUN ] hip.UnorderedMap_deep_copy 30: [ OK ] hip.UnorderedMap_deep_copy (4 ms) 30: [ RUN ] hip.UnorderedMap_valid_empty 30: [ OK ] hip.UnorderedMap_valid_empty (1 ms) 30: [ RUN ] hip.UnorderedMap_clear_zero_size 30: [ OK ] hip.UnorderedMap_clear_zero_size (0 ms) 30: [ RUN ] hip.UnorderedMap_consistent_size 30: [ OK ] hip.UnorderedMap_consistent_size (0 ms) 30: [ RUN ] hip.UnorderedMap_shallow_copyable_on_device 30: [ OK ] hip.UnorderedMap_shallow_copyable_on_device (0 ms) 30: [ RUN ] hip.UnorderedMap_lambda_capturable 30: [ OK ] hip.UnorderedMap_lambda_capturable (0 ms) 30: [ RUN ] hip.UnorderedMap_constructor_view_alloc 30: [ OK ] hip.UnorderedMap_constructor_view_alloc (0 ms) 30: [ RUN ] hip.viewctorprop_embedded_dim 30: [ OK ] hip.viewctorprop_embedded_dim (1 ms) 30: [----------] 62 tests from hip (69535 ms total) 30: 30: [----------] Global test environment tear-down 30: [==========] 62 tests from 1 test suite ran. (69535 ms total) 30: [ PASSED ] 62 tests. 30/53 Test #30: Kokkos_ContainersUnitTest_HIP ............... Passed 70.02 sec test 31 Start 31: Kokkos_ContainersPerformanceTest_OpenMP 31: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_OpenMP 31: Test timeout computed to be: 1500 31: [==========] Running 5 tests from 1 test suite. 31: [----------] Global test environment set-up. 31: [----------] 5 tests from TEST_CATEGORY 31: [ RUN ] TEST_CATEGORY.dynrankview_perf 31: OpenMP 31: DynRankView vs View: Initialization Only 31: View time (init only): 0.0036649 31: View sum computation time: 0.0036649 31: Strided View time (init only): 0.00179813 31: View Rank7 time (init only): 0.00308231 31: DynRankView time (init only): 0.00216911 31: DynRankView sum computation time: 0.00304288 31: Ratio of View to DynRankView time: 1.68958 31: Ratio of View to DynRankView sum computation time: 1.0008 31: Ratio of View to View Rank7 time: 1.18901 31: Ratio of StrideView to DynRankView time: 0.828969 31: Ratio of DynRankView to View Rank7 time: 0.70373 31: [ OK ] TEST_CATEGORY.dynrankview_perf (87 ms) 31: [ RUN ] TEST_CATEGORY.global_2_local 31: OpenMP 31: size, create, generate, fill, find 31: 256, 6.079e-05, 7.72e-06, 6.128e-05, 0.000626302 31: 512, 3.6149e-05, 1.346e-05, 8.2819e-05, 0.000628042 31: 1024, 3.3059e-05, 8.82e-06, 0.000100049, 0.000692822 31: 2048, 3.284e-05, 6.29e-06, 0.000175948, 0.000749481 31: 4096, 3.5609e-05, 5.99e-06, 0.000292607, 0.0008821 31: 8192, 5.6379e-05, 6.2e-06, 0.000537233, 0.00122814 31: 16384, 7.4869e-05, 9.15e-06, 0.00103585, 0.00211694 31: 32768, 0.000140458, 1.678e-05, 0.00201843, 0.00503114 31: 65536, 0.000245437, 2.954e-05, 0.00465356, 0.0108691 31: 131072, 0.000476354, 4.8919e-05, 0.00889953, 0.0336788 31: 262144, 0.0025328, 8.6959e-05, 0.0178942, 0.0740601 31: 524288, 0.00548412, 0.000122818, 0.0320228, 0.151389 31: 1048576, 0.00928203, 0.000170258, 0.0623896, 0.579972 31: 2097152, 0.0145971, 0.000196518, 0.124033, 2.0514 -- Testing 1-D histogram Density 1D: 0.000246465 -0.999975 -7595.37 || 0.051031 0 77724 || 4.61079e+08 11377 || -1.04998e+08 -0.823045 -- Testing 3-D histogram Density 3D: 0.000738956 -0.161851 0.0212532 || 0.051031 1e+64 -1e+64 Test Scalar=bhalf -- Testing randomness properties 31: 4194304, 0.019761, 0.000305026, 0.248416, 5.0841 31: [ OK ] TEST_CATEGORY.global_2_local (8556 ms) 31: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 31: skipping test 31: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 31: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 31: skipping test 31: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 31: [ RUN ] TEST_CATEGORY.scatter_view 31: ScatterView data-duplicated test: 31: num_threads 8 31: hand-coded test took 0.0306029 seconds 31: test took 0.0310508 seconds 31: num_threads 8 31: hand-coded test took 0.0301732 seconds 31: test took 0.0309251 seconds 31: num_threads 8 31: hand-coded test took 0.0302364 seconds 31: test took 0.0308441 seconds 31: num_threads 8 31: hand-coded test took 0.0301341 seconds 31: test took 0.0305638 seconds 31: num_threads 8 31: hand-coded test took 0.0301657 seconds 31: test took 0.038525 seconds 31: [ OK ] TEST_CATEGORY.scatter_view (436 ms) 31: [----------] 5 tests from TEST_CATEGORY (9081 ms total) 31: 31: [----------] Global test environment tear-down 31: [==========] 5 tests from 1 test suite ran. (9081 ms total) 31: [ PASSED ] 5 tests. 31/53 Test #31: Kokkos_ContainersPerformanceTest_OpenMP ..... Passed 9.50 sec test 32 Start 32: Kokkos_ContainersPerformanceTest_HIP 32: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_HIP 32: Test timeout computed to be: 1500 32: [==========] Running 4 tests from 1 test suite. 32: [----------] Global test environment set-up. 32: [----------] 4 tests from TEST_CATEGORY 32: [ RUN ] TEST_CATEGORY.dynrankview_perf 32: HIP 32: DynRankView vs View: Initialization Only 32: View time (init only): 0.00312713 32: View sum computation time: 0.00312713 32: Strided View time (init only): 0.00157626 32: View Rank7 time (init only): 0.00169108 32: DynRankView time (init only): 0.0016072 32: DynRankView sum computation time: 0.00148813 32: Ratio of View to DynRankView time: 1.9457 32: Ratio of View to DynRankView sum computation time: 0.978114 32: Ratio of View to View Rank7 time: 1.84919 32: Ratio of StrideView to DynRankView time: 0.98075 32: Ratio of DynRankView to View Rank7 time: 0.950399 32: [ OK ] TEST_CATEGORY.dynrankview_perf (14 ms) 32: [ RUN ] TEST_CATEGORY.global_2_local 32: HIP 32: size, create, generate, fill, find 32: 256, 0.000250847, 2.206e-05, 0.00549551, 0.00441811 32: 512, 0.000210897, 1.984e-05, 3.1379e-05, 0.00351436 32: 1024, 0.000204417, 2.128e-05, 3.3409e-05, 0.00354058 32: 2048, 0.000244977, 2.105e-05, 3.3769e-05, 0.00355085 32: 4096, 0.000242607, 2.013e-05, 3.2499e-05, 0.00361914 32: 8192, 0.000246547, 2.041e-05, 3.2439e-05, 0.00357066 32: 16384, 0.000312966, 2.118e-05, 3.5089e-05, 0.00367233 32: 32768, 0.000341845, 2.4179e-05, 3.685e-05, 0.00401817 32: 65536, 0.000399485, 2.383e-05, 4.2739e-05, 0.00418408 32: 131072, 0.000455925, 2.771e-05, 5.8139e-05, 0.00489743 32: 262144, 0.000447644, 2.906e-05, 0.000110418, 0.00645503 32: 524288, 0.000656132, 2.904e-05, 0.000287387, 0.00997053 32: 1048576, 0.000620973, 3.1089e-05, 0.000707892, 0.023109 32: 2097152, 0.000701211, 4.025e-05, 0.00159396, 0.0469419 32: 4194304, 0.0008355, 5.6239e-05, 0.00357822, 0.108966 32: [ OK ] TEST_CATEGORY.global_2_local (254 ms) 32: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 32: skipping test 32: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 32: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 32: skipping test 32: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 32: [----------] 4 tests from TEST_CATEGORY (268 ms total) 32: 32: [----------] Global test environment tear-down 32: [==========] 4 tests from 1 test suite ran. (268 ms total) 32: [ PASSED ] 4 tests. 32/53 Test #32: Kokkos_ContainersPerformanceTest_HIP ........ Passed 0.70 sec test 33 Start 33: Kokkos_UnitTest_Sort 33: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 33: Test timeout computed to be: 1500 33: [==========] Running 15 tests from 1 test suite. 33: [----------] Global test environment set-up. 33: [----------] 15 tests from hip 33: [ RUN ] hip.SortUnsignedValueType 33: [ OK ] hip.SortUnsignedValueType (26 ms) 33: [ RUN ] hip.SortEmptyView 33: [ OK ] hip.SortEmptyView (0 ms) 33: [ RUN ] hip.SortByKeyEmptyView 33: [ OK ] hip.SortByKeyEmptyView (0 ms) 33: [ RUN ] hip.SortByKey 33: [ OK ] hip.SortByKey (20 ms) 33: [ RUN ] hip.SortByKeyWithComparator 33: [ OK ] hip.SortByKeyWithComparator (1 ms) 33: [ RUN ] hip.SortByKeyStaticExtents 33: [ OK ] hip.SortByKeyStaticExtents (0 ms) 33: [ RUN ] hip.SortByKeyWithStrides 33: [ OK ] hip.SortByKeyWithStrides (0 ms) 33: [ RUN ] hip.SortByKeyKeysLargerThanValues 33: 33: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 33: 33: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 10 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 33: [ OK ] hip.SortByKeyKeysLargerThanValues (1196 ms) 33: [ RUN ] hip.SortWithCustomComparator 33: [ OK ] hip.SortWithCustomComparator (387 ms) 33: [ RUN ] hip.BinSortGenericTests 33: [ OK ] hip.BinSortGenericTests (21 ms) 33: [ RUN ] hip.BinSortEmptyView 33: [ OK ] hip.BinSortEmptyView (0 ms) 33: [ RUN ] hip.BinSortEmptyKeysView 33: [ OK ] hip.BinSortEmptyKeysView (0 ms) 33: [ RUN ] hip.BinSortUnsignedKeyLayoutStrideValues 33: [ OK ] hip.BinSortUnsignedKeyLayoutStrideValues (8735 ms) 33: [ RUN ] hip.NestedSort 33: [ OK ] hip.NestedSort (50 ms) 33: [ RUN ] hip.NestedSortByKey 33: [ OK ] hip.NestedSortByKey (165 ms) 33: [----------] 15 tests from hip (10606 ms total) 33: 33: [----------] Global test environment tear-down 33: [==========] 15 tests from 1 test suite ran. (10606 ms total) 33: [ PASSED ] 15 tests. 33/53 Test #33: Kokkos_UnitTest_Sort ........................ Passed 11.05 sec test 34 Start 34: Kokkos_UnitTest_Random 34: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_UnitTest_Random 34: Test timeout computed to be: 1500 34: [==========] Running 3 tests from 1 test suite. 34: [----------] Global test environment set-up. 34: [----------] 3 tests from hip 34: [ RUN ] hip.Random_XorShift64 34: Test Seed:1711683520472162256 34: Test Scalar=int 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 6.43252e-07 0.0117784 -0.0118868 || 0.051031 28025 29274 || 28340.6 28674.4 || -164.323 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.43252e-07 -0.0102486 0.00482032 || 0.051031 1e+64 -1e+64 34: Test Scalar=unsigned int 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 6.43252e-07 0.0254206 0.0103782 || 0.051031 28040 29374 || 27963.5 28674.4 || 143.468 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.43252e-07 0.00391819 -0.00876165 || 0.051031 1e+64 -1e+64 34: Test Scalar=int64_t 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 6.43252e-07 0.000478683 -0.000571479 || 0.051031 28019 29323 || 28660.7 28674.4 || -7.90013 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.43252e-07 0.00574492 2.5944e-05 || 0.051031 1e+64 -1e+64 34: Test Scalar=uint64_t 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 6.43252e-07 -0.00689126 0.0261514 || 0.051031 28066 29354 || 28873.4 28674.4 || 361.517 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.43252e-07 -0.0172561 -0.00434013 || 0.051031 1e+64 -1e+64 34: Test Scalar=half 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 0.000244362 -0.99999 -48242.6 || 0.051031 0 194906 || 2.92834e+09 28674.4 || -6.66905e+08 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 0.000731988 -0.305341 0.146237 || 0.051031 1e+64 -1e+64 34: Test Scalar=bhalf 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 6.68478e-07 -0.00740812 0.0278288 || 0.051031 28056 29297 || 28888.4 28674.4 || 384.705 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 7.18929e-07 0.00134052 -0.00408482 || 0.051031 1e+64 -1e+64 34: Test Scalar=float 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 6.68478e-07 0.00370148 0.0419672 || 0.051031 28030 29414 || 28568.6 28674.4 || 580.154 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 7.18929e-07 -0.00669505 -0.0146054 || 0.051031 1e+64 -1e+64 34: Test Scalar=double 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 6.43252e-07 0.0278983 -0.00267813 || 0.051031 27971 29302 || 27896.1 28674.4 || -37.0225 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.43252e-07 0.00197155 -0.00221895 || 0.051031 1e+64 -1e+64 34: Test Seed:1711683520603498332 34: Test Scalar=int 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 6.45775e-07 0.0133309 -0.00385396 || 0.051031 28100 29366 || 28297.2 28674.4 || -53.2771 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.5082e-07 -0.0105184 0.00390376 || 0.051031 1e+64 -1e+64 34: Test Scalar=unsigned int 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 6.43252e-07 0.0122372 -0.0112836 || 0.051031 28062 29362 || 28327.7 28674.4 || -155.985 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.43252e-07 -0.0089272 -0.00656935 || 0.051031 1e+64 -1e+64 34: Test Scalar=int64_t 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 6.43252e-07 0.0176862 0.00670723 || 0.051031 27928 29320 || 28176.1 28674.4 || 92.7207 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.43252e-07 0.0101172 -0.00174578 || 0.051031 1e+64 -1e+64 34: Test Scalar=uint64_t 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 6.43252e-07 0.00711488 0.0214731 || 0.051031 28032 29350 || 28471.8 28674.4 || 296.844 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.43252e-07 -0.0130197 0.00363168 || 0.051031 1e+64 -1e+64 34: Test Scalar=half 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 0.000244864 -0.99999 -48244 || 0.051031 0 195313 || 2.92869e+09 28674.4 || -6.66925e+08 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 0.000733451 -0.315407 0.148501 || 0.051031 1e+64 -1e+64 34: Test Scalar=bhalf 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 6.71e-07 -0.0122581 -0.00466567 || 0.051031 27982 29336 || 29030.2 28674.4 || -64.4982 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 7.26496e-07 0.012115 0.00156868 || 0.051031 1e+64 -1e+64 34: Test Scalar=float 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 6.71e-07 0.00140082 -0.00732422 || 0.051031 27994 29307 || 28634.3 28674.4 || -101.25 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 7.26496e-07 -0.00257568 0.0138466 || 0.051031 1e+64 -1e+64 34: Test Scalar=double 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 6.43252e-07 -0.0223819 -0.00815871 || 0.051031 28024 29376 || 29330.9 28674.4 || -112.786 -2.0744 34: -- Testing 3-D histogram 34: Density 3D: 6.43252e-07 0.0112003 -0.00515091 || 0.051031 1e+64 -1e+64 34: [ OK ] hip.Random_XorShift64 (254 ms) 34: [ RUN ] hip.Random_XorShift1024_0 34: Test Seed:1711683520726187563 34: Test Scalar=int 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 2.47955e-07 -0.0158789 -0.00691177 || 0.051031 10972 11802 || 11560.5 11377 || -95.5483 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 -0.00117978 -0.000275136 || 0.051031 1e+64 -1e+64 34: Test Scalar=unsigned int 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 2.47955e-07 -0.0053784 -0.0117882 || 0.051031 10953 11781 || 11438.5 11377 || -162.96 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 0.0150662 0.00123527 || 0.051031 1e+64 -1e+64 34: Test Scalar=int64_t 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 2.47955e-07 0.0206884 -0.0067344 || 0.051031 10945 11793 || 11146.4 11377 || -93.0964 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 0.0245792 -0.0026365 || 0.051031 1e+64 -1e+64 34: Test Scalar=uint64_t 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 2.47955e-07 -0.00544823 0.00167032 || 0.051031 10927 11768 || 11439.3 11377 || 23.0905 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 0.0129778 0.00298581 || 0.051031 1e+64 -1e+64 34: Test Scalar=half 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 0.000243373 -0.999975 -7593.87 || 0.051031 0 77625 || 4.61036e+08 11377 || -1.04978e+08 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 0.000729807 -0.155711 0.0230495 || 0.051031 1e+64 -1e+64 34: Test Scalar=bhalf 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 2.54313e-07 0.00996368 -0.00444906 || 0.051031 10965 11830 || 11264.7 11377 || -61.5038 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.67029e-07 0.00732182 0.00139063 || 0.051031 1e+64 -1e+64 34: Test Scalar=float 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 2.60671e-07 -0.0220949 -0.00698833 || 0.051031 10943 11800 || 11634 11377 || -96.6067 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.86102e-07 0.00482767 0.00365865 || 0.051031 1e+64 -1e+64 34: Test Scalar=double 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 2.47955e-07 -0.00492838 0.00983959 || 0.051031 10915 11767 || 11433.3 11377 || 136.022 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 -0.00292932 0.00179816 || 0.051031 1e+64 -1e+64 34: Test Seed:1711683520819808977 34: Test Scalar=int 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 2.47955e-07 0.032273 -0.00807882 || 0.051031 10967 11762 || 11021.3 11377 || -111.682 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 0.00558182 -0.00266083 || 0.051031 1e+64 -1e+64 34: Test Scalar=unsigned int 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 2.47955e-07 -0.0043928 -0.000139108 || 0.051031 10913 11804 || 11427.2 11377 || -1.92303 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 -0.0140728 0.00238156 || 0.051031 1e+64 -1e+64 34: Test Scalar=int64_t 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 2.47955e-07 -0.00627839 0.00350133 || 0.051031 10917 11778 || 11448.8 11377 || 48.4024 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 0.00305589 0.00439016 || 0.051031 1e+64 -1e+64 34: Test Scalar=uint64_t 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 2.47955e-07 0.00502413 0.0107478 || 0.051031 10943 11781 || 11320.1 11377 || 148.578 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 0.00571177 -0.000739834 || 0.051031 1e+64 -1e+64 34: Test Scalar=half 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 0.000248004 -0.999975 -7595.27 || 0.051031 0 77530 || 4.60965e+08 11377 || -1.04997e+08 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 0.000743751 -0.154468 0.0239835 || 0.051031 1e+64 -1e+64 34: Test Scalar=bhalf 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 3.05176e-07 -0.0106354 -0.0125138 || 0.051031 10973 11793 || 11499.3 11377 || -172.99 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 4.19617e-07 0.0105673 -0.00208706 || 0.051031 1e+64 -1e+64 34: Test Scalar=float 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 3.05176e-07 0.00577341 -0.021162 || 0.051031 10967 11772 || 11311.7 11377 || -292.543 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 4.19617e-07 -0.00289257 0.000700647 || 0.051031 1e+64 -1e+64 34: Test Scalar=double 34: -- Testing randomness properties 34: -- Testing 1-D histogram 34: Density 1D: 2.47955e-07 0.0039295 0.00941355 || 0.051031 10955 11787 || 11332.4 11377 || 130.133 -0.823045 34: -- Testing 3-D histogram 34: Density 3D: 2.47955e-07 0.00214078 0.00165812 || 0.051031 1e+64 -1e+64 34: [ OK ] hip.Random_XorShift1024_0 (226 ms) 34: [ RUN ] hip.Multi_streams 34: [ OK ] hip.Multi_streams (295 ms) 34: [----------] 3 tests from hip (776 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 3 tests from 1 test suite ran. (776 ms total) 34: [ PASSED ] 3 tests. 34/53 Test #34: Kokkos_UnitTest_Random ...................... Passed 1.22 sec test 35 Start 35: Kokkos_AlgorithmsUnitTest_StdSet_A 35: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 35: Test timeout computed to be: 1500 35: [==========] Running 14 tests from 3 test suites. 35: [----------] Global test environment set-up. 35: [----------] 3 tests from std_algorithms_reducers 35: [ RUN ] std_algorithms_reducers.max_first_loc 35: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 35: [ RUN ] std_algorithms_reducers.min_first_loc 35: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 35: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 35: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 35: [----------] 3 tests from std_algorithms_reducers (0 ms total) 35: 35: [----------] 1 test from std_algorithms 35: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 35: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 35: [----------] 1 test from std_algorithms (0 ms total) 35: 35: [----------] 10 tests from random_access_iterator_test 35: [ RUN ] random_access_iterator_test.constructor 35: [ OK ] random_access_iterator_test.constructor (1 ms) 35: [ RUN ] random_access_iterator_test.dereference 35: [ OK ] random_access_iterator_test.dereference (0 ms) 35: [ RUN ] random_access_iterator_test.subscript_operator 35: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 35: [ RUN ] random_access_iterator_test.operatorsSet1 35: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 35: [ RUN ] random_access_iterator_test.operatorsSet2 35: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 35: [ RUN ] random_access_iterator_test.operatorsSet3 35: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 35: [ RUN ] random_access_iterator_test.operatorsSet4 35: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 35: [ RUN ] random_access_iterator_test.assignment_operator 35: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 35: [ RUN ] random_access_iterator_test.distance 35: [ OK ] random_access_iterator_test.distance (0 ms) 35: [ RUN ] random_access_iterator_test.traits_helpers 35: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 35: [----------] 10 tests from random_access_iterator_test (4 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 14 tests from 3 test suites ran. (4 ms total) 35: [ PASSED ] 14 tests. 35/53 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_A .......... Passed 0.43 sec test 36 Start 36: Kokkos_AlgorithmsUnitTest_StdSet_B 36: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 36: Test timeout computed to be: 1500 36: [==========] Running 7 tests from 1 test suite. 36: [----------] Global test environment set-up. 36: [----------] 7 tests from std_algorithms_min_max_element_test 36: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 36: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 36: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 36: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 36: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 36: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (10 ms) 36: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 36: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (7 ms) 36: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 36: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (7 ms) 36: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 36: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (7 ms) 36: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 36: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (12 ms) 36: [----------] 7 tests from std_algorithms_min_max_element_test (46 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 7 tests from 1 test suite ran. (46 ms total) 36: [ PASSED ] 7 tests. 36/53 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_B .......... Passed 0.47 sec test 37 Start 37: Kokkos_AlgorithmsUnitTest_StdSet_C 37: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 37: Test timeout computed to be: 1500 37: [==========] Running 13 tests from 10 test suites. 37: [----------] Global test environment set-up. 37: [----------] 1 test from std_algorithms_lexicographical_compare_test 37: [ RUN ] std_algorithms_lexicographical_compare_test.test 37: [ OK ] std_algorithms_lexicographical_compare_test.test (94 ms) 37: [----------] 1 test from std_algorithms_lexicographical_compare_test (94 ms total) 37: 37: [----------] 1 test from std_algorithms_for_each_test 37: [ RUN ] std_algorithms_for_each_test.test 37: [ OK ] std_algorithms_for_each_test.test (80 ms) 37: [----------] 1 test from std_algorithms_for_each_test (80 ms total) 37: 37: [----------] 1 test from std_algorithms_find_test 37: [ RUN ] std_algorithms_find_test.test 37: [ OK ] std_algorithms_find_test.test (45 ms) 37: [----------] 1 test from std_algorithms_find_test (45 ms total) 37: 37: [----------] 4 tests from std_algorithms_non_mod_seq_ops 37: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 37: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (465 ms) 37: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 37: [ OK ] std_algorithms_non_mod_seq_ops.find_end (746 ms) 37: [ RUN ] std_algorithms_non_mod_seq_ops.search 37: [ OK ] std_algorithms_non_mod_seq_ops.search (569 ms) 37: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 37: [ OK ] std_algorithms_non_mod_seq_ops.search_n (373 ms) 37: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2155 ms total) 37: 37: [----------] 1 test from std_algorithms_count_test 37: [ RUN ] std_algorithms_count_test.test 37: [ OK ] std_algorithms_count_test.test (53 ms) 37: [----------] 1 test from std_algorithms_count_test (53 ms total) 37: 37: [----------] 1 test from std_algorithms_equal_test 37: [ RUN ] std_algorithms_equal_test.test 37: [ OK ] std_algorithms_equal_test.test (17 ms) 37: [----------] 1 test from std_algorithms_equal_test (17 ms total) 37: 37: [----------] 1 test from std_algorithms_all_any_none_of_test 37: [ RUN ] std_algorithms_all_any_none_of_test.test 37: [ OK ] std_algorithms_all_any_none_of_test.test (48 ms) 37: [----------] 1 test from std_algorithms_all_any_none_of_test (48 ms total) 37: 37: [----------] 1 test from std_algorithms_nonmod_seq_ops 37: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 37: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (79 ms) 37: [----------] 1 test from std_algorithms_nonmod_seq_ops (79 ms total) 37: 37: [----------] 1 test from std_algorithms_mismatch_test 37: [ RUN ] std_algorithms_mismatch_test.test 37: [ OK ] std_algorithms_mismatch_test.test (111 ms) 37: [----------] 1 test from std_algorithms_mismatch_test (111 ms total) 37: 37: [----------] 1 test from std_algorithms_mod_seq_ops 37: [ RUN ] std_algorithms_mod_seq_ops.move_backward 37: [ OK ] std_algorithms_mod_seq_ops.move_backward (44 ms) 37: [----------] 1 test from std_algorithms_mod_seq_ops (44 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 13 tests from 10 test suites ran. (2731 ms total) 37: [ PASSED ] 13 tests. 37/53 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_C .......... Passed 3.16 sec test 38 Start 38: Kokkos_AlgorithmsUnitTest_StdSet_D 38: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 38: Test timeout computed to be: 1500 38: [==========] Running 31 tests from 5 test suites. 38: [----------] Global test environment set-up. 38: [----------] 3 tests from std_algorithms_mod_ops_test 38: [ RUN ] std_algorithms_mod_ops_test.move 38: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 38: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 38: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (2 ms) 38: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 38: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 38: [----------] 3 tests from std_algorithms_mod_ops_test (2 ms total) 38: 38: [----------] 12 tests from std_algorithms_mod_seq_ops_test 38: [ RUN ] std_algorithms_mod_seq_ops_test.copy 38: [ OK ] std_algorithms_mod_seq_ops_test.copy (2 ms) 38: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 38: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 38: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 38: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 38: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 38: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 38: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 38: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 38: [ RUN ] std_algorithms_mod_seq_ops_test.fill 38: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 38: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 38: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 38: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 38: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 38: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 38: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 38: [ RUN ] std_algorithms_mod_seq_ops_test.generate 38: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 38: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 38: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 38: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 38: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms) 38: [----------] 12 tests from std_algorithms_mod_seq_ops_test (5 ms total) 38: 38: [----------] 4 tests from std_algorithms_replace_ops_test 38: [ RUN ] std_algorithms_replace_ops_test.replace 38: [ OK ] std_algorithms_replace_ops_test.replace (31 ms) 38: [ RUN ] std_algorithms_replace_ops_test.replace_if 38: [ OK ] std_algorithms_replace_ops_test.replace_if (133 ms) 38: [ RUN ] std_algorithms_replace_ops_test.replace_copy 38: [ OK ] std_algorithms_replace_ops_test.replace_copy (49 ms) 38: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 38: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (46 ms) 38: [----------] 4 tests from std_algorithms_replace_ops_test (260 ms total) 38: 38: [----------] 11 tests from std_algorithms_mod_seq_ops 38: [ RUN ] std_algorithms_mod_seq_ops.copy_if 38: [ OK ] std_algorithms_mod_seq_ops.copy_if (34 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.unique 38: [ OK ] std_algorithms_mod_seq_ops.unique (142 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 38: [ OK ] std_algorithms_mod_seq_ops.unique_copy (58 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.remove 38: [ OK ] std_algorithms_mod_seq_ops.remove (40 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.remove_if 38: [ OK ] std_algorithms_mod_seq_ops.remove_if (45 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 38: [ OK ] std_algorithms_mod_seq_ops.remove_copy (162 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 38: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (42 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.rotate 38: [ OK ] std_algorithms_mod_seq_ops.rotate (1215 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 38: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (425 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.shift_left 38: [ OK ] std_algorithms_mod_seq_ops.shift_left (1353 ms) 38: [ RUN ] std_algorithms_mod_seq_ops.shift_right 38: [ OK ] std_algorithms_mod_seq_ops.shift_right (1336 ms) 38: [----------] 11 tests from std_algorithms_mod_seq_ops (4858 ms total) 38: 38: [----------] 1 test from std_algorithms_modseq_test 38: [ RUN ] std_algorithms_modseq_test.reverse 38: [ OK ] std_algorithms_modseq_test.reverse (49 ms) 38: [----------] 1 test from std_algorithms_modseq_test (49 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 31 tests from 5 test suites ran. (5177 ms total) 38: [ PASSED ] 31 tests. 38/53 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_D .......... Passed 5.61 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_E 39: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 39: Test timeout computed to be: 1500 39: [==========] Running 29 tests from 7 test suites. 39: [----------] Global test environment set-up. 39: [----------] 2 tests from std_algorithms_sorting_ops_test 39: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 39: [ OK ] std_algorithms_sorting_ops_test.is_sorted (13 ms) 39: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 39: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (11 ms) 39: [----------] 2 tests from std_algorithms_sorting_ops_test (24 ms total) 39: 39: [----------] 4 tests from std_algorithms_partitioning_test 39: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 39: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 39: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 39: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (2 ms) 39: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 39: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms) 39: [ RUN ] std_algorithms_partitioning_test.partition_point 39: [ OK ] std_algorithms_partitioning_test.partition_point (1 ms) 39: [----------] 4 tests from std_algorithms_partitioning_test (4 ms total) 39: 39: [----------] 1 test from std_algorithms_partitioning_ops 39: [ RUN ] std_algorithms_partitioning_ops.partition_copy 39: [ OK ] std_algorithms_partitioning_ops.partition_copy (30 ms) 39: [----------] 1 test from std_algorithms_partitioning_ops (30 ms total) 39: 39: [----------] 12 tests from std_algorithms_numerics_test 39: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 39: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (6 ms) 39: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 39: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms) 39: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 39: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms) 39: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 39: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms) 39: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 39: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms) 39: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 39: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms) 39: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 39: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms) 39: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 39: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms) 39: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 39: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms) 39: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 39: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms) 39: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 39: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms) 39: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 39: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms) 39: [----------] 12 tests from std_algorithms_numerics_test (15 ms total) 39: 39: [----------] 1 test from std_algorithms_numerics_ops_test 39: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 39: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (81 ms) 39: [----------] 1 test from std_algorithms_numerics_ops_test (81 ms total) 39: 39: [----------] 8 tests from std_algorithms_numeric_ops_test 39: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 39: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (769 ms) 39: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 39: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 39: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan 39: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (645 ms) 39: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 39: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 39: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 39: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (207 ms) 39: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 39: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 39: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan 39: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (327 ms) 39: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 39: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 39: [----------] 8 tests from std_algorithms_numeric_ops_test (1949 ms total) 39: 39: [----------] 1 test from std_algorithms_transform_ops_test 39: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 39: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (35 ms) 39: [----------] 1 test from std_algorithms_transform_ops_test (35 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 29 tests from 7 test suites ran. (2142 ms total) 39: [ PASSED ] 29 tests. 39/53 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_E .......... Passed 2.58 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 40: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 40: Test timeout computed to be: 1500 40: [==========] Running 12 tests from 7 test suites. 40: [----------] Global test environment set-up. 40: [----------] 2 tests from std_algorithms_adjacent_find_team_test 40: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 40: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (354 ms) 40: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 40: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (338 ms) 40: [----------] 2 tests from std_algorithms_adjacent_find_team_test (692 ms total) 40: 40: [----------] 2 tests from std_algorithms_count_team_test 40: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero 40: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (315 ms) 40: [ RUN ] std_algorithms_count_team_test.count_returns_zero 40: [ OK ] std_algorithms_count_team_test.count_returns_zero (144 ms) 40: [----------] 2 tests from std_algorithms_count_team_test (459 ms total) 40: 40: [----------] 1 test from std_algorithms_count_if_team_test 40: [ RUN ] std_algorithms_count_if_team_test.test 40: [ OK ] std_algorithms_count_if_team_test.test (187 ms) 40: [----------] 1 test from std_algorithms_count_if_team_test (187 ms total) 40: 40: [----------] 1 test from std_algorithms_for_each_team_test 40: [ RUN ] std_algorithms_for_each_team_test.test 40: [ OK ] std_algorithms_for_each_team_test.test (284 ms) 40: [----------] 1 test from std_algorithms_for_each_team_test (284 ms total) 40: 40: [----------] 1 test from std_algorithms_for_each_n_team_test 40: [ RUN ] std_algorithms_for_each_n_team_test.test 40: [ OK ] std_algorithms_for_each_n_team_test.test (300 ms) 40: [----------] 1 test from std_algorithms_for_each_n_team_test (300 ms total) 40: 40: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 40: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal 40: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (1513 ms) 40: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 40: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (953 ms) 40: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 40: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (951 ms) 40: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (3418 ms total) 40: 40: [----------] 2 tests from std_algorithms_mismatch_team_test 40: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 40: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (1124 ms) 40: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 40: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (483 ms) 40: [----------] 2 tests from std_algorithms_mismatch_team_test (1607 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 12 tests from 7 test suites ran. (6952 ms total) 40: [ PASSED ] 12 tests. 40/53 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ..... Passed 7.38 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 41: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 41: Test timeout computed to be: 1500 41: [==========] Running 8 tests from 4 test suites. 41: [----------] Global test environment set-up. 41: [----------] 2 tests from std_algorithms_equal_team_test 41: [ RUN ] std_algorithms_equal_team_test.views_are_equal 41: [ OK ] std_algorithms_equal_team_test.views_are_equal (1099 ms) 41: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 41: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (707 ms) 41: [----------] 2 tests from std_algorithms_equal_team_test (1807 ms total) 41: 41: [----------] 2 tests from std_algorithms_search_team_test 41: [ RUN ] std_algorithms_search_team_test.sequences_exist 41: [ OK ] std_algorithms_search_team_test.sequences_exist (431 ms) 41: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 41: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (552 ms) 41: [----------] 2 tests from std_algorithms_search_team_test (983 ms total) 41: 41: [----------] 2 tests from std_algorithms_find_end_team_test 41: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 41: [ OK ] std_algorithms_find_end_team_test.sequences_exist (963 ms) 41: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist 41: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (825 ms) 41: [----------] 2 tests from std_algorithms_find_end_team_test (1788 ms total) 41: 41: [----------] 2 tests from std_algorithms_find_first_of_team_test 41: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 41: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (707 ms) 41: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 41: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (2627 ms) 41: [----------] 2 tests from std_algorithms_find_first_of_team_test (3334 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 8 tests from 4 test suites ran. (7913 ms total) 41: [ PASSED ] 8 tests. 41/53 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ..... Passed 8.34 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 42: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 42: Test timeout computed to be: 1500 42: [==========] Running 11 tests from 7 test suites. 42: [----------] Global test environment set-up. 42: [----------] 2 tests from std_algorithms_find_team_test 42: [ RUN ] std_algorithms_find_team_test.searched_values_exist 42: [ OK ] std_algorithms_find_team_test.searched_values_exist (181 ms) 42: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist 42: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (247 ms) 42: [----------] 2 tests from std_algorithms_find_team_test (428 ms total) 42: 42: [----------] 2 tests from std_algorithms_find_if_team_test 42: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 42: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (145 ms) 42: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 42: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (255 ms) 42: [----------] 2 tests from std_algorithms_find_if_team_test (400 ms total) 42: 42: [----------] 2 tests from std_algorithms_find_if_not_team_test 42: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 42: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (243 ms) 42: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false 42: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (142 ms) 42: [----------] 2 tests from std_algorithms_find_if_not_team_test (386 ms total) 42: 42: [----------] 1 test from std_algorithms_all_of_team_test 42: [ RUN ] std_algorithms_all_of_team_test.test 42: [ OK ] std_algorithms_all_of_team_test.test (239 ms) 42: [----------] 1 test from std_algorithms_all_of_team_test (239 ms total) 42: 42: [----------] 1 test from std_algorithms_any_of_team_test 42: [ RUN ] std_algorithms_any_of_team_test.test 42: [ OK ] std_algorithms_any_of_team_test.test (138 ms) 42: [----------] 1 test from std_algorithms_any_of_team_test (138 ms total) 42: 42: [----------] 1 test from std_algorithms_none_of_team_test 42: [ RUN ] std_algorithms_none_of_team_test.test 42: [ OK ] std_algorithms_none_of_team_test.test (243 ms) 42: [----------] 1 test from std_algorithms_none_of_team_test (243 ms total) 42: 42: [----------] 2 tests from std_algorithms_search_n_team_test 42: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 42: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (190 ms) 42: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 42: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (179 ms) 42: [----------] 2 tests from std_algorithms_search_n_team_test (369 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 11 tests from 7 test suites ran. (2207 ms total) 42: [ PASSED ] 11 tests. 42/53 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ..... Passed 2.64 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 43: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 43: Test timeout computed to be: 1500 43: [==========] Running 3 tests from 3 test suites. 43: [----------] Global test environment set-up. 43: [----------] 1 test from std_algorithms_min_element_team_test 43: [ RUN ] std_algorithms_min_element_team_test.test 43: [ OK ] std_algorithms_min_element_team_test.test (748 ms) 43: [----------] 1 test from std_algorithms_min_element_team_test (748 ms total) 43: 43: [----------] 1 test from std_algorithms_max_element_team_test 43: [ RUN ] std_algorithms_max_element_team_test.test 43: [ OK ] std_algorithms_max_element_team_test.test (726 ms) 43: [----------] 1 test from std_algorithms_max_element_team_test (726 ms total) 43: 43: [----------] 1 test from std_algorithms_minmax_element_team_test 43: [ RUN ] std_algorithms_minmax_element_team_test.test 43: [ OK ] std_algorithms_minmax_element_team_test.test (913 ms) 43: [----------] 1 test from std_algorithms_minmax_element_team_test (913 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 3 tests from 3 test suites ran. (2388 ms total) 43: [ PASSED ] 3 tests. 43/53 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ..... Passed 2.81 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 44: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 44: Test timeout computed to be: 1500 44: [==========] Running 6 tests from 6 test suites. 44: [----------] Global test environment set-up. 44: [----------] 1 test from std_algorithms_fill_team_test 44: [ RUN ] std_algorithms_fill_team_test.test 44: [ OK ] std_algorithms_fill_team_test.test (207 ms) 44: [----------] 1 test from std_algorithms_fill_team_test (207 ms total) 44: 44: [----------] 1 test from std_algorithms_fill_n_team_test 44: [ RUN ] std_algorithms_fill_n_team_test.test 44: [ OK ] std_algorithms_fill_n_team_test.test (321 ms) 44: [----------] 1 test from std_algorithms_fill_n_team_test (321 ms total) 44: 44: [----------] 1 test from std_algorithms_replace_team_test 44: [ RUN ] std_algorithms_replace_team_test.test 44: [ OK ] std_algorithms_replace_team_test.test (317 ms) 44: [----------] 1 test from std_algorithms_replace_team_test (317 ms total) 44: 44: [----------] 1 test from std_algorithms_replace_if_team_test 44: [ RUN ] std_algorithms_replace_if_team_test.test 44: [ OK ] std_algorithms_replace_if_team_test.test (362 ms) 44: [----------] 1 test from std_algorithms_replace_if_team_test (362 ms total) 44: 44: [----------] 1 test from std_algorithms_replace_copy_team_test 44: [ RUN ] std_algorithms_replace_copy_team_test.test 44: [ OK ] std_algorithms_replace_copy_team_test.test (604 ms) 44: [----------] 1 test from std_algorithms_replace_copy_team_test (604 ms total) 44: 44: [----------] 1 test from std_algorithms_replace_copy_if_team_test 44: [ RUN ] std_algorithms_replace_copy_if_team_test.test 44: [ OK ] std_algorithms_replace_copy_if_team_test.test (471 ms) 44: [----------] 1 test from std_algorithms_replace_copy_if_team_test (471 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 6 tests from 6 test suites ran. (2285 ms total) 44: [ PASSED ] 6 tests. 44/53 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ..... Passed 2.73 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 45: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 45: Test timeout computed to be: 1500 45: [==========] Running 4 tests from 4 test suites. 45: [----------] Global test environment set-up. 45: [----------] 1 test from std_algorithms_reverse_team_test 45: [ RUN ] std_algorithms_reverse_team_test.test 45: [ OK ] std_algorithms_reverse_team_test.test (232 ms) 45: [----------] 1 test from std_algorithms_reverse_team_test (232 ms total) 45: 45: [----------] 1 test from std_algorithms_reverse_copy_team_test 45: [ RUN ] std_algorithms_reverse_copy_team_test.test 45: [ OK ] std_algorithms_reverse_copy_team_test.test (272 ms) 45: [----------] 1 test from std_algorithms_reverse_copy_team_test (272 ms total) 45: 45: [----------] 1 test from std_algorithms_rotate_team_test 45: [ RUN ] std_algorithms_rotate_team_test.test 45: [ OK ] std_algorithms_rotate_team_test.test (513 ms) 45: [----------] 1 test from std_algorithms_rotate_team_test (513 ms total) 45: 45: [----------] 1 test from std_algorithms_rotate_copy_team_test 45: [ RUN ] std_algorithms_rotate_copy_team_test.test -- Testing 1-D histogram Density 1D: 0.00195707 -0.999997 -9107.64 || 0.051031 0 616697 || 4.51599e+09 11377 || -1.25904e+08 -0.823045 -- Testing 3-D histogram Density 3D: 0.0058831 -0.922243 1.60357 || 0.051031 1e+64 -1e+64 Test Scalar=float -- Testing randomness properties 45: [ OK ] std_algorithms_rotate_copy_team_test.test (449 ms) 45: [----------] 1 test from std_algorithms_rotate_copy_team_test (449 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 4 tests from 4 test suites ran. (1468 ms total) 45: [ PASSED ] 4 tests. 45/53 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ..... Passed 1.91 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 46: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 46: Test timeout computed to be: 1500 46: [==========] Running 4 tests from 4 test suites. 46: [----------] Global test environment set-up. 46: [----------] 1 test from std_algorithms_move_team_test 46: [ RUN ] std_algorithms_move_team_test.test 46: [ OK ] std_algorithms_move_team_test.test (425 ms) 46: [----------] 1 test from std_algorithms_move_team_test (425 ms total) 46: 46: [----------] 1 test from std_algorithms_move_backward_team_test 46: [ RUN ] std_algorithms_move_backward_team_test.test 46: [ OK ] std_algorithms_move_backward_team_test.test (405 ms) 46: [----------] 1 test from std_algorithms_move_backward_team_test (405 ms total) 46: 46: [----------] 1 test from std_algorithms_shift_left_team_test 46: [ RUN ] std_algorithms_shift_left_team_test.test 46: [ OK ] std_algorithms_shift_left_team_test.test (1383 ms) 46: [----------] 1 test from std_algorithms_shift_left_team_test (1383 ms total) 46: 46: [----------] 1 test from std_algorithms_shift_right_team_test 46: [ RUN ] std_algorithms_shift_right_team_test.test 46: [ OK ] std_algorithms_shift_right_team_test.test (1265 ms) 46: [----------] 1 test from std_algorithms_shift_right_team_test (1265 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 4 tests from 4 test suites ran. (3479 ms total) 46: [ PASSED ] 4 tests. 46/53 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ..... Passed 3.91 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 47: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 47: Test timeout computed to be: 1500 47: [==========] Running 9 tests from 9 test suites. 47: [----------] Global test environment set-up. 47: [----------] 1 test from std_algorithms_copy_team_test 47: [ RUN ] std_algorithms_copy_team_test.test 47: [ OK ] std_algorithms_copy_team_test.test (531 ms) 47: [----------] 1 test from std_algorithms_copy_team_test (531 ms total) 47: 47: [----------] 1 test from std_algorithms_copy_n_team_test 47: [ RUN ] std_algorithms_copy_n_team_test.test 47: [ OK ] std_algorithms_copy_n_team_test.test (373 ms) 47: [----------] 1 test from std_algorithms_copy_n_team_test (373 ms total) 47: 47: [----------] 1 test from std_algorithms_copy_backward_team_test 47: [ RUN ] std_algorithms_copy_backward_team_test.test 47: [ OK ] std_algorithms_copy_backward_team_test.test (389 ms) 47: [----------] 1 test from std_algorithms_copy_backward_team_test (389 ms total) 47: 47: [----------] 1 test from std_algorithms_copy_if_team_test 47: [ RUN ] std_algorithms_copy_if_team_test.test 47: [ OK ] std_algorithms_copy_if_team_test.test (408 ms) 47: [----------] 1 test from std_algorithms_copy_if_team_test (408 ms total) 47: 47: [----------] 1 test from std_algorithms_unique_copy_team_test 47: [ RUN ] std_algorithms_unique_copy_team_test.test 47: [ OK ] std_algorithms_unique_copy_team_test.test (639 ms) 47: [----------] 1 test from std_algorithms_unique_copy_team_test (639 ms total) 47: 47: [----------] 1 test from std_algorithms_remove_team_test 47: [ RUN ] std_algorithms_remove_team_test.test 47: [ OK ] std_algorithms_remove_team_test.test (513 ms) 47: [----------] 1 test from std_algorithms_remove_team_test (513 ms total) 47: 47: [----------] 1 test from std_algorithms_remove_if_team_test 47: [ RUN ] std_algorithms_remove_if_team_test.test 47: [ OK ] std_algorithms_remove_if_team_test.test (467 ms) 47: [----------] 1 test from std_algorithms_remove_if_team_test (467 ms total) 47: 47: [----------] 1 test from std_algorithms_remove_copy_team_test 47: [ RUN ] std_algorithms_remove_copy_team_test.test 47: [ OK ] std_algorithms_remove_copy_team_test.test (516 ms) 47: [----------] 1 test from std_algorithms_remove_copy_team_test (516 ms total) 47: 47: [----------] 1 test from std_algorithms_remove_copy_if_team_test 47: [ RUN ] std_algorithms_remove_copy_if_team_test.test 47: [ OK ] std_algorithms_remove_copy_if_team_test.test (426 ms) 47: [----------] 1 test from std_algorithms_remove_copy_if_team_test (426 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 9 tests from 9 test suites ran. (4266 ms total) 47: [ PASSED ] 9 tests. 47/53 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ..... Passed 4.70 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 48: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 48: Test timeout computed to be: 1500 48: [==========] Running 4 tests from 4 test suites. 48: [----------] Global test environment set-up. 48: [----------] 1 test from std_algorithms_unique_team_test 48: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 48: [ OK ] std_algorithms_unique_team_test.test_default_predicate (833 ms) 48: [----------] 1 test from std_algorithms_unique_team_test (834 ms total) 48: 48: [----------] 1 test from std_algorithms_adjacent_difference_team_test 48: [ RUN ] std_algorithms_adjacent_difference_team_test.test 48: [ OK ] std_algorithms_adjacent_difference_team_test.test (752 ms) 48: [----------] 1 test from std_algorithms_adjacent_difference_team_test (752 ms total) 48: 48: [----------] 1 test from std_algorithms_reduce_team_test 48: [ RUN ] std_algorithms_reduce_team_test.test 48: [ OK ] std_algorithms_reduce_team_test.test (560 ms) 48: [----------] 1 test from std_algorithms_reduce_team_test (560 ms total) 48: 48: [----------] 1 test from std_algorithms_transform_reduce_team_test 48: [ RUN ] std_algorithms_transform_reduce_team_test.test 48: [ OK ] std_algorithms_transform_reduce_team_test.test (851 ms) 48: [----------] 1 test from std_algorithms_transform_reduce_team_test (851 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 4 tests from 4 test suites ran. (2999 ms total) 48: [ PASSED ] 4 tests. 48/53 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ..... Passed 3.43 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 49: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 49: Test timeout computed to be: 1500 49: [==========] Running 18 tests from 5 test suites. 49: [----------] Global test environment set-up. 49: [----------] 2 tests from std_algorithms_is_sorted_team_test 49: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted 49: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (426 ms) 49: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 49: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (818 ms) 49: [----------] 2 tests from std_algorithms_is_sorted_team_test (1245 ms total) 49: 49: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 49: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 49: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (17 ms) 49: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 49: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (19 ms) 49: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA -- Testing 1-D histogram Density 1D: 2.86102e-07 -0.013539 -0.00409374 || 0.051031 10948 11796 || 11533.1 11377 || -56.5919 -0.823045 -- Testing 3-D histogram Density 3D: 3.62396e-07 -0.0264552 0.00522669 || 0.051031 1e+64 -1e+64 Test Scalar=double -- Testing randomness properties 49: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (735 ms) 49: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 49: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (487 ms) 49: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (1261 ms total) 49: 49: [----------] 4 tests from std_algorithms_is_partitioned_team_test 49: [ RUN ] std_algorithms_is_partitioned_team_test.empty 49: [ OK ] std_algorithms_is_partitioned_team_test.empty (9 ms) 49: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 49: [ OK ] std_algorithms_is_partitioned_team_test.all_true (250 ms) 49: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 49: [ OK ] std_algorithms_is_partitioned_team_test.all_false (252 ms) 49: [ RUN ] std_algorithms_is_partitioned_team_test.random 49: [ OK ] std_algorithms_is_partitioned_team_test.random (234 ms) 49: [----------] 4 tests from std_algorithms_is_partitioned_team_test (748 ms total) 49: 49: [----------] 4 tests from std_algorithms_partition_copy_team_test 49: [ RUN ] std_algorithms_partition_copy_team_test.empty 49: [ OK ] std_algorithms_partition_copy_team_test.empty (14 ms) 49: [ RUN ] std_algorithms_partition_copy_team_test.all_true 49: [ OK ] std_algorithms_partition_copy_team_test.all_true (570 ms) 49: [ RUN ] std_algorithms_partition_copy_team_test.all_false 49: [ OK ] std_algorithms_partition_copy_team_test.all_false (595 ms) 49: [ RUN ] std_algorithms_partition_copy_team_test.random 49: [ OK ] std_algorithms_partition_copy_team_test.random (564 ms) 49: [----------] 4 tests from std_algorithms_partition_copy_team_test (1745 ms total) 49: 49: [----------] 4 tests from std_algorithms_partition_point_team_test 49: [ RUN ] std_algorithms_partition_point_team_test.empty 49: [ OK ] std_algorithms_partition_point_team_test.empty (10 ms) 49: [ RUN ] std_algorithms_partition_point_team_test.all_true 49: [ OK ] std_algorithms_partition_point_team_test.all_true (175 ms) 49: [ RUN ] std_algorithms_partition_point_team_test.all_false 49: [ OK ] std_algorithms_partition_point_team_test.all_false (175 ms) 49: [ RUN ] std_algorithms_partition_point_team_test.random 49: [ OK ] std_algorithms_partition_point_team_test.random (160 ms) 49: [----------] 4 tests from std_algorithms_partition_point_team_test (523 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 18 tests from 5 test suites ran. (5523 ms total) 49: [ PASSED ] 18 tests. 49/53 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ..... Passed 5.95 sec test 50 Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 50: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 50: Test timeout computed to be: 1500 50: [==========] Running 5 tests from 4 test suites. 50: [----------] Global test environment set-up. 50: [----------] 2 tests from std_algorithms_transform_team_test 50: [ RUN ] std_algorithms_transform_team_test.test_unary_op 50: [ OK ] std_algorithms_transform_team_test.test_unary_op (572 ms) 50: [ RUN ] std_algorithms_transform_team_test.test_binary_op 50: [ OK ] std_algorithms_transform_team_test.test_binary_op (535 ms) 50: [----------] 2 tests from std_algorithms_transform_team_test (1108 ms total) 50: 50: [----------] 1 test from std_algorithms_generate_team_test 50: [ RUN ] std_algorithms_generate_team_test.test_unary_op 50: [ OK ] std_algorithms_generate_team_test.test_unary_op (1118 ms) 50: [----------] 1 test from std_algorithms_generate_team_test (1118 ms total) 50: 50: [----------] 1 test from std_algorithms_generate_n_team_test 50: [ RUN ] std_algorithms_generate_n_team_test.test 50: [ OK ] std_algorithms_generate_n_team_test.test (306 ms) 50: [----------] 1 test from std_algorithms_generate_n_team_test (306 ms total) 50: 50: [----------] 1 test from std_algorithms_swap_ranges_team_test 50: [ RUN ] std_algorithms_swap_ranges_team_test.test 50: [ OK ] std_algorithms_swap_ranges_team_test.test (566 ms) 50: [----------] 1 test from std_algorithms_swap_ranges_team_test (566 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 5 tests from 4 test suites ran. (3100 ms total) 50: [ PASSED ] 5 tests. 50/53 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ..... Passed 3.56 sec test 51 Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 51: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 51: Test timeout computed to be: 1500 51: [==========] Running 2 tests from 2 test suites. 51: [----------] Global test environment set-up. 51: [----------] 1 test from std_algorithms_exclusive_scan_team_test 51: [ RUN ] std_algorithms_exclusive_scan_team_test.test 51: [ OK ] std_algorithms_exclusive_scan_team_test.test (1775 ms) 51: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1775 ms total) 51: 51: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 51: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test 51: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (893 ms) 51: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (893 ms total) 51: 51: [----------] Global test environment tear-down 51: [==========] 2 tests from 2 test suites ran. (2669 ms total) 51: [ PASSED ] 2 tests. 51/53 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ..... Passed 3.09 sec test 52 Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 52: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 52: Test timeout computed to be: 1500 52: [==========] Running 2 tests from 2 test suites. 52: [----------] Global test environment set-up. 52: [----------] 1 test from std_algorithms_inclusive_scan_team_test 52: [ RUN ] std_algorithms_inclusive_scan_team_test.test 52: [ OK ] std_algorithms_inclusive_scan_team_test.test (2622 ms) 52: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2623 ms total) 52: 52: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 52: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test -- Testing 1-D histogram Density 1D: 2.47955e-07 0.00131222 -0.0110245 || 0.051031 10986 11824 || 11362 11377 || -152.402 -0.823045 -- Testing 3-D histogram Density 3D: 2.47955e-07 0.00443759 0.00479918 || 0.051031 1e+64 -1e+64 [ OK ] serial.Random_XorShift1024_0 (414151 ms) [ RUN ] serial.Multi_streams [ OK ] serial.Multi_streams (0 ms) [ RUN ] serial.SortUnsignedValueType 52: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (1757 ms) 52: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1758 ms total) 52: 52: [----------] Global test environment tear-down 52: [==========] 2 tests from 2 test suites ran. (4381 ms total) 52: [ PASSED ] 2 tests. 52/53 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ..... Passed 4.82 sec test 53 Start 53: Kokkos_UnitTest_SIMD 53: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/simd/unit_tests/Kokkos_UnitTest_SIMD 53: Test timeout computed to be: 1500 53: [==========] Running 16 tests from 1 test suite. 53: [----------] Global test environment set-up. 53: [----------] 16 tests from simd 53: [ RUN ] simd.host_math_ops 53: [ OK ] simd.host_math_ops (0 ms) 53: [ RUN ] simd.device_math_ops 53: [ OK ] simd.device_math_ops (4 ms) 53: [ RUN ] simd.host_mask_ops 53: [ OK ] simd.host_mask_ops (0 ms) 53: [ RUN ] simd.device_mask_ops 53: [ OK ] simd.device_mask_ops (0 ms) 53: [ RUN ] simd.host_conversions 53: [ OK ] simd.host_conversions (0 ms) 53: [ RUN ] simd.device_conversions 53: [ OK ] simd.device_conversions (0 ms) 53: [ RUN ] simd.host_shift_ops 53: [ OK ] simd.host_shift_ops (0 ms) 53: [ RUN ] simd.device_shift_ops 53: [ OK ] simd.device_shift_ops (0 ms) 53: [ RUN ] simd.host_condition 53: [ OK ] simd.host_condition (0 ms) 53: [ RUN ] simd.device_condition 53: [ OK ] simd.device_condition (0 ms) 53: [ RUN ] simd.host_gen_ctors 53: [ OK ] simd.host_gen_ctors (0 ms) 53: [ RUN ] simd.device_gen_ctors 53: [ OK ] simd.device_gen_ctors (0 ms) 53: [ RUN ] simd.host_where_expressions 53: [ OK ] simd.host_where_expressions (0 ms) 53: [ RUN ] simd.device_where_expressions 53: [ OK ] simd.device_where_expressions (0 ms) 53: [ RUN ] simd.host_reductions 53: [ OK ] simd.host_reductions (0 ms) 53: [ RUN ] simd.device_reductions 53: [ OK ] simd.device_reductions (0 ms) 53: [----------] 16 tests from simd (5 ms total) 53: 53: [----------] Global test environment tear-down 53: [==========] 16 tests from 1 test suite ran. (5 ms total) 53: [ PASSED ] 16 tests. 53/53 Test #53: Kokkos_UnitTest_SIMD ........................ Passed 0.43 sec 100% tests passed, 0 tests failed out of 53 Total Test time (real) = 1401.32 sec Post stage [Pipeline] sh + ccache --show-stats cache directory /tmp/ccache primary config /tmp/ccache/ccache.conf secondary config (readonly) /etc/ccache.conf stats updated Fri Mar 29 03:02:33 2024 stats zeroed Fri Mar 29 03:02:33 2024 cache hit (direct) 0 cache hit (preprocessed) 0 cache miss 0 cache hit rate 0.00 % cleanups performed 0 files in cache 24365 cache size 2.7 GB max cache size 5.0 GB [Pipeline] } [Pipeline] // withEnv [Pipeline] } $ docker stop --time=1 d5c56e77ee7160088518d86196b16cc940a7f3fb5ab6938f1eec668803a67848 $ docker rm -f --volumes d5c56e77ee7160088518d86196b16cc940a7f3fb5ab6938f1eec668803a67848 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [ OK ] serial.SortUnsignedValueType (73059 ms) [ RUN ] serial.SortEmptyView [ OK ] serial.SortEmptyView (0 ms) [ RUN ] serial.BinSortGenericTests [ OK ] serial.BinSortGenericTests (5877 ms) [ RUN ] serial.BinSortEmptyView [ OK ] serial.BinSortEmptyView (0 ms) [ RUN ] serial.BinSortEmptyKeysView [ OK ] serial.BinSortEmptyKeysView (0 ms) [ RUN ] serial.BinSortUnsignedKeyLayoutStrideValues [ OK ] serial.BinSortUnsignedKeyLayoutStrideValues (241241 ms) [ RUN ] serial.NestedSort [ OK ] serial.NestedSort (95 ms) [ RUN ] serial.NestedSortByKey [ OK ] serial.NestedSortByKey (794 ms) [ RUN ] serial.SortWithCustomComparator [ OK ] serial.SortWithCustomComparator (7888 ms) [----------] 12 tests from serial (1722793 ms total) [----------] Global test environment tear-down [==========] 12 tests from 1 test suite ran. (1722793 ms total) [ PASSED ] 12 tests. make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests' make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests' 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 29 02:31:45 2024 stats zeroed Fri Mar 29 02:31:45 2024 cache hit (direct) 0 cache hit (preprocessed) 0 cache miss 0 cache hit rate 0.00 % cleanups performed 0 files in cache 1617 cache size 6.1 GB max cache size 5.0 GB [Pipeline] } $ docker stop --time=1 309fc3cbcf7fba74e7fa95a8a5e85b671a508ef0bbf024e31461ff7aec699e8d $ docker rm -f --volumes 309fc3cbcf7fba74e7fa95a8a5e85b671a508ef0bbf024e31461ff7aec699e8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [100%] Linking CXX executable Kokkos_CoreUnitTest_Default [100%] Built target Kokkos_CoreUnitTest_Default + ctest --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl Parse Config file:/var/jenkins/workspace/Kokkos_PR-6905/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-6905/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: Kokkos_CoreUnitTest_Serial1 1: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Serial1 1: Test timeout computed to be: 1500 1: [==========] Running 187 tests from 2 test suites. 1: [----------] Global test environment set-up. 1: [----------] 7 tests from serial_DeathTest 1: [ RUN ] serial_DeathTest.abort_from_host 1: [ OK ] serial_DeathTest.abort_from_host (620 ms) 1: [ RUN ] serial_DeathTest.abort_from_device 1: [ OK ] serial_DeathTest.abort_from_device (599 ms) 1: [ RUN ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort 1: [ OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (605 ms) 1: [ RUN ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions 1: [ OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (589 ms) 1: [ RUN ] serial_DeathTest.policy_invalid_bounds 1: [ OK ] serial_DeathTest.policy_invalid_bounds (612 ms) 1: [ RUN ] serial_DeathTest.range_policy_invalid_bounds 1: 1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 1: 1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 1: [ OK ] serial_DeathTest.range_policy_invalid_bounds (744 ms) 1: [ RUN ] serial_DeathTest.range_policy_implicitly_converted_bounds 1: 1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 1: 1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 1: 1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 1: 1: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 1: [ OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (1569 ms) 1: [----------] 7 tests from serial_DeathTest (5342 ms total) 1: 1: [----------] 180 tests from serial 1: [ RUN ] serial.array_capacity 1: [ OK ] serial.array_capacity (0 ms) 1: [ RUN ] serial.array_element_access 1: [ OK ] serial.array_element_access (0 ms) 1: [ RUN ] serial.array_zero_capacity 1: [ OK ] serial.array_zero_capacity (0 ms) 1: [ RUN ] serial.array_zero_data_nullptr 1: [ OK ] serial.array_zero_data_nullptr (0 ms) 1: [ RUN ] serial.array_contiguous_capacity 1: [ OK ] serial.array_contiguous_capacity (0 ms) 1: [ RUN ] serial.array_contiguous_element_access 1: [ OK ] serial.array_contiguous_element_access (0 ms) 1: [ RUN ] serial.array_contiguous_assignment 1: [ OK ] serial.array_contiguous_assignment (0 ms) 1: [ RUN ] serial.array_strided_capacity 1: [ OK ] serial.array_strided_capacity (0 ms) 1: [ RUN ] serial.array_strided_element_access 1: [ OK ] serial.array_strided_element_access (0 ms) 1: [ RUN ] serial.array_strided_assignment 1: [ OK ] serial.array_strided_assignment (0 ms) 1: [ RUN ] serial.atomic_operations_complexdouble 1: [ OK ] serial.atomic_operations_complexdouble (1 ms) 1: [ RUN ] serial.atomic_operations_complexfloat 1: [ OK ] serial.atomic_operations_complexfloat (1 ms) 1: [ RUN ] serial.atomic_operations_double 1: [ OK ] serial.atomic_operations_double (1 ms) 1: [ RUN ] serial.atomic_operations_float 1: [ OK ] serial.atomic_operations_float (1 ms) 1: [ RUN ] serial.atomic_operations_int 1: [ OK ] serial.atomic_operations_int (3 ms) 1: [ RUN ] serial.atomic_operations_long 1: [ OK ] serial.atomic_operations_long (3 ms) 1: [ RUN ] serial.atomic_operations_longlong 1: [ OK ] serial.atomic_operations_longlong (4 ms) 1: [ RUN ] serial.atomic_shared 1: [ OK ] serial.atomic_shared (0 ms) 1: [ RUN ] serial.atomic_operations_unsigned 1: [ OK ] serial.atomic_operations_unsigned (2 ms) 1: [ RUN ] serial.atomic_operations_unsignedlong 1: [ OK ] serial.atomic_operations_unsignedlong (2 ms) 1: [ RUN ] serial.atomics 1: [ OK ] serial.atomics (12 ms) 1: [ RUN ] serial.atomics_tpetra_max_abs 1: [ OK ] serial.atomics_tpetra_max_abs (0 ms) 1: [ RUN ] serial.atomic_views_integral 1: [ OK ] serial.atomic_views_integral (632 ms) 1: [ RUN ] serial.atomic_views_nonintegral 1: [ OK ] serial.atomic_views_nonintegral (319 ms) 1: [ RUN ] serial.atomic_view_api 1: [ OK ] serial.atomic_view_api (0 ms) 1: [ RUN ] serial.bit_manip_countl_zero 1: [ OK ] serial.bit_manip_countl_zero (0 ms) 1: [ RUN ] serial.bit_manip_countl_one 1: [ OK ] serial.bit_manip_countl_one (0 ms) 1: [ RUN ] serial.bit_manip_countr_zero 1: [ OK ] serial.bit_manip_countr_zero (0 ms) 1: [ RUN ] serial.bit_manip_countr_one 1: [ OK ] serial.bit_manip_countr_one (0 ms) 1: [ RUN ] serial.bit_manip_popcount 1: [ OK ] serial.bit_manip_popcount (0 ms) 1: [ RUN ] serial.bit_manip_has_single_bit 1: [ OK ] serial.bit_manip_has_single_bit (0 ms) 1: [ RUN ] serial.bit_manip_bit_floor 1: [ OK ] serial.bit_manip_bit_floor (0 ms) 1: [ RUN ] serial.bit_manip_bit_ceil 1: [ OK ] serial.bit_manip_bit_ceil (0 ms) 1: [ RUN ] serial.bit_manip_bit_width 1: [ OK ] serial.bit_manip_bit_width (0 ms) 1: [ RUN ] serial.bit_manip_rotl 1: [ OK ] serial.bit_manip_rotl (0 ms) 1: [ RUN ] serial.bit_manip_rotr 1: [ OK ] serial.bit_manip_rotr (0 ms) 1: [ RUN ] serial.bit_manip_byeswap 1: [ OK ] serial.bit_manip_byeswap (0 ms) 1: [ RUN ] serial.bit_manip_bit_cast 1: [ OK ] serial.bit_manip_bit_cast (0 ms) 1: [ RUN ] serial.test_block_deduction_bug_pr_3103 1: [ OK ] serial.test_block_deduction_bug_pr_3103 (0 ms) 1: [ RUN ] serial.checked_integer_operations_multiply_overflow 1: [ OK ] serial.checked_integer_operations_multiply_overflow (0 ms) 1: [ RUN ] serial.execution_policy_occupancy_and_hint 1: [ OK ] serial.execution_policy_occupancy_and_hint (0 ms) 1: [ RUN ] serial.complex_construction 1: [ OK ] serial.complex_construction (0 ms) 1: [ RUN ] serial.complex_basic_math 1: [ OK ] serial.complex_basic_math (0 ms) 1: [ RUN ] serial.complex_special_funtions 1: [ OK ] serial.complex_special_funtions (5 ms) 1: [ RUN ] serial.complex_io 1: [ OK ] serial.complex_io (0 ms) 1: [ RUN ] serial.complex_trivially_copyable 1: [ OK ] serial.complex_trivially_copyable (0 ms) 1: [ RUN ] serial.complex_issue_3865 1: [ OK ] serial.complex_issue_3865 (0 ms) 1: [ RUN ] serial.complex_operations_arithmetic_types_overloads 1: [ OK ] serial.complex_operations_arithmetic_types_overloads (0 ms) 1: [ RUN ] serial.crs_count_fill 1: [ OK ] serial.crs_count_fill (4 ms) 1: [ RUN ] serial.crs_copy_constructor 1: [ OK ] serial.crs_copy_constructor (24 ms) 1: [ RUN ] serial.deep_copy_alignment 1: [ OK ] serial.deep_copy_alignment (132 ms) 1: [ RUN ] serial.deep_copy_conversion 1: [ OK ] serial.deep_copy_conversion (777 ms) 1: [ RUN ] serial.partitioning_by_args 1: [ OK ] serial.partitioning_by_args (0 ms) 1: [ RUN ] serial.partitioning_by_vector 1: [ OK ] serial.partitioning_by_vector (0 ms) 1: [ RUN ] serial.execution_space_as_class_data_member 1: [ OK ] serial.execution_space_as_class_data_member (0 ms) 1: [ RUN ] serial.functor_analysis 1: [ OK ] serial.functor_analysis (0 ms) 1: [ RUN ] serial.host_shared_ptr_use_count 1: [ OK ] serial.host_shared_ptr_use_count (0 ms) 1: [ RUN ] serial.host_shared_ptr_get 1: [ OK ] serial.host_shared_ptr_get (0 ms) 1: [ RUN ] serial.host_shared_ptr_dereference_on_device 1: [ OK ] serial.host_shared_ptr_dereference_on_device (0 ms) 1: [ RUN ] serial.host_shared_ptr_special_members_on_device 1: [ OK ] serial.host_shared_ptr_special_members_on_device (0 ms) 1: [ RUN ] serial.host_shared_ptr_tracking 1: [ OK ] serial.host_shared_ptr_tracking (0 ms) 1: [ RUN ] serial.init 1: [ OK ] serial.init (0 ms) 1: [ RUN ] serial.dispatch 1: [ OK ] serial.dispatch (16 ms) 1: [ RUN ] serial.join_backward_compatibility 1: [ OK ] serial.join_backward_compatibility (0 ms) 1: [ RUN ] serial.local_deepcopy_teampolicy_layoutleft 1: [ OK ] serial.local_deepcopy_teampolicy_layoutleft (10189 ms) 1: [ RUN ] serial.local_deepcopy_rangepolicy_layoutleft 1: [ OK ] serial.local_deepcopy_rangepolicy_layoutleft (13991 ms) 1: [ RUN ] serial.local_deepcopy_teampolicy_layoutright 1: [ OK ] serial.local_deepcopy_teampolicy_layoutright (4003 ms) 1: [ RUN ] serial.local_deepcopy_rangepolicy_layoutright 1: [ OK ] serial.local_deepcopy_rangepolicy_layoutright (4222 ms) 1: [ RUN ] serial.deep_copy_scratch 1: [ OK ] serial.deep_copy_scratch (0 ms) 1: [ RUN ] serial.mathematical_constants_e 1: [ OK ] serial.mathematical_constants_e (0 ms) 1: [ RUN ] serial.mathematical_constants_log2e 1: [ OK ] serial.mathematical_constants_log2e (0 ms) 1: [ RUN ] serial.mathematical_constants_log10e 1: [ OK ] serial.mathematical_constants_log10e (0 ms) 1: [ RUN ] serial.mathematical_constants_pi 1: [ OK ] serial.mathematical_constants_pi (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_pi 1: [ OK ] serial.mathematical_constants_inv_pi (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_sqrtpi 1: [ OK ] serial.mathematical_constants_inv_sqrtpi (0 ms) 1: [ RUN ] serial.mathematical_constants_ln2 1: [ OK ] serial.mathematical_constants_ln2 (0 ms) 1: [ RUN ] serial.mathematical_constants_ln10 1: [ OK ] serial.mathematical_constants_ln10 (0 ms) 1: [ RUN ] serial.mathematical_constants_sqrt2 1: [ OK ] serial.mathematical_constants_sqrt2 (0 ms) 1: [ RUN ] serial.mathematical_constants_sqrt3 1: [ OK ] serial.mathematical_constants_sqrt3 (0 ms) 1: [ RUN ] serial.mathematical_constants_inv_sqrt3 1: [ OK ] serial.mathematical_constants_inv_sqrt3 (0 ms) 1: [ RUN ] serial.mathematical_constants_egamma 1: [ OK ] serial.mathematical_constants_egamma (0 ms) 1: [ RUN ] serial.mathematical_constants_phi 1: [ OK ] serial.mathematical_constants_phi (0 ms) 1: [ RUN ] serial.mathematical_functions_trigonometric_functions 1: [ OK ] serial.mathematical_functions_trigonometric_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_hyperbolic_functions 1: [ OK ] serial.mathematical_functions_hyperbolic_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_non_standard 1: [ OK ] serial.mathematical_functions_non_standard (0 ms) 1: [ RUN ] serial.mathematical_functions_power_functions 1: [ OK ] serial.mathematical_functions_power_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_fma 1: [ OK ] serial.mathematical_functions_fma (0 ms) 1: [ RUN ] serial.mathematical_functions_error_and_gamma_functions 1: [ OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_nearest_interger_floating_point_operations 1: [ OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms) 1: [ RUN ] serial.mathematical_functions_floating_point_manipulation_functions 1: [ OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms) 1: [ RUN ] serial.mathematical_functions_absolute_value 1: [ OK ] serial.mathematical_functions_absolute_value (0 ms) 1: [ RUN ] serial.mathematical_functions_floating_point_absolute_value 1: [ OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms) 1: [ RUN ] serial.mathematical_functions_remainder_function 1: [ OK ] serial.mathematical_functions_remainder_function (0 ms) 1: [ RUN ] serial.mathematical_functions_isfinite 1: [ OK ] serial.mathematical_functions_isfinite (0 ms) 1: [ RUN ] serial.mathematical_functions_isinf 1: [ OK ] serial.mathematical_functions_isinf (0 ms) 1: [ RUN ] serial.mathematical_functions_isnan 1: [ OK ] serial.mathematical_functions_isnan (0 ms) 1: [ RUN ] serial.mathematical_functions_exponential_functions 1: [ OK ] serial.mathematical_functions_exponential_functions (0 ms) 1: [ RUN ] serial.mathspecialfunc_expint1 1: [ OK ] serial.mathspecialfunc_expint1 (0 ms) 1: [ RUN ] serial.mathspecialfunc_errorfunc 1: [ OK ] serial.mathspecialfunc_errorfunc (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselj0y0 1: [ OK ] serial.mathspecialfunc_cbesselj0y0 (9 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselj1y1 1: [ OK ] serial.mathspecialfunc_cbesselj1y1 (9 ms) 1: [ RUN ] serial.mathspecialfunc_cbesseli0k0 1: [ OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesseli1k1 1: [ OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselh1stkind 1: [ OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms) 1: [ RUN ] serial.mathspecialfunc_cbesselh2ndkind 1: [ OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms) 1: [ RUN ] serial.mdrange_5d 1: [ OK ] serial.mdrange_5d (1316 ms) 1: [ RUN ] serial.mdrange_6d 1: [ OK ] serial.mdrange_6d (3846 ms) 1: [ RUN ] serial.mdrange_2d 1: [ OK ] serial.mdrange_2d (22 ms) 1: [ RUN ] serial.mdrange_array_reduce 1: [ OK ] serial.mdrange_array_reduce (0 ms) 1: [ RUN ] serial.mdrange_3d 1: [ OK ] serial.mdrange_3d (252 ms) 1: [ RUN ] serial.mdrange_neg_idx 1: [ OK ] serial.mdrange_neg_idx (1904 ms) 1: [ RUN ] serial.mdrange_4d 1: [ OK ] serial.mdrange_4d (291 ms) 1: [ RUN ] serial.mdrange_scalar 1: [ OK ] serial.mdrange_scalar (0 ms) 1: [ RUN ] serial.mdrange_large_deep_copy 1: [ OK ] serial.mdrange_large_deep_copy (46942 ms) 1: [ RUN ] serial.md_range_policy_construction_from_arrays 1: [ OK ] serial.md_range_policy_construction_from_arrays (0 ms) 1: [ RUN ] serial.mdrange_parallel_reduce_primitive_types 1: [ OK ] serial.mdrange_parallel_reduce_primitive_types (87675 ms) 1: [ RUN ] serial.mdspan_minimal_functional 1: [ OK ] serial.mdspan_minimal_functional (0 ms) 1: [ RUN ] serial.max 1: [ OK ] serial.max (0 ms) 1: [ RUN ] serial.max_within_parfor 1: [ OK ] serial.max_within_parfor (5 ms) 1: [ RUN ] serial.min 1: [ OK ] serial.min (0 ms) 1: [ RUN ] serial.min_within_parfor 1: [ OK ] serial.min_within_parfor (0 ms) 1: [ RUN ] serial.minmax 1: [ OK ] serial.minmax (0 ms) 1: [ RUN ] serial.minmax_within_parfor 1: [ OK ] serial.minmax_within_parfor (0 ms) 1: [ RUN ] serial.clamp 1: [ OK ] serial.clamp (0 ms) 1: [ RUN ] serial.clamp_within_parfor 1: [ OK ] serial.clamp_within_parfor (0 ms) 1: [ RUN ] serial.numeric_traits_infinity 1: [ OK ] serial.numeric_traits_infinity (0 ms) 1: [ RUN ] serial.numeric_traits_epsilon 1: [ OK ] serial.numeric_traits_epsilon (0 ms) 1: [ RUN ] serial.numeric_traits_round_error 1: [ OK ] serial.numeric_traits_round_error (0 ms) 1: [ RUN ] serial.numeric_traits_norm_min 1: [ OK ] serial.numeric_traits_norm_min (0 ms) 1: [ RUN ] serial.numeric_traits_denorm_min 1: [ OK ] serial.numeric_traits_denorm_min (0 ms) 1: [ RUN ] serial.numeric_traits_finite_min_max 1: [ OK ] serial.numeric_traits_finite_min_max (0 ms) 1: [ RUN ] serial.numeric_traits_digits 1: [ OK ] serial.numeric_traits_digits (0 ms) 1: [ RUN ] serial.numeric_traits_digits10 1: [ OK ] serial.numeric_traits_digits10 (0 ms) 1: [ RUN ] serial.numeric_traits_max_digits10 1: [ OK ] serial.numeric_traits_max_digits10 (0 ms) 1: [ RUN ] serial.numeric_traits_radix 1: [ OK ] serial.numeric_traits_radix (0 ms) 1: [ RUN ] serial.numeric_traits_min_max_exponent 1: [ OK ] serial.numeric_traits_min_max_exponent (0 ms) 1: [ RUN ] serial.numeric_traits_min_max_exponent10 1: [ OK ] serial.numeric_traits_min_max_exponent10 (0 ms) 1: [ RUN ] serial.numeric_traits_quiet_and_signaling_nan 1: [ OK ] serial.numeric_traits_quiet_and_signaling_nan (0 ms) 1: [ RUN ] serial.numeric_traits_sfinae_friendly 1: [ OK ] serial.numeric_traits_sfinae_friendly (0 ms) 1: [ RUN ] serial.occupancy_control 1: [ OK ] serial.occupancy_control (0 ms) 1: [ RUN ] serial.view_aggregate 1: [ OK ] serial.view_aggregate (0 ms) 1: [ RUN ] serial.memory_pool 1: [ OK ] serial.memory_pool (83 ms) 1: [ RUN ] serial.cxx11 1: [ OK ] serial.cxx11 (0 ms) 1: [ RUN ] serial.viewctorprop_embedded_dim 1: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 1: [ RUN ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility 1: [ OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 1: [ RUN ] serial.view_layouttiled 1: [ OK ] serial.view_layouttiled (11 ms) 1: [ RUN ] serial.view_layouttiled_subtile 1: [ OK ] serial.view_layouttiled_subtile (5 ms) 1: [ RUN ] serial.parallel_scan_range_policy 1: [ OK ] serial.parallel_scan_range_policy (38 ms) 1: [ RUN ] serial.kokkos_printf 1: [ OK ] serial.kokkos_printf (2 ms) 1: [ RUN ] serial.range_for 1: [ OK ] serial.range_for (0 ms) 1: [ RUN ] serial.range_reduce 1: [ OK ] serial.range_reduce (0 ms) 1: [ RUN ] serial.range_dynamic_policy 1: [ OK ] serial.range_dynamic_policy (0 ms) 1: [ RUN ] serial.range_policy_runtime_parameters 1: [ OK ] serial.range_policy_runtime_parameters (0 ms) 1: [ RUN ] serial.range_for_require 1: [ OK ] serial.range_for_require (0 ms) 1: [ RUN ] serial.range_reduce_require 1: [ OK ] serial.range_reduce_require (0 ms) 1: [ RUN ] serial.range_dynamic_policy_require 1: [ OK ] serial.range_dynamic_policy_require (0 ms) 1: [ RUN ] serial.reducers_int 1: [ OK ] serial.reducers_int (13 ms) 1: [ RUN ] serial.reducers_double 1: [ OK ] serial.reducers_double (14 ms) 1: [ RUN ] serial.reducers_complex_double 1: [ OK ] serial.reducers_complex_double (3 ms) 1: [ RUN ] serial.reducers_struct 1: [ OK ] serial.reducers_struct (3 ms) 1: [ RUN ] serial.reducers_half_t 1: [ OK ] serial.reducers_half_t (2 ms) 1: [ RUN ] serial.reducers_bhalf_t 1: [ OK ] serial.reducers_bhalf_t (1 ms) 1: [ RUN ] serial.reducers_int8_t 1: [ OK ] serial.reducers_int8_t (0 ms) 1: [ RUN ] serial.reducers_int16_t 1: [ OK ] serial.reducers_int16_t (0 ms) 1: [ RUN ] serial.reducers_point_t 1: [ OK ] serial.reducers_point_t (0 ms) 1: [ RUN ] serial.reducers_bool 1: [ OK ] serial.reducers_bool (0 ms) 1: [ RUN ] serial.int64_t_reduce 1: [ OK ] serial.int64_t_reduce (1723 ms) 1: [ RUN ] serial.double_reduce 1: [ OK ] serial.double_reduce (1723 ms) 1: [ RUN ] serial.int64_t_reduce_dynamic 1: [ OK ] serial.int64_t_reduce_dynamic (3528 ms) 1: [ RUN ] serial.double_reduce_dynamic 1: [ OK ] serial.double_reduce_dynamic (3723 ms) 1: [ RUN ] serial.int64_t_reduce_dynamic_view 1: [ OK ] serial.int64_t_reduce_dynamic_view (681 ms) 1: [ RUN ] serial.int_combined_reduce 1: [ OK ] serial.int_combined_reduce (0 ms) 1: [ RUN ] serial.mdrange_combined_reduce 1: [ OK ] serial.mdrange_combined_reduce (0 ms) 1: [ RUN ] serial.int_combined_reduce_mixed 1: [ OK ] serial.int_combined_reduce_mixed (0 ms) 1: [ RUN ] serial.reduction_deduction 1: [ OK ] serial.reduction_deduction (0 ms) 1: [ RUN ] serial.reduce_device_view_range_policy 1: [ OK ] serial.reduce_device_view_range_policy (20652 ms) 1: [ RUN ] serial.reduce_device_view_mdrange_policy 1: [ OK ] serial.reduce_device_view_mdrange_policy (127298 ms) 1: [ RUN ] serial.reduce_device_view_team_policy 1: [ OK ] serial.reduce_device_view_team_policy (13675 ms) 1: [ RUN ] serial.impl_shared_alloc 1: [ OK ] serial.impl_shared_alloc (21 ms) 1: [ RUN ] serial.kokkos_swap 1: [ OK ] serial.kokkos_swap (0 ms) 1: [----------] 180 tests from serial (349858 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 187 tests from 2 test suites ran. (355200 ms total) 1: [ PASSED ] 187 tests. 1/50 Test #1: Kokkos_CoreUnitTest_Serial1 ...................... Passed 358.39 sec test 2 Start 2: Kokkos_CoreUnitTest_Serial2 2: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Serial2 2: Test timeout computed to be: 1500 2: [==========] Running 127 tests from 2 test suites. 2: [----------] Global test environment set-up. 2: [----------] 9 tests from serial_DeathTest 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_dyn 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_stat 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms) 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_params_mix 2: [ OK ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms) 2: [ RUN ] serial_DeathTest.view_construction_with_wrong_static_extents 2: [ OK ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms) 2: [ RUN ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment 2: [ OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (4093 ms) 2: [ RUN ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment 2: [ OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (4120 ms) 2: [ RUN ] serial_DeathTest.view_memory_access_violations_from_host 2: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestViewMemoryAccessViolation.hpp:154: Skipped 2: skipping since no memory access violation would occur 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host (0 ms) 2: [ RUN ] serial_DeathTest.view_memory_access_violations_from_device 2: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestViewMemoryAccessViolation.hpp:169: Skipped 2: skipping since no memory access violation would occur 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device (0 ms) 2: [ RUN ] serial_DeathTest.view_out_of_bounds_access 2: [ OK ] serial_DeathTest.view_out_of_bounds_access (9185 ms) 2: [----------] 9 tests from serial_DeathTest (17399 ms total) 2: 2: [----------] 118 tests from serial 2: [ RUN ] serial.team_for 2: [ OK ] serial.team_for (0 ms) 2: [ RUN ] serial.team_reduce 2: [ OK ] serial.team_reduce (0 ms) 2: [ RUN ] serial.team_reduce_large 2: [ OK ] serial.team_reduce_large (16608 ms) 2: [ RUN ] serial.team_parallel_single 2: [ OK ] serial.team_parallel_single (124 ms) 2: [ RUN ] serial.large_team_scratch_size 2: ScratchMemorySpace<...>::get_shmem: Failed to allocate 8 byte(s); remaining capacity is 0 byte(s) 2: [ OK ] serial.large_team_scratch_size (0 ms) 2: [ RUN ] serial.team_broadcast_long 2: [ OK ] serial.team_broadcast_long (0 ms) 2: [ RUN ] serial.team_broadcast_long_wrapper 2: [ OK ] serial.team_broadcast_long_wrapper (0 ms) 2: [ RUN ] serial.team_broadcast_char 2: [ OK ] serial.team_broadcast_char (0 ms) 2: [ RUN ] serial.team_broadcast_float 2: [ OK ] serial.team_broadcast_float (0 ms) 2: [ RUN ] serial.team_broadcast_double 2: [ OK ] serial.team_broadcast_double (0 ms) 2: [ RUN ] serial.team_handle_by_value 2: [ OK ] serial.team_handle_by_value (0 ms) 2: [ RUN ] serial.team_vector 2: [ OK ] serial.team_vector (85 ms) 2: [ RUN ] serial.triple_nested_parallelism 2: [ OK ] serial.triple_nested_parallelism (6524 ms) 2: [ RUN ] serial.parallel_scan_with_reducers 2: [ OK ] serial.parallel_scan_with_reducers (1184 ms) 2: [ RUN ] serial.team_thread_range_combined_reducers 2: [ OK ] serial.team_thread_range_combined_reducers (0 ms) 2: [ RUN ] serial.thread_vector_range_combined_reducers 2: [ OK ] serial.thread_vector_range_combined_reducers (0 ms) 2: [ RUN ] serial.team_vector_range_combined_reducers 2: [ OK ] serial.team_vector_range_combined_reducers (0 ms) 2: [ RUN ] serial.TeamThreadMDRangeParallelFor 2: [ OK ] serial.TeamThreadMDRangeParallelFor (103 ms) 2: [ RUN ] serial.ThreadVectorMDRangeParallelFor 2: [ OK ] serial.ThreadVectorMDRangeParallelFor (107 ms) 2: [ RUN ] serial.TeamVectorMDRangeParallelFor 2: [ OK ] serial.TeamVectorMDRangeParallelFor (108 ms) 2: [ RUN ] serial.TeamThreadMDRangeParallelReduce 2: [ OK ] serial.TeamThreadMDRangeParallelReduce (118 ms) 2: [ RUN ] serial.ThreadVectorMDRangeParallelReduce 2: [ OK ] serial.ThreadVectorMDRangeParallelReduce (120 ms) 2: [ RUN ] serial.TeamVectorMDRangeParallelReduce 2: [ OK ] serial.TeamVectorMDRangeParallelReduce (121 ms) 2: [ RUN ] serial.team_policy_runtime_parameters 2: [ OK ] serial.team_policy_runtime_parameters (0 ms) 2: [ RUN ] serial.team_reduction_scan 2: [ OK ] serial.team_reduction_scan (338 ms) 2: [ RUN ] serial.team_long_reduce 2: [ OK ] serial.team_long_reduce (664 ms) 2: [ RUN ] serial.team_double_reduce 2: [ OK ] serial.team_double_reduce (710 ms) 2: [ RUN ] serial.team_parallel_dummy_with_reducer_and_scratch_space 2: [ OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 2: [ RUN ] serial.repeated_team_reduce 2: [ OK ] serial.repeated_team_reduce (8314 ms) 2: [ RUN ] serial.team_scan 2: [ OK ] serial.team_scan (1666 ms) 2: [ RUN ] serial.team_scan_ret_val 2: [ OK ] serial.team_scan_ret_val (1631 ms) 2: [ RUN ] serial.team_shared_request 2: [ OK ] serial.team_shared_request (1018 ms) 2: [ RUN ] serial.team_scratch_request 2: [ OK ] serial.team_scratch_request (134 ms) 2: [ RUN ] serial.team_lambda_shared_request 2: [ OK ] serial.team_lambda_shared_request (1019 ms) 2: [ RUN ] serial.scratch_align 2: [ OK ] serial.scratch_align (0 ms) 2: [ RUN ] serial.shmem_size 2: [ OK ] serial.shmem_size (0 ms) 2: [ RUN ] serial.multi_level_scratch 2: [ OK ] serial.multi_level_scratch (198 ms) 2: [ RUN ] serial.team_scratch_memory_index_parallel_for 2: [ OK ] serial.team_scratch_memory_index_parallel_for (0 ms) 2: [ RUN ] serial.team_policy_max_recommended 2: [ OK ] serial.team_policy_max_recommended (39 ms) 2: [ RUN ] serial.team_policy_minmax_scalar_without_plus_equal_k 2: [ OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 2: [ RUN ] serial.team_teamvector_range 2: [ OK ] serial.team_teamvector_range (28 ms) 2: [ RUN ] serial.unique_token_global 2: [ OK ] serial.unique_token_global (169 ms) 2: [ RUN ] serial.unique_token_instance 2: [ OK ] serial.unique_token_instance (167 ms) 2: [ RUN ] serial.unique_token_team_acquire 2: [ OK ] serial.unique_token_team_acquire (0 ms) 2: [ RUN ] serial.view_api_a 2: [ OK ] serial.view_api_a (74 ms) 2: [ RUN ] serial.view_api_b 2: [ OK ] serial.view_api_b (1 ms) 2: [ RUN ] serial.view_api_c 2: [ OK ] serial.view_api_c (0 ms) 2: [ RUN ] serial.view_api_d 2: [ OK ] serial.view_api_d (2 ms) 2: [ RUN ] serial.view_allocation_error 2: [ OK ] serial.view_allocation_error (0 ms) 2: [ RUN ] serial.view_remap 2: [ OK ] serial.view_remap (0 ms) 2: [ RUN ] serial.view_mirror_nonconst 2: [ OK ] serial.view_mirror_nonconst (0 ms) 2: [ RUN ] serial.view_stride_method 2: [ OK ] serial.view_stride_method (0 ms) 2: [ RUN ] serial.anonymous_space 2: [ OK ] serial.anonymous_space (0 ms) 2: [ RUN ] serial.view_overload_resolution 2: [ OK ] serial.view_overload_resolution (0 ms) 2: [ RUN ] serial.view_allocation_large_rank 2: [ OK ] serial.view_allocation_large_rank (1484 ms) 2: [ RUN ] serial.view_shmem_size_on_device 2: [ OK ] serial.view_shmem_size_on_device (0 ms) 2: [ RUN ] serial.view_is_assignable 2: [ OK ] serial.view_is_assignable (0 ms) 2: [ RUN ] serial.view_copy_tests 2: [ OK ] serial.view_copy_tests (134 ms) 2: [ RUN ] serial.view_copy_tests_rank_0 2: [ OK ] serial.view_copy_tests_rank_0 (0 ms) 2: [ RUN ] serial.view_copy_degenerated 2: [ OK ] serial.view_copy_degenerated (0 ms) 2: [ RUN ] serial.view_empty_runtime_unmanaged 2: [ OK ] serial.view_empty_runtime_unmanaged (0 ms) 2: [ RUN ] serial.view_hooks 2: [ OK ] serial.view_hooks (0 ms) 2: [ RUN ] serial.view_layoutstride_left_to_layoutleft_assignment 2: [ OK ] serial.view_layoutstride_left_to_layoutleft_assignment (156 ms) 2: [ RUN ] serial.view_layoutstride_right_to_layoutright_assignment 2: [ OK ] serial.view_layoutstride_right_to_layoutright_assignment (154 ms) 2: [ RUN ] serial.view_irregular_layout 2: [ OK ] serial.view_irregular_layout (0 ms) 2: [ RUN ] serial.view_mapping 2: [ OK ] serial.view_mapping (512 ms) 2: [ RUN ] serial.view_mapping_operator 2: [ OK ] serial.view_mapping_operator (115 ms) 2: [ RUN ] serial.static_extent 2: [ OK ] serial.static_extent (0 ms) 2: [ RUN ] serial.view_mapping_atomic 2: [ OK ] serial.view_mapping_atomic (9 ms) 2: [ RUN ] serial.view_mapping_class_value 2: [ OK ] serial.view_mapping_class_value (0 ms) 2: [ RUN ] serial.view_mapping_assignable 2: [ OK ] serial.view_mapping_assignable (0 ms) 2: [ RUN ] serial.view_mapping_trivially_copyable 2: [ OK ] serial.view_mapping_trivially_copyable (0 ms) 2: [ RUN ] serial.view_mapping_subview 2: [ OK ] serial.view_mapping_subview (0 ms) 2: [ RUN ] serial.view_nested_view 2: [ OK ] serial.view_nested_view (0 ms) 2: [ RUN ] serial.append_formatted_multidimensional_index 2: [ OK ] serial.append_formatted_multidimensional_index (0 ms) 2: [ RUN ] serial.view_resize 2: [ OK ] serial.view_resize (267 ms) 2: [ RUN ] serial.view_realloc 2: [ OK ] serial.view_realloc (0 ms) 2: [ RUN ] serial.workgraph_fib 2: [ OK ] serial.workgraph_fib (886 ms) 2: [ RUN ] serial.resize_realloc_no_init 2: [ OK ] serial.resize_realloc_no_init (7 ms) 2: [ RUN ] serial.resize_realloc_no_alloc 2: [ OK ] serial.resize_realloc_no_alloc (0 ms) 2: [ RUN ] serial.realloc_exec_space 2: [ OK ] serial.realloc_exec_space (0 ms) 2: [ RUN ] serial.view_alloc 2: [ OK ] serial.view_alloc (0 ms) 2: [ RUN ] serial.view_alloc_exec_space 2: [ OK ] serial.view_alloc_exec_space (0 ms) 2: [ RUN ] serial.view_alloc_int 2: [ OK ] serial.view_alloc_int (0 ms) 2: [ RUN ] serial.view_alloc_exec_space_int 2: [ OK ] serial.view_alloc_exec_space_int (0 ms) 2: [ RUN ] serial.deep_copy_zero_memset 2: [ OK ] serial.deep_copy_zero_memset (0 ms) 2: [ RUN ] serial.resize_exec_space 2: [ OK ] serial.resize_exec_space (4 ms) 2: [ RUN ] serial.view_allocation_int 2: /var/jenkins/workspace/Kokkos_PR-6905/core/unit_test/TestWithoutInitializing.hpp:289: Skipped 2: skipping since the fence checked for isn't necessary 2: [ SKIPPED ] serial.view_allocation_int (0 ms) 2: [ RUN ] serial.view_allocation_exec_space_int 2: [ OK ] serial.view_allocation_exec_space_int (0 ms) 2: [ RUN ] serial.view_not_default_constructible 2: [ OK ] serial.view_not_default_constructible (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_left 2: [ OK ] serial.view_subview_auto_1d_left (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_right 2: [ OK ] serial.view_subview_auto_1d_right (0 ms) 2: [ RUN ] serial.view_subview_auto_1d_stride 2: [ OK ] serial.view_subview_auto_1d_stride (0 ms) 2: [ RUN ] serial.view_subview_assign_strided 2: [ OK ] serial.view_subview_assign_strided (0 ms) 2: [ RUN ] serial.view_subview_left_0 2: [ OK ] serial.view_subview_left_0 (0 ms) 2: [ RUN ] serial.view_subview_left_1 2: [ OK ] serial.view_subview_left_1 (0 ms) 2: [ RUN ] serial.view_subview_left_2 2: [ OK ] serial.view_subview_left_2 (0 ms) 2: [ RUN ] serial.view_subview_left_3 2: [ OK ] serial.view_subview_left_3 (0 ms) 2: [ RUN ] serial.view_subview_right_0 2: [ OK ] serial.view_subview_right_0 (0 ms) 2: [ RUN ] serial.view_subview_right_1 2: [ OK ] serial.view_subview_right_1 (0 ms) 2: [ RUN ] serial.view_subview_right_3 2: [ OK ] serial.view_subview_right_3 (0 ms) 2: [ RUN ] serial.view_static_tests 2: [ OK ] serial.view_static_tests (0 ms) 2: [ RUN ] serial.view_subview_layoutleft_to_layoutleft 2: [ OK ] serial.view_subview_layoutleft_to_layoutleft (2 ms) 2: [ RUN ] serial.view_subview_layoutright_to_layoutright 2: [ OK ] serial.view_subview_layoutright_to_layoutright (2 ms) 2: [ RUN ] serial.view_subview_1d_assign 2: [ OK ] serial.view_subview_1d_assign (0 ms) 2: [ RUN ] serial.view_subview_1d_assign_atomic 2: [ OK ] serial.view_subview_1d_assign_atomic (0 ms) 2: [ RUN ] serial.view_subview_1d_assign_randomaccess 2: [ OK ] serial.view_subview_1d_assign_randomaccess (0 ms) 2: [ RUN ] serial.view_subview_2d_from_3d 2: [ OK ] serial.view_subview_2d_from_3d (152 ms) 2: [ RUN ] serial.view_subview_2d_from_3d_atomic 2: [ OK ] serial.view_subview_2d_from_3d_atomic (153 ms) 2: [ RUN ] serial.view_subview_2d_from_3d_randomaccess 2: [ OK ] serial.view_subview_2d_from_3d_randomaccess (151 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left 2: [ OK ] serial.view_subview_3d_from_5d_left (5970 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left_atomic 2: [ OK ] serial.view_subview_3d_from_5d_left_atomic (6002 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_left_randomaccess 2: [ OK ] serial.view_subview_3d_from_5d_left_randomaccess (5996 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right 2: [ OK ] serial.view_subview_3d_from_5d_right (7049 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right_atomic 2: [ OK ] serial.view_subview_3d_from_5d_right_atomic (7039 ms) 2: [ RUN ] serial.view_subview_3d_from_5d_right_randomaccess 2: [ OK ] serial.view_subview_3d_from_5d_right_randomaccess (7049 ms) 2: [ RUN ] serial.view_test_unmanaged_subview_reset 2: [ OK ] serial.view_test_unmanaged_subview_reset (0 ms) 2: [ RUN ] serial.view_subview_memory_traits_construction 2: [ OK ] serial.view_subview_memory_traits_construction (0 ms) 2: [----------] 118 tests from serial (84706 ms total) 2: 2: [----------] Global test environment tear-down 2: [==========] 127 tests from 2 test suites ran. (102105 ms total) 2: [ PASSED ] 124 tests. 2: [ SKIPPED ] 3 tests, listed below: 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host 2: [ SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device 2: [ SKIPPED ] serial.view_allocation_int 2/50 Test #2: Kokkos_CoreUnitTest_Serial2 ...................... Passed 104.92 sec test 3 Start 3: Kokkos_CoreUnitTest_SerialGraph 3: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_SerialGraph 3: Test timeout computed to be: 1500 3: [==========] Running 5 tests from 1 test suite. 3: [----------] Global test environment set-up. 3: [----------] 5 tests from serial_count_bugs 3: [ RUN ] serial_count_bugs.launch_one 3: [ OK ] serial_count_bugs.launch_one (0 ms) 3: [ RUN ] serial_count_bugs.launch_one_rvalue 3: [ OK ] serial_count_bugs.launch_one_rvalue (0 ms) 3: [ RUN ] serial_count_bugs.launch_six 3: [ OK ] serial_count_bugs.launch_six (0 ms) 3: [ RUN ] serial_count_bugs.when_all_cycle 3: [ OK ] serial_count_bugs.when_all_cycle (0 ms) 3: [ RUN ] serial_count_bugs.zero_work_reduce 3: [ OK ] serial_count_bugs.zero_work_reduce (0 ms) 3: [----------] 5 tests from serial_count_bugs (0 ms total) 3: 3: [----------] Global test environment tear-down 3: [==========] 5 tests from 1 test suite ran. (0 ms total) 3: [ PASSED ] 5 tests. 3: 3: YOU HAVE 1 DISABLED TEST 3: 3/50 Test #3: Kokkos_CoreUnitTest_SerialGraph .................. Passed 2.45 sec test 4 Start 4: Kokkos_CoreUnitTest_Cuda1 4: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Cuda1 4: Test timeout computed to be: 1500 4: [==========] Running 189 tests from 2 test suites. 4: [----------] Global test environment set-up. 4: [----------] 7 tests from cuda_DeathTest 4: [ RUN ] cuda_DeathTest.abort_from_host 4: [ OK ] cuda_DeathTest.abort_from_host (1861 ms) 4: [ RUN ] cuda_DeathTest.abort_from_device 4: [ OK ] cuda_DeathTest.abort_from_device (1785 ms) 4: [ RUN ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort 4: [ OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (1734 ms) 4: [ RUN ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions 4: [ OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (1920 ms) 4: [ RUN ] cuda_DeathTest.policy_invalid_bounds 4: [ OK ] cuda_DeathTest.policy_invalid_bounds (1737 ms) 4: [ RUN ] cuda_DeathTest.range_policy_invalid_bounds 4: 4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 4: 4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 4: [ OK ] cuda_DeathTest.range_policy_invalid_bounds (2779 ms) 4: [ RUN ] cuda_DeathTest.range_policy_implicitly_converted_bounds 4: 4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 4: 4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 4: 4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 4: 4: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 4: [ OK ] cuda_DeathTest.range_policy_implicitly_converted_bounds (5599 ms) 4: [----------] 7 tests from cuda_DeathTest (17418 ms total) 4: 4: [----------] 182 tests from cuda 4: [ RUN ] cuda.array_capacity 4: [ OK ] cuda.array_capacity (0 ms) 4: [ RUN ] cuda.array_element_access 4: [ OK ] cuda.array_element_access (0 ms) 4: [ RUN ] cuda.array_zero_capacity 4: [ OK ] cuda.array_zero_capacity (0 ms) 4: [ RUN ] cuda.array_zero_data_nullptr 4: [ OK ] cuda.array_zero_data_nullptr (0 ms) 4: [ RUN ] cuda.array_contiguous_capacity 4: [ OK ] cuda.array_contiguous_capacity (0 ms) 4: [ RUN ] cuda.array_contiguous_element_access 4: [ OK ] cuda.array_contiguous_element_access (0 ms) 4: [ RUN ] cuda.array_contiguous_assignment 4: [ OK ] cuda.array_contiguous_assignment (0 ms) 4: [ RUN ] cuda.array_strided_capacity 4: [ OK ] cuda.array_strided_capacity (0 ms) 4: [ RUN ] cuda.array_strided_element_access 4: [ OK ] cuda.array_strided_element_access (0 ms) 4: [ RUN ] cuda.array_strided_assignment 4: [ OK ] cuda.array_strided_assignment (0 ms) 4: [ RUN ] cuda.atomic_operations_complexdouble 4: [ OK ] cuda.atomic_operations_complexdouble (14 ms) 4: [ RUN ] cuda.atomic_operations_complexfloat 4: [ OK ] cuda.atomic_operations_complexfloat (8 ms) 4: [ RUN ] cuda.atomic_operations_double 4: [ OK ] cuda.atomic_operations_double (8 ms) 4: [ RUN ] cuda.atomic_operations_float 4: [ OK ] cuda.atomic_operations_float (8 ms) 4: [ RUN ] cuda.atomic_operations_int 4: [ OK ] cuda.atomic_operations_int (18 ms) 4: [ RUN ] cuda.atomic_operations_long 4: [ OK ] cuda.atomic_operations_long (18 ms) 4: [ RUN ] cuda.atomic_operations_longlong 4: [ OK ] cuda.atomic_operations_longlong (18 ms) 4: [ RUN ] cuda.atomic_shared 4: [ OK ] cuda.atomic_shared (0 ms) 4: [ RUN ] cuda.atomic_operations_unsigned 4: [ OK ] cuda.atomic_operations_unsigned (14 ms) 4: [ RUN ] cuda.atomic_operations_unsignedlong 4: [ OK ] cuda.atomic_operations_unsignedlong (14 ms) 4: [ RUN ] cuda.atomics 4: [ OK ] cuda.atomics (223 ms) 4: [ RUN ] cuda.atomics_tpetra_max_abs 4: [ OK ] cuda.atomics_tpetra_max_abs (0 ms) 4: [ RUN ] cuda.atomic_views_integral 4: [ OK ] cuda.atomic_views_integral (12502 ms) 4: [ RUN ] cuda.atomic_views_nonintegral 4: [ OK ] cuda.atomic_views_nonintegral (84 ms) 4: [ RUN ] cuda.atomic_view_api 4: [ OK ] cuda.atomic_view_api (0 ms) 4: [ RUN ] cuda.bit_manip_countl_zero 4: [ OK ] cuda.bit_manip_countl_zero (0 ms) 4: [ RUN ] cuda.bit_manip_countl_one 4: [ OK ] cuda.bit_manip_countl_one (0 ms) 4: [ RUN ] cuda.bit_manip_countr_zero 4: [ OK ] cuda.bit_manip_countr_zero (0 ms) 4: [ RUN ] cuda.bit_manip_countr_one 4: [ OK ] cuda.bit_manip_countr_one (0 ms) 4: [ RUN ] cuda.bit_manip_popcount 4: [ OK ] cuda.bit_manip_popcount (0 ms) 4: [ RUN ] cuda.bit_manip_has_single_bit 4: [ OK ] cuda.bit_manip_has_single_bit (0 ms) 4: [ RUN ] cuda.bit_manip_bit_floor 4: [ OK ] cuda.bit_manip_bit_floor (0 ms) 4: [ RUN ] cuda.bit_manip_bit_ceil 4: [ OK ] cuda.bit_manip_bit_ceil (0 ms) 4: [ RUN ] cuda.bit_manip_bit_width 4: [ OK ] cuda.bit_manip_bit_width (0 ms) 4: [ RUN ] cuda.bit_manip_rotl 4: [ OK ] cuda.bit_manip_rotl (0 ms) 4: [ RUN ] cuda.bit_manip_rotr 4: [ OK ] cuda.bit_manip_rotr (0 ms) 4: [ RUN ] cuda.bit_manip_byeswap 4: [ OK ] cuda.bit_manip_byeswap (0 ms) 4: [ RUN ] cuda.bit_manip_bit_cast 4: [ OK ] cuda.bit_manip_bit_cast (0 ms) 4: [ RUN ] cuda.test_block_deduction_bug_pr_3103 4: [ OK ] cuda.test_block_deduction_bug_pr_3103 (0 ms) 4: [ RUN ] cuda.checked_integer_operations_multiply_overflow 4: [ OK ] cuda.checked_integer_operations_multiply_overflow (0 ms) 4: [ RUN ] cuda.execution_policy_occupancy_and_hint 4: [ OK ] cuda.execution_policy_occupancy_and_hint (0 ms) 4: [ RUN ] cuda.complex_construction 4: [ OK ] cuda.complex_construction (0 ms) 4: [ RUN ] cuda.complex_basic_math 4: [ OK ] cuda.complex_basic_math (0 ms) 4: [ RUN ] cuda.complex_special_funtions 4: [ OK ] cuda.complex_special_funtions (0 ms) 4: [ RUN ] cuda.complex_io 4: [ OK ] cuda.complex_io (0 ms) 4: [ RUN ] cuda.complex_trivially_copyable 4: [ OK ] cuda.complex_trivially_copyable (0 ms) 4: [ RUN ] cuda.complex_issue_3865 4: [ OK ] cuda.complex_issue_3865 (0 ms) 4: [ RUN ] cuda.complex_operations_arithmetic_types_overloads 4: [ OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms) 4: [ RUN ] cuda.crs_count_fill 4: [ OK ] cuda.crs_count_fill (5 ms) 4: [ RUN ] cuda.crs_copy_constructor 4: [ OK ] cuda.crs_copy_constructor (19 ms) 4: [ RUN ] cuda.deep_copy_alignment 4: [ OK ] cuda.deep_copy_alignment (45 ms) 4: [ RUN ] cuda.deep_copy_conversion 4: [ OK ] cuda.deep_copy_conversion (8 ms) 4: [ RUN ] cuda.partitioning_by_args 4: [ OK ] cuda.partitioning_by_args (1 ms) 4: [ RUN ] cuda.partitioning_by_vector 4: [ OK ] cuda.partitioning_by_vector (0 ms) 4: [ RUN ] cuda.execution_space_as_class_data_member 4: [ OK ] cuda.execution_space_as_class_data_member (0 ms) 4: [ RUN ] cuda.functor_analysis 4: [ OK ] cuda.functor_analysis (0 ms) 4: [ RUN ] cuda.host_shared_ptr_use_count 4: [ OK ] cuda.host_shared_ptr_use_count (0 ms) 4: [ RUN ] cuda.host_shared_ptr_get 4: [ OK ] cuda.host_shared_ptr_get (0 ms) 4: [ RUN ] cuda.host_shared_ptr_dereference_on_device 4: [ OK ] cuda.host_shared_ptr_dereference_on_device (0 ms) 4: [ RUN ] cuda.host_shared_ptr_special_members_on_device 4: [ OK ] cuda.host_shared_ptr_special_members_on_device (0 ms) 4: [ RUN ] cuda.host_shared_ptr_tracking 4: [ OK ] cuda.host_shared_ptr_tracking (1 ms) 4: [ RUN ] cuda.init 4: [ OK ] cuda.init (0 ms) 4: [ RUN ] cuda.dispatch 4: [ OK ] cuda.dispatch (121 ms) 4: [ RUN ] cuda.join_backward_compatibility 4: [ OK ] cuda.join_backward_compatibility (0 ms) 4: [ RUN ] cuda.local_deepcopy_teampolicy_layoutleft 4: [ OK ] cuda.local_deepcopy_teampolicy_layoutleft (3475 ms) 4: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutleft 4: [ OK ] cuda.local_deepcopy_rangepolicy_layoutleft (5055 ms) 4: [ RUN ] cuda.local_deepcopy_teampolicy_layoutright 4: [ OK ] cuda.local_deepcopy_teampolicy_layoutright (4173 ms) 4: [ RUN ] cuda.local_deepcopy_rangepolicy_layoutright 4: [ OK ] cuda.local_deepcopy_rangepolicy_layoutright (4634 ms) 4: [ RUN ] cuda.deep_copy_scratch 4: [ OK ] cuda.deep_copy_scratch (0 ms) 4: [ RUN ] cuda.mathematical_constants_e 4: [ OK ] cuda.mathematical_constants_e (0 ms) 4: [ RUN ] cuda.mathematical_constants_log2e 4: [ OK ] cuda.mathematical_constants_log2e (0 ms) 4: [ RUN ] cuda.mathematical_constants_log10e 4: [ OK ] cuda.mathematical_constants_log10e (0 ms) 4: [ RUN ] cuda.mathematical_constants_pi 4: [ OK ] cuda.mathematical_constants_pi (0 ms) 4: [ RUN ] cuda.mathematical_constants_inv_pi 4: [ OK ] cuda.mathematical_constants_inv_pi (0 ms) 4: [ RUN ] cuda.mathematical_constants_inv_sqrtpi 4: [ OK ] cuda.mathematical_constants_inv_sqrtpi (0 ms) 4: [ RUN ] cuda.mathematical_constants_ln2 4: [ OK ] cuda.mathematical_constants_ln2 (0 ms) 4: [ RUN ] cuda.mathematical_constants_ln10 4: [ OK ] cuda.mathematical_constants_ln10 (0 ms) 4: [ RUN ] cuda.mathematical_constants_sqrt2 4: [ OK ] cuda.mathematical_constants_sqrt2 (0 ms) 4: [ RUN ] cuda.mathematical_constants_sqrt3 4: [ OK ] cuda.mathematical_constants_sqrt3 (0 ms) 4: [ RUN ] cuda.mathematical_constants_inv_sqrt3 4: [ OK ] cuda.mathematical_constants_inv_sqrt3 (0 ms) 4: [ RUN ] cuda.mathematical_constants_egamma 4: [ OK ] cuda.mathematical_constants_egamma (0 ms) 4: [ RUN ] cuda.mathematical_constants_phi 4: [ OK ] cuda.mathematical_constants_phi (0 ms) 4: [ RUN ] cuda.mathematical_functions_trigonometric_functions 4: [ OK ] cuda.mathematical_functions_trigonometric_functions (3 ms) 4: [ RUN ] cuda.mathematical_functions_hyperbolic_functions 4: [ OK ] cuda.mathematical_functions_hyperbolic_functions (2 ms) 4: [ RUN ] cuda.mathematical_functions_non_standard 4: [ OK ] cuda.mathematical_functions_non_standard (0 ms) 4: [ RUN ] cuda.mathematical_functions_power_functions 4: [ OK ] cuda.mathematical_functions_power_functions (1 ms) 4: [ RUN ] cuda.mathematical_functions_fma 4: [ OK ] cuda.mathematical_functions_fma (0 ms) 4: [ RUN ] cuda.mathematical_functions_error_and_gamma_functions 4: [ OK ] cuda.mathematical_functions_error_and_gamma_functions (1 ms) 4: [ RUN ] cuda.mathematical_functions_nearest_interger_floating_point_operations 4: [ OK ] cuda.mathematical_functions_nearest_interger_floating_point_operations (2 ms) 4: [ RUN ] cuda.mathematical_functions_floating_point_manipulation_functions 4: [ OK ] cuda.mathematical_functions_floating_point_manipulation_functions (0 ms) 4: [ RUN ] cuda.mathematical_functions_absolute_value 4: [ OK ] cuda.mathematical_functions_absolute_value (0 ms) 4: [ RUN ] cuda.mathematical_functions_floating_point_absolute_value 4: [ OK ] cuda.mathematical_functions_floating_point_absolute_value (0 ms) 4: [ RUN ] cuda.mathematical_functions_remainder_function 4: [ OK ] cuda.mathematical_functions_remainder_function (0 ms) 4: [ RUN ] cuda.mathematical_functions_isfinite 4: [ OK ] cuda.mathematical_functions_isfinite (0 ms) 4: [ RUN ] cuda.mathematical_functions_isinf 4: [ OK ] cuda.mathematical_functions_isinf (0 ms) 4: [ RUN ] cuda.mathematical_functions_isnan 4: [ OK ] cuda.mathematical_functions_isnan (0 ms) 4: [ RUN ] cuda.mathematical_functions_exponential_functions 4: [ OK ] cuda.mathematical_functions_exponential_functions (2 ms) 4: [ RUN ] cuda.mathspecialfunc_expint1 4: [ OK ] cuda.mathspecialfunc_expint1 (0 ms) 4: [ RUN ] cuda.mathspecialfunc_errorfunc 4: [ OK ] cuda.mathspecialfunc_errorfunc (0 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesselj0y0 4: [ OK ] cuda.mathspecialfunc_cbesselj0y0 (25 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesselj1y1 4: [ OK ] cuda.mathspecialfunc_cbesselj1y1 (25 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesseli0k0 4: [ OK ] cuda.mathspecialfunc_cbesseli0k0 (1 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesseli1k1 4: [ OK ] cuda.mathspecialfunc_cbesseli1k1 (1 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesselh1stkind 4: [ OK ] cuda.mathspecialfunc_cbesselh1stkind (0 ms) 4: [ RUN ] cuda.mathspecialfunc_cbesselh2ndkind 4: [ OK ] cuda.mathspecialfunc_cbesselh2ndkind (0 ms) 4: [ RUN ] cuda.mdrange_5d 4: [ OK ] cuda.mdrange_5d (255 ms) 4: [ RUN ] cuda.mdrange_6d 4: [ OK ] cuda.mdrange_6d (315 ms) 4: [ RUN ] cuda.mdrange_2d 4: [ OK ] cuda.mdrange_2d (4 ms) 4: [ RUN ] cuda.mdrange_array_reduce 4: [ OK ] cuda.mdrange_array_reduce (0 ms) 4: [ RUN ] cuda.mdrange_3d 4: [ OK ] cuda.mdrange_3d (32 ms) 4: [ RUN ] cuda.mdrange_neg_idx 4: [ OK ] cuda.mdrange_neg_idx (1 ms) 4: [ RUN ] cuda.mdrange_4d 4: [ OK ] cuda.mdrange_4d (45 ms) 4: [ RUN ] cuda.mdrange_scalar 4: [ OK ] cuda.mdrange_scalar (0 ms) 4: [ RUN ] cuda.mdrange_large_deep_copy 4: [ OK ] cuda.mdrange_large_deep_copy (116 ms) 4: [ RUN ] cuda.md_range_policy_construction_from_arrays 4: [ OK ] cuda.md_range_policy_construction_from_arrays (0 ms) 4: [ RUN ] cuda.mdrange_parallel_reduce_primitive_types 4: [ OK ] cuda.mdrange_parallel_reduce_primitive_types (2125 ms) 4: [ RUN ] cuda.mdspan_minimal_functional 4: [ OK ] cuda.mdspan_minimal_functional (0 ms) 4: [ RUN ] cuda.max 4: [ OK ] cuda.max (0 ms) 4: [ RUN ] cuda.max_within_parfor 4: [ OK ] cuda.max_within_parfor (0 ms) 4: [ RUN ] cuda.min 4: [ OK ] cuda.min (0 ms) 4: [ RUN ] cuda.min_within_parfor 4: [ OK ] cuda.min_within_parfor (0 ms) 4: [ RUN ] cuda.minmax 4: [ OK ] cuda.minmax (0 ms) 4: [ RUN ] cuda.minmax_within_parfor 4: [ OK ] cuda.minmax_within_parfor (0 ms) 4: [ RUN ] cuda.clamp 4: [ OK ] cuda.clamp (0 ms) 4: [ RUN ] cuda.clamp_within_parfor 4: [ OK ] cuda.clamp_within_parfor (0 ms) 4: [ RUN ] cuda.numeric_traits_infinity 4: [ OK ] cuda.numeric_traits_infinity (0 ms) 4: [ RUN ] cuda.numeric_traits_epsilon 4: [ OK ] cuda.numeric_traits_epsilon (0 ms) 4: [ RUN ] cuda.numeric_traits_round_error 4: [ OK ] cuda.numeric_traits_round_error (0 ms) 4: [ RUN ] cuda.numeric_traits_norm_min 4: [ OK ] cuda.numeric_traits_norm_min (0 ms) 4: [ RUN ] cuda.numeric_traits_denorm_min 4: [ OK ] cuda.numeric_traits_denorm_min (0 ms) 4: [ RUN ] cuda.numeric_traits_finite_min_max 4: [ OK ] cuda.numeric_traits_finite_min_max (1 ms) 4: [ RUN ] cuda.numeric_traits_digits 4: [ OK ] cuda.numeric_traits_digits (1 ms) 4: [ RUN ] cuda.numeric_traits_digits10 4: [ OK ] cuda.numeric_traits_digits10 (1 ms) 4: [ RUN ] cuda.numeric_traits_max_digits10 4: [ OK ] cuda.numeric_traits_max_digits10 (0 ms) 4: [ RUN ] cuda.numeric_traits_radix 4: [ OK ] cuda.numeric_traits_radix (1 ms) 4: [ RUN ] cuda.numeric_traits_min_max_exponent 4: [ OK ] cuda.numeric_traits_min_max_exponent (0 ms) 4: [ RUN ] cuda.numeric_traits_min_max_exponent10 4: [ OK ] cuda.numeric_traits_min_max_exponent10 (0 ms) 4: [ RUN ] cuda.numeric_traits_quiet_and_signaling_nan 4: [ OK ] cuda.numeric_traits_quiet_and_signaling_nan (0 ms) 4: [ RUN ] cuda.numeric_traits_sfinae_friendly 4: [ OK ] cuda.numeric_traits_sfinae_friendly (0 ms) 4: [ RUN ] cuda.occupancy_control 4: [ OK ] cuda.occupancy_control (0 ms) 4: [ RUN ] cuda.view_aggregate 4: [ OK ] cuda.view_aggregate (0 ms) 4: [ RUN ] cuda.memory_pool 4: [ OK ] cuda.memory_pool (16 ms) 4: [ RUN ] cuda.cxx11 4: [ OK ] cuda.cxx11 (1 ms) 4: [ RUN ] cuda.viewctorprop_embedded_dim 4: [ OK ] cuda.viewctorprop_embedded_dim (0 ms) 4: [ RUN ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility 4: [ OK ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms) 4: [ RUN ] cuda.view_layouttiled 4: [ OK ] cuda.view_layouttiled (8 ms) 4: [ RUN ] cuda.view_layouttiled_subtile 4: [ OK ] cuda.view_layouttiled_subtile (5 ms) 4: [ RUN ] cuda.parallel_scan_range_policy 4: [ OK ] cuda.parallel_scan_range_policy (56 ms) 4: [ RUN ] cuda.kokkos_printf 4: [ OK ] cuda.kokkos_printf (1 ms) 4: [ RUN ] cuda.range_for 4: [ OK ] cuda.range_for (1 ms) 4: [ RUN ] cuda.range_reduce 4: [ OK ] cuda.range_reduce (0 ms) 4: [ RUN ] cuda.range_dynamic_policy 4: [ OK ] cuda.range_dynamic_policy (0 ms) 4: [ RUN ] cuda.range_policy_runtime_parameters 4: [ OK ] cuda.range_policy_runtime_parameters (0 ms) 4: [ RUN ] cuda.range_for_require 4: [ OK ] cuda.range_for_require (1 ms) 4: [ RUN ] cuda.range_reduce_require 4: [ OK ] cuda.range_reduce_require (0 ms) 4: [ RUN ] cuda.range_dynamic_policy_require 4: [ OK ] cuda.range_dynamic_policy_require (0 ms) 4: [ RUN ] cuda.reducers_int 4: [ OK ] cuda.reducers_int (7 ms) 4: [ RUN ] cuda.reducers_double 4: [ OK ] cuda.reducers_double (8 ms) 4: [ RUN ] cuda.reducers_complex_double 4: [ OK ] cuda.reducers_complex_double (1 ms) 4: [ RUN ] cuda.reducers_struct 4: [ OK ] cuda.reducers_struct (5 ms) 4: [ RUN ] cuda.reducers_half_t 4: [ OK ] cuda.reducers_half_t (4 ms) 4: [ RUN ] cuda.reducers_bhalf_t 4: [ OK ] cuda.reducers_bhalf_t (4 ms) 4: [ RUN ] cuda.reducers_int8_t 4: [ OK ] cuda.reducers_int8_t (3 ms) 4: [ RUN ] cuda.reducers_int16_t 4: [ OK ] cuda.reducers_int16_t (3 ms) 4: [ RUN ] cuda.reducers_point_t 4: [ OK ] cuda.reducers_point_t (3 ms) 4: [ RUN ] cuda.reducers_bool 4: [ OK ] cuda.reducers_bool (0 ms) 4: [ RUN ] cuda.int64_t_reduce 4: [ OK ] cuda.int64_t_reduce (12 ms) 4: [ RUN ] cuda.double_reduce 4: [ OK ] cuda.double_reduce (12 ms) 4: [ RUN ] cuda.int64_t_reduce_dynamic 4: [ OK ] cuda.int64_t_reduce_dynamic (16 ms) 4: [ RUN ] cuda.double_reduce_dynamic 4: [ OK ] cuda.double_reduce_dynamic (15 ms) 4: [ RUN ] cuda.int64_t_reduce_dynamic_view 4: [ OK ] cuda.int64_t_reduce_dynamic_view (4 ms) 4: [ RUN ] cuda.int_combined_reduce 4: [ OK ] cuda.int_combined_reduce (0 ms) 4: [ RUN ] cuda.mdrange_combined_reduce 4: [ OK ] cuda.mdrange_combined_reduce (0 ms) 4: [ RUN ] cuda.int_combined_reduce_mixed 4: [ OK ] cuda.int_combined_reduce_mixed (0 ms) 4: [ RUN ] cuda.reduction_deduction 4: [ OK ] cuda.reduction_deduction (0 ms) 4: [ RUN ] cuda.reduce_device_view_range_policy 4: [ OK ] cuda.reduce_device_view_range_policy (4 ms) 4: [ RUN ] cuda.reduce_device_view_mdrange_policy 4: [ OK ] cuda.reduce_device_view_mdrange_policy (137 ms) 4: [ RUN ] cuda.reduce_device_view_team_policy 4: [ OK ] cuda.reduce_device_view_team_policy (5 ms) 4: [ RUN ] cuda.impl_shared_alloc 4: [ OK ] cuda.impl_shared_alloc (81 ms) 4: [ RUN ] cuda.kokkos_swap 4: [ OK ] cuda.kokkos_swap (0 ms) 4: [ RUN ] cuda.reduceRangePolicyViewSizeLimit 4: [ OK ] cuda.reduceRangePolicyViewSizeLimit (37 ms) 4: [ RUN ] cuda.reduceMDRangePolicyViewSizeLimit 4: [ OK ] cuda.reduceMDRangePolicyViewSizeLimit (119 ms) 4: [----------] 182 tests from cuda (34049 ms total) 4: 4: [----------] Global test environment tear-down 4: [==========] 189 tests from 2 test suites ran. (51467 ms total) 4: [ PASSED ] 189 tests. 4/50 Test #4: Kokkos_CoreUnitTest_Cuda1 ........................ Passed 54.66 sec test 5 Start 5: Kokkos_CoreUnitTest_Cuda2 5: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Cuda2 5: Test timeout computed to be: 1500 5: [==========] Running 127 tests from 3 test suites. 5: [----------] Global test environment set-up. 5: [----------] 9 tests from cuda_DeathTest 5: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_dyn 5: [ OK ] cuda_DeathTest.view_construction_with_wrong_params_dyn (0 ms) 5: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_stat 5: [ OK ] cuda_DeathTest.view_construction_with_wrong_params_stat (0 ms) 5: [ RUN ] cuda_DeathTest.view_construction_with_wrong_params_mix 5: [ OK ] cuda_DeathTest.view_construction_with_wrong_params_mix (0 ms) 5: [ RUN ] cuda_DeathTest.view_construction_with_wrong_static_extents 5: [ OK ] cuda_DeathTest.view_construction_with_wrong_static_extents (0 ms) 5: [ RUN ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment 5: [ OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (16546 ms) 5: [ RUN ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment 5: [ OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (15070 ms) 5: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_host 5: [ OK ] cuda_DeathTest.view_memory_access_violations_from_host (42756 ms) 5: [ RUN ] cuda_DeathTest.view_memory_access_violations_from_device 5: [ OK ] cuda_DeathTest.view_memory_access_violations_from_device (42945 ms) 5: [ RUN ] cuda_DeathTest.view_out_of_bounds_access 5: [ OK ] cuda_DeathTest.view_out_of_bounds_access (38861 ms) 5: [----------] 9 tests from cuda_DeathTest (156181 ms total) 5: 5: [----------] 90 tests from cuda 5: [ RUN ] cuda.team_for 5: [ OK ] cuda.team_for (8 ms) 5: [ RUN ] cuda.team_reduce 5: [ OK ] cuda.team_reduce (1 ms) 5: [ RUN ] cuda.team_reduce_large 5: [ OK ] cuda.team_reduce_large (32 ms) 5: [ RUN ] cuda.team_parallel_single 5: [ OK ] cuda.team_parallel_single (7 ms) 5: [ RUN ] cuda.large_team_scratch_size 5: ScratchMemorySpace<...>::get_shmem: Failed to allocate 8 byte(s); remaining capacity is 0 byte(s) 5: [ OK ] cuda.large_team_scratch_size (0 ms) 5: [ RUN ] cuda.team_broadcast_long 5: [ OK ] cuda.team_broadcast_long (0 ms) 5: [ RUN ] cuda.team_broadcast_long_wrapper 5: [ OK ] cuda.team_broadcast_long_wrapper (0 ms) 5: [ RUN ] cuda.team_broadcast_char 5: [ OK ] cuda.team_broadcast_char (0 ms) 5: [ RUN ] cuda.team_broadcast_float 5: [ OK ] cuda.team_broadcast_float (0 ms) 5: [ RUN ] cuda.team_broadcast_double 5: [ OK ] cuda.team_broadcast_double (0 ms) 5: [ RUN ] cuda.team_handle_by_value 5: [ OK ] cuda.team_handle_by_value (0 ms) 5: [ RUN ] cuda.team_vector 5: [ OK ] cuda.team_vector (9 ms) 5: [ RUN ] cuda.triple_nested_parallelism 5: [ OK ] cuda.triple_nested_parallelism (8 ms) 5: [ RUN ] cuda.parallel_scan_with_reducers 5: [ OK ] cuda.parallel_scan_with_reducers (957 ms) 5: [ RUN ] cuda.team_thread_range_combined_reducers 5: [ OK ] cuda.team_thread_range_combined_reducers (0 ms) 5: [ RUN ] cuda.thread_vector_range_combined_reducers 5: [ OK ] cuda.thread_vector_range_combined_reducers (0 ms) 5: [ RUN ] cuda.team_vector_range_combined_reducers 5: [ OK ] cuda.team_vector_range_combined_reducers (0 ms) 5: [ RUN ] cuda.TeamThreadMDRangeParallelFor 5: [ OK ] cuda.TeamThreadMDRangeParallelFor (94 ms) 5: [ RUN ] cuda.ThreadVectorMDRangeParallelFor 5: [ OK ] cuda.ThreadVectorMDRangeParallelFor (76 ms) 5: [ RUN ] cuda.TeamVectorMDRangeParallelFor 5: [ OK ] cuda.TeamVectorMDRangeParallelFor (76 ms) 5: [ RUN ] cuda.TeamThreadMDRangeParallelReduce 5: [ OK ] cuda.TeamThreadMDRangeParallelReduce (26 ms) 5: [ RUN ] cuda.ThreadVectorMDRangeParallelReduce 5: [ OK ] cuda.ThreadVectorMDRangeParallelReduce (12 ms) 5: [ RUN ] cuda.TeamVectorMDRangeParallelReduce 5: [ OK ] cuda.TeamVectorMDRangeParallelReduce (12 ms) 5: [ RUN ] cuda.team_policy_runtime_parameters 5: [ OK ] cuda.team_policy_runtime_parameters (0 ms) 5: [ RUN ] cuda.team_reduction_scan 5: [ OK ] cuda.team_reduction_scan (1397 ms) 5: [ RUN ] cuda.team_long_reduce 5: [ OK ] cuda.team_long_reduce (11 ms) 5: [ RUN ] cuda.team_double_reduce 5: [ OK ] cuda.team_double_reduce (11 ms) 5: [ RUN ] cuda.team_parallel_dummy_with_reducer_and_scratch_space 5: [ OK ] cuda.team_parallel_dummy_with_reducer_and_scratch_space (0 ms) 5: [ RUN ] cuda.repeated_team_reduce 5: [ OK ] cuda.repeated_team_reduce (11 ms) 5: [ RUN ] cuda.team_scan 5: [ OK ] cuda.team_scan (952 ms) 5: [ RUN ] cuda.team_scan_ret_val 5: [ OK ] cuda.team_scan_ret_val (961 ms) 5: [ RUN ] cuda.team_shared_request 5: [ OK ] cuda.team_shared_request (0 ms) 5: [ RUN ] cuda.team_scratch_request 5: [ OK ] cuda.team_scratch_request (2 ms) 5: [ RUN ] cuda.team_lambda_shared_request 5: [ OK ] cuda.team_lambda_shared_request (0 ms) 5: [ RUN ] cuda.scratch_align 5: [ OK ] cuda.scratch_align (0 ms) 5: [ RUN ] cuda.shmem_size 5: [ OK ] cuda.shmem_size (0 ms) 5: [ RUN ] cuda.multi_level_scratch 5: [ OK ] cuda.multi_level_scratch (14 ms) 5: [ RUN ] cuda.team_scratch_memory_index_parallel_for 5: [ OK ] cuda.team_scratch_memory_index_parallel_for (0 ms) 5: [ RUN ] cuda.team_policy_max_recommended 5: [ OK ] cuda.team_policy_max_recommended (132 ms) 5: [ RUN ] cuda.team_policy_minmax_scalar_without_plus_equal_k 5: [ OK ] cuda.team_policy_minmax_scalar_without_plus_equal_k (0 ms) 5: [ RUN ] cuda.team_teamvector_range 5: [ OK ] cuda.team_teamvector_range (1 ms) 5: [ RUN ] cuda.unique_token_global 5: [ OK ] cuda.unique_token_global (5 ms) 5: [ RUN ] cuda.unique_token_instance 5: [ OK ] cuda.unique_token_instance (4 ms) 5: [ RUN ] cuda.unique_token_team_acquire 5: [ OK ] cuda.unique_token_team_acquire (15 ms) 5: [ RUN ] cuda.view_api_a 5: [ OK ] cuda.view_api_a (83 ms) 5: [ RUN ] cuda.view_api_b 5: [ OK ] cuda.view_api_b (3 ms) 5: [ RUN ] cuda.view_api_c 5: [ OK ] cuda.view_api_c (0 ms) 5: [ RUN ] cuda.view_api_d 5: [ OK ] cuda.view_api_d (2 ms) 5: [ RUN ] cuda.view_allocation_error 5: [ OK ] cuda.view_allocation_error (0 ms) 5: [ RUN ] cuda.view_remap 5: [ OK ] cuda.view_remap (0 ms) 5: [ RUN ] cuda.view_mirror_nonconst 5: [ OK ] cuda.view_mirror_nonconst (0 ms) 5: [ RUN ] cuda.view_stride_method 5: [ OK ] cuda.view_stride_method (0 ms) 5: [ RUN ] cuda.anonymous_space 5: [ OK ] cuda.anonymous_space (0 ms) 5: [ RUN ] cuda.view_overload_resolution 5: [ OK ] cuda.view_overload_resolution (0 ms) 5: [ RUN ] cuda.view_allocation_large_rank 5: [ OK ] cuda.view_allocation_large_rank (5 ms) 5: [ RUN ] cuda.view_shmem_size_on_device 5: [ OK ] cuda.view_shmem_size_on_device (0 ms) 5: [ RUN ] cuda.view_is_assignable 5: [ OK ] cuda.view_is_assignable (0 ms) 5: [ RUN ] cuda.view_copy_tests 5: [ OK ] cuda.view_copy_tests (60 ms) 5: [ RUN ] cuda.view_copy_tests_rank_0 5: [ OK ] cuda.view_copy_tests_rank_0 (1 ms) 5: [ RUN ] cuda.view_copy_degenerated 5: [ OK ] cuda.view_copy_degenerated (0 ms) 5: [ RUN ] cuda.view_empty_runtime_unmanaged 5: [ OK ] cuda.view_empty_runtime_unmanaged (0 ms) 5: [ RUN ] cuda.view_hooks 5: [ OK ] cuda.view_hooks (0 ms) 5: [ RUN ] cuda.view_layoutstride_left_to_layoutleft_assignment 5: [ OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (177 ms) 5: [ RUN ] cuda.view_layoutstride_right_to_layoutright_assignment 5: [ OK ] cuda.view_layoutstride_right_to_layoutright_assignment (168 ms) 5: [ RUN ] cuda.view_irregular_layout 5: [ OK ] cuda.view_irregular_layout (0 ms) 5: [ RUN ] cuda.view_mapping 5: [ OK ] cuda.view_mapping (556 ms) 5: [ RUN ] cuda.view_mapping_operator 5: [ OK ] cuda.view_mapping_operator (32 ms) 5: [ RUN ] cuda.static_extent 5: [ OK ] cuda.static_extent (0 ms) 5: [ RUN ] cuda.view_mapping_atomic 5: [ OK ] cuda.view_mapping_atomic (2 ms) 5: [ RUN ] cuda.view_mapping_class_value 5: [ OK ] cuda.view_mapping_class_value (0 ms) 5: [ RUN ] cuda.view_mapping_assignable 5: [ OK ] cuda.view_mapping_assignable (0 ms) 5: [ RUN ] cuda.view_mapping_trivially_copyable 5: [ OK ] cuda.view_mapping_trivially_copyable (0 ms) 5: [ RUN ] cuda.view_mapping_subview 5: [ OK ] cuda.view_mapping_subview (1 ms) 5: [ RUN ] cuda.view_nested_view 5: [ OK ] cuda.view_nested_view (0 ms) 5: [ RUN ] cuda.append_formatted_multidimensional_index 5: [ OK ] cuda.append_formatted_multidimensional_index (0 ms) 5: [ RUN ] cuda.view_resize 5: [ OK ] cuda.view_resize (155 ms) 5: [ RUN ] cuda.view_realloc 5: [ OK ] cuda.view_realloc (1 ms) 5: [ RUN ] cuda.workgraph_fib 5: [ OK ] cuda.workgraph_fib (1381 ms) 5: [ RUN ] cuda.resize_realloc_no_init 5: [ OK ] cuda.resize_realloc_no_init (0 ms) 5: [ RUN ] cuda.resize_realloc_no_alloc 5: [ OK ] cuda.resize_realloc_no_alloc (0 ms) 5: [ RUN ] cuda.realloc_exec_space 5: [ OK ] cuda.realloc_exec_space (0 ms) 5: [ RUN ] cuda.view_alloc 5: [ OK ] cuda.view_alloc (0 ms) 5: [ RUN ] cuda.view_alloc_exec_space 5: [ OK ] cuda.view_alloc_exec_space (0 ms) 5: [ RUN ] cuda.view_alloc_int 5: [ OK ] cuda.view_alloc_int (0 ms) 5: [ RUN ] cuda.view_alloc_exec_space_int 5: [ OK ] cuda.view_alloc_exec_space_int (0 ms) 5: [ RUN ] cuda.deep_copy_zero_memset 5: [ OK ] cuda.deep_copy_zero_memset (0 ms) 5: [ RUN ] cuda.resize_exec_space 5: [ OK ] cuda.resize_exec_space (0 ms) 5: [ RUN ] cuda.view_allocation_int 5: [ OK ] cuda.view_allocation_int (0 ms) 5: [ RUN ] cuda.view_allocation_exec_space_int 5: [ OK ] cuda.view_allocation_exec_space_int (0 ms) 5: [ RUN ] cuda.view_not_default_constructible 5: [ OK ] cuda.view_not_default_constructible (0 ms) 5: [----------] 90 tests from cuda (7489 ms total) 5: 5: [----------] 28 tests from cuda_uvm 5: [ RUN ] cuda_uvm.view_subview_auto_1d_left 5: [ OK ] cuda_uvm.view_subview_auto_1d_left (6 ms) 5: [ RUN ] cuda_uvm.view_subview_auto_1d_right 5: [ OK ] cuda_uvm.view_subview_auto_1d_right (5 ms) 5: [ RUN ] cuda_uvm.view_subview_auto_1d_stride 5: [ OK ] cuda_uvm.view_subview_auto_1d_stride (5 ms) 5: [ RUN ] cuda_uvm.view_subview_assign_strided 5: [ OK ] cuda_uvm.view_subview_assign_strided (3 ms) 5: [ RUN ] cuda_uvm.view_subview_left_0 5: [ OK ] cuda_uvm.view_subview_left_0 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_left_1 5: [ OK ] cuda_uvm.view_subview_left_1 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_left_2 5: [ OK ] cuda_uvm.view_subview_left_2 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_left_3 5: [ OK ] cuda_uvm.view_subview_left_3 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_right_0 5: [ OK ] cuda_uvm.view_subview_right_0 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_right_1 5: [ OK ] cuda_uvm.view_subview_right_1 (0 ms) 5: [ RUN ] cuda_uvm.view_subview_right_3 5: [ OK ] cuda_uvm.view_subview_right_3 (0 ms) 5: [ RUN ] cuda_uvm.view_static_tests 5: [ OK ] cuda_uvm.view_static_tests (1 ms) 5: [ RUN ] cuda_uvm.view_subview_layoutleft_to_layoutleft 5: [ OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (3 ms) 5: [ RUN ] cuda_uvm.view_subview_layoutright_to_layoutright 5: [ OK ] cuda_uvm.view_subview_layoutright_to_layoutright (2 ms) 5: [ RUN ] cuda_uvm.view_subview_1d_assign 5: [ OK ] cuda_uvm.view_subview_1d_assign (3 ms) 5: [ RUN ] cuda_uvm.view_subview_1d_assign_atomic 5: [ OK ] cuda_uvm.view_subview_1d_assign_atomic (3 ms) 5: [ RUN ] cuda_uvm.view_subview_1d_assign_randomaccess 5: [ OK ] cuda_uvm.view_subview_1d_assign_randomaccess (3 ms) 5: [ RUN ] cuda_uvm.view_subview_2d_from_3d 5: [ OK ] cuda_uvm.view_subview_2d_from_3d (54 ms) 5: [ RUN ] cuda_uvm.view_subview_2d_from_3d_atomic 5: [ OK ] cuda_uvm.view_subview_2d_from_3d_atomic (56 ms) 5: [ RUN ] cuda_uvm.view_subview_2d_from_3d_randomaccess 5: [ OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (54 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_left (134 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_atomic 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (138 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (132 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_right (134 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_atomic 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (134 ms) 5: [ RUN ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess 5: [ OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (135 ms) 5: [ RUN ] cuda_uvm.view_test_unmanaged_subview_reset 5: [ OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms) 5: [ RUN ] cuda_uvm.view_subview_memory_traits_construction 5: [ OK ] cuda_uvm.view_subview_memory_traits_construction (0 ms) 5: [----------] 28 tests from cuda_uvm (1018 ms total) 5: 5: [----------] Global test environment tear-down 5: [==========] 127 tests from 3 test suites ran. (164689 ms total) 5: [ PASSED ] 127 tests. 5/50 Test #5: Kokkos_CoreUnitTest_Cuda2 ........................ Passed 168.12 sec test 6 Start 6: Kokkos_CoreUnitTest_Cuda3 6: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Cuda3 6: Test timeout computed to be: 1500 6: [==========] Running 56 tests from 3 test suites. 6: [----------] Global test environment set-up. 6: [----------] 6 tests from cuda 6: [ RUN ] cuda.team_scratch_1_streams 6: [ OK ] cuda.team_scratch_1_streams (43721 ms) 6: [ RUN ] cuda.space_access 6: [ OK ] cuda.space_access (0 ms) 6: [ RUN ] cuda.uvm 6: [ OK ] cuda.uvm (0 ms) 6: [ RUN ] cuda.impl_view_accessible 6: [ OK ] cuda.impl_view_accessible (1 ms) 6: [ RUN ] cuda.impl_view_texture 6: [ OK ] cuda.impl_view_texture (0 ms) 6: [ RUN ] cuda.view_subview_const_randomaccess 6: [ OK ] cuda.view_subview_const_randomaccess (0 ms) 6: [----------] 6 tests from cuda (43724 ms total) 6: 6: [----------] 25 tests from cuda_hostpinned 6: [ RUN ] cuda_hostpinned.impl_shared_alloc 6: [ OK ] cuda_hostpinned.impl_shared_alloc (49 ms) 6: [ RUN ] cuda_hostpinned.view_api_a 6: [ OK ] cuda_hostpinned.view_api_a (78 ms) 6: [ RUN ] cuda_hostpinned.view_api_b 6: [ OK ] cuda_hostpinned.view_api_b (11 ms) 6: [ RUN ] cuda_hostpinned.view_api_c 6: [ OK ] cuda_hostpinned.view_api_c (0 ms) 6: [ RUN ] cuda_hostpinned.view_api_d 6: [ OK ] cuda_hostpinned.view_api_d (4 ms) 6: [ RUN ] cuda_hostpinned.view_allocation_error 6: [ OK ] cuda_hostpinned.view_allocation_error (0 ms) 6: [ RUN ] cuda_hostpinned.view_remap 6: [ OK ] cuda_hostpinned.view_remap (0 ms) 6: [ RUN ] cuda_hostpinned.view_mirror_nonconst 6: [ OK ] cuda_hostpinned.view_mirror_nonconst (0 ms) 6: [ RUN ] cuda_hostpinned.view_stride_method 6: [ OK ] cuda_hostpinned.view_stride_method (0 ms) 6: [ RUN ] cuda_hostpinned.anonymous_space 6: [ OK ] cuda_hostpinned.anonymous_space (0 ms) 6: [ RUN ] cuda_hostpinned.view_overload_resolution 6: [ OK ] cuda_hostpinned.view_overload_resolution (0 ms) 6: [ RUN ] cuda_hostpinned.view_allocation_large_rank 6: [ OK ] cuda_hostpinned.view_allocation_large_rank (4553 ms) 6: [ RUN ] cuda_hostpinned.view_shmem_size_on_device 6: [ OK ] cuda_hostpinned.view_shmem_size_on_device (0 ms) 6: [ RUN ] cuda_hostpinned.view_is_assignable 6: [ OK ] cuda_hostpinned.view_is_assignable (0 ms) 6: [ RUN ] cuda_hostpinned.view_copy_tests 6: [ OK ] cuda_hostpinned.view_copy_tests (129 ms) 6: [ RUN ] cuda_hostpinned.view_copy_tests_rank_0 6: [ OK ] cuda_hostpinned.view_copy_tests_rank_0 (0 ms) 6: [ RUN ] cuda_hostpinned.view_copy_degenerated 6: [ OK ] cuda_hostpinned.view_copy_degenerated (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping 6: [ OK ] cuda_hostpinned.view_mapping (491 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_operator 6: [ OK ] cuda_hostpinned.view_mapping_operator (116 ms) 6: [ RUN ] cuda_hostpinned.static_extent 6: [ OK ] cuda_hostpinned.static_extent (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_atomic 6: [ OK ] cuda_hostpinned.view_mapping_atomic (9 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_class_value 6: [ OK ] cuda_hostpinned.view_mapping_class_value (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_assignable 6: [ OK ] cuda_hostpinned.view_mapping_assignable (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_trivially_copyable 6: [ OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms) 6: [ RUN ] cuda_hostpinned.view_mapping_subview 6: [ OK ] cuda_hostpinned.view_mapping_subview (0 ms) 6: [----------] 25 tests from cuda_hostpinned (5449 ms total) 6: 6: [----------] 25 tests from cuda_uvm 6: [ RUN ] cuda_uvm.impl_shared_alloc 6: [ OK ] cuda_uvm.impl_shared_alloc (68 ms) 6: [ RUN ] cuda_uvm.view_api_a 6: [ OK ] cuda_uvm.view_api_a (87 ms) 6: [ RUN ] cuda_uvm.view_api_b 6: [ OK ] cuda_uvm.view_api_b (20 ms) 6: [ RUN ] cuda_uvm.view_api_c 6: [ OK ] cuda_uvm.view_api_c (0 ms) 6: [ RUN ] cuda_uvm.view_api_d 6: [ OK ] cuda_uvm.view_api_d (6 ms) 6: [ RUN ] cuda_uvm.view_allocation_error 6: [ OK ] cuda_uvm.view_allocation_error (0 ms) 6: [ RUN ] cuda_uvm.view_remap 6: [ OK ] cuda_uvm.view_remap (1 ms) 6: [ RUN ] cuda_uvm.view_mirror_nonconst 6: [ OK ] cuda_uvm.view_mirror_nonconst (0 ms) 6: [ RUN ] cuda_uvm.view_stride_method 6: [ OK ] cuda_uvm.view_stride_method (0 ms) 6: [ RUN ] cuda_uvm.anonymous_space 6: [ OK ] cuda_uvm.anonymous_space (0 ms) 6: [ RUN ] cuda_uvm.view_overload_resolution 6: [ OK ] cuda_uvm.view_overload_resolution (0 ms) 6: [ RUN ] cuda_uvm.view_allocation_large_rank 6: [ OK ] cuda_uvm.view_allocation_large_rank (1111 ms) 6: [ RUN ] cuda_uvm.view_shmem_size_on_device 6: [ OK ] cuda_uvm.view_shmem_size_on_device (0 ms) 6: [ RUN ] cuda_uvm.view_is_assignable 6: [ OK ] cuda_uvm.view_is_assignable (6 ms) 6: [ RUN ] cuda_uvm.view_copy_tests 6: [ OK ] cuda_uvm.view_copy_tests (32 ms) 6: [ RUN ] cuda_uvm.view_copy_tests_rank_0 6: [ OK ] cuda_uvm.view_copy_tests_rank_0 (3 ms) 6: [ RUN ] cuda_uvm.view_copy_degenerated 6: [ OK ] cuda_uvm.view_copy_degenerated (0 ms) 6: [ RUN ] cuda_uvm.view_mapping 6: [ OK ] cuda_uvm.view_mapping (491 ms) 6: [ RUN ] cuda_uvm.view_mapping_operator 6: [ OK ] cuda_uvm.view_mapping_operator (31 ms) 6: [ RUN ] cuda_uvm.static_extent 6: [ OK ] cuda_uvm.static_extent (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_atomic 6: [ OK ] cuda_uvm.view_mapping_atomic (2 ms) 6: [ RUN ] cuda_uvm.view_mapping_class_value 6: [ OK ] cuda_uvm.view_mapping_class_value (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_assignable 6: [ OK ] cuda_uvm.view_mapping_assignable (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_trivially_copyable 6: [ OK ] cuda_uvm.view_mapping_trivially_copyable (0 ms) 6: [ RUN ] cuda_uvm.view_mapping_subview 6: [ OK ] cuda_uvm.view_mapping_subview (1 ms) 6: [----------] 25 tests from cuda_uvm (1869 ms total) 6: 6: [----------] Global test environment tear-down 6: [==========] 56 tests from 3 test suites ran. (51042 ms total) 6: [ PASSED ] 56 tests. 6/50 Test #6: Kokkos_CoreUnitTest_Cuda3 ........................ Passed 53.82 sec test 7 Start 7: Kokkos_CoreUnitTest_CudaTimingBased 7: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CudaTimingBased 7: Test timeout computed to be: 1500 7: [==========] Running 2 tests from 1 test suite. 7: [----------] Global test environment set-up. 7: [----------] 2 tests from cuda 7: [ RUN ] cuda.debug_serial_execution 7: [ OK ] cuda.debug_serial_execution (14 ms) 7: [ RUN ] cuda.debug_pin_um_to_host 7: [ OK ] cuda.debug_pin_um_to_host (2286 ms) 7: [----------] 2 tests from cuda (2301 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 2 tests from 1 test suite ran. (2301 ms total) 7: [ PASSED ] 2 tests. 7/50 Test #7: Kokkos_CoreUnitTest_CudaTimingBased .............. Passed 4.80 sec test 8 Start 8: Kokkos_CoreUnitTest_CudaInterOpInit 8: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpInit 8: Test timeout computed to be: 1500 8: [==========] Running 1 test from 1 test suite. 8: [----------] Global test environment set-up. 8: [----------] 1 test from cuda 8: [ RUN ] cuda.raw_cuda_interop 8: [ OK ] cuda.raw_cuda_interop (1635 ms) 8: [----------] 1 test from cuda (1635 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test suite ran. (1635 ms total) 8: [ PASSED ] 1 test. 8/50 Test #8: Kokkos_CoreUnitTest_CudaInterOpInit .............. Passed 2.46 sec test 9 Start 9: Kokkos_CoreUnitTest_CudaInterOpStreams 9: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreams 9: Test timeout computed to be: 1500 9: [==========] Running 1 test from 1 test suite. 9: [----------] Global test environment set-up. 9: [----------] 1 test from cuda 9: [ RUN ] cuda.raw_cuda_streams 9: [ OK ] cuda.raw_cuda_streams (1630 ms) 9: [----------] 1 test from cuda (1630 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 1 test from 1 test suite ran. (1630 ms total) 9: [ PASSED ] 1 test. 9/50 Test #9: Kokkos_CoreUnitTest_CudaInterOpStreams ........... Passed 2.44 sec test 10 Start 10: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU 10: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU 10: Test timeout computed to be: 1500 10: [==========] Running 3 tests from 1 test suite. 10: [----------] Global test environment set-up. 10: [----------] 3 tests from cuda_multi_gpu 10: [ RUN ] cuda_multi_gpu.managed_views 10: [ OK ] cuda_multi_gpu.managed_views (5 ms) 10: [ RUN ] cuda_multi_gpu.unmanaged_views 10: [ OK ] cuda_multi_gpu.unmanaged_views (0 ms) 10: [ RUN ] cuda_multi_gpu.scratch_space 10: [ OK ] cuda_multi_gpu.scratch_space (3 ms) 10: [----------] 3 tests from cuda_multi_gpu (10 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 3 tests from 1 test suite ran. (10 ms total) 10: [ PASSED ] 3 tests. 10/50 Test #10: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU ... Passed 2.46 sec test 11 Start 11: Kokkos_CoreUnitTest_CudaGraph 11: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CudaGraph 11: Test timeout computed to be: 1500 11: [==========] Running 5 tests from 1 test suite. 11: [----------] Global test environment set-up. 11: [----------] 5 tests from cuda_count_bugs 11: [ RUN ] cuda_count_bugs.launch_one 11: [ OK ] cuda_count_bugs.launch_one (0 ms) 11: [ RUN ] cuda_count_bugs.launch_one_rvalue 11: [ OK ] cuda_count_bugs.launch_one_rvalue (0 ms) 11: [ RUN ] cuda_count_bugs.launch_six 11: [ OK ] cuda_count_bugs.launch_six (0 ms) 11: [ RUN ] cuda_count_bugs.when_all_cycle 11: [ OK ] cuda_count_bugs.when_all_cycle (0 ms) 11: [ RUN ] cuda_count_bugs.zero_work_reduce 11: [ OK ] cuda_count_bugs.zero_work_reduce (4 ms) 11: [----------] 5 tests from cuda_count_bugs (6 ms total) 11: 11: [----------] Global test environment tear-down 11: [==========] 5 tests from 1 test suite ran. (6 ms total) 11: [ PASSED ] 5 tests. 11: 11: YOU HAVE 1 DISABLED TEST 11: 11/50 Test #11: Kokkos_CoreUnitTest_CudaGraph .................... Passed 2.44 sec test 12 Start 12: Kokkos_CoreUnitTest_Default 12: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Default 12: Test timeout computed to be: 1500 12: [==========] Running 71 tests from 41 test suites. 12: [----------] Global test environment set-up. 12: [----------] 31 tests from defaultdevicetype 12: [ RUN ] defaultdevicetype.initialization_settings 12: [ OK ] defaultdevicetype.initialization_settings (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_num_threads 12: [ OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_device_id 12: [ OK ] defaultdevicetype.cmd_line_args_device_id (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_disable_warning 12: [ OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_tune_internals 12: [ OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_help 12: [ OK ] defaultdevicetype.cmd_line_args_help (6 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_tools_arguments 12: Warning: command line argument '--kokkos-tools-libs=ich_tue_nur.so' ignored because kokkos-tools is disabled. Raised by Kokkos::initialize(). 12: [ OK ] defaultdevicetype.cmd_line_args_tools_arguments (2 ms) 12: [ RUN ] defaultdevicetype.cmd_line_args_unrecognized_flag 12: [ OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (9 ms) 12: [ RUN ] defaultdevicetype.env_vars_num_threads 12: [ OK ] defaultdevicetype.env_vars_num_threads (0 ms) 12: [ RUN ] defaultdevicetype.env_vars_device_id 12: [ OK ] defaultdevicetype.env_vars_device_id (0 ms) 12: [ RUN ] defaultdevicetype.env_vars_disable_warnings 12: [ OK ] defaultdevicetype.env_vars_disable_warnings (0 ms) 12: [ RUN ] defaultdevicetype.env_vars_tune_internals 12: [ OK ] defaultdevicetype.env_vars_tune_internals (0 ms) 12: [ RUN ] defaultdevicetype.visible_devices 12: [ OK ] defaultdevicetype.visible_devices (0 ms) 12: [ RUN ] defaultdevicetype.shared_space 12: [ OK ] defaultdevicetype.shared_space (156 ms) 12: [ RUN ] defaultdevicetype.shared_host_pinned_space 12: [ OK ] defaultdevicetype.shared_host_pinned_space (0 ms) 12: [ RUN ] defaultdevicetype.compiler_macros 12: [ OK ] defaultdevicetype.compiler_macros (5 ms) 12: [ RUN ] defaultdevicetype.half_conversion 12: [ OK ] defaultdevicetype.half_conversion (0 ms) 12: [ RUN ] defaultdevicetype.bhalf_conversion 12: [ OK ] defaultdevicetype.bhalf_conversion (0 ms) 12: [ RUN ] defaultdevicetype.half_operators 12: [ OK ] defaultdevicetype.half_operators (2 ms) 12: [ RUN ] defaultdevicetype.bhalf_operators 12: [ OK ] defaultdevicetype.bhalf_operators (1 ms) 12: [ RUN ] defaultdevicetype.host_space_access 12: [ OK ] defaultdevicetype.host_space_access (0 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_a1 12: [ OK ] defaultdevicetype.reduce_instantiation_a1 (4 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_b1 12: [ OK ] defaultdevicetype.reduce_instantiation_b1 (13 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_c1 12: [ OK ] defaultdevicetype.reduce_instantiation_c1 (4 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_a2 12: [ OK ] defaultdevicetype.reduce_instantiation_a2 (6 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_b2 12: [ OK ] defaultdevicetype.reduce_instantiation_b2 (16 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_c2 12: [ OK ] defaultdevicetype.reduce_instantiation_c2 (5 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_a3 12: [ OK ] defaultdevicetype.reduce_instantiation_a3 (8 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_b3 12: [ OK ] defaultdevicetype.reduce_instantiation_b3 (21 ms) 12: [ RUN ] defaultdevicetype.reduce_instantiation_c3 12: [ OK ] defaultdevicetype.reduce_instantiation_c3 (8 ms) 12: [ RUN ] defaultdevicetype.malloc 12: [ OK ] defaultdevicetype.malloc (0 ms) 12: [----------] 31 tests from defaultdevicetype (278 ms total) 12: 12: [----------] 1 test from kokkosresize 12: [ RUN ] kokkosresize.host_space_access 12: [ OK ] kokkosresize.host_space_access (153 ms) 12: [----------] 1 test from kokkosresize (153 ms total) 12: 12: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/0.sizes 12: [ OK ] TestViewAPI/0.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/0 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/1, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/1.sizes 12: [ OK ] TestViewAPI/1.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/1 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/2, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/2.sizes 12: [ OK ] TestViewAPI/2.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/2 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/3, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/3.sizes 12: [ OK ] TestViewAPI/3.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/3 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/4, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/4.sizes 12: [ OK ] TestViewAPI/4.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/4 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/5, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/5.sizes 12: [ OK ] TestViewAPI/5.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/5 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/6, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/6.sizes 12: [ OK ] TestViewAPI/6.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/6 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/7, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/7.sizes 12: [ OK ] TestViewAPI/7.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/7 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/8, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/8.sizes 12: [ OK ] TestViewAPI/8.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/8 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/9, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/9.sizes 12: [ OK ] TestViewAPI/9.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/9 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/10, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/10.sizes 12: [ OK ] TestViewAPI/10.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/10 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/11, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/11.sizes 12: [ OK ] TestViewAPI/11.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/11 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/12, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/12.sizes 12: [ OK ] TestViewAPI/12.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/12 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/13, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/13.sizes 12: [ OK ] TestViewAPI/13.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/13 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/14, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/14.sizes 12: [ OK ] TestViewAPI/14.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/14 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/15, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/15.sizes 12: [ OK ] TestViewAPI/15.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/15 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/16, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/16.sizes 12: [ OK ] TestViewAPI/16.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/16 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/17, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/17.sizes 12: [ OK ] TestViewAPI/17.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/17 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/18, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/18.sizes 12: [ OK ] TestViewAPI/18.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/18 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/19, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/19.sizes 12: [ OK ] TestViewAPI/19.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/19 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/20, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/20.sizes 12: [ OK ] TestViewAPI/20.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/20 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/21, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/21.sizes 12: [ OK ] TestViewAPI/21.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/21 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/22, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/22.sizes 12: [ OK ] TestViewAPI/22.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/22 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/23, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/23.sizes 12: [ OK ] TestViewAPI/23.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/23 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/24, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/24.sizes 12: [ OK ] TestViewAPI/24.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/24 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/25, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/25.sizes 12: [ OK ] TestViewAPI/25.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/25 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/26, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/26.sizes 12: [ OK ] TestViewAPI/26.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/26 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/27, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/27.sizes 12: [ OK ] TestViewAPI/27.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/27 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/28, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/28.sizes 12: [ OK ] TestViewAPI/28.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/28 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/29, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/29.sizes 12: [ OK ] TestViewAPI/29.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/29 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/30, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/30.sizes 12: [ OK ] TestViewAPI/30.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/30 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/31, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/31.sizes 12: [ OK ] TestViewAPI/31.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/31 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/32, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/32.sizes 12: [ OK ] TestViewAPI/32.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/32 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/33, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/33.sizes 12: [ OK ] TestViewAPI/33.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/33 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/34, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/34.sizes 12: [ OK ] TestViewAPI/34.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/34 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/35, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/35.sizes 12: [ OK ] TestViewAPI/35.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/35 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/36, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/36.sizes 12: [ OK ] TestViewAPI/36.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/36 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/37, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/37.sizes 12: [ OK ] TestViewAPI/37.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/37 (0 ms total) 12: 12: [----------] 1 test from TestViewAPI/38, where TypeParam = std::tuple, std::integer_sequence > 12: [ RUN ] TestViewAPI/38.sizes 12: [ OK ] TestViewAPI/38.sizes (0 ms) 12: [----------] 1 test from TestViewAPI/38 (0 ms total) 12: 12: [----------] Global test environment tear-down 12: [==========] 71 tests from 41 test suites ran. (433 ms total) 12: [ PASSED ] 71 tests. 12/50 Test #12: Kokkos_CoreUnitTest_Default ...................... Passed 2.96 sec test 13 Start 13: Kokkos_CoreUnitTest_LegionInitialization 13: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization 13: Test timeout computed to be: 1500 13: [==========] Running 1 test from 1 test suite. 13: [----------] Global test environment set-up. 13: [----------] 1 test from initialization 13: [ RUN ] initialization.legion_initialization 13: [ OK ] initialization.legion_initialization (1617 ms) 13: [----------] 1 test from initialization (1617 ms total) 13: 13: [----------] Global test environment tear-down 13: [==========] 1 test from 1 test suite ran. (1617 ms total) 13: [ PASSED ] 1 test. 13/50 Test #13: Kokkos_CoreUnitTest_LegionInitialization ......... Passed 2.42 sec test 14 Start 14: Kokkos_CoreUnitTest_PushFinalizeHook 14: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook 14: Test timeout computed to be: 1500 14: SUCCESS 14/50 Test #14: Kokkos_CoreUnitTest_PushFinalizeHook ............. Passed 2.42 sec test 15 Start 15: Kokkos_CoreUnitTest_Develop 15: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_Develop 15: Test timeout computed to be: 1500 15: [==========] Running 1 test from 1 test suite. 15: [----------] Global test environment set-up. 15: [----------] 1 test from defaultdevicetype 15: [ RUN ] defaultdevicetype.development_test 15: [ OK ] defaultdevicetype.development_test (0 ms) 15: [----------] 1 test from defaultdevicetype (0 ms total) 15: 15: [----------] Global test environment tear-down 15: [==========] 1 test from 1 test suite ran. (0 ms total) 15: [ PASSED ] 1 test. 15/50 Test #15: Kokkos_CoreUnitTest_Develop ...................... Passed 2.39 sec test 16 Start 16: Kokkos_CoreUnitTest_KokkosP 16: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP 16: Test timeout computed to be: 1500 16: [==========] Running 28 tests from 2 test suites. 16: [----------] Global test environment set-up. 16: [----------] 26 tests from kokkosp 16: [ RUN ] kokkosp.test_named_instance_fence 16: Ref: 33554433 16: Ref: named_instance 16: 33554433 16: named_instance 16: [ OK ] kokkosp.test_named_instance_fence (0 ms) 16: [ RUN ] kokkosp.test_unnamed_instance_fence 16: Ref: 33554433 16: Ref: Unnamed Instance Fence 16: 33554433 16: Kokkos::Cuda::fence(): Unnamed Instance Fence 16: [ OK ] kokkosp.test_unnamed_instance_fence (0 ms) 16: [ RUN ] kokkosp.test_named_global_fence 16: Ref: 33554432 16: Ref: test global fence 16: 0 16: test global fence 16: Miss on id 16: 33554432 16: test global fence 16: [ OK ] kokkosp.test_named_global_fence (0 ms) 16: [ RUN ] kokkosp.test_unnamed_global_fence 16: Ref: 33554432 16: Ref: Unnamed Global Fence 16: 0 16: Kokkos::fence: Unnamed Global Fence 16: Miss on id 16: 33554432 16: Kokkos::fence: Unnamed Global Fence 16: [ OK ] kokkosp.test_unnamed_global_fence (0 ms) 16: [ RUN ] kokkosp.test_multiple_default_instances 16: [ OK ] kokkosp.test_multiple_default_instances (0 ms) 16: [ RUN ] kokkosp.test_id_gen 16: [ OK ] kokkosp.test_id_gen (0 ms) 16: [ RUN ] kokkosp.test_kernel_sequence 16: Ref: 33554433 16: Ref: named_instance 16: 33554433 16: named_instance 16: Ref: 33554433 16: Ref: test_kernel 16: 33554433 16: named_instance 16: Miss on name 16: 33554433 16: test_kernel 16: [ OK ] kokkosp.test_kernel_sequence (0 ms) 16: [ RUN ] kokkosp.test_streams 16: [ OK ] kokkosp.test_streams (0 ms) 16: [ RUN ] kokkosp.async_deep_copy 16: [ OK ] kokkosp.async_deep_copy (0 ms) 16: [ RUN ] kokkosp.parallel_for 16: [ OK ] kokkosp.parallel_for (0 ms) 16: [ RUN ] kokkosp.parallel_reduce 16: [ OK ] kokkosp.parallel_reduce (0 ms) 16: [ RUN ] kokkosp.parallel_scan 16: [ OK ] kokkosp.parallel_scan (5 ms) 16: [ RUN ] kokkosp.parallel_scan_no_fence 16: [ OK ] kokkosp.parallel_scan_no_fence (0 ms) 16: [ RUN ] kokkosp.parallel_scan_no_fence_view 16: [ OK ] kokkosp.parallel_scan_no_fence_view (0 ms) 16: [ RUN ] kokkosp.regions 16: [ OK ] kokkosp.regions (0 ms) 16: [ RUN ] kokkosp.fences 16: [ OK ] kokkosp.fences (0 ms) 16: [ RUN ] kokkosp.raw_allocation 16: [ OK ] kokkosp.raw_allocation (0 ms) 16: [ RUN ] kokkosp.view 16: [ OK ] kokkosp.view (0 ms) 16: [ RUN ] kokkosp.sections 16: [ OK ] kokkosp.sections (0 ms) 16: [ RUN ] kokkosp.metadata 16: [ OK ] kokkosp.metadata (0 ms) 16: [ RUN ] kokkosp.profile_events 16: [ OK ] kokkosp.profile_events (0 ms) 16: [ RUN ] kokkosp.no_init_kernel 16: [ OK ] kokkosp.no_init_kernel (0 ms) 16: [ RUN ] kokkosp.get_events 16: [ OK ] kokkosp.get_events (0 ms) 16: [ RUN ] kokkosp.create_mirror_no_init 16: [ OK ] kokkosp.create_mirror_no_init (0 ms) 16: [ RUN ] kokkosp.create_mirror_no_init_view_ctor 16: [ OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms) 16: [ RUN ] kokkosp.create_mirror_view_and_copy 16: [ OK ] kokkosp.create_mirror_view_and_copy (0 ms) 16: [----------] 26 tests from kokkosp (7 ms total) 16: 16: [----------] 2 tests from defaultdevicetype 16: [ RUN ] defaultdevicetype.profiling_section 16: [ OK ] defaultdevicetype.profiling_section (0 ms) 16: [ RUN ] defaultdevicetype.scoped_profile_region 16: [ OK ] defaultdevicetype.scoped_profile_region (0 ms) 16: [----------] 2 tests from defaultdevicetype (0 ms total) 16: 16: [----------] Global test environment tear-down 16: [==========] 28 tests from 2 test suites ran. (7 ms total) 16: [ PASSED ] 28 tests. 16/50 Test #16: Kokkos_CoreUnitTest_KokkosP ...................... Passed 2.48 sec test 17 Start 17: Kokkos_CoreUnitTest_StackTraceTest 17: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec 17: Test timeout computed to be: 1500 17: [==========] Running 3 tests from 2 test suites. 17: [----------] Global test environment set-up. 17: [----------] 2 tests from defaultdevicetype_DeathTest 17: [ RUN ] defaultdevicetype_DeathTest.stacktrace_terminate 17: 17: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 17: Top of f1 17: Top of f0 17: Top of f0 17: test_f1: 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55555570c713] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x55555567eec4] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x3b) [0x555555675aae] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x14d) [0x555555676e59] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556bd21c] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556b4d17] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xf2) [0x55555568911c] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x140) [0x555555689b5e] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x149) [0x55555568a45b] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41f) [0x555555699df9] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556be2dd] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556b5fdd] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xc4) [0x55555569855e] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x555555678eea] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x5555556774b9] 17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5c65083] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555556758ce] 17: 17: demangled test_f1: 17: [0x55555570c713] Kokkos::Impl::save_stacktrace() 17: [0x55555567eec4] Test::stacktrace_test_f1(std::ostream&) 17: [0x555555675aae] Test::test_stacktrace(bool, bool) 17: [0x555555676e59] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 17: [0x5555556bd21c] void testing::internal::HandleSehExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x5555556b4d17] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x55555568911c] testing::Test::Run() 17: [0x555555689b5e] testing::TestInfo::Run() 17: [0x55555568a45b] testing::TestSuite::Run() 17: [0x555555699df9] testing::internal::UnitTestImpl::RunAllTests() 17: [0x5555556be2dd] bool testing::internal::HandleSehExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x5555556b5fdd] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x55555569855e] testing::UnitTest::Run() 17: [0x555555678eea] RUN_ALL_TESTS() 17: [0x5555556774b9] main 17: [0x7ffff5c65083] __libc_start_main 17: [0x5555556758ce] _start 17: 17: Top of f3 17: Top of f3 17: Top of f3 17: Top of f3 17: Top of f3 17: Top of f1 17: Top of f0 17: Top of f0 17: StackTrace f3(std::cout, 4) returned: 110 17: test_f3: 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55555570c713] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x55555567eec4] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x4d) [0x55555567fcd6] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567fcec] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567fcec] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567fcec] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567fcec] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x845) [0x5555556762b8] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x14d) [0x555555676e59] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556bd21c] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556b4d17] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xf2) [0x55555568911c] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x140) [0x555555689b5e] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x149) [0x55555568a45b] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41f) [0x555555699df9] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556be2dd] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556b5fdd] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xc4) [0x55555569855e] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x555555678eea] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x5555556774b9] 17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5c65083] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555556758ce] 17: 17: demangled test_f3: 17: [0x55555570c713] Kokkos::Impl::save_stacktrace() 17: [0x55555567eec4] Test::stacktrace_test_f1(std::ostream&) 17: [0x55555567fcd6] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55555567fcec] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55555567fcec] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55555567fcec] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55555567fcec] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x5555556762b8] Test::test_stacktrace(bool, bool) 17: [0x555555676e59] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody() 17: [0x5555556bd21c] void testing::internal::HandleSehExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x5555556b4d17] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x55555568911c] testing::Test::Run() 17: [0x555555689b5e] testing::TestInfo::Run() 17: [0x55555568a45b] testing::TestSuite::Run() 17: [0x555555699df9] testing::internal::UnitTestImpl::RunAllTests() 17: [0x5555556be2dd] bool testing::internal::HandleSehExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x5555556b5fdd] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x55555569855e] testing::UnitTest::Run() 17: [0x555555678eea] RUN_ALL_TESTS() 17: [0x5555556774b9] main 17: [0x7ffff5c65083] __libc_start_main 17: [0x5555556758ce] _start 17: 17: Test setting std::terminate handler that prints the last saved stack trace 17: [ OK ] defaultdevicetype_DeathTest.stacktrace_terminate (294 ms) 17: [ RUN ] defaultdevicetype_DeathTest.stacktrace_generic_term 17: 17: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 17: Top of f1 17: Top of f0 17: Top of f0 17: test_f1: 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55555570c713] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x55555567eec4] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x3b) [0x555555675aae] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x14d) [0x555555677211] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556bd21c] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556b4d17] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xf2) [0x55555568911c] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x140) [0x555555689b5e] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x149) [0x55555568a45b] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41f) [0x555555699df9] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556be2dd] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556b5fdd] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xc4) [0x55555569855e] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x555555678eea] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x5555556774b9] 17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5c65083] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555556758ce] 17: 17: demangled test_f1: 17: [0x55555570c713] Kokkos::Impl::save_stacktrace() 17: [0x55555567eec4] Test::stacktrace_test_f1(std::ostream&) 17: [0x555555675aae] Test::test_stacktrace(bool, bool) 17: [0x555555677211] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 17: [0x5555556bd21c] void testing::internal::HandleSehExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x5555556b4d17] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x55555568911c] testing::Test::Run() 17: [0x555555689b5e] testing::TestInfo::Run() 17: [0x55555568a45b] testing::TestSuite::Run() 17: [0x555555699df9] testing::internal::UnitTestImpl::RunAllTests() 17: [0x5555556be2dd] bool testing::internal::HandleSehExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x5555556b5fdd] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x55555569855e] testing::UnitTest::Run() 17: [0x555555678eea] RUN_ALL_TESTS() 17: [0x5555556774b9] main 17: [0x7ffff5c65083] __libc_start_main 17: [0x5555556758ce] _start 17: 17: Top of f3 17: Top of f3 17: Top of f3 17: Top of f3 17: Top of f3 17: Top of f1 17: Top of f0 17: Top of f0 17: StackTrace f3(std::cout, 4) returned: 110 17: test_f3: 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55555570c713] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x55555567eec4] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x4d) [0x55555567fcd6] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567fcec] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567fcec] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567fcec] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567fcec] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x845) [0x5555556762b8] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x14d) [0x555555677211] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556bd21c] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556b4d17] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xf2) [0x55555568911c] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x140) [0x555555689b5e] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x149) [0x55555568a45b] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41f) [0x555555699df9] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556be2dd] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556b5fdd] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xc4) [0x55555569855e] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x555555678eea] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x5555556774b9] 17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5c65083] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555556758ce] 17: 17: demangled test_f3: 17: [0x55555570c713] Kokkos::Impl::save_stacktrace() 17: [0x55555567eec4] Test::stacktrace_test_f1(std::ostream&) 17: [0x55555567fcd6] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55555567fcec] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55555567fcec] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55555567fcec] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55555567fcec] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x5555556762b8] Test::test_stacktrace(bool, bool) 17: [0x555555677211] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody() 17: [0x5555556bd21c] void testing::internal::HandleSehExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x5555556b4d17] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x55555568911c] testing::Test::Run() 17: [0x555555689b5e] testing::TestInfo::Run() 17: [0x55555568a45b] testing::TestSuite::Run() 17: [0x555555699df9] testing::internal::UnitTestImpl::RunAllTests() 17: [0x5555556be2dd] bool testing::internal::HandleSehExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x5555556b5fdd] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x55555569855e] testing::UnitTest::Run() 17: [0x555555678eea] RUN_ALL_TESTS() 17: [0x5555556774b9] main 17: [0x7ffff5c65083] __libc_start_main 17: [0x5555556758ce] _start 17: 17: Test setting std::terminate handler that prints the last saved stack trace 17: [ OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (315 ms) 17: [----------] 2 tests from defaultdevicetype_DeathTest (609 ms total) 17: 17: [----------] 1 test from defaultdevicetype 17: [ RUN ] defaultdevicetype.stacktrace_normal 17: Top of f1 17: Top of f0 17: Top of f0 17: test_f1: 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55555570c713] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x55555567eec4] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x3b) [0x555555675aae] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test40defaultdevicetype_stacktrace_normal_Test8TestBodyEv+0x1f) [0x555555676d09] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556bd21c] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556b4d17] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xf2) [0x55555568911c] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x140) [0x555555689b5e] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x149) [0x55555568a45b] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41f) [0x555555699df9] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556be2dd] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556b5fdd] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xc4) [0x55555569855e] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x555555678eea] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x5555556774b9] 17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5c65083] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555556758ce] 17: 17: demangled test_f1: 17: [0x55555570c713] Kokkos::Impl::save_stacktrace() 17: [0x55555567eec4] Test::stacktrace_test_f1(std::ostream&) 17: [0x555555675aae] Test::test_stacktrace(bool, bool) 17: [0x555555676d09] Test::defaultdevicetype_stacktrace_normal_Test::TestBody() 17: [0x5555556bd21c] void testing::internal::HandleSehExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x5555556b4d17] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x55555568911c] testing::Test::Run() 17: [0x555555689b5e] testing::TestInfo::Run() 17: [0x55555568a45b] testing::TestSuite::Run() 17: [0x555555699df9] testing::internal::UnitTestImpl::RunAllTests() 17: [0x5555556be2dd] bool testing::internal::HandleSehExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x5555556b5fdd] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x55555569855e] testing::UnitTest::Run() 17: [0x555555678eea] RUN_ALL_TESTS() 17: [0x5555556774b9] main 17: [0x7ffff5c65083] __libc_start_main 17: [0x5555556758ce] _start 17: 17: Top of f3 17: Top of f3 17: Top of f3 17: Top of f3 17: Top of f3 17: Top of f1 17: Top of f0 17: Top of f0 17: StackTrace f3(std::cout, 4) returned: 110 17: test_f3: 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55555570c713] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x55555567eec4] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x4d) [0x55555567fcd6] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567fcec] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567fcec] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567fcec] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567fcec] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x845) [0x5555556762b8] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test40defaultdevicetype_stacktrace_normal_Test8TestBodyEv+0x1f) [0x555555676d09] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556bd21c] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556b4d17] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xf2) [0x55555568911c] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x140) [0x555555689b5e] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x149) [0x55555568a45b] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41f) [0x555555699df9] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556be2dd] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556b5fdd] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xc4) [0x55555569855e] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x555555678eea] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x5555556774b9] 17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5c65083] 17: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555556758ce] 17: 17: demangled test_f3: 17: [0x55555570c713] Kokkos::Impl::save_stacktrace() 17: [0x55555567eec4] Test::stacktrace_test_f1(std::ostream&) 17: [0x55555567fcd6] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55555567fcec] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55555567fcec] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55555567fcec] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x55555567fcec] Test::stacktrace_test_f3(std::ostream&, int) 17: [0x5555556762b8] Test::test_stacktrace(bool, bool) 17: [0x555555676d09] Test::defaultdevicetype_stacktrace_normal_Test::TestBody() 17: [0x5555556bd21c] void testing::internal::HandleSehExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x5555556b4d17] void testing::internal::HandleExceptionsInMethodIfSupported(testing::Test*, void (testing::Test::*)(), char const*) 17: [0x55555568911c] testing::Test::Run() 17: [0x555555689b5e] testing::TestInfo::Run() 17: [0x55555568a45b] testing::TestSuite::Run() 17: [0x555555699df9] testing::internal::UnitTestImpl::RunAllTests() 17: [0x5555556be2dd] bool testing::internal::HandleSehExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x5555556b5fdd] bool testing::internal::HandleExceptionsInMethodIfSupported(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) 17: [0x55555569855e] testing::UnitTest::Run() 17: [0x555555678eea] RUN_ALL_TESTS() 17: [0x5555556774b9] main 17: [0x7ffff5c65083] __libc_start_main 17: [0x5555556758ce] _start 17: 17: Test setting std::terminate handler that prints the last saved stack trace 17: [ OK ] defaultdevicetype.stacktrace_normal (6 ms) 17: [----------] 1 test from defaultdevicetype (6 ms total) 17: 17: [----------] Global test environment tear-down 17: [==========] 3 tests from 2 test suites ran. (616 ms total) 17: [ PASSED ] 3 tests. 17/50 Test #17: Kokkos_CoreUnitTest_StackTraceTest ............... Passed 3.07 sec test 18 Start 18: Kokkos_IncrementalTest_CUDA 18: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_IncrementalTest_CUDA 18: Test timeout computed to be: 1500 18: [==========] Running 28 tests from 1 test suite. 18: [----------] Global test environment set-up. 18: [----------] 28 tests from CUDA 18: [ RUN ] CUDA.IncrTest_01_execspace_typedef 18: [ OK ] CUDA.IncrTest_01_execspace_typedef (0 ms) 18: [ RUN ] CUDA.IncrTest_01_execspace 18: Device Execution Space: 18: KOKKOS_ENABLE_CUDA: yes 18: Cuda Options: 18: KOKKOS_ENABLE_CUDA_LAMBDA: yes 18: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 18: KOKKOS_ENABLE_CUDA_UVM: no 18: KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA: yes 18: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 18: 18: Cuda Runtime Configuration: 18: macro KOKKOS_ENABLE_CUDA : defined 18: macro CUDA_VERSION = 11060 = version 11.6 18: Kokkos::Cuda[ 0 ] NVIDIA A100 80GB PCIe capability 8.0, Total Global Memory: 79.14 G, Shared Memory per Block: 48 K : Selected 18: Cuda 18: [ OK ] CUDA.IncrTest_01_execspace (1 ms) 18: [ RUN ] CUDA.IncrTest_02_AtomicExchange 18: [ OK ] CUDA.IncrTest_02_AtomicExchange (0 ms) 18: [ RUN ] CUDA.IncrTest_02_AtomicAdd 18: [ OK ] CUDA.IncrTest_02_AtomicAdd (0 ms) 18: [ RUN ] CUDA.IncrTest_02_AtomicSub 18: [ OK ] CUDA.IncrTest_02_AtomicSub (0 ms) 18: [ RUN ] CUDA.IncrTest_03a_memspace_malloc 18: [ OK ] CUDA.IncrTest_03a_memspace_malloc (0 ms) 18: [ RUN ] CUDA.IncrTest_03b_memspace_free 18: [ OK ] CUDA.IncrTest_03b_memspace_free (19311 ms) 18: [ RUN ] CUDA.IncrTest_04_simple_parallelFor 18: [ OK ] CUDA.IncrTest_04_simple_parallelFor (0 ms) 18: [ RUN ] CUDA.IncrTest_04_RangePolicy_parallelFor 18: [ OK ] CUDA.IncrTest_04_RangePolicy_parallelFor (0 ms) 18: [ RUN ] CUDA.IncrTest_05_reduction 18: [ OK ] CUDA.IncrTest_05_reduction (4 ms) 18: [ RUN ] CUDA.IncrTest_06_mdrange2D 18: [ OK ] CUDA.IncrTest_06_mdrange2D (0 ms) 18: [ RUN ] CUDA.IncrTest_06_mdrange3D 18: [ OK ] CUDA.IncrTest_06_mdrange3D (0 ms) 18: [ RUN ] CUDA.IncrTest_06_mdrange4D 18: [ OK ] CUDA.IncrTest_06_mdrange4D (0 ms) 18: [ RUN ] CUDA.IncrTest_08_deep_copy_2D 18: [ OK ] CUDA.IncrTest_08_deep_copy_2D (5 ms) 18: [ RUN ] CUDA.IncrTest_08_deep_copy_3D 18: [ OK ] CUDA.IncrTest_08_deep_copy_3D (0 ms) 18: [ RUN ] CUDA.IncrTest_08_deep_copy_4D 18: [ OK ] CUDA.IncrTest_08_deep_copy_4D (0 ms) 18: [ RUN ] CUDA.IncrTest_10_Hierarchical_Basics 18: [ OK ] CUDA.IncrTest_10_Hierarchical_Basics (0 ms) 18: [ RUN ] CUDA.IncrTest_11a_Hierarchical_ForLoop 18: [ OK ] CUDA.IncrTest_11a_Hierarchical_ForLoop (2 ms) 18: [ RUN ] CUDA.IncrTest_11b_Hierarchical_ForLoop 18: [ OK ] CUDA.IncrTest_11b_Hierarchical_ForLoop (2 ms) 18: [ RUN ] CUDA.IncrTest_11c_Hierarchical_ForLoop 18: [ OK ] CUDA.IncrTest_11c_Hierarchical_ForLoop (1870 ms) 18: [ RUN ] CUDA.IncrTest_12a_ThreadScratch 18: [ OK ] CUDA.IncrTest_12a_ThreadScratch (2 ms) 18: [ RUN ] CUDA.IncrTest_12b_TeamScratch 18: [ OK ] CUDA.IncrTest_12b_TeamScratch (0 ms) 18: [ RUN ] CUDA.IncrTest_13a_Hierarchical_Red 18: [ OK ] CUDA.IncrTest_13a_Hierarchical_Red (0 ms) 18: [ RUN ] CUDA.IncrTest_13b_Hierarchical_Red 18: [ OK ] CUDA.IncrTest_13b_Hierarchical_Red (0 ms) 18: [ RUN ] CUDA.IncrTest_13c_Hierarchical_Red 18: [ OK ] CUDA.IncrTest_13c_Hierarchical_Red (0 ms) 18: [ RUN ] CUDA.incr_14_MDrangeReduce 18: [ OK ] CUDA.incr_14_MDrangeReduce (0 ms) 18: [ RUN ] CUDA.IncrTest_16_parallelscan 18: [ OK ] CUDA.IncrTest_16_parallelscan (0 ms) 18: [ RUN ] CUDA.incr_17_atomicView 18: [ OK ] CUDA.incr_17_atomicView (0 ms) 18: [----------] 28 tests from CUDA (21207 ms total) 18: 18: [----------] Global test environment tear-down 18: [==========] 28 tests from 1 test suite ran. (21207 ms total) 18: [ PASSED ] 28 tests. 18/50 Test #18: Kokkos_IncrementalTest_CUDA ...................... Passed 23.71 sec test 19 Start 19: Kokkos_IncrementalTest_SERIAL 19: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_IncrementalTest_SERIAL 19: Test timeout computed to be: 1500 19: [==========] Running 28 tests from 1 test suite. 19: [----------] Global test environment set-up. 19: [----------] 28 tests from SERIAL 19: [ RUN ] SERIAL.IncrTest_01_execspace_typedef 19: [ OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms) 19: [ RUN ] SERIAL.IncrTest_01_execspace 19: Host Serial Execution Space: 19: KOKKOS_ENABLE_SERIAL: yes 19: 19: Serial Runtime Configuration: 19: Serial 19: [ OK ] SERIAL.IncrTest_01_execspace (0 ms) 19: [ RUN ] SERIAL.IncrTest_02_AtomicExchange 19: [ OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms) 19: [ RUN ] SERIAL.IncrTest_02_AtomicAdd 19: [ OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms) 19: [ RUN ] SERIAL.IncrTest_02_AtomicSub 19: [ OK ] SERIAL.IncrTest_02_AtomicSub (0 ms) 19: [ RUN ] SERIAL.IncrTest_03a_memspace_malloc 19: [ OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms) 19: [ RUN ] SERIAL.IncrTest_03b_memspace_free 19: [ OK ] SERIAL.IncrTest_03b_memspace_free (243 ms) 19: [ RUN ] SERIAL.IncrTest_04_simple_parallelFor 19: [ OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms) 19: [ RUN ] SERIAL.IncrTest_04_RangePolicy_parallelFor 19: [ OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms) 19: [ RUN ] SERIAL.IncrTest_05_reduction 19: [ OK ] SERIAL.IncrTest_05_reduction (0 ms) 19: [ RUN ] SERIAL.IncrTest_06_mdrange2D 19: [ OK ] SERIAL.IncrTest_06_mdrange2D (0 ms) 19: [ RUN ] SERIAL.IncrTest_06_mdrange3D 19: [ OK ] SERIAL.IncrTest_06_mdrange3D (0 ms) 19: [ RUN ] SERIAL.IncrTest_06_mdrange4D 19: [ OK ] SERIAL.IncrTest_06_mdrange4D (1 ms) 19: [ RUN ] SERIAL.IncrTest_08_deep_copy_2D 19: [ OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms) 19: [ RUN ] SERIAL.IncrTest_08_deep_copy_3D 19: [ OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms) 19: [ RUN ] SERIAL.IncrTest_08_deep_copy_4D 19: [ OK ] SERIAL.IncrTest_08_deep_copy_4D (1 ms) 19: [ RUN ] SERIAL.IncrTest_10_Hierarchical_Basics 19: [ OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms) 19: [ RUN ] SERIAL.IncrTest_11a_Hierarchical_ForLoop 19: [ OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (4 ms) 19: [ RUN ] SERIAL.IncrTest_11b_Hierarchical_ForLoop 19: [ OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (4 ms) 19: [ RUN ] SERIAL.IncrTest_11c_Hierarchical_ForLoop 19: [ OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (2608 ms) 19: [ RUN ] SERIAL.IncrTest_12a_ThreadScratch 19: [ OK ] SERIAL.IncrTest_12a_ThreadScratch (27 ms) 19: [ RUN ] SERIAL.IncrTest_12b_TeamScratch 19: [ OK ] SERIAL.IncrTest_12b_TeamScratch (114 ms) 19: [ RUN ] SERIAL.IncrTest_13a_Hierarchical_Red 19: [ OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms) 19: [ RUN ] SERIAL.IncrTest_13b_Hierarchical_Red 19: [ OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms) 19: [ RUN ] SERIAL.IncrTest_13c_Hierarchical_Red 19: [ OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms) 19: [ RUN ] SERIAL.incr_14_MDrangeReduce 19: [ OK ] SERIAL.incr_14_MDrangeReduce (0 ms) 19: [ RUN ] SERIAL.IncrTest_16_parallelscan 19: [ OK ] SERIAL.IncrTest_16_parallelscan (0 ms) 19: [ RUN ] SERIAL.incr_17_atomicView 19: [ OK ] SERIAL.incr_17_atomicView (0 ms) 19: [----------] 28 tests from SERIAL (3008 ms total) 19: 19: [----------] Global test environment tear-down 19: [==========] 28 tests from 1 test suite ran. (3008 ms total) 19: [ PASSED ] 28 tests. 19/50 Test #19: Kokkos_IncrementalTest_SERIAL .................... Passed 5.45 sec test 20 Start 20: Kokkos_CoreUnitTest_CTestDevice 20: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice 20: Test timeout computed to be: 1500 20: [==========] Running 8 tests from 1 test suite. 20: [----------] Global test environment set-up. 20: [----------] 8 tests from ctest_environment 20: [ RUN ] ctest_environment.no_device_type 20: [ OK ] ctest_environment.no_device_type (0 ms) 20: [ RUN ] ctest_environment.no_process_count 20: [ OK ] ctest_environment.no_process_count (0 ms) 20: [ RUN ] ctest_environment.invalid_rank 20: [ OK ] ctest_environment.invalid_rank (0 ms) 20: [ RUN ] ctest_environment.no_type_str 20: [ OK ] ctest_environment.no_type_str (0 ms) 20: [ RUN ] ctest_environment.missing_type 20: [ OK ] ctest_environment.missing_type (0 ms) 20: [ RUN ] ctest_environment.no_id_str 20: [ OK ] ctest_environment.no_id_str (0 ms) 20: [ RUN ] ctest_environment.invalid_id_str 20: [ OK ] ctest_environment.invalid_id_str (0 ms) 20: [ RUN ] ctest_environment.good 20: [ OK ] ctest_environment.good (0 ms) 20: [----------] 8 tests from ctest_environment (0 ms total) 20: 20: [----------] Global test environment tear-down 20: [==========] 8 tests from 1 test suite ran. (0 ms total) 20: [ PASSED ] 8 tests. 20/50 Test #20: Kokkos_CoreUnitTest_CTestDevice .................. Passed 0.03 sec test 21 Start 21: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 21: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE" 21: Test timeout computed to be: 1500 21/50 Test #21: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ........ Passed 0.01 sec test 22 Start 22: Kokkos_PerformanceTest_TaskDag 22: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_TaskDag 22: Test timeout computed to be: 1500 22/50 Test #22: Kokkos_PerformanceTest_TaskDag ................... Passed 0.01 sec test 23 Start 23: Kokkos_PerformanceTest_Benchmark 23: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2024-03-29_T02-32-31.json" 23: Test timeout computed to be: 1500 23: 2024-03-29T05:03:54+00:00 23: Running /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Benchmark 23: Run on (20 X 2345.59 MHz CPU s) 23: CPU Caches: 23: L1 Data 64 KiB (x20) 23: L1 Instruction 64 KiB (x20) 23: L2 Unified 512 KiB (x20) 23: L3 Unified 16384 KiB (x20) 23: Load Average: 1.27, 1.70, 1.36 23: CPU architecture: none 23: Default Device: N6Kokkos4CudaE 23: GPU architecture: AMPERE80 23: KOKKOS_COMPILER_GNU: 940 23: KOKKOS_COMPILER_NVCC: 1160 23: KOKKOS_ENABLE_ASM: yes 23: KOKKOS_ENABLE_CUDA: yes 23: KOKKOS_ENABLE_CUDA_LAMBDA: yes 23: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 23: KOKKOS_ENABLE_CUDA_UVM: no 23: KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA: yes 23: KOKKOS_ENABLE_CXX17: yes 23: KOKKOS_ENABLE_CXX20: no 23: KOKKOS_ENABLE_CXX23: no 23: KOKKOS_ENABLE_CXX26: no 23: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: yes 23: KOKKOS_ENABLE_HWLOC: no 23: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 23: KOKKOS_ENABLE_LIBDL: no 23: KOKKOS_ENABLE_PRAGMA_IVDEP: no 23: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 23: KOKKOS_ENABLE_PRAGMA_UNROLL: no 23: KOKKOS_ENABLE_PRAGMA_VECTOR: no 23: KOKKOS_ENABLE_SERIAL: yes 23: Kokkos: Cuda[ 0 ] NVIDIA A100 80GB PCIe capability 8.0, Total Global Memory: 79.14 G, Shared Memory per Block: 48 K : Selected 23: Kokkos Version: 4.3.99 23: macro KOKKOS_ENABLE_CUDA: defined 23: platform: 64bit 23: ***WARNING*** Library was built as DEBUG. Timings may be affected. 23: --------------------------------------------------------------------------------------------------------------------------------------------------- 23: Benchmark Time CPU Iterations Count Time normalized 23: --------------------------------------------------------------------------------------------------------------------------------------------------- 23: GramSchmidt/Count:1024/iterations:5/manual_time 0.018 s 0.020 s 5 1024 17.1852u 23: GramSchmidt/Count:2048/iterations:5/manual_time 0.018 s 0.020 s 5 2.048k 8.61355u 23: GramSchmidt/Count:4096/iterations:5/manual_time 0.018 s 0.022 s 5 4.096k 4.31958u 23: GramSchmidt/Count:8192/iterations:5/manual_time 0.018 s 0.025 s 5 8.192k 2.17746u 23: GramSchmidt/Count:16384/iterations:5/manual_time 0.018 s 0.032 s 5 16.384k 1093.7n 23: GramSchmidt/Count:32768/iterations:5/manual_time 0.018 s 0.046 s 5 32.768k 556.307n 23: GramSchmidt/Count:65536/iterations:5/manual_time 0.018 s 0.074 s 5 65.536k 283.543n 23: GramSchmidt/Count:131072/iterations:5/manual_time 0.019 s 0.131 s 5 131.072k 144.264n 23: GramSchmidt/Count:262144/iterations:5/manual_time 0.021 s 0.243 s 5 262.144k 79.6993n 23: GramSchmidt/Count:524288/iterations:5/manual_time 0.023 s 0.467 s 5 524.288k 44.2462n 23: ---------------------------------------------------------------------------------------------------------------------------------------------- 23: Benchmark Time CPU Iterations FOM: GB/s Max 23: ---------------------------------------------------------------------------------------------------------------------------------------------- 23: CustomReduction/N:100000/R:1000/manual_time 0.005 s 0.029 s 134 29.6018k/s 11.5 23: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 23: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced 23: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 23: OverlapRangePolicy/N:2000/M:10000/R:10 0.806 s 0.806 s 1 0.107098 0.106804 0.107767 0.107876 0.0539585 0.0539058 23: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 23: Benchmark Time CPU Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced 23: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 23: OverlapMDRangePolicy/N:200/M:10000/R:10 0.041 s 0.041 s 17 5.70105m 5.63276m 4.70779m 4.7071m 2.78444m 2.35279m 23: OverlapTeamPolicy/N:20/M:1000000/R:10 0.616 s 0.616 s 1 0.0839986 0.0838696 0.0791719 0.0791783 0.0396133 0.039565 23: --------------------------------------------------------------------------------------------------------------------------------------------------- 23: Benchmark Time CPU Iterations Count Time normalized 23: --------------------------------------------------------------------------------------------------------------------------------------------------- 23: HexGrad_Benchmark/count:1024/iterations:5/manual_time 0.000 s 0.000 s 5 1024 27.0918n 23: HexGrad_Benchmark/count:2048/iterations:5/manual_time 0.000 s 0.000 s 5 2.048k 13.4775n 23: HexGrad_Benchmark/count:4096/iterations:5/manual_time 0.000 s 0.001 s 5 4.096k 6.95874n 23: HexGrad_Benchmark/count:8192/iterations:5/manual_time 0.000 s 0.000 s 5 8.192k 3.50989n 23: HexGrad_Benchmark/count:16384/iterations:5/manual_time 0.000 s 0.000 s 5 16.384k 1.78131n 23: HexGrad_Benchmark/count:32768/iterations:5/manual_time 0.000 s 0.001 s 5 32.768k 917.236p 23: HexGrad_Benchmark/count:65536/iterations:5/manual_time 0.000 s 0.001 s 5 65.536k 733.337p 23: HexGrad_Benchmark/count:131072/iterations:5/manual_time 0.000 s 0.001 s 5 131.072k 750.069p 23: HexGrad_Benchmark/count:262144/iterations:5/manual_time 0.000 s 0.002 s 5 262.144k 618.641p 23: HexGrad_Benchmark/count:524288/iterations:5/manual_time 0.000 s 0.002 s 5 524.288k 539.968p 23: ----------------------------------------------------------------------------------------------------------------------------------- 23: Benchmark Time CPU Iterations FOM: rate 23: ----------------------------------------------------------------------------------------------------------------------------------- 23: Malloc/N:1/manual_time 11.9 us 25.7 us 58768 83.9532k/s 23: Malloc/N:16/manual_time 11.9 us 25.7 us 58517 83.9223k/s 23: Malloc/N:256/manual_time 11.9 us 25.8 us 58439 83.8018k/s 23: Malloc/N:4096/manual_time 11.9 us 25.7 us 58392 83.9018k/s 23: Malloc/N:65536/manual_time 11.9 us 25.7 us 58686 83.8217k/s 23: Malloc/N:1048576/manual_time 104 us 194 us 6683 9.58311k/s 23: Malloc/N:16777216/manual_time 505 us 609 us 1378 1.97891k/s 23: Malloc/N:268435456/manual_time 4938 us 1088 us 846 202.51/s 23: Malloc/N:4294967296/manual_time 110681 us 6476 us 9 9.03494/s 23: MallocFree/N:1/manual_time 26.1 us 26.3 us 27004 38.2907k/s 23: MallocFree/N:16/manual_time 26.3 us 26.4 us 26747 38.0534k/s 23: MallocFree/N:256/manual_time 26.6 us 26.7 us 27180 37.5413k/s 23: MallocFree/N:4096/manual_time 26.9 us 27.0 us 26347 37.1132k/s 23: MallocFree/N:65536/manual_time 26.5 us 26.5 us 26388 37.8019k/s 23: MallocFree/N:1048576/manual_time 207 us 207 us 3386 4.83292k/s 23: MallocFree/N:16777216/manual_time 612 us 612 us 1134 1.63341k/s 23: MallocFree/N:268435456/manual_time 4657 us 1091 us 659 214.747/s 23: MallocFree/N:4294967296/manual_time 125084 us 6642 us 9 7.99463/s 23: MallocTouch/N:1/manual_time 19.7 us 35.7 us 36085 50.8421k/s 23: MallocTouch/N:16/manual_time 17.5 us 31.9 us 35223 57.0317k/s 23: MallocTouch/N:256/manual_time 17.4 us 31.6 us 40315 57.3117k/s 23: MallocTouch/N:4096/manual_time 29.1 us 43.6 us 24053 34.3776k/s 23: MallocTouch/N:65536/manual_time 29.4 us 43.9 us 23710 34.0068k/s 23: MallocTouch/N:1048576/manual_time 132 us 224 us 5315 7.57507k/s 23: MallocTouch/N:16777216/manual_time 531 us 638 us 1321 1.88243k/s 23: MallocTouch/N:268435456/manual_time 4939 us 1101 us 848 202.487/s 23: MallocTouch/N:4294967296/manual_time 110851 us 6297 us 9 9.02109/s 23: MallocTouchFree/N:1/manual_time 31.8 us 31.9 us 22094 31.4637k/s 23: MallocTouchFree/N:16/manual_time 31.6 us 31.7 us 22081 31.6325k/s 23: MallocTouchFree/N:256/manual_time 31.0 us 31.1 us 22583 32.2315k/s 23: MallocTouchFree/N:4096/manual_time 43.0 us 43.1 us 16270 23.2448k/s 23: MallocTouchFree/N:65536/manual_time 43.4 us 43.6 us 16151 23.0194k/s 23: MallocTouchFree/N:1048576/manual_time 225 us 225 us 3112 4.45131k/s 23: MallocTouchFree/N:16777216/manual_time 637 us 637 us 1102 1.56985k/s 23: MallocTouchFree/N:268435456/manual_time 4668 us 1119 us 659 214.212/s 23: MallocTouchFree/N:4294967296/manual_time 96274 us 6491 us 6 10.3871/s 23: ---------------------------------------------------------------------------------------------------------------------------------------------- 23: Benchmark Time CPU Iterations FOM: GB/s MB 23: ---------------------------------------------------------------------------------------------------------------------------------------------- 23: ViewAllocate_Rank1/N:10/manual_time 0.021 s 0.002 s 43 37.8638/s 800 23: ViewAllocate_Rank1/N:10/manual_time 0.019 s 0.002 s 32 41.7978/s 800 23: ViewAllocate_Rank2/N:10/manual_time 0.019 s 0.002 s 31 41.5242/s 800 23: ViewAllocate_Rank2/N:10/manual_time 0.020 s 0.002 s 36 40.007/s 800 23: ViewAllocate_Rank3/N:10/manual_time 0.019 s 0.002 s 35 41.2135/s 800 23: ViewAllocate_Rank3/N:10/manual_time 0.019 s 0.002 s 35 41.1246/s 800 23: ViewAllocate_Rank4/N:10/manual_time 0.019 s 0.002 s 35 41.1098/s 800 23: ViewAllocate_Rank4/N:10/manual_time 0.019 s 0.002 s 35 41.2487/s 800 23: ViewAllocate_Rank5/N:10/manual_time 0.019 s 0.002 s 35 41.2884/s 800 23: ViewAllocate_Rank5/N:10/manual_time 0.019 s 0.002 s 35 41.1459/s 800 23: ViewAllocate_Rank6/N:10/manual_time 0.019 s 0.002 s 35 41.0782/s 800 23: ViewAllocate_Rank6/N:10/manual_time 0.019 s 0.002 s 35 41.1496/s 800 23: ViewAllocate_Rank7/N:10/manual_time 0.019 s 0.002 s 35 41.1697/s 800 23: ViewAllocate_Rank7/N:10/manual_time 0.019 s 0.002 s 35 41.2106/s 800 23: ViewAllocate_Rank8/N:10/manual_time 0.019 s 0.002 s 35 41.2671/s 800 23: ViewAllocate_Rank8/N:10/manual_time 0.019 s 0.002 s 35 41.1344/s 800 23: ViewDeepCopy_Rank1/N:10/manual_time 0.001 s 0.001 s 626 1.43117k/s 1.6k 23: ViewDeepCopy_Rank2/N:10/manual_time 0.001 s 0.001 s 627 1.43077k/s 1.6k 23: ViewDeepCopy_Rank3/N:10/manual_time 0.001 s 0.001 s 626 1.43579k/s 1.6k 23: ViewDeepCopy_Rank1/N:10/manual_time 0.001 s 0.001 s 629 1.4698k/s 1.6k 23: ViewDeepCopy_Rank2/N:10/manual_time 0.001 s 0.001 s 629 1.46979k/s 1.6k 23: ViewDeepCopy_Rank3/N:10/manual_time 0.001 s 0.001 s 629 1.46972k/s 1.6k 23: ViewDeepCopy_Rank1/N:10/manual_time 0.001 s 0.001 s 629 1.46982k/s 1.6k 23: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 299 682.458/s 1.6k 23: ViewDeepCopy_Rank3/N:10/manual_time 0.004 s 0.004 s 182 416.34/s 1.6k 23: ViewDeepCopy_Rank1/N:10/manual_time 0.001 s 0.001 s 629 1.47006k/s 1.6k 23: ViewDeepCopy_Rank2/N:10/manual_time 0.002 s 0.002 s 300 685.496/s 1.6k 23: ViewDeepCopy_Rank3/N:10/manual_time 0.002 s 0.002 s 398 917.028/s 1.6k 23: ViewDeepCopy_Rank4/N:10/manual_time 0.001 s 0.001 s 629 1.46994k/s 1.6k 23: ViewDeepCopy_Rank5/N:10/manual_time 0.001 s 0.001 s 629 1.47013k/s 1.6k 23: ViewDeepCopy_Rank4/N:10/manual_time 0.001 s 0.001 s 629 1.46979k/s 1.6k 23: ViewDeepCopy_Rank5/N:10/manual_time 0.001 s 0.001 s 628 1.47001k/s 1.6k 23: ViewDeepCopy_Rank4/N:10/manual_time 0.004 s 0.004 s 173 397.078/s 1.6k 23: ViewDeepCopy_Rank5/N:10/manual_time 0.005 s 0.005 s 140 320.99/s 1.6k 23: ViewDeepCopy_Rank4/N:10/manual_time 0.002 s 0.002 s 285 654.805/s 1.6k 23: ViewDeepCopy_Rank5/N:10/manual_time 0.004 s 0.004 s 171 391.952/s 1.6k 23: ViewDeepCopy_Rank6/N:10/manual_time 0.001 s 0.001 s 628 1.46988k/s 1.6k 23: ViewDeepCopy_Rank6/N:10/manual_time 0.001 s 0.001 s 629 1.47k/s 1.6k 23: ViewDeepCopy_Rank6/N:10/manual_time 0.008 s 0.008 s 88 204.144/s 1.6k 23: ViewDeepCopy_Rank6/N:10/manual_time 0.005 s 0.005 s 135 308.59/s 1.6k 23: ViewDeepCopy_Rank7/N:10/manual_time 0.001 s 0.001 s 629 1.46992k/s 1.6k 23: ViewDeepCopy_Rank7/N:10/manual_time 0.001 s 0.001 s 629 1.46997k/s 1.6k 23: ViewDeepCopy_Rank7/N:10/manual_time 0.006 s 0.006 s 116 269.037/s 1.6k 23: ViewDeepCopy_Rank7/N:10/manual_time 0.003 s 0.003 s 229 524.221/s 1.6k 23: ViewDeepCopy_Rank8/N:10/manual_time 0.001 s 0.001 s 629 1.46957k/s 1.6k 23: ViewDeepCopy_Rank8/N:10/manual_time 0.001 s 0.001 s 629 1.46997k/s 1.6k 23: ViewDeepCopy_Rank8/N:10/manual_time 0.007 s 0.007 s 102 236.433/s 1.6k 23: ViewDeepCopy_Rank8/N:10/manual_time 0.003 s 0.003 s 253 580.109/s 1.6k 23: ViewDeepCopy_Raw/N:10/manual_time 0.001 s 0.001 s 683 1.59674k/s 1.6k 23: ViewDeepCopy_Raw/N:10/manual_time 0.001 s 0.001 s 683 1.59685k/s 1.6k 23: ViewDeepCopy_Raw/N:10/manual_time 0.001 s 0.001 s 683 1.59691k/s 1.6k 23: ViewDeepCopy_Raw/N:10/manual_time 0.001 s 0.001 s 683 1.59593k/s 1.6k 23: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 1170 1.3372k/s 800 23: ViewFill_Rank1/N:10/manual_time 0.001 s 0.001 s 1170 1.33676k/s 800 23: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 1170 1.33709k/s 800 23: ViewFill_Rank2/N:10/manual_time 0.001 s 0.001 s 1170 1.3373k/s 800 23: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 1163 1.33759k/s 800 23: ViewFill_Rank3/N:10/manual_time 0.001 s 0.001 s 1170 1.33768k/s 800 23: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 1170 1.33798k/s 800 23: ViewFill_Rank4/N:10/manual_time 0.001 s 0.001 s 1170 1.33737k/s 800 23: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 1170 1.33667k/s 800 23: ViewFill_Rank5/N:10/manual_time 0.001 s 0.001 s 1170 1.33717k/s 800 23: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 1170 1.33764k/s 800 23: ViewFill_Rank6/N:10/manual_time 0.001 s 0.001 s 1171 1.33761k/s 800 23: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 1171 1.3376k/s 800 23: ViewFill_Rank7/N:10/manual_time 0.001 s 0.001 s 1171 1.33854k/s 800 23: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 1171 1.33833k/s 800 23: ViewFill_Rank8/N:10/manual_time 0.001 s 0.001 s 1170 1.33823k/s 800 23: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 1175 1.34197k/s 800 23: ViewFill_Raw/N:10/manual_time 0.001 s 0.001 s 1174 1.34185k/s 800 23: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 7.43761k/s 1.6k 23: ViewResize_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 7.46207k/s 1.6k 23: ViewResize_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.66519k/s 1.6k 23: ViewResize_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.62384k/s 1.6k 23: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.36866k/s 1.6k 23: ViewResize_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.18798k/s 1.6k 23: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 9.55041k/s 1.6k 23: ViewResize_NoInit_Rank1/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 9.57331k/s 1.6k 23: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.39291k/s 1.6k 23: ViewResize_NoInit_Rank2/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.38645k/s 1.6k 23: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 7.9962k/s 1.6k 23: ViewResize_NoInit_Rank3/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 6.15516k/s 1.6k 23: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.55712k/s 1.6k 23: ViewResize_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.05011k/s 1.6k 23: ViewResize_Rank5/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.93081k/s 1.6k 23: ViewResize_Rank5/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.82276k/s 1.6k 23: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.29921k/s 1.6k 23: ViewResize_NoInit_Rank4/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.6118k/s 1.6k 23: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.000 s 0.001 s 10 3.20704k/s 1.6k 23: ViewResize_NoInit_Rank5/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 3.0744k/s 1.6k 23: ViewResize_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.49491k/s 1.6k 23: ViewResize_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.46265k/s 1.6k 23: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.70572k/s 1.6k 23: ViewResize_NoInit_Rank6/N:10/iterations:10/manual_time 0.001 s 0.001 s 10 2.65226k/s 1.6k 23: ViewResize_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.8775k/s 1.6k 23: ViewResize_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 3.84304k/s 1.6k 23: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 5.70877k/s 1.6k 23: ViewResize_NoInit_Rank7/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.33391k/s 1.6k 23: ViewResize_Rank8/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.15098k/s 1.6k 23: ViewResize_Rank8/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.12641k/s 1.6k 23: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.77123k/s 1.6k 23: ViewResize_NoInit_Rank8/N:10/iterations:10/manual_time 0.000 s 0.000 s 10 4.69611k/s 1.6k 23: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 998.619/s 1.6k 23: ViewResize_NoInit_Raw/N:10/iterations:10/manual_time 0.002 s 0.002 s 10 1023.34/s 1.6k 23/50 Test #23: Kokkos_PerformanceTest_Benchmark ................. Passed 134.41 sec test 24 Start 24: Kokkos_Benchmark_Atomic_MinMax 24: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2024-03-29_T02-32-31.json" 24: Test timeout computed to be: 1500 24: 2024-03-29T05:06:09+00:00 24: Running /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax 24: Run on (20 X 2345.59 MHz CPU s) 24: CPU Caches: 24: L1 Data 64 KiB (x20) 24: L1 Instruction 64 KiB (x20) 24: L2 Unified 512 KiB (x20) 24: L3 Unified 16384 KiB (x20) 24: Load Average: 0.91, 1.38, 1.28 24: CPU architecture: none 24: Default Device: N6Kokkos4CudaE 24: GPU architecture: AMPERE80 24: KOKKOS_COMPILER_GNU: 940 24: KOKKOS_COMPILER_NVCC: 1160 24: KOKKOS_ENABLE_ASM: yes 24: KOKKOS_ENABLE_CUDA: yes 24: KOKKOS_ENABLE_CUDA_LAMBDA: yes 24: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 24: KOKKOS_ENABLE_CUDA_UVM: no 24: KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA: yes 24: KOKKOS_ENABLE_CXX17: yes 24: KOKKOS_ENABLE_CXX20: no 24: KOKKOS_ENABLE_CXX23: no 24: KOKKOS_ENABLE_CXX26: no 24: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: yes 24: KOKKOS_ENABLE_HWLOC: no 24: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 24: KOKKOS_ENABLE_LIBDL: no 24: KOKKOS_ENABLE_PRAGMA_IVDEP: no 24: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 24: KOKKOS_ENABLE_PRAGMA_UNROLL: no 24: KOKKOS_ENABLE_PRAGMA_VECTOR: no 24: KOKKOS_ENABLE_SERIAL: yes 24: Kokkos: Cuda[ 0 ] NVIDIA A100 80GB PCIe capability 8.0, Total Global Memory: 79.14 G, Shared Memory per Block: 48 K : Selected 24: Kokkos Version: 4.3.99 24: macro KOKKOS_ENABLE_CUDA: defined 24: platform: 64bit 24: ***WARNING*** Library was built as DEBUG. Timings may be affected. 24: ---------------------------------------------------------------------------------------------------------------------------------------- 24: Benchmark Time CPU Iterations 24: ---------------------------------------------------------------------------------------------------------------------------------------- 24: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxReplacements/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MaxEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_MinEarlyExits/Length:1000000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMaxReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24: Atomic_ContentiousMinReplacements/Length:200000/iterations:10/manual_time 0.000 s 0.000 s 10 24/50 Test #24: Kokkos_Benchmark_Atomic_MinMax ................... Passed 2.55 sec test 25 Start 25: Kokkos_PerformanceTest_Mempool 25: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2024-03-29_T02-32-31.json" 25: Test timeout computed to be: 1500 25: 2024-03-29T05:06:11+00:00 25: Running /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Mempool 25: Run on (20 X 2345.59 MHz CPU s) 25: CPU Caches: 25: L1 Data 64 KiB (x20) 25: L1 Instruction 64 KiB (x20) 25: L2 Unified 512 KiB (x20) 25: L3 Unified 16384 KiB (x20) 25: Load Average: 0.99, 1.39, 1.29 25: CPU architecture: none 25: Default Device: N6Kokkos4CudaE 25: GPU architecture: AMPERE80 25: KOKKOS_COMPILER_GNU: 940 25: KOKKOS_COMPILER_NVCC: 1160 25: KOKKOS_ENABLE_ASM: yes 25: KOKKOS_ENABLE_CUDA: yes 25: KOKKOS_ENABLE_CUDA_LAMBDA: yes 25: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 25: KOKKOS_ENABLE_CUDA_UVM: no 25: KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA: yes 25: KOKKOS_ENABLE_CXX17: yes 25: KOKKOS_ENABLE_CXX20: no 25: KOKKOS_ENABLE_CXX23: no 25: KOKKOS_ENABLE_CXX26: no 25: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: yes 25: KOKKOS_ENABLE_HWLOC: no 25: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 25: KOKKOS_ENABLE_LIBDL: no 25: KOKKOS_ENABLE_PRAGMA_IVDEP: no 25: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 25: KOKKOS_ENABLE_PRAGMA_UNROLL: no 25: KOKKOS_ENABLE_PRAGMA_VECTOR: no 25: KOKKOS_ENABLE_SERIAL: yes 25: Kokkos: Cuda[ 0 ] NVIDIA A100 80GB PCIe capability 8.0, Total Global Memory: 79.14 G, Shared Memory per Block: 48 K : Selected 25: Kokkos Version: 4.3.99 25: macro KOKKOS_ENABLE_CUDA: defined 25: platform: 64bit 25: ***WARNING*** Library was built as DEBUG. Timings may be affected. 25: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations FOM: fill ops per second 25: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 4389 35.0199M/s 25: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Benchmark Time CPU Iterations FOM: cycle ops per second 25: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 25: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time 0.000 s 0.000 s 12193 194.411M/s 25/50 Test #25: Kokkos_PerformanceTest_Mempool ................... Passed 8.67 sec test 26 Start 26: Kokkos_PerformanceTest_Atomic 26: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2024-03-29_T02-32-31.json" 26: Test timeout computed to be: 1500 26: 2024-03-29T05:06:20+00:00 26: Running /var/jenkins/workspace/Kokkos_PR-6905/build/core/perf_test/Kokkos_PerformanceTest_Atomic 26: Run on (20 X 2345.59 MHz CPU s) 26: CPU Caches: 26: L1 Data 64 KiB (x20) 26: L1 Instruction 64 KiB (x20) 26: L2 Unified 512 KiB (x20) 26: L3 Unified 16384 KiB (x20) 26: Load Average: 1.00, 1.37, 1.28 26: CPU architecture: none 26: Default Device: N6Kokkos4CudaE 26: GPU architecture: AMPERE80 26: KOKKOS_COMPILER_GNU: 940 26: KOKKOS_COMPILER_NVCC: 1160 26: KOKKOS_ENABLE_ASM: yes 26: KOKKOS_ENABLE_CUDA: yes 26: KOKKOS_ENABLE_CUDA_LAMBDA: yes 26: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no 26: KOKKOS_ENABLE_CUDA_UVM: no 26: KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA: yes 26: KOKKOS_ENABLE_CXX17: yes 26: KOKKOS_ENABLE_CXX20: no 26: KOKKOS_ENABLE_CXX23: no 26: KOKKOS_ENABLE_CXX26: no 26: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: yes 26: KOKKOS_ENABLE_HWLOC: no 26: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no 26: KOKKOS_ENABLE_LIBDL: no 26: KOKKOS_ENABLE_PRAGMA_IVDEP: no 26: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no 26: KOKKOS_ENABLE_PRAGMA_UNROLL: no 26: KOKKOS_ENABLE_PRAGMA_VECTOR: no 26: KOKKOS_ENABLE_SERIAL: yes 26: Kokkos: Cuda[ 0 ] NVIDIA A100 80GB PCIe capability 8.0, Total Global Memory: 79.14 G, Shared Memory per Block: 48 K : Selected 26: Kokkos Version: 4.3.99 26: macro KOKKOS_ENABLE_CUDA: defined 26: platform: 64bit 26: ***WARNING*** Library was built as DEBUG. Timings may be affected. 26: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 26: Benchmark Time CPU Iterations Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial 26: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 26: Test_Atomic/100000/iterations:10 1.75 s 1.75 s 10 1 4 2.39868m 1.47375m 2.64274m 704.983M 347.968k 704.983M 26: Test_Atomic/100000/iterations:10 1.58 s 1.58 s 10 1 8 3.17363m 1.41745m 2.7338m 4.99995G 190.016k 4.99995G 26: Test_Atomic/100000/iterations:10 4.73 s 4.73 s 10 1 8 7.88938 1.64868m 2.70505m 4.99995G 212.224k 4.99995G 26: Test_Atomic/100000/iterations:10 1.76 s 1.75 s 10 1 4 2.3614m 1.4482m 2.69002m 704.983M 354.784k 704.983M 26: Test_Atomic/100000/iterations:10 1.58 s 1.58 s 10 1 8 3.2098m 1.53807m 2.65747m 4.99995G 130.16k 4.99995G 26: Test_Atomic/100000/iterations:10 4.74 s 4.74 s 10 1 8 7.8821 1.59949m 2.77198m 4.99995G 203.856k 4.99995G 26: Test_Atomic/100000/iterations:10 1.76 s 1.76 s 10 0 4 4.60731m 1.48768m 3.50525m 5.00002G 222.208k 4.99989G 26: Test_Atomic/100000/iterations:10 1.58 s 1.58 s 10 1 8 4.6593m 1.58055m 3.34554m 4.99995G 332.8k 4.99995G 26: Test_Atomic/100000/iterations:10 1.76 s 1.75 s 10 1 4 2.37003m 1.47946m 2.5646m 704.983M 268.64k 704.983M 26/50 Test #26: Kokkos_PerformanceTest_Atomic .................... Passed 215.19 sec test 27 Start 27: Kokkos_ContainersUnitTest_Serial 27: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial 27: Test timeout computed to be: 1500 27: [==========] Running 62 tests from 1 test suite. 27: [----------] Global test environment set-up. 27: [----------] 62 tests from serial 27: [ RUN ] serial.bitset 27: [ OK ] serial.bitset (8400 ms) 27: [ RUN ] serial.bitset_default_constructor_no_alloc 27: [ OK ] serial.bitset_default_constructor_no_alloc (0 ms) 27: [ RUN ] serial.dualview_combination 27: [ OK ] serial.dualview_combination (0 ms) 27: [ RUN ] serial.dualview_alloc 27: [ OK ] serial.dualview_alloc (0 ms) 27: [ RUN ] serial.test_dualview_copy_construction_and_assignment 27: [ OK ] serial.test_dualview_copy_construction_and_assignment (0 ms) 27: [ RUN ] serial.dualview_combinations_without_init 27: [ OK ] serial.dualview_combinations_without_init (0 ms) 27: [ RUN ] serial.dualview_deep_copy 27: [ OK ] serial.dualview_deep_copy (0 ms) 27: [ RUN ] serial.dualview_realloc 27: [ OK ] serial.dualview_realloc (0 ms) 27: [ RUN ] serial.dualview_resize 27: [ OK ] serial.dualview_resize (0 ms) 27: [ RUN ] serial.dualview_device_correct_kokkos_device 27: [ OK ] serial.dualview_device_correct_kokkos_device (0 ms) 27: [ RUN ] serial.dualview_host_correct_kokkos_device 27: [ OK ] serial.dualview_host_correct_kokkos_device (0 ms) 27: [ RUN ] serial.dualview_host_modify_template_device_sync 27: [ OK ] serial.dualview_host_modify_template_device_sync (0 ms) 27: [ RUN ] serial.dualview_host_modify_template_device_execspace_sync 27: [ OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms) 27: [ RUN ] serial.dualview_device_modify_template_host_sync 27: [ OK ] serial.dualview_device_modify_template_host_sync (0 ms) 27: [ RUN ] serial.dualview_device_modify_template_host_execspace_sync 27: [ OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms) 27: [ RUN ] serial.dualview_template_views_return_correct_executionspace_views 27: [ OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms) 27: [ RUN ] serial.dynamic_view 27: [ OK ] serial.dynamic_view (103 ms) 27: [ RUN ] serial.dyn_rank_view_api_generic 27: [ OK ] serial.dyn_rank_view_api_generic (43 ms) 27: [ RUN ] serial.dyn_rank_view_api_operator_rank12345 27: [ OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms) 27: [ RUN ] serial.dyn_rank_view_check_fence_resize_realloc 27: /var/jenkins/workspace/Kokkos_PR-6905/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped 27: skipping since not default execution space 27: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms) 27: [ RUN ] serial.dyn_rank_view_api_operator_rank67 27: [ OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms) 27: [ RUN ] serial.ErrorReporterViaLambda 27: [ OK ] serial.ErrorReporterViaLambda (0 ms) 27: [ RUN ] serial.ErrorReporter 27: [ OK ] serial.ErrorReporter (0 ms) 27: [ RUN ] serial.offsetview_construction 27: [ OK ] serial.offsetview_construction (1289 ms) 27: [ RUN ] serial.offsetview_unmanaged_construction 27: [ OK ] serial.offsetview_unmanaged_construction (0 ms) 27: [ RUN ] serial.offsetview_subview 27: [ OK ] serial.offsetview_subview (4 ms) 27: [ RUN ] serial.offsetview_offsets_rank1 27: [ OK ] serial.offsetview_offsets_rank1 (0 ms) 27: [ RUN ] serial.offsetview_offsets_rank2 27: [ OK ] serial.offsetview_offsets_rank2 (0 ms) 27: [ RUN ] serial.offsetview_offsets_rank3 27: [ OK ] serial.offsetview_offsets_rank3 (0 ms) 27: [ RUN ] serial.scatterview 27: [ OK ] serial.scatterview (25261 ms) 27: [ RUN ] serial.scatterview_devicetype 27: [ OK ] serial.scatterview_devicetype (6 ms) 27: [ RUN ] serial.staticcrsgraph 27: [ OK ] serial.staticcrsgraph (12 ms) 27: [ RUN ] serial.resize_realloc_no_init_dualview 27: [ OK ] serial.resize_realloc_no_init_dualview (7 ms) 27: [ RUN ] serial.resize_realloc_no_alloc_dualview 27: [ OK ] serial.resize_realloc_no_alloc_dualview (0 ms) 27: [ RUN ] serial.resize_exec_space_dualview 27: [ OK ] serial.resize_exec_space_dualview (3 ms) 27: [ RUN ] serial.realloc_exec_space_dualview 27: [ OK ] serial.realloc_exec_space_dualview (0 ms) 27: [ RUN ] serial.resize_realloc_no_init_dynrankview 27: [ OK ] serial.resize_realloc_no_init_dynrankview (0 ms) 27: [ RUN ] serial.resize_exec_space_dynrankview 27: [ OK ] serial.resize_exec_space_dynrankview (0 ms) 27: [ RUN ] serial.realloc_exec_space_dynrankview 27: [ OK ] serial.realloc_exec_space_dynrankview (0 ms) 27: [ RUN ] serial.resize_realloc_no_init_scatterview 27: [ OK ] serial.resize_realloc_no_init_scatterview (0 ms) 27: [ RUN ] serial.resize_realloc_no_alloc_scatterview 27: [ OK ] serial.resize_realloc_no_alloc_scatterview (0 ms) 27: [ RUN ] serial.resize_exec_space_scatterview 27: [ OK ] serial.resize_exec_space_scatterview (0 ms) 27: [ RUN ] serial.realloc_exec_space_scatterview 27: [ OK ] serial.realloc_exec_space_scatterview (0 ms) 27: [ RUN ] serial.create_mirror_no_init_dynrankview 27: [ OK ] serial.create_mirror_no_init_dynrankview (0 ms) 27: [ RUN ] serial.create_mirror_no_init_dynrankview_viewctor 27: [ OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms) 27: [ RUN ] serial.create_mirror_view_and_copy_dynrankview 27: [ OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms) 27: [ RUN ] serial.create_mirror_no_init_offsetview 27: [ OK ] serial.create_mirror_no_init_offsetview (0 ms) 27: [ RUN ] serial.create_mirror_no_init_offsetview_view_ctor 27: [ OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms) 27: [ RUN ] serial.create_mirror_view_and_copy_offsetview 27: [ OK ] serial.create_mirror_view_and_copy_offsetview (0 ms) 27: [ RUN ] serial.create_mirror_no_init_dynamicview 27: [ OK ] serial.create_mirror_no_init_dynamicview (0 ms) 27: [ RUN ] serial.create_mirror_view_and_copy_dynamicview 27: [ OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms) 27: [ RUN ] serial.create_mirror_no_init_dynamicview_view_ctor 27: [ OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms) 27: [ RUN ] serial.UnorderedMap_insert 27: [ OK ] serial.UnorderedMap_insert (76248 ms) 27: [ RUN ] serial.UnorderedMap_failed_insert 27: [ OK ] serial.UnorderedMap_failed_insert (28440 ms) 27: [ RUN ] serial.UnorderedMap_deep_copy 27: [ OK ] serial.UnorderedMap_deep_copy (21 ms) 27: [ RUN ] serial.UnorderedMap_valid_empty 27: [ OK ] serial.UnorderedMap_valid_empty (0 ms) 27: [ RUN ] serial.UnorderedMap_clear_zero_size 27: [ OK ] serial.UnorderedMap_clear_zero_size (0 ms) 27: [ RUN ] serial.UnorderedMap_consistent_size 27: [ OK ] serial.UnorderedMap_consistent_size (0 ms) 27: [ RUN ] serial.UnorderedMap_shallow_copyable_on_device 27: [ OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms) 27: [ RUN ] serial.UnorderedMap_lambda_capturable 27: [ OK ] serial.UnorderedMap_lambda_capturable (0 ms) 27: [ RUN ] serial.UnorderedMap_constructor_view_alloc 27: [ OK ] serial.UnorderedMap_constructor_view_alloc (0 ms) 27: [ RUN ] serial.viewctorprop_embedded_dim 27: [ OK ] serial.viewctorprop_embedded_dim (0 ms) 27: [----------] 62 tests from serial (139854 ms total) 27: 27: [----------] Global test environment tear-down 27: [==========] 62 tests from 1 test suite ran. (139854 ms total) 27: [ PASSED ] 61 tests. 27: [ SKIPPED ] 1 test, listed below: 27: [ SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc 27/50 Test #27: Kokkos_ContainersUnitTest_Serial ................. Passed 142.88 sec test 28 Start 28: Kokkos_ContainersUnitTest_Cuda 28: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda 28: Test timeout computed to be: 1500 28: [==========] Running 62 tests from 1 test suite. 28: [----------] Global test environment set-up. 28: [----------] 62 tests from cuda 28: [ RUN ] cuda.bitset 28: [ OK ] cuda.bitset (14 ms) 28: [ RUN ] cuda.bitset_default_constructor_no_alloc 28: [ OK ] cuda.bitset_default_constructor_no_alloc (0 ms) 28: [ RUN ] cuda.dualview_combination 28: [ OK ] cuda.dualview_combination (0 ms) 28: [ RUN ] cuda.dualview_alloc 28: [ OK ] cuda.dualview_alloc (0 ms) 28: [ RUN ] cuda.test_dualview_copy_construction_and_assignment 28: [ OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms) 28: [ RUN ] cuda.dualview_combinations_without_init 28: [ OK ] cuda.dualview_combinations_without_init (0 ms) 28: [ RUN ] cuda.dualview_deep_copy 28: [ OK ] cuda.dualview_deep_copy (1 ms) 28: [ RUN ] cuda.dualview_realloc 28: [ OK ] cuda.dualview_realloc (0 ms) 28: [ RUN ] cuda.dualview_resize 28: [ OK ] cuda.dualview_resize (0 ms) 28: [ RUN ] cuda.dualview_device_correct_kokkos_device 28: [ OK ] cuda.dualview_device_correct_kokkos_device (0 ms) 28: [ RUN ] cuda.dualview_host_correct_kokkos_device 28: [ OK ] cuda.dualview_host_correct_kokkos_device (0 ms) 28: [ RUN ] cuda.dualview_host_modify_template_device_sync 28: [ OK ] cuda.dualview_host_modify_template_device_sync (0 ms) 28: [ RUN ] cuda.dualview_host_modify_template_device_execspace_sync 28: [ OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms) 28: [ RUN ] cuda.dualview_device_modify_template_host_sync 28: [ OK ] cuda.dualview_device_modify_template_host_sync (0 ms) 28: [ RUN ] cuda.dualview_device_modify_template_host_execspace_sync 28: [ OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms) 28: [ RUN ] cuda.dualview_template_views_return_correct_executionspace_views 28: [ OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms) 28: [ RUN ] cuda.dynamic_view 28: [ OK ] cuda.dynamic_view (20 ms) 28: [ RUN ] cuda.dyn_rank_view_api_generic 28: [ OK ] cuda.dyn_rank_view_api_generic (43 ms) 28: [ RUN ] cuda.dyn_rank_view_api_operator_rank12345 28: [ OK ] cuda.dyn_rank_view_api_operator_rank12345 (0 ms) 28: [ RUN ] cuda.dyn_rank_view_check_fence_resize_realloc 28: [ OK ] cuda.dyn_rank_view_check_fence_resize_realloc (1 ms) 28: [ RUN ] cuda.dyn_rank_view_api_operator_rank67 28: [ OK ] cuda.dyn_rank_view_api_operator_rank67 (1 ms) 28: [ RUN ] cuda.ErrorReporterViaLambda 28: [ OK ] cuda.ErrorReporterViaLambda (0 ms) 28: [ RUN ] cuda.ErrorReporter 28: [ OK ] cuda.ErrorReporter (0 ms) 28: [ RUN ] cuda.offsetview_construction 28: [ OK ] cuda.offsetview_construction (1 ms) 28: [ RUN ] cuda.offsetview_unmanaged_construction 28: [ OK ] cuda.offsetview_unmanaged_construction (0 ms) 28: [ RUN ] cuda.offsetview_subview 28: [ OK ] cuda.offsetview_subview (0 ms) 28: [ RUN ] cuda.offsetview_offsets_rank1 28: [ OK ] cuda.offsetview_offsets_rank1 (0 ms) 28: [ RUN ] cuda.offsetview_offsets_rank2 28: [ OK ] cuda.offsetview_offsets_rank2 (0 ms) 28: [ RUN ] cuda.offsetview_offsets_rank3 28: [ OK ] cuda.offsetview_offsets_rank3 (0 ms) 28: [ RUN ] cuda.scatterview 28: [ OK ] cuda.scatterview (769 ms) 28: [ RUN ] cuda.scatterview_devicetype 28: [ OK ] cuda.scatterview_devicetype (26 ms) 28: [ RUN ] cuda.staticcrsgraph 28: [ OK ] cuda.staticcrsgraph (17 ms) 28: [ RUN ] cuda.resize_realloc_no_init_dualview 28: [ OK ] cuda.resize_realloc_no_init_dualview (0 ms) 28: [ RUN ] cuda.resize_realloc_no_alloc_dualview 28: [ OK ] cuda.resize_realloc_no_alloc_dualview (0 ms) 28: [ RUN ] cuda.resize_exec_space_dualview 28: [ OK ] cuda.resize_exec_space_dualview (0 ms) 28: [ RUN ] cuda.realloc_exec_space_dualview 28: [ OK ] cuda.realloc_exec_space_dualview (0 ms) 28: [ RUN ] cuda.resize_realloc_no_init_dynrankview 28: [ OK ] cuda.resize_realloc_no_init_dynrankview (0 ms) 28: [ RUN ] cuda.resize_exec_space_dynrankview 28: [ OK ] cuda.resize_exec_space_dynrankview (0 ms) 28: [ RUN ] cuda.realloc_exec_space_dynrankview 28: [ OK ] cuda.realloc_exec_space_dynrankview (0 ms) 28: [ RUN ] cuda.resize_realloc_no_init_scatterview 28: [ OK ] cuda.resize_realloc_no_init_scatterview (0 ms) 28: [ RUN ] cuda.resize_realloc_no_alloc_scatterview 28: [ OK ] cuda.resize_realloc_no_alloc_scatterview (0 ms) 28: [ RUN ] cuda.resize_exec_space_scatterview 28: [ OK ] cuda.resize_exec_space_scatterview (0 ms) 28: [ RUN ] cuda.realloc_exec_space_scatterview 28: [ OK ] cuda.realloc_exec_space_scatterview (0 ms) 28: [ RUN ] cuda.create_mirror_no_init_dynrankview 28: [ OK ] cuda.create_mirror_no_init_dynrankview (0 ms) 28: [ RUN ] cuda.create_mirror_no_init_dynrankview_viewctor 28: [ OK ] cuda.create_mirror_no_init_dynrankview_viewctor (0 ms) 28: [ RUN ] cuda.create_mirror_view_and_copy_dynrankview 28: [ OK ] cuda.create_mirror_view_and_copy_dynrankview (0 ms) 28: [ RUN ] cuda.create_mirror_no_init_offsetview 28: [ OK ] cuda.create_mirror_no_init_offsetview (0 ms) 28: [ RUN ] cuda.create_mirror_no_init_offsetview_view_ctor 28: [ OK ] cuda.create_mirror_no_init_offsetview_view_ctor (0 ms) 28: [ RUN ] cuda.create_mirror_view_and_copy_offsetview 28: [ OK ] cuda.create_mirror_view_and_copy_offsetview (0 ms) 28: [ RUN ] cuda.create_mirror_no_init_dynamicview 28: [ OK ] cuda.create_mirror_no_init_dynamicview (0 ms) 28: [ RUN ] cuda.create_mirror_view_and_copy_dynamicview 28: [ OK ] cuda.create_mirror_view_and_copy_dynamicview (0 ms) 28: [ RUN ] cuda.create_mirror_no_init_dynamicview_view_ctor 28: [ OK ] cuda.create_mirror_no_init_dynamicview_view_ctor (0 ms) 28: [ RUN ] cuda.UnorderedMap_insert 28: [ OK ] cuda.UnorderedMap_insert (11357 ms) 28: [ RUN ] cuda.UnorderedMap_failed_insert 28: [ OK ] cuda.UnorderedMap_failed_insert (1336 ms) 28: [ RUN ] cuda.UnorderedMap_deep_copy 28: [ OK ] cuda.UnorderedMap_deep_copy (8 ms) 28: [ RUN ] cuda.UnorderedMap_valid_empty 28: [ OK ] cuda.UnorderedMap_valid_empty (1 ms) 28: [ RUN ] cuda.UnorderedMap_clear_zero_size 28: [ OK ] cuda.UnorderedMap_clear_zero_size (0 ms) 28: [ RUN ] cuda.UnorderedMap_consistent_size 28: [ OK ] cuda.UnorderedMap_consistent_size (0 ms) 28: [ RUN ] cuda.UnorderedMap_shallow_copyable_on_device 28: [ OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms) 28: [ RUN ] cuda.UnorderedMap_lambda_capturable 28: [ OK ] cuda.UnorderedMap_lambda_capturable (0 ms) 28: [ RUN ] cuda.UnorderedMap_constructor_view_alloc 28: [ OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms) 28: [ RUN ] cuda.viewctorprop_embedded_dim 28: [ OK ] cuda.viewctorprop_embedded_dim (0 ms) 28: [----------] 62 tests from cuda (13617 ms total) 28: 28: [----------] Global test environment tear-down 28: [==========] 62 tests from 1 test suite ran. (13617 ms total) 28: [ PASSED ] 62 tests. 28/50 Test #28: Kokkos_ContainersUnitTest_Cuda ................... Passed 16.28 sec test 29 Start 29: Kokkos_ContainersPerformanceTest_Cuda 29: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_Cuda 29: Test timeout computed to be: 1500 29: [==========] Running 4 tests from 1 test suite. 29: [----------] Global test environment set-up. 29: [----------] 4 tests from TEST_CATEGORY 29: [ RUN ] TEST_CATEGORY.dynrankview_perf 29: Cuda 29: DynRankView vs View: Initialization Only 29: View time (init only): 0.00555679 29: View sum computation time: 0.00555679 29: Strided View time (init only): 0.000564825 29: View Rank7 time (init only): 0.000633664 29: DynRankView time (init only): 0.000638222 29: DynRankView sum computation time: 0.0019746 29: Ratio of View to DynRankView time: 8.70667 29: Ratio of View to DynRankView sum computation time: 0.862398 29: Ratio of View to View Rank7 time: 8.7693 29: Ratio of StrideView to DynRankView time: 0.884998 29: Ratio of DynRankView to View Rank7 time: 1.00719 29: [ OK ] TEST_CATEGORY.dynrankview_perf (16 ms) 29: [ RUN ] TEST_CATEGORY.global_2_local 29: Cuda 29: size, create, generate, fill, find 29: 256, 0.000301884, 2.8613e-05, 3.3983e-05, 0.00256574 29: 512, 0.000220712, 1.7102e-05, 2.9566e-05, 0.00263635 29: 1024, 0.000208239, 1.7281e-05, 4.1288e-05, 0.00268772 29: 2048, 0.000208079, 1.7834e-05, 4.1959e-05, 0.00269263 29: 4096, 0.00020824, 1.7182e-05, 3.5537e-05, 0.0027627 29: 8192, 0.000217306, 1.6831e-05, 3.3443e-05, 0.00272463 29: 16384, 0.000220341, 1.7322e-05, 3.6218e-05, 0.0027652 29: 32768, 0.00153065, 1.7642e-05, 4.9292e-05, 0.00278275 29: 65536, 0.00125031, 1.7804e-05, 4.821e-05, 0.00292323 29: 131072, 0.00211175, 1.8224e-05, 6.8199e-05, 0.00317964 29: 262144, 0.00495437, 1.8855e-05, 8.6552e-05, 0.00383814 29: 524288, 0.0051382, 2.0518e-05, 0.000140362, 0.00505776 29: 1048576, 0.00491552, 2.3843e-05, 0.000261568, 0.0124043 29: 2097152, 0.00141264, 2.9926e-05, 0.000779816, 0.0317121 29: 4194304, 0.00236476, 4.2269e-05, 0.00171365, 0.0749252 29: [ OK ] TEST_CATEGORY.global_2_local (188 ms) 29: [ RUN ] TEST_CATEGORY.unordered_map_performance_near 29: skipping test 29: [ OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms) 29: [ RUN ] TEST_CATEGORY.unordered_map_performance_far 29: skipping test 29: [ OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms) 29: [----------] 4 tests from TEST_CATEGORY (204 ms total) 29: 29: [----------] Global test environment tear-down 29: [==========] 4 tests from 1 test suite ran. (204 ms total) 29: [ PASSED ] 4 tests. 29/50 Test #29: Kokkos_ContainersPerformanceTest_Cuda ............ Passed 2.68 sec test 30 Start 30: Kokkos_UnitTest_Sort 30: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_UnitTest_Sort 30: Test timeout computed to be: 1500 30: [==========] Running 15 tests from 1 test suite. 30: [----------] Global test environment set-up. 30: [----------] 15 tests from cuda 30: [ RUN ] cuda.SortUnsignedValueType 30: [ OK ] cuda.SortUnsignedValueType (47 ms) 30: [ RUN ] cuda.SortEmptyView 30: [ OK ] cuda.SortEmptyView (0 ms) 30: [ RUN ] cuda.SortByKeyEmptyView 30: [ OK ] cuda.SortByKeyEmptyView (0 ms) 30: [ RUN ] cuda.SortByKey 30: [ OK ] cuda.SortByKey (1 ms) 30: [ RUN ] cuda.SortByKeyWithComparator 30: [ OK ] cuda.SortByKeyWithComparator (0 ms) 30: [ RUN ] cuda.SortByKeyStaticExtents 30: [ OK ] cuda.SortByKeyStaticExtents (0 ms) 30: [ RUN ] cuda.SortByKeyWithStrides 30: [ OK ] cuda.SortByKeyWithStrides (0 ms) 30: [ RUN ] cuda.SortByKeyKeysLargerThanValues 30: 30: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 30: 30: [WARNING] /var/jenkins/workspace/Kokkos_PR-6905/tpls/gtest/gtest/gtest-all.cc:9326:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 3 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out. 30: [ OK ] cuda.SortByKeyKeysLargerThanValues (1863 ms) 30: [ RUN ] cuda.SortWithCustomComparator 30: [ OK ] cuda.SortWithCustomComparator (2384 ms) 30: [ RUN ] cuda.BinSortGenericTests 30: [ OK ] cuda.BinSortGenericTests (24 ms) 30: [ RUN ] cuda.BinSortEmptyView 30: [ OK ] cuda.BinSortEmptyView (0 ms) 30: [ RUN ] cuda.BinSortEmptyKeysView 30: [ OK ] cuda.BinSortEmptyKeysView (0 ms) 30: [ RUN ] cuda.BinSortUnsignedKeyLayoutStrideValues 30: [ OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (123569 ms) 30: [ RUN ] cuda.NestedSort 30: [ OK ] cuda.NestedSort (240 ms) 30: [ RUN ] cuda.NestedSortByKey 30: [ OK ] cuda.NestedSortByKey (810 ms) 30: [----------] 15 tests from cuda (128943 ms total) 30: 30: [----------] Global test environment tear-down 30: [==========] 15 tests from 1 test suite ran. (128943 ms total) 30: [ PASSED ] 15 tests. 30/50 Test #30: Kokkos_UnitTest_Sort ............................. Passed 131.78 sec test 31 Start 31: Kokkos_UnitTest_Random 31: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_UnitTest_Random 31: Test timeout computed to be: 1500 31: [==========] Running 3 tests from 1 test suite. 31: [----------] Global test environment set-up. 31: [----------] 3 tests from cuda 31: [ RUN ] cuda.Random_XorShift64 31: Test Seed:1711689289253023910 31: Test Scalar=int 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 6.43252e-07 0.00909291 -0.00272653 || 0.051031 28045 29367 || 28416 28674.4 || -37.6915 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 6.43252e-07 -0.00661622 0.00598162 || 0.051031 1e+64 -1e+64 31: Test Scalar=unsigned int 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 6.43252e-07 0.0142892 0.0273486 || 0.051031 27991 29308 || 28270.4 28674.4 || 378.066 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 6.43252e-07 -0.0165073 -0.00658577 || 0.051031 1e+64 -1e+64 31: Test Scalar=int64_t 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 6.43252e-07 0.0178774 -0.0149742 || 0.051031 28030 29306 || 28170.8 28674.4 || -207.004 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 6.43252e-07 0.0226227 0.00548574 || 0.051031 1e+64 -1e+64 31: Test Scalar=uint64_t 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 6.43252e-07 0.000385902 0.0306368 || 0.051031 27995 29414 || 28663.3 28674.4 || 423.523 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 6.43252e-07 0.0052052 -0.0106579 || 0.051031 1e+64 -1e+64 31: Test Scalar=half 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 0.000246257 -0.99999 -48245.7 || 0.051031 0 194979 || 2.92893e+09 28674.4 || -6.66949e+08 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 0.00073771 -0.316001 0.169769 || 0.051031 1e+64 -1e+64 31: Test Scalar=bhalf 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 0.00195866 -0.999999 -57855.5 || 0.051031 0 1.5513e+06 || 2.86881e+10 28674.4 || -7.99795e+08 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 0.00588662 -0.967739 10.2622 || 0.051031 1e+64 -1e+64 31: Test Scalar=float 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 6.55865e-07 -0.00424138 0.00290011 || 0.051031 27995 29278 || 28796.5 28674.4 || 40.0912 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 6.8109e-07 0.00837533 -0.00736888 || 0.051031 1e+64 -1e+64 31: Test Scalar=double 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 6.43252e-07 -0.00803436 0.00494671 || 0.051031 28042 29374 || 28906.6 28674.4 || 68.3833 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 6.43252e-07 0.0153411 0.00290056 || 0.051031 1e+64 -1e+64 31: Test Seed:1711689289407301091 31: Test Scalar=int 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 6.43252e-07 -0.00634646 0.0116633 || 0.051031 28004 29362 || 28857.5 28674.4 || 161.233 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 6.43252e-07 0.0101948 -0.00701914 || 0.051031 1e+64 -1e+64 31: Test Scalar=unsigned int 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 6.43252e-07 0.00341123 -0.0155668 || 0.051031 28027 29374 || 28576.9 28674.4 || -215.195 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 6.43252e-07 0.00188034 -0.000914902 || 0.051031 1e+64 -1e+64 31: Test Scalar=int64_t 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 6.43252e-07 0.000391153 -0.00540613 || 0.051031 28072 29326 || 28663.2 28674.4 || -74.7344 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 6.43252e-07 0.00441038 0.00474569 || 0.051031 1e+64 -1e+64 31: Test Scalar=uint64_t 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 6.43252e-07 -0.00310868 0.000966558 || 0.051031 28012 29350 || 28763.8 28674.4 || 13.3617 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 6.43252e-07 -0.00437263 0.00276059 || 0.051031 1e+64 -1e+64 31: Test Scalar=half 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 0.000245285 -0.99999 -48246.9 || 0.051031 0 195240 || 2.92871e+09 28674.4 || -6.66965e+08 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 0.000734785 -0.311491 0.155751 || 0.051031 1e+64 -1e+64 31: Test Scalar=bhalf 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 0.00195353 -0.999999 -57858.8 || 0.051031 0 1.55228e+06 || 2.86944e+10 28674.4 || -7.99839e+08 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 0.00587092 -0.967794 10.2538 || 0.051031 1e+64 -1e+64 31: Test Scalar=float 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 6.68478e-07 -0.00524732 0.00987513 || 0.051031 27931 29357 || 28825.6 28674.4 || 136.514 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 7.18929e-07 0.000244462 -0.00177461 || 0.051031 1e+64 -1e+64 31: Test Scalar=double 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 6.43252e-07 -0.0231283 -0.0139232 || 0.051031 28014 29362 || 29353.3 28674.4 || -192.474 -2.0744 31: -- Testing 3-D histogram 31: Density 3D: 6.43252e-07 0.0152448 0.00578428 || 0.051031 1e+64 -1e+64 31: [ OK ] cuda.Random_XorShift64 (321 ms) 31: [ RUN ] cuda.Random_XorShift1024_0 31: Test Seed:1711689289574190452 31: Test Scalar=int 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 2.47955e-07 -0.0142106 0.00728882 || 0.051031 10945 11777 || 11541 11377 || 100.761 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 2.47955e-07 -0.00294355 0.00281222 || 0.051031 1e+64 -1e+64 31: Test Scalar=unsigned int 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 2.47955e-07 -0.00880011 -0.0126879 || 0.051031 10883 11784 || 11478 11377 || -175.398 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 2.47955e-07 -0.0162566 0.00105739 || 0.051031 1e+64 -1e+64 31: Test Scalar=int64_t 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 2.47955e-07 -0.0211492 0.0123377 || 0.051031 10910 11782 || 11622.8 11377 || 170.557 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 2.47955e-07 0.0171616 -0.00233498 || 0.051031 1e+64 -1e+64 31: Test Scalar=uint64_t 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 2.47955e-07 0.0119131 -0.00168669 || 0.051031 10952 11847 || 11243 11377 || -23.3168 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 2.47955e-07 0.00431706 -0.00271276 || 0.051031 1e+64 -1e+64 31: Test Scalar=half 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 0.00024317 -0.999975 -7594.87 || 0.051031 0 77711 || 4.60996e+08 11377 || -1.04992e+08 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 0.000729234 -0.154969 0.0218938 || 0.051031 1e+64 -1e+64 31: Test Scalar=bhalf 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 0.00195566 -0.999997 -9108.23 || 0.051031 0 616412 || 4.51746e+09 11377 || -1.25912e+08 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 0.00587801 -0.92254 1.6139 || 0.051031 1e+64 -1e+64 31: Test Scalar=float 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 2.79744e-07 -0.01404 -0.00501555 || 0.051031 10976 11856 || 11539 11377 || -69.3349 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 3.43323e-07 0.00120026 -0.00104695 || 0.051031 1e+64 -1e+64 31: Test Scalar=double 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 2.47955e-07 -0.0137494 0.000909437 || 0.051031 10945 11768 || 11535.6 11377 || 12.5721 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 2.47955e-07 0.00435169 -0.00357632 || 0.051031 1e+64 -1e+64 31: Test Seed:1711689289869167670 31: Test Scalar=int 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 2.47955e-07 -0.0104309 0.0151317 || 0.051031 10952 11810 || 11496.9 11377 || 209.181 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 2.47955e-07 -0.00540862 -0.00155667 || 0.051031 1e+64 -1e+64 31: Test Scalar=unsigned int 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 2.47955e-07 -0.0123573 -0.00910788 || 0.051031 10945 11788 || 11519.3 11377 || -125.907 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 2.47955e-07 0.00826632 0.00152404 || 0.051031 1e+64 -1e+64 31: Test Scalar=int64_t 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 2.47955e-07 0.0129903 -0.00955789 || 0.051031 10957 11825 || 11231.1 11377 || -132.128 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 2.47955e-07 -0.00139511 -0.00109895 || 0.051031 1e+64 -1e+64 31: Test Scalar=uint64_t 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 2.47955e-07 0.0151954 0.000553798 || 0.051031 10982 11795 || 11206.7 11377 || 7.6557 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 2.47955e-07 0.00114919 -0.00096712 || 0.051031 1e+64 -1e+64 31: Test Scalar=half 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 0.000245746 -0.999975 -7595.34 || 0.051031 0 77858 || 4.61031e+08 11377 || -1.04998e+08 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 0.000736989 -0.143187 0.0252888 || 0.051031 1e+64 -1e+64 31: Test Scalar=bhalf 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 0.00195631 -0.999997 -9108.08 || 0.051031 0 615918 || 4.51637e+09 11377 || -1.2591e+08 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 0.00588071 -0.923274 1.62853 || 0.051031 1e+64 -1e+64 31: Test Scalar=float 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 2.79744e-07 -0.00340677 0.00387436 || 0.051031 10969 11792 || 11415.8 11377 || 53.5591 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 3.43323e-07 -0.00713988 0.00716667 || 0.051031 1e+64 -1e+64 31: Test Scalar=double 31: -- Testing randomness properties 31: -- Testing 1-D histogram 31: Density 1D: 2.47955e-07 -0.00111016 -0.0018794 || 0.051031 10939 11753 || 11389.6 11377 || -25.9809 -0.823045 31: -- Testing 3-D histogram 31: Density 3D: 2.47955e-07 -0.000802161 0.0021255 || 0.051031 1e+64 -1e+64 31: [ OK ] cuda.Random_XorShift1024_0 (831 ms) 31: [ RUN ] cuda.Multi_streams 31: [ OK ] cuda.Multi_streams (4565 ms) 31: [----------] 3 tests from cuda (5718 ms total) 31: 31: [----------] Global test environment tear-down 31: [==========] 3 tests from 1 test suite ran. (5718 ms total) 31: [ PASSED ] 3 tests. 31/50 Test #31: Kokkos_UnitTest_Random ........................... Passed 8.24 sec test 32 Start 32: Kokkos_AlgorithmsUnitTest_StdSet_A 32: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A 32: Test timeout computed to be: 1500 32: [==========] Running 14 tests from 3 test suites. 32: [----------] Global test environment set-up. 32: [----------] 3 tests from std_algorithms_reducers 32: [ RUN ] std_algorithms_reducers.max_first_loc 32: [ OK ] std_algorithms_reducers.max_first_loc (0 ms) 32: [ RUN ] std_algorithms_reducers.min_first_loc 32: [ OK ] std_algorithms_reducers.min_first_loc (0 ms) 32: [ RUN ] std_algorithms_reducers.min_max_first_last_loc 32: [ OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms) 32: [----------] 3 tests from std_algorithms_reducers (0 ms total) 32: 32: [----------] 1 test from std_algorithms 32: [ RUN ] std_algorithms.is_admissible_to_std_algorithms 32: [ OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms) 32: [----------] 1 test from std_algorithms (0 ms total) 32: 32: [----------] 10 tests from random_access_iterator_test 32: [ RUN ] random_access_iterator_test.constructor 32: [ OK ] random_access_iterator_test.constructor (5 ms) 32: [ RUN ] random_access_iterator_test.dereference 32: [ OK ] random_access_iterator_test.dereference (0 ms) 32: [ RUN ] random_access_iterator_test.subscript_operator 32: [ OK ] random_access_iterator_test.subscript_operator (0 ms) 32: [ RUN ] random_access_iterator_test.operatorsSet1 32: [ OK ] random_access_iterator_test.operatorsSet1 (0 ms) 32: [ RUN ] random_access_iterator_test.operatorsSet2 32: [ OK ] random_access_iterator_test.operatorsSet2 (0 ms) 32: [ RUN ] random_access_iterator_test.operatorsSet3 32: [ OK ] random_access_iterator_test.operatorsSet3 (0 ms) 32: [ RUN ] random_access_iterator_test.operatorsSet4 32: [ OK ] random_access_iterator_test.operatorsSet4 (0 ms) 32: [ RUN ] random_access_iterator_test.assignment_operator 32: [ OK ] random_access_iterator_test.assignment_operator (0 ms) 32: [ RUN ] random_access_iterator_test.distance 32: [ OK ] random_access_iterator_test.distance (0 ms) 32: [ RUN ] random_access_iterator_test.traits_helpers 32: [ OK ] random_access_iterator_test.traits_helpers (0 ms) 32: [----------] 10 tests from random_access_iterator_test (8 ms total) 32: 32: [----------] Global test environment tear-down 32: [==========] 14 tests from 3 test suites ran. (9 ms total) 32: [ PASSED ] 14 tests. 32/50 Test #32: Kokkos_AlgorithmsUnitTest_StdSet_A ............... Passed 2.49 sec test 33 Start 33: Kokkos_AlgorithmsUnitTest_StdSet_B 33: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B 33: Test timeout computed to be: 1500 33: [==========] Running 7 tests from 1 test suite. 33: [----------] Global test environment set-up. 33: [----------] 7 tests from std_algorithms_min_max_element_test 33: [ RUN ] std_algorithms_min_max_element_test.min_element_empty_range 33: [ OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms) 33: [ RUN ] std_algorithms_min_max_element_test.max_element_empty_range 33: [ OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms) 33: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data 33: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (12 ms) 33: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data 33: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (7 ms) 33: [ RUN ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp 33: [ OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (7 ms) 33: [ RUN ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp 33: [ OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (7 ms) 33: [ RUN ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp 33: [ OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (10 ms) 33: [----------] 7 tests from std_algorithms_min_max_element_test (44 ms total) 33: 33: [----------] Global test environment tear-down 33: [==========] 7 tests from 1 test suite ran. (45 ms total) 33: [ PASSED ] 7 tests. 33/50 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_B ............... Passed 2.52 sec test 34 Start 34: Kokkos_AlgorithmsUnitTest_StdSet_C 34: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C 34: Test timeout computed to be: 1500 34: [==========] Running 13 tests from 10 test suites. 34: [----------] Global test environment set-up. 34: [----------] 1 test from std_algorithms_lexicographical_compare_test 34: [ RUN ] std_algorithms_lexicographical_compare_test.test 34: [ OK ] std_algorithms_lexicographical_compare_test.test (644 ms) 34: [----------] 1 test from std_algorithms_lexicographical_compare_test (644 ms total) 34: 34: [----------] 1 test from std_algorithms_for_each_test 34: [ RUN ] std_algorithms_for_each_test.test 34: [ OK ] std_algorithms_for_each_test.test (1013 ms) 34: [----------] 1 test from std_algorithms_for_each_test (1013 ms total) 34: 34: [----------] 1 test from std_algorithms_find_test 34: [ RUN ] std_algorithms_find_test.test 34: [ OK ] std_algorithms_find_test.test (372 ms) 34: [----------] 1 test from std_algorithms_find_test (373 ms total) 34: 34: [----------] 4 tests from std_algorithms_non_mod_seq_ops 34: [ RUN ] std_algorithms_non_mod_seq_ops.find_first_of 34: [ OK ] std_algorithms_non_mod_seq_ops.find_first_of (1248 ms) 34: [ RUN ] std_algorithms_non_mod_seq_ops.find_end 34: [ OK ] std_algorithms_non_mod_seq_ops.find_end (3309 ms) 34: [ RUN ] std_algorithms_non_mod_seq_ops.search 34: [ OK ] std_algorithms_non_mod_seq_ops.search (1837 ms) 34: [ RUN ] std_algorithms_non_mod_seq_ops.search_n 34: [ OK ] std_algorithms_non_mod_seq_ops.search_n (1465 ms) 34: [----------] 4 tests from std_algorithms_non_mod_seq_ops (7860 ms total) 34: 34: [----------] 1 test from std_algorithms_count_test 34: [ RUN ] std_algorithms_count_test.test 34: [ OK ] std_algorithms_count_test.test (402 ms) 34: [----------] 1 test from std_algorithms_count_test (402 ms total) 34: 34: [----------] 1 test from std_algorithms_equal_test 34: [ RUN ] std_algorithms_equal_test.test 34: [ OK ] std_algorithms_equal_test.test (16 ms) 34: [----------] 1 test from std_algorithms_equal_test (16 ms total) 34: 34: [----------] 1 test from std_algorithms_all_any_none_of_test 34: [ RUN ] std_algorithms_all_any_none_of_test.test 34: [ OK ] std_algorithms_all_any_none_of_test.test (407 ms) 34: [----------] 1 test from std_algorithms_all_any_none_of_test (407 ms total) 34: 34: [----------] 1 test from std_algorithms_nonmod_seq_ops 34: [ RUN ] std_algorithms_nonmod_seq_ops.adjacent_find 34: [ OK ] std_algorithms_nonmod_seq_ops.adjacent_find (355 ms) 34: [----------] 1 test from std_algorithms_nonmod_seq_ops (355 ms total) 34: 34: [----------] 1 test from std_algorithms_mismatch_test 34: [ RUN ] std_algorithms_mismatch_test.test 34: [ OK ] std_algorithms_mismatch_test.test (583 ms) 34: [----------] 1 test from std_algorithms_mismatch_test (583 ms total) 34: 34: [----------] 1 test from std_algorithms_mod_seq_ops 34: [ RUN ] std_algorithms_mod_seq_ops.move_backward 34: [ OK ] std_algorithms_mod_seq_ops.move_backward (128 ms) 34: [----------] 1 test from std_algorithms_mod_seq_ops (129 ms total) 34: 34: [----------] Global test environment tear-down 34: [==========] 13 tests from 10 test suites ran. (11787 ms total) 34: [ PASSED ] 13 tests. 34/50 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_C ............... Passed 14.35 sec test 35 Start 35: Kokkos_AlgorithmsUnitTest_StdSet_D 35: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D 35: Test timeout computed to be: 1500 35: [==========] Running 31 tests from 5 test suites. 35: [----------] Global test environment set-up. 35: [----------] 3 tests from std_algorithms_mod_ops_test 35: [ RUN ] std_algorithms_mod_ops_test.move 35: [ OK ] std_algorithms_mod_ops_test.move (0 ms) 35: [ RUN ] std_algorithms_mod_ops_test.move_within_parfor 35: [ OK ] std_algorithms_mod_ops_test.move_within_parfor (5 ms) 35: [ RUN ] std_algorithms_mod_ops_test.iter_swap_static_view 35: [ OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms) 35: [----------] 3 tests from std_algorithms_mod_ops_test (6 ms total) 35: 35: [----------] 12 tests from std_algorithms_mod_seq_ops_test 35: [ RUN ] std_algorithms_mod_seq_ops_test.copy 35: [ OK ] std_algorithms_mod_seq_ops_test.copy (0 ms) 35: [ RUN ] std_algorithms_mod_seq_ops_test.copy_view 35: [ OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms) 35: [ RUN ] std_algorithms_mod_seq_ops_test.copy_n 35: [ OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms) 35: [ RUN ] std_algorithms_mod_seq_ops_test.copy_backward 35: [ OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms) 35: [ RUN ] std_algorithms_mod_seq_ops_test.reverse_copy 35: [ OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms) 35: [ RUN ] std_algorithms_mod_seq_ops_test.fill 35: [ OK ] std_algorithms_mod_seq_ops_test.fill (0 ms) 35: [ RUN ] std_algorithms_mod_seq_ops_test.fill_n 35: [ OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms) 35: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op 35: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms) 35: [ RUN ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op 35: [ OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms) 35: [ RUN ] std_algorithms_mod_seq_ops_test.generate 35: [ OK ] std_algorithms_mod_seq_ops_test.generate (0 ms) 35: [ RUN ] std_algorithms_mod_seq_ops_test.generate_n 35: [ OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms) 35: [ RUN ] std_algorithms_mod_seq_ops_test.swap_ranges 35: [ OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms) 35: [----------] 12 tests from std_algorithms_mod_seq_ops_test (4 ms total) 35: 35: [----------] 4 tests from std_algorithms_replace_ops_test 35: [ RUN ] std_algorithms_replace_ops_test.replace 35: [ OK ] std_algorithms_replace_ops_test.replace (172 ms) 35: [ RUN ] std_algorithms_replace_ops_test.replace_if 35: [ OK ] std_algorithms_replace_ops_test.replace_if (641 ms) 35: [ RUN ] std_algorithms_replace_ops_test.replace_copy 35: [ OK ] std_algorithms_replace_ops_test.replace_copy (314 ms) 35: [ RUN ] std_algorithms_replace_ops_test.replace_copy_if 35: [ OK ] std_algorithms_replace_ops_test.replace_copy_if (306 ms) 35: [----------] 4 tests from std_algorithms_replace_ops_test (1434 ms total) 35: 35: [----------] 11 tests from std_algorithms_mod_seq_ops 35: [ RUN ] std_algorithms_mod_seq_ops.copy_if 35: [ OK ] std_algorithms_mod_seq_ops.copy_if (159 ms) 35: [ RUN ] std_algorithms_mod_seq_ops.unique 35: [ OK ] std_algorithms_mod_seq_ops.unique (1062 ms) 35: [ RUN ] std_algorithms_mod_seq_ops.unique_copy 35: [ OK ] std_algorithms_mod_seq_ops.unique_copy (398 ms) 35: [ RUN ] std_algorithms_mod_seq_ops.remove 35: [ OK ] std_algorithms_mod_seq_ops.remove (246 ms) 35: [ RUN ] std_algorithms_mod_seq_ops.remove_if 35: [ OK ] std_algorithms_mod_seq_ops.remove_if (233 ms) 35: [ RUN ] std_algorithms_mod_seq_ops.remove_copy 35: [ OK ] std_algorithms_mod_seq_ops.remove_copy (479 ms) 35: [ RUN ] std_algorithms_mod_seq_ops.remove_copy_if 35: [ OK ] std_algorithms_mod_seq_ops.remove_copy_if (213 ms) 35: [ RUN ] std_algorithms_mod_seq_ops.rotate 35: [ OK ] std_algorithms_mod_seq_ops.rotate (3480 ms) 35: [ RUN ] std_algorithms_mod_seq_ops.rotate_copy 35: [ OK ] std_algorithms_mod_seq_ops.rotate_copy (1990 ms) 35: [ RUN ] std_algorithms_mod_seq_ops.shift_left 35: [ OK ] std_algorithms_mod_seq_ops.shift_left (3330 ms) 35: [ RUN ] std_algorithms_mod_seq_ops.shift_right 35: [ OK ] std_algorithms_mod_seq_ops.shift_right (3327 ms) 35: [----------] 11 tests from std_algorithms_mod_seq_ops (14923 ms total) 35: 35: [----------] 1 test from std_algorithms_modseq_test 35: [ RUN ] std_algorithms_modseq_test.reverse 35: [ OK ] std_algorithms_modseq_test.reverse (231 ms) 35: [----------] 1 test from std_algorithms_modseq_test (231 ms total) 35: 35: [----------] Global test environment tear-down 35: [==========] 31 tests from 5 test suites ran. (16601 ms total) 35: [ PASSED ] 31 tests. 35/50 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_D ............... Passed 19.19 sec test 36 Start 36: Kokkos_AlgorithmsUnitTest_StdSet_E 36: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E 36: Test timeout computed to be: 1500 36: [==========] Running 29 tests from 7 test suites. 36: [----------] Global test environment set-up. 36: [----------] 2 tests from std_algorithms_sorting_ops_test 36: [ RUN ] std_algorithms_sorting_ops_test.is_sorted 36: [ OK ] std_algorithms_sorting_ops_test.is_sorted (25 ms) 36: [ RUN ] std_algorithms_sorting_ops_test.is_sorted_until 36: [ OK ] std_algorithms_sorting_ops_test.is_sorted_until (19 ms) 36: [----------] 2 tests from std_algorithms_sorting_ops_test (44 ms total) 36: 36: [----------] 4 tests from std_algorithms_partitioning_test 36: [ RUN ] std_algorithms_partitioning_test.is_partitioned_trivial 36: [ OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms) 36: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators 36: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms) 36: [ RUN ] std_algorithms_partitioning_test.is_partitioned_accepting_view 36: [ OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms) 36: [ RUN ] std_algorithms_partitioning_test.partition_point 36: [ OK ] std_algorithms_partitioning_test.partition_point (1 ms) 36: [----------] 4 tests from std_algorithms_partitioning_test (4 ms total) 36: 36: [----------] 1 test from std_algorithms_partitioning_ops 36: [ RUN ] std_algorithms_partitioning_ops.partition_copy 36: [ OK ] std_algorithms_partitioning_ops.partition_copy (27 ms) 36: [----------] 1 test from std_algorithms_partitioning_ops (27 ms total) 36: 36: [----------] 12 tests from std_algorithms_numerics_test 36: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type 36: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (1 ms) 36: [ RUN ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type 36: [ OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms) 36: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type 36: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms) 36: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type 36: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms) 36: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type 36: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms) 36: [ RUN ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type 36: [ OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms) 36: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type 36: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms) 36: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type 36: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms) 36: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type 36: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms) 36: [ RUN ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type 36: [ OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms) 36: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type 36: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms) 36: [ RUN ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type 36: [ OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms) 36: [----------] 12 tests from std_algorithms_numerics_test (11 ms total) 36: 36: [----------] 1 test from std_algorithms_numerics_ops_test 36: [ RUN ] std_algorithms_numerics_ops_test.adjecent_difference 36: [ OK ] std_algorithms_numerics_ops_test.adjecent_difference (528 ms) 36: [----------] 1 test from std_algorithms_numerics_ops_test (528 ms total) 36: 36: [----------] 8 tests from std_algorithms_numeric_ops_test 36: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan 36: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan (1836 ms) 36: [ RUN ] std_algorithms_numeric_ops_test.exclusive_scan_functor 36: [ OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms) 36: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan 36: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan (1207 ms) 36: [ RUN ] std_algorithms_numeric_ops_test.inclusive_scan_functor 36: [ OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms) 36: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan 36: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (547 ms) 36: [ RUN ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor 36: [ OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms) 36: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan 36: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (713 ms) 36: [ RUN ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor 36: [ OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms) 36: [----------] 8 tests from std_algorithms_numeric_ops_test (4305 ms total) 36: 36: [----------] 1 test from std_algorithms_transform_ops_test 36: [ RUN ] std_algorithms_transform_ops_test.transform_unary_op 36: [ OK ] std_algorithms_transform_ops_test.transform_unary_op (168 ms) 36: [----------] 1 test from std_algorithms_transform_ops_test (168 ms total) 36: 36: [----------] Global test environment tear-down 36: [==========] 29 tests from 7 test suites ran. (5090 ms total) 36: [ PASSED ] 29 tests. 36/50 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_E ............... Passed 7.65 sec test 37 Start 37: Kokkos_AlgorithmsUnitTest_StdSet_Team_A 37: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A 37: Test timeout computed to be: 1500 37: [==========] Running 12 tests from 7 test suites. 37: [----------] Global test environment set-up. 37: [----------] 2 tests from std_algorithms_adjacent_find_team_test 37: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist 37: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (1451 ms) 37: [ RUN ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist 37: [ OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (1435 ms) 37: [----------] 2 tests from std_algorithms_adjacent_find_team_test (2887 ms total) 37: 37: [----------] 2 tests from std_algorithms_count_team_test 37: [ RUN ] std_algorithms_count_team_test.count_returns_nonzero 37: [ OK ] std_algorithms_count_team_test.count_returns_nonzero (1985 ms) 37: [ RUN ] std_algorithms_count_team_test.count_returns_zero 37: [ OK ] std_algorithms_count_team_test.count_returns_zero (690 ms) 37: [----------] 2 tests from std_algorithms_count_team_test (2676 ms total) 37: 37: [----------] 1 test from std_algorithms_count_if_team_test 37: [ RUN ] std_algorithms_count_if_team_test.test 37: [ OK ] std_algorithms_count_if_team_test.test (1120 ms) 37: [----------] 1 test from std_algorithms_count_if_team_test (1120 ms total) 37: 37: [----------] 1 test from std_algorithms_for_each_team_test 37: [ RUN ] std_algorithms_for_each_team_test.test 37: [ OK ] std_algorithms_for_each_team_test.test (2193 ms) 37: [----------] 1 test from std_algorithms_for_each_team_test (2193 ms total) 37: 37: [----------] 1 test from std_algorithms_for_each_n_team_test 37: [ RUN ] std_algorithms_for_each_n_team_test.test 37: [ OK ] std_algorithms_for_each_n_team_test.test (2557 ms) 37: [----------] 1 test from std_algorithms_for_each_n_team_test (2557 ms total) 37: 37: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test 37: [ RUN ] std_algorithms_lexicographical_compare_team_test.views_are_equal 37: [ OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (10264 ms) 37: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_less 37: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (5826 ms) 37: [ RUN ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater 37: [ OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (5827 ms) 37: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (21917 ms total) 37: 37: [----------] 2 tests from std_algorithms_mismatch_team_test 37: [ RUN ] std_algorithms_mismatch_team_test.views_are_equal 37: [ OK ] std_algorithms_mismatch_team_test.views_are_equal (6462 ms) 37: [ RUN ] std_algorithms_mismatch_team_test.views_are_not_equal 37: [ OK ] std_algorithms_mismatch_team_test.views_are_not_equal (2698 ms) 37: [----------] 2 tests from std_algorithms_mismatch_team_test (9161 ms total) 37: 37: [----------] Global test environment tear-down 37: [==========] 12 tests from 7 test suites ran. (42514 ms total) 37: [ PASSED ] 12 tests. 37/50 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .......... Passed 45.53 sec test 38 Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_B 38: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B 38: Test timeout computed to be: 1500 38: [==========] Running 8 tests from 4 test suites. 38: [----------] Global test environment set-up. 38: [----------] 2 tests from std_algorithms_equal_team_test 38: [ RUN ] std_algorithms_equal_team_test.views_are_equal 38: [ OK ] std_algorithms_equal_team_test.views_are_equal (5283 ms) 38: [ RUN ] std_algorithms_equal_team_test.views_are_not_equal 38: [ OK ] std_algorithms_equal_team_test.views_are_not_equal (4191 ms) 38: [----------] 2 tests from std_algorithms_equal_team_test (9475 ms total) 38: 38: [----------] 2 tests from std_algorithms_search_team_test 38: [ RUN ] std_algorithms_search_team_test.sequences_exist 38: [ OK ] std_algorithms_search_team_test.sequences_exist (2479 ms) 38: [ RUN ] std_algorithms_search_team_test.sequences_do_not_exist 38: [ OK ] std_algorithms_search_team_test.sequences_do_not_exist (3431 ms) 38: [----------] 2 tests from std_algorithms_search_team_test (5911 ms total) 38: 38: [----------] 2 tests from std_algorithms_find_end_team_test 38: [ RUN ] std_algorithms_find_end_team_test.sequences_exist 38: [ OK ] std_algorithms_find_end_team_test.sequences_exist (6315 ms) 38: [ RUN ] std_algorithms_find_end_team_test.sequences_do_not_exist 38: [ OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (6144 ms) 38: [----------] 2 tests from std_algorithms_find_end_team_test (12460 ms total) 38: 38: [----------] 2 tests from std_algorithms_find_first_of_team_test 38: [ RUN ] std_algorithms_find_first_of_team_test.sequences_exist 38: [ OK ] std_algorithms_find_first_of_team_test.sequences_exist (6134 ms) 38: [ RUN ] std_algorithms_find_first_of_team_test.sequences_do_not_exist 38: [ OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (27166 ms) 38: [----------] 2 tests from std_algorithms_find_first_of_team_test (33300 ms total) 38: 38: [----------] Global test environment tear-down 38: [==========] 8 tests from 4 test suites ran. (61146 ms total) 38: [ PASSED ] 8 tests. 38/50 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .......... Passed 63.94 sec test 39 Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_C 39: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C 39: Test timeout computed to be: 1500 39: [==========] Running 11 tests from 7 test suites. 39: [----------] Global test environment set-up. 39: [----------] 2 tests from std_algorithms_find_team_test 39: [ RUN ] std_algorithms_find_team_test.searched_values_exist 39: [ OK ] std_algorithms_find_team_test.searched_values_exist (933 ms) 39: [ RUN ] std_algorithms_find_team_test.searched_values_do_not_exist 39: [ OK ] std_algorithms_find_team_test.searched_values_do_not_exist (1536 ms) 39: [----------] 2 tests from std_algorithms_find_team_test (2469 ms total) 39: 39: [----------] 2 tests from std_algorithms_find_if_team_test 39: [ RUN ] std_algorithms_find_if_team_test.predicates_return_true 39: [ OK ] std_algorithms_find_if_team_test.predicates_return_true (736 ms) 39: [ RUN ] std_algorithms_find_if_team_test.predicates_return_false 39: [ OK ] std_algorithms_find_if_team_test.predicates_return_false (1550 ms) 39: [----------] 2 tests from std_algorithms_find_if_team_test (2287 ms total) 39: 39: [----------] 2 tests from std_algorithms_find_if_not_team_test 39: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_true 39: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_true (1561 ms) 39: [ RUN ] std_algorithms_find_if_not_team_test.predicates_return_false 39: [ OK ] std_algorithms_find_if_not_team_test.predicates_return_false (727 ms) 39: [----------] 2 tests from std_algorithms_find_if_not_team_test (2289 ms total) 39: 39: [----------] 1 test from std_algorithms_all_of_team_test 39: [ RUN ] std_algorithms_all_of_team_test.test 39: [ OK ] std_algorithms_all_of_team_test.test (1529 ms) 39: [----------] 1 test from std_algorithms_all_of_team_test (1529 ms total) 39: 39: [----------] 1 test from std_algorithms_any_of_team_test 39: [ RUN ] std_algorithms_any_of_team_test.test 39: [ OK ] std_algorithms_any_of_team_test.test (717 ms) 39: [----------] 1 test from std_algorithms_any_of_team_test (717 ms total) 39: 39: [----------] 1 test from std_algorithms_none_of_team_test 39: [ RUN ] std_algorithms_none_of_team_test.test 39: [ OK ] std_algorithms_none_of_team_test.test (1542 ms) 39: [----------] 1 test from std_algorithms_none_of_team_test (1542 ms total) 39: 39: [----------] 2 tests from std_algorithms_search_n_team_test 39: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist 39: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (763 ms) 39: [ RUN ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist 39: [ OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (898 ms) 39: [----------] 2 tests from std_algorithms_search_n_team_test (1662 ms total) 39: 39: [----------] Global test environment tear-down 39: [==========] 11 tests from 7 test suites ran. (12498 ms total) 39: [ PASSED ] 11 tests. 39/50 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .......... Passed 15.03 sec test 40 Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_D 40: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D 40: Test timeout computed to be: 1500 40: [==========] Running 3 tests from 3 test suites. 40: [----------] Global test environment set-up. 40: [----------] 1 test from std_algorithms_min_element_team_test 40: [ RUN ] std_algorithms_min_element_team_test.test 40: [ OK ] std_algorithms_min_element_team_test.test (5401 ms) 40: [----------] 1 test from std_algorithms_min_element_team_test (5401 ms total) 40: 40: [----------] 1 test from std_algorithms_max_element_team_test 40: [ RUN ] std_algorithms_max_element_team_test.test 40: [ OK ] std_algorithms_max_element_team_test.test (5388 ms) 40: [----------] 1 test from std_algorithms_max_element_team_test (5388 ms total) 40: 40: [----------] 1 test from std_algorithms_minmax_element_team_test 40: [ RUN ] std_algorithms_minmax_element_team_test.test 40: [ OK ] std_algorithms_minmax_element_team_test.test (6960 ms) 40: [----------] 1 test from std_algorithms_minmax_element_team_test (6960 ms total) 40: 40: [----------] Global test environment tear-down 40: [==========] 3 tests from 3 test suites ran. (17750 ms total) 40: [ PASSED ] 3 tests. 40/50 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .......... Passed 20.22 sec test 41 Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_E 41: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E 41: Test timeout computed to be: 1500 41: [==========] Running 6 tests from 6 test suites. 41: [----------] Global test environment set-up. 41: [----------] 1 test from std_algorithms_fill_team_test 41: [ RUN ] std_algorithms_fill_team_test.test 41: [ OK ] std_algorithms_fill_team_test.test (1515 ms) 41: [----------] 1 test from std_algorithms_fill_team_test (1515 ms total) 41: 41: [----------] 1 test from std_algorithms_fill_n_team_test 41: [ RUN ] std_algorithms_fill_n_team_test.test 41: [ OK ] std_algorithms_fill_n_team_test.test (573 ms) 41: [----------] 1 test from std_algorithms_fill_n_team_test (573 ms total) 41: 41: [----------] 1 test from std_algorithms_replace_team_test 41: [ RUN ] std_algorithms_replace_team_test.test 41: [ OK ] std_algorithms_replace_team_test.test (2980 ms) 41: [----------] 1 test from std_algorithms_replace_team_test (2980 ms total) 41: 41: [----------] 1 test from std_algorithms_replace_if_team_test 41: [ RUN ] std_algorithms_replace_if_team_test.test 41: [ OK ] std_algorithms_replace_if_team_test.test (3782 ms) 41: [----------] 1 test from std_algorithms_replace_if_team_test (3782 ms total) 41: 41: [----------] 1 test from std_algorithms_replace_copy_team_test 41: [ RUN ] std_algorithms_replace_copy_team_test.test 41: [ OK ] std_algorithms_replace_copy_team_test.test (4791 ms) 41: [----------] 1 test from std_algorithms_replace_copy_team_test (4791 ms total) 41: 41: [----------] 1 test from std_algorithms_replace_copy_if_team_test 41: [ RUN ] std_algorithms_replace_copy_if_team_test.test 41: [ OK ] std_algorithms_replace_copy_if_team_test.test (3953 ms) 41: [----------] 1 test from std_algorithms_replace_copy_if_team_test (3953 ms total) 41: 41: [----------] Global test environment tear-down 41: [==========] 6 tests from 6 test suites ran. (17596 ms total) 41: [ PASSED ] 6 tests. 41/50 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .......... Passed 20.13 sec test 42 Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_F 42: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F 42: Test timeout computed to be: 1500 42: [==========] Running 4 tests from 4 test suites. 42: [----------] Global test environment set-up. 42: [----------] 1 test from std_algorithms_reverse_team_test 42: [ RUN ] std_algorithms_reverse_team_test.test 42: [ OK ] std_algorithms_reverse_team_test.test (1741 ms) 42: [----------] 1 test from std_algorithms_reverse_team_test (1741 ms total) 42: 42: [----------] 1 test from std_algorithms_reverse_copy_team_test 42: [ RUN ] std_algorithms_reverse_copy_team_test.test 42: [ OK ] std_algorithms_reverse_copy_team_test.test (1804 ms) 42: [----------] 1 test from std_algorithms_reverse_copy_team_test (1804 ms total) 42: 42: [----------] 1 test from std_algorithms_rotate_team_test 42: [ RUN ] std_algorithms_rotate_team_test.test 42: [ OK ] std_algorithms_rotate_team_test.test (2537 ms) 42: [----------] 1 test from std_algorithms_rotate_team_test (2538 ms total) 42: 42: [----------] 1 test from std_algorithms_rotate_copy_team_test 42: [ RUN ] std_algorithms_rotate_copy_team_test.test 42: [ OK ] std_algorithms_rotate_copy_team_test.test (2154 ms) 42: [----------] 1 test from std_algorithms_rotate_copy_team_test (2154 ms total) 42: 42: [----------] Global test environment tear-down 42: [==========] 4 tests from 4 test suites ran. (8239 ms total) 42: [ PASSED ] 4 tests. 42/50 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .......... Passed 10.73 sec test 43 Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_G 43: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G 43: Test timeout computed to be: 1500 43: [==========] Running 4 tests from 4 test suites. 43: [----------] Global test environment set-up. 43: [----------] 1 test from std_algorithms_move_team_test 43: [ RUN ] std_algorithms_move_team_test.test 43: [ OK ] std_algorithms_move_team_test.test (3963 ms) 43: [----------] 1 test from std_algorithms_move_team_test (3963 ms total) 43: 43: [----------] 1 test from std_algorithms_move_backward_team_test 43: [ RUN ] std_algorithms_move_backward_team_test.test 43: [ OK ] std_algorithms_move_backward_team_test.test (2340 ms) 43: [----------] 1 test from std_algorithms_move_backward_team_test (2340 ms total) 43: 43: [----------] 1 test from std_algorithms_shift_left_team_test 43: [ RUN ] std_algorithms_shift_left_team_test.test 43: [ OK ] std_algorithms_shift_left_team_test.test (7942 ms) 43: [----------] 1 test from std_algorithms_shift_left_team_test (7942 ms total) 43: 43: [----------] 1 test from std_algorithms_shift_right_team_test 43: [ RUN ] std_algorithms_shift_right_team_test.test 43: [ OK ] std_algorithms_shift_right_team_test.test (7609 ms) 43: [----------] 1 test from std_algorithms_shift_right_team_test (7609 ms total) 43: 43: [----------] Global test environment tear-down 43: [==========] 4 tests from 4 test suites ran. (21856 ms total) 43: [ PASSED ] 4 tests. 43/50 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .......... Passed 24.35 sec test 44 Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_H 44: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H 44: Test timeout computed to be: 1500 44: [==========] Running 9 tests from 9 test suites. 44: [----------] Global test environment set-up. 44: [----------] 1 test from std_algorithms_copy_team_test 44: [ RUN ] std_algorithms_copy_team_test.test 44: [ OK ] std_algorithms_copy_team_test.test (4962 ms) 44: [----------] 1 test from std_algorithms_copy_team_test (4962 ms total) 44: 44: [----------] 1 test from std_algorithms_copy_n_team_test 44: [ RUN ] std_algorithms_copy_n_team_test.test 44: [ OK ] std_algorithms_copy_n_team_test.test (639 ms) 44: [----------] 1 test from std_algorithms_copy_n_team_test (639 ms total) 44: 44: [----------] 1 test from std_algorithms_copy_backward_team_test 44: [ RUN ] std_algorithms_copy_backward_team_test.test 44: [ OK ] std_algorithms_copy_backward_team_test.test (2322 ms) 44: [----------] 1 test from std_algorithms_copy_backward_team_test (2322 ms total) 44: 44: [----------] 1 test from std_algorithms_copy_if_team_test 44: [ RUN ] std_algorithms_copy_if_team_test.test 44: [ OK ] std_algorithms_copy_if_team_test.test (3270 ms) 44: [----------] 1 test from std_algorithms_copy_if_team_test (3270 ms total) 44: 44: [----------] 1 test from std_algorithms_unique_copy_team_test 44: [ RUN ] std_algorithms_unique_copy_team_test.test 44: [ OK ] std_algorithms_unique_copy_team_test.test (5640 ms) 44: [----------] 1 test from std_algorithms_unique_copy_team_test (5641 ms total) 44: 44: [----------] 1 test from std_algorithms_remove_team_test 44: [ RUN ] std_algorithms_remove_team_test.test 44: [ OK ] std_algorithms_remove_team_test.test (3284 ms) 44: [----------] 1 test from std_algorithms_remove_team_test (3284 ms total) 44: 44: [----------] 1 test from std_algorithms_remove_if_team_test 44: [ RUN ] std_algorithms_remove_if_team_test.test 44: [ OK ] std_algorithms_remove_if_team_test.test (2552 ms) 44: [----------] 1 test from std_algorithms_remove_if_team_test (2552 ms total) 44: 44: [----------] 1 test from std_algorithms_remove_copy_team_test 44: [ RUN ] std_algorithms_remove_copy_team_test.test 44: [ OK ] std_algorithms_remove_copy_team_test.test (3904 ms) 44: [----------] 1 test from std_algorithms_remove_copy_team_test (3904 ms total) 44: 44: [----------] 1 test from std_algorithms_remove_copy_if_team_test 44: [ RUN ] std_algorithms_remove_copy_if_team_test.test 44: [ OK ] std_algorithms_remove_copy_if_team_test.test (3822 ms) 44: [----------] 1 test from std_algorithms_remove_copy_if_team_test (3822 ms total) 44: 44: [----------] Global test environment tear-down 44: [==========] 9 tests from 9 test suites ran. (30399 ms total) 44: [ PASSED ] 9 tests. 44/50 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .......... Passed 33.08 sec test 45 Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_I 45: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I 45: Test timeout computed to be: 1500 45: [==========] Running 4 tests from 4 test suites. 45: [----------] Global test environment set-up. 45: [----------] 1 test from std_algorithms_unique_team_test 45: [ RUN ] std_algorithms_unique_team_test.test_default_predicate 45: [ OK ] std_algorithms_unique_team_test.test_default_predicate (5804 ms) 45: [----------] 1 test from std_algorithms_unique_team_test (5804 ms total) 45: 45: [----------] 1 test from std_algorithms_adjacent_difference_team_test 45: [ RUN ] std_algorithms_adjacent_difference_team_test.test 45: [ OK ] std_algorithms_adjacent_difference_team_test.test (6487 ms) 45: [----------] 1 test from std_algorithms_adjacent_difference_team_test (6487 ms total) 45: 45: [----------] 1 test from std_algorithms_reduce_team_test 45: [ RUN ] std_algorithms_reduce_team_test.test 45: [ OK ] std_algorithms_reduce_team_test.test (3270 ms) 45: [----------] 1 test from std_algorithms_reduce_team_test (3270 ms total) 45: 45: [----------] 1 test from std_algorithms_transform_reduce_team_test 45: [ RUN ] std_algorithms_transform_reduce_team_test.test 45: [ OK ] std_algorithms_transform_reduce_team_test.test (5940 ms) 45: [----------] 1 test from std_algorithms_transform_reduce_team_test (5940 ms total) 45: 45: [----------] Global test environment tear-down 45: [==========] 4 tests from 4 test suites ran. (21503 ms total) 45: [ PASSED ] 4 tests. 45/50 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .......... Passed 23.96 sec test 46 Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_L 46: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L 46: Test timeout computed to be: 1500 46: [==========] Running 18 tests from 5 test suites. 46: [----------] Global test environment set-up. 46: [----------] 2 tests from std_algorithms_is_sorted_team_test 46: [ RUN ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted 46: [ OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (3061 ms) 46: [ RUN ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted 46: [ OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (5762 ms) 46: [----------] 2 tests from std_algorithms_is_sorted_team_test (8824 ms total) 46: 46: [----------] 4 tests from std_algorithms_is_sorted_until_team_test 46: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialA 46: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (20 ms) 46: [ RUN ] std_algorithms_is_sorted_until_team_test.test_trivialB 46: [ OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (25 ms) 46: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialA 46: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (5680 ms) 46: [ RUN ] std_algorithms_is_sorted_until_team_test.test_nontrivialB 46: [ OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (4140 ms) 46: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (9867 ms total) 46: 46: [----------] 4 tests from std_algorithms_is_partitioned_team_test 46: [ RUN ] std_algorithms_is_partitioned_team_test.empty 46: [ OK ] std_algorithms_is_partitioned_team_test.empty (10 ms) 46: [ RUN ] std_algorithms_is_partitioned_team_test.all_true 46: [ OK ] std_algorithms_is_partitioned_team_test.all_true (1980 ms) 46: [ RUN ] std_algorithms_is_partitioned_team_test.all_false 46: [ OK ] std_algorithms_is_partitioned_team_test.all_false (2009 ms) 46: [ RUN ] std_algorithms_is_partitioned_team_test.random 46: [ OK ] std_algorithms_is_partitioned_team_test.random (1755 ms) 46: [----------] 4 tests from std_algorithms_is_partitioned_team_test (5755 ms total) 46: 46: [----------] 4 tests from std_algorithms_partition_copy_team_test 46: [ RUN ] std_algorithms_partition_copy_team_test.empty 46: [ OK ] std_algorithms_partition_copy_team_test.empty (17 ms) 46: [ RUN ] std_algorithms_partition_copy_team_test.all_true 46: [ OK ] std_algorithms_partition_copy_team_test.all_true (4550 ms) 46: [ RUN ] std_algorithms_partition_copy_team_test.all_false 46: [ OK ] std_algorithms_partition_copy_team_test.all_false (4568 ms) 46: [ RUN ] std_algorithms_partition_copy_team_test.random 46: [ OK ] std_algorithms_partition_copy_team_test.random (4306 ms) 46: [----------] 4 tests from std_algorithms_partition_copy_team_test (13444 ms total) 46: 46: [----------] 4 tests from std_algorithms_partition_point_team_test 46: [ RUN ] std_algorithms_partition_point_team_test.empty 46: [ OK ] std_algorithms_partition_point_team_test.empty (10 ms) 46: [ RUN ] std_algorithms_partition_point_team_test.all_true 46: [ OK ] std_algorithms_partition_point_team_test.all_true (1476 ms) 46: [ RUN ] std_algorithms_partition_point_team_test.all_false 46: [ OK ] std_algorithms_partition_point_team_test.all_false (1473 ms) 46: [ RUN ] std_algorithms_partition_point_team_test.random 46: [ OK ] std_algorithms_partition_point_team_test.random (1225 ms) 46: [----------] 4 tests from std_algorithms_partition_point_team_test (4186 ms total) 46: 46: [----------] Global test environment tear-down 46: [==========] 18 tests from 5 test suites ran. (42078 ms total) 46: [ PASSED ] 18 tests. 46/50 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .......... Passed 45.25 sec test 47 Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_M 47: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M 47: Test timeout computed to be: 1500 47: [==========] Running 5 tests from 4 test suites. 47: [----------] Global test environment set-up. 47: [----------] 2 tests from std_algorithms_transform_team_test 47: [ RUN ] std_algorithms_transform_team_test.test_unary_op 47: [ OK ] std_algorithms_transform_team_test.test_unary_op (5522 ms) 47: [ RUN ] std_algorithms_transform_team_test.test_binary_op 47: [ OK ] std_algorithms_transform_team_test.test_binary_op (4143 ms) 47: [----------] 2 tests from std_algorithms_transform_team_test (9666 ms total) 47: 47: [----------] 1 test from std_algorithms_generate_team_test 47: [ RUN ] std_algorithms_generate_team_test.test_unary_op 47: [ OK ] std_algorithms_generate_team_test.test_unary_op (13596 ms) 47: [----------] 1 test from std_algorithms_generate_team_test (13596 ms total) 47: 47: [----------] 1 test from std_algorithms_generate_n_team_test 47: [ RUN ] std_algorithms_generate_n_team_test.test 47: [ OK ] std_algorithms_generate_n_team_test.test (616 ms) 47: [----------] 1 test from std_algorithms_generate_n_team_test (616 ms total) 47: 47: [----------] 1 test from std_algorithms_swap_ranges_team_test 47: [ RUN ] std_algorithms_swap_ranges_team_test.test 47: [ OK ] std_algorithms_swap_ranges_team_test.test (5025 ms) 47: [----------] 1 test from std_algorithms_swap_ranges_team_test (5025 ms total) 47: 47: [----------] Global test environment tear-down 47: [==========] 5 tests from 4 test suites ran. (28904 ms total) 47: [ PASSED ] 5 tests. 47/50 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .......... Passed 31.56 sec test 48 Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_P 48: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P 48: Test timeout computed to be: 1500 48: [==========] Running 2 tests from 2 test suites. 48: [----------] Global test environment set-up. 48: [----------] 1 test from std_algorithms_exclusive_scan_team_test 48: [ RUN ] std_algorithms_exclusive_scan_team_test.test 48: [ OK ] std_algorithms_exclusive_scan_team_test.test (15031 ms) 48: [----------] 1 test from std_algorithms_exclusive_scan_team_test (15031 ms total) 48: 48: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test 48: [ RUN ] std_algorithms_transform_exclusive_scan_team_test.test 48: [ OK ] std_algorithms_transform_exclusive_scan_team_test.test (7725 ms) 48: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (7725 ms total) 48: 48: [----------] Global test environment tear-down 48: [==========] 2 tests from 2 test suites ran. (22756 ms total) 48: [ PASSED ] 2 tests. 48/50 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .......... Passed 25.24 sec test 49 Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 49: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q 49: Test timeout computed to be: 1500 49: [==========] Running 2 tests from 2 test suites. 49: [----------] Global test environment set-up. 49: [----------] 1 test from std_algorithms_inclusive_scan_team_test 49: [ RUN ] std_algorithms_inclusive_scan_team_test.test 49: [ OK ] std_algorithms_inclusive_scan_team_test.test (23160 ms) 49: [----------] 1 test from std_algorithms_inclusive_scan_team_test (23160 ms total) 49: 49: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test 49: [ RUN ] std_algorithms_transform_inclusive_scan_team_test.test 49: [ OK ] std_algorithms_transform_inclusive_scan_team_test.test (15593 ms) 49: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (15593 ms total) 49: 49: [----------] Global test environment tear-down 49: [==========] 2 tests from 2 test suites ran. (38754 ms total) 49: [ PASSED ] 2 tests. 49/50 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .......... Passed 41.66 sec test 50 Start 50: Kokkos_UnitTest_SIMD 50: Test command: /var/jenkins/workspace/Kokkos_PR-6905/build/simd/unit_tests/Kokkos_UnitTest_SIMD 50: Test timeout computed to be: 1500 50: [==========] Running 16 tests from 1 test suite. 50: [----------] Global test environment set-up. 50: [----------] 16 tests from simd 50: [ RUN ] simd.host_math_ops 50: [ OK ] simd.host_math_ops (0 ms) 50: [ RUN ] simd.device_math_ops 50: [ OK ] simd.device_math_ops (4 ms) 50: [ RUN ] simd.host_mask_ops 50: [ OK ] simd.host_mask_ops (0 ms) 50: [ RUN ] simd.device_mask_ops 50: [ OK ] simd.device_mask_ops (0 ms) 50: [ RUN ] simd.host_conversions 50: [ OK ] simd.host_conversions (0 ms) 50: [ RUN ] simd.device_conversions 50: [ OK ] simd.device_conversions (0 ms) 50: [ RUN ] simd.host_shift_ops 50: [ OK ] simd.host_shift_ops (0 ms) 50: [ RUN ] simd.device_shift_ops 50: [ OK ] simd.device_shift_ops (0 ms) 50: [ RUN ] simd.host_condition 50: [ OK ] simd.host_condition (0 ms) 50: [ RUN ] simd.device_condition 50: [ OK ] simd.device_condition (0 ms) 50: [ RUN ] simd.host_gen_ctors 50: [ OK ] simd.host_gen_ctors (0 ms) 50: [ RUN ] simd.device_gen_ctors 50: [ OK ] simd.device_gen_ctors (0 ms) 50: [ RUN ] simd.host_where_expressions 50: [ OK ] simd.host_where_expressions (0 ms) 50: [ RUN ] simd.device_where_expressions 50: [ OK ] simd.device_where_expressions (0 ms) 50: [ RUN ] simd.host_reductions 50: [ OK ] simd.host_reductions (0 ms) 50: [ RUN ] simd.device_reductions 50: [ OK ] simd.device_reductions (0 ms) 50: [----------] 16 tests from simd (6 ms total) 50: 50: [----------] Global test environment tear-down 50: [==========] 16 tests from 1 test suite ran. (6 ms total) 50: [ PASSED ] 16 tests. 50/50 Test #50: Kokkos_UnitTest_SIMD ............................. Passed 2.46 sec 100% tests passed, 0 tests failed out of 50 Total Test time (real) = 1914.25 sec + cd ../example/build_cmake_in_tree + rm -rf build + mkdir -p build + cd build + cmake -DCMAKE_CXX_STANDARD=17 .. -- The CXX compiler identification is GNU 9.4.0 -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Setting default Kokkos CXX standard to 17 -- Kokkos version: 4.3.99 -- 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 -- Built-in Execution Spaces: -- Device Parallel: NoTypeDefined -- Host Parallel: NoTypeDefined -- Host Serial: SERIAL -- -- Architectures: -- Found TPLLIBDL: /usr/include -- Using internal desul_atomics copy -- Kokkos Backends: SERIAL -- Configuring done -- Generating done -- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-6905/example/build_cmake_in_tree/build + make -j8 Scanning dependencies of target kokkossimd Scanning dependencies of target AlwaysCheckGit [ 3%] Built target AlwaysCheckGit [ 3%] Building CXX object kokkos/simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o Scanning dependencies of target impl_git_version [ 7%] Building CXX object kokkos/CMakeFiles/impl_git_version.dir/example/build_cmake_in_tree/build/generated/Kokkos_Version_Info.cpp.o [ 11%] Linking CXX static library libkokkossimd.a [ 11%] Built target kokkossimd Scanning dependencies of target kokkoscore [ 15%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o [ 23%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o [ 23%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o [ 26%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o [ 30%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o [ 34%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o [ 38%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o [ 42%] Linking CXX static library libimpl_git_version.a [ 46%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o [ 46%] Built target impl_git_version [ 50%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o [ 53%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o [ 57%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o [ 61%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o [ 65%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o [ 69%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o [ 73%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o [ 76%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o [ 80%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o [ 84%] Linking CXX static library libkokkoscore.a [ 84%] Built target kokkoscore Scanning dependencies of target kokkoscontainers [ 88%] Building CXX object kokkos/containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o [ 92%] Linking CXX static library libkokkoscontainers.a [ 92%] Built target kokkoscontainers Scanning dependencies of target example [ 96%] Building CXX object CMakeFiles/example.dir/cmake_example.cpp.o [100%] Linking CXX executable example [100%] Built target example + ctest --verbose UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6905/example/build_cmake_in_tree/build/DartConfiguration.tcl UpdateCTestConfiguration from :/var/jenkins/workspace/Kokkos_PR-6905/example/build_cmake_in_tree/build/DartConfiguration.tcl Test project /var/jenkins/workspace/Kokkos_PR-6905/example/build_cmake_in_tree/build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: KokkosInTree_Verify 1: Test command: /var/jenkins/workspace/Kokkos_PR-6905/example/build_cmake_in_tree/build/example "10" 1: Test timeout computed to be: 10000000 1: Host Serial Execution Space: 1: KOKKOS_ENABLE_SERIAL: yes 1: 1: Serial Runtime Configuration: 1: Number of even integers from 0 to 9 1: Parallel: 5 0.000012 1: Sequential: 5 0.000000 1/1 Test #1: KokkosInTree_Verify .............. Passed 0.00 sec 100% tests passed, 0 tests failed out of 1 Total Test time (real) = 0.01 sec Post stage [Pipeline] sh + ccache --show-stats cache directory /tmp/ccache primary config /tmp/ccache/ccache.conf secondary config (readonly) /etc/ccache.conf stats updated Fri Mar 29 03:40:43 2024 stats zeroed Fri Mar 29 02:31:45 2024 cache hit (direct) 49 cache hit (preprocessed) 2 cache miss 684 cache hit rate 6.94 % compiler produced stdout 1 cache file missing 1 cleanups performed 61 files in cache 3201 cache size 4.3 GB max cache size 5.0 GB [Pipeline] } $ docker stop --time=1 5a25a99af8611989fe99b5f3e23d9fa32585e12d8f724d4109a97b34436de9ce $ docker rm -f --volumes 5a25a99af8611989fe99b5f3e23d9fa32585e12d8f724d4109a97b34436de9ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [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