Skip to content
Failed

Console Output

Pull request #5993 updated
17:44:04 Connecting to https://api.github.com using 476720/******
Obtained .jenkins from 77d0e554494757fe26925d1765f22ad04c21b3d9+2e82fdd8716bb21379d5bd9250b19f1dd131e23f (b7d1c26bb8e0850b88013146cd91dce61eaee329)
[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 fetnat05 in /var/jenkins/workspace/Kokkos_PR-5993
[Pipeline] {
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Jenkins ORNL
Fetching changes from the remote Git repository
Fetching without tags
Merging remotes/origin/develop commit 2e82fdd8716bb21379d5bd9250b19f1dd131e23f into PR head commit 77d0e554494757fe26925d1765f22ad04c21b3d9
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-5993/.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/5993/head:refs/remotes/origin/PR-5993 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 77d0e554494757fe26925d1765f22ad04c21b3d9 # timeout=10
Merge succeeded, producing b2ad8e73d423c0e5408b2c7da67dda364e39a8e6
Checking out Revision b2ad8e73d423c0e5408b2c7da67dda364e39a8e6 (PR-5993)
Commit message: "Merge commit '2e82fdd8716bb21379d5bd9250b19f1dd131e23f' 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 2e82fdd8716bb21379d5bd9250b19f1dd131e23f # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b2ad8e73d423c0e5408b2c7da67dda364e39a8e6 # timeout=10
 > git rev-list --no-walk 31ef7764ccd420ff243e576233b5fd456b73413a # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
+ docker build -t 53a9d6291a68dde19c2458d1c9fe58fedcc5d810 -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
 ---> 3cff1c6ff37e
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
 ---> 7bdf7c349518
Step 3/3 : ENV CLANG_FORMAT_EXE=clang-format-8
 ---> Using cache
 ---> 772e74c192c0
Successfully built 772e74c192c0
Successfully tagged 53a9d6291a68dde19c2458d1c9fe58fedcc5d810:latest
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . 53a9d6291a68dde19c2458d1c9fe58fedcc5d810
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
fetnat05 seems to be running inside container 672a946a01b481e2531481fe5c0fe61a88e71fef99a60f4b41185131cbb988e0
$ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache -w /var/jenkins/workspace/Kokkos_PR-5993 --volumes-from 672a946a01b481e2531481fe5c0fe61a88e71fef99a60f4b41185131cbb988e0 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 53a9d6291a68dde19c2458d1c9fe58fedcc5d810 cat
$ docker top b955c1ef42ce8b2511b977963f06a276ccf63e62cb7f775a207c870748cd9771 -eo pid,comm
[Pipeline] {
[Pipeline] sh
+ ./scripts/docker/check_format_cpp.sh
[Pipeline] }
$ docker stop --time=1 b955c1ef42ce8b2511b977963f06a276ccf63e62cb7f775a207c870748cd9771
$ docker rm -f --volumes b955c1ef42ce8b2511b977963f06a276ccf63e62cb7f775a207c870748cd9771
[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
Running on fetnat05 in /var/jenkins/workspace/Kokkos_PR-5993
[Pipeline] node
Running on fetnat03 in /var/jenkins/workspace/Kokkos_PR-5993
Running on waffle03 in /var/jenkins/workspace/Kokkos_PR-5993
[Pipeline] node
[Pipeline] node
Running on padirac11 in /var/jenkins/workspace/Kokkos_PR-5993
[Pipeline] node
Running on fetnat07 in /var/jenkins/workspace/Kokkos_PR-5993
Running on padirac10 in /var/jenkins/workspace/Kokkos_PR-5993
[Pipeline] node
Running on fetnat08 in /var/jenkins/workspace/Kokkos_PR-5993
[Pipeline] node
[Pipeline] node
Running on waffle02 in /var/jenkins/workspace/Kokkos_PR-5993
[Pipeline] node
[Pipeline] node
Running on CpuNode6 in /var/jenkins/workspace/Kokkos_PR-5993
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[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
[Pipeline] checkout
using credential Jenkins ORNL
Fetching changes from the remote Git repository
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
Fetching without tags
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
[Pipeline] checkout
using credential Jenkins ORNL
Running on fetnat06 in /var/jenkins/workspace/Kokkos_PR-5993
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Jenkins ORNL
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
[Pipeline] checkout
Fetching changes from the remote Git repository
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
[Pipeline] checkout
Fetching without tags
using credential Jenkins ORNL
[Pipeline] checkout
Fetching changes from the remote Git repository
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
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
using credential Jenkins ORNL
[Pipeline] {
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Fetching changes from the remote Git repository
Fetching without tags
Fetching without tags
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
Merging remotes/origin/develop commit 2e82fdd8716bb21379d5bd9250b19f1dd131e23f into PR head commit 77d0e554494757fe26925d1765f22ad04c21b3d9
Merge succeeded, producing affd0c210ed5e09f4119d2efa960ab39dcf0007e
Checking out Revision affd0c210ed5e09f4119d2efa960ab39dcf0007e (PR-5993)
Cloning repository https://github.com/kokkos/kokkos.git
 > git init /var/jenkins/workspace/Kokkos_PR-5993 # 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/5993/head:refs/remotes/origin/PR-5993 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
Commit message: "Merge commit '2e82fdd8716bb21379d5bd9250b19f1dd131e23f' into HEAD"
First time build. Skipping changelog.
Merging remotes/origin/develop commit 2e82fdd8716bb21379d5bd9250b19f1dd131e23f into PR head commit 77d0e554494757fe26925d1765f22ad04c21b3d9
Merging remotes/origin/develop commit 2e82fdd8716bb21379d5bd9250b19f1dd131e23f into PR head commit 77d0e554494757fe26925d1765f22ad04c21b3d9
Merge succeeded, producing 0b21f4caaaa149a7d7366c3292e43f329064ee16
Checking out Revision 0b21f4caaaa149a7d7366c3292e43f329064ee16 (PR-5993)
Commit message: "Merge commit '2e82fdd8716bb21379d5bd9250b19f1dd131e23f' into HEAD"
First time build. Skipping changelog.
using credential Jenkins ORNL
Fetching changes from the remote Git repository
Merge succeeded, producing 7088436703c026dbaab58e5aa49a4befcdc0537d
Checking out Revision 7088436703c026dbaab58e5aa49a4befcdc0537d (PR-5993)
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-5993/.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/5993/head:refs/remotes/origin/PR-5993 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 77d0e554494757fe26925d1765f22ad04c21b3d9 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 2e82fdd8716bb21379d5bd9250b19f1dd131e23f # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f affd0c210ed5e09f4119d2efa960ab39dcf0007e # timeout=10
 > git rev-list --no-walk 31ef7764ccd420ff243e576233b5fd456b73413a # timeout=10
Cloning repository https://github.com/kokkos/kokkos.git
 > git init /var/jenkins/workspace/Kokkos_PR-5993 # 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/5993/head:refs/remotes/origin/PR-5993 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
Commit message: "Merge commit '2e82fdd8716bb21379d5bd9250b19f1dd131e23f' into HEAD"
First time build. Skipping changelog.
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-5993/.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/5993/head:refs/remotes/origin/PR-5993 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-5993/.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.25.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/5993/head:refs/remotes/origin/PR-5993 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 77d0e554494757fe26925d1765f22ad04c21b3d9 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 2e82fdd8716bb21379d5bd9250b19f1dd131e23f # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7088436703c026dbaab58e5aa49a4befcdc0537d # timeout=10
 > git rev-list --no-walk 31ef7764ccd420ff243e576233b5fd456b73413a # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
Cloning repository https://github.com/kokkos/kokkos.git
 > git init /var/jenkins/workspace/Kokkos_PR-5993 # 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/5993/head:refs/remotes/origin/PR-5993 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
[Pipeline] sh
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-5993/.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/5993/head:refs/remotes/origin/PR-5993 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 77d0e554494757fe26925d1765f22ad04c21b3d9 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 2e82fdd8716bb21379d5bd9250b19f1dd131e23f # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0b21f4caaaa149a7d7366c3292e43f329064ee16 # timeout=10
 > git rev-list --no-walk 31ef7764ccd420ff243e576233b5fd456b73413a # timeout=10
[Pipeline] withEnv
[Pipeline] {
Fetching without tags
[Pipeline] isUnix
[Pipeline] readFile
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-5993/.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.25.1'
using GIT_ASKPASS to set credentials 
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
+ docker build -t 4757cca33c9a48331b6e4e56a68a7a099815df55 -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*
[Pipeline] sh
+ docker build -t a96fe6151ab2c1091190568facf4e6293dd1176b -f scripts/docker/Dockerfile.gcc scripts/docker
#1 [internal] load build definition from Dockerfile.gcc
#1 sha256:55be8583aa822a91d3a7fce63f7d314f417a482ee0d5557ebc1c65b321c67ae1
#1 transferring dockerfile: 1.75kB done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:a7cec150d882678294a6812ae3e9d62821bd4e965707c53d7a33273081df3ded
#2 transferring context: 2B 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

#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

#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

#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:8abcdc0db8f76e4b1a4b137480d289c5734a04c26e99e884f49b703e7cc01f0b
#9 exporting layers done
#9 writing image sha256:f9c5dddef3c8ce1efff515783e4cb3c4a8978ab37e0e9f91665fb8a2170f00f2 done
#9 naming to docker.io/library/a96fe6151ab2c1091190568facf4e6293dd1176b:latest done
#9 DONE 0.0s
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
 ---> Using cache
 ---> ed9691c173ad
Step 7/7 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> e52dba42e05f
Successfully built e52dba42e05f
using credential Jenkins ORNL
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
+ docker build -t 1057fc8965ede2a9cb8646029ef7c310b149b3ad --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:9811909427f3731243745d60bc5fcc3d9aa23470d8510e0ac33f73fb9a1d0ef5
#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
Merging remotes/origin/develop commit 2e82fdd8716bb21379d5bd9250b19f1dd131e23f into PR head commit 77d0e554494757fe26925d1765f22ad04c21b3d9
Merging remotes/origin/develop commit 2e82fdd8716bb21379d5bd9250b19f1dd131e23f into PR head commit 77d0e554494757fe26925d1765f22ad04c21b3d9
Merge succeeded, producing a46e30429c1f1446f374a09a88e9e2059b0d4ec6
Checking out Revision a46e30429c1f1446f374a09a88e9e2059b0d4ec6 (PR-5993)
+ docker inspect -f . a96fe6151ab2c1091190568facf4e6293dd1176b
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
using credential Jenkins ORNL
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Commit message: "Merge commit '2e82fdd8716bb21379d5bd9250b19f1dd131e23f' into HEAD"
Successfully tagged 4757cca33c9a48331b6e4e56a68a7a099815df55:latest
First time build. Skipping changelog.
CpuNode6 seems to be running inside container 000334f31f8629b8eaeb6326227b7cf88da75374aa5f2bd4a8e8ac57be811226
$ docker run -t -d -u 0:0 -w /var/jenkins/workspace/Kokkos_PR-5993 --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 ******** -e ******** -e ******** a96fe6151ab2c1091190568facf4e6293dd1176b cat
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 77d0e554494757fe26925d1765f22ad04c21b3d9 # timeout=10
$ docker top 444b1df6b9c5c64028a7b4ae77a5dae8650c2db34c1116c60308daffe36620d2 -eo pid,comm
Cloning repository https://github.com/kokkos/kokkos.git
 > git init /var/jenkins/workspace/Kokkos_PR-5993 # 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/5993/head:refs/remotes/origin/PR-5993 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
#2 DONE 0.4s

#3 [internal] load .dockerignore
#3 sha256:8d1a3589a16d289f945cf24e0daa9e14cc5f966aff063b4385b959309846052a
#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

#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

#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

#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:b44d1c13f37e367ed256803deb3969f1cf7a6a59bf0d6cd6af3e0e16de034c8b
#8 exporting layers done
#8 writing image sha256:f97c3b6bffce83c6b83e0e575c1653ea97e8bfed890fc60c537e7e50280f4822 done
#8 naming to docker.io/library/1057fc8965ede2a9cb8646029ef7c310b149b3ad:latest done
#8 DONE 0.0s
[Pipeline] {
 > git fetch --no-tags --force --progress -- https://github.com/kokkos/kokkos.git +refs/pull/5993/head:refs/remotes/origin/PR-5993 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 77d0e554494757fe26925d1765f22ad04c21b3d9 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 2e82fdd8716bb21379d5bd9250b19f1dd131e23f # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a46e30429c1f1446f374a09a88e9e2059b0d4ec6 # timeout=10
 > git rev-list --no-walk 31ef7764ccd420ff243e576233b5fd456b73413a # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[Pipeline] sh
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
Cloning repository https://github.com/kokkos/kokkos.git
 > git init /var/jenkins/workspace/Kokkos_PR-5993 # 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/5993/head:refs/remotes/origin/PR-5993 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
Merge succeeded, producing 8bff73d9492b6d4fab8d79896505ad3d2f1184e9
Checking out Revision 8bff73d9492b6d4fab8d79896505ad3d2f1184e9 (PR-5993)
[Pipeline] sh
Commit message: "Merge commit '2e82fdd8716bb21379d5bd9250b19f1dd131e23f' into HEAD"
First time build. Skipping changelog.
+ docker inspect -f . 4757cca33c9a48331b6e4e56a68a7a099815df55
.
+ docker inspect -f . 1057fc8965ede2a9cb8646029ef7c310b149b3ad
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
fetnat05 seems to be running inside container 672a946a01b481e2531481fe5c0fe61a88e71fef99a60f4b41185131cbb988e0
+ docker build -t 62f3c79b67459c6c23ac588779350f5ffa1244a2 --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:d758e14bcd99e2e87fdd6877d59b04f4f74fcd42681ab2f988e230d44866caa3
#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
#2 DONE 0.1s

#3 [internal] load .dockerignore
#3 sha256:2d50642cb88ba46494256790b652a2f8c93be218495d252c6431e44ed469e3e0
#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:434cb3659f7cc920664916743642682c535ca57059feb9806a884508bbb10dd2
#8 exporting layers done
#8 writing image sha256:0ee0885998ca54715e5c55755bbef9da1b6061c23b8733531b3e598f95e6eb92 done
#8 naming to docker.io/library/62f3c79b67459c6c23ac588779350f5ffa1244a2:latest done
#8 DONE 0.0s
+ 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
$ 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-5993 --volumes-from 672a946a01b481e2531481fe5c0fe61a88e71fef99a60f4b41185131cbb988e0 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 4757cca33c9a48331b6e4e56a68a7a099815df55 cat
-- 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-5993/build/generated/Kokkos_Version_Info.cpp
-- Using -std=gnu++17 for C++17 extensions as feature
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 2e82fdd8716bb21379d5bd9250b19f1dd131e23f # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8bff73d9492b6d4fab8d79896505ad3d2f1184e9 # timeout=10
 > git rev-list --no-walk 31ef7764ccd420ff243e576233b5fd456b73413a # timeout=10
-- 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
-- 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
-- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) 
-- No installed google benchmark found, fetching from GitHub
Fetching without tags
Merging remotes/origin/develop commit 2e82fdd8716bb21379d5bd9250b19f1dd131e23f into PR head commit 77d0e554494757fe26925d1765f22ad04c21b3d9
-- [benchmark] Failed to find LLVM FileCheck
-- [benchmark] Found Git: /usr/bin/git (found version "2.25.1") 
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/5993/head:refs/remotes/origin/PR-5993 # 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/5993/head:refs/remotes/origin/PR-5993 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 77d0e554494757fe26925d1765f22ad04c21b3d9 # timeout=10
-- [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
-- [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
Merge succeeded, producing c2e2a0ef645ac0a5604122aff22232f525950764
Checking out Revision c2e2a0ef645ac0a5604122aff22232f525950764 (PR-5993)
-- [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
-- [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
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 2e82fdd8716bb21379d5bd9250b19f1dd131e23f # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c2e2a0ef645ac0a5604122aff22232f525950764 # timeout=10
-- [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  
-- Sources TestOpenMP.cpp
-- Kokkos Backends: OPENMP;SERIAL
-- Configuring done
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-5993/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
[  0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o
Scanning dependencies of target kokkos_gtest
[  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%] Built target AlwaysCheckGit
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
[  2%] Linking CXX static library libkokkossimd.a
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
$ docker top 0979185537e02d2ec73cc094e39ecfdf0d6bf90d89aedfc1ed51c0a28007f695 -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] }
Scanning dependencies of target kokkoscore
[  2%] Built target kokkossimd
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
Scanning dependencies of target impl_git_version
[  2%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[Pipeline] // withEnv
[Pipeline] withDockerContainer
padirac11 seems to be running inside container 13e056e01a5d53f10b3d8cb21da8ffd92654cf22e6eeee8cf323a7eab7f623ce
Commit message: "Merge commit '2e82fdd8716bb21379d5bd9250b19f1dd131e23f' into HEAD"
First time build. Skipping changelog.
$ 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-5993 --volumes-from 13e056e01a5d53f10b3d8cb21da8ffd92654cf22e6eeee8cf323a7eab7f623ce -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 1057fc8965ede2a9cb8646029ef7c310b149b3ad cat
 > git rev-list --no-walk 31ef7764ccd420ff243e576233b5fd456b73413a # timeout=10
[  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
$ docker top f6b0bb27874c42aa740be47147b281d9cfc53101127961b925d12caf1563104d -eo pid,comm
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
[  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
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
+ docker inspect -f . 62f3c79b67459c6c23ac588779350f5ffa1244a2
.
+ ccache --zero-stats
Statistics zeroed
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o
+ docker build -t 4757cca33c9a48331b6e4e56a68a7a099815df55 -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 4757cca33c9a48331b6e4e56a68a7a099815df55:latest
[Pipeline] sh
[Pipeline] }
[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-5993 --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 ******** -e ******** -e ******** 62f3c79b67459c6c23ac588779350f5ffa1244a2 cat
+ docker build -t 178d125769cd312e9ea6070d5b8f45624551e5c4 -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
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
+ 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
+ rm -rf build
 ---> 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 178d125769cd312e9ea6070d5b8f45624551e5c4:latest
Fetching without tags
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/5993/head:refs/remotes/origin/PR-5993 # 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/5993/head:refs/remotes/origin/PR-5993 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
$ docker top 0cd6c99565e504cdca75509e3efa359716b9b94dcae1601c43ab5e11a0137e5b -eo pid,comm
[Pipeline] {
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[Pipeline] sh
Merging remotes/origin/develop commit 2e82fdd8716bb21379d5bd9250b19f1dd131e23f into PR head commit 77d0e554494757fe26925d1765f22ad04c21b3d9
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
+ docker inspect -f . 4757cca33c9a48331b6e4e56a68a7a099815df55
.
[Pipeline] }
+ docker inspect -f . 178d125769cd312e9ea6070d5b8f45624551e5c4
.
[Pipeline] // withEnv
[Pipeline] withDockerContainer
+ ccache --zero-stats
Statistics zeroed
fetnat03 seems to be running inside container a72731efb187f46635d7fcf29d85b5c9e460d5c22ab89958abc10fed1e018afa
$ docker run -t -d -u 0:0 --env NVIDIA_VISIBLE_DEVICES=$NVIDIA_VISIBLE_DEVICES -w /var/jenkins/workspace/Kokkos_PR-5993 --volumes-from a72731efb187f46635d7fcf29d85b5c9e460d5c22ab89958abc10fed1e018afa -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 4757cca33c9a48331b6e4e56a68a7a099815df55 cat
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
-- The CXX compiler identification is Clang 16.0.0
-- Check for working CXX compiler: /opt/rocm/bin/hipcc
Merge succeeded, producing 6b175721d828cb957997371b5b69e8d8eb98360a
Checking out Revision 6b175721d828cb957997371b5b69e8d8eb98360a (PR-5993)
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o
Commit message: "Merge commit '2e82fdd8716bb21379d5bd9250b19f1dd131e23f' into HEAD"
First time build. Skipping changelog.
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 77d0e554494757fe26925d1765f22ad04c21b3d9 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 2e82fdd8716bb21379d5bd9250b19f1dd131e23f # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6b175721d828cb957997371b5b69e8d8eb98360a # timeout=10
 > git rev-list --no-walk 31ef7764ccd420ff243e576233b5fd456b73413a # timeout=10
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.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
-- Check for working CXX compiler: /opt/rocm/bin/hipcc -- works
-- Detecting CXX compiler ABI info
[  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 core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.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
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
-- 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
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
+ mkdir -p build
Fetching without tags
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
+ 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 ..
Still waiting to schedule task
Waiting for next available executor on ‘nvidia-docker[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
Merging remotes/origin/develop commit 2e82fdd8716bb21379d5bd9250b19f1dd131e23f into PR head commit 77d0e554494757fe26925d1765f22ad04c21b3d9
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
-- Setting default Kokkos CXX standard to 17
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[  5%] Linking CXX static library libbenchmark.a
[  5%] Built target benchmark
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
Merge succeeded, producing f364fcc65bc96a70ed3a17891e5f30c7666e8073
Checking out Revision f364fcc65bc96a70ed3a17891e5f30c7666e8073 (PR-5993)
Commit message: "Merge commit '2e82fdd8716bb21379d5bd9250b19f1dd131e23f' into HEAD"
First time build. Skipping changelog.
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/5993/head:refs/remotes/origin/PR-5993 # 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/5993/head:refs/remotes/origin/PR-5993 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 77d0e554494757fe26925d1765f22ad04c21b3d9 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 2e82fdd8716bb21379d5bd9250b19f1dd131e23f # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f364fcc65bc96a70ed3a17891e5f30c7666e8073 # timeout=10
 > git rev-list --no-walk 31ef7764ccd420ff243e576233b5fd456b73413a # timeout=10
$ docker top 0a670968f4bb2ce941ce9effe6568a38d34012a1b2d1acf1654065f81da2b010 -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] sh
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o
[Pipeline] // withEnv
[Pipeline] withDockerContainer
waffle03 seems to be running inside container bf46c7fb29181f4c351c4ae7a94cec4ae2435125f11e128cc828b0229bd51391
$ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache -w /var/jenkins/workspace/Kokkos_PR-5993 --volumes-from bf46c7fb29181f4c351c4ae7a94cec4ae2435125f11e128cc828b0229bd51391 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 178d125769cd312e9ea6070d5b8f45624551e5c4 cat
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Task.cpp.o
+ echo /opt/rocm/llvm/lib
+ ldconfig
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o
Scanning dependencies of target benchmark_main
[  6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
-- The CXX compiler identification is NVHPC 23.7.0
[  6%] Linking CXX static library libbenchmark_main.a
[  6%] Built target benchmark_main
-- 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-5993/build/generated/Kokkos_Version_Info.cpp
-- Using --c++17 for C++17 standard as feature
[  6%] Linking CXX static library libkokkoscore.a
[  6%] Built target kokkoscore
Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads
Scanning dependencies of target kokkoscontainers
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
[  6%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
-- 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
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
[  7%] Linking CXX static library libkokkos_gtest.a
[  7%] Built target kokkos_gtest
[  7%] Linking CXX static library libkokkoscontainers.a
[  7%] Built target kokkoscontainers
-- SIMD: AVX512 detected
Scanning dependencies of target Kokkos_CoreUnitTest_OpenMPGraph
Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHook
Scanning dependencies of target Kokkos_CoreUnitTest_LegionInitialization
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_LegionInitialization.dir/UnitTestMain.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
[  9%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
Scanning dependencies of target Kokkos_CoreUnitTest_Default
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 10%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
Scanning dependencies of target Kokkos_CoreUnitTest_OpenMPInterOp
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Serial1
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
Scanning dependencies of target Kokkos_CoreUnitTest_OpenMP
-- 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
-- Looking for pthread_create in pthread - not found
-- Check if compiler accepts -pthread
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE  
-- hip::amdhip64 is SHARED_LIBRARY
-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS
[ 11%] Built target Kokkos_CoreUnitTest_PushFinalizeHook
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/serial/TestSerial_Graph.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Serial2
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPGraph.dir/openmp/TestOpenMP_Graph.cpp.o
-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o
-- Using internal desul_atomics copy
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o
-- Found Python3: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter 
-- No installed google benchmark found, fetching from GitHub
-- [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
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o
$ docker top 57b0ad992be8c11bffa6983b6096f24950023d685a310a8dd9b4a80911686098 -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] {
-- [benchmark] Looking for shm_open in rt - found
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp
[ 12%] Built target Kokkos_CoreUnitTest_OpenMPInterOp
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
[Pipeline] sh
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[ 12%] Built target Kokkos_CoreUnitTest_LegionInitialization
+ 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
+ ccache --zero-stats
Statistics zeroed
[Pipeline] sh
Fetching without tags
+ docker build -t 288f6fbacc857ec4e1e97f5d95944b53f4e3e8fe -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
 ---> ef1221fc225e
Step 4/14 : ARG NPROC=8
 ---> Using cache
 ---> adb2e887dccb
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
 ---> 1efcf50ea61a
Step 6/14 : ARG CMAKE_VERSION=3.27.7
 ---> Using cache
 ---> 3ecb59aa0cf4
Step 7/14 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> a99481a95abd
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
 ---> 40af0e05140c
Step 9/14 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> 4864dcf16561
Step 10/14 : ARG LLVM_VERSION=llvmorg-17.0.3
 ---> Using cache
 ---> 00252cb2e16d
Step 11/14 : ENV LLVM_DIR=/opt/llvm
 ---> Using cache
 ---> 434a1411b785
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
 ---> 40924e2a1f9b
Step 13/14 : ENV PATH=${LLVM_DIR}/bin:$PATH
 ---> Using cache
 ---> da1437c1f86f
Step 14/14 : ENV LD_LIBRARY_PATH=${LLVM_DIR}/lib:$LD_LIBRARY_PATH
 ---> Using cache
 ---> 378f45822ed8
Successfully built 378f45822ed8
Successfully tagged 288f6fbacc857ec4e1e97f5d95944b53f4e3e8fe:latest
+ 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] isUnix
+ docker build -t ae54b087b2a06a2aa09e96c0ca94a9e44b63d2d8 --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
 ---> e8c10daa77d7
Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
 ---> Using cache
 ---> 02c9b9f85c1e
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
 ---> be8f874a52eb
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
 ---> 344b414902da
Step 7/10 : ARG CMAKE_VERSION=3.16.8
 ---> Using cache
 ---> f9dcd96439c5
Step 8/10 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> eaa4fb3316a1
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
 ---> 4f9d14d2f4ff
Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> 52f989fd5c9a
Successfully built 52f989fd5c9a
Successfully tagged ae54b087b2a06a2aa09e96c0ca94a9e44b63d2d8:latest
[Pipeline] withEnv
[Pipeline] {
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o
Scanning dependencies of target Kokkos_CoreTestCompileOnly
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[Pipeline] sh
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA
+ rm -rf build
-- Looking for a CUDA compiler - /opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin/nvcc
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
+ docker inspect -f . 288f6fbacc857ec4e1e97f5d95944b53f4e3e8fe
.
[Pipeline] }
[Pipeline] // withEnv
+ docker inspect -f . ae54b087b2a06a2aa09e96c0ca94a9e44b63d2d8
.
Merging remotes/origin/develop commit 2e82fdd8716bb21379d5bd9250b19f1dd131e23f into PR head commit 77d0e554494757fe26925d1765f22ad04c21b3d9
[Pipeline] withDockerContainer
fetnat07 seems to be running inside container bfa014185456acfb44c6df26f64418adcbf634b3afec695e2417a69273aa4e5b
$ 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-5993 --volumes-from bfa014185456acfb44c6df26f64418adcbf634b3afec695e2417a69273aa4e5b -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 288f6fbacc857ec4e1e97f5d95944b53f4e3e8fe cat
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 12%] Linking CXX executable Kokkos_push_finalize_hook_terminate
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o
[ 12%] Built target Kokkos_push_finalize_hook_terminate
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW
Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
-- The CXX compiler identification is Clang 14.0.0
-- Check for working CXX compiler: /opt/rocm/bin/hipcc
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/5993/head:refs/remotes/origin/PR-5993 # 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/5993/head:refs/remotes/origin/PR-5993 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 77d0e554494757fe26925d1765f22ad04c21b3d9 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 2e82fdd8716bb21379d5bd9250b19f1dd131e23f # timeout=10
Merge succeeded, producing 9356971d631cf3c2927ab348f94e0496936dee31
Checking out Revision 9356971d631cf3c2927ab348f94e0496936dee31 (PR-5993)
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
Commit message: "Merge commit '2e82fdd8716bb21379d5bd9250b19f1dd131e23f' into HEAD"
First time build. Skipping changelog.
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
Fetching without tags
-- Check for working CXX compiler: /opt/rocm/bin/hipcc -- works
-- Detecting CXX compiler ABI info
Merging remotes/origin/develop commit 2e82fdd8716bb21379d5bd9250b19f1dd131e23f into PR head commit 77d0e554494757fe26925d1765f22ad04c21b3d9
-- 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
-- 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-5993/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
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR
Merge succeeded, producing 52917f9ca5581555463647187394f1df304e8b8b
Checking out Revision 52917f9ca5581555463647187394f1df304e8b8b (PR-5993)
-- 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
-- The CUDA compiler identification is NVIDIA 12.2.91
-- Detecting CUDA compiler ABI info
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9356971d631cf3c2927ab348f94e0496936dee31 # timeout=10
 > git rev-list --no-walk 31ef7764ccd420ff243e576233b5fd456b73413a # timeout=10
-- Compiler Version: 5.2.21151
-- Using -std=gnu++17 for C++17 extensions as feature
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE
 > git config remote.origin.url https://github.com/kokkos/kokkos.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/5993/head:refs/remotes/origin/PR-5993 # 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/5993/head:refs/remotes/origin/PR-5993 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 77d0e554494757fe26925d1765f22ad04c21b3d9 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 2e82fdd8716bb21379d5bd9250b19f1dd131e23f # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 52917f9ca5581555463647187394f1df304e8b8b # timeout=10
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC
-- Detecting CUDA compiler ABI info - done
-- 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
[ 13%] Linking CXX executable Kokkos_CoreUnitTest_SerialGraph
-- 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
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[ 14%] Built target Kokkos_CoreUnitTest_SerialGraph
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o
Commit message: "Merge commit '2e82fdd8716bb21379d5bd9250b19f1dd131e23f' into HEAD"
First time build. Skipping changelog.
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
[ 14%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPGraph
[ 14%] Built target Kokkos_CoreUnitTest_OpenMPGraph
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
-- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) 
-- Kokkos Backends: SERIAL;OPENACC
-- Configuring done
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-5993/build
+ make -j8
[  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/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
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
-- 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
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Found TPLCUDA: TRUE  
-- Found TPLLIBDL: /usr/include  
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
-- Found OpenMP_CXX: -mp  
-- Found OpenMP: TRUE   
-- Using internal desul_atomics copy
-- Experimental mdspan support is enabled
-- Looking for C++ include experimental/mdspan
 > git rev-list --no-walk 31ef7764ccd420ff243e576233b5fd456b73413a # timeout=10
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[  1%] Built target AlwaysCheckGit
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED
[  2%] Linking CXX static library libkokkossimd.a
$ docker top b5d67c0f54c916be5d01b0e47684fa9bfcc7d32fb41b4c45aea8bdc437d8788f -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] {
[  2%] Built target kokkossimd
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
+ 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
-- 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
-- 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  
-- Looking for C++ include pthread.h
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- 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-5993/core/src/../../tpls/mdspan/include
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withDockerContainer
waffle02 seems to be running inside container fef615b3d718b370e2359341c6dedf350937fba92c18d4b1f9e6b2ed87209ef4
$ 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-5993 --volumes-from fef615b3d718b370e2359341c6dedf350937fba92c18d4b1f9e6b2ed87209ef4 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ae54b087b2a06a2aa09e96c0ca94a9e44b63d2d8 cat
-- The project name is: Kokkos
-- Using internal gtest for testing
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
[  2%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
-- Configured git information in /var/jenkins/workspace/Kokkos_PR-5993/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
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
[ 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_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654
-- Found Threads: TRUE  
-- hip::amdhip64 is SHARED_LIBRARY
-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
[ 15%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 15%] Built target Kokkos_CoreTestCompileOnly
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success
-- [benchmark] Enabling additional flags: -DINCLUDE_DIRECTORIES=/var/jenkins/workspace/Kokkos_PR-5993/build/_deps/googlebenchmark-src/include
-- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
-- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) 
-- Sources TestOpenMP.cpp
-- Sources TestCuda.cpp
-- Kokkos Backends: OPENMP;CUDA
-- Configuring done
[  2%] Linking CXX shared library libkokkosprinter-tool.so
-- SIMD: AVX2 detected
-- Looking for SYCL_EXT_ONEAPI_DEVICE_GLOBAL
-- 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
[  2%] Linking CXX static library libimpl_git_version.a
[  2%] Built target kokkosprinter-tool
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
-- Looking for C++ include oneapi/dpl/algorithm - not found
-- Performing Test KOKKOS_NO_TBB_CONFLICT
-- Performing Test KOKKOS_NO_TBB_CONFLICT - Failed
-- oneDPL: ONEDPL_PAR_BACKEND=tbb, disable OpenMP backend
-- Performing Test _fsycl_option
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-5993/build
+ make -j8
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.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/kokkosprinter-tool.dir/tools/printing-tool.cpp.o
[  0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[  1%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o
-- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE
[  3%] Built target impl_git_version
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
-- Performing Test _fsycl_option - Failed
-- oneDPL: -fsycl is not supported by current compiler, set ONEDPL_USE_DPCPP_BACKEND=0
-- Using internal desul_atomics copy
[  1%] Built target AlwaysCheckGit
-- Found OpenMP_CXX: -fopenmp=libomp  
-- Found OpenMP: TRUE   
-- Using internal desul_atomics copy
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
-- Found Python3: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter 
-- No installed google benchmark found, fetching from GitHub
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[  2%] Linking CXX static library libkokkossimd.a
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success
-- [benchmark] Compiling and running to test HAVE_STD_REGEX
-- [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
[  2%] Built target kokkossimd
-- Found Python3: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter 
-- No installed google benchmark found, fetching from GitHub
[  2%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
-- [benchmark] Looking for shm_open in rt - found
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
-- [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 - not found
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Failed
-- [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_WEXTRA - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Failed
-- [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 - Failed
-- [benchmark] Compiling and running to test HAVE_STD_REGEX
[  2%] Linking CXX shared library libkokkosprinter-tool.so
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[  3%] Linking CXX static library libimpl_git_version.a
[  3%] Built target kokkosprinter-tool
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[  3%] Built target impl_git_version
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.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
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR
-- [benchmark] Performing Test HAVE_POSIX_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK
-- [benchmark] Performing Test HAVE_STD_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
-- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
-- [benchmark] Compiling and running to test HAVE_POSIX_REGEX
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE
-- [benchmark] Performing Test HAVE_POSIX_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK
$ docker top 0e17296392eb6142bb134abecba870b94e509fe9c7166f6aa39388997544b6ea -eo pid,comm
[Pipeline] {
-- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success
CMake Error at /opt/cmake/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find Threads (missing: Threads_FOUND)
Call Stack (most recent call first):
  /opt/cmake/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  /opt/cmake/share/cmake-3.23/Modules/FindThreads.cmake:238 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  build/_deps/googlebenchmark-src/CMakeLists.txt:322 (find_package)


-- Configuring incomplete, errors occurred!
See also "/var/jenkins/workspace/Kokkos_PR-5993/build/CMakeFiles/CMakeOutput.log".
See also "/var/jenkins/workspace/Kokkos_PR-5993/build/CMakeFiles/CMakeError.log".
-- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success
-- Sources TestHIP.cpp
-- Kokkos Backends: SERIAL;HIP
-- Configuring done
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-5993/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 impl_git_version
Scanning dependencies of target benchmark
[  0%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[  0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.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.cc.o
Scanning dependencies of target kokkoscore
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] isUnix
[Pipeline] readFile
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
Post stage
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC
[Pipeline] sh
+ docker build -t 6b1325bc757fb39bfc65c7f3945f95864da3ab40 -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
 ---> 8ce416d7e341
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
 ---> a4a452ad5dda
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
 ---> 40e25fbfb3b3
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
 ---> b57d6848f1f0
Step 6/13 : ARG CMAKE_VERSION=3.16.8
 ---> Using cache
 ---> 147fae27e10e
Step 7/13 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> 802c30456a56
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
 ---> 9ada8105dde9
Step 9/13 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> 9810b50fdca9
Step 10/13 : ARG NPROC=8
 ---> Using cache
 ---> 19bf90b94f61
Step 11/13 : ENV LLVM_DIR=/opt/llvm
 ---> Using cache
 ---> ea4b883505fb
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
 ---> 659e15c845e7
Step 13/13 : ENV PATH=${LLVM_DIR}/bin:$PATH
 ---> Using cache
 ---> 3d70003689d2
Successfully built 3d70003689d2
+ ccache --zero-stats
Statistics zeroed
[Pipeline] sh
+ ccache --show-stats
Summary:
  Hits:               0 /    0
    Direct:           0 /    0
    Preprocessed:     0 /    0
  Misses:             0
    Direct:           0
    Preprocessed:     0
Primary storage:
  Hits:               0 /    0
  Misses:             0
  Cache size (GB): 4.36 / 5.00 (87.27 %)

Use the -v/--verbose option for more details.
[Pipeline] }
$ docker stop --time=1 57b0ad992be8c11bffa6983b6096f24950023d685a310a8dd9b4a80911686098
+ docker build -t 437d7cbed590f8a87a22d9b7e8bd287c6735fa73 --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
 ---> e0cab4b198a5
Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
 ---> Using cache
 ---> 11830f715b9e
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
 ---> 63555e32489c
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
 ---> 2de6f60e8e94
Step 7/10 : ARG CMAKE_VERSION=3.16.8
 ---> Using cache
 ---> 7ed998178c14
Step 8/10 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> 116e9dae3819
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
 ---> 8a9fea8d0d8f
Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> 386224c99f46
Successfully built 386224c99f46
Successfully tagged 437d7cbed590f8a87a22d9b7e8bd287c6735fa73:latest
+ ccache --zero-stats
Statistics cleared
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC.cpp.o
Successfully tagged 6b1325bc757fb39bfc65c7f3945f95864da3ab40:latest
+ 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 ..
-- Setting default Kokkos CXX standard to 17
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACCSpace.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
[  1%] Linking CXX static library libimpl_git_version.a
[  2%] Linking CXX static library libkokkossimd.a
[  2%] Built target impl_git_version
[  2%] Built target kokkossimd
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
[  3%] Linking CXX shared library libkokkosprinter-tool.so
[  3%] Built target kokkosprinter-tool
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
$ docker rm -f --volumes 57b0ad992be8c11bffa6983b6096f24950023d685a310a8dd9b4a80911686098
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
-- The CXX compiler identification is Clang 17.0.3
-- Detecting CXX compiler ABI info
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] sh
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] isUnix
Running on waffle03 in /var/jenkins/workspace/Kokkos_PR-5993
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
-- 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
[Pipeline] // node
[Pipeline] }
[Pipeline] sh
[Pipeline] sh
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
+ 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-5993/build/../install ..
-- Setting default Kokkos CXX standard to 17
[Pipeline] // stage
[Pipeline] }
Failed in branch SYCL-OneAPI
[Pipeline] {
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Jenkins ORNL
Fetching changes from the remote Git repository
Fetching without tags
+ docker inspect -f . 6b1325bc757fb39bfc65c7f3945f95864da3ab40
.
[Pipeline] }
+ docker inspect -f . 437d7cbed590f8a87a22d9b7e8bd287c6735fa73
.
[Pipeline] // withEnv
[Pipeline] withDockerContainer
fetnat08 seems to be running inside container ed2c660221ff7829fec36c307d1ecca218efea824ba838c26289c97547e691d3
[  3%] 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-5993 --volumes-from ed2c660221ff7829fec36c307d1ecca218efea824ba838c26289c97547e691d3 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 6b1325bc757fb39bfc65c7f3945f95864da3ab40 cat
-- The project name is: Kokkos
-- Using internal gtest for testing
-- Configured git information in /var/jenkins/workspace/Kokkos_PR-5993/build/generated/Kokkos_Version_Info.cpp
-- The CXX compiler identification is GNU 8.4.0
-- Check for working CXX compiler: /usr/bin/g++-8
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
Merging remotes/origin/develop commit 2e82fdd8716bb21379d5bd9250b19f1dd131e23f into PR head commit 77d0e554494757fe26925d1765f22ad04c21b3d9
-- 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
Merge succeeded, producing 3331c1f8b29b180de61ae0bd8e90454659868470
Checking out Revision 3331c1f8b29b180de61ae0bd8e90454659868470 (PR-5993)
-- Check for working CXX compiler: /usr/bin/g++-8 - 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
Commit message: "Merge commit '2e82fdd8716bb21379d5bd9250b19f1dd131e23f' into HEAD"
First time build. Skipping changelog.
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
-- Compiler Version: 11.0.221
-- kokkos_launch_compiler (/var/jenkins/workspace/Kokkos_PR-5993/bin/kokkos_launch_compiler) is enabled...
-- 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:182 (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
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/Kokkos_PR-5993/.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/5993/head:refs/remotes/origin/PR-5993 +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 77d0e554494757fe26925d1765f22ad04c21b3d9 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge 2e82fdd8716bb21379d5bd9250b19f1dd131e23f # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3331c1f8b29b180de61ae0bd8e90454659868470 # timeout=10
 > git rev-list --no-walk 31ef7764ccd420ff243e576233b5fd456b73413a # timeout=10
-- 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
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
-- SIMD: AVX2 detected
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC_Instance.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.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
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED
-- CUDA auto-detection of architecture failed with /usr/bin/g++-8. Enabling CUDA language ONLY to auto-detect architecture...
-- Looking for a CUDA compiler
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC_SharedAllocationRecord.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
-- Found Python3: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter 
-- No installed google benchmark found, fetching from GitHub
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
-- [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_WSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 16%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.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
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o
[ 16%] Built target Kokkos_CoreUnitTest_KokkosP
-- [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
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o
Scanning dependencies of target Kokkos_IncrementalTest_OPENMP
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.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
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o
-- [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
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o
-- [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_WTHREAD_SAFETY - Success
-- [benchmark] Enabling additional flags: -DINCLUDE_DIRECTORIES=/var/jenkins/workspace/Kokkos_PR-5993/build/_deps/googlebenchmark-src/include
-- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES
-- [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
-- Looking for a CUDA compiler - /usr/local/cuda/bin/nvcc
-- [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
[  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
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
-- The CUDA compiler identification is NVIDIA 11.0.221
-- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc
-- [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-5993/build/_deps/googlebenchmark-src/include
-- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES
$ docker top d2ee727db609e0685d604333fb1776b783345ffd0dfea68fdef3ed5263ebe02e -eo pid,comm
[Pipeline] {
[Pipeline] }
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o
-- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - works
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
-- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE
-- Detecting CUDA compiler ABI info
[Pipeline] // withEnv
[Pipeline] withDockerContainer
fetnat06 seems to be running inside container f8938e798033c7823b43fd575768e485783d8d37030a609f12d5662a37cfa5f9
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
[  4%] Linking CXX static library libbenchmark.a
[  4%] Built target benchmark
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.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-5993 --volumes-from f8938e798033c7823b43fd575768e485783d8d37030a609f12d5662a37cfa5f9 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 437d7cbed590f8a87a22d9b7e8bd287c6735fa73 cat
-- Detecting CUDA compiler ABI info - done
-- Detecting CUDA compile features
-- Detecting CUDA compile features - done
-- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Failed
-- [benchmark] Compiling and running to test HAVE_STD_REGEX
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success
-- [benchmark] Compiling and running to test HAVE_STD_REGEX
[  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
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[  5%] Linking CXX static library libkokkos_gtest.a
[  5%] Built target kokkos_gtest
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP.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
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_DeepCopy.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Instance.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
-- [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  
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_SharedAllocationRecord.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o
-- Kokkos Backends: SERIAL;OPENMPTARGET
-- Configuring done (12.0s)
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Space.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o
-- Generating done (1.0s)
$ docker top 65eb0808e75d02e308baf08416b6bd7b9569b2244dc3f92858c113f3f690f898 -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] {
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
-- Detected CUDA Compute Capability 80
-- Setting Kokkos_ARCH_AMPERE80=ON
-- Built-in Execution Spaces:
CMake Deprecation Warning at cmake/kokkos_arch.cmake:1088 (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
--  AMPERE80
-- 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
-- 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
[Pipeline] withEnv
[Pipeline] {
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Task.cpp.o
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-5993/build
+ make -j8
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[  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_CPUDiscovery.cpp.o
[  1%] 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
[  2%] Built target AlwaysCheckGit
[  3%] Linking CXX static library libkokkossimd.a
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Found TPLCUDA: TRUE  
-- Found TPLLIBDL: /usr/include  
-- 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
[  3%] Built target kokkossimd
[  4%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[Pipeline] isUnix
[Pipeline] readFile
[  6%] Linking CXX static library libkokkoscore.a
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
+ docker build -t 8e714df1f1e1f97b9ff7c702fc9ecaf88cc5d160 --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
+ ccache --zero-stats
Statistics zeroed
[Pipeline] sh
+ ccache --zero-stats
Statistics zeroed
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o
+ rm -rf build
+ mkdir -p build
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_HIP.cpp.o
Scanning dependencies of target benchmark_main
[  7%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
-- Looking for C++ include mdspan - not found
-- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-5993/core/src/../../tpls/mdspan/include
 ---> d3d3738d6060
Step 3/10 : ARG ADDITIONAL_PACKAGES
+ 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 ..
[Pipeline] sh
[  6%] Built target kokkoscore
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
[  6%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
-- Kokkos Backends: SERIAL;CUDA
-- Configuring done
-- Generating 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
 ---> Using cache
 ---> eee1cd41eae8
Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
 ---> Using cache
 ---> b0e82455316a
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
 ---> 4d4d549095db
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
 ---> ed6556083c70
Step 7/10 : ARG CMAKE_VERSION=3.16.8
 ---> Using cache
 ---> de4c47a41cb7
Step 8/10 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> 5089fa94e4cc
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
 ---> 3d1009b99acf
Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> e05e80d5906c
Successfully built e05e80d5906c
Successfully tagged 8e714df1f1e1f97b9ff7c702fc9ecaf88cc5d160:latest
-- Setting default Kokkos CXX standard to 17
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
+ rm -rf build
[Pipeline] sh
[  4%] Linking CXX shared library libkokkosprinter-tool.so
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o
+ 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-5993 CXX=/var/jenkins/workspace/Kokkos_PR-5993/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-5993/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-5993
+ make test -j8
make -C core/unit_test
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test'
make -f /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-5993 CXX=/var/jenkins/workspace/Kokkos_PR-5993/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-5993/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-5993
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test'
[  4%] Linking CXX static library libimpl_git_version.a
+ docker inspect -f . 8e714df1f1e1f97b9ff7c702fc9ecaf88cc5d160
.
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-5993/build
+ make -j8 install
Scanning dependencies of target AlwaysCheckGit
Scanning dependencies of target kokkossimd
[  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
[ 10%] Linking CXX static library libkokkossimd.a
[ 10%] Built target kokkossimd
-- [benchmark] Performing Test HAVE_POSIX_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
waffle03 seems to be running inside container bf46c7fb29181f4c351c4ae7a94cec4ae2435125f11e128cc828b0229bd51391
$ 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-5993 --volumes-from bf46c7fb29181f4c351c4ae7a94cec4ae2435125f11e128cc828b0229bd51391 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 8e714df1f1e1f97b9ff7c702fc9ecaf88cc5d160 cat
[  4%] Built target kokkosprinter-tool
[  4%] Built target impl_git_version
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
[ 14%] Linking CXX static library libimpl_git_version.a
Scanning dependencies of target kokkoscore
[ 21%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[ 21%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[ 25%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[ 28%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[ 32%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
[ 39%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[ 39%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
[ 39%] Built target impl_git_version
[ 42%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[  7%] Linking CXX static library libbenchmark_main.a
[  7%] Built target benchmark_main
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.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
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/UnitTestMainInit.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest/gtest/gtest-all.cc
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_Init.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_SharedAlloc.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCudaUVM_SharedAlloc.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCudaHostPinned_SharedAlloc.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_RangePolicy.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_RangePolicyRequire.cpp
-- The CXX compiler identification is Clang 12.0.0
-- Check for working CXX compiler: /opt/llvm/bin/clang++
-- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success
-- Sources TestOpenMP.cpp
-- Sources TestHIP.cpp
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
-- Check for working CXX compiler: /opt/llvm/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Kokkos Backends: OPENMP;HIP
-- Configuring done
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Kokkos version: 4.3.99
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
-- The project name is: Kokkos
-- Using internal gtest for testing
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-5993/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
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 CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[  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
Scanning dependencies of target kokkoscore
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.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
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
-- Configured git information in /var/jenkins/workspace/Kokkos_PR-5993/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
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o
[ 46%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
-- SIMD: AVX512 detected
-- Built-in Execution Spaces:
--     Device Parallel: Kokkos::Cuda
--     Host Parallel: NoTypeDefined
--       Host Serial: SERIAL
-- 
-- Architectures:
--  NATIVE
--  VOLTA70
[  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
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o
[ 50%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
-- Found CUDAToolkit: /usr/local/cuda/include (found version "11.0.221") 
-- Looking for C++ include pthread.h
[  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
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
[ 53%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
[ 57%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
[  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
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[  6%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[  6%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[  6%] 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_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Found TPLCUDA: TRUE  
-- Found TPLLIBDL: /usr/include  
-- Using internal desul_atomics copy
[  8%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o
[  9%] Linking CXX static library libkokkos_gtest.a
[  9%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  9%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[  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
[  7%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
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_CoreUnitTest_SerialGraph
Scanning dependencies of target Kokkos_UnitTest_HIPGraph
[  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
[  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_HIPInterOpInit
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/UnitTestMain.cpp.o
[  9%] Built target kokkos_gtest
[  9%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
-- Found Python3: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter 
[ 10%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
-- No installed google benchmark found, fetching from GitHub
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o
[ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 10%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 10%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 10%] 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/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_HIP
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/UnitTestMainInit.cpp.o
[  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
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o
[ 60%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[ 64%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[  7%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[ 10%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 11%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
-- [benchmark] Failed to find LLVM FileCheck
-- [benchmark] Found Git: /usr/bin/git (found version "2.25.1") 
[  7%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/hip/TestHIP_InterOp_Init.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
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Task.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o
-- [benchmark] git version: v0.0.0 normalized to 0.0.0
-- [benchmark] Version: 1.7.1
-- [benchmark] Looking for shm_open in rt
[ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[ 11%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 11%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 11%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o
-- [benchmark] Looking for shm_open in rt - found
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL
[  6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA
[ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 12%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[  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
[ 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
-- [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
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_UnitTest_HIPGraph.dir/hip/TestHIP_Graph.cpp.o
[  6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o
[  6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR
[ 12%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 12%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 12%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE
[ 75%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o
[ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 12%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 12%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 12%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
-- [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
[ 78%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Task.cpp.o
[ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
[  7%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o
$ docker top bf0c929a6d2caebba3a0a504437bc3bbff188ca07f05b41eceb515bdf55b64f9 -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] {
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
[  8%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook
[ 82%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.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_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 12%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 12%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[  8%] Built target Kokkos_CoreUnitTest_PushFinalizeHook
Scanning dependencies of target Kokkos_IncrementalTest_SERIAL
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.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
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o
[  7%] Linking CXX static library libbenchmark.a
[  7%] Built target benchmark
-- [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-5993/build/_deps/googlebenchmark-src/include
-- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES
[ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.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_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
[  7%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o
[ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Abort.cpp.o
[  8%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[Pipeline] sh
[ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[  8%] Built target Kokkos_CoreUnitTest_CTestDevice
Scanning dependencies of target Kokkos_IncrementalTest_HIP
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o
+ ccache --zero-stats
Statistics zeroed
[ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[Pipeline] sh
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/UnitTestMainInit.cpp.o
[ 85%] 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
[  7%] Linking CXX static library libbenchmark_main.a
-- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE
[ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
+ rm -rf build
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success
-- [benchmark] Compiling and running to test HAVE_STD_REGEX
[  7%] Linking CXX static library libkokkos_gtest.a
[ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o
[ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
+ mkdir -p build
+ cd build
+ cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=/var/jenkins/workspace/Kokkos_PR-5993/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 ..
[ 15%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
-- Setting default Kokkos CXX standard to 17
[  7%] Built target benchmark_main
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp.o
[  5%] Linking CXX static library libkokkos_gtest.a
[  5%] Built target kokkos_gtest
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[ 15%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[  7%] Built target kokkos_gtest
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMPTarget/Kokkos_OpenMPTarget_Exec.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5[ 15%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_ViewAPI_a.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_ViewAPI_b.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_ViewAPI_c.cpp
[  9%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpInit
[  9%] Built target Kokkos_CoreUnitTest_HIPInterOpInit
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ArrayOps.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.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
[ 16%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_ViewAPI_d.cpp
[ 89%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o
[ 16%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_ViewAPI_e.cpp
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o
[ 16%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_ViewCopy_a.cpp
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMPTarget/Kokkos_OpenMPTarget_Instance.cpp.o
[  8%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMPTarget/Kokkos_OpenMPTarget_Task.cpp.o
[  8%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
[ 16%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 16%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o
[ 17%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 17%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
-- [benchmark] Performing Test HAVE_STD_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[ 17%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
-- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
-- [benchmark] Compiling and running to test HAVE_POSIX_REGEX
-- The CXX compiler identification is GNU 9.4.0
-- Check for working CXX compiler: /var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper
[  8%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o
[  5%] Linking CXX static library libkokkoscore.a
[  5%] Built target kokkoscore
[  5%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[ 17%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 17%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
-- [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
[  9%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreams
[  9%] Built target Kokkos_CoreUnitTest_HIPInterOpStreams
-- [benchmark] Check if compiler accepts -pthread - yes
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Default
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp
-- Sources TestCuda.cpp
-- Kokkos Backends: SERIAL;CUDA
-- Configuring done
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test01_execspace_HIP.cpp.o
-- Check for working CXX compiler: /var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -- works
-- Detecting CXX compiler ABI info
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 19%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 19%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 19%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexdouble.cpp.o
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Kokkos version: 4.3.99
[ 19%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 19%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 19%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 19%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_ViewCopy_b.cpp
-- 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
[ 20%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o
[ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o
[ 20%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 21%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 21%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o
[ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 21%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-5993/build
+ make -j8
Scanning dependencies of target AlwaysCheckGit
Scanning dependencies of target kokkosprinter-tool
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/kokkosprinter-tool.dir/tools/printing-tool.cpp.o
[  0%] 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.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%] Built target AlwaysCheckGit
Scanning dependencies of target impl_git_version
[  1%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[  9%] Linking CXX executable Kokkos_UnitTest_HIPGraph
[ 21%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[  9%] Built target Kokkos_UnitTest_HIPGraph
[ 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
[ 21%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 21%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
Scanning dependencies of target Kokkos_CoreUnitTest_Serial2
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexfloat.cpp.o
[  2%] Linking CXX static library libkokkossimd.a
[ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 21%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[  2%] Built target kokkossimd
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_ViewCopy_c.cpp
[ 21%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Task.cpp.o
[  5%] Linking CXX static library libbenchmark.a
[  5%] Built target benchmark
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
[ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
[  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
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_double.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_DeepCopy.cpp.o
[ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 10%] Linking CXX executable Kokkos_CoreUnitTest_SerialGraph
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o
[ 10%] Built target Kokkos_CoreUnitTest_SerialGraph
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Instance.cpp.o
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test02_atomic_host_HIP.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_SharedAllocationRecord.cpp.o
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target kokkoscore
[ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.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
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o
[ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPGraph.dir/UnitTestMainInit.cpp.o
[  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_OpenMPInterOp.dir/UnitTestMain.cpp.o
[  2%] Linking CXX static library libimpl_git_version.a
[ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[  8%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Space.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[  2%] Linking CXX shared library libkokkosprinter-tool.so
-- SIMD: AVX2 detected
[ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[  8%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_HIP.cpp.o
[  2%] Built target impl_git_version
[  8%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  8%] Linking CXX static library libkokkoscontainers.a
[ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[  8%] Built target kokkoscontainers
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/UnitTestMainInit.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/UnitTestMainInit.cpp.o
[ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 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/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o
[ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o
[ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
Scanning dependencies of target benchmark_main
[  6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 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_CoreTestCompileOnly.dir/TestArray.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
[ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_float.cpp.o
[  2%] Built target kokkosprinter-tool
[  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/colorprint.cc.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
[ 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_TaskScheduler_fwd_hpp
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o
[  7%] Linking CXX static library libbenchmark_main.a
[  7%] Built target benchmark_main
[ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[100%] Linking CXX static library libkokkoscontainers.a
[100%] Built target kokkoscontainers
Install the project...
-- Install configuration: "Release"
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Cuda
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Cuda/Kokkos_Cuda_Parallel_MDRange.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Cuda/Kokkos_Cuda_Instance.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Cuda/Kokkos_Cuda.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Cuda/Kokkos_Cuda_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Cuda/Kokkos_Cuda_Task.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Cuda/Kokkos_Cuda_Half_Impl_Type.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Cuda/Kokkos_Cuda_View.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Cuda/Kokkos_Cuda_Vectorization.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Cuda/Kokkos_Cuda_BlockSize_Deduction.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Cuda/Kokkos_Cuda_Parallel_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Cuda/Kokkos_Cuda_ZeroMemset.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Cuda/Kokkos_Cuda_KernelLaunch.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Cuda/Kokkos_Cuda_Parallel_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Cuda/Kokkos_Cuda_ReduceScan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Cuda/Kokkos_CudaSpace.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Cuda/Kokkos_Cuda_Graph_Impl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Cuda/Kokkos_Cuda_GraphNode_Impl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Cuda/Kokkos_Cuda_MDRangePolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Cuda/Kokkos_Cuda_Half_Conversion.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Cuda/Kokkos_Cuda_GraphNodeKernel.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Cuda/Kokkos_Cuda_WorkGraphPolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Cuda/Kokkos_Cuda_Error.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Cuda/Kokkos_Cuda_UniqueToken.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Cuda/Kokkos_Cuda_abort.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HPX
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HPX/Kokkos_HPX_WorkGraphPolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HPX/Kokkos_HPX_Task.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HPX/Kokkos_HPX_MDRangePolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HPX/Kokkos_HPX.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Layout.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Assert.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_ParallelFor_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_ParallelReduce_MDRange.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_UniqueToken.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_ParallelFor_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_ZeroMemset.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_WorkGraphPolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_DeepCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_Graph_Impl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_Shuffle_Reduce.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_ParallelReduce_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_Half_Impl_Type.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_Abort.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_ParallelScan_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_Half_Conversion.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_Space.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_BlockSize_Deduction.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_Instance.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_GraphNode_Impl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_ReduceScan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_Vectorization.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_MDRangePolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_ParallelReduce_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_Error.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_KernelLaunch.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_GraphNodeKernel.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_ParallelFor_MDRange.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_TeamPolicyInternal.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/HIP/Kokkos_HIP_SharedAllocationRecord.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Profiling_ProfileSection.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Timer.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Core.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_ScratchSpace.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/traits
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/traits/Kokkos_GraphKernelTrait.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/traits/Kokkos_WorkItemPropertyTrait.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/traits/Kokkos_ScheduleTrait.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/traits/Kokkos_Traits_fwd.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/traits/Kokkos_IndexTypeTrait.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/traits/Kokkos_ExecutionSpaceTrait.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/traits/Kokkos_LaunchBoundsTrait.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/traits/Kokkos_OccupancyControlTrait.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/traits/Kokkos_PolicyTraitMatcher.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/traits/Kokkos_IterationPatternTrait.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/traits/Kokkos_WorkTagTrait.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/traits/Kokkos_PolicyTraitAdaptor.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Atomic.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/decl
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/decl/Kokkos_Declare_CUDA.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/decl/Kokkos_Declare_OPENMP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/decl/Kokkos_Declare_SYCL.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/decl/Kokkos_Declare_OPENACC.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/decl/Kokkos_Declare_THREADS.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/decl/Kokkos_Declare_HIP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/decl/Kokkos_Declare_SERIAL.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/decl/Kokkos_Declare_HPX.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/decl/Kokkos_Declare_OPENMPTARGET.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Parallel_Reduce.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_HostSpace_deepcopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_NvidiaGpuArchitectures.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_GraphImpl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_HostBarrier.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_CheckedIntegerOps.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_TaskNode.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_ParseCommandLineArgumentsAndEnvironmentVariables.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_TaskQueueCommon.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_Command_Line_Parsing.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_Tools_Generic.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_ViewCtor.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_InitializationSettings.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_Half_FloatingPointWrapper.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_GraphNodeImpl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_SharedAlloc_timpl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_EBO.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_TaskQueueMultiple_impl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_CPUDiscovery.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_DeviceManagement.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_Combined_Reducer.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_ZeroMemset_fwd.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_StringManipulation.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_ViewUniformType.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_ViewMapping.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_Utilities.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_Profiling_C_Interface.h
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_TaskResult.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_Default_Graph_fwd.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_GraphImpl_fwd.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_Half_NumericTraits.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_Profiling.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_Traits.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_TaskQueue_impl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_Half_MathematicalFunctions.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_MemoryPoolAllocator.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_HostThreadTeam.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_Profiling_Interface.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_HostSharedPtr.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_QuadPrecisionMath.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_SingleTaskQueue.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_ExecSpaceManager.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_GraphNodeCustomization.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_MultipleTaskQueue.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_TeamMDPolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_SharedAlloc.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_GraphImpl_Utilities.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_TaskBase.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_Tools.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_Atomic_View.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/KokkosExp_Host_IterateTile.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_BitOps.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_TaskQueue.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_Default_GraphNodeKernel.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_HostSpace_ZeroMemset.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_ConcurrentBitset.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_ViewDataAnalysis.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_LIFO.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_ClockTic.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_AnalyzePolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_TaskQueueMemoryManager.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_Error.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_ViewTracker.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_FunctorAnalysis.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/KokkosExp_IterateTileGPU.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_LinkedListNode.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_Volatile_Load.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_SimpleTaskScheduler.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_Stacktrace.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_Default_GraphNode_Impl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_TaskQueueMultiple.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/KokkosExp_ViewMapping.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_ChaseLev.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_TaskPolicyData.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_Profiling_DeviceInfo.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_VLAEmulation.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_TaskTeamMember.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_Default_Graph_Impl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_FixedBufferMemoryPool.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_OptionalRef.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Atomics_Desul_Wrapper.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/fwd
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/fwd/Kokkos_Fwd_OPENACC.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/fwd/Kokkos_Fwd_CUDA.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/fwd/Kokkos_Fwd_OPENMP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/fwd/Kokkos_Fwd_HIP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/fwd/Kokkos_Fwd_OPENMPTARGET.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/fwd/Kokkos_Fwd_THREADS.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/fwd/Kokkos_Fwd_HPX.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/fwd/Kokkos_Fwd_SERIAL.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/fwd/Kokkos_Fwd_SYCL.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_NumericTraits.hpp
[ 10%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 21%] 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_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Atomics_Desul_Config.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Threads
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Threads/Kokkos_Threads_ParallelFor_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Threads/Kokkos_Threads_Spinwait.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Threads/Kokkos_Threads_ParallelReduce_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Threads/Kokkos_Threads_ParallelScan_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Threads/Kokkos_Threads_ParallelFor_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Threads/Kokkos_Threads_WorkGraphPolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Threads/Kokkos_Threads_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Threads/Kokkos_Threads_State.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Threads/Kokkos_Threads_ParallelReduce_MDRange.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Threads/Kokkos_Threads_UniqueToken.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Threads/Kokkos_Threads.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Threads/Kokkos_Threads_ParallelFor_MDRange.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Threads/Kokkos_Threads_MDRangePolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Threads/Kokkos_Threads_ParallelReduce_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Threads/Kokkos_Threads_Instance.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Array.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMPTarget
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMPTarget/Kokkos_OpenMPTarget_UniqueToken.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelReduce_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelScan_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Task.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Macros.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Instance.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel_MDRange.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelScan_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Abort.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelFor_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel_Common.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMPTarget/Kokkos_OpenMPTarget.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Error.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMPTarget/Kokkos_OpenMPTargetSpace.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMPTarget/Kokkos_OpenMPTarget_MDRangePolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMPTarget/Kokkos_OpenMPTarget_Reducer.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelReduce_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_MathematicalConstants.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_WorkGraphPolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/KokkosExp_MDRangePolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Printf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_TaskScheduler.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_TaskScheduler_fwd.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_AcquireUniqueTokenImpl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Rank.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Extents.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_GraphNode.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Core_fwd.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenACC
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenACC/Kokkos_OpenACC_ScheduleType.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenACC/Kokkos_OpenACC_ParallelReduce_MDRange.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenACC/Kokkos_OpenACC_ParallelScan_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenACC/Kokkos_OpenACC_SharedAllocationRecord.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenACC/Kokkos_OpenACC_ParallelFor_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenACC/Kokkos_OpenACCSpace.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenACC/Kokkos_OpenACC_ParallelReduce_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenACC/Kokkos_OpenACC.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenACC/Kokkos_OpenACC_DeepCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenACC/Kokkos_OpenACC_Traits.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenACC/Kokkos_OpenACC_Macros.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenACC/Kokkos_OpenACC_Instance.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenACC/Kokkos_OpenACC_ParallelReduce_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenACC/Kokkos_OpenACC_ParallelFor_MDRange.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenACC/Kokkos_OpenACC_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenACC/Kokkos_OpenACC_ParallelFor_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenACC/Kokkos_OpenACC_FunctorAdapter.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenACC/Kokkos_OpenACC_MDRangePolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Concepts.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/KokkosExp_InterOp.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Graph_fwd.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_MemoryPool.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Parallel.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_HostSpace.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_MinMax.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_PointerOwnership.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Pair.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMP
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMP/Kokkos_OpenMP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMP/Kokkos_OpenMP_Task.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMP/Kokkos_OpenMP_Parallel_Scan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMP/Kokkos_OpenMP_Parallel_Reduce.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMP/Kokkos_OpenMP_WorkGraphPolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMP/Kokkos_OpenMP_UniqueToken.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMP/Kokkos_OpenMP_Instance.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMP/Kokkos_OpenMP_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMP/Kokkos_OpenMP_Parallel_For.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/OpenMP/Kokkos_OpenMP_MDRangePolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Abort.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_CopyViews.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Macros.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Complex.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_UniqueToken.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_MemoryTraits.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Atomics_Desul_Volatile_Wrapper.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Graph.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_View.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Vectorization.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Serial
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Serial/Kokkos_Serial_MDRangePolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Serial/Kokkos_Serial_Task.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Serial/Kokkos_Serial_WorkGraphPolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Serial/Kokkos_Serial_UniqueToken.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Serial/Kokkos_Serial_ZeroMemset.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Serial/Kokkos_Serial_Parallel_MDRange.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Serial/Kokkos_Serial_Parallel_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Serial/Kokkos_Serial_Parallel_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Serial/Kokkos_Serial.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_BitManipulation.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_MathematicalSpecialFunctions.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_MathematicalFunctions.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/View
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/View/Hooks
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/View/Hooks/Kokkos_ViewHooks.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/View/MDSpan
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/View/MDSpan/Kokkos_MDSpan_Extents.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/View/MDSpan/Kokkos_MDSpan_Header.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_AnonymousSpace.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Future.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_ReductionIdentity.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Half.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_hwloc.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Profiling_ScopedRegion.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Clamp.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Tuners.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/SYCL
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/SYCL/Kokkos_SYCL_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/SYCL/Kokkos_SYCL_ParallelReduce_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/SYCL/Kokkos_SYCL.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/SYCL/Kokkos_SYCL_ParallelFor_MDRange.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/SYCL/Kokkos_SYCL_TeamPolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/SYCL/Kokkos_SYCL_ParallelFor_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/SYCL/Kokkos_SYCL_Half_Conversion.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/SYCL/Kokkos_SYCL_ParallelReduce_MDRange.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/SYCL/Kokkos_SYCL_MDRangePolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/SYCL/Kokkos_SYCL_ParallelFor_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/SYCL/Kokkos_SYCL_ParallelScan_Range.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/SYCL/Kokkos_SYCL_Instance.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/SYCL/Kokkos_SYCL_UniqueToken.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/SYCL/Kokkos_SYCL_Half_Impl_Type.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/SYCL/Kokkos_SYCL_DeepCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/SYCL/Kokkos_SYCL_WorkgroupReduction.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/SYCL/Kokkos_SYCL_ZeroMemset.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/SYCL/Kokkos_SYCL_Abort.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/SYCL/Kokkos_SYCL_ParallelReduce_Team.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/SYCL/Kokkos_SYCL_Space.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/setup
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/setup/Kokkos_Setup_SYCL.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/setup/Kokkos_Setup_Cuda.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/setup/Kokkos_Setup_HIP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Crs.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_ExecPolicy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Swap.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_DetectionIdiom.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Compare_Exchange_GCC.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Fetch_Op_OpenACC.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Compare_Exchange.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Compare_Exchange_ScopeCaller.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Fetch_Op_GCC.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Fetch_Op_ScopeCaller.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Fetch_Op_OpenMP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Common.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Fetch_Op.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Compare_Exchange_OpenMP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Generic.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Compare_Exchange_HIP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Adapt_GCC.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Thread_Fence_GCC.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Macros.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Thread_Fence_OpenMP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Lock_Based_Fetch_Op_SYCL.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Lock_Array.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Lock_Based_Fetch_Op_HIP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Compare_Exchange_MSVC.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Lock_Based_Fetch_Op_CUDA.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Fetch_Op_HIP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Thread_Fence_HIP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Thread_Fence_MSVC.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Thread_Fence_ScopeCaller.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Thread_Fence.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Thread_Fence_OpenACC.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Fetch_Op_Generic.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Lock_Array_SYCL.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Lock_Based_Fetch_Op_OpenACC.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Operator_Function_Objects.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Lock_Free_Fetch_Op.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Adapt_CXX.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Lock_Based_Fetch_Op.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/openmp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/openmp/OpenMP_40.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/openmp/OpenMP_40_op.inc
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Thread_Fence_SYCL.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Adapt_SYCL.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Lock_Array_HIP.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Thread_Fence_CUDA.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Lock_Array_CUDA.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Lock_Based_Fetch_Op_Host.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/cuda
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/cuda/cuda_cc7_asm_exchange_op.inc
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_predicate
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/cuda/cuda_cc7_asm_exchange.inc
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/cuda/cuda_cc7_asm.inc
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/cuda/CUDA_asm.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc_isglobal
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_fetch_op.inc
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_predicate
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/cuda/cuda_cc7_asm_exchange_memorder.inc
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/cuda/CUDA_asm_exchange.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/cuda/cuda_cc7_asm_atomic_op.inc_isglobal
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/cuda/cuda_cc7_asm_memorder.inc
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Fetch_Op_CUDA.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Compare_Exchange_OpenACC.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Fetch_Op_SYCL.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Compare_Exchange_CUDA.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Atomic_Ref.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Compare_Exchange_SYCL.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics.hpp
-- Up-to-date: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul
-- Up-to-date: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/desul/atomics/Config.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/lib/libkokkoscore.a
-- Up-to-date: /var/jenkins/workspace/Kokkos_PR-5993/install/lib/libkokkoscore.a
-- Up-to-date: /var/jenkins/workspace/Kokkos_PR-5993/install/include
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/mdspan
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/mdspan/mdspan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/mdspan/mdarray.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/experimental
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/experimental/__p2630_bits
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/experimental/__p2630_bits/strided_slice.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/experimental/__p2630_bits/submdspan_extents.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/experimental/__p2630_bits/submdspan_mapping.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/experimental/__p2630_bits/submdspan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/experimental/__p1684_bits
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/experimental/__p1684_bits/mdarray.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/experimental/__p0009_bits
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/experimental/__p0009_bits/config.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/experimental/__p0009_bits/layout_right.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/experimental/__p0009_bits/no_unique_address.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/experimental/__p0009_bits/mdspan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/experimental/__p0009_bits/layout_left.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/experimental/__p0009_bits/compressed_pair.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/experimental/__p0009_bits/macros.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/experimental/__p0009_bits/trait_backports.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/experimental/__p0009_bits/type_list.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/experimental/__p0009_bits/dynamic_extent.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/experimental/__p0009_bits/layout_stride.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/experimental/__p0009_bits/extents.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/experimental/__p0009_bits/default_accessor.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/experimental/__p0009_bits/full_extent_t.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/experimental/__p2642_bits
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/experimental/__p2642_bits/layout_padded_fwd.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/experimental/__p2642_bits/layout_padded.hpp
-- Up-to-date: /var/jenkins/workspace/Kokkos_PR-5993/install/include
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Bitset.hpp
-- Up-to-date: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_UnorderedMap_impl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_StaticCrsGraph_factory.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_Functional_impl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/impl/Kokkos_Bitset_impl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_StaticCrsGraph.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_ScatterView.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Functional.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_DualView.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_UnorderedMap.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Vector.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_OffsetView.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_DynRankView.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_DynamicView.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_ErrorReporter.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/lib/libkokkoscontainers.a
-- Up-to-date: /var/jenkins/workspace/Kokkos_PR-5993/install/lib/libkokkoscontainers.a
-- Up-to-date: /var/jenkins/workspace/Kokkos_PR-5993/install/include
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_TransformExclusiveScan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_Mismatch.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_Find.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_Transform.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_CopyIf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_AllOf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_RemoveIf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_ForEach.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_NoneOf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_AdjacentFind.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_Equal.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_MoveBackward.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_TransformExclusiveScan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_Mismatch.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_Transform.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_FunctorsForExclusiveScan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_CopyIf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_CopyCopyN.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_AdjacentFind.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_Equal.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_MoveBackward.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_GenerateGenerateN.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_Constraints.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_ReplaceIf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_AdjacentDifference.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_CopyBackward.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_AllOfAnyOfNoneOf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_Reverse.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_Unique.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_TransformReduce.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_PartitionCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_MinMaxMinmaxElement.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_IsSorted.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_HelperPredicates.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_FindIfOrNot.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_RandomAccessIterator.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_MustUseKokkosSingleInTeam.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_Rotate.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_IsPartitioned.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_FindEnd.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_ReplaceCopyIf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_IsSortedUntil.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_PartitionPoint.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_InclusiveScan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_ShiftRight.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_ShiftLeft.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_ReplaceCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_RotateCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_ExclusiveScan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_LexicographicalCompare.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_Reduce.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_CountCountIf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_ValueWrapperForNoNeutralElement.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_ReducerWithArbitraryJoinerNoNeutralElement.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_Replace.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_SearchN.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_RemoveAllVariants.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_Search.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_SwapRanges.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_Move.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_ForEachForEachN.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_FindFirstOf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_IdentityReferenceUnaryFunctor.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_UniqueCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_ReverseCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_TransformInclusiveScan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/impl/Kokkos_FillFillN.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_Generate.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_CountIf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_Fill.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_FindIf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_ReplaceIf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_RemoveCopyIf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_IterSwap.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_MinMaxElement.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_FindIfNot.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_AdjacentDifference.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_GenerateN.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_CopyBackward.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_Reverse.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_Unique.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_Copy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_TransformReduce.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_Count.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_PartitionCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_IsSorted.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_BeginEnd.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_Rotate.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_IsPartitioned.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_FindEnd.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_ReplaceCopyIf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_IsSortedUntil.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_PartitionPoint.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_InclusiveScan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_ForEachN.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_RemoveCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_ShiftRight.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_ShiftLeft.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_MaxElement.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_ReplaceCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_RotateCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_ExclusiveScan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_LexicographicalCompare.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_Reduce.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_MinElement.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_Replace.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_Remove.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_SearchN.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_Search.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_SwapRanges.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_Move.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_AnyOf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_FillN.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_FindFirstOf.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_UniqueCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_ReverseCopy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_TransformInclusiveScan.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_Distance.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/std_algorithms/Kokkos_CopyN.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Sort.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/sorting
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/sorting/Kokkos_BinOpsPublicAPI.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/sorting/Kokkos_SortByKeyPublicAPI.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/sorting/impl
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/sorting/impl/Kokkos_SortByKeyImpl.hpp
[ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/sorting/impl/Kokkos_SortImpl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/sorting/impl/Kokkos_NestedSortImpl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/sorting/impl/Kokkos_CopyOpsForBinSortImpl.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/sorting/Kokkos_SortPublicAPI.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/sorting/Kokkos_BinSortPublicAPI.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/sorting/Kokkos_NestedSortPublicAPI.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_Random.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_NestedSort.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_StdAlgorithms.hpp
-- Up-to-date: /var/jenkins/workspace/Kokkos_PR-5993/install/include
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_SIMD_AVX2.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_SIMD.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_SIMD_Scalar.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_SIMD_AVX512.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_SIMD_Common.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_SIMD_Common_Math.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/Kokkos_SIMD_NEON.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/lib/libkokkossimd.a
-- Up-to-date: /var/jenkins/workspace/Kokkos_PR-5993/install/lib/libkokkossimd.a
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/lib/cmake/Kokkos/KokkosConfig.cmake
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/lib/cmake/Kokkos/KokkosConfigCommon.cmake
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/lib/cmake/Kokkos/KokkosConfigVersion.cmake
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/lib/cmake/Kokkos/KokkosTargets.cmake
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/lib/cmake/Kokkos/KokkosTargets-release.cmake
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/KokkosCore_config.h
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/bin/nvcc_wrapper
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/bin/hpcbind
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/bin/kokkos_launch_compiler
-- Up-to-date: /var/jenkins/workspace/Kokkos_PR-5993/install/include/KokkosCore_config.h
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/KokkosCore_Config_FwdBackend.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/KokkosCore_Config_SetupBackend.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/build-tests/../install
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=/var/jenkins/workspace/Kokkos_PR-5993/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
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03a_MemorySpace_malloc_HIP.cpp.o
[ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 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
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
-- The CXX compiler identification is GNU 8.4.0
-- Check for working CXX compiler: /var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper
-- 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
[ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_DeepCopyAlignment.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_ViewMapping_a.cpp
-- Check for working CXX compiler: /var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper - works
-- Detecting CXX compiler ABI info
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[  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/console_reporter.cc.o
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o
[  7%] Linking CXX static library libkokkoscore.a
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 33%] 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_Tuners_hpp
[  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
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
-- Detecting CXX compiler ABI info - done
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Found TPLCUDA: TRUE  
-- Using internal desul_atomics copy
-- Experimental mdspan support is enabled
-- Looking for C++ include experimental/mdspan
-- 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: SERIAL;CUDA
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)


[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
-- Looking for C++ include experimental/mdspan - not found
-- Looking for C++ include mdspan
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Abort.cpp.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_Serial1.dir/serial/TestSerial_Abort.cpp.o
-- Looking for C++ include mdspan - not found
-- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-5993/core/src/../../tpls/mdspan/include
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_ViewMapping_b.cpp
[ 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_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 22%] Linking CXX executable Kokkos_IncrementalTest_OPENMP
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_ViewMapping_subview.cpp
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 22%] Built target Kokkos_IncrementalTest_OPENMP
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o
Scanning dependencies of target Kokkos_StackTraceTestExec
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03b_MemorySpace_free_HIP.cpp.o
-- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) 
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
-- No installed google benchmark found, fetching from GitHub
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
-- 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
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int.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_ScatterView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynRankView_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_ScatterView_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_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
[  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
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[  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
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-5993/build-tests
+ make -j8
Scanning dependencies of target AlwaysCheckGit
Scanning dependencies of target kokkosprinter-tool
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o
[  0%] Built target AlwaysCheckGit
Scanning dependencies of target kokkos_gtest
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o
Scanning dependencies of target Kokkos_query_device
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[  0%] Building CXX object example/query_device/CMakeFiles/Kokkos_query_device.dir/query_device.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads
[  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/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/hello_world.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
Scanning dependencies of target Kokkos_ContainersTestCompileOnly
[  0%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[  0%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
Scanning dependencies of target Kokkos_CoreTestCompileOnly
[  0%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_ViewResize.cpp
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPGraph.dir/openmp/TestOpenMP_Graph.cpp.o
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_ViewLayoutStrideAssignment.cpp
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Task.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.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
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test04_ParallelFor_RangePolicy_HIP.cpp.o
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCudaUVM_ViewAPI_a.cpp
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test05_ParallelReduce_RangePolicy_HIP.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o
[  7%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[  7%] 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
[  1%] Linking CXX shared library libkokkosprinter-tool.so
[  1%] Built target kokkosprinter-tool
[  2%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[  2%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
Scanning dependencies of target Kokkos_tutorial_02_simple_reduce
[  2%] Building CXX object example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/simple_reduce.cpp.o
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[  8%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
-- [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
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vector_hpp.dir/tstHeader.cpp.o
[  8%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_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_ScatterView_hpp
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[  8%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[  8%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
"/var/jenkins/workspace/Kokkos_PR-5993/containers/src/Kokkos_Vector.hpp", line 33: warning: function "<unnamed>::emit_warning_kokkos_vector_deprecated" was declared deprecated ("Deprecated <Kokkos_Vector.hpp> header is included") [deprecated_entity_with_custom_message]
  static auto do_not_include = emit_warning_kokkos_vector_deprecated();
                               ^
"/var/jenkins/workspace/Kokkos_PR-5993/containers/src/Kokkos_Vector.hpp", line 29: note: because of a "deprecated" attribute
  [[deprecated("Deprecated <Kokkos_Vector.hpp> header is included")]] int
    ^

Remark: individual warnings can be suppressed with "--diag_suppress <warning-name>"

[  8%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[  8%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[  8%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
-- [benchmark] Looking for shm_open in rt - found
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL
[  8%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[  8%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[  8%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA
[  8%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[  8%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[  9%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[  9%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/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 <unnamed>::is_equal(const L &, const R &) [with L=Kokkos::Array<int, 5UL, void>, R=Kokkos::Array<int, 5UL, void>]" 
(70): here

/var/jenkins/workspace/Kokkos_PR-5993/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 <unnamed>::is_equal(const L &, const R &) [with L=Kokkos::Array<int, 5UL, void>, R=Kokkos::Array<int, 5UL, void>]" 
(70): here

/var/jenkins/workspace/Kokkos_PR-5993/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 <unnamed>::is_equal(const L &, const R &) [with L=Kokkos::Array<int, 5UL, void>, R=Kokkos::Array<int, 5UL, void>]" 
(70): here

/var/jenkins/workspace/Kokkos_PR-5993/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-5993/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-5993/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.

[  2%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.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_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o
[ 10%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 10%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 10%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_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%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[ 11%] Built target Kokkos_CoreUnitTest_LegionInitialization
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 10%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test06_ParallelFor_MDRangePolicy_HIP.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 10%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[  4%] Linking CXX static library libkokkos_gtest.a
[  3%] Linking CXX executable Kokkos_query_device
[  3%] Linking CXX executable Kokkos_tutorial_01_hello_world
[  3%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  3%] Built target Kokkos_query_device
[  3%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[ 38%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[  3%] Built target Kokkos_tutorial_01_hello_world
[  3%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[  3%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[  3%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 10%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[  4%] Built target kokkos_gtest
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 10%] 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_HeaderSelfContained_Kokkos_Crs_hpp
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
[  5%] Linking CXX static library libbenchmark.a
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 10%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longint.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 10%] 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
[ 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
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ArrayOps.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
[ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
[ 39%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[  3%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[  3%] Linking CXX executable Kokkos_tutorial_02_simple_reduce
[ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[  3%] Built target Kokkos_tutorial_02_simple_reduce
[ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_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
-- [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_tutorial_03_simple_view
[  3%] Building CXX object example/tutorial/03_simple_view/CMakeFiles/Kokkos_tutorial_03_simple_view.dir/simple_view.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 11%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[  5%] Built target benchmark
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_SerialGraph
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 12%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longlongint.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_shared.cpp.o
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
[ 25%] Linking CXX executable Kokkos_StackTraceTestExec
[ 25%] Built target Kokkos_StackTraceTestExec
Scanning dependencies of target Kokkos_IncrementalTest_SERIAL
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCudaUVM_ViewAPI_b.cpp
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o
[ 12%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_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
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
[ 12%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_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
[  9%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test08_deep_copy_HIP.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED
[  3%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[  9%] Built target Kokkos_CoreUnitTest_OpenMPInterOp
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 12%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
[  3%] Linking CXX static library libkokkos_gtest.a
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[  3%] Built target kokkos_gtest
Scanning dependencies of target Kokkos_tutorial_04_simple_memoryspaces
[  3%] Building CXX object example/tutorial/04_simple_memoryspaces/CMakeFiles/Kokkos_tutorial_04_simple_memoryspaces.dir/simple_memoryspaces.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[ 12%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
"/var/jenkins/workspace/Kokkos_PR-5993/simd/unit_tests/include/SIMDTesting_Ops.hpp", line 84: warning: function "Kokkos::Experimental::abs(const Kokkos::Experimental::simd<T, Abi> &) [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-5993/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<int32_t, Kokkos::Experimental::simd_abi::scalar>]" at line 65 of "/var/jenkins/workspace/Kokkos_PR-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_op_one_loader<Abi,Loader,UnaryOp,T>(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-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_op_all_loaders<Abi,Op,T...>(Op, std::size_t, const T *...) [with Abi=Kokkos::Experimental::simd_abi::scalar, Op=absolutes, T=<int32_t>]" at line 95 of "/var/jenkins/workspace/Kokkos_PR-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_all_math_ops<Abi,DataType,n>(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-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_ops<Abi,DataType>() [with Abi=Kokkos::Experimental::simd_abi::scalar, DataType=int32_t]" at line 156 of "/var/jenkins/workspace/Kokkos_PR-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_ops_all_types<Abi,DataTypes...>(Kokkos::Experimental::Impl::data_types<DataTypes...>) [with Abi=Kokkos::Experimental::simd_abi::scalar, DataTypes=<int32_t, uint32_t, int64_t, uint64_t, double, float>]" at line 163 of "/var/jenkins/workspace/Kokkos_PR-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_ops_all_abis(Kokkos::Experimental::Impl::abi_set<Abis...>) [with Abis=<Kokkos::Experimental::simd_abi::scalar>]" at line 301 of "/var/jenkins/workspace/Kokkos_PR-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp"

Remark: individual warnings can be suppressed with "--diag_suppress <warning-name>"

"/var/jenkins/workspace/Kokkos_PR-5993/simd/unit_tests/include/SIMDTesting_Ops.hpp", line 84: warning: function "Kokkos::Experimental::abs(const Kokkos::Experimental::simd<T, Abi> &) [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-5993/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<int64_t, Kokkos::Experimental::simd_abi::scalar>]" at line 65 of "/var/jenkins/workspace/Kokkos_PR-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_op_one_loader<Abi,Loader,UnaryOp,T>(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-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_op_all_loaders<Abi,Op,T...>(Op, std::size_t, const T *...) [with Abi=Kokkos::Experimental::simd_abi::scalar, Op=absolutes, T=<int64_t>]" at line 95 of "/var/jenkins/workspace/Kokkos_PR-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_all_math_ops<Abi,DataType,n>(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-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_ops<Abi,DataType>() [with Abi=Kokkos::Experimental::simd_abi::scalar, DataType=int64_t]" at line 156 of "/var/jenkins/workspace/Kokkos_PR-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_ops_all_types<Abi,DataTypes...>(Kokkos::Experimental::Impl::data_types<DataTypes...>) [with Abi=Kokkos::Experimental::simd_abi::scalar, DataTypes=<int32_t, uint32_t, int64_t, uint64_t, double, float>]" at line 163 of "/var/jenkins/workspace/Kokkos_PR-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_ops_all_abis(Kokkos::Experimental::Impl::abi_set<Abis...>) [with Abis=<Kokkos::Experimental::simd_abi::scalar>]" at line 301 of "/var/jenkins/workspace/Kokkos_PR-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp"

"/var/jenkins/workspace/Kokkos_PR-5993/simd/unit_tests/include/SIMDTesting_Ops.hpp", line 84: warning: function "Kokkos::Experimental::abs(const Kokkos::Experimental::simd<T, Abi> &) [with T=double, Abi=Kokkos::Experimental::simd_abi::scalar]" was declared deprecated [deprecated_entity]
        return Kokkos::Experimental::abs(a);
                                     ^
"/var/jenkins/workspace/Kokkos_PR-5993/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<double, Kokkos::Experimental::simd_abi::scalar>]" at line 65 of "/var/jenkins/workspace/Kokkos_PR-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_op_one_loader<Abi,Loader,UnaryOp,T>(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-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_op_all_loaders<Abi,Op,T...>(Op, std::size_t, const T *...) [with Abi=Kokkos::Experimental::simd_abi::scalar, Op=absolutes, T=<double>]" at line 95 of "/var/jenkins/workspace/Kokkos_PR-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_all_math_ops<Abi,DataType,n>(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-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_ops<Abi,DataType>() [with Abi=Kokkos::Experimental::simd_abi::scalar, DataType=double]" at line 156 of "/var/jenkins/workspace/Kokkos_PR-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_ops_all_types<Abi,DataTypes...>(Kokkos::Experimental::Impl::data_types<DataTypes...>) [with Abi=Kokkos::Experimental::simd_abi::scalar, DataTypes=<int32_t, uint32_t, int64_t, uint64_t, double, float>]" at line 163 of "/var/jenkins/workspace/Kokkos_PR-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_ops_all_abis(Kokkos::Experimental::Impl::abi_set<Abis...>) [with Abis=<Kokkos::Experimental::simd_abi::scalar>]" at line 301 of "/var/jenkins/workspace/Kokkos_PR-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp"

-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook
[ 12%] Built target Kokkos_CoreUnitTest_SerialGraph
[ 12%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
"/var/jenkins/workspace/Kokkos_PR-5993/simd/unit_tests/include/SIMDTesting_Ops.hpp", line 84: warning: function "Kokkos::Experimental::abs(const Kokkos::Experimental::simd<T, Abi> &) [with T=float, Abi=Kokkos::Experimental::simd_abi::scalar]" was declared deprecated [deprecated_entity]
        return Kokkos::Experimental::abs(a);
                                     ^
"/var/jenkins/workspace/Kokkos_PR-5993/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<float, Kokkos::Experimental::simd_abi::scalar>]" at line 65 of "/var/jenkins/workspace/Kokkos_PR-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_op_one_loader<Abi,Loader,UnaryOp,T>(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-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_op_all_loaders<Abi,Op,T...>(Op, std::size_t, const T *...) [with Abi=Kokkos::Experimental::simd_abi::scalar, Op=absolutes, T=<float>]" at line 95 of "/var/jenkins/workspace/Kokkos_PR-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_all_math_ops<Abi,DataType,n>(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-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_ops<Abi,DataType>() [with Abi=Kokkos::Experimental::simd_abi::scalar, DataType=float]" at line 156 of "/var/jenkins/workspace/Kokkos_PR-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_ops_all_types<Abi,DataTypes...>(Kokkos::Experimental::Impl::data_types<DataTypes...>) [with Abi=Kokkos::Experimental::simd_abi::scalar, DataTypes=<int32_t, uint32_t, int64_t, uint64_t, double, float>]" at line 163 of "/var/jenkins/workspace/Kokkos_PR-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp"
            instantiation of "void host_check_math_ops_all_abis(Kokkos::Experimental::Impl::abi_set<Abis...>) [with Abis=<Kokkos::Experimental::simd_abi::scalar>]" at line 301 of "/var/jenkins/workspace/Kokkos_PR-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp"

[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 12%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/UnitTestMainInit.cpp.o
[ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
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
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
-- [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
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
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
[ 13%] Built target Kokkos_CoreUnitTest_PushFinalizeHook
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 41%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/UnitTestMainInit.cpp.o
[  3%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[  4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_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%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCudaUVM_ViewAPI_c.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCudaUVM_ViewAPI_d.cpp
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success
-- [benchmark] Compiling and running to test HAVE_STD_REGEX
[  4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_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
[ 41%] Built target Kokkos_CoreTestCompileOnly
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCudaUVM_ViewAPI_e.cpp
[ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o
[ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedint.cpp.o
[ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 14%] 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_BitManipulation_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
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[  4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
"/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestArrayOps.hpp", line 135: warning: class "Kokkos::Array<int, 18446744073709551615UL, Kokkos::Impl::KokkosArrayContiguous>" was declared deprecated [deprecated_entity]
    using A =
          ^
"/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Array.hpp", line 216: note: because of a "deprecated" attribute
  struct KOKKOS_DEPRECATED
         ^

Remark: individual warnings can be suppressed with "--diag_suppress <warning-name>"

"/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestArrayOps.hpp", line 196: warning: class "Kokkos::Array<int, 18446744073709551615UL, Kokkos::Impl::KokkosArrayContiguous>" was declared deprecated [deprecated_entity]
    using A =
          ^
"/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Array.hpp", line 216: note: because of a "deprecated" attribute
  struct KOKKOS_DEPRECATED
         ^

"/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestArrayOps.hpp", line 273: warning: class "Kokkos::Array<int, 18446744073709551615UL, Kokkos::Impl::KokkosArrayStrided>" was declared deprecated [deprecated_entity]
    using A = Kokkos::Array<int, KOKKOS_INVALID_INDEX, Kokkos::Array<>::strided>;
          ^
"/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Array.hpp", line 285: note: because of a "deprecated" attribute
  struct KOKKOS_DEPRECATED
         ^

"/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestArrayOps.hpp", line 337: warning: class "Kokkos::Array<int, 18446744073709551615UL, Kokkos::Impl::KokkosArrayStrided>" was declared deprecated [deprecated_entity]
    using A  = Kokkos::Array<int, KOKKOS_INVALID_INDEX, Kokkos::Array<>::strided>;
          ^
"/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Array.hpp", line 285: note: because of a "deprecated" attribute
  struct KOKKOS_DEPRECATED
         ^

[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_complexfloat.cpp.o
[ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[  4%] Linking CXX executable Kokkos_tutorial_03_simple_view
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o
[  4%] Built target Kokkos_tutorial_03_simple_view
[ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 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_KokkosExp_MDRangePolicy_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
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
Scanning dependencies of target Kokkos_tutorial_05_simple_atomics
[  4%] Building CXX object example/tutorial/05_simple_atomics/CMakeFiles/Kokkos_tutorial_05_simple_atomics.dir/simple_atomics.cpp.o
[ 15%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCudaUVM_ViewCopy_a.cpp
[ 15%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 15%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 16%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 16%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[ 16%] 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_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCudaUVM_ViewCopy_b.cpp
[ 16%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 16%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_tutorial_06_simple_mdrangepolicy
[  5%] Building CXX object example/tutorial/06_simple_mdrangepolicy/CMakeFiles/Kokkos_tutorial_06_simple_mdrangepolicy.dir/simple_mdrangepolicy.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_LegionInitialization
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Serial1
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[ 16%] Built target Kokkos_CoreTestCompileOnly
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 17%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.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
[ 17%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 17%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 17%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o
[ 17%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test10_HierarchicalBasics_HIP.cpp.o
[ 13%] Linking CXX executable Kokkos_push_finalize_hook_terminate
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[ 17%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 17%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.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_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
-- [benchmark] Performing Test HAVE_POSIX_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/serial/TestSerial_Graph.cpp.o
[  5%] Linking CXX executable Kokkos_tutorial_04_simple_memoryspaces
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[  5%] Built target Kokkos_tutorial_04_simple_memoryspaces
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 19%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 19%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 19%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
-- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success
-- Sources TestCuda.cpp
-- Kokkos Backends: SERIAL;CUDA
[ 19%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 19%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 19%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 19%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Abort.cpp.o
-- Configuring done
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
[ 13%] 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_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[ 14%] Built target Kokkos_push_finalize_hook_terminate
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBuiltins.dir/tools/TestBuiltinTuners.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 19%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 19%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 19%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 19%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 19%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 19%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
[ 19%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 19%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 19%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
[ 19%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 19%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-5993/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
[  0%] Built target AlwaysCheckGit
Scanning dependencies of target impl_git_version
[  0%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
Scanning dependencies of target benchmark
[  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 _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
Scanning dependencies of target kokkos_gtest
[  1%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o
[ 19%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<long long>, Rank=0UL, RankDynamic=0UL]" 
(42): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<long long>, Rank=0UL, RankDynamic=0UL]" 
(42): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<unsigned int [1]>, Rank=1UL, RankDynamic=0UL]" 
(44): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<unsigned int [1]>, Rank=1UL, RankDynamic=0UL]" 
(44): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<unsigned int *>, Rank=1UL, RankDynamic=1UL]" 
(45): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<unsigned int *>, Rank=1UL, RankDynamic=1UL]" 
(45): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<double [1][2]>, Rank=2UL, RankDynamic=0UL]" 
(47): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<double [1][2]>, Rank=2UL, RankDynamic=0UL]" 
(47): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<double *[2]>, Rank=2UL, RankDynamic=1UL]" 
(48): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<double *[2]>, Rank=2UL, RankDynamic=1UL]" 
(48): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<double **>, Rank=2UL, RankDynamic=2UL]" 
(49): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<double **>, Rank=2UL, RankDynamic=2UL]" 
(49): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<float [1][2][3]>, Rank=3UL, RankDynamic=0UL]" 
(51): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<float [1][2][3]>, Rank=3UL, RankDynamic=0UL]" 
(51): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<float *[2][3]>, Rank=3UL, RankDynamic=1UL]" 
(52): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<float *[2][3]>, Rank=3UL, RankDynamic=1UL]" 
(52): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<float **[3]>, Rank=3UL, RankDynamic=2UL]" 
(53): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<float **[3]>, Rank=3UL, RankDynamic=2UL]" 
(53): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<float ***>, Rank=3UL, RankDynamic=3UL]" 
(54): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<float ***>, Rank=3UL, RankDynamic=3UL]" 
(54): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<int [1][2][3][4]>, Rank=4UL, RankDynamic=0UL]" 
(56): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<int [1][2][3][4]>, Rank=4UL, RankDynamic=0UL]" 
(56): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<int *[2][3][4]>, Rank=4UL, RankDynamic=1UL]" 
(57): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<int *[2][3][4]>, Rank=4UL, RankDynamic=1UL]" 
(57): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<int **[3][4]>, Rank=4UL, RankDynamic=2UL]" 
(58): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<int **[3][4]>, Rank=4UL, RankDynamic=2UL]" 
(58): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<int ***[4]>, Rank=4UL, RankDynamic=3UL]" 
(59): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<int ***[4]>, Rank=4UL, RankDynamic=3UL]" 
(59): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(31): warning: variable "rank" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<int ****>, Rank=4UL, RankDynamic=4UL]" 
(60): here

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewRank.cpp(34): warning: variable "rank_preferred" was set but never used
          detected during instantiation of "__nv_bool <unnamed>::test_view_rank_and_dynamic_rank<View,Rank,RankDynamic>() [with View=Kokkos::View<int ****>, Rank=4UL, RankDynamic=4UL]" 
(60): here

Scanning dependencies of target kokkoscore
Scanning dependencies of target Kokkos_tutorial_advancedviews_01_data_layouts
[  6%] Building CXX object example/tutorial/Advanced_Views/01_data_layouts/CMakeFiles/Kokkos_tutorial_advancedviews_01_data_layouts.dir/data_layouts.cpp.o
[ 19%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 19%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
[ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 20%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 20%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 20%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ArrayOps.cpp.o
[ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 20%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[  2%] Linking CXX static library libkokkossimd.a
[ 10%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPGraph
[ 14%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[  2%] Built target kokkossimd
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[ 21%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
nvcc_wrapper has been given GNU extension standard flag -std=gnu++17 - reverting flag to -std=c++17
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o
[ 21%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o
[ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 14%] Built target Kokkos_CoreUnitTest_Develop
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11a_ParallelFor_TeamThreadRange_HIP.cpp.o
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 10%] Built target Kokkos_CoreUnitTest_OpenMPGraph
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBasics.dir/tools/TestTuning.cpp.o
[  6%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[  6%] Linking CXX executable Kokkos_tutorial_05_simple_atomics
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o
[ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o
Scanning dependencies of target Kokkos_CoreUnitTest_ToolIndependence
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedlongint.cpp.o
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[  6%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[  6%] Built target Kokkos_tutorial_05_simple_atomics
Scanning dependencies of target Kokkos_tutorial_advancedviews_02_memory_traits
[  6%] Building CXX object example/tutorial/Advanced_Views/02_memory_traits/CMakeFiles/Kokkos_tutorial_advancedviews_02_memory_traits.dir/memory_traits.cpp.o
Scanning dependencies of target Kokkos_tutorial_advancedviews_03_subviews
[  7%] Building CXX object example/tutorial/Advanced_Views/03_subviews/CMakeFiles/Kokkos_tutorial_advancedviews_03_subviews.dir/subviews.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.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
[ 14%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization
[ 14%] Built target Kokkos_CoreUnitTest_LegionInitialization
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Atomics.cpp.o
"/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestArrayOps.hpp", line 135: warning: class "Kokkos::Array<int, 18446744073709551615UL, Kokkos::Impl::KokkosArrayContiguous>" was declared deprecated [deprecated_entity]
    using A =
          ^
"/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Array.hpp", line 216: note: because of a "deprecated" attribute
  struct KOKKOS_DEPRECATED
         ^

Remark: individual warnings can be suppressed with "--diag_suppress <warning-name>"

"/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestArrayOps.hpp", line 196: warning: class "Kokkos::Array<int, 18446744073709551615UL, Kokkos::Impl::KokkosArrayContiguous>" was declared deprecated [deprecated_entity]
    using A =
          ^
"/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Array.hpp", line 216: note: because of a "deprecated" attribute
  struct KOKKOS_DEPRECATED
         ^

"/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestArrayOps.hpp", line 273: warning: class "Kokkos::Array<int, 18446744073709551615UL, Kokkos::Impl::KokkosArrayStrided>" was declared deprecated [deprecated_entity]
    using A = Kokkos::Array<int, KOKKOS_INVALID_INDEX, Kokkos::Array<>::strided>;
          ^
"/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Array.hpp", line 285: note: because of a "deprecated" attribute
  struct KOKKOS_DEPRECATED
         ^

"/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestArrayOps.hpp", line 337: warning: class "Kokkos::Array<int, 18446744073709551615UL, Kokkos::Impl::KokkosArrayStrided>" was declared deprecated [deprecated_entity]
    using A  = Kokkos::Array<int, KOKKOS_INVALID_INDEX, Kokkos::Array<>::strided>;
          ^
"/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Array.hpp", line 285: note: because of a "deprecated" attribute
  struct KOKKOS_DEPRECATED
         ^

[ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
[  7%] Linking CXX executable Kokkos_tutorial_06_simple_mdrangepolicy
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o
[  7%] Built target Kokkos_tutorial_06_simple_mdrangepolicy
Scanning dependencies of target Kokkos_tutorial_advancedviews_04_dualviews
[  7%] Building CXX object example/tutorial/Advanced_Views/04_dualviews/CMakeFiles/Kokkos_tutorial_advancedviews_04_dualviews.dir/dual_view.cpp.o
Scanning dependencies of target Kokkos_tutorial_advancedviews_05_nvidia_uvm
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
[  7%] Building CXX object example/tutorial/Advanced_Views/05_NVIDIA_UVM/CMakeFiles/Kokkos_tutorial_advancedviews_05_nvidia_uvm.dir/uvm_example.cpp.o
[ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCudaUVM_ViewCopy_c.cpp
Scanning dependencies of target Kokkos_tutorial_hierarchicalparallelism_01_thread_teams
[  7%] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams.dir/thread_teams.cpp.o
[ 14%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 14%] Built target Kokkos_CoreUnitTest_ToolIndependence
Scanning dependencies of target Kokkos_CoreUnitTest_Develop
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCudaUVM_ViewMapping_a.cpp
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_double.cpp.o
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCudaUVM_ViewMapping_b.cpp
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
[ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o
[ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_float.cpp.o
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
[ 14%] Linking CXX executable Kokkos_CoreUnitTest_TuningBuiltins
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
[  7%] Linking CXX executable Kokkos_CoreTestCompileOnly
[  7%] Built target Kokkos_CoreTestCompileOnly
Scanning dependencies of target Kokkos_tutorial_hierarchical_01_thread_teams_lambda
[  7%] 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
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o
[ 15%] Linking CXX executable Kokkos_CoreUnitTest_TuningBasics
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 15%] Built target Kokkos_CoreUnitTest_TuningBuiltins
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
Scanning dependencies of target Kokkos_PerformanceTest_Benchmark
[ 25%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[  7%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax
[ 25%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CategoricalTuner.dir/tools/TestCategoricalTuner.cpp.o
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
Scanning dependencies of target Kokkos_PerformanceTest_TaskDag
[ 25%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
[  7%] Built target Kokkos_ContainersTestCompileOnly
[  7%] Linking CXX executable Kokkos_tutorial_advancedviews_01_data_layouts
Scanning dependencies of target Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for
[  7%] 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
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
Scanning dependencies of target Kokkos_PerformanceTest_SharedSpace
[ 25%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCudaUVM_ViewMapping_subview.cpp
[  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
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
Scanning dependencies of target Kokkos_PerformanceTest_Mempool
[ 26%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
[ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11b_ParallelFor_TeamVectorRange_HIP.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o
[  7%] Built target Kokkos_tutorial_advancedviews_01_data_layouts
Scanning dependencies of target Kokkos_tutorial_hierarchicalparallelism_03_vectorization
[  7%] Building CXX object example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_03_vectorization.dir/vectorization.cpp.o
[ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o
[ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 26%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 15%] Built target Kokkos_CoreUnitTest_TuningBasics
[  4%] Linking CXX static library libkokkos_gtest.a
[  4%] Built target kokkos_gtest
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCudaHostPinned_ViewAPI_a.cpp
Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
Scanning dependencies of target Kokkos_PerformanceTest_Atomic
[ 26%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
[ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o
Scanning dependencies of target Kokkos_ContainersUnitTest_OpenMP
[ 26%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
Scanning dependencies of target benchmark_main
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCudaHostPinned_ViewAPI_b.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCudaHostPinned_ViewAPI_c.cpp
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o
[ 26%] Linking CXX executable Kokkos_PerformanceTest_TaskDag
[  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
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_double.cpp.o
[  7%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_01_thread_teams
[  7%] Linking CXX executable Kokkos_tutorial_advancedviews_03_subviews
[  7%] Built target Kokkos_tutorial_hierarchicalparallelism_01_thread_teams
Scanning dependencies of target Kokkos_tutorial_01_hello_world_lambda
[  7%] Building CXX object example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/hello_world_lambda.cpp.o
[  7%] Built target Kokkos_tutorial_advancedviews_03_subviews
[  7%] Linking CXX executable Kokkos_tutorial_advancedviews_05_nvidia_uvm
[  7%] Linking CXX executable Kokkos_tutorial_advancedviews_02_memory_traits
Scanning dependencies of target Kokkos_tutorial_02_simple_reduce_lambda
[  7%] Building CXX object example/tutorial/02_simple_reduce_lambda/CMakeFiles/Kokkos_tutorial_02_simple_reduce_lambda.dir/simple_reduce_lambda.cpp.o
[ 26%] Built target Kokkos_PerformanceTest_TaskDag
[ 26%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Develop
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
[  6%] Linking CXX static library libbenchmark.a
[ 26%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[  7%] Built target Kokkos_tutorial_advancedviews_05_nvidia_uvm
[  7%] Built target Kokkos_tutorial_advancedviews_02_memory_traits
Scanning dependencies of target Kokkos_atomic
Scanning dependencies of target Kokkos_tutorial_03_simple_view_lambda
[  9%] Building CXX object example/tutorial/03_simple_view_lambda/CMakeFiles/Kokkos_tutorial_03_simple_view_lambda.dir/simple_view_lambda.cpp.o
[  9%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o
[  6%] Built target benchmark
Scanning dependencies of target benchmark_main
[  6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
[ 29%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 29%] Built target Kokkos_CoreUnitTest_CTestDevice
Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 16%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 16%] Built target Kokkos_CoreUnitTest_Develop
[ 16%] 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_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[ 29%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
[ 10%] Linking CXX executable Kokkos_tutorial_hierarchical_01_thread_teams_lambda
[ 29%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 29%] Built target Kokkos_IncrementalTest_SERIAL
[ 29%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCudaHostPinned_ViewAPI_d.cpp
[ 10%] Built target Kokkos_tutorial_hierarchical_01_thread_teams_lambda
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
[ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o
[ 27%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o
Scanning dependencies of target Kokkos_gather
[ 10%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_HIP.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.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_Profiling.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[ 16%] Linking CXX executable Kokkos_CoreUnitTest_CategoricalTuner
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[ 10%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for
[ 10%] Linking CXX executable Kokkos_tutorial_advancedviews_04_dualviews
[ 10%] Built target Kokkos_tutorial_advancedviews_04_dualviews
Scanning dependencies of target Kokkos_gups
[ 10%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[ 10%] Built target Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for
Scanning dependencies of target Kokkos_launch_latency
[ 27%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace
Scanning dependencies of target Kokkos_ContainersUnitTest_HIP
[ 27%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/UnitTestMain.cpp.o
[ 29%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 11%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[ 27%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[ 27%] Built target Kokkos_PerformanceTest_SharedSpace
[ 27%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Bitset.cpp.o
[ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vector_hpp.dir/tstHeader.cpp.o
[ 29%] Built target Kokkos_CoreUnitTest_Default
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_int.cpp.o
[ 16%] Built target Kokkos_CoreUnitTest_CategoricalTuner
[ 16%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
[ 17%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 16%] Built target Kokkos_IncrementalTest_SERIAL
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCudaHostPinned_ViewAPI_e.cpp
[ 27%] Built target Kokkos_PerformanceTest_Mempool
Scanning dependencies of target Kokkos_ContainersTestCompileOnly
[ 27%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Task.cpp.o
[ 27%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
[ 29%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[ 29%] Built target Kokkos_CoreUnitTest_Develop
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[  5%] Linking CXX static library libbenchmark_main.a
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o
[  6%] Built target benchmark_main
[ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
[  6%] 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
[ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 27%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 12%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_03_vectorization
[ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
[ 12%] Built target Kokkos_tutorial_hierarchicalparallelism_03_vectorization
Scanning dependencies of target Kokkos_stream
[ 12%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[ 13%] Linking CXX executable Kokkos_tutorial_01_hello_world_lambda
[ 13%] Linking CXX executable Kokkos_tutorial_02_simple_reduce_lambda
[ 43%] Linking CXX executable Kokkos_CoreUnitTest_SerialGraph
[ 13%] Built target Kokkos_tutorial_01_hello_world_lambda
Scanning dependencies of target Kokkos_policy_performance
[ 13%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
[ 13%] Built target Kokkos_tutorial_02_simple_reduce_lambda
Scanning dependencies of target Kokkos_bytes_and_flops
[ 13%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCudaHostPinned_ViewCopy_a.cpp
[ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 18%] Built target Kokkos_CoreTestCompileOnly
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12a_ThreadScratch_HIP.cpp.o
[ 13%] Linking CXX executable Kokkos_tutorial_03_simple_view_lambda
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 27%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DualView.cpp.o
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_float.cpp.o
[ 13%] Built target Kokkos_tutorial_03_simple_view_lambda
[ 13%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 18%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCudaHostPinned_ViewCopy_b.cpp
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 32%] 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
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 43%] Built target Kokkos_CoreUnitTest_SerialGraph
[ 18%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 11%] Built target Kokkos_CoreUnitTest_CudaTimingBased
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 18%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCudaHostPinned_ViewCopy_c.cpp
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 33%] 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_Profiling_ScopedRegion_hpp
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 13%] Linking CXX executable Kokkos_atomic
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 13%] Built target Kokkos_atomic
Scanning dependencies of target impl_git_version
[ 13%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 18%] 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_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 13%] Linking CXX executable Kokkos_gups
[  7%] Linking CXX static library libkokkoscore.a
[  7%] Built target kokkoscore
Scanning dependencies of target kokkoscontainers
[  7%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 13%] Linking CXX executable Kokkos_launch_latency
[ 13%] Built target Kokkos_gups
[ 13%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[ 13%] Built target Kokkos_launch_latency
[ 13%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12b_TeamScratch_HIP.cpp.o
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o
nvcc_wrapper has been given GNU extension standard flag -std=gnu++17 - reverting flag to -std=c++17
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 35%] 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
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 18%] Built target Kokkos_ProfilingAllCalls
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCudaHostPinned_ViewMapping_a.cpp
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 13%] Linking CXX static library libimpl_git_version.a
[ 13%] Built target impl_git_version
[ 14%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCudaHostPinned_ViewMapping_b.cpp
[ 14%] Linking CXX executable Kokkos_stream
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 14%] Built target Kokkos_stream
Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCudaHostPinned_ViewMapping_subview.cpp
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 27%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 38%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/tstHeader.cpp.o
[ 14%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 14%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
Scanning dependencies of target Kokkos_StackTraceTestExec
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_int.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13a_ParallelRed_TeamThreadRange_HIP.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_View_64bit.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_ViewOfClass.cpp
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_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
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHook
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreams
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_SerialGraph
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/UnitTestMainInit.cpp.o
[ 10%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/serial/TestSerial_Graph.cpp.o
[ 14%] Linking CXX executable Kokkos_gather
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[ 14%] Built target Kokkos_gather
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_longint.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_longint.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_SubView_a.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_SubView_b.cpp
Scanning dependencies of target Kokkos_ToolsInitialization
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 14%] Linking CXX executable Kokkos_policy_performance
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 14%] Built target Kokkos_policy_performance
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Serial2
Scanning dependencies of target Kokkos_CoreUnitTest_Cuda2
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o
[ 10%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
Scanning dependencies of target Kokkos_CoreUnitTest_Cuda1
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[ 10%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 27%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
[ 20%] Linking CXX executable Kokkos_ToolsInitialization
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13b_ParallelRed_TeamVectorRange_HIP.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BitManipulationBuiltins.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlockSizeDeduction.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_CudaTimingBased
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
Scanning dependencies of target Kokkos_PerformanceTest_Mempool
[ 48%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
Scanning dependencies of target Kokkos_PerformanceTest_Benchmark
[ 48%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax
[ 48%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Cuda2
[ 20%] Built target Kokkos_ToolsInitialization
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/UnitTestMainInit.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_SubView_c01.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_SubView_c02.cpp
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 10%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 10%] Built target Kokkos_CoreUnitTest_PushFinalizeHook
Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_SubView_c03.cpp
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit
[ 49%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[ 12%] Built target Kokkos_CoreUnitTest_CudaInterOpInit
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[ 27%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CheckedIntegerOps.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 27%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynamicView.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Cuda3
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Task.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_HIP.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 49%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
[ 15%] Linking CXX executable Kokkos_ToolsInitialization
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 49%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o
[ 45%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization
[ 15%] Built target Kokkos_ToolsInitialization
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_SubView_c04.cpp
[ 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_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_SubView_c05.cpp
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_SubView_c06.cpp
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_longlongint.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Serial2
[ 45%] Built target Kokkos_CoreUnitTest_LegionInitialization
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test01_execspace_OPENMPTARGET.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 10%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 15%] Linking CXX executable Kokkos_bytes_and_flops
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o
[ 49%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[ 49%] Built target Kokkos_PerformanceTest_Mempool
Scanning dependencies of target Kokkos_PerformanceTest_TaskDag
[ 49%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_SerialGraph
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 27%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o
[ 11%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 15%] Built target Kokkos_bytes_and_flops
Scanning dependencies of target Kokkos_PerformanceTest_Atomic
[ 49%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[ 27%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o
[ 27%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[ 11%] Built target Kokkos_CoreUnitTest_SerialGraph
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Serial1
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o
[ 28%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_longlongint.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[  6%] Linking CXX static library libkokkoscore.a
[  6%] Built target kokkoscore
Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
Scanning dependencies of target kokkoscontainers
[  7%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
[ 49%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o
[ 28%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test14_MDRangeReduce_HIP.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams
[ 11%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
[ 49%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
[ 49%] Linking CXX executable Kokkos_PerformanceTest_TaskDag
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[ 49%] Built target Kokkos_PerformanceTest_TaskDag
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_SubView_c07.cpp
Scanning dependencies of target Kokkos_ContainersUnitTest_Serial
[ 49%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
[ 28%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[ 28%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[ 49%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 22%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o
[ 28%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test02_atomic_host_OPENMPTARGET.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 46%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_SubView_c08.cpp
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 49%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
[ 49%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
[ 49%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o
[ 49%] Built target Kokkos_Benchmark_Atomic_MinMax
Scanning dependencies of target Kokkos_ContainersUnitTest_OpenMP
[ 49%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test16_ParallelScan_HIP.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_SubView_c09.cpp
[ 28%] Linking CXX executable Kokkos_PerformanceTest_Atomic
[ 29%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[ 46%] Built target Kokkos_CoreUnitTest_PushFinalizeHook
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o
[ 22%] Built target Kokkos_CoreUnitTest_KokkosP
[ 29%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 29%] Built target Kokkos_PerformanceTest_Atomic
[ 29%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.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_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 23%] Linking CXX executable Kokkos_StackTraceTestExec
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_unsignedint.cpp.o
[ 29%] Built target Kokkos_Benchmark_Atomic_MinMax
Scanning dependencies of target Kokkos_ContainersPerformanceTest_OpenMP
[ 29%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[ 50%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[ 15%] 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_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 50%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[ 23%] Built target Kokkos_StackTraceTestExec
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o
[ 50%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test03a_MemorySpace_malloc_OPENMPTARGET.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_SubView_c10.cpp
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[ 29%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 29%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_generic.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_SubView_c11.cpp
[ 50%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 23%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o
[ 29%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o
[ 23%] 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_c3.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
[ 23%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 51%] Linking CXX executable Kokkos_PerformanceTest_Atomic
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[ 29%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank12345.cpp.o
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 52%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
[ 52%] Built target Kokkos_PerformanceTest_Atomic
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
Scanning dependencies of target Kokkos_ContainersTestCompileOnly
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Init.cpp.o
[ 52%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 52%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 52%] 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_IncrementalTest_HIP.dir/generated/Test17_CompleteAtomic_HIP.cpp.o
[ 16%] Linking CXX executable Kokkos_StackTraceTestExec
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 17%] Built target Kokkos_StackTraceTestExec
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[ 23%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 17%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased
[ 29%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
[ 17%] Built target Kokkos_CoreUnitTest_CudaTimingBased
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_unsignedint.cpp.o
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 53%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test03b_MemorySpace_free_OPENMPTARGET.cpp.o
[ 23%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 29%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o
[ 23%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 13%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 13%] Built target Kokkos_CoreTestCompileOnly
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 13%] 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_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_unsignedlongint.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyConstructors.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o
[ 13%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams
[ 23%] Linking CXX executable Kokkos_IncrementalTest_HIP
[ 13%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o
[ 23%] Built target Kokkos_IncrementalTest_HIP
Scanning dependencies of target Kokkos_push_finalize_hook_terminate
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 53%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 24%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 29%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
[ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test04_ParallelFor_RangePolicy_OPENMPTARGET.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMPTARGET.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o
[ 53%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 49%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 29%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
[  7%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  7%] Built target 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
Scanning dependencies of target Kokkos_CoreUnitTest_ToolIndependence
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
Scanning dependencies of target Kokkos_ProfilingAllCalls
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyInterface.cpp.o
[ 23%] Linking CXX executable Kokkos_push_finalize_hook_terminate
Scanning dependencies of target Kokkos_ToolsInitialization
[ 23%] Built target Kokkos_push_finalize_hook_terminate
Scanning dependencies of target Kokkos_CoreTestCompileOnly
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_CudaTimingBased
[ 53%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o
[ 53%] Built target Kokkos_ContainersTestCompileOnly
Scanning dependencies of target Kokkos_ContainersPerformanceTest_OpenMP
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 53%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o
[ 25%] 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_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 49%] Built target Kokkos_CoreUnitTest_Develop
[ 29%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank67.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[ 29%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o
Scanning dependencies of target Kokkos_StackTraceTestExec
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Atomics.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 29%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 54%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_LegionInitialization
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 29%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Complex.cpp.o
[ 29%] Built target Kokkos_ContainersPerformanceTest_OpenMP
Scanning dependencies of target Kokkos_ContainersPerformanceTest_HIP
[ 29%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestMain.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMPTARGET.cpp.o
[ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
[ 54%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o
[ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 29%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ErrorReporter.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o
Scanning dependencies of target Kokkos_IncrementalTest_SERIAL
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
Scanning dependencies of target Kokkos_IncrementalTest_CUDA
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 29%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/UnitTestMainInit.cpp.o
[ 54%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o
[ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 51%] Linking CXX executable Kokkos_push_finalize_hook_terminate
Scanning dependencies of target Kokkos_CoreUnitTest_Cuda1
[ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o
[ 30%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestHIP.cpp.o
[ 31%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_OffsetView.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.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_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_unsignedlongint.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
[ 32%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 54%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 51%] Built target Kokkos_push_finalize_hook_terminate
[ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 32%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 54%] Built target Kokkos_ContainersPerformanceTest_OpenMP
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 32%] Built target Kokkos_ContainersTestCompileOnly
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
Scanning dependencies of target Kokkos_CoreUnitTest_SerialGraph
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/UnitTestMainInit.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/serial/TestSerial_Graph.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
[ 51%] Linking CXX executable Kokkos_CoreUnitTest_Default
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_SubView_c12.cpp
[ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicViews.cpp.o
[ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Concepts.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
[ 54%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o
[ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 32%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestLegionInitialization.cpp(30): warning #177-D: member "<unnamed>::initialization_legion_initialization_Test::test_info_" was declared but never referenced

[ 13%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization
[  8%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 51%] Built target Kokkos_CoreUnitTest_Default
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_BitManipulationBuiltins.cpp.o
[ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/tstHeader.cpp.o
[ 13%] Built target Kokkos_CoreUnitTest_LegionInitialization
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o
[  8%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[ 54%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
[ 32%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o
[ 24%] 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_BlockSizeDeduction.cpp.o
[ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test08_deep_copy_OPENMPTARGET.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o
[ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Crs.cpp.o
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_SubView_c13.cpp
[ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_Reductions.cpp
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 32%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
[ 32%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[  8%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[  8%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[ 21%] Linking CXX executable Kokkos_CoreUnitTest_SerialGraph
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[ 21%] Built target Kokkos_CoreUnitTest_SerialGraph
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
[ 32%] Linking CXX executable Kokkos_ContainersPerformanceTest_HIP
[ 55%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 32%] Built target Kokkos_ContainersPerformanceTest_HIP
[ 51%] Linking CXX executable Kokkos_UnitTest_SIMD
[ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o
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
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopyAlignment.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Atomics.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_ParallelScanRangePolicy.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_Reductions_DeviceView.cpp
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CheckedIntegerOps.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 30%] 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/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 33%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ScatterView.cpp.o
[ 33%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o
[ 52%] Built target Kokkos_UnitTest_SIMD
Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_Reducers_a.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_Reducers_b.cpp
[ 33%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 31%] 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_ViewCtorDimMatch.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o
[ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_Reducers_c.cpp
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
[ 26%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 26%] Built target Kokkos_CoreUnitTest_Default
Scanning dependencies of target Kokkos_ProfilingAllCalls
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CommonPolicyConstructors.cpp.o
[ 15%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 15%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
Scanning dependencies of target Kokkos_ToolsInitialization
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraph.dir/UnitTestMainInit.cpp.o
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 33%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreams
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o
[ 34%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 28%] Linking CXX executable Kokkos_ProfilingAllCalls
Scanning dependencies of target Kokkos_StackTraceTestExec
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_Reducers_d.cpp
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraph.dir/cuda/TestCuda_Graph.cpp.o
[ 28%] Built target Kokkos_ProfilingAllCalls
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_Reducers_e.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_Complex.cpp
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o
[ 23%] 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_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMPTARGET.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 28%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[  8%] Linking CXX executable Kokkos_ProfilingAllCalls
Scanning dependencies of target Kokkos_CoreUnitTest_Cuda2
/var/jenkins/workspace/Kokkos_PR-5993/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

[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[  8%] Built target Kokkos_ProfilingAllCalls
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMPTARGET.cpp.o
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_AtomicOperations_int.cpp
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[ 28%] Linking CXX executable Kokkos_ToolsInitialization
[ 28%] Built target Kokkos_ToolsInitialization
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
[ 28%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vector_hpp.dir/tstHeader.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 57%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[ 34%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
[ 29%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 29%] Built target Kokkos_CoreTestCompileOnly
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 29%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 34%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o
[ 57%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHook
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_c.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o
[ 24%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams
[ 24%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
[ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 30%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 30%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Serial2
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMPTARGET.cpp.o
[ 33%] 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_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpInit
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o
[ 24%] 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_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
[ 34%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_StaticCrsGraph.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_AtomicOperations_unsignedint.cpp
[ 34%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[  9%] 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_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_AtomicOperations_longint.cpp
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 32%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[ 24%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 24%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Cuda3
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Task.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_AtomicOperations_unsignedlongint.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_AtomicOperations_longlongint.cpp
[ 24%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook
[ 24%] Built target Kokkos_CoreUnitTest_PushFinalizeHook
[ 16%] 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_HIP.dir/hip/TestHIP_ExecSpacePartitioning.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test12a_ThreadScratch_OPENMPTARGET.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Serial1
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o
[ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 33%] 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_ArrayOps.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_LegionInitialization
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
[ 33%] 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_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
[ 33%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 33%] Built target Kokkos_CoreUnitTest_KokkosP
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[ 24%] 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_MDRange_a.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[ 34%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecutionSpace.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_AtomicOperations_double.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_AtomicOperations_float.cpp
[ 59%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o
[ 25%] 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_IncrementalTest_OPENMPTARGET.dir/generated/Test12b_TeamScratch_OPENMPTARGET.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp(60): warning #177-D: member "<unnamed>::cuda_multi_gpu_managed_views_Test::test_info_" was declared but never referenced

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp(75): warning #177-D: member "<unnamed>::cuda_multi_gpu_unmanaged_views_Test::test_info_" was declared but never referenced

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp(99): warning #177-D: member "<unnamed>::cuda_multi_gpu_scratch_space_Test::test_info_" was declared but never referenced

[ 16%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 34%] Linking CXX executable Kokkos_StackTraceTestExec
[ 34%] Built target Kokkos_StackTraceTestExec
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[ 17%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit
[ 17%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
Scanning dependencies of target Kokkos_CoreUnitTest_CudaGraph
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraph.dir/UnitTestMainInit.cpp.o
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraph.dir/cuda/TestCuda_Graph.cpp.o
[ 17%] Built target Kokkos_CoreUnitTest_CudaInterOpInit
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Default
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[ 59%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_AtomicOperations_complexfloat.cpp
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_FunctorAnalysis.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicViews.cpp.o
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_AtomicOperations_complexdouble.cpp
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtr.cpp.o
[ 34%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 25%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o
[ 25%] Built target Kokkos_CoreUnitTest_LegionInitialization
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o
[ 34%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestInitializationSettings.cpp(23): warning #177-D: member "<unnamed>::defaultdevicetype_initialization_settings_Test::test_info_" was declared but never referenced

[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_AtomicViews.cpp
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_Atomics.cpp
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtrAccessOnDevice.cpp.o
[ 34%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CommonPolicyInterface.cpp.o
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Complex.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Init.cpp.o
[ 60%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 16%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraph
[ 16%] Built target Kokkos_CoreUnitTest_CudaGraph
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_TeamBasic.cpp
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
[ 35%] Linking CXX executable Kokkos_IncrementalTest_OPENMPTARGET
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_TeamScratch.cpp
[ 35%] 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_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 35%] Built target Kokkos_IncrementalTest_OPENMPTARGET
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 34%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_TeamReductionScan.cpp
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_JoinBackwardCompatibility.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_LocalDeepCopy.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o
[ 17%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraph
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[ 17%] Built target Kokkos_CoreUnitTest_CudaGraph
Scanning dependencies of target Kokkos_CoreUnitTest_Develop
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o
[ 26%] 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_HIP.dir/hip/TestHIP_MathematicalConstants.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(143): warning #177-D: member "<unnamed>::defaultdevicetype_cmd_line_args_num_threads_Test::test_info_" was declared but never referenced

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(156): warning #177-D: member "<unnamed>::defaultdevicetype_cmd_line_args_device_id_Test::test_info_" was declared but never referenced

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(169): warning #177-D: member "<unnamed>::defaultdevicetype_cmd_line_args_disable_warning_Test::test_info_" was declared but never referenced

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(181): warning #177-D: member "<unnamed>::defaultdevicetype_cmd_line_args_tune_internals_Test::test_info_" was declared but never referenced

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(195): warning #177-D: member "<unnamed>::defaultdevicetype_cmd_line_args_help_Test::test_info_" was declared but never referenced

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(229): warning #177-D: member "<unnamed>::defaultdevicetype_cmd_line_args_tools_arguments_Test::test_info_" was declared but never referenced

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(255): warning #177-D: member "<unnamed>::defaultdevicetype_cmd_line_args_unrecognized_flag_Test::test_info_" was declared but never referenced

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(304): warning #177-D: member "<unnamed>::defaultdevicetype_env_vars_num_threads_Test::test_info_" was declared but never referenced

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(327): warning #177-D: member "<unnamed>::defaultdevicetype_env_vars_device_id_Test::test_info_" was declared but never referenced

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(338): warning #177-D: member "<unnamed>::defaultdevicetype_env_vars_disable_warnings_Test::test_info_" was declared but never referenced

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(365): warning #177-D: member "<unnamed>::defaultdevicetype_env_vars_tune_internals_Test::test_info_" was declared but never referenced

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestParseCmdLineArgsAndEnvVars.cpp(392): warning #177-D: member "<unnamed>::defaultdevicetype_visible_devices_Test::test_info_" was declared but never referenced

[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[ 34%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_c.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_TeamTeamSize.cpp
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o
[ 61%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions1.cpp.o
[ 61%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Concepts.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_TeamVectorRange.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_Other.cpp
[ 34%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
Scanning dependencies of target Kokkos_CoreUnitTest_ToolIndependence
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o
[ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
[ 26%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 26%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[ 17%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 17%] Built target Kokkos_CoreUnitTest_Develop
Scanning dependencies of target Kokkos_push_finalize_hook_terminate
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o
[ 34%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_StaticCrsGraph.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSharedSpace.cpp(100): warning #177-D: member "<unnamed>::defaultdevicetype_shared_space_Test::test_info_" was declared but never referenced

[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o
[ 34%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_BitManipulationBuiltins.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions2.cpp.o
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_MDRange_a.cpp
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 62%] 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_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o
[ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 39%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 17%] Linking CXX executable Kokkos_push_finalize_hook_terminate
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 17%] Built target Kokkos_push_finalize_hook_terminate
Scanning dependencies of target Kokkos_CoreTestCompileOnly
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 40%] Built target Kokkos_IncrementalTest_SERIAL
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_MDRange_b.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_MDRange_c.cpp
[ 10%] Linking CXX executable Kokkos_ToolsInitialization
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 34%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_MDRange_d.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_MDRange_e.cpp
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[ 10%] Built target Kokkos_ToolsInitialization
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_Crs.cpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 62%] 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_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[ 38%] 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_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
Scanning dependencies of 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
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ExecSpacePartitioning.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSharedHostPinnedSpace.cpp(60): warning #177-D: member "<unnamed>::defaultdevicetype_shared_host_pinned_space_Test::test_info_" was declared but never referenced

[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/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 <unnamed>::is_equal(const L &, const R &) [with L=Kokkos::Array<int, 5UL>, R=Kokkos::Array<int, 5UL>]" 
(70): here

/var/jenkins/workspace/Kokkos_PR-5993/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 <unnamed>::is_equal(const L &, const R &) [with L=Kokkos::Array<int, 5UL>, R=Kokkos::Array<int, 5UL>]" 
(70): here

/var/jenkins/workspace/Kokkos_PR-5993/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 <unnamed>::is_equal(const L &, const R &) [with L=Kokkos::Array<int, 5UL>, R=Kokkos::Array<int, 5UL>]" 
(70): here

/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Array.hpp(142): warning #20013-D: calling a constexpr __host__ function("kokkos_swap") from a __host__ __device__ function("kokkos_swap") is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
          detected during instantiation of class "Kokkos::Array<T, N> [with T=<unnamed>::MyInt, N=2UL]" 
/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestArray.cpp(144): here

/var/jenkins/workspace/Kokkos_PR-5993/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-5993/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-5993/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.

[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
[ 58%] 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_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/cuda/TestCuda_Task.cpp
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 35%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test02_atomic_host_CUDA.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_WorkGraph.cpp
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 36%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ExecutionSpace.cpp.o
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_FunctorAnalysis.cpp.o
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/cuda/TestCuda_Spaces.cpp
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_UniqueToken.cpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions3.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o
[ 36%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Init.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_LocalDeepCopy.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/cuda/TestCuda_DebugSerialExecution.cpp
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/cuda/TestCuda_DebugPinUVMSpace.cpp
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Cuda1
[ 46%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/cuda/TestCuda_TeamScratchStreams.cpp
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o
[ 62%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 62%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
Scanning dependencies of target Kokkos_UnitTest_Sort
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Command_Line_Parsing.cpp
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 47%] Built target Kokkos_CoreUnitTest_Default
[ 58%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MathematicalConstants.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MathematicalSpecialFunctions.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
[ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 59%] Built target Kokkos_CoreUnitTest_KokkosP
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[ 36%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostSpace_deepcopy.cpp
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
[ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestSort.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vector_hpp.dir/tstHeader.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Abort.cpp
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[ 59%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_a.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[ 36%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 59%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_c.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_ExecPolicy.cpp
[ 36%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostThreadTeam.cpp
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_SharedAlloc.cpp
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_hwloc.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_CPUDiscovery.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostBarrier.cpp
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_BlockSizeDeduction.cpp.o
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Core.cpp
[ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_StaticCrsGraph.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Stacktrace.cpp
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_CheckedIntegerOps.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[ 36%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Profiling.cpp
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Error.cpp
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostSpace.cpp
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 60%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewHooks.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_MemoryPool.cpp
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_CommonPolicyConstructors.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
[ 60%] Built target Kokkos_ProfilingAllCalls
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/containers/src/impl/Kokkos_UnorderedMap_impl.cpp
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_CommonPolicyInterface.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_Cuda_Instance.cpp
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestSortByKey.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o
[ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o
[ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
[ 36%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_CudaSpace.cpp
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_Cuda_Task.cpp
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/src/Lock_Array_CUDA.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial.cpp
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Complex.cpp.o
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial_Task.cpp
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/UnitTestMain.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/cuda/TestCuda_InterOp_Init.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/cuda/TestCuda_InterOp_Streams.cpp
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_Init.cpp
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_b.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_SharedAlloc.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_RangePolicy.cpp
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_RangePolicyRequire.cpp
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_View_64bit.cpp
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_ViewAPI_a.cpp
[ 36%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestSortCustomComp.cpp.o
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_d.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalSpecialFunctions.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_ViewAPI_b.cpp
[ 42%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[ 42%] Built target Kokkos_CoreUnitTest_Serial1
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03a_MemorySpace_malloc_CUDA.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[ 20%] Linking CXX executable Kokkos_CoreTestCompileOnly
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_ViewAPI_c.cpp
[ 51%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[ 20%] Built target Kokkos_CoreTestCompileOnly
Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpInit
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_ViewAPI_d.cpp
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_ViewAPI_e.cpp
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_DeepCopyAlignment.cpp
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Concepts.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
[ 51%] Built target Kokkos_PerformanceTest_Mempool
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_ViewCopy_a.cpp
[ 36%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 36%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
[ 51%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_ViewCopy_b.cpp
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_a.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
[ 51%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 63%] Linking CXX executable Kokkos_ToolsInitialization
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_ViewCopy_c.cpp
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 36%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 36%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
Scanning dependencies of target Kokkos_CoreUnitTest_CudaGraph
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraph.dir/UnitTestMainInit.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraph.dir/cuda/TestCuda_Graph.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 66%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
[ 63%] Built target Kokkos_ToolsInitialization
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Crs.cpp.o
[ 36%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 66%] Built target Kokkos_PerformanceTest_Benchmark
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[ 36%] 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_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o
[ 37%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o
[ 37%] Built target Kokkos_CoreUnitTest_CudaInterOpInit
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o
[ 51%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_DeepCopyAlignment.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o
[ 67%] 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_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_ViewMapping_a.cpp
[ 36%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_e.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestBinSortA.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/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

[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_ViewMapping_b.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_ViewMapping_subview.cpp
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 43%] 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_Complex.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o
[ 10%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_ViewResize.cpp
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_ViewLayoutStrideAssignment.cpp
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_g.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 52%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 37%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraph
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_ViewOfClass.cpp
[ 37%] Built target Kokkos_CoreUnitTest_CudaGraph
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[ 10%] Built target Kokkos_CoreUnitTest_CudaTimingBased
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/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

[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
Warning: 'long double' is treated as 'double' in device code

[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_SubView_a.cpp
[ 36%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_c.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/tools/TestScopedRegion.cpp(34): warning #177-D: member "<unnamed>::defaultdevicetype_scoped_profile_region_Test::test_info_" was declared but never referenced

[ 24%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
Scanning dependencies of target Kokkos_CoreUnitTest_SerialGraph
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Vector.cpp.o
[ 24%] Built target Kokkos_CoreUnitTest_KokkosP
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_SubView_b.cpp
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/UnitTestMainInit.cpp.o
Warning: 'long double' is treated as 'double' in device code

[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRangePolicyConstructors.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ExecSpacePartitioning.cpp.o
[ 53%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
[ 53%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o
[ 37%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_SubView_c01.cpp
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestBinSortB.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_SubView_c02.cpp
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_c.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
[ 54%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorPropEmbeddedDim.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_SubView_c03.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_SubView_c04.cpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ExecutionSpace.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[ 54%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_d.cpp.o
[ 37%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_e.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 37%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[ 55%] Built target Kokkos_Benchmark_Atomic_MinMax
[ 55%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o
[ 69%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o
[ 69%] Built target Kokkos_ContainersUnitTest_OpenMP
Scanning dependencies of target Kokkos_UnitTest_Random
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o
[ 55%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_SubView_c05.cpp
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o
[ 55%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRangeReduce.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/openmp/TestRandom.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o
[ 55%] Linking CXX executable Kokkos_PerformanceTest_Atomic
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_f.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[ 37%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_SubView_c06.cpp
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestNestedSort.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_SubView_c07.cpp
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o
[ 37%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_SubView_c08.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_SubView_c09.cpp
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDSpan.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_SubView_c10.cpp
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SerialGraph.dir/serial/TestSerial_Graph.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o
[ 55%] Built target Kokkos_PerformanceTest_Atomic
[ 55%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 55%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Default
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_g.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangePolicyConstructors.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
[ 55%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_SubView_c11.cpp
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangeReduce.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o
[ 37%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[ 70%] Linking CXX executable Kokkos_ContainersUnitTest_Serial
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 70%] Built target Kokkos_ContainersUnitTest_Serial
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MinMaxClamp.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_OccupancyControlTrait.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpan.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MinMaxClamp.cpp.o
[ 55%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/openmptarget/TestRandom.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Develop
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o
[ 55%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestSort.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o
[ 37%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
[ 37%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorPropEmbeddedDim.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_NumericTraits.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_OccupancyControlTrait.cpp.o
[ 55%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ParallelScanRangePolicy.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[ 70%] Linking CXX executable Kokkos_UnitTest_Sort
[ 70%] Built target Kokkos_UnitTest_Sort
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
[ 25%] 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_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Other.cpp.o
[ 71%] Linking CXX executable Kokkos_UnitTest_Random
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 71%] Built target Kokkos_UnitTest_Random
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03b_MemorySpace_free_CUDA.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[ 67%] Linking CXX executable Kokkos_StackTraceTestExec
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_SubView_c12.cpp
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o
[ 43%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 67%] Built target Kokkos_StackTraceTestExec
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
[ 43%] Built target Kokkos_CoreUnitTest_Develop
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ParallelScanRangePolicy.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
[ 37%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP
[ 37%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_SubView_c13.cpp
[ 37%] Built target Kokkos_ContainersUnitTest_OpenMP
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 37%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
[ 55%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o
[ 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_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_c.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_Reductions.cpp
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_ParallelScanRangePolicy.cpp
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Printf.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_Reductions_DeviceView.cpp
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o
[ 37%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
Scanning dependencies of target Kokkos_UnitTest_Sort
[ 37%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_Reducers_a.cpp
[ 75%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 75%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o
[ 37%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_UnorderedMap.cpp.o
"/var/jenkins/workspace/Kokkos_PR-5993/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-5993/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<ExecSpace>::testit() [with ExecSpace=Kokkos::Serial]" at line 85

Remark: individual warnings can be suppressed with "--diag_suppress <warning-name>"

[ 37%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[ 37%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_Reducers_b.cpp
[ 37%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 55%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Printf.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_QuadPrecisionMath.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_QuadPrecisionMath.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o
[ 77%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 77%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 77%] 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_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_RangePolicyConstructors.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicy.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyConstructors.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_Reducers_c.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_Reducers_d.cpp
[ 37%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSort.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_Reducers_e.cpp
[ 37%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 37%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
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%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_Complex.cpp
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyRequire.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_AtomicOperations_int.cpp
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 55%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
[ 56%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestSortByKey.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_AtomicOperations_unsignedint.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_AtomicOperations_longint.cpp
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_FunctorAnalysis.cpp.o
[ 56%] Built target Kokkos_ContainersTestCompileOnly
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_AtomicOperations_unsignedlongint.cpp
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 77%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 37%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
Scanning dependencies of target Kokkos_UnitTest_Random
[ 37%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 77%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 37%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o
[ 37%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/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

[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ReducerCTADs.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ReducerCTADs.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 37%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/hip/TestRandom.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[ 37%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 38%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Init.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_c.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_AtomicOperations_longlongint.cpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_a.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_b.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_AtomicOperations_double.cpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_c.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_HostSharedPtr.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o
[ 38%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
[ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 38%] Built target Kokkos_PerformanceTest_Benchmark
[ 38%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
[ 39%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_d.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_AtomicOperations_float.cpp
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_AtomicOperations_complexfloat.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_AtomicOperations_complexdouble.cpp
[ 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
[ 56%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 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_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_AtomicViews.cpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_Atomics.cpp
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_b.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 47%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_HostSharedPtrAccessOnDevice.cpp.o
[ 47%] Built target Kokkos_CoreUnitTest_Serial2
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Init.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_TeamBasic.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_TeamScratch.cpp
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_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
[ 48%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/tstHeader.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test04_ParallelFor_RangePolicy_CUDA.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_c.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
[ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_TeamVectorRange.cpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_TeamReductionScan.cpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_TeamTeamSize.cpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions_DeviceView.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_c.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Init.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_Other.cpp
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 57%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_SerialGraph
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedAlloc.cpp.o
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Swap.cpp.o
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamBasic.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_MDRange_a.cpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 11%] Built target Kokkos_CoreUnitTest_SerialGraph
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_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
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_MDRange_b.cpp
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_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_Layout_hpp
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 53%] 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_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_MDRange_c.cpp
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamCombinedReducers.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreams
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[ 57%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
[ 57%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestSortCustomComp.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_JoinBackwardCompatibility.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamMDRange.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamPolicyConstructors.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 40%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 40%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ViewCtorPropEmbeddedDim.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_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
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_MDRange_d.cpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_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
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_MDRange_e.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_Crs.cpp
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 53%] 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
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
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o
[ 80%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 80%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/serial/TestSerial_Task.cpp
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o
[ 40%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamReductionScan.cpp.o
[ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalConstants.cpp.o
[ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_WorkGraph.cpp
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[ 81%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_LocalDeepCopy.cpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScan.cpp.o
[ 40%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestHWLOC.cpp
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
Scanning dependencies of target Kokkos_PerformanceTest_Benchmark
[ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/default/TestDefaultDeviceType.cpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax
[ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o
[ 59%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/default/TestDefaultDeviceType_a1.cpp
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/default/TestDefaultDeviceType_b1.cpp
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
[ 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_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
[ 59%] Linking CXX executable Kokkos_UnitTest_Random
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 59%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/default/TestDefaultDeviceType_c1.cpp
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[ 60%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[ 40%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/default/TestDefaultDeviceType_a2.cpp
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 60%] Built target Kokkos_UnitTest_Random
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
[ 60%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/default/TestDefaultDeviceType_b2.cpp
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/default/TestDefaultDeviceType_c2.cpp
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
[ 40%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o
[ 60%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratch.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 60%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 40%] 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_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Init.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamTeamSize.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/default/TestDefaultDeviceType_a3.cpp
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[ 29%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalFunctions1.cpp.o
[ 59%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 59%] Built target Kokkos_Benchmark_Atomic_MinMax
Scanning dependencies of target Kokkos_PerformanceTest_TaskDag
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
[ 40%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/default/TestDefaultDeviceType_b3.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/default/TestDefaultDeviceType_c3.cpp
[ 11%] Linking CXX executable Kokkos_StackTraceTestExec
[ 11%] Built target Kokkos_StackTraceTestExec
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 29%] Built target Kokkos_CoreUnitTest_Cuda3
Scanning dependencies of target Kokkos_StackTraceTestExec
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 60%] Linking CXX executable Kokkos_PerformanceTest_TaskDag
[ 60%] Built target Kokkos_PerformanceTest_TaskDag
Scanning dependencies of target Kokkos_PerformanceTest_SharedSpace
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/default/TestDefaultDeviceType_d.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestStackTrace.cpp
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
Scanning dependencies of target Kokkos_PerformanceTest_Mempool
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHook
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestStackTrace_f0.cpp
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestBinSortA.cpp.o
[ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.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_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o
[ 40%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 60%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace
[ 60%] Built target Kokkos_PerformanceTest_SharedSpace
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
[ 40%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestStackTrace_f1.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestStackTrace_f2.cpp
[ 40%] Linking CXX executable Kokkos_ContainersUnitTest_HIP
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 40%] Built target Kokkos_ContainersUnitTest_HIP
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
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
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
[ 60%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[ 60%] Built target Kokkos_PerformanceTest_Mempool
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o
Scanning dependencies of target Kokkos_PerformanceTest_Atomic
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestStackTrace_f3.cpp
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestStackTrace_f4.cpp
ar cr libkokkos.a Kokkos_CPUDiscovery.o Kokkos_Profiling.o Kokkos_Error.o Kokkos_MemoryPool.o Kokkos_hwloc.o Kokkos_HostSpace.o Kokkos_HostThreadTeam.o Kokkos_Stacktrace.o Kokkos_Abort.o Kokkos_ExecPolicy.o Kokkos_HostSpace_deepcopy.o Kokkos_SharedAlloc.o Kokkos_Command_Line_Parsing.o Kokkos_Core.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
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamVectorRange.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UniqueToken.cpp.o
ranlib libkokkos.a
/var/jenkins/workspace/Kokkos_PR-5993/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_ViewCopy_c.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_ViewCopy_c.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_ViewCopy_c.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-5993/build/core/unit_test -L/usr/local/cuda/lib64  -lpthread -o KokkosCore_UnitTest_Cuda
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 41%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test05_ParallelReduce_RangePolicy_CUDA.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/unit_test -L/usr/local/cuda/lib64  -lpthread -o KokkosCore_UnitTest_CudaInterOpInit
/var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/unit_test -L/usr/local/cuda/lib64  -lpthread -o KokkosCore_UnitTest_CudaInterOpStreams
[ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/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_ViewCopy_c.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-5993/build/core/unit_test -L/usr/local/cuda/lib64  -lpthread -o KokkosCore_UnitTest_Serial
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper  TestHWLOC.o UnitTestMain.o gtest-all.o -lkokkos -ldl -lcudart -lcuda  -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test -L/usr/local/cuda/lib64  -lpthread -o KokkosCore_UnitTest_HWLOC
[ 41%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/unit_test -L/usr/local/cuda/lib64  -lpthread -o KokkosCore_UnitTest_Default
/var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/unit_test -L/usr/local/cuda/lib64  -lpthread -o KokkosCore_UnitTest_PushFinalizeHook
/var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/unit_test -L/usr/local/cuda/lib64  -lpthread -o KokkosCore_UnitTest_PushFinalizeHook_terminate
/var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/unit_test -L/usr/local/cuda/lib64  -lpthread -o KokkosCore_UnitTest_StackTraceTestExec
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_View_64bit.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_a.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
Scanning dependencies of target Kokkos_ContainersUnitTest_Serial
[ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 41%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test'
make -C core/perf_test
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test'
make -f /var/jenkins/workspace/Kokkos_PR-5993/core/perf_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-5993 CXX=/var/jenkins/workspace/Kokkos_PR-5993/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-5993/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-5993
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test'
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/perf_test -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/core/perf_test/test_taskdag.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Command_Line_Parsing.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostSpace_deepcopy.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Abort.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_ExecPolicy.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostThreadTeam.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_SharedAlloc.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_hwloc.cpp
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_b.cpp.o
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 42%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[ 42%] Linking CXX executable Kokkos_UnitTest_Random
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewHooks.cpp.o
[ 42%] Built target Kokkos_UnitTest_Random
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.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
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_CPUDiscovery.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostBarrier.cpp
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_c.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_d.cpp.o
[ 63%] Linking CXX executable Kokkos_PerformanceTest_Atomic
[ 63%] Built target Kokkos_PerformanceTest_Atomic
Scanning dependencies of target Kokkos_ContainersUnitTest_HIP
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/UnitTestMain.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 62%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Core.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Stacktrace.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Profiling.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Error.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostSpace.cpp
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_CudaTimingBased
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_MemoryPool.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/containers/src/impl/Kokkos_UnorderedMap_impl.cpp
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_Cuda_Instance.cpp
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_CudaSpace.cpp
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Bitset.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_Cuda_Task.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/src/Lock_Array_CUDA.cpp
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[ 63%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Init.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_e.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial.cpp
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/core/perf_test -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial_Task.cpp
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_a.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 32%] Linking CXX executable Kokkos_StackTraceTestExec
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
[ 32%] Built target Kokkos_StackTraceTestExec
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o
Scanning dependencies of target Kokkos_IncrementalTest_SERIAL
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_b.cpp.o
Scanning dependencies of target Kokkos_IncrementalTest_CUDA
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/UnitTestMainInit.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test01_execspace_CUDA.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
[ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o
ar cr libkokkos.a Kokkos_CPUDiscovery.o Kokkos_Profiling.o Kokkos_Error.o Kokkos_MemoryPool.o Kokkos_hwloc.o Kokkos_HostSpace.o Kokkos_HostThreadTeam.o Kokkos_Stacktrace.o Kokkos_Abort.o Kokkos_ExecPolicy.o Kokkos_HostSpace_deepcopy.o Kokkos_SharedAlloc.o Kokkos_Command_Line_Parsing.o Kokkos_Core.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-5993/bin/nvcc_wrapper -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/perf_test'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test'
make -C containers/unit_tests
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-5993/build/containers/unit_tests'
make -f /var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-5993 CXX=/var/jenkins/workspace/Kokkos_PR-5993/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-5993/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-5993
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o
[ 24%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-5993/build/containers/unit_tests'
[ 33%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
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
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DualView.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/UnitTestMain.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest/gtest/gtest-all.cc
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_Bitset.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_DualView.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_DynamicView.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_DynViewAPI_generic.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_DynViewAPI_rank12345.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_DynViewAPI_rank67.cpp
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 33%] Built target Kokkos_CoreUnitTest_CudaTimingBased
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestBinSortB.cpp.o
[ 24%] Built target Kokkos_CoreUnitTest_Cuda3
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test02_atomic_host_CUDA.cpp.o
[ 12%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_c.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o
[ 12%] Built target Kokkos_CoreUnitTest_PushFinalizeHook
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.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_ScatterView_hpp
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorDimMatch.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_c.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_ErrorReporter.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_OffsetView.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_ScatterView.cpp
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewEmptyRuntimeUnmanaged.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_e.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewHooks.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03a_MemorySpace_malloc_CUDA.cpp.o
[ 35%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03b_MemorySpace_free_CUDA.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_StaticCrsGraph.cpp
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_UnorderedMap.cpp
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda_ViewCtorPropEmbeddedDim.cpp
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynamicView.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_generic.cpp.o
Scanning dependencies of target Kokkos_ContainersTestCompileOnly
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewLayoutStrideAssignment.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 89%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o
[ 89%] Built target Kokkos_CoreUnitTest_Serial1
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Command_Line_Parsing.cpp
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 53%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
[ 53%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
[ 53%] Built target Kokkos_CoreUnitTest_Default
Scanning dependencies of target Kokkos_push_finalize_hook_terminate
[ 53%] 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_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 53%] Built target Kokkos_CoreUnitTest_Serial2
Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test06_ParallelFor_MDRangePolicy_CUDA.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 43%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test04_ParallelFor_RangePolicy_CUDA.cpp.o
[ 43%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 43%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 43%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[ 25%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank12345.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortCustomComp.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[ 25%] Built target Kokkos_CoreUnitTest_LegionInitialization
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostSpace_deepcopy.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Abort.cpp
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 54%] Linking CXX executable Kokkos_push_finalize_hook_terminate
[ 54%] Built target Kokkos_push_finalize_hook_terminate
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_ExecPolicy.cpp
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostThreadTeam.cpp
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_SharedAlloc.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_hwloc.cpp
Scanning dependencies of target Kokkos_CoreUnitTest_Cuda3
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_CPUDiscovery.cpp
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test05_ParallelReduce_RangePolicy_CUDA.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_a.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_b.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_subview.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostBarrier.cpp
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestNestedSort.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SharedAlloc.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Swap.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
[ 43%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Core.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Stacktrace.cpp
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o
[ 43%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Profiling.cpp
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 25%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o
[ 25%] Built target Kokkos_CoreUnitTest_PushFinalizeHook
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMemoryAccessViolation.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test06_ParallelFor_MDRangePolicy_CUDA.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Error.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostSpace.cpp
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
"/var/jenkins/workspace/Kokkos_PR-5993/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 <warning-name>"

/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_MemoryPool.cpp
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfClass.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/containers/src/impl/Kokkos_UnorderedMap_impl.cpp
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_Cuda_Instance.cpp
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_CudaSpace.cpp
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOutOfBoundsAccess.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_Cuda_Task.cpp
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_TeamPolicyConstructors.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/src/Lock_Array_CUDA.cpp
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
[ 55%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewResize.cpp.o
[ 55%] Built target Kokkos_CoreUnitTest_KokkosP
Scanning dependencies of target Kokkos_ProfilingAllCalls
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial_Task.cpp
[ 69%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 69%] Built target Kokkos_ContainersTestCompileOnly
Scanning dependencies of target Kokkos_ContainersPerformanceTest_HIP
[ 69%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestMain.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_Bitset.cpp
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_View_64bit.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[ 70%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestHIP.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test08_deep_copy_CUDA.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WorkGraph.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_DualView.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_DynamicView.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_DynViewAPI_generic.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_DynViewAPI_rank12345.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_DynViewAPI_rank67.cpp
"/var/jenkins/workspace/Kokkos_PR-5993/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 <warning-name>"

[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_ErrorReporter.cpp
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Task.cpp.o
[ 56%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 56%] Built target Kokkos_ProfilingAllCalls
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_a.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
Scanning dependencies of target Kokkos_ContainersUnitTest_Serial
[ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
Scanning dependencies of target Kokkos_UnitTest_SIMD
[ 93%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_OffsetView.cpp
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
Scanning dependencies of target Kokkos_atomic
[ 93%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
[ 70%] Linking CXX executable Kokkos_ContainersPerformanceTest_HIP
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
[ 70%] Built target Kokkos_ContainersPerformanceTest_HIP
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_a.cpp.o
[ 93%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 93%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalFunctions2.cpp.o
[ 93%] Built target Kokkos_CoreUnitTest_Serial2
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
Scanning dependencies of target Kokkos_gather
[ 93%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
[ 71%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
[ 71%] Built target Kokkos_PerformanceTest_Benchmark
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_b.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_ScatterView.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_StaticCrsGraph.cpp
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_UnorderedMap.cpp
Scanning dependencies of target Kokkos_ContainersUnitTest_Cuda
[ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o
[ 14%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test10_HierarchicalBasics_CUDA.cpp.o
[ 93%] Linking CXX executable Kokkos_atomic
[ 93%] Built target Kokkos_atomic
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial_ViewCtorPropEmbeddedDim.cpp
Scanning dependencies of target Kokkos_gups
[ 93%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[ 57%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o
[ 57%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o
[ 14%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
ar cr libkokkos.a Kokkos_CPUDiscovery.o Kokkos_Profiling.o Kokkos_Error.o Kokkos_MemoryPool.o Kokkos_hwloc.o Kokkos_HostSpace.o Kokkos_HostThreadTeam.o Kokkos_Stacktrace.o Kokkos_Abort.o Kokkos_ExecPolicy.o Kokkos_HostSpace_deepcopy.o Kokkos_SharedAlloc.o Kokkos_Command_Line_Parsing.o Kokkos_Core.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
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
ranlib libkokkos.a
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
Scanning dependencies of target Kokkos_launch_latency
[ 93%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/containers/unit_tests -L/usr/local/cuda/lib64  -lpthread -o KokkosContainers_UnitTest_Cuda
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 25%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank67.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c01.cpp.o
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 37%] 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_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o
[ 25%] Built target Kokkos_CoreUnitTest_Develop
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 93%] Linking CXX executable Kokkos_gups
[ 93%] Built target Kokkos_gups
Scanning dependencies of target Kokkos_stream
[ 93%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[ 57%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_LegionInitialization
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[ 57%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o
[ 94%] Linking CXX executable Kokkos_launch_latency
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o
[ 94%] Built target Kokkos_launch_latency
Scanning dependencies of target Kokkos_policy_performance
[ 94%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_b.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ErrorReporter.cpp.o
[ 94%] Linking CXX executable Kokkos_gather
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 94%] Built target Kokkos_gather
[ 94%] Linking CXX executable Kokkos_stream
Scanning dependencies of target Kokkos_bytes_and_flops
[ 94%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c02.cpp.o
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o
[ 94%] Built target Kokkos_stream
[ 94%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11a_ParallelFor_TeamThreadRange_CUDA.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[ 68%] Linking CXX executable Kokkos_UnitTest_Sort
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c03.cpp.o
[ 94%] Linking CXX executable Kokkos_UnitTest_SIMD
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 94%] Linking CXX executable Kokkos_policy_performance
[ 94%] Built target Kokkos_UnitTest_SIMD
[ 95%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
[ 95%] Built target Kokkos_policy_performance
[ 95%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o
[ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
[ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
Scanning dependencies of target Kokkos_CoreUnitTest_Serial1
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 26%] Linking CXX executable Kokkos_push_finalize_hook_terminate
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[ 26%] Built target Kokkos_push_finalize_hook_terminate
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 68%] Built target Kokkos_UnitTest_Sort
/var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/containers/unit_tests -L/usr/local/cuda/lib64  -lpthread -o KokkosContainers_UnitTest_Serial
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[ 58%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_OffsetView.cpp.o
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-5993/build/containers/unit_tests'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-5993/build/containers/unit_tests'
make -C containers/performance_tests
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-5993/build/containers/performance_tests'
make -f /var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-5993 CXX=/var/jenkins/workspace/Kokkos_PR-5993/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-5993/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-5993
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-5993/build/containers/performance_tests'
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests/TestCuda.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests/TestMain.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest/gtest/gtest-all.cc
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Command_Line_Parsing.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostSpace_deepcopy.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Abort.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_ExecPolicy.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostThreadTeam.cpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c04.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o
[ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test08_deep_copy_CUDA.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11b_ParallelFor_TeamVectorRange_CUDA.cpp.o
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 96%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c05.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_SharedAlloc.cpp
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_c.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_hwloc.cpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o
[ 96%] Linking CXX executable Kokkos_bytes_and_flops
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_CPUDiscovery.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostBarrier.cpp
[ 96%] Built target Kokkos_bytes_and_flops
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Core.cpp
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Stacktrace.cpp
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortA.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_c.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Profiling.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Error.cpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostSpace.cpp
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_d.cpp.o
Scanning dependencies of target Kokkos_ContainersPerformanceTest_Cuda
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
[ 43%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 60%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o
[ 43%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewHooks.cpp.o
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 60%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_MemoryPool.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/containers/src/impl/Kokkos_UnorderedMap_impl.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_Cuda_Instance.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_CudaSpace.cpp
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11c_ParallelFor_ThreadVectorRange_CUDA.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c06.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c07.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o
[ 61%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_23TaskQueueTraitsChaseLevILm64EEENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_17MultipleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_19SimpleTaskSchedulerINS_4CudaENS0_15SingleTaskQueueIS4_NS_12CudaUVMSpaceENS0_24TaskQueueTraitsLockBasedENS_10MemoryPoolINS_6DeviceIS4_S6_EEEEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_17TaskQueueMultipleIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00002778_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_Cuda_Task.cpp
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ScatterView.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 61%] Built target Kokkos_CoreUnitTest_Cuda3
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/src/Lock_Array_CUDA.cpp
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial_Task.cpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 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
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_StaticCrsGraph.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
[ 73%] Linking CXX executable Kokkos_ContainersUnitTest_Serial
[ 73%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 73%] Built target Kokkos_ContainersUnitTest_Serial
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
[ 74%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
[ 69%] Linking CXX executable Kokkos_ContainersUnitTest_Serial
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
ar cr libkokkos.a Kokkos_CPUDiscovery.o Kokkos_Profiling.o Kokkos_Error.o Kokkos_MemoryPool.o Kokkos_hwloc.o Kokkos_HostSpace.o Kokkos_HostThreadTeam.o Kokkos_Stacktrace.o Kokkos_Abort.o Kokkos_ExecPolicy.o Kokkos_HostSpace_deepcopy.o Kokkos_SharedAlloc.o Kokkos_Command_Line_Parsing.o Kokkos_Core.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
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -arch=sm_70 -L/var/jenkins/workspace/Kokkos_PR-5993/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
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-5993/build/containers/performance_tests'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-5993/build/containers/performance_tests'
make -C algorithms/unit_tests
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests'
make -f /var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-5993 CXX=/var/jenkins/workspace/Kokkos_PR-5993/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-5993/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-5993
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests'
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestCuda.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests/TestStdAlgorithmsCommon.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests/UnitTestMain.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c /var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest/gtest/gtest-all.cc
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Command_Line_Parsing.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostSpace_deepcopy.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Abort.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_ExecPolicy.cpp
[ 62%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda
[ 62%] Built target Kokkos_ContainersPerformanceTest_Cuda
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12a_ThreadScratch_CUDA.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
Scanning dependencies of 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_AlgorithmsUnitTest_StdSet_Team_B
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
[ 69%] Built target Kokkos_ContainersUnitTest_Serial
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostThreadTeam.cpp
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[ 62%] 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_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
[ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_SharedAlloc.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_hwloc.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_CPUDiscovery.cpp
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostBarrier.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Core.cpp
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCopy_a.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12b_TeamScratch_CUDA.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Stacktrace.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Profiling.cpp
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Error.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostSpace.cpp
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o
[ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_MemoryPool.cpp
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/containers/src/impl/Kokkos_UnorderedMap_impl.cpp
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_Cuda_Instance.cpp
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_CudaSpace.cpp
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_Cuda_Task.cpp
[ 82%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_UnorderedMap.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/src/Lock_Array_CUDA.cpp
[ 44%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCopy_b.cpp.o
[ 44%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[ 83%] Built target Kokkos_IncrementalTest_SERIAL
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial.cpp
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13a_ParallelRed_TeamThreadRange_CUDA.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/UnitTestMainInit.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial_Task.cpp
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c08.cpp.o
Warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp(46): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp(104): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp(105): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp(104): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp(104): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp(104): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp(113): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/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-5993/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-5993/core/unit_test/TestNumericTraits.hpp(114): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_NumericTraits.hpp(77): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_NumericTraits.hpp(82): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_NumericTraits.hpp(86): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_NumericTraits.hpp(93): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp(126): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp(127): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/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-5993/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-5993/core/src/Kokkos_NumericTraits.hpp(56): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_NumericTraits.hpp(72): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp(150): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp(151): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp(150): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp(150): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp(150): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp(151): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_NumericTraits.hpp(105): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp(162): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp(163): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp(162): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp(162): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp(162): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp(163): warning #20208-D: 'long double' is treated as 'double' in device code

/var/jenkins/workspace/Kokkos_PR-5993/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

[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/gtest -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror  -c TestSerial.cpp
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 62%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
[ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
ar cr libkokkos.a Kokkos_CPUDiscovery.o Kokkos_Profiling.o Kokkos_Error.o Kokkos_MemoryPool.o Kokkos_hwloc.o Kokkos_HostSpace.o Kokkos_HostThreadTeam.o Kokkos_Stacktrace.o Kokkos_Abort.o Kokkos_ExecPolicy.o Kokkos_HostSpace_deepcopy.o Kokkos_SharedAlloc.o Kokkos_Command_Line_Parsing.o Kokkos_Core.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
[ 63%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[ 29%] 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_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test01_execspace_OPENACC.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
[ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o
"/var/jenkins/workspace/Kokkos_PR-5993/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-5993/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<ExecSpace>::testit() [with ExecSpace=Kokkos::Experimental::OpenACC]" at line 85

Remark: individual warnings can be suppressed with "--diag_suppress <warning-name>"

[ 29%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c09.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c10.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13b_ParallelRed_TeamVectorRange_CUDA.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 29%] Built target Kokkos_CoreUnitTest_KokkosP
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test02_atomic_host_OPENACC.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Vector.cpp.o
[ 29%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 29%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test03a_MemorySpace_malloc_OPENACC.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test03b_MemorySpace_free_OPENACC.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o
[ 15%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCopy_c.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13c_ParallelRed_ThreadVectorRange_CUDA.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o
[ 15%] Built target Kokkos_CoreUnitTest_LegionInitialization
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test04_ParallelFor_RangePolicy_OPENACC.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ViewCtorPropEmbeddedDim.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_c.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Task.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test05_ParallelReduce_RangePolicy_OPENACC.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 29%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 76%] Linking CXX executable Kokkos_ContainersUnitTest_HIP
[ 76%] Built target Kokkos_ContainersUnitTest_HIP
Scanning dependencies of target Kokkos_UnitTest_Sort
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENACC.cpp.o
[ 29%] Built target Kokkos_ProfilingAllCalls
Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test14_MDRangeReduce_CUDA.cpp.o
[ 45%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test08_deep_copy_OPENACC.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o
[ 45%] Built target Kokkos_IncrementalTest_SERIAL
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 68%] 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_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test10_HierarchicalBasics_OPENACC.cpp.o
[ 44%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 44%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortB.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/algorithms/unit_tests -L/usr/local/cuda/lib64  -lpthread -o KokkosAlgorithms_UnitTest_Serial
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test10_HierarchicalBasics_CUDA.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSort.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 86%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENACC.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test16_ParallelScan_CUDA.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalFunctions3.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o
[ 86%] Built target Kokkos_CoreUnitTest_Serial2
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c11.cpp.o
[100%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP
[100%] Built target Kokkos_CoreUnitTest_OpenMP
+ ctest --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/unit_test/Kokkos_CoreUnitTest_Serial1
1: Test timeout computed to be: 1500
1: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
1:                                     Detected: 4 cores per node.
1:                                     Detected: 1 MPI_ranks per node.
1:                                     Requested: 8 threads per process.
1: [==========] Running 222 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 (232 ms)
1: [ RUN      ] serial_DeathTest.abort_from_device
1: [       OK ] serial_DeathTest.abort_from_device (167 ms)
1: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
1: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (162 ms)
1: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
1: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (169 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 (732 ms total)
1: 
1: [----------] 215 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 (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 (75 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 (6 ms)
1: [ RUN      ] serial.deep_copy_conversion
1: [       OK ] serial.deep_copy_conversion (21 ms)
1: [ RUN      ] serial.partitioning_by_args
1: [       OK ] serial.partitioning_by_args (9 ms)
1: [ RUN      ] serial.partitioning_by_vector
1: [       OK ] serial.partitioning_by_vector (22 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
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o
1: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (2703 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (2159 ms)
1: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
1: [       OK ] serial.local_deepcopy_teampolicy_layoutright (1314 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 46%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (1303 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 (5 ms)
1: [ RUN      ] serial.mathematical_functions_hyperbolic_functions
1: [       OK ] serial.mathematical_functions_hyperbolic_functions (3 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 (1 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 (2 ms)
1: [ RUN      ] serial.mathematical_functions_nearest_interger_floating_point_operations
1: [       OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (2 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 (3 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 (56 ms)
1: [ RUN      ] serial.mdrange_6d
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
1: [       OK ] serial.mdrange_6d (203 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 (11 ms)
1: [ RUN      ] serial.mdrange_neg_idx
1: [       OK ] serial.mdrange_neg_idx (96 ms)
1: [ RUN      ] serial.mdrange_4d
1: [       OK ] serial.mdrange_4d (13 ms)
1: [ RUN      ] serial.mdrange_scalar
1: [       OK ] serial.mdrange_scalar (0 ms)
1: [ RUN      ] serial.mdrange_large_deep_copy
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENACC.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
1: [       OK ] serial.mdrange_large_deep_copy (1066 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
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c12.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c13.cpp.o
[ 29%] Linking CXX executable Kokkos_ToolsInitialization
1: [       OK ] serial.mdrange_parallel_reduce_primitive_types (3000 ms)
1: [ RUN      ] serial.mdspan_minimal_functional
1: /var/jenkins/workspace/Kokkos_PR-5993/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.memory_pool
1: [       OK ] serial.memory_pool (31 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.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.quad_precision_reductions
1: [       OK ] serial.quad_precision_reductions (0 ms)
1: [ RUN      ] serial.quad_precision_common_math_functions
1: [       OK ] serial.quad_precision_common_math_functions (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 (21 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 (21 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 (1 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 (231 ms)
1: [ RUN      ] serial.double_reduce
1: [       OK ] serial.double_reduce (266 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic
[ 88%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 29%] Built target Kokkos_ToolsInitialization
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test17_CompleteAtomic_CUDA.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
1: [       OK ] serial.int64_t_reduce_dynamic (812 ms)
1: [ RUN      ] serial.double_reduce_dynamic
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o
[ 46%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
1: [       OK ] serial.double_reduce_dynamic (1014 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic_view
[ 88%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENACC.cpp.o
1: [       OK ] serial.int64_t_reduce_dynamic_view (198 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_with_large_iteration_count
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestReduce.hpp:642: Skipped
1: Disabling for host backends
1: [  SKIPPED ] serial.reduction_with_large_iteration_count (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
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[ 47%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o
[ 47%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test12a_ThreadScratch_OPENACC.cpp.o
[ 89%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
1: [       OK ] serial.reduce_device_view_mdrange_policy (1989 ms)
1: [ RUN      ] serial.reduce_device_view_team_policy
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o
1: [       OK ] serial.reduce_device_view_team_policy (1622 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
[ 47%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 47%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test12b_TeamScratch_OPENACC.cpp.o
[ 89%] Built target Kokkos_CoreUnitTest_CTestDevice
"/var/jenkins/workspace/Kokkos_PR-5993/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 <warning-name>"

1: [       OK ] serial.task_fib_deprecated (925 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 (18 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
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
1: [       OK ] serial.task_fib_deprecated_multiple (926 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 (18 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
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENACC.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o
1: [       OK ] serial.task_fib_single (717 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 (16 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
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c14.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
[ 47%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
1: [       OK ] serial.task_fib_multiple (726 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 (17 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
"/var/jenkins/workspace/Kokkos_PR-5993/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 <warning-name>"

1: [       OK ] serial.task_fib_chase_lev (760 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 (16 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: [----------] 215 tests from serial (22522 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 222 tests from 2 test suites ran. (23255 ms total)
1: [  PASSED  ] 220 tests.
1: [  SKIPPED ] 2 tests, listed below:
1: [  SKIPPED ] serial.mdspan_minimal_functional
1: [  SKIPPED ] serial.reduction_with_large_iteration_count
 1/45 Test  #1: Kokkos_CoreUnitTest_Serial1 .................   Passed   23.26 sec
test 2
      Start  2: Kokkos_CoreUnitTest_Serial2

2: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Serial2
2: Test timeout computed to be: 1500
2: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
2:                                     Detected: 4 cores per node.
2:                                     Detected: 1 MPI_ranks per node.
2:                                     Requested: 8 threads per process.
2: [==========] Running 128 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
[ 47%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 47%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
2: [       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (1151 ms)
2: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortByKey.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortCustomComp.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
2: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (1176 ms)
2: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_host
2: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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 (2328 ms total)
2: 
2: [----------] 120 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
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 47%] Linking CXX executable Kokkos_IncrementalTest_CUDA
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o
2: [       OK ] serial.team_reduce_large (1347 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 (4 ms)
2: [ RUN      ] serial.triple_nested_parallelism
2: [       OK ] serial.triple_nested_parallelism (536 ms)
2: [ RUN      ] serial.parallel_scan_with_reducers
2: [       OK ] serial.parallel_scan_with_reducers (68 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 (6 ms)
2: [ RUN      ] serial.ThreadVectorMDRangeParallelFor
2: [       OK ] serial.ThreadVectorMDRangeParallelFor (9 ms)
2: [ RUN      ] serial.TeamVectorMDRangeParallelFor
2: [       OK ] serial.TeamVectorMDRangeParallelFor (5 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 (33 ms)
2: [ RUN      ] serial.team_long_reduce
2: [       OK ] serial.team_long_reduce (55 ms)
2: [ RUN      ] serial.team_double_reduce
2: [       OK ] serial.team_double_reduce (81 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
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENACC.cpp.o
[ 77%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 47%] Built target Kokkos_IncrementalTest_CUDA
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
[ 77%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/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-5993/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-5993/build/algorithms/unit_tests'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests'
make -C core/unit_test test
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test'
make -f /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-5993 CXX=/var/jenkins/workspace/Kokkos_PR-5993/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-5993/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-5993
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test'
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test'
make -f /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-5993 CXX=/var/jenkins/workspace/Kokkos_PR-5993/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-5993/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-5993 test
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test'
./KokkosCore_UnitTest_Cuda
./KokkosCore_UnitTest_Serial
./KokkosCore_UnitTest_HWLOC
[==========] 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_Default
./KokkosCore_UnitTest_PushFinalizeHook
./KokkosCore_UnitTest_PushFinalizeHook_terminate
./KokkosCore_UnitTest_StackTraceTestExec --gtest_filter=*normal
./KokkosCore_UnitTest_StackTraceTestExec --gtest_filter=*terminate
./KokkosCore_UnitTest_StackTraceTestExec --gtest_filter=*generic_term
[==========] Running 164 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 2 tests from serial_DeathTest
[ RUN      ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment
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.
[==========] Running 15 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 15 tests from defaultdevicetype
[ RUN      ] defaultdevicetype.half_conversion
[       OK ] defaultdevicetype.half_conversion (2 ms)
[ RUN      ] defaultdevicetype.bhalf_conversion
[       OK ] defaultdevicetype.bhalf_conversion (1 ms)
[ RUN      ] defaultdevicetype.half_operators
[       OK ] defaultdevicetype.half_operators (3 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.reduce_instantiation_a1 (13 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b1
[       OK ] defaultdevicetype.reduce_instantiation_b1 (19 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c1
[       OK ] defaultdevicetype.reduce_instantiation_c1 (5 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a2
[       OK ] defaultdevicetype.reduce_instantiation_a2 (10 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b2
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
[==========] Running 15 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 15 tests from defaultdevicetype
Note: Google Test filter = *terminate
[==========] Running 1 test from 1 test suite.
[ RUN      ] defaultdevicetype.half_conversion
[----------] Global test environment set-up.
[----------] 1 test from defaultdevicetype_DeathTest
[ RUN      ] defaultdevicetype_DeathTest.stacktrace_terminate

[WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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.

[WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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
[       OK ] defaultdevicetype.half_conversion (8 ms)
[ RUN      ] defaultdevicetype.bhalf_conversion
[       OK ] defaultdevicetype.bhalf_conversion (8 ms)
[ RUN      ] defaultdevicetype.half_operators
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_operators (6 ms)
[ RUN      ] defaultdevicetype.bhalf_operators
[       OK ] defaultdevicetype.bhalf_operators (6 ms)
[ RUN      ] defaultdevicetype.host_space_access
[       OK ] defaultdevicetype.host_space_access (0 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a1
[       OK ] defaultdevicetype.half_conversion (10 ms)
[ RUN      ] defaultdevicetype.bhalf_conversion
[       OK ] defaultdevicetype.bhalf_conversion (13 ms)
[ RUN      ] defaultdevicetype.half_operators
[==========] Running 229 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.half_operators (9 ms)
[ RUN      ] defaultdevicetype.bhalf_operators
[       OK ] defaultdevicetype.bhalf_operators (7 ms)
[ RUN      ] defaultdevicetype.host_space_access
[       OK ] defaultdevicetype.host_space_access (0 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a1
[       OK ] defaultdevicetype.reduce_instantiation_a1 (64 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b1
[       OK ] defaultdevicetype.reduce_instantiation_a1 (57 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b1
[       OK ] defaultdevicetype.reduce_instantiation_b2 (185 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c2
[       OK ] defaultdevicetype.reduce_instantiation_b1 (145 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c1
[       OK ] defaultdevicetype.reduce_instantiation_c2 (63 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a3
[       OK ] defaultdevicetype.reduce_instantiation_b1 (162 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c1
[       OK ] defaultdevicetype.reduce_instantiation_c1 (51 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a2
[       OK ] defaultdevicetype.reduce_instantiation_a3 (69 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b3
[       OK ] defaultdevicetype.reduce_instantiation_c1 (52 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a2
[       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (342 ms)
[----------] 1 test from defaultdevicetype_DeathTest (342 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (343 ms total)
[  PASSED  ] 1 test.
[       OK ] defaultdevicetype.reduce_instantiation_a2 (70 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b2
[       OK ] defaultdevicetype.reduce_instantiation_a2 (68 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b2
[       OK ] defaultdevicetype.reduce_instantiation_b3 (197 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c3
[       OK ] defaultdevicetype.reduce_instantiation_b2 (182 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c2
[       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (568 ms)
[----------] 1 test from defaultdevicetype_DeathTest (568 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (568 ms total)
[  PASSED  ] 1 test.
[       OK ] defaultdevicetype.reduce_instantiation_c3 (55 ms)
[ RUN      ] defaultdevicetype.malloc
[       OK ] defaultdevicetype.malloc (0 ms)
[----------] 15 tests from defaultdevicetype (631 ms total)

[----------] Global test environment tear-down
[==========] 15 tests from 1 test suite ran. (631 ms total)
[  PASSED  ] 15 tests.
[       OK ] defaultdevicetype.reduce_instantiation_b2 (176 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c2
[       OK ] defaultdevicetype.reduce_instantiation_c2 (46 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a3
[       OK ] defaultdevicetype.reduce_instantiation_c2 (32 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a3
[       OK ] defaultdevicetype.reduce_instantiation_a3 (43 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b3
[       OK ] defaultdevicetype.reduce_instantiation_a3 (41 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b3
[       OK ] defaultdevicetype.reduce_instantiation_b3 (133 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c3
[       OK ] defaultdevicetype.reduce_instantiation_b3 (131 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c3
[       OK ] defaultdevicetype.reduce_instantiation_c3 (37 ms)
[ RUN      ] defaultdevicetype.malloc
[       OK ] defaultdevicetype.malloc (0 ms)
[----------] 15 tests from defaultdevicetype (804 ms total)

[----------] Global test environment tear-down
[==========] 15 tests from 1 test suite ran. (804 ms total)
[  PASSED  ] 15 tests.
[       OK ] defaultdevicetype.reduce_instantiation_c3 (24 ms)
[ RUN      ] defaultdevicetype.malloc
[       OK ] defaultdevicetype.malloc (0 ms)
[----------] 15 tests from defaultdevicetype (787 ms total)

[----------] Global test environment tear-down
[==========] 15 tests from 1 test suite ran. (787 ms total)
[  PASSED  ] 15 tests.
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
2: [       OK ] serial.repeated_team_reduce (4230 ms)
2: [ RUN      ] serial.team_scan
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o
2: [       OK ] serial.team_scan (144 ms)
2: [ RUN      ] serial.team_scan_ret_val
2: [       OK ] serial.team_scan_ret_val (127 ms)
2: [ RUN      ] serial.team_shared_request
2: [       OK ] serial.team_shared_request (62 ms)
2: [ RUN      ] serial.team_scratch_request
2: [       OK ] serial.team_scratch_request (4 ms)
2: [ RUN      ] serial.team_lambda_shared_request
2: [       OK ] serial.team_lambda_shared_request (62 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 (4 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 (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 (12 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
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 47%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
2: [       OK ] serial.view_allocation_large_rank (1419 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 (6 ms)
2: [ RUN      ] serial.view_copy_tests_rank_0
2: [       OK ] serial.view_copy_tests_rank_0 (1 ms)
2: [ RUN      ] serial.view_copy_degenerated
2: [       OK ] serial.view_copy_degenerated (0 ms)
2: [ RUN      ] serial.view_fill_tests_layout_right
/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestRangePolicyConstructors.hpp(135): warning: variable "get_error_msg" was set but never used

[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (3762 ms)
[ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 47%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 69%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENACC.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[ 69%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_StaticCrsGraph.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test14_MDRangeReduce_OPENACC.cpp.o
[       OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (6879 ms)
[ RUN      ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment
[       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (3621 ms)
[----------] 2 tests from serial_DeathTest (7384 ms total)

[----------] 162 tests from serial
[ RUN      ] serial.init
[       OK ] serial.init (0 ms)
[ RUN      ] serial.dispatch
[       OK ] serial.dispatch (9 ms)
[ RUN      ] serial.impl_shared_alloc
[       OK ] serial.impl_shared_alloc (13 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 ] serial.view_api_a (58 ms)
[ RUN      ] serial.view_api_b
[       OK ] serial.view_api_b (1 ms)
[ RUN      ] serial.view_api_c
[       OK ] serial.view_api_c (0 ms)
[ RUN      ] serial.view_api_d
[       OK ] serial.view_api_d (1 ms)
[ RUN      ] serial.view_allocation_error
[       OK ] serial.view_allocation_error (0 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
/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestRangePolicyConstructors.hpp(135): warning: variable "get_error_msg" was set but never used

[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test16_ParallelScan_OPENACC.cpp.o
[       OK ] serial.view_allocation_large_rank (978 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 (92 ms)
[ RUN      ] serial.deep_copy_conversion
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o
2: [       OK ] serial.view_fill_tests_layout_right (4929 ms)
2: [ RUN      ] serial.view_fill_tests_layout_left
[       OK ] serial.deep_copy_conversion (436 ms)
[ RUN      ] serial.view_copy_tests
[       OK ] serial.view_copy_tests (79 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_fill_tests_layout_right
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[ 47%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestNestedSort.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o
[ 47%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 47%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[       OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (5912 ms)
[----------] 2 tests from cuda_DeathTest (12791 ms total)

[----------] 146 tests from cuda
[ RUN      ] cuda.init
[       OK ] cuda.init (0 ms)
[ RUN      ] cuda.dispatch
[       OK ] cuda.dispatch (56 ms)
[ RUN      ] cuda.impl_shared_alloc
[       OK ] cuda.impl_shared_alloc (66 ms)
[ RUN      ] cuda.range_for
[       OK ] cuda.range_for (3 ms)
[ RUN      ] cuda.range_reduce
[       OK ] cuda.range_reduce (0 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 (65 ms)
[ RUN      ] cuda.view_api_b
[       OK ] cuda.view_api_b (3 ms)
[ RUN      ] cuda.view_api_c
[       OK ] cuda.view_api_c (0 ms)
[ RUN      ] cuda.view_api_d
[       OK ] cuda.view_api_d (1 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 (15 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 (42 ms)
[ RUN      ] cuda.view_copy_tests_rank_0
[       OK ] cuda.view_copy_tests_rank_0 (0 ms)
[ RUN      ] cuda.view_copy_degenerated
[       OK ] cuda.view_copy_degenerated (0 ms)
[ RUN      ] cuda.view_fill_tests_layout_right
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[ 79%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 79%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[       OK ] cuda.view_fill_tests_layout_right (103 ms)
[ RUN      ] cuda.view_fill_tests_layout_left
[       OK ] cuda.view_fill_tests_layout_left (59 ms)
[ RUN      ] cuda.deep_copy_alignment
[       OK ] cuda.deep_copy_alignment (37 ms)
[ RUN      ] cuda.deep_copy_conversion
[       OK ] cuda.deep_copy_conversion (5 ms)
[ RUN      ] cuda.view_mapping
[       OK ] cuda.view_mapping (667 ms)
[ RUN      ] cuda.view_mapping_operator
[       OK ] cuda.view_mapping_operator (9 ms)
[ RUN      ] cuda.static_extent
[       OK ] cuda.static_extent (0 ms)
[ RUN      ] cuda.view_mapping_atomic
[       OK ] cuda.view_mapping_atomic (2 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
2: [       OK ] serial.view_fill_tests_layout_left (5456 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 (46 ms)
2: [ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
2: [       OK ] serial.view_layoutstride_right_to_layoutright_assignment (41 ms)
2: [ RUN      ] serial.view_irregular_layout
2: [       OK ] serial.view_irregular_layout (0 ms)
2: [ RUN      ] serial.view_mapping
[       OK ] cuda.view_resize (68 ms)
[ RUN      ] cuda.view_realloc
[       OK ] cuda.view_realloc (0 ms)
[ RUN      ] cuda.view_layoutstride_left_to_layoutleft_assignment
[       OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (207 ms)
[ RUN      ] cuda.view_layoutstride_right_to_layoutright_assignment
2: [       OK ] serial.view_mapping (53 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 (4 ms)
2: [ RUN      ] serial.view_realloc
2: [       OK ] serial.view_realloc (0 ms)
2: [ RUN      ] serial.workgraph_fib
2: [       OK ] serial.workgraph_fib (128 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-5993/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 (12 ms)
2: [ RUN      ] serial.view_subview_2d_from_3d_randomaccess
2: [       OK ] serial.view_subview_2d_from_3d_randomaccess (11 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left
[       OK ] cuda.view_layoutstride_right_to_layoutright_assignment (209 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 (10 ms)
[ RUN      ] cuda.double_reduce
[       OK ] cuda.double_reduce (9 ms)
[ RUN      ] cuda.int64_t_reduce_dynamic
[       OK ] cuda.int64_t_reduce_dynamic (14 ms)
[ RUN      ] cuda.double_reduce_dynamic
[       OK ] cuda.double_reduce_dynamic (14 ms)
[ RUN      ] cuda.int64_t_reduce_dynamic_view
[       OK ] cuda.int64_t_reduce_dynamic_view (4 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 (54 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 (137 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 (5 ms)
[ RUN      ] cuda.reducers_double
[       OK ] cuda.reducers_double (6 ms)
[ RUN      ] cuda.reducers_complex_double
[       OK ] cuda.reducers_complex_double (2 ms)
[ RUN      ] cuda.reducers_struct
[       OK ] cuda.reducers_struct (5 ms)
[ RUN      ] cuda.reducers_half_t
[       OK ] cuda.reducers_half_t (4 ms)
[ RUN      ] cuda.reducers_bhalf_t
[       OK ] cuda.reducers_bhalf_t (3 ms)
[ RUN      ] cuda.reducers_int8_t
[       OK ] cuda.reducers_int8_t (2 ms)
[ RUN      ] cuda.reducers_int16_t
[       OK ] cuda.reducers_int16_t (3 ms)
[ RUN      ] cuda.reducers_point_t
[       OK ] cuda.reducers_point_t (2 ms)
[ RUN      ] cuda.reducers_bool
[       OK ] cuda.reducers_bool (0 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 (14 ms)
[ RUN      ] cuda.atomic_operations_unsigned
[       OK ] cuda.atomic_operations_unsigned (11 ms)
[ RUN      ] cuda.atomic_operations_long
[       OK ] cuda.atomic_operations_long (14 ms)
[ RUN      ] cuda.atomic_operations_unsignedlong
2: [       OK ] serial.view_subview_3d_from_5d_left (523 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
[       OK ] cuda.atomic_operations_unsignedlong (12 ms)
[ RUN      ] cuda.atomic_operations_longlong
[       OK ] cuda.atomic_operations_longlong (14 ms)
[ RUN      ] cuda.atomic_operations_double
[       OK ] cuda.atomic_operations_double (6 ms)
[ RUN      ] cuda.atomic_operations_float
[       OK ] cuda.atomic_operations_float (6 ms)
[ RUN      ] cuda.atomic_operations_complexfloat
[       OK ] cuda.atomic_operations_complexfloat (6 ms)
[ RUN      ] cuda.atomic_operations_complexdouble
[       OK ] cuda.atomic_operations_complexdouble (6 ms)
[ RUN      ] cuda.atomic_views_integral
2: [       OK ] serial.view_subview_3d_from_5d_left_atomic (526 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test17_CompleteAtomic_OPENACC.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
2: [       OK ] serial.view_subview_3d_from_5d_left_randomaccess (523 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right
2: [       OK ] serial.view_subview_3d_from_5d_right (570 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o
2: [       OK ] serial.view_subview_3d_from_5d_right_atomic (570 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o
[ 47%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o
2: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (571 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: [----------] 120 tests from serial (22245 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 128 tests from 2 test suites ran. (24574 ms total)
2: [  PASSED  ] 125 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/45 Test  #2: Kokkos_CoreUnitTest_Serial2 .................   Passed   24.58 sec
test 3
      Start  3: Kokkos_CoreUnitTest_SerialGraph

3: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_SerialGraph
3: Test timeout computed to be: 1500
3: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
3:                                     Detected: 4 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 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/45 Test  #3: Kokkos_CoreUnitTest_SerialGraph .............   Passed    0.01 sec
test 4
      Start  4: Kokkos_CoreUnitTest_OpenMP

4: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_OpenMP
4: Test timeout computed to be: 1500
4: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
4:                                     Detected: 4 cores per node.
4:                                     Detected: 1 MPI_ranks per node.
4:                                     Requested: 8 threads per process.
4: [==========] Running 350 tests from 2 test suites.
4: [----------] Global test environment set-up.
4: [----------] 15 tests from openmp_DeathTest
4: [ RUN      ] openmp_DeathTest.abort_from_host
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o
4: [       OK ] openmp_DeathTest.abort_from_host (161 ms)
4: [ RUN      ] openmp_DeathTest.abort_from_device
4: [       OK ] openmp_DeathTest.abort_from_device (156 ms)
4: [ RUN      ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort
4: [       OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (161 ms)
4: [ RUN      ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions
4: [       OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (156 ms)
4: [ RUN      ] openmp_DeathTest.policy_invalid_bounds
4: [       OK ] openmp_DeathTest.policy_invalid_bounds (0 ms)
4: [ RUN      ] openmp_DeathTest.range_policy_invalid_bounds
4: [       OK ] openmp_DeathTest.range_policy_invalid_bounds (0 ms)
4: [ RUN      ] openmp_DeathTest.range_policy_implicitly_converted_bounds
4: [       OK ] openmp_DeathTest.range_policy_implicitly_converted_bounds (0 ms)
4: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_dyn
4: [       OK ] openmp_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
4: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_stat
4: [       OK ] openmp_DeathTest.view_construction_with_wrong_params_stat (0 ms)
4: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_mix
4: [       OK ] openmp_DeathTest.view_construction_with_wrong_params_mix (0 ms)
4: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_static_extents
4: [       OK ] openmp_DeathTest.view_construction_with_wrong_static_extents (0 ms)
4: [ RUN      ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o
4: [       OK ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment (1142 ms)
4: [ RUN      ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment
4: [       OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (1184 ms)
4: [ RUN      ] openmp_DeathTest.view_memory_access_violations_from_host
4: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewMemoryAccessViolation.hpp:154: Skipped
4: skipping since no memory access violation would occur
4: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host (0 ms)
4: [ RUN      ] openmp_DeathTest.view_memory_access_violations_from_device
4: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewMemoryAccessViolation.hpp:169: Skipped
4: skipping since no memory access violation would occur
4: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device (0 ms)
4: [----------] 15 tests from openmp_DeathTest (2963 ms total)
4: 
4: [----------] 335 tests from openmp
4: [ RUN      ] openmp.array_capacity
4: [       OK ] openmp.array_capacity (0 ms)
4: [ RUN      ] openmp.array_element_access
4: [       OK ] openmp.array_element_access (0 ms)
4: [ RUN      ] openmp.array_zero_capacity
4: [       OK ] openmp.array_zero_capacity (0 ms)
4: [ RUN      ] openmp.array_zero_data_nullptr
4: [       OK ] openmp.array_zero_data_nullptr (0 ms)
4: [ RUN      ] openmp.array_contiguous_capacity
4: [       OK ] openmp.array_contiguous_capacity (0 ms)
4: [ RUN      ] openmp.array_contiguous_element_access
4: [       OK ] openmp.array_contiguous_element_access (0 ms)
4: [ RUN      ] openmp.array_contiguous_assignment
4: [       OK ] openmp.array_contiguous_assignment (0 ms)
4: [ RUN      ] openmp.array_strided_capacity
4: [       OK ] openmp.array_strided_capacity (0 ms)
4: [ RUN      ] openmp.array_strided_element_access
4: [       OK ] openmp.array_strided_element_access (0 ms)
4: [ RUN      ] openmp.array_strided_assignment
4: [       OK ] openmp.array_strided_assignment (0 ms)
4: [ RUN      ] openmp.atomic_operations_complexdouble
4: [       OK ] openmp.atomic_operations_complexdouble (13 ms)
4: [ RUN      ] openmp.atomic_operations_complexfloat
4: [       OK ] openmp.atomic_operations_complexfloat (13 ms)
4: [ RUN      ] openmp.atomic_operations_double
4: [       OK ] openmp.atomic_operations_double (9 ms)
4: [ RUN      ] openmp.atomic_operations_float
4: [       OK ] openmp.atomic_operations_float (9 ms)
4: [ RUN      ] openmp.atomic_operations_int
4: [       OK ] openmp.atomic_operations_int (21 ms)
4: [ RUN      ] openmp.atomic_operations_long
4: [       OK ] openmp.atomic_operations_long (21 ms)
4: [ RUN      ] openmp.atomic_operations_longlong
4: [       OK ] openmp.atomic_operations_longlong (22 ms)
4: [ RUN      ] openmp.atomic_shared
4: [       OK ] openmp.atomic_shared (0 ms)
4: [ RUN      ] openmp.atomic_operations_unsigned
4: [       OK ] openmp.atomic_operations_unsigned (18 ms)
4: [ RUN      ] openmp.atomic_operations_unsignedlong
4: [       OK ] openmp.atomic_operations_unsignedlong (18 ms)
4: [ RUN      ] openmp.atomics
4: [       OK ] openmp.atomics (30 ms)
4: [ RUN      ] openmp.atomics_tpetra_max_abs
4: [       OK ] openmp.atomics_tpetra_max_abs (0 ms)
4: [ RUN      ] openmp.atomic_views_integral
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o
4: [       OK ] openmp.atomic_views_integral (225 ms)
4: [ RUN      ] openmp.atomic_views_nonintegral
4: [       OK ] openmp.atomic_views_nonintegral (77 ms)
4: [ RUN      ] openmp.atomic_view_api
4: [       OK ] openmp.atomic_view_api (0 ms)
4: [ RUN      ] openmp.bit_manip_countl_zero
4: [       OK ] openmp.bit_manip_countl_zero (0 ms)
4: [ RUN      ] openmp.bit_manip_countl_one
4: [       OK ] openmp.bit_manip_countl_one (0 ms)
4: [ RUN      ] openmp.bit_manip_countr_zero
4: [       OK ] openmp.bit_manip_countr_zero (0 ms)
4: [ RUN      ] openmp.bit_manip_countr_one
4: [       OK ] openmp.bit_manip_countr_one (0 ms)
4: [ RUN      ] openmp.bit_manip_popcount
4: [       OK ] openmp.bit_manip_popcount (0 ms)
4: [ RUN      ] openmp.bit_manip_has_single_bit
4: [       OK ] openmp.bit_manip_has_single_bit (0 ms)
4: [ RUN      ] openmp.bit_manip_bit_floor
4: [       OK ] openmp.bit_manip_bit_floor (0 ms)
4: [ RUN      ] openmp.bit_manip_bit_ceil
4: [       OK ] openmp.bit_manip_bit_ceil (0 ms)
4: [ RUN      ] openmp.bit_manip_bit_width
4: [       OK ] openmp.bit_manip_bit_width (0 ms)
4: [ RUN      ] openmp.bit_manip_rotl
4: [       OK ] openmp.bit_manip_rotl (0 ms)
4: [ RUN      ] openmp.bit_manip_rotr
4: [       OK ] openmp.bit_manip_rotr (0 ms)
4: [ RUN      ] openmp.bit_manip_byeswap
4: [       OK ] openmp.bit_manip_byeswap (0 ms)
4: [ RUN      ] openmp.bit_manip_bit_cast
4: [       OK ] openmp.bit_manip_bit_cast (0 ms)
4: [ RUN      ] openmp.test_block_deduction_bug_pr_3103
4: [       OK ] openmp.test_block_deduction_bug_pr_3103 (0 ms)
4: [ RUN      ] openmp.checked_integer_operations_multiply_overflow
4: [       OK ] openmp.checked_integer_operations_multiply_overflow (0 ms)
4: [ RUN      ] openmp.execution_policy_occupancy_and_hint
4: [       OK ] openmp.execution_policy_occupancy_and_hint (0 ms)
4: [ RUN      ] openmp.complex_construction
4: [       OK ] openmp.complex_construction (0 ms)
4: [ RUN      ] openmp.complex_basic_math
4: [       OK ] openmp.complex_basic_math (0 ms)
4: [ RUN      ] openmp.complex_special_funtions
4: [       OK ] openmp.complex_special_funtions (0 ms)
4: [ RUN      ] openmp.complex_io
4: [       OK ] openmp.complex_io (0 ms)
4: [ RUN      ] openmp.complex_trivially_copyable
4: [       OK ] openmp.complex_trivially_copyable (0 ms)
4: [ RUN      ] openmp.complex_issue_3865
4: [       OK ] openmp.complex_issue_3865 (0 ms)
4: [ RUN      ] openmp.complex_operations_arithmetic_types_overloads
4: [       OK ] openmp.complex_operations_arithmetic_types_overloads (0 ms)
4: [ RUN      ] openmp.crs_count_fill
4: [       OK ] openmp.crs_count_fill (2 ms)
4: [ RUN      ] openmp.crs_copy_constructor
4: [       OK ] openmp.crs_copy_constructor (11 ms)
4: [ RUN      ] openmp.deep_copy_alignment
4: [       OK ] openmp.deep_copy_alignment (5 ms)
4: [ RUN      ] openmp.deep_copy_conversion
4: [       OK ] openmp.deep_copy_conversion (43 ms)
4: [ RUN      ] openmp.partitioning_by_args
4: [       OK ] openmp.partitioning_by_args (48 ms)
4: [ RUN      ] openmp.partitioning_by_vector
4: [       OK ] openmp.partitioning_by_vector (43 ms)
4: [ RUN      ] openmp.execution_space_as_class_data_member
4: [       OK ] openmp.execution_space_as_class_data_member (0 ms)
4: [ RUN      ] openmp.functor_analysis
4: [       OK ] openmp.functor_analysis (0 ms)
4: [ RUN      ] openmp.host_shared_ptr_use_count
4: [       OK ] openmp.host_shared_ptr_use_count (0 ms)
4: [ RUN      ] openmp.host_shared_ptr_get
4: [       OK ] openmp.host_shared_ptr_get (0 ms)
4: [ RUN      ] openmp.host_shared_ptr_dereference_on_device
4: [       OK ] openmp.host_shared_ptr_dereference_on_device (0 ms)
4: [ RUN      ] openmp.host_shared_ptr_special_members_on_device
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCtorDimMatch.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
4: [       OK ] openmp.host_shared_ptr_special_members_on_device (0 ms)
4: [ RUN      ] openmp.host_shared_ptr_tracking
4: [       OK ] openmp.host_shared_ptr_tracking (0 ms)
4: [ RUN      ] openmp.init
4: [       OK ] openmp.init (0 ms)
4: [ RUN      ] openmp.dispatch
[ 47%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[       OK ] cuda.atomic_views_integral (6478 ms)
[ RUN      ] cuda.atomic_views_nonintegral
[       OK ] cuda.atomic_views_nonintegral (65 ms)
[ RUN      ] cuda.atomic_view_api
[       OK ] cuda.atomic_view_api (0 ms)
[ RUN      ] cuda.atomics
[       OK ] cuda.atomics (205 ms)
[ RUN      ] cuda.atomics_tpetra_max_abs
[       OK ] cuda.atomics_tpetra_max_abs (0 ms)
[ RUN      ] cuda.team_for
[       OK ] cuda.team_for (0 ms)
[ RUN      ] cuda.team_reduce
[       OK ] cuda.team_reduce (0 ms)
[ RUN      ] cuda.team_reduce_large
[       OK ] cuda.team_reduce_large (43 ms)
[ RUN      ] cuda.team_parallel_single
[       OK ] cuda.team_parallel_single (5 ms)
[ RUN      ] cuda.large_team_scratch_size
[       OK ] cuda.large_team_scratch_size (5 ms)
[ RUN      ] cuda.team_broadcast_long
[       OK ] cuda.team_broadcast_long (0 ms)
[ RUN      ] cuda.team_broadcast_long_wrapper
[       OK ] cuda.team_broadcast_long_wrapper (0 ms)
[ RUN      ] cuda.team_broadcast_char
[       OK ] cuda.team_broadcast_char (0 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 (11 ms)
[ RUN      ] cuda.triple_nested_parallelism
4: [       OK ] openmp.dispatch (470 ms)
4: [ RUN      ] openmp.join_backward_compatibility
4: [       OK ] openmp.join_backward_compatibility (0 ms)
4: [ RUN      ] openmp.local_deepcopy_teampolicy_layoutleft
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_SharedAlloc.cpp.o
[       OK ] cuda.triple_nested_parallelism (13 ms)
[ RUN      ] cuda.parallel_scan_with_reducers
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[       OK ] cuda.parallel_scan_with_reducers (707 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 (5 ms)
[ RUN      ] cuda.team_scratch_memory_index_parallel_for
[       OK ] cuda.team_scratch_memory_index_parallel_for (0 ms)
[ RUN      ] cuda.team_reduction_scan
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
4: [       OK ] openmp.local_deepcopy_teampolicy_layoutleft (1824 ms)
4: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutleft
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_a.cpp.o
[       OK ] cuda.team_reduction_scan (1183 ms)
[ RUN      ] cuda.team_long_reduce
[       OK ] cuda.team_long_reduce (9 ms)
[ RUN      ] cuda.team_double_reduce
[       OK ] cuda.team_double_reduce (8 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 (11 ms)
[ RUN      ] cuda.team_policy_max_recommended
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalSpecialFunctions.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[       OK ] cuda.team_policy_max_recommended (319 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 (1 ms)
[ RUN      ] cuda.memory_pool
[       OK ] cuda.memory_pool (13 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.mdrange_5d
[       OK ] cuda.mdrange_5d (92 ms)
[ RUN      ] cuda.mdrange_6d
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[       OK ] cuda.mdrange_6d (124 ms)
[ RUN      ] cuda.mdrange_2d
[       OK ] cuda.mdrange_2d (3 ms)
[ RUN      ] cuda.mdrange_array_reduce
[       OK ] cuda.mdrange_array_reduce (0 ms)
[ RUN      ] cuda.mdrange_3d
[       OK ] cuda.mdrange_3d (17 ms)
[ RUN      ] cuda.mdrange_neg_idx
[       OK ] cuda.mdrange_neg_idx (1 ms)
[ RUN      ] cuda.mdrange_4d
[       OK ] cuda.mdrange_4d (19 ms)
[ RUN      ] cuda.crs_count_fill
[       OK ] cuda.crs_count_fill (4 ms)
[ RUN      ] cuda.crs_copy_constructor
[       OK ] cuda.crs_copy_constructor (17 ms)
[ RUN      ] cuda.workgraph_fib
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o
[       OK ] cuda.workgraph_fib (947 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 (1 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 (2 ms)
[ RUN      ] cuda.unique_token_instance
[       OK ] cuda.unique_token_instance (2 ms)
[ RUN      ] cuda.unique_token_team_acquire
[       OK ] cuda.unique_token_team_acquire (11 ms)
[ RUN      ] cuda.local_deepcopy_teampolicy_layoutleft
4: [       OK ] openmp.local_deepcopy_rangepolicy_layoutleft (1642 ms)
4: [ RUN      ] openmp.local_deepcopy_teampolicy_layoutright
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortA.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortB.cpp.o
4: [       OK ] openmp.local_deepcopy_teampolicy_layoutright (1262 ms)
4: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutright
4: [       OK ] openmp.local_deepcopy_rangepolicy_layoutright (1248 ms)
4: [ RUN      ] openmp.deep_copy_scratch
4: [       OK ] openmp.deep_copy_scratch (0 ms)
4: [ RUN      ] openmp.mathematical_constants_e
4: [       OK ] openmp.mathematical_constants_e (0 ms)
4: [ RUN      ] openmp.mathematical_constants_log2e
4: [       OK ] openmp.mathematical_constants_log2e (0 ms)
4: [ RUN      ] openmp.mathematical_constants_log10e
4: [       OK ] openmp.mathematical_constants_log10e (0 ms)
4: [ RUN      ] openmp.mathematical_constants_pi
4: [       OK ] openmp.mathematical_constants_pi (0 ms)
4: [ RUN      ] openmp.mathematical_constants_inv_pi
4: [       OK ] openmp.mathematical_constants_inv_pi (0 ms)
4: [ RUN      ] openmp.mathematical_constants_inv_sqrtpi
4: [       OK ] openmp.mathematical_constants_inv_sqrtpi (0 ms)
4: [ RUN      ] openmp.mathematical_constants_ln2
4: [       OK ] openmp.mathematical_constants_ln2 (0 ms)
4: [ RUN      ] openmp.mathematical_constants_ln10
4: [       OK ] openmp.mathematical_constants_ln10 (0 ms)
4: [ RUN      ] openmp.mathematical_constants_sqrt2
4: [       OK ] openmp.mathematical_constants_sqrt2 (0 ms)
4: [ RUN      ] openmp.mathematical_constants_sqrt3
4: [       OK ] openmp.mathematical_constants_sqrt3 (0 ms)
4: [ RUN      ] openmp.mathematical_constants_inv_sqrt3
4: [       OK ] openmp.mathematical_constants_inv_sqrt3 (0 ms)
4: [ RUN      ] openmp.mathematical_constants_egamma
4: [       OK ] openmp.mathematical_constants_egamma (0 ms)
4: [ RUN      ] openmp.mathematical_constants_phi
4: [       OK ] openmp.mathematical_constants_phi (0 ms)
4: [ RUN      ] openmp.mathematical_functions_trigonometric_functions
4: [       OK ] openmp.mathematical_functions_trigonometric_functions (4 ms)
4: [ RUN      ] openmp.mathematical_functions_hyperbolic_functions
4: [       OK ] openmp.mathematical_functions_hyperbolic_functions (3 ms)
4: [ RUN      ] openmp.mathematical_functions_non_standard
4: [       OK ] openmp.mathematical_functions_non_standard (0 ms)
4: [ RUN      ] openmp.mathematical_functions_power_functions
4: [       OK ] openmp.mathematical_functions_power_functions (2 ms)
4: [ RUN      ] openmp.mathematical_functions_fma
4: [       OK ] openmp.mathematical_functions_fma (0 ms)
4: [ RUN      ] openmp.mathematical_functions_error_and_gamma_functions
4: [       OK ] openmp.mathematical_functions_error_and_gamma_functions (2 ms)
4: [ RUN      ] openmp.mathematical_functions_nearest_interger_floating_point_operations
4: [       OK ] openmp.mathematical_functions_nearest_interger_floating_point_operations (3 ms)
4: [ RUN      ] openmp.mathematical_functions_floating_point_manipulation_functions
4: [       OK ] openmp.mathematical_functions_floating_point_manipulation_functions (1 ms)
4: [ RUN      ] openmp.mathematical_functions_absolute_value
4: [       OK ] openmp.mathematical_functions_absolute_value (0 ms)
4: [ RUN      ] openmp.mathematical_functions_floating_point_absolute_value
4: [       OK ] openmp.mathematical_functions_floating_point_absolute_value (0 ms)
4: [ RUN      ] openmp.mathematical_functions_remainder_function
4: [       OK ] openmp.mathematical_functions_remainder_function (0 ms)
4: [ RUN      ] openmp.mathematical_functions_isfinite
4: [       OK ] openmp.mathematical_functions_isfinite (0 ms)
4: [ RUN      ] openmp.mathematical_functions_isinf
4: [       OK ] openmp.mathematical_functions_isinf (0 ms)
4: [ RUN      ] openmp.mathematical_functions_isnan
4: [       OK ] openmp.mathematical_functions_isnan (0 ms)
4: [ RUN      ] openmp.mathematical_functions_exponential_functions
4: [       OK ] openmp.mathematical_functions_exponential_functions (4 ms)
4: [ RUN      ] openmp.mathspecialfunc_expint1
4: [       OK ] openmp.mathspecialfunc_expint1 (0 ms)
4: [ RUN      ] openmp.mathspecialfunc_errorfunc
4: [       OK ] openmp.mathspecialfunc_errorfunc (0 ms)
4: [ RUN      ] openmp.mathspecialfunc_cbesselj0y0
4: [       OK ] openmp.mathspecialfunc_cbesselj0y0 (2 ms)
4: [ RUN      ] openmp.mathspecialfunc_cbesselj1y1
4: [       OK ] openmp.mathspecialfunc_cbesselj1y1 (2 ms)
4: [ RUN      ] openmp.mathspecialfunc_cbesseli0k0
4: [       OK ] openmp.mathspecialfunc_cbesseli0k0 (1 ms)
4: [ RUN      ] openmp.mathspecialfunc_cbesseli1k1
4: [       OK ] openmp.mathspecialfunc_cbesseli1k1 (1 ms)
4: [ RUN      ] openmp.mathspecialfunc_cbesselh1stkind
4: [       OK ] openmp.mathspecialfunc_cbesselh1stkind (0 ms)
4: [ RUN      ] openmp.mathspecialfunc_cbesselh2ndkind
4: [       OK ] openmp.mathspecialfunc_cbesselh2ndkind (0 ms)
4: [ RUN      ] openmp.mdrange_5d
4: [       OK ] openmp.mdrange_5d (42 ms)
4: [ RUN      ] openmp.mdrange_6d
4: [       OK ] openmp.mdrange_6d (121 ms)
4: [ RUN      ] openmp.mdrange_2d
4: [       OK ] openmp.mdrange_2d (2 ms)
4: [ RUN      ] openmp.mdrange_array_reduce
4: [       OK ] openmp.mdrange_array_reduce (0 ms)
4: [ RUN      ] openmp.mdrange_3d
4: [       OK ] openmp.mdrange_3d (15 ms)
4: [ RUN      ] openmp.mdrange_neg_idx
4: [       OK ] openmp.mdrange_neg_idx (59 ms)
4: [ RUN      ] openmp.mdrange_4d
4: [       OK ] openmp.mdrange_4d (13 ms)
4: [ RUN      ] openmp.mdrange_scalar
4: [       OK ] openmp.mdrange_scalar (0 ms)
4: [ RUN      ] openmp.mdrange_large_deep_copy
Scanning dependencies of target Kokkos_UnitTest_Random
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o
[ 71%] Linking CXX executable Kokkos_ContainersUnitTest_Serial
[ 71%] Built target Kokkos_ContainersUnitTest_Serial
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Vector.cpp.o
4: [       OK ] openmp.mdrange_large_deep_copy (965 ms)
4: [ RUN      ] openmp.md_range_policy_construction_from_arrays
4: [       OK ] openmp.md_range_policy_construction_from_arrays (0 ms)
4: [ RUN      ] openmp.mdrange_parallel_reduce_primitive_types
[ 47%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_b.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewEmptyRuntimeUnmanaged.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o
[       OK ] cuda.local_deepcopy_teampolicy_layoutleft (5331 ms)
[ RUN      ] cuda.local_deepcopy_rangepolicy_layoutleft
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ViewCtorPropEmbeddedDim.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestNestedSort.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_c.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/hip/TestRandom.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 48%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewHooks.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[ 48%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 48%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
4: [       OK ] openmp.mdrange_parallel_reduce_primitive_types (5790 ms)
4: [ RUN      ] openmp.mdspan_minimal_functional
4: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestMDSpan.hpp:57: Skipped
4: mdspan not enabled
4: [  SKIPPED ] openmp.mdspan_minimal_functional (0 ms)
4: [ RUN      ] openmp.max
4: [       OK ] openmp.max (0 ms)
4: [ RUN      ] openmp.max_within_parfor
4: [       OK ] openmp.max_within_parfor (0 ms)
4: [ RUN      ] openmp.min
4: [       OK ] openmp.min (0 ms)
4: [ RUN      ] openmp.min_within_parfor
4: [       OK ] openmp.min_within_parfor (0 ms)
4: [ RUN      ] openmp.minmax
4: [       OK ] openmp.minmax (0 ms)
4: [ RUN      ] openmp.minmax_within_parfor
4: [       OK ] openmp.minmax_within_parfor (0 ms)
4: [ RUN      ] openmp.clamp
4: [       OK ] openmp.clamp (0 ms)
4: [ RUN      ] openmp.clamp_within_parfor
4: [       OK ] openmp.clamp_within_parfor (0 ms)
4: [ RUN      ] openmp.numeric_traits_infinity
4: [       OK ] openmp.numeric_traits_infinity (0 ms)
4: [ RUN      ] openmp.numeric_traits_epsilon
4: [       OK ] openmp.numeric_traits_epsilon (0 ms)
4: [ RUN      ] openmp.numeric_traits_round_error
4: [       OK ] openmp.numeric_traits_round_error (0 ms)
4: [ RUN      ] openmp.numeric_traits_norm_min
4: [       OK ] openmp.numeric_traits_norm_min (0 ms)
4: [ RUN      ] openmp.numeric_traits_denorm_min
4: [       OK ] openmp.numeric_traits_denorm_min (0 ms)
4: [ RUN      ] openmp.numeric_traits_finite_min_max
4: [       OK ] openmp.numeric_traits_finite_min_max (1 ms)
4: [ RUN      ] openmp.numeric_traits_digits
4: [       OK ] openmp.numeric_traits_digits (1 ms)
4: [ RUN      ] openmp.numeric_traits_digits10
4: [       OK ] openmp.numeric_traits_digits10 (0 ms)
4: [ RUN      ] openmp.numeric_traits_max_digits10
4: [       OK ] openmp.numeric_traits_max_digits10 (0 ms)
4: [ RUN      ] openmp.numeric_traits_radix
4: [       OK ] openmp.numeric_traits_radix (1 ms)
4: [ RUN      ] openmp.numeric_traits_min_max_exponent
4: [       OK ] openmp.numeric_traits_min_max_exponent (0 ms)
4: [ RUN      ] openmp.numeric_traits_min_max_exponent10
4: [       OK ] openmp.numeric_traits_min_max_exponent10 (0 ms)
4: [ RUN      ] openmp.numeric_traits_quiet_and_signaling_nan
4: [       OK ] openmp.numeric_traits_quiet_and_signaling_nan (0 ms)
4: [ RUN      ] openmp.numeric_traits_sfinae_friendly
4: [       OK ] openmp.numeric_traits_sfinae_friendly (0 ms)
4: [ RUN      ] openmp.occupancy_control
4: [       OK ] openmp.occupancy_control (0 ms)
4: [ RUN      ] openmp.memory_pool
4: [       OK ] openmp.memory_pool (63 ms)
4: [ RUN      ] openmp.cxx11
4: [       OK ] openmp.cxx11 (0 ms)
4: [ RUN      ] openmp.viewctorprop_embedded_dim
4: [       OK ] openmp.viewctorprop_embedded_dim (0 ms)
4: [ RUN      ] openmp.viewctorpop_view_allocate_without_initializing_backward_compatility
4: [       OK ] openmp.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
4: [ RUN      ] openmp.parallel_scan_range_policy
4: [       OK ] openmp.parallel_scan_range_policy (32 ms)
4: [ RUN      ] openmp.kokkos_printf
4: [       OK ] openmp.kokkos_printf (0 ms)
4: [ RUN      ] openmp.quad_precision_reductions
4: [       OK ] openmp.quad_precision_reductions (0 ms)
4: [ RUN      ] openmp.quad_precision_common_math_functions
4: [       OK ] openmp.quad_precision_common_math_functions (0 ms)
4: [ RUN      ] openmp.range_for
4: [       OK ] openmp.range_for (1 ms)
4: [ RUN      ] openmp.range_reduce
4: [       OK ] openmp.range_reduce (1 ms)
4: [ RUN      ] openmp.range_dynamic_policy
4: [       OK ] openmp.range_dynamic_policy (20 ms)
4: [ RUN      ] openmp.range_policy_runtime_parameters
4: [       OK ] openmp.range_policy_runtime_parameters (0 ms)
4: [ RUN      ] openmp.range_for_require
4: [       OK ] openmp.range_for_require (1 ms)
4: [ RUN      ] openmp.range_reduce_require
4: [       OK ] openmp.range_reduce_require (1 ms)
4: [ RUN      ] openmp.range_dynamic_policy_require
4: [       OK ] openmp.range_dynamic_policy_require (16 ms)
4: [ RUN      ] openmp.reducers_int
4: [       OK ] openmp.reducers_int (8 ms)
4: [ RUN      ] openmp.reducers_double
4: [       OK ] openmp.reducers_double (9 ms)
4: [ RUN      ] openmp.reducers_complex_double
4: [       OK ] openmp.reducers_complex_double (6 ms)
4: [ RUN      ] openmp.reducers_struct
4: [       OK ] openmp.reducers_struct (24 ms)
4: [ RUN      ] openmp.reducers_half_t
4: [       OK ] openmp.reducers_half_t (9 ms)
4: [ RUN      ] openmp.reducers_bhalf_t
4: [       OK ] openmp.reducers_bhalf_t (8 ms)
4: [ RUN      ] openmp.reducers_int8_t
4: [       OK ] openmp.reducers_int8_t (8 ms)
4: [ RUN      ] openmp.reducers_int16_t
4: [       OK ] openmp.reducers_int16_t (8 ms)
4: [ RUN      ] openmp.reducers_point_t
4: [       OK ] openmp.reducers_point_t (9 ms)
4: [ RUN      ] openmp.reducers_bool
4: [       OK ] openmp.reducers_bool (0 ms)
4: [ RUN      ] openmp.int64_t_reduce
4: [       OK ] openmp.int64_t_reduce (119 ms)
4: [ RUN      ] openmp.double_reduce
4: [       OK ] openmp.double_reduce (127 ms)
4: [ RUN      ] openmp.int64_t_reduce_dynamic
4: [       OK ] openmp.int64_t_reduce_dynamic (323 ms)
4: [ RUN      ] openmp.double_reduce_dynamic
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[ 48%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_d.cpp.o
4: [       OK ] openmp.double_reduce_dynamic (415 ms)
4: [ RUN      ] openmp.int64_t_reduce_dynamic_view
4: [       OK ] openmp.int64_t_reduce_dynamic_view (87 ms)
4: [ RUN      ] openmp.int_combined_reduce
4: [       OK ] openmp.int_combined_reduce (0 ms)
4: [ RUN      ] openmp.mdrange_combined_reduce
4: [       OK ] openmp.mdrange_combined_reduce (0 ms)
4: [ RUN      ] openmp.int_combined_reduce_mixed
4: [       OK ] openmp.int_combined_reduce_mixed (0 ms)
4: [ RUN      ] openmp.reduction_with_large_iteration_count
4: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestReduce.hpp:642: Skipped
4: Disabling for host backends
4: [  SKIPPED ] openmp.reduction_with_large_iteration_count (0 ms)
4: [ RUN      ] openmp.reduction_deduction
4: [       OK ] openmp.reduction_deduction (0 ms)
4: [ RUN      ] openmp.reduce_device_view_range_policy
4: [       OK ] openmp.reduce_device_view_range_policy (14 ms)
4: [ RUN      ] openmp.reduce_device_view_mdrange_policy
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewLayoutStrideAssignment.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o
[       OK ] cuda.local_deepcopy_rangepolicy_layoutleft (6287 ms)
[ RUN      ] cuda.local_deepcopy_teampolicy_layoutright
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
4: [       OK ] openmp.reduce_device_view_mdrange_policy (644 ms)
4: [ RUN      ] openmp.reduce_device_view_team_policy
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewMapping_a.cpp.o
4: [       OK ] openmp.reduce_device_view_team_policy (627 ms)
4: [ RUN      ] openmp.impl_shared_alloc
4: [       OK ] openmp.impl_shared_alloc (7 ms)
4: [ RUN      ] openmp.kokkos_swap
4: [       OK ] openmp.kokkos_swap (0 ms)
4: [ RUN      ] openmp.team_for
4: [       OK ] openmp.team_for (275 ms)
4: [ RUN      ] openmp.team_reduce
[ 48%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
4: [       OK ] openmp.team_reduce (259 ms)
4: [ RUN      ] openmp.team_reduce_large
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
4: [       OK ] openmp.team_reduce_large (579 ms)
4: [ RUN      ] openmp.team_parallel_single
[ 93%] Linking CXX executable Kokkos_IncrementalTest_OPENACC
[ 48%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11a_ParallelFor_TeamThreadRange_CUDA.cpp.o
[ 48%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 48%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_e.cpp.o
[ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewMapping_b.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o
[       OK ] cuda.local_deepcopy_teampolicy_layoutright (5928 ms)
[ RUN      ] cuda.local_deepcopy_rangepolicy_layoutright
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o
[ 93%] Built target Kokkos_IncrementalTest_OPENACC
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewMemoryAccessViolation.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_a.cpp.o
[ 49%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewOutOfBoundsAccess.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_b.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_c.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[       OK ] cuda.local_deepcopy_rangepolicy_layoutright (6163 ms)
[ RUN      ] cuda.deep_copy_scratch
[       OK ] cuda.deep_copy_scratch (0 ms)
[ RUN      ] cuda.debug_serial_execution
[       OK ] cuda.debug_serial_execution (6 ms)
[ RUN      ] cuda.debug_pin_um_to_host
[       OK ] cuda.debug_pin_um_to_host (715 ms)
[ RUN      ] cuda.team_scratch_1_streams
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 73%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
[ 73%] Built target Kokkos_ContainersUnitTest_Cuda
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_a.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o
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
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_a.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_WithoutInitializing.cpp.o
[ 76%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o
[ 30%] Linking CXX executable Kokkos_StackTraceTestExec
[ 30%] Built target Kokkos_StackTraceTestExec
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_b.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_subview.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 50%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o
[ 82%] Linking CXX executable Kokkos_UnitTest_Sort
[ 82%] Built target Kokkos_UnitTest_Sort
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o
[ 76%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
[ 48%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_SharedAlloc.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
[ 18%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
[ 51%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 51%] Linking CXX executable Kokkos_UnitTest_Sort
[ 51%] Built target Kokkos_UnitTest_Sort
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 51%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 18%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 83%] Linking CXX executable Kokkos_UnitTest_Random
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 83%] Built target Kokkos_UnitTest_Random
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 51%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[       OK ] cuda.team_scratch_1_streams (14279 ms)
[----------] 146 tests from cuda (51090 ms total)

[----------] 54 tests from cuda_uvm
[ RUN      ] cuda_uvm.impl_shared_alloc
[       OK ] cuda_uvm.impl_shared_alloc (53 ms)
[ RUN      ] cuda_uvm.view_api_a
[       OK ] cuda_uvm.view_api_a (74 ms)
[ RUN      ] cuda_uvm.view_api_b
[       OK ] cuda_uvm.view_api_b (16 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 (4 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 (274 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 (25 ms)
[ RUN      ] cuda_uvm.view_copy_tests
[       OK ] cuda_uvm.view_copy_tests (37 ms)
[ RUN      ] cuda_uvm.view_copy_tests_rank_0
[       OK ] cuda_uvm.view_copy_tests_rank_0 (10 ms)
[ RUN      ] cuda_uvm.view_copy_degenerated
[       OK ] cuda_uvm.view_copy_degenerated (0 ms)
[ RUN      ] cuda_uvm.view_fill_tests_layout_right
[       OK ] cuda_uvm.view_fill_tests_layout_right (136 ms)
[ RUN      ] cuda_uvm.view_fill_tests_layout_left
[       OK ] cuda_uvm.view_fill_tests_layout_left (103 ms)
[ RUN      ] cuda_uvm.view_mapping
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[       OK ] cuda_uvm.view_mapping (716 ms)
[ RUN      ] cuda_uvm.view_mapping_operator
[       OK ] cuda_uvm.view_mapping_operator (8 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 (2 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 (0 ms)
[ RUN      ] cuda_uvm.view_subview_auto_1d_left
[       OK ] cuda_uvm.view_subview_auto_1d_left (5 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 (5 ms)
[ RUN      ] cuda_uvm.view_subview_left_0
[       OK ] cuda_uvm.view_subview_left_0 (0 ms)
[ RUN      ] cuda_uvm.view_subview_left_1
[       OK ] cuda_uvm.view_subview_left_1 (0 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 (0 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 (2 ms)
[ RUN      ] cuda_uvm.view_subview_1d_assign
[       OK ] cuda_uvm.view_subview_1d_assign (4 ms)
[ RUN      ] cuda_uvm.view_subview_1d_assign_atomic
[       OK ] cuda_uvm.view_subview_1d_assign_atomic (4 ms)
[ RUN      ] cuda_uvm.view_subview_1d_assign_randomaccess
[       OK ] cuda_uvm.view_subview_1d_assign_randomaccess (4 ms)
[ RUN      ] cuda_uvm.view_subview_2d_from_3d
[       OK ] cuda_uvm.view_subview_2d_from_3d (56 ms)
[ RUN      ] cuda_uvm.view_subview_2d_from_3d_atomic
[       OK ] cuda_uvm.view_subview_2d_from_3d_atomic (50 ms)
[ RUN      ] cuda_uvm.view_subview_2d_from_3d_randomaccess
[       OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (50 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_left
[       OK ] cuda_uvm.view_subview_3d_from_5d_left (70 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_atomic
[       OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (71 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess
[       OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (70 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_right
[       OK ] cuda_uvm.view_subview_3d_from_5d_right (69 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_atomic
[       OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (69 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess
[       OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (68 ms)
[ RUN      ] cuda_uvm.view_test_unmanaged_subview_reset
[       OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms)
[----------] 54 tests from cuda_uvm (2094 ms total)

[----------] 27 tests from cuda_hostpinned
[ RUN      ] cuda_hostpinned.impl_shared_alloc
[       OK ] cuda_hostpinned.impl_shared_alloc (33 ms)
[ RUN      ] cuda_hostpinned.view_api_a
[       OK ] cuda_hostpinned.view_api_a (60 ms)
[ RUN      ] cuda_hostpinned.view_api_b
[       OK ] cuda_hostpinned.view_api_b (7 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 (2 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
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_a.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_a.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewHooks.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[ 74%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_b.cpp.o
[ 51%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
[ 51%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[       OK ] cuda_hostpinned.view_allocation_large_rank (3231 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
[ 49%] Built target Kokkos_CoreUnitTest_Serial2
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
[       OK ] cuda_hostpinned.view_copy_tests (85 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_fill_tests_layout_right
[ 74%] Built target Kokkos_CoreUnitTest_Cuda2
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 51%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_b.cpp.o
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
[ 77%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o
[ 51%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
Scanning dependencies of target Kokkos_UnitTest_Sort
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_c.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_d.cpp.o
[ 52%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_b.cpp.o
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_View_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
[ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o
[ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.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
[ 51%] Built target Kokkos_CoreUnitTest_Serial1
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
Scanning dependencies of target Kokkos_CoreUnitTest_Default
[ 76%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 76%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 77%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_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
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_e.cpp.o
[ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_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
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_a.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 32%] 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_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_b.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
4: [       OK ] openmp.team_parallel_single (40831 ms)
4: [ RUN      ] openmp.large_team_scratch_size
4: [       OK ] openmp.large_team_scratch_size (0 ms)
4: [ RUN      ] openmp.team_broadcast_long
4: [       OK ] openmp.team_broadcast_long (979 ms)
4: [ RUN      ] openmp.team_broadcast_long_wrapper
4: [       OK ] openmp.team_broadcast_long_wrapper (983 ms)
4: [ RUN      ] openmp.team_broadcast_char
4: [       OK ] openmp.team_broadcast_char (986 ms)
4: [ RUN      ] openmp.team_broadcast_float
4: [       OK ] openmp.team_broadcast_float (962 ms)
4: [ RUN      ] openmp.team_broadcast_double
4: [       OK ] openmp.team_broadcast_double (960 ms)
4: [ RUN      ] openmp.team_handle_by_value
4: [       OK ] openmp.team_handle_by_value (0 ms)
4: [ RUN      ] openmp.team_vector
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[ 56%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
4: [       OK ] openmp.team_vector (4302 ms)
4: [ RUN      ] openmp.triple_nested_parallelism
4: [       OK ] openmp.triple_nested_parallelism (454 ms)
4: [ RUN      ] openmp.parallel_scan_with_reducers
4: [       OK ] openmp.parallel_scan_with_reducers (55 ms)
4: [ RUN      ] openmp.team_thread_range_combined_reducers
4: [       OK ] openmp.team_thread_range_combined_reducers (0 ms)
4: [ RUN      ] openmp.thread_vector_range_combined_reducers
4: [       OK ] openmp.thread_vector_range_combined_reducers (0 ms)
4: [ RUN      ] openmp.team_vector_range_combined_reducers
4: [       OK ] openmp.team_vector_range_combined_reducers (0 ms)
4: [ RUN      ] openmp.TeamThreadMDRangeParallelFor
4: [       OK ] openmp.TeamThreadMDRangeParallelFor (6 ms)
4: [ RUN      ] openmp.ThreadVectorMDRangeParallelFor
4: [       OK ] openmp.ThreadVectorMDRangeParallelFor (5 ms)
4: [ RUN      ] openmp.TeamVectorMDRangeParallelFor
4: [       OK ] openmp.TeamVectorMDRangeParallelFor (5 ms)
4: [ RUN      ] openmp.TeamThreadMDRangeParallelReduce
4: [       OK ] openmp.TeamThreadMDRangeParallelReduce (8 ms)
4: [ RUN      ] openmp.ThreadVectorMDRangeParallelReduce
4: [       OK ] openmp.ThreadVectorMDRangeParallelReduce (8 ms)
4: [ RUN      ] openmp.TeamVectorMDRangeParallelReduce
4: [       OK ] openmp.TeamVectorMDRangeParallelReduce (8 ms)
4: [ RUN      ] openmp.team_policy_runtime_parameters
4: [       OK ] openmp.team_policy_runtime_parameters (0 ms)
4: [ RUN      ] openmp.team_reduction_scan
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/tstHeader.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_c.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_a.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 77%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_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
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_c.cpp.o
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
[ 77%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[       OK ] serial.view_fill_tests_layout_right (91461 ms)
[ RUN      ] serial.view_fill_tests_layout_left
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_b.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o
[ 78%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o
[ 78%] Built target Kokkos_CoreUnitTest_Serial1
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o
Scanning dependencies of target Kokkos_UnitTest_Random
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c01.cpp.o
[ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c02.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[ 79%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_subview.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o
[ 80%] 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_D.dir/TestStdAlgorithmsReverse.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ScanUnit.cpp.o
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.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_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11b_ParallelFor_TeamVectorRange_CUDA.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Spaces.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_d.cpp.o
[ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Memory_Requirements.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c03.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
[ 80%] Built target Kokkos_CoreUnitTest_Serial1
[ 54%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[ 80%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 54%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratchStreams.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AsyncLauncher.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 80%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
[ 80%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlocksizeDeduction.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[ 87%] Linking CXX executable Kokkos_CoreUnitTest_HIP
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o
[ 87%] Built target Kokkos_CoreUnitTest_HIP
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 81%] Built target Kokkos_PerformanceTest_Benchmark
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.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_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_e.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.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
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c06.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c07.cpp.o
[ 81%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1
[ 81%] Built target Kokkos_CoreUnitTest_Cuda1
[ 81%] 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_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
[ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 82%] Linking CXX executable Kokkos_UnitTest_Random
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o
[ 82%] Built target Kokkos_UnitTest_Random
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 82%] 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_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 87%] 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_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c08.cpp.o
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
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 82%] Linking CXX executable Kokkos_UnitTest_Sort
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c09.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 82%] Built target Kokkos_UnitTest_Sort
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.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_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_f.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 54%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 54%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_g.cpp.o
[       OK ] cuda_hostpinned.view_fill_tests_layout_right (95503 ms)
[ RUN      ] cuda_hostpinned.view_fill_tests_layout_left
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 55%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o
[ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 99%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRangePolicyConstructors.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11c_ParallelFor_ThreadVectorRange_CUDA.cpp.o
[ 99%] Built target Kokkos_CoreUnitTest_Serial1
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c10.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRangeReduce.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 55%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[       OK ] serial.view_fill_tests_layout_left (91793 ms)
[ RUN      ] serial.view_mapping
[       OK ] serial.view_mapping (668 ms)
[ RUN      ] serial.view_mapping_operator
[       OK ] serial.view_mapping_operator (39 ms)
[ RUN      ] serial.static_extent
[       OK ] serial.static_extent (0 ms)
[ RUN      ] serial.view_mapping_atomic
[       OK ] serial.view_mapping_atomic (7 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 (0 ms)
[ RUN      ] serial.view_resize
[       OK ] serial.view_resize (99 ms)
[ RUN      ] serial.view_realloc
[       OK ] serial.view_realloc (0 ms)
[ RUN      ] serial.view_layoutstride_left_to_layoutleft_assignment
[       OK ] serial.view_layoutstride_left_to_layoutleft_assignment (192 ms)
[ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
[       OK ] serial.view_layoutstride_right_to_layoutright_assignment (193 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 (77 ms)
[ RUN      ] serial.view_subview_2d_from_3d_atomic
[       OK ] serial.view_subview_2d_from_3d_atomic (78 ms)
[ RUN      ] serial.view_subview_2d_from_3d_randomaccess
[       OK ] serial.view_subview_2d_from_3d_randomaccess (76 ms)
[ RUN      ] serial.view_subview_3d_from_5d_left
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[       OK ] serial.view_subview_3d_from_5d_left (2554 ms)
[ RUN      ] serial.view_subview_3d_from_5d_left_atomic
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 62%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[       OK ] serial.view_subview_3d_from_5d_left_atomic (2542 ms)
[ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
[ 55%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 55%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
Scanning dependencies of target Kokkos_UnitTest_SIMD
[ 55%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[       OK ] serial.view_subview_3d_from_5d_left_randomaccess (2542 ms)
[ RUN      ] serial.view_subview_3d_from_5d_right
[ 35%] Linking CXX executable Kokkos_CoreUnitTest_Default
[       OK ] serial.view_subview_3d_from_5d_right (2910 ms)
[ RUN      ] serial.view_subview_3d_from_5d_right_atomic
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 35%] Built target Kokkos_CoreUnitTest_Default
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/UnitTestMainInit.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDSpan.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 62%] Built target Kokkos_CoreUnitTest_Cuda1
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o
[ 56%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[       OK ] serial.view_subview_3d_from_5d_right_atomic (2911 ms)
[ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o
[       OK ] serial.view_subview_3d_from_5d_right_randomaccess (2929 ms)
[ RUN      ] serial.view_test_unmanaged_subview_reset
[       OK ] serial.view_test_unmanaged_subview_reset (0 ms)
[ RUN      ] serial.int64_t_reduce
[ 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_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[       OK ] serial.int64_t_reduce (2989 ms)
[ RUN      ] serial.double_reduce
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 87%] 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_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[       OK ] serial.double_reduce (3032 ms)
[ RUN      ] serial.int64_t_reduce_dynamic
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_NumericTraits.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
Scanning dependencies of target Kokkos_UnitTest_SIMD
[ 94%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
Scanning dependencies of target Kokkos_atomic
[ 56%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
[ 56%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test01_execspace_CUDA.cpp.o
[ 56%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 56%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
Scanning dependencies of target Kokkos_gather
[ 56%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[       OK ] serial.int64_t_reduce_dynamic (4674 ms)
[ RUN      ] serial.double_reduce_dynamic
[ 56%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
Scanning dependencies of target Kokkos_gups
[ 56%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 95%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 56%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 19%] 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_Default.dir/TestSharedSpace.cpp.o
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 56%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
Scanning dependencies of target Kokkos_launch_latency
[ 56%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 56%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[       OK ] serial.double_reduce_dynamic (4727 ms)
[ RUN      ] serial.int64_t_reduce_dynamic_view
[       OK ] serial.int64_t_reduce_dynamic_view (1220 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
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test02_atomic_host_CUDA.cpp.o
[ 37%] Linking CXX executable Kokkos_IncrementalTest_OPENMP
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 56%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
Scanning dependencies of target Kokkos_stream
[ 56%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[       OK ] serial.parallel_scan_range_policy (37 ms)
[ RUN      ] serial.reduce_device_view_range_policy
[ 37%] Built target Kokkos_IncrementalTest_OPENMP
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests/TestStdAlgorithmsCommon.hpp(206): warning: missing return statement at end of non-void function "Test::stdalgos::create_deep_copyable_compatible_view_with_same_extent(ViewType) [with ViewType=Kokkos::View<std::size_t **>]"
          detected during:
            instantiation of "auto Test::stdalgos::create_deep_copyable_compatible_view_with_same_extent(ViewType) [with ViewType=Kokkos::View<std::size_t **>]" 
(210): here
            instantiation of "auto Test::stdalgos::create_deep_copyable_compatible_clone(ViewType) [with ViewType=Kokkos::View<std::size_t **>]" 
(522): here
            instantiation of "auto Test::stdalgos::create_host_space_copy(ViewType) [with ViewType=Kokkos::View<std::size_t **>]" 
/var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests/TestStdAlgorithmsTeamMinMaxElement.cpp(150): here

[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 56%] Linking CXX executable Kokkos_gups
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
4: [       OK ] openmp.team_reduction_scan (130076 ms)
4: [ RUN      ] openmp.team_long_reduce
4: [       OK ] openmp.team_long_reduce (98 ms)
4: [ RUN      ] openmp.team_double_reduce
4: [       OK ] openmp.team_double_reduce (93 ms)
4: [ RUN      ] openmp.team_parallel_dummy_with_reducer_and_scratch_space
4: [       OK ] openmp.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
4: [ RUN      ] openmp.repeated_team_reduce
4: [       OK ] openmp.repeated_team_reduce (1688 ms)
4: [ RUN      ] openmp.team_scan
4: [       OK ] openmp.team_scan (1171 ms)
4: [ RUN      ] openmp.team_scan_ret_val
4: [       OK ] openmp.team_scan_ret_val (1207 ms)
4: [ RUN      ] openmp.team_shared_request
4: [       OK ] openmp.team_shared_request (345 ms)
4: [ RUN      ] openmp.team_scratch_request
4: [       OK ] openmp.team_scratch_request (543 ms)
4: [ RUN      ] openmp.team_lambda_shared_request
4: [       OK ] openmp.team_lambda_shared_request (22 ms)
4: [ RUN      ] openmp.scratch_align
4: [       OK ] openmp.scratch_align (0 ms)
4: [ RUN      ] openmp.shmem_size
4: [       OK ] openmp.shmem_size (0 ms)
4: [ RUN      ] openmp.multi_level_scratch
4: [       OK ] openmp.multi_level_scratch (83 ms)
4: [ RUN      ] openmp.team_scratch_memory_index_parallel_for
4: [       OK ] openmp.team_scratch_memory_index_parallel_for (0 ms)
4: [ RUN      ] openmp.team_policy_max_recommended
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 56%] Built target Kokkos_gups
Scanning dependencies of target Kokkos_policy_performance
[ 56%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
Scanning dependencies of target Kokkos_atomic
[ 96%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[ 56%] Linking CXX executable Kokkos_atomic
[ 56%] Linking CXX executable Kokkos_stream
[ 56%] Built target Kokkos_atomic
[ 56%] Linking CXX executable Kokkos_launch_latency
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
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03a_MemorySpace_malloc_CUDA.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 56%] Built target Kokkos_stream
Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[ 56%] Built target Kokkos_launch_latency
Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
[ 56%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 56%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
Scanning dependencies of target Kokkos_UnitTest_HIPGraph
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_UnitTest_HIPGraph.dir/UnitTestMainInit.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
Scanning dependencies of target Kokkos_gather
[ 96%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
Scanning dependencies of target Kokkos_gups
[ 96%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 56%] Linking CXX executable Kokkos_UnitTest_SIMD
[ 96%] Linking CXX executable Kokkos_UnitTest_SIMD
[ 96%] Built target Kokkos_UnitTest_SIMD
[ 96%] Linking CXX executable Kokkos_atomic
Scanning dependencies of target Kokkos_launch_latency
[ 96%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 96%] Built target Kokkos_atomic
Scanning dependencies of target Kokkos_stream
[ 96%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[ 56%] Built target Kokkos_UnitTest_SIMD
Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpStreams
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/UnitTestMain.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03b_MemorySpace_free_CUDA.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 56%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 56%] Built target Kokkos_CoreUnitTest_CTestDevice
Scanning dependencies of target Kokkos_CoreUnitTest_OpenMPInterOp
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_UnitTest_HIPGraph.dir/hip/TestHIP_Graph.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/hip/TestHIP_InterOp_Streams.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o
[ 56%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[ 38%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 38%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 96%] Linking CXX executable Kokkos_gups
[ 96%] Built target Kokkos_gups
Scanning dependencies of target Kokkos_policy_performance
[ 97%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
[ 97%] Linking CXX executable Kokkos_stream
[ 97%] Built target Kokkos_stream
Scanning dependencies of target Kokkos_bytes_and_flops
[ 97%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o
[ 97%] Linking CXX executable Kokkos_launch_latency
[ 97%] Built target Kokkos_launch_latency
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[ 56%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test04_ParallelFor_RangePolicy_CUDA.cpp.o
[ 56%] Built target Kokkos_CoreUnitTest_OpenMPInterOp
Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHook
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 56%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook
[ 56%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreams
[ 98%] Linking CXX executable Kokkos_gather
[ 98%] Built target Kokkos_gather
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 56%] Built target Kokkos_CoreUnitTest_PushFinalizeHook
[ 56%] Built target Kokkos_CoreUnitTest_HIPInterOpStreams
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test05_ParallelReduce_RangePolicy_CUDA.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_OpenMPGraph
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPGraph.dir/UnitTestMainInit.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_HIP
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/UnitTestMainInit.cpp.o
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c11.cpp.o
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_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
[ 56%] Linking CXX executable Kokkos_gather
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPGraph.dir/openmp/TestOpenMP_Graph.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Abort.cpp.o
[ 56%] Built target Kokkos_gather
Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpInit
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/UnitTestMain.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_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
[ 56%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_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
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_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
[ 56%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/hip/TestHIP_InterOp_Init.cpp.o
[ 98%] Linking CXX executable Kokkos_policy_performance
[ 98%] Built target Kokkos_policy_performance
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ArrayOps.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.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_Pair_hpp
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[       OK ] serial.reduce_device_view_range_policy (32387 ms)
[ RUN      ] serial.reduce_device_view_mdrange_policy
[       OK ] cuda_hostpinned.view_fill_tests_layout_left (95388 ms)
[ RUN      ] cuda_hostpinned.view_mapping
[       OK ] cuda_hostpinned.view_mapping (673 ms)
[ RUN      ] cuda_hostpinned.view_mapping_operator
[       OK ] cuda_hostpinned.view_mapping_operator (42 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 (7 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)
[----------] 27 tests from cuda_hostpinned (195039 ms total)

[----------] Global test environment tear-down
[==========] 229 tests from 4 test suites ran. (261016 ms total)
[  PASSED  ] 229 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 (142 ms)
[----------] 1 test from cuda (142 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (142 ms total)
[  PASSED  ] 1 test.
./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 (131 ms)
[----------] 1 test from cuda (131 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (131 ms total)
[  PASSED  ] 1 test.
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o
[ 58%] Linking CXX executable Kokkos_policy_performance
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexdouble.cpp.o
[ 58%] Built target Kokkos_policy_performance
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_IncrementalTest_HIP
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/UnitTestMainInit.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12a_ThreadScratch_CUDA.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test06_ParallelFor_MDRangePolicy_CUDA.cpp.o
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexfloat.cpp.o
[ 59%] Linking CXX executable Kokkos_UnitTest_HIPGraph
[ 59%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpInit
Scanning dependencies of target Kokkos_PerformanceTest_Benchmark
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 59%] Built target Kokkos_UnitTest_HIPGraph
Scanning dependencies of target Kokkos_CoreUnitTest_Default
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 59%] Built target Kokkos_CoreUnitTest_HIPInterOpInit
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test01_execspace_HIP.cpp.o
Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
Scanning dependencies of target Kokkos_PerformanceTest_TaskDag
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test02_atomic_host_HIP.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03a_MemorySpace_malloc_HIP.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test08_deep_copy_CUDA.cpp.o
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
[ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 94%] 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/Test03b_MemorySpace_free_HIP.cpp.o
Scanning dependencies of target Kokkos_PerformanceTest_SharedSpace
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o
4: [       OK ] openmp.team_policy_max_recommended (46831 ms)
4: [ RUN      ] openmp.team_policy_minmax_scalar_without_plus_equal_k
4: [       OK ] openmp.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
4: [ RUN      ] openmp.team_teamvector_range
4: [       OK ] openmp.team_teamvector_range (1205 ms)
4: [ RUN      ] openmp.unique_token_global
4: [       OK ] openmp.unique_token_global (6 ms)
4: [ RUN      ] openmp.unique_token_instance
4: [       OK ] openmp.unique_token_instance (19 ms)
4: [ RUN      ] openmp.unique_token_team_acquire
4: [       OK ] openmp.unique_token_team_acquire (9 ms)
4: [ RUN      ] openmp.view_api_a
4: [       OK ] openmp.view_api_a (12 ms)
4: [ RUN      ] openmp.view_api_b
4: [       OK ] openmp.view_api_b (1 ms)
4: [ RUN      ] openmp.view_api_c
4: [       OK ] openmp.view_api_c (0 ms)
4: [ RUN      ] openmp.view_api_d
4: [       OK ] openmp.view_api_d (0 ms)
4: [ RUN      ] openmp.view_allocation_error
4: [       OK ] openmp.view_allocation_error (0 ms)
4: [ RUN      ] openmp.view_remap
4: [       OK ] openmp.view_remap (0 ms)
4: [ RUN      ] openmp.view_mirror_nonconst
4: [       OK ] openmp.view_mirror_nonconst (0 ms)
4: [ RUN      ] openmp.view_stride_method
4: [       OK ] openmp.view_stride_method (0 ms)
4: [ RUN      ] openmp.anonymous_space
4: [       OK ] openmp.anonymous_space (0 ms)
4: [ RUN      ] openmp.view_overload_resolution
4: [       OK ] openmp.view_overload_resolution (0 ms)
4: [ RUN      ] openmp.view_allocation_large_rank
4: [       OK ] openmp.view_allocation_large_rank (1481 ms)
4: [ RUN      ] openmp.view_shmem_size_on_device
4: [       OK ] openmp.view_shmem_size_on_device (0 ms)
4: [ RUN      ] openmp.view_is_assignable
4: [       OK ] openmp.view_is_assignable (0 ms)
4: [ RUN      ] openmp.view_copy_tests
4: [       OK ] openmp.view_copy_tests (7 ms)
4: [ RUN      ] openmp.view_copy_tests_rank_0
4: [       OK ] openmp.view_copy_tests_rank_0 (2 ms)
4: [ RUN      ] openmp.view_copy_degenerated
4: [       OK ] openmp.view_copy_degenerated (0 ms)
4: [ RUN      ] openmp.view_fill_tests_layout_right
4: [       OK ] openmp.view_fill_tests_layout_right (2117 ms)
4: [ RUN      ] openmp.view_fill_tests_layout_left
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test10_HierarchicalBasics_CUDA.cpp.o
[ 67%] Linking CXX executable Kokkos_PerformanceTest_TaskDag
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 67%] Built target Kokkos_PerformanceTest_TaskDag
Scanning dependencies of target Kokkos_PerformanceTest_Mempool
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_double.cpp.o
[ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
4: [       OK ] openmp.view_fill_tests_layout_left (2310 ms)
4: [ RUN      ] openmp.view_empty_runtime_unmanaged
4: [       OK ] openmp.view_empty_runtime_unmanaged (0 ms)
4: [ RUN      ] openmp.view_hooks
4: [       OK ] openmp.view_hooks (0 ms)
4: [ RUN      ] openmp.view_layoutstride_left_to_layoutleft_assignment
4: [       OK ] openmp.view_layoutstride_left_to_layoutleft_assignment (46 ms)
4: [ RUN      ] openmp.view_layoutstride_right_to_layoutright_assignment
4: [       OK ] openmp.view_layoutstride_right_to_layoutright_assignment (42 ms)
4: [ RUN      ] openmp.view_irregular_layout
4: [       OK ] openmp.view_irregular_layout (0 ms)
4: [ RUN      ] openmp.view_mapping
4: [       OK ] openmp.view_mapping (52 ms)
4: [ RUN      ] openmp.view_mapping_operator
4: [       OK ] openmp.view_mapping_operator (2 ms)
4: [ RUN      ] openmp.static_extent
4: [       OK ] openmp.static_extent (0 ms)
4: [ RUN      ] openmp.view_mapping_atomic
4: [       OK ] openmp.view_mapping_atomic (1 ms)
4: [ RUN      ] openmp.view_mapping_class_value
4: [       OK ] openmp.view_mapping_class_value (0 ms)
4: [ RUN      ] openmp.view_mapping_assignable
4: [       OK ] openmp.view_mapping_assignable (0 ms)
4: [ RUN      ] openmp.view_mapping_trivially_copyable
4: [       OK ] openmp.view_mapping_trivially_copyable (0 ms)
4: [ RUN      ] openmp.view_mapping_subview
4: [       OK ] openmp.view_mapping_subview (0 ms)
4: [ RUN      ] openmp.view_nested_view
4: [       OK ] openmp.view_nested_view (0 ms)
4: [ RUN      ] openmp.append_formatted_multidimensional_index
4: [       OK ] openmp.append_formatted_multidimensional_index (0 ms)
4: [ RUN      ] openmp.view_resize
4: [       OK ] openmp.view_resize (5 ms)
4: [ RUN      ] openmp.view_realloc
4: [       OK ] openmp.view_realloc (0 ms)
4: [ RUN      ] openmp.workgraph_fib
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
4: [       OK ] openmp.workgraph_fib (656 ms)
4: [ RUN      ] openmp.resize_realloc_no_init
4: [       OK ] openmp.resize_realloc_no_init (0 ms)
4: [ RUN      ] openmp.resize_realloc_no_alloc
4: [       OK ] openmp.resize_realloc_no_alloc (0 ms)
4: [ RUN      ] openmp.realloc_exec_space
4: [       OK ] openmp.realloc_exec_space (0 ms)
4: [ RUN      ] openmp.view_alloc
4: [       OK ] openmp.view_alloc (0 ms)
4: [ RUN      ] openmp.view_alloc_exec_space
4: [       OK ] openmp.view_alloc_exec_space (0 ms)
4: [ RUN      ] openmp.view_alloc_int
4: [       OK ] openmp.view_alloc_int (0 ms)
4: [ RUN      ] openmp.view_alloc_exec_space_int
4: [       OK ] openmp.view_alloc_exec_space_int (0 ms)
4: [ RUN      ] openmp.deep_copy_zero_memset
4: [       OK ] openmp.deep_copy_zero_memset (0 ms)
4: [ RUN      ] openmp.resize_exec_space
4: [       OK ] openmp.resize_exec_space (0 ms)
4: [ RUN      ] openmp.view_allocation_int
4: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestWithoutInitializing.hpp:289: Skipped
4: skipping since the fence checked for isn't necessary
4: [  SKIPPED ] openmp.view_allocation_int (0 ms)
4: [ RUN      ] openmp.view_allocation_exec_space_int
4: [       OK ] openmp.view_allocation_exec_space_int (0 ms)
4: [ RUN      ] openmp.view_not_default_constructible
4: [       OK ] openmp.view_not_default_constructible (0 ms)
4: [ RUN      ] openmp.view_subview_auto_1d_left
4: [       OK ] openmp.view_subview_auto_1d_left (0 ms)
4: [ RUN      ] openmp.view_subview_auto_1d_right
4: [       OK ] openmp.view_subview_auto_1d_right (0 ms)
4: [ RUN      ] openmp.view_subview_auto_1d_stride
4: [       OK ] openmp.view_subview_auto_1d_stride (0 ms)
4: [ RUN      ] openmp.view_subview_assign_strided
4: [       OK ] openmp.view_subview_assign_strided (0 ms)
4: [ RUN      ] openmp.view_subview_left_0
4: [       OK ] openmp.view_subview_left_0 (0 ms)
4: [ RUN      ] openmp.view_subview_left_1
4: [       OK ] openmp.view_subview_left_1 (0 ms)
4: [ RUN      ] openmp.view_subview_left_2
4: [       OK ] openmp.view_subview_left_2 (0 ms)
4: [ RUN      ] openmp.view_subview_left_3
4: [       OK ] openmp.view_subview_left_3 (0 ms)
4: [ RUN      ] openmp.view_subview_right_0
4: [       OK ] openmp.view_subview_right_0 (0 ms)
4: [ RUN      ] openmp.view_subview_right_1
4: [       OK ] openmp.view_subview_right_1 (0 ms)
4: [ RUN      ] openmp.view_subview_right_3
4: [       OK ] openmp.view_subview_right_3 (0 ms)
4: [ RUN      ] openmp.view_static_tests
4: [       OK ] openmp.view_static_tests (0 ms)
4: [ RUN      ] openmp.view_subview_layoutleft_to_layoutleft
4: [       OK ] openmp.view_subview_layoutleft_to_layoutleft (1 ms)
4: [ RUN      ] openmp.view_subview_layoutright_to_layoutright
4: [       OK ] openmp.view_subview_layoutright_to_layoutright (0 ms)
4: [ RUN      ] openmp.view_subview_1d_assign
4: [       OK ] openmp.view_subview_1d_assign (1 ms)
4: [ RUN      ] openmp.view_subview_1d_assign_atomic
4: [       OK ] openmp.view_subview_1d_assign_atomic (1 ms)
4: [ RUN      ] openmp.view_subview_1d_assign_randomaccess
4: [       OK ] openmp.view_subview_1d_assign_randomaccess (1 ms)
4: [ RUN      ] openmp.view_subview_2d_from_3d
4: [       OK ] openmp.view_subview_2d_from_3d (24 ms)
4: [ RUN      ] openmp.view_subview_2d_from_3d_atomic
4: [       OK ] openmp.view_subview_2d_from_3d_atomic (25 ms)
4: [ RUN      ] openmp.view_subview_2d_from_3d_randomaccess
4: [       OK ] openmp.view_subview_2d_from_3d_randomaccess (25 ms)
4: [ RUN      ] openmp.view_subview_3d_from_5d_left
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test04_ParallelFor_RangePolicy_HIP.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
4: [       OK ] openmp.view_subview_3d_from_5d_left (262 ms)
4: [ RUN      ] openmp.view_subview_3d_from_5d_left_atomic
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
4: [       OK ] openmp.view_subview_3d_from_5d_left_atomic (260 ms)
4: [ RUN      ] openmp.view_subview_3d_from_5d_left_randomaccess
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
4: [       OK ] openmp.view_subview_3d_from_5d_left_randomaccess (264 ms)
4: [ RUN      ] openmp.view_subview_3d_from_5d_right
4: [       OK ] openmp.view_subview_3d_from_5d_right (270 ms)
4: [ RUN      ] openmp.view_subview_3d_from_5d_right_atomic
4: [       OK ] openmp.view_subview_3d_from_5d_right_atomic (264 ms)
4: [ RUN      ] openmp.view_subview_3d_from_5d_right_randomaccess
4: [       OK ] openmp.view_subview_3d_from_5d_right_randomaccess (257 ms)
4: [ RUN      ] openmp.view_test_unmanaged_subview_reset
4: [       OK ] openmp.view_test_unmanaged_subview_reset (0 ms)
4: [ RUN      ] openmp.view_subview_memory_traits_construction
4: [       OK ] openmp.view_subview_memory_traits_construction (0 ms)
4: [ RUN      ] openmp.task_fib_deprecated
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11a_ParallelFor_TeamThreadRange_CUDA.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test05_ParallelReduce_RangePolicy_HIP.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o
[ 62%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPGraph
[100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11b_ParallelFor_TeamVectorRange_CUDA.cpp.o
4: [       OK ] openmp.task_fib_deprecated (1935 ms)
4: [ RUN      ] openmp.task_depend_deprecated
[ 62%] Built target Kokkos_CoreUnitTest_OpenMPGraph
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_float.cpp.o
4: [       OK ] openmp.task_depend_deprecated (76 ms)
4: [ RUN      ] openmp.task_team_deprecated
4: [       OK ] openmp.task_team_deprecated (0 ms)
4: [ RUN      ] openmp.task_with_mempool_deprecated
4: [       OK ] openmp.task_with_mempool_deprecated (0 ms)
4: [ RUN      ] openmp.task_multiple_depend_deprecated
4: [       OK ] openmp.task_multiple_depend_deprecated (19 ms)
4: [ RUN      ] openmp.task_scheduler_ctors_deprecated
4: [       OK ] openmp.task_scheduler_ctors_deprecated (0 ms)
4: [ RUN      ] openmp.task_scheduer_ctors_device_deprecated
4: [       OK ] openmp.task_scheduer_ctors_device_deprecated (0 ms)
4: [ RUN      ] openmp.task_fib_deprecated_multiple
[100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
4: [       OK ] openmp.task_fib_deprecated_multiple (1883 ms)
4: [ RUN      ] openmp.task_depend_deprecated_multiple
4: [       OK ] openmp.task_depend_deprecated_multiple (80 ms)
4: [ RUN      ] openmp.task_team_deprecated_multiple
4: [       OK ] openmp.task_team_deprecated_multiple (0 ms)
4: [ RUN      ] openmp.task_with_mempool_deprecated_multiple
4: [       OK ] openmp.task_with_mempool_deprecated_multiple (0 ms)
4: [ RUN      ] openmp.task_multiple_depend_deprecated_multiple
4: [       OK ] openmp.task_multiple_depend_deprecated_multiple (20 ms)
4: [ RUN      ] openmp.task_scheduler_ctors_deprecated_multiple
4: [       OK ] openmp.task_scheduler_ctors_deprecated_multiple (0 ms)
4: [ RUN      ] openmp.task_scheduer_ctors_device_deprecated_multiple
4: [       OK ] openmp.task_scheduer_ctors_device_deprecated_multiple (0 ms)
4: [ RUN      ] openmp.task_fib_single
[ 68%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test06_ParallelFor_MDRangePolicy_HIP.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
[ 69%] Built target Kokkos_PerformanceTest_SharedSpace
Scanning dependencies of target Kokkos_PerformanceTest_Atomic
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
4: [       OK ] openmp.task_fib_single (1759 ms)
4: [ RUN      ] openmp.task_depend_single
4: [       OK ] openmp.task_depend_single (111 ms)
4: [ RUN      ] openmp.task_team_single
4: [       OK ] openmp.task_team_single (0 ms)
4: [ RUN      ] openmp.task_with_mempool_single
4: [       OK ] openmp.task_with_mempool_single (0 ms)
4: [ RUN      ] openmp.task_multiple_depend_single
4: [       OK ] openmp.task_multiple_depend_single (19 ms)
4: [ RUN      ] openmp.task_scheduler_ctors_single
4: [       OK ] openmp.task_scheduler_ctors_single (0 ms)
4: [ RUN      ] openmp.task_scheduer_ctors_device_single
4: [       OK ] openmp.task_scheduer_ctors_device_single (0 ms)
4: [ RUN      ] openmp.task_fib_multiple
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[ 62%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test08_deep_copy_HIP.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
[ 69%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
4: [       OK ] openmp.task_fib_multiple (1263 ms)
4: [ RUN      ] openmp.task_depend_multiple
4: [       OK ] openmp.task_depend_multiple (45 ms)
4: [ RUN      ] openmp.task_team_multiple
4: [       OK ] openmp.task_team_multiple (0 ms)
4: [ RUN      ] openmp.task_with_mempool_multiple
4: [       OK ] openmp.task_with_mempool_multiple (0 ms)
4: [ RUN      ] openmp.task_multiple_depend_multiple
4: [       OK ] openmp.task_multiple_depend_multiple (18 ms)
4: [ RUN      ] openmp.task_scheduler_ctors_multiple
4: [       OK ] openmp.task_scheduler_ctors_multiple (0 ms)
4: [ RUN      ] openmp.task_scheduer_ctors_device_multiple
4: [       OK ] openmp.task_scheduer_ctors_device_multiple (0 ms)
4: [ RUN      ] openmp.task_fib_chase_lev
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 69%] Built target Kokkos_PerformanceTest_Mempool
Scanning dependencies of target Kokkos_ContainersUnitTest_Serial
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
4: [       OK ] openmp.task_fib_chase_lev (1307 ms)
4: [ RUN      ] openmp.task_depend_chase_lev
4: [       OK ] openmp.task_depend_chase_lev (12 ms)
4: [ RUN      ] openmp.task_team_chase_lev
4: [       OK ] openmp.task_team_chase_lev (0 ms)
4: [ RUN      ] openmp.task_with_mempool_chase_lev
4: [       OK ] openmp.task_with_mempool_chase_lev (0 ms)
4: [ RUN      ] openmp.task_multiple_depend_chase_lev
4: [       OK ] openmp.task_multiple_depend_chase_lev (18 ms)
4: [ RUN      ] openmp.task_scheduler_ctors_chase_lev
4: [       OK ] openmp.task_scheduler_ctors_chase_lev (0 ms)
4: [ RUN      ] openmp.task_scheduer_ctors_device_chase_lev
4: [       OK ] openmp.task_scheduer_ctors_device_chase_lev (0 ms)
4: [----------] 335 tests from openmp (268816 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 350 tests from 2 test suites ran. (271779 ms total)
4: [  PASSED  ] 345 tests.
4: [  SKIPPED ] 5 tests, listed below:
4: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host
4: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device
4: [  SKIPPED ] openmp.mdspan_minimal_functional
4: [  SKIPPED ] openmp.reduction_with_large_iteration_count
4: [  SKIPPED ] openmp.view_allocation_int
 4/45 Test  #4: Kokkos_CoreUnitTest_OpenMP ..................   Passed  271.79 sec
test 5
      Start  5: Kokkos_CoreUnitTest_OpenMPInterOp

5: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPInterOp
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 openmp
5: [ RUN      ] openmp.raw_openmp_interop
5: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
5:                                     Detected: 4 cores per node.
5:                                     Detected: 1 MPI_ranks per node.
5:                                     Requested: 8 threads per process.
5: [       OK ] openmp.raw_openmp_interop (1 ms)
5: [----------] 1 test from openmp (1 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 1 test from 1 test suite ran. (1 ms total)
5: [  PASSED  ] 1 test.
 5/45 Test  #5: Kokkos_CoreUnitTest_OpenMPInterOp ...........   Passed    0.01 sec
test 6
      Start  6: Kokkos_CoreUnitTest_OpenMPGraph

6: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPGraph
6: Test timeout computed to be: 1500
6: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
6:                                     Detected: 4 cores per node.
6:                                     Detected: 1 MPI_ranks per node.
6:                                     Requested: 8 threads per process.
6: [==========] Running 5 tests from 1 test suite.
6: [----------] Global test environment set-up.
6: [----------] 5 tests from openmp_count_bugs
6: [ RUN      ] openmp_count_bugs.launch_one
6: [       OK ] openmp_count_bugs.launch_one (0 ms)
6: [ RUN      ] openmp_count_bugs.launch_one_rvalue
6: [       OK ] openmp_count_bugs.launch_one_rvalue (0 ms)
6: [ RUN      ] openmp_count_bugs.launch_six
6: [       OK ] openmp_count_bugs.launch_six (0 ms)
6: [ RUN      ] openmp_count_bugs.when_all_cycle
6: [       OK ] openmp_count_bugs.when_all_cycle (0 ms)
6: [ RUN      ] openmp_count_bugs.zero_work_reduce
6: [       OK ] openmp_count_bugs.zero_work_reduce (0 ms)
6: [----------] 5 tests from openmp_count_bugs (1 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 5 tests from 1 test suite ran. (1 ms total)
6: [  PASSED  ] 5 tests.
6: 
6:   YOU HAVE 1 DISABLED TEST
6: 
 6/45 Test  #6: Kokkos_CoreUnitTest_OpenMPGraph .............   Passed    0.01 sec
test 7
      Start  7: Kokkos_CoreUnitTest_Default

7: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Default
7: Test timeout computed to be: 1500
7: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
7:                                     Detected: 4 cores per node.
7:                                     Detected: 1 MPI_ranks per node.
7:                                     Requested: 8 threads per process.
7: [==========] Running 71 tests from 41 test suites.
7: [----------] Global test environment set-up.
7: [----------] 31 tests from defaultdevicetype
7: [ RUN      ] defaultdevicetype.initialization_settings
7: [       OK ] defaultdevicetype.initialization_settings (0 ms)
7: [ RUN      ] defaultdevicetype.cmd_line_args_num_threads
7: [       OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms)
7: [ RUN      ] defaultdevicetype.cmd_line_args_device_id
7: [       OK ] defaultdevicetype.cmd_line_args_device_id (0 ms)
7: [ RUN      ] defaultdevicetype.cmd_line_args_disable_warning
7: [       OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms)
7: [ RUN      ] defaultdevicetype.cmd_line_args_tune_internals
7: [       OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms)
7: [ RUN      ] defaultdevicetype.cmd_line_args_help
7: [       OK ] defaultdevicetype.cmd_line_args_help (0 ms)
7: [ RUN      ] defaultdevicetype.cmd_line_args_tools_arguments
7: Warning: command line argument '--kokkos-tools-libs=ich_tue_nur.so' ignored because kokkos-tools is disabled. Raised by Kokkos::initialize().
7: [       OK ] defaultdevicetype.cmd_line_args_tools_arguments (0 ms)
7: [ RUN      ] defaultdevicetype.cmd_line_args_unrecognized_flag
7: [       OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (0 ms)
7: [ RUN      ] defaultdevicetype.env_vars_num_threads
7: [       OK ] defaultdevicetype.env_vars_num_threads (0 ms)
7: [ RUN      ] defaultdevicetype.env_vars_device_id
7: [       OK ] defaultdevicetype.env_vars_device_id (0 ms)
7: [ RUN      ] defaultdevicetype.env_vars_disable_warnings
7: [       OK ] defaultdevicetype.env_vars_disable_warnings (0 ms)
7: [ RUN      ] defaultdevicetype.env_vars_tune_internals
7: [       OK ] defaultdevicetype.env_vars_tune_internals (0 ms)
7: [ RUN      ] defaultdevicetype.visible_devices
7: [       OK ] defaultdevicetype.visible_devices (0 ms)
7: [ RUN      ] defaultdevicetype.shared_space
7: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSharedSpace.cpp:105: Skipped
7: Skipping as host and device are the same space
7: [  SKIPPED ] defaultdevicetype.shared_space (0 ms)
7: [ RUN      ] defaultdevicetype.shared_host_pinned_space
7: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSharedHostPinnedSpace.cpp:65: Skipped
7: Skipping as host and device are the same space
7: [  SKIPPED ] defaultdevicetype.shared_host_pinned_space (0 ms)
7: [ RUN      ] defaultdevicetype.compiler_macros
7: [       OK ] defaultdevicetype.compiler_macros (0 ms)
7: [ RUN      ] defaultdevicetype.half_conversion
7: [       OK ] defaultdevicetype.half_conversion (0 ms)
7: [ RUN      ] defaultdevicetype.bhalf_conversion
7: [       OK ] defaultdevicetype.bhalf_conversion (0 ms)
7: [ RUN      ] defaultdevicetype.half_operators
7: [       OK ] defaultdevicetype.half_operators (0 ms)
7: [ RUN      ] defaultdevicetype.bhalf_operators
7: [       OK ] defaultdevicetype.bhalf_operators (0 ms)
7: [ RUN      ] defaultdevicetype.host_space_access
7: [       OK ] defaultdevicetype.host_space_access (0 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_a1
7: [       OK ] defaultdevicetype.reduce_instantiation_a1 (5 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_b1
7: [       OK ] defaultdevicetype.reduce_instantiation_b1 (12 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_c1
7: [       OK ] defaultdevicetype.reduce_instantiation_c1 (5 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_a2
7: [       OK ] defaultdevicetype.reduce_instantiation_a2 (13 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_b2
7: [       OK ] defaultdevicetype.reduce_instantiation_b2 (21 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_c2
7: [       OK ] defaultdevicetype.reduce_instantiation_c2 (10 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_a3
7: [       OK ] defaultdevicetype.reduce_instantiation_a3 (10 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_b3
7: [       OK ] defaultdevicetype.reduce_instantiation_b3 (23 ms)
7: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
7: [       OK ] defaultdevicetype.reduce_instantiation_c3 (12 ms)
7: [ RUN      ] defaultdevicetype.malloc
7: [       OK ] defaultdevicetype.malloc (0 ms)
7: [----------] 31 tests from defaultdevicetype (118 ms total)
7: 
7: [----------] 1 test from kokkosresize
7: [ RUN      ] kokkosresize.host_space_access
7: [       OK ] kokkosresize.host_space_access (10 ms)
7: [----------] 1 test from kokkosresize (10 ms total)
7: 
7: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple<int, Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
7: [ RUN      ] TestViewAPI/0.sizes
7: [       OK ] TestViewAPI/0.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/0 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/1, where TypeParam = std::tuple<int [5], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
7: [ RUN      ] TestViewAPI/1.sizes
7: [       OK ] TestViewAPI/1.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/1 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/2, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
7: [ RUN      ] TestViewAPI/2.sizes
7: [       OK ] TestViewAPI/2.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/2 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/3, where TypeParam = std::tuple<int [5][10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
7: [ RUN      ] TestViewAPI/3.sizes
7: [       OK ] TestViewAPI/3.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/3 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/4, where TypeParam = std::tuple<int* [10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
7: [ RUN      ] TestViewAPI/4.sizes
7: [       OK ] TestViewAPI/4.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/4 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/5, where TypeParam = std::tuple<int**, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
7: [ RUN      ] TestViewAPI/5.sizes
7: [       OK ] TestViewAPI/5.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/5 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/6, where TypeParam = std::tuple<int [5][10][15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
7: [ RUN      ] TestViewAPI/6.sizes
7: [       OK ] TestViewAPI/6.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/6 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/7, where TypeParam = std::tuple<int* [10][15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
7: [ RUN      ] TestViewAPI/7.sizes
7: [       OK ] TestViewAPI/7.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/7 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/8, where TypeParam = std::tuple<int** [15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
7: [ RUN      ] TestViewAPI/8.sizes
7: [       OK ] TestViewAPI/8.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/8 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/9, where TypeParam = std::tuple<int***, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
7: [ RUN      ] TestViewAPI/9.sizes
7: [       OK ] TestViewAPI/9.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/9 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/10, where TypeParam = std::tuple<int, Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
7: [ RUN      ] TestViewAPI/10.sizes
7: [       OK ] TestViewAPI/10.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/10 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/11, where TypeParam = std::tuple<int [5], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
7: [ RUN      ] TestViewAPI/11.sizes
7: [       OK ] TestViewAPI/11.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/11 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/12, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
7: [ RUN      ] TestViewAPI/12.sizes
7: [       OK ] TestViewAPI/12.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/12 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/13, where TypeParam = std::tuple<int [5][10], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
7: [ RUN      ] TestViewAPI/13.sizes
7: [       OK ] TestViewAPI/13.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/13 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/14, where TypeParam = std::tuple<int* [10], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
7: [ RUN      ] TestViewAPI/14.sizes
7: [       OK ] TestViewAPI/14.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/14 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/15, where TypeParam = std::tuple<int**, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
7: [ RUN      ] TestViewAPI/15.sizes
7: [       OK ] TestViewAPI/15.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/15 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/16, where TypeParam = std::tuple<int [5][10][15], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
7: [ RUN      ] TestViewAPI/16.sizes
7: [       OK ] TestViewAPI/16.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/16 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/17, where TypeParam = std::tuple<int* [10][15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
7: [ RUN      ] TestViewAPI/17.sizes
7: [       OK ] TestViewAPI/17.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/17 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/18, where TypeParam = std::tuple<int** [15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
7: [ RUN      ] TestViewAPI/18.sizes
7: [       OK ] TestViewAPI/18.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/18 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/19, where TypeParam = std::tuple<int***, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
7: [ RUN      ] TestViewAPI/19.sizes
7: [       OK ] TestViewAPI/19.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/19 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/20, where TypeParam = std::tuple<int, Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
7: [ RUN      ] TestViewAPI/20.sizes
7: [       OK ] TestViewAPI/20.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/20 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/21, where TypeParam = std::tuple<int [5], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
7: [ RUN      ] TestViewAPI/21.sizes
7: [       OK ] TestViewAPI/21.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/21 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/22, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
7: [ RUN      ] TestViewAPI/22.sizes
7: [       OK ] TestViewAPI/22.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/22 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/23, where TypeParam = std::tuple<int [5][10], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
7: [ RUN      ] TestViewAPI/23.sizes
7: [       OK ] TestViewAPI/23.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/23 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/24, where TypeParam = std::tuple<int* [10], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
7: [ RUN      ] TestViewAPI/24.sizes
7: [       OK ] TestViewAPI/24.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/24 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/25, where TypeParam = std::tuple<int**, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
7: [ RUN      ] TestViewAPI/25.sizes
7: [       OK ] TestViewAPI/25.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/25 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/26, where TypeParam = std::tuple<int [5][10][15], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
7: [ RUN      ] TestViewAPI/26.sizes
7: [       OK ] TestViewAPI/26.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/26 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/27, where TypeParam = std::tuple<int* [10][15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
7: [ RUN      ] TestViewAPI/27.sizes
7: [       OK ] TestViewAPI/27.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/27 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/28, where TypeParam = std::tuple<int** [15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
7: [ RUN      ] TestViewAPI/28.sizes
7: [       OK ] TestViewAPI/28.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/28 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/29, where TypeParam = std::tuple<int***, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
7: [ RUN      ] TestViewAPI/29.sizes
7: [       OK ] TestViewAPI/29.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/29 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/30, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
7: [ RUN      ] TestViewAPI/30.sizes
7: [       OK ] TestViewAPI/30.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/30 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/31, where TypeParam = std::tuple<int* [10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
7: [ RUN      ] TestViewAPI/31.sizes
7: [       OK ] TestViewAPI/31.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/31 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/32, where TypeParam = std::tuple<int** [15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
7: [ RUN      ] TestViewAPI/32.sizes
7: [       OK ] TestViewAPI/32.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/32 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/33, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
7: [ RUN      ] TestViewAPI/33.sizes
7: [       OK ] TestViewAPI/33.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/33 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/34, where TypeParam = std::tuple<int* [10], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
7: [ RUN      ] TestViewAPI/34.sizes
7: [       OK ] TestViewAPI/34.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/34 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/35, where TypeParam = std::tuple<int** [15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
7: [ RUN      ] TestViewAPI/35.sizes
7: [       OK ] TestViewAPI/35.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/35 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/36, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
7: [ RUN      ] TestViewAPI/36.sizes
7: [       OK ] TestViewAPI/36.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/36 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/37, where TypeParam = std::tuple<int* [10], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
7: [ RUN      ] TestViewAPI/37.sizes
7: [       OK ] TestViewAPI/37.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/37 (0 ms total)
7: 
7: [----------] 1 test from TestViewAPI/38, where TypeParam = std::tuple<int** [15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
7: [ RUN      ] TestViewAPI/38.sizes
7: [       OK ] TestViewAPI/38.sizes (0 ms)
7: [----------] 1 test from TestViewAPI/38 (0 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 71 tests from 41 test suites ran. (129 ms total)
7: [  PASSED  ] 69 tests.
7: [  SKIPPED ] 2 tests, listed below:
7: [  SKIPPED ] defaultdevicetype.shared_space
7: [  SKIPPED ] defaultdevicetype.shared_host_pinned_space
 7/45 Test  #7: Kokkos_CoreUnitTest_Default .................   Passed    0.14 sec
test 8
      Start  8: Kokkos_CoreUnitTest_LegionInitialization

8: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization
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 initialization
8: [ RUN      ] initialization.legion_initialization
8: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
8:                                     Detected: 4 cores per node.
8:                                     Detected: 1 MPI_ranks per node.
8:                                     Requested: 8 threads per process.
8: [       OK ] initialization.legion_initialization (0 ms)
8: [----------] 1 test from initialization (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/45 Test  #8: Kokkos_CoreUnitTest_LegionInitialization ....   Passed    0.01 sec
test 9
      Start  9: Kokkos_CoreUnitTest_PushFinalizeHook

9: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook
9: Test timeout computed to be: 1500
9: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
9:                                     Detected: 4 cores per node.
9:                                     Detected: 1 MPI_ranks per node.
9:                                     Requested: 8 threads per process.
9: SUCCESS
 9/45 Test  #9: Kokkos_CoreUnitTest_PushFinalizeHook ........   Passed    0.00 sec
test 10
      Start 10: Kokkos_CoreUnitTest_Develop

10: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Develop
10: Test timeout computed to be: 1500
10: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
10:                                     Detected: 4 cores per node.
10:                                     Detected: 1 MPI_ranks per node.
10:                                     Requested: 8 threads per process.
10: [==========] Running 1 test from 1 test suite.
10: [----------] Global test environment set-up.
10: [----------] 1 test from defaultdevicetype
10: [ RUN      ] defaultdevicetype.development_test
10: [       OK ] defaultdevicetype.development_test (0 ms)
10: [----------] 1 test from defaultdevicetype (0 ms total)
10: 
10: [----------] Global test environment tear-down
10: [==========] 1 test from 1 test suite ran. (0 ms total)
10: [  PASSED  ] 1 test.
10/45 Test #10: Kokkos_CoreUnitTest_Develop .................   Passed    0.01 sec
test 11
      Start 11: Kokkos_CoreUnitTest_KokkosP

11: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP
11: Test timeout computed to be: 1500
11: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
11:                                     Detected: 4 cores per node.
11:                                     Detected: 1 MPI_ranks per node.
11:                                     Requested: 8 threads per process.
11: [==========] Running 27 tests from 2 test suites.
11: [----------] Global test environment set-up.
11: [----------] 25 tests from kokkosp
11: [ RUN      ] kokkosp.test_named_instance_fence
11: Ref: 16777217
11: Ref: named_instance
11: 16777217
11: named_instance
11: [       OK ] kokkosp.test_named_instance_fence (0 ms)
11: [ RUN      ] kokkosp.test_unnamed_instance_fence
11: Ref: 16777217
11: Ref: Unnamed Instance Fence
11: 16777217
11: Kokkos::OpenMP::fence: Unnamed Instance Fence
11: [       OK ] kokkosp.test_unnamed_instance_fence (0 ms)
11: [ RUN      ] kokkosp.test_named_global_fence
11: Ref: 16777216
11: Ref: test global fence
11: 16777216
11: test global fence
11: [       OK ] kokkosp.test_named_global_fence (0 ms)
11: [ RUN      ] kokkosp.test_unnamed_global_fence
11: Ref: 16777216
11: Ref: Unnamed Global Fence
11: 16777216
11: Kokkos::fence: Unnamed Global Fence
11: [       OK ] kokkosp.test_unnamed_global_fence (0 ms)
11: [ RUN      ] kokkosp.test_multiple_default_instances
11: [       OK ] kokkosp.test_multiple_default_instances (0 ms)
11: [ RUN      ] kokkosp.test_id_gen
11: [       OK ] kokkosp.test_id_gen (0 ms)
11: [ RUN      ] kokkosp.test_kernel_sequence
11: Ref: 16777217
11: Ref: named_instance
11: 16777217
11: named_instance
11: Ref: 16777217
11: Ref: test_kernel
11: 16777217
11: named_instance
11: Miss on name
11: 16777217
11: test_kernel
11: [       OK ] kokkosp.test_kernel_sequence (0 ms)
11: [ RUN      ] kokkosp.async_deep_copy
11: [       OK ] kokkosp.async_deep_copy (0 ms)
11: [ RUN      ] kokkosp.parallel_for
11: [       OK ] kokkosp.parallel_for (0 ms)
11: [ RUN      ] kokkosp.parallel_reduce
11: [       OK ] kokkosp.parallel_reduce (0 ms)
11: [ RUN      ] kokkosp.parallel_scan
11: [       OK ] kokkosp.parallel_scan (0 ms)
11: [ RUN      ] kokkosp.parallel_scan_no_fence
11: [       OK ] kokkosp.parallel_scan_no_fence (0 ms)
11: [ RUN      ] kokkosp.parallel_scan_no_fence_view
11: [       OK ] kokkosp.parallel_scan_no_fence_view (0 ms)
11: [ RUN      ] kokkosp.regions
11: [       OK ] kokkosp.regions (0 ms)
11: [ RUN      ] kokkosp.fences
11: [       OK ] kokkosp.fences (0 ms)
11: [ RUN      ] kokkosp.raw_allocation
11: [       OK ] kokkosp.raw_allocation (0 ms)
11: [ RUN      ] kokkosp.view
11: [       OK ] kokkosp.view (0 ms)
11: [ RUN      ] kokkosp.sections
11: [       OK ] kokkosp.sections (0 ms)
11: [ RUN      ] kokkosp.metadata
11: [       OK ] kokkosp.metadata (0 ms)
11: [ RUN      ] kokkosp.profile_events
11: [       OK ] kokkosp.profile_events (0 ms)
11: [ RUN      ] kokkosp.no_init_kernel
11: [       OK ] kokkosp.no_init_kernel (0 ms)
11: [ RUN      ] kokkosp.get_events
11: [       OK ] kokkosp.get_events (0 ms)
11: [ RUN      ] kokkosp.create_mirror_no_init
11: [       OK ] kokkosp.create_mirror_no_init (0 ms)
11: [ RUN      ] kokkosp.create_mirror_no_init_view_ctor
11: [       OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms)
11: [ RUN      ] kokkosp.create_mirror_view_and_copy
11: [       OK ] kokkosp.create_mirror_view_and_copy (0 ms)
11: [----------] 25 tests from kokkosp (1 ms total)
11: 
11: [----------] 2 tests from defaultdevicetype
11: [ RUN      ] defaultdevicetype.profiling_section
11: [       OK ] defaultdevicetype.profiling_section (0 ms)
11: [ RUN      ] defaultdevicetype.scoped_profile_region
11: [       OK ] defaultdevicetype.scoped_profile_region (0 ms)
11: [----------] 2 tests from defaultdevicetype (0 ms total)
11: 
11: [----------] Global test environment tear-down
11: [==========] 27 tests from 2 test suites ran. (1 ms total)
11: [  PASSED  ] 27 tests.
11/45 Test #11: Kokkos_CoreUnitTest_KokkosP .................   Passed    0.01 sec
test 12
      Start 12: Kokkos_CoreUnitTest_StackTraceTest

12: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec
12: Test timeout computed to be: 1500
12: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
12:                                     Detected: 4 cores per node.
12:                                     Detected: 1 MPI_ranks per node.
12:                                     Requested: 8 threads per process.
12: [==========] Running 3 tests from 2 test suites.
12: [----------] Global test environment set-up.
12: [----------] 2 tests from defaultdevicetype_DeathTest
12: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_terminate
12: 
12: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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 8 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.
12: Top of f1
12: Top of f0
12: Top of f0
12: test_f1:
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55f730459c29]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x55f730408839]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x44) [0x55f7304018e4]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x30f) [0x55f73040399f]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x55f73043aaee]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6a75f) [0x55f73042c75f]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6aa72) [0x55f73042ca72]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6b05d) [0x55f73042d05d]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x55f73042f778]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x55f73042fc4c]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55f7304004b6]
12: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fd079e40083]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55f7304016ee]
12:  
12: demangled test_f1:
12: [0x55f730459c29] Kokkos::Impl::save_stacktrace()
12: [0x55f730408839] Test::stacktrace_test_f1(std::ostream&)
12: [0x55f7304018e4] Test::test_stacktrace(bool, bool)
12: [0x55f73040399f] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
12: [0x55f73043aaee] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
12: [0x55f73042c75f] 
12: [0x55f73042ca72] 
12: [0x55f73042d05d] 
12: [0x55f73042f778] testing::internal::UnitTestImpl::RunAllTests()
12: [0x55f73042fc4c] testing::UnitTest::Run()
12: [0x55f7304004b6] main
12: [0x7fd079e40083] __libc_start_main
12: [0x55f7304016ee] _start
12:  
12: Top of f3
12: Top of f3
12: Top of f3
12: Top of f3
12: Top of f3
12: Top of f1
12: Top of f0
12: Top of f0
12: StackTrace f3(std::cout, 4) returned: 110
12: test_f3:
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55f730459c29]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x55f730408839]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x55f730408a78]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x92e) [0x55f7304021ce]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x30f) [0x55f73040399f]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x55f73043aaee]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6a75f) [0x55f73042c75f]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6aa72) [0x55f73042ca72]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6b05d) [0x55f73042d05d]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x55f73042f778]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x55f73042fc4c]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55f7304004b6]
12: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fd079e40083]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55f7304016ee]
12:  
12: demangled test_f3:
12: [0x55f730459c29] Kokkos::Impl::save_stacktrace()
12: [0x55f730408839] Test::stacktrace_test_f1(std::ostream&)
12: [0x55f730408a78] Test::stacktrace_test_f3(std::ostream&, int)
12: [0x55f7304021ce] Test::test_stacktrace(bool, bool)
12: [0x55f73040399f] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
12: [0x55f73043aaee] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
12: [0x55f73042c75f] 
12: [0x55f73042ca72] 
12: [0x55f73042d05d] 
12: [0x55f73042f778] testing::internal::UnitTestImpl::RunAllTests()
12: [0x55f73042fc4c] testing::UnitTest::Run()
12: [0x55f7304004b6] main
12: [0x7fd079e40083] __libc_start_main
12: [0x55f7304016ee] _start
12:  
12: Test setting std::terminate handler that prints the last saved stack trace
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test10_HierarchicalBasics_HIP.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
12: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (161 ms)
12: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
12: 
12: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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 8 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.
12: Top of f1
12: Top of f0
12: Top of f0
12: test_f1:
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55f730459c29]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x55f730408839]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x44) [0x55f7304018e4]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x30c) [0x55f730403d1c]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x55f73043aaee]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6a75f) [0x55f73042c75f]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6aa72) [0x55f73042ca72]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6b05d) [0x55f73042d05d]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x55f73042f778]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x55f73042fc4c]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55f7304004b6]
12: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fd079e40083]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55f7304016ee]
12:  
12: demangled test_f1:
12: [0x55f730459c29] Kokkos::Impl::save_stacktrace()
12: [0x55f730408839] Test::stacktrace_test_f1(std::ostream&)
12: [0x55f7304018e4] Test::test_stacktrace(bool, bool)
12: [0x55f730403d1c] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
12: [0x55f73043aaee] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
12: [0x55f73042c75f] 
12: [0x55f73042ca72] 
12: [0x55f73042d05d] 
12: [0x55f73042f778] testing::internal::UnitTestImpl::RunAllTests()
12: [0x55f73042fc4c] testing::UnitTest::Run()
12: [0x55f7304004b6] main
12: [0x7fd079e40083] __libc_start_main
12: [0x55f7304016ee] _start
12:  
12: Top of f3
12: Top of f3
12: Top of f3
12: Top of f3
12: Top of f3
12: Top of f1
12: Top of f0
12: Top of f0
12: StackTrace f3(std::cout, 4) returned: 110
12: test_f3:
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55f730459c29]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x55f730408839]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x55f730408a78]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x92e) [0x55f7304021ce]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x30c) [0x55f730403d1c]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x55f73043aaee]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6a75f) [0x55f73042c75f]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6aa72) [0x55f73042ca72]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6b05d) [0x55f73042d05d]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x55f73042f778]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x55f73042fc4c]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55f7304004b6]
12: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fd079e40083]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55f7304016ee]
12:  
12: demangled test_f3:
12: [0x55f730459c29] Kokkos::Impl::save_stacktrace()
12: [0x55f730408839] Test::stacktrace_test_f1(std::ostream&)
12: [0x55f730408a78] Test::stacktrace_test_f3(std::ostream&, int)
12: [0x55f7304021ce] Test::test_stacktrace(bool, bool)
12: [0x55f730403d1c] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
12: [0x55f73043aaee] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
12: [0x55f73042c75f] 
12: [0x55f73042ca72] 
12: [0x55f73042d05d] 
12: [0x55f73042f778] testing::internal::UnitTestImpl::RunAllTests()
12: [0x55f73042fc4c] testing::UnitTest::Run()
12: [0x55f7304004b6] main
12: [0x7fd079e40083] __libc_start_main
12: [0x55f7304016ee] _start
12:  
12: Test setting std::terminate handler that prints the last saved stack trace
12: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (156 ms)
12: [----------] 2 tests from defaultdevicetype_DeathTest (317 ms total)
12: 
12: [----------] 1 test from defaultdevicetype
12: [ RUN      ] defaultdevicetype.stacktrace_normal
12: Top of f1
12: Top of f0
12: Top of f0
12: test_f1:
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55f730459c29]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x55f730408839]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x44) [0x55f7304018e4]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x55f73043aaee]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6a75f) [0x55f73042c75f]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6aa72) [0x55f73042ca72]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6b05d) [0x55f73042d05d]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x55f73042f778]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x55f73042fc4c]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55f7304004b6]
12: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fd079e40083]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55f7304016ee]
12:  
12: demangled test_f1:
12: [0x55f730459c29] Kokkos::Impl::save_stacktrace()
12: [0x55f730408839] Test::stacktrace_test_f1(std::ostream&)
12: [0x55f7304018e4] Test::test_stacktrace(bool, bool)
12: [0x55f73043aaee] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
12: [0x55f73042c75f] 
12: [0x55f73042ca72] 
12: [0x55f73042d05d] 
12: [0x55f73042f778] testing::internal::UnitTestImpl::RunAllTests()
12: [0x55f73042fc4c] testing::UnitTest::Run()
12: [0x55f7304004b6] main
12: [0x7fd079e40083] __libc_start_main
12: [0x55f7304016ee] _start
12:  
12: Top of f3
12: Top of f3
12: Top of f3
12: Top of f3
12: Top of f3
12: Top of f1
12: Top of f0
12: Top of f0
12: StackTrace f3(std::cout, 4) returned: 110
12: test_f3:
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55f730459c29]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x55f730408839]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x55f730408a78]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x92e) [0x55f7304021ce]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x55f73043aaee]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6a75f) [0x55f73042c75f]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6aa72) [0x55f73042ca72]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6b05d) [0x55f73042d05d]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x55f73042f778]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x55f73042fc4c]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55f7304004b6]
12: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fd079e40083]
12: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55f7304016ee]
12:  
12: demangled test_f3:
12: [0x55f730459c29] Kokkos::Impl::save_stacktrace()
12: [0x55f730408839] Test::stacktrace_test_f1(std::ostream&)
12: [0x55f730408a78] Test::stacktrace_test_f3(std::ostream&, int)
12: [0x55f7304021ce] Test::test_stacktrace(bool, bool)
12: [0x55f73043aaee] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
12: [0x55f73042c75f] 
12: [0x55f73042ca72] 
12: [0x55f73042d05d] 
12: [0x55f73042f778] testing::internal::UnitTestImpl::RunAllTests()
12: [0x55f73042fc4c] testing::UnitTest::Run()
12: [0x55f7304004b6] main
12: [0x7fd079e40083] __libc_start_main
12: [0x55f7304016ee] _start
12:  
12: Test setting std::terminate handler that prints the last saved stack trace
12: [       OK ] defaultdevicetype.stacktrace_normal (0 ms)
12: [----------] 1 test from defaultdevicetype (0 ms total)
12: 
12: [----------] Global test environment tear-down
12: [==========] 3 tests from 2 test suites ran. (318 ms total)
12: [  PASSED  ] 3 tests.
12/45 Test #12: Kokkos_CoreUnitTest_StackTraceTest ..........   Passed    0.33 sec
test 13
      Start 13: Kokkos_IncrementalTest_OPENMP

13: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_IncrementalTest_OPENMP
13: Test timeout computed to be: 1500
13: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
13:                                     Detected: 4 cores per node.
13:                                     Detected: 1 MPI_ranks per node.
13:                                     Requested: 8 threads per process.
13: [==========] Running 28 tests from 1 test suite.
13: [----------] Global test environment set-up.
13: [----------] 28 tests from OPENMP
13: [ RUN      ] OPENMP.IncrTest_01_execspace_typedef
13: [       OK ] OPENMP.IncrTest_01_execspace_typedef (0 ms)
13: [ RUN      ] OPENMP.IncrTest_01_execspace
13: Host Parallel Execution Space:
13:   KOKKOS_ENABLE_OPENMP: yes
13: 
13: OpenMP Runtime Configuration:
13: Kokkos::OpenMP thread_pool_topology[ 1 x 8 x 1 ]
13: OpenMP
13: [       OK ] OPENMP.IncrTest_01_execspace (0 ms)
13: [ RUN      ] OPENMP.IncrTest_02_AtomicExchange
13: [       OK ] OPENMP.IncrTest_02_AtomicExchange (0 ms)
13: [ RUN      ] OPENMP.IncrTest_02_AtomicAdd
13: [       OK ] OPENMP.IncrTest_02_AtomicAdd (0 ms)
13: [ RUN      ] OPENMP.IncrTest_02_AtomicSub
13: [       OK ] OPENMP.IncrTest_02_AtomicSub (0 ms)
13: [ RUN      ] OPENMP.IncrTest_03a_memspace_malloc
13: [       OK ] OPENMP.IncrTest_03a_memspace_malloc (0 ms)
13: [ RUN      ] OPENMP.IncrTest_03b_memspace_free
13: [       OK ] OPENMP.IncrTest_03b_memspace_free (29 ms)
13: [ RUN      ] OPENMP.IncrTest_04_simple_parallelFor
13: [       OK ] OPENMP.IncrTest_04_simple_parallelFor (0 ms)
13: [ RUN      ] OPENMP.IncrTest_04_RangePolicy_parallelFor
13: [       OK ] OPENMP.IncrTest_04_RangePolicy_parallelFor (0 ms)
13: [ RUN      ] OPENMP.IncrTest_05_reduction
13: [       OK ] OPENMP.IncrTest_05_reduction (32 ms)
13: [ RUN      ] OPENMP.IncrTest_06_mdrange2D
13: [       OK ] OPENMP.IncrTest_06_mdrange2D (0 ms)
13: [ RUN      ] OPENMP.IncrTest_06_mdrange3D
13: [       OK ] OPENMP.IncrTest_06_mdrange3D (0 ms)
13: [ RUN      ] OPENMP.IncrTest_06_mdrange4D
13: [       OK ] OPENMP.IncrTest_06_mdrange4D (0 ms)
13: [ RUN      ] OPENMP.IncrTest_08_deep_copy_2D
13: [       OK ] OPENMP.IncrTest_08_deep_copy_2D (0 ms)
13: [ RUN      ] OPENMP.IncrTest_08_deep_copy_3D
13: [       OK ] OPENMP.IncrTest_08_deep_copy_3D (0 ms)
13: [ RUN      ] OPENMP.IncrTest_08_deep_copy_4D
13: [       OK ] OPENMP.IncrTest_08_deep_copy_4D (0 ms)
13: [ RUN      ] OPENMP.IncrTest_10_Hierarchical_Basics
13: [       OK ] OPENMP.IncrTest_10_Hierarchical_Basics (1 ms)
13: [ RUN      ] OPENMP.IncrTest_11a_Hierarchical_ForLoop
13: [       OK ] OPENMP.IncrTest_11a_Hierarchical_ForLoop (0 ms)
13: [ RUN      ] OPENMP.IncrTest_11b_Hierarchical_ForLoop
13: [       OK ] OPENMP.IncrTest_11b_Hierarchical_ForLoop (0 ms)
13: [ RUN      ] OPENMP.IncrTest_11c_Hierarchical_ForLoop
13: [       OK ] OPENMP.IncrTest_11c_Hierarchical_ForLoop (173 ms)
13: [ RUN      ] OPENMP.IncrTest_12a_ThreadScratch
13: [       OK ] OPENMP.IncrTest_12a_ThreadScratch (4 ms)
13: [ RUN      ] OPENMP.IncrTest_12b_TeamScratch
13: [       OK ] OPENMP.IncrTest_12b_TeamScratch (3 ms)
13: [ RUN      ] OPENMP.IncrTest_13a_Hierarchical_Red
13: [       OK ] OPENMP.IncrTest_13a_Hierarchical_Red (0 ms)
13: [ RUN      ] OPENMP.IncrTest_13b_Hierarchical_Red
13: [       OK ] OPENMP.IncrTest_13b_Hierarchical_Red (0 ms)
13: [ RUN      ] OPENMP.IncrTest_13c_Hierarchical_Red
13: [       OK ] OPENMP.IncrTest_13c_Hierarchical_Red (0 ms)
13: [ RUN      ] OPENMP.incr_14_MDrangeReduce
13: [       OK ] OPENMP.incr_14_MDrangeReduce (0 ms)
13: [ RUN      ] OPENMP.IncrTest_16_parallelscan
13: [       OK ] OPENMP.IncrTest_16_parallelscan (1 ms)
13: [ RUN      ] OPENMP.incr_17_atomicView
13: [       OK ] OPENMP.incr_17_atomicView (0 ms)
13: [----------] 28 tests from OPENMP (248 ms total)
13: 
13: [----------] Global test environment tear-down
13: [==========] 28 tests from 1 test suite ran. (248 ms total)
13: [  PASSED  ] 28 tests.
13/45 Test #13: Kokkos_IncrementalTest_OPENMP ...............   Passed    0.26 sec
test 14
      Start 14: Kokkos_IncrementalTest_SERIAL

14: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_IncrementalTest_SERIAL
14: Test timeout computed to be: 1500
14: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
14:                                     Detected: 4 cores per node.
14:                                     Detected: 1 MPI_ranks per node.
14:                                     Requested: 8 threads per process.
14: [==========] Running 28 tests from 1 test suite.
14: [----------] Global test environment set-up.
14: [----------] 28 tests from SERIAL
14: [ RUN      ] SERIAL.IncrTest_01_execspace_typedef
14: [       OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms)
14: [ RUN      ] SERIAL.IncrTest_01_execspace
14: Host Serial Execution Space:
14:   KOKKOS_ENABLE_SERIAL: yes
14: 
14: Serial Runtime Configuration:
14: Serial
14: [       OK ] SERIAL.IncrTest_01_execspace (0 ms)
14: [ RUN      ] SERIAL.IncrTest_02_AtomicExchange
14: [       OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms)
14: [ RUN      ] SERIAL.IncrTest_02_AtomicAdd
14: [       OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms)
14: [ RUN      ] SERIAL.IncrTest_02_AtomicSub
14: [       OK ] SERIAL.IncrTest_02_AtomicSub (0 ms)
14: [ RUN      ] SERIAL.IncrTest_03a_memspace_malloc
14: [       OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms)
14: [ RUN      ] SERIAL.IncrTest_03b_memspace_free
14: [       OK ] SERIAL.IncrTest_03b_memspace_free (35 ms)
14: [ RUN      ] SERIAL.IncrTest_04_simple_parallelFor
14: [       OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms)
14: [ RUN      ] SERIAL.IncrTest_04_RangePolicy_parallelFor
14: [       OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms)
14: [ RUN      ] SERIAL.IncrTest_05_reduction
14: [       OK ] SERIAL.IncrTest_05_reduction (0 ms)
14: [ RUN      ] SERIAL.IncrTest_06_mdrange2D
14: [       OK ] SERIAL.IncrTest_06_mdrange2D (0 ms)
14: [ RUN      ] SERIAL.IncrTest_06_mdrange3D
14: [       OK ] SERIAL.IncrTest_06_mdrange3D (0 ms)
14: [ RUN      ] SERIAL.IncrTest_06_mdrange4D
14: [       OK ] SERIAL.IncrTest_06_mdrange4D (0 ms)
14: [ RUN      ] SERIAL.IncrTest_08_deep_copy_2D
14: [       OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms)
14: [ RUN      ] SERIAL.IncrTest_08_deep_copy_3D
14: [       OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms)
14: [ RUN      ] SERIAL.IncrTest_08_deep_copy_4D
14: [       OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms)
14: [ RUN      ] SERIAL.IncrTest_10_Hierarchical_Basics
14: [       OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms)
14: [ RUN      ] SERIAL.IncrTest_11a_Hierarchical_ForLoop
14: [       OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms)
14: [ RUN      ] SERIAL.IncrTest_11b_Hierarchical_ForLoop
14: [       OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms)
14: [ RUN      ] SERIAL.IncrTest_11c_Hierarchical_ForLoop
14: [       OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (233 ms)
14: [ RUN      ] SERIAL.IncrTest_12a_ThreadScratch
14: [       OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms)
14: [ RUN      ] SERIAL.IncrTest_12b_TeamScratch
14: [       OK ] SERIAL.IncrTest_12b_TeamScratch (4 ms)
14: [ RUN      ] SERIAL.IncrTest_13a_Hierarchical_Red
14: [       OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms)
14: [ RUN      ] SERIAL.IncrTest_13b_Hierarchical_Red
14: [       OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms)
14: [ RUN      ] SERIAL.IncrTest_13c_Hierarchical_Red
14: [       OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms)
14: [ RUN      ] SERIAL.incr_14_MDrangeReduce
14: [       OK ] SERIAL.incr_14_MDrangeReduce (0 ms)
14: [ RUN      ] SERIAL.IncrTest_16_parallelscan
14: [       OK ] SERIAL.IncrTest_16_parallelscan (0 ms)
14: [ RUN      ] SERIAL.incr_17_atomicView
14: [       OK ] SERIAL.incr_17_atomicView (0 ms)
14: [----------] 28 tests from SERIAL (275 ms total)
14: 
14: [----------] Global test environment tear-down
14: [==========] 28 tests from 1 test suite ran. (275 ms total)
14: [  PASSED  ] 28 tests.
14/45 Test #14: Kokkos_IncrementalTest_SERIAL ...............   Passed    0.28 sec
test 15
      Start 15: Kokkos_CoreUnitTest_CTestDevice

15: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice
15: Test timeout computed to be: 1500
15: [==========] Running 8 tests from 1 test suite.
15: [----------] Global test environment set-up.
15: [----------] 8 tests from ctest_environment
15: [ RUN      ] ctest_environment.no_device_type
15: [       OK ] ctest_environment.no_device_type (0 ms)
15: [ RUN      ] ctest_environment.no_process_count
15: [       OK ] ctest_environment.no_process_count (0 ms)
15: [ RUN      ] ctest_environment.invalid_rank
15: [       OK ] ctest_environment.invalid_rank (0 ms)
15: [ RUN      ] ctest_environment.no_type_str
15: [       OK ] ctest_environment.no_type_str (0 ms)
15: [ RUN      ] ctest_environment.missing_type
15: [       OK ] ctest_environment.missing_type (0 ms)
15: [ RUN      ] ctest_environment.no_id_str
15: [       OK ] ctest_environment.no_id_str (0 ms)
15: [ RUN      ] ctest_environment.invalid_id_str
15: [       OK ] ctest_environment.invalid_id_str (0 ms)
15: [ RUN      ] ctest_environment.good
15: [       OK ] ctest_environment.good (0 ms)
15: [----------] 8 tests from ctest_environment (0 ms total)
15: 
15: [----------] Global test environment tear-down
15: [==========] 8 tests from 1 test suite ran. (0 ms total)
15: [  PASSED  ] 8 tests.
15/45 Test #15: Kokkos_CoreUnitTest_CTestDevice .............   Passed    0.01 sec
test 16
      Start 16: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0

16: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE"
16: Test timeout computed to be: 1500
16/45 Test #16: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ...   Passed    0.00 sec
test 17
      Start 17: Kokkos_PerformanceTest_TaskDag

17: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_TaskDag
17: Test timeout computed to be: 1500
17: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
17:                                     Detected: 4 cores per node.
17:                                     Detected: 1 MPI_ranks per node.
17:                                     Requested: 8 threads per process.
17: "taskdag: alloc super repeat input output task-accum task-max" 1000000 10000 1 4 3 0 0
17: "taskdag: time (min, avg)" 0.0113656 0.0113656
17: "taskdag: tasks per second (max, avg)" 1143.81 1143.81
17/45 Test #17: Kokkos_PerformanceTest_TaskDag ..............   Passed    0.02 sec
test 18
      Start 18: Kokkos_PerformanceTest_Benchmark

18: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2024-04-25_T21-45-03.json"
18: Test timeout computed to be: 1500
18: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
18:                                     Detected: 4 cores per node.
18:                                     Detected: 1 MPI_ranks per node.
18:                                     Requested: 8 threads per process.
18: 2024-04-25T22:03:12+00:00
18: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
18: Run on (4 X 1996.25 MHz CPU s)
18: CPU Caches:
18:   L1 Data 64 KiB (x4)
18:   L1 Instruction 64 KiB (x4)
18:   L2 Unified 512 KiB (x4)
18:   L3 Unified 16384 KiB (x4)
18: Load Average: 7.70, 7.14, 5.27
18: CPU architecture: none
18: Default Device: N6Kokkos6OpenMPE
18: GIT_BRANCH: HEAD
18: GIT_CLEAN_STATUS: CLEAN
18: GIT_COMMIT_DATE: 2024-04-25T21:44:57+00:00
18: GIT_COMMIT_DESCRIPTION: Merge commit '2e82fdd8716bb21379d5bd9250b19f1dd131e23f' into HEAD
18: GIT_COMMIT_HASH: 0b21f4caa
18: GPU architecture: none
18: KOKKOS_COMPILER_GNU: 840
18: KOKKOS_ENABLE_ASM: yes
18: KOKKOS_ENABLE_CXX17: yes
18: KOKKOS_ENABLE_CXX20: no
18: KOKKOS_ENABLE_CXX23: no
18: KOKKOS_ENABLE_CXX26: no
18: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
18: KOKKOS_ENABLE_HWLOC: no
18: KOKKOS_ENABLE_LIBDL: no
18: KOKKOS_ENABLE_OPENMP: yes
18: KOKKOS_ENABLE_PRAGMA_IVDEP: no
18: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
18: KOKKOS_ENABLE_PRAGMA_UNROLL: no
18: KOKKOS_ENABLE_PRAGMA_VECTOR: no
18: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
18: Kokkos Version: 4.3.99
18: platform: 64bit
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
18: ---------------------------------------------------------------------------------------------------------------------------------------------------
18: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
18: ---------------------------------------------------------------------------------------------------------------------------------------------------
18: GramSchmidt<double>/Count:1024/iterations:5/manual_time                            0.045 s         0.020 s             5       1024        44.3056u
18: GramSchmidt<double>/Count:2048/iterations:5/manual_time                            0.046 s         0.020 s             5     2.048k        22.0291u
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11a_ParallelFor_TeamThreadRange_HIP.cpp.o
18: GramSchmidt<double>/Count:4096/iterations:5/manual_time                            0.047 s         0.021 s             5     4.096k        11.4545u
18: GramSchmidt<double>/Count:8192/iterations:5/manual_time                            0.050 s         0.023 s             5     8.192k        5.95377u
18: GramSchmidt<double>/Count:16384/iterations:5/manual_time                           0.052 s         0.025 s             5    16.384k        3.12846u
18: GramSchmidt<double>/Count:32768/iterations:5/manual_time                           0.058 s         0.030 s             5    32.768k         1.8251u
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
18: GramSchmidt<double>/Count:65536/iterations:5/manual_time                           0.067 s         0.043 s             5    65.536k        1045.27n
[ 69%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
18: GramSchmidt<double>/Count:131072/iterations:5/manual_time                          0.080 s         0.075 s             5   131.072k        622.722n
[ 69%] Built target Kokkos_Benchmark_Atomic_MinMax
Scanning dependencies of target Kokkos_ContainersUnitTest_Cuda
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o
18: GramSchmidt<double>/Count:262144/iterations:5/manual_time                          0.115 s         0.126 s             5   262.144k        429.791n
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int.cpp.o
[100%] Linking CXX executable Kokkos_bytes_and_flops
[100%] Built target Kokkos_bytes_and_flops
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 63%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
18: GramSchmidt<double>/Count:524288/iterations:5/manual_time                          0.191 s         0.227 s             5   524.288k        369.933n
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
+ ctest --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/unit_test/Kokkos_CoreUnitTest_Serial1
1: Test timeout computed to be: 1500
1: [==========] Running 184 tests from 2 test suites.
1: [----------] Global test environment set-up.
1: [----------] 7 tests from serial_DeathTest
1: [ RUN      ] serial_DeathTest.abort_from_host
[ 64%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11b_ParallelFor_TeamVectorRange_HIP.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
1: [       OK ] serial_DeathTest.abort_from_host (1367 ms)
1: [ RUN      ] serial_DeathTest.abort_from_device
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_HIP.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
1: [       OK ] serial_DeathTest.abort_from_device (1358 ms)
1: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12a_ThreadScratch_HIP.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 69%] Linking CXX executable Kokkos_PerformanceTest_Atomic
1: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (1371 ms)
1: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 69%] Built target Kokkos_PerformanceTest_Atomic
Scanning dependencies of target Kokkos_ContainersTestCompileOnly
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
1: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (1344 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 (5442 ms total)
1: 
1: [----------] 177 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 (1 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 (44 ms)
1: [ RUN      ] serial.atomic_views_nonintegral
1: [       OK ] serial.atomic_views_nonintegral (27 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 (23 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
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o
1: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (1273 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (1215 ms)
1: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
1: [       OK ] serial.local_deepcopy_teampolicy_layoutright (400 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12b_TeamScratch_HIP.cpp.o
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (441 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 (32 ms)
1: [ RUN      ] serial.mdrange_6d
1: [       OK ] serial.mdrange_6d (140 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 (84 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
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11c_ParallelFor_ThreadVectorRange_CUDA.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12a_ThreadScratch_CUDA.cpp.o
18: ----------------------------------------------------------------------------------------------------------------------------------------------
18: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s        Max
18: ----------------------------------------------------------------------------------------------------------------------------------------------
18: CustomReduction<double>/N:100000/R:1000/manual_time                                 5.39 s          4.85 s             1 0.0274929/s       11.5
1: [       OK ] serial.mdrange_large_deep_copy (278 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
[ 71%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longint.cpp.o
1: [       OK ] serial.mdrange_parallel_reduce_primitive_types (1620 ms)
1: [ RUN      ] serial.mdspan_minimal_functional
1: /var/jenkins/workspace/Kokkos_PR-5993/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.memory_pool
18: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
18: Benchmark                                                                              Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced
18: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
18: OverlapRangePolicy/N:2000/M:10000/R:10                                             0.748 s         0.393 s             2       0.0289039    0.0952115               0.0977401              0.23768    0.048634       0.0497029
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longlongint.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12b_TeamScratch_CUDA.cpp.o
1: [       OK ] serial.memory_pool (27 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.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 (45 ms)
1: [ RUN      ] serial.double_reduce
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
1: [       OK ] serial.double_reduce (231 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13a_ParallelRed_TeamThreadRange_CUDA.cpp.o
18: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
18: Benchmark                                                                              Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced
18: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
18: OverlapMDRangePolicy/N:200/M:10000/R:10                                            0.169 s         0.081 s            11        3.32739m    0.0486655               0.0107502                 0.0479628    5.05997m        4.88684m
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
1: [       OK ] serial.int64_t_reduce_dynamic (3061 ms)
1: [ RUN      ] serial.double_reduce_dynamic
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
18: OverlapTeamPolicy/N:20/M:1000000/R:10                                              0.837 s         0.425 s             2       0.0554232    0.0865313                0.114127                  0.211378   0.0579735       0.0565115
18: ---------------------------------------------------------------------------------------------------------------------------------------------------
18: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
18: ---------------------------------------------------------------------------------------------------------------------------------------------------
18: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time                      0.000 s         0.000 s             5       1024        69.7803n
18: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                      0.000 s         0.000 s             5     2.048k        38.2651n
18: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                      0.000 s         0.000 s             5     4.096k        28.1191n
18: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                      0.000 s         0.001 s             5     8.192k         21.937n
18: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                     0.000 s         0.001 s             5    16.384k        18.2814n
18: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                     0.001 s         0.002 s             5    32.768k        16.7497n
18: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                     0.001 s         0.004 s             5    65.536k        17.1761n
18: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                    0.002 s         0.010 s             5   131.072k        14.5555n
18: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                    0.004 s         0.029 s             5   262.144k        15.1798n
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_shared.cpp.o
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
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13a_ParallelRed_TeamThreadRange_HIP.cpp.o
18: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                    0.008 s         0.069 s             5   524.288k        14.6006n
1: [       OK ] serial.double_reduce_dynamic (2316 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic_view
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_with_large_iteration_count
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestReduce.hpp:642: Skipped
1: Disabling for host backends
1: [  SKIPPED ] serial.reduction_with_large_iteration_count (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
18: -----------------------------------------------------------------------------------------------------------------------------------
18: Benchmark                                                                              Time             CPU   Iterations  FOM: rate
18: -----------------------------------------------------------------------------------------------------------------------------------
18: Malloc/N:1/manual_time                                                             0.195 us        0.342 us      3456351 5.11672M/s
1: [       OK ] serial.reduce_device_view_mdrange_policy (1931 ms)
1: [ RUN      ] serial.reduce_device_view_team_policy
1: [       OK ] serial.reduce_device_view_team_policy (137 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: [----------] 177 tests from serial (13639 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 184 tests from 2 test suites ran. (19082 ms total)
1: [  PASSED  ] 182 tests.
1: [  SKIPPED ] 2 tests, listed below:
1: [  SKIPPED ] serial.mdspan_minimal_functional
1: [  SKIPPED ] serial.reduction_with_large_iteration_count
 1/52 Test  #1: Kokkos_CoreUnitTest_Serial1 .................   Passed   19.55 sec
test 2
      Start  2: Kokkos_CoreUnitTest_Serial2

2: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Serial2
2: Test timeout computed to be: 1500
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
2: [==========] Running 128 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
[ 71%] Built target Kokkos_CoreUnitTest_Cuda2
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
18: Malloc/N:16/manual_time                                                            0.197 us        0.342 us      3608951 5.08902M/s
Scanning dependencies of target Kokkos_ContainersPerformanceTest_Cuda
[ 72%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o
18: Malloc/N:256/manual_time                                                           0.230 us        0.374 us      2994571 4.34763M/s
[ 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_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedint.cpp.o
18: Malloc/N:4096/manual_time                                                          0.200 us        0.351 us      3508291 5.01136M/s
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13b_ParallelRed_TeamVectorRange_HIP.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
18: Malloc/N:65536/manual_time                                                         0.144 us        0.339 us      4840791 6.94513M/s
[       OK ] serial.reduce_device_view_mdrange_policy (57379 ms)
[ RUN      ] serial.reduce_device_view_team_policy
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
18: Malloc/N:1048576/manual_time                                                       0.151 us        0.345 us      4670262 6.61116M/s
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedlongint.cpp.o
18: Malloc/N:16777216/manual_time                                                      0.128 us        0.322 us      5421014 7.83443M/s
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Atomics.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13b_ParallelRed_TeamVectorRange_CUDA.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13c_ParallelRed_ThreadVectorRange_CUDA.cpp.o
[ 73%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o
2: [       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (9371 ms)
2: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test14_MDRangeReduce_CUDA.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
18: Malloc/N:268435456/manual_time                                                      3.54 us         7.04 us       197272 282.124k/s
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_HIP.cpp.o
[ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_OccupancyControlTrait.cpp.o
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
18: Malloc/N:4294967296/manual_time                                                     3.12 us         9.89 us       221984  320.42k/s
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[       OK ] serial.reduce_device_view_team_policy (14979 ms)
[ RUN      ] serial.reducers_int
[       OK ] serial.reducers_int (8 ms)
[ RUN      ] serial.reducers_double
[       OK ] serial.reducers_double (8 ms)
[ RUN      ] serial.reducers_complex_double
[       OK ] serial.reducers_complex_double (3 ms)
[ RUN      ] serial.reducers_struct
[       OK ] serial.reducers_struct (3 ms)
[ RUN      ] serial.reducers_half_t
[       OK ] serial.reducers_half_t (1 ms)
[ RUN      ] serial.reducers_bhalf_t
[       OK ] serial.reducers_bhalf_t (0 ms)
[ RUN      ] serial.reducers_int8_t
[       OK ] serial.reducers_int8_t (0 ms)
[ RUN      ] serial.reducers_int16_t
[       OK ] serial.reducers_int16_t (0 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 (2 ms)
[ RUN      ] serial.atomic_operations_unsigned
[       OK ] serial.atomic_operations_unsigned (2 ms)
[ RUN      ] serial.atomic_operations_long
[       OK ] serial.atomic_operations_long (2 ms)
[ RUN      ] serial.atomic_operations_unsignedlong
[       OK ] serial.atomic_operations_unsignedlong (2 ms)
[ RUN      ] serial.atomic_operations_longlong
[       OK ] serial.atomic_operations_longlong (2 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 (0 ms)
[ RUN      ] serial.atomic_operations_complexdouble
[       OK ] serial.atomic_operations_complexdouble (0 ms)
[ RUN      ] serial.atomic_views_integral
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[       OK ] serial.atomic_views_integral (489 ms)
[ RUN      ] serial.atomic_views_nonintegral
[       OK ] serial.atomic_views_nonintegral (272 ms)
[ RUN      ] serial.atomic_view_api
[       OK ] serial.atomic_view_api (0 ms)
[ RUN      ] serial.atomics
[       OK ] serial.atomics (14 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
18: MallocFree/N:1/manual_time                                                         0.318 us        0.356 us      2173162 3.14717M/s
[ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
18: MallocFree/N:16/manual_time                                                        0.316 us        0.355 us      2178716 3.16029M/s
[ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test16_ParallelScan_CUDA.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o
18: MallocFree/N:256/manual_time                                                       0.335 us        0.374 us      2079209 2.98287M/s
[ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
18: MallocFree/N:4096/manual_time                                                      0.323 us        0.360 us      2210518 3.09699M/s
2: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (9424 ms)
2: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_host
2: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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 (18796 ms total)
2: 
2: [----------] 120 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 (207 ms)
2: [ RUN      ] serial.team_parallel_single
2: [       OK ] serial.team_parallel_single (8 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 (264 ms)
2: [ RUN      ] serial.parallel_scan_with_reducers
2: [       OK ] serial.parallel_scan_with_reducers (53 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 (9 ms)
2: [ RUN      ] serial.ThreadVectorMDRangeParallelReduce
2: [       OK ] serial.ThreadVectorMDRangeParallelReduce (8 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 (53 ms)
2: [ RUN      ] serial.team_long_reduce
2: [       OK ] serial.team_long_reduce (58 ms)
2: [ RUN      ] serial.team_double_reduce
2: [       OK ] serial.team_double_reduce (32 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
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test14_MDRangeReduce_HIP.cpp.o
18: MallocFree/N:65536/manual_time                                                     0.310 us        0.348 us      2238804  3.2289M/s
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o
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_AlgorithmsUnitTest_StdSet_Team_P
[100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
[100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
18: MallocFree/N:1048576/manual_time                                                   0.319 us        0.357 us      2202431 3.13861M/s
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o
18: MallocFree/N:16777216/manual_time                                                  0.297 us        0.336 us      2336124 3.36354M/s
Scanning dependencies of target Kokkos_CoreUnitTest_ToolIndependence
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicViews.cpp.o
18: MallocFree/N:268435456/manual_time                                                  6.81 us         6.86 us       108915  146.87k/s
18: MallocFree/N:4294967296/manual_time                                                 9.85 us         9.89 us        66802 101.491k/s
[ 65%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
Scanning dependencies of target Kokkos_UnitTest_SIMD
[100%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 73%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda
[ 73%] Built target Kokkos_ContainersPerformanceTest_Cuda
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
18: MallocTouch/N:1/manual_time                                                         43.3 us         18.6 us        16327 23.1184k/s
[ 65%] Built target Kokkos_CoreUnitTest_ToolIndependence
Scanning dependencies of target Kokkos_CoreUnitTest_Develop
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
2: [       OK ] serial.repeated_team_reduce (6239 ms)
2: [ RUN      ] serial.team_scan
2: [       OK ] serial.team_scan (87 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 (29 ms)
2: [ RUN      ] serial.team_scratch_request
2: [       OK ] serial.team_scratch_request (1 ms)
2: [ RUN      ] serial.team_lambda_shared_request
2: [       OK ] serial.team_lambda_shared_request (29 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 (1 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 (1 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 (456 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 (2 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_fill_tests_layout_right
18: MallocTouch/N:16/manual_time                                                        43.3 us         18.7 us        16138 23.0777k/s
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
2: [       OK ] serial.view_fill_tests_layout_right (1410 ms)
2: [ RUN      ] serial.view_fill_tests_layout_left
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BitManipulationBuiltins.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
18: MallocTouch/N:256/manual_time                                                       40.0 us         17.4 us        16723 25.0256k/s
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test16_ParallelScan_HIP.cpp.o
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 89%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[100%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
18: MallocTouch/N:4096/manual_time                                                      40.0 us         17.1 us        17373 25.0156k/s
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[ 67%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization
[ 67%] Linking CXX executable Kokkos_bytes_and_flops
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 89%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
18: MallocTouch/N:65536/manual_time                                                     40.5 us         17.6 us        17014 24.7131k/s
2: [       OK ] serial.view_fill_tests_layout_left (2700 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 (34 ms)
2: [ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
2: [       OK ] serial.view_layoutstride_right_to_layoutright_assignment (31 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 (63 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 (93 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-5993/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 (207 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test17_CompleteAtomic_CUDA.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o
[100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
2: [       OK ] serial.view_subview_3d_from_5d_left_atomic (209 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
[ 67%] Built target Kokkos_CoreUnitTest_LegionInitialization
Scanning dependencies of target Kokkos_push_finalize_hook_terminate
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12b_TeamScratch_CUDA.cpp.o
2: [       OK ] serial.view_subview_3d_from_5d_left_randomaccess (208 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right
2: [       OK ] serial.view_subview_3d_from_5d_right (179 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
[ 67%] Built target Kokkos_bytes_and_flops
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test17_CompleteAtomic_HIP.cpp.o
18: MallocTouch/N:1048576/manual_time                                                   42.4 us         18.6 us        16608 23.5992k/s
2: [       OK ] serial.view_subview_3d_from_5d_right_atomic (178 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
2: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (177 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: [----------] 120 tests from serial (13183 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 128 tests from 2 test suites ran. (31980 ms total)
2: [  PASSED  ] 125 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/52 Test  #2: Kokkos_CoreUnitTest_Serial2 .................   Passed   32.41 sec
test 3
      Start  3: Kokkos_CoreUnitTest_SerialGraph

3: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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: 
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o
 3/52 Test  #3: Kokkos_CoreUnitTest_SerialGraph .............   Passed    0.42 sec
test 4
      Start  4: Kokkos_CoreUnitTest_HIP

4: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_HIP
4: Test timeout computed to be: 1500
18: MallocTouch/N:16777216/manual_time                                                  61.5 us         26.2 us        11398 16.2636k/s
4: [==========] Running 373 tests from 4 test suites.
4: [----------] Global test environment set-up.
4: [----------] 15 tests from hip_DeathTest
4: [ RUN      ] hip_DeathTest.abort_from_host
[100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ParallelScanRangePolicy.cpp.o
4: [       OK ] hip_DeathTest.abort_from_host (1407 ms)
4: [ RUN      ] hip_DeathTest.abort_from_device
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
18: MallocTouch/N:268435456/manual_time                                                33133 us        41946 us           21  30.1815/s
[ 67%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 67%] Linking CXX executable Kokkos_push_finalize_hook_terminate
[ 67%] Built target Kokkos_CoreUnitTest_Develop
Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 67%] Built target Kokkos_push_finalize_hook_terminate
4: [       OK ] hip_DeathTest.abort_from_device (1492 ms)
4: [ RUN      ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort
Scanning dependencies of target Kokkos_CoreUnitTest_OpenMP
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 91%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
18: MallocTouch/N:4294967296/manual_time                                              488940 us       491061 us            2  2.04524/s
4: [       OK ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort (1396 ms)
4: [ RUN      ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o
18: MallocTouchFree/N:1/manual_time                                                     40.2 us         17.3 us        16932 24.8462k/s
[100%] 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
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
[ 73%] Linking CXX executable Kokkos_ContainersTestCompileOnly
4: [       OK ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions (1381 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
18: MallocTouchFree/N:16/manual_time                                                    40.8 us         17.6 us        17446  24.486k/s
[ 73%] Built target Kokkos_ContainersTestCompileOnly
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
18: MallocTouchFree/N:256/manual_time                                                   40.5 us         17.4 us        17090 24.7189k/s
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlockSizeDeduction.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c14.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o
18: MallocTouchFree/N:4096/manual_time                                                  40.8 us         17.5 us        17225 24.5081k/s
[ 67%] Linking CXX executable Kokkos_IncrementalTest_HIP
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o
[ 67%] Built target Kokkos_IncrementalTest_HIP
Scanning dependencies of target Kokkos_ProfilingAllCalls
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
18: MallocTouchFree/N:65536/manual_time                                                 43.2 us         18.6 us        16204  23.156k/s
18: MallocTouchFree/N:1048576/manual_time                                               44.4 us         19.2 us        15530 22.5457k/s
18: MallocTouchFree/N:16777216/manual_time                                              62.9 us         26.9 us        11064 15.8982k/s
18: MallocTouchFree/N:268435456/manual_time                                            57973 us        38934 us           12  17.2493/s
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CheckedIntegerOps.cpp.o
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
18: MallocTouchFree/N:4294967296/manual_time                                          761994 us       479859 us            1  1.31235/s
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o
18: ----------------------------------------------------------------------------------------------------------------------------------------------
18: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s         MB
18: ----------------------------------------------------------------------------------------------------------------------------------------------
18: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                            0.245 s         0.289 s             3  3.27018/s        800
[       OK ] serial.team_reduce_large (28714 ms)
[ RUN      ] serial.team_parallel_single
[       OK ] serial.team_parallel_single (115 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 (0 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 (0 ms)
[ RUN      ] serial.team_broadcast_float
[       OK ] serial.team_broadcast_float (0 ms)
[ RUN      ] serial.team_broadcast_double
[       OK ] serial.team_broadcast_double (0 ms)
[ RUN      ] serial.team_handle_by_value
[       OK ] serial.team_handle_by_value (0 ms)
[ RUN      ] serial.team_vector
[       OK ] serial.team_vector (92 ms)
[ RUN      ] serial.triple_nested_parallelism
18: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                           0.245 s         0.290 s             3  3.26523/s        800
[ 68%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyConstructors.cpp.o
4: [       OK ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment (9700 ms)
4: [ RUN      ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment
[       OK ] serial.triple_nested_parallelism (3592 ms)
[ RUN      ] serial.parallel_scan_with_reducers
[ 68%] Built target Kokkos_ProfilingAllCalls
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 91%] Linking CXX executable Kokkos_atomic
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
18: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                            0.244 s         0.289 s             3  3.27298/s        800
[       OK ] serial.parallel_scan_with_reducers (906 ms)
[ RUN      ] serial.team_shared_request
[       OK ] serial.team_shared_request (472 ms)
[ RUN      ] serial.team_scratch_request
[       OK ] serial.team_scratch_request (78 ms)
[ RUN      ] serial.team_lambda_shared_request
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o
[ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 91%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[       OK ] serial.team_lambda_shared_request (472 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 (108 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 (26 ms)
[ RUN      ] serial.team_reduction_scan
18: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                           0.245 s         0.290 s             3  3.26382/s        800
[       OK ] serial.team_reduction_scan (307 ms)
[ RUN      ] serial.team_long_reduce
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 91%] Built target Kokkos_atomic
18: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                            0.245 s         0.290 s             3  3.26385/s        800
[       OK ] serial.team_long_reduce (976 ms)
[ RUN      ] serial.team_double_reduce
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o
[ 92%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[ 43%] Linking CXX executable Kokkos_IncrementalTest_CUDA
18: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                           0.245 s         0.291 s             3  3.25975/s        800
[       OK ] serial.team_double_reduce (990 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
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyInterface.cpp.o
18: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                            0.245 s         0.290 s             3  3.25941/s        800
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
18: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                           0.245 s         0.290 s             3  3.26667/s        800
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
18: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                            0.244 s         0.289 s             3  3.27323/s        800
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 43%] Built target Kokkos_IncrementalTest_CUDA
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
18: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                           0.245 s         0.289 s             3    3.269/s        800
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Complex.cpp.o
[ 93%] Linking CXX executable Kokkos_UnitTest_SIMD
4: [       OK ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment (9616 ms)
4: [ RUN      ] hip_DeathTest.view_memory_access_violations_from_host
18: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                            0.244 s         0.289 s             3  3.27753/s        800
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Concepts.cpp.o
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o
18: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                           0.245 s         0.290 s             3  3.26901/s        800
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o
18: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                            0.245 s         0.290 s             3  3.26585/s        800
[ 43%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
18: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                           0.245 s         0.289 s             3  3.26142/s        800
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 43%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o
[       OK ] serial.repeated_team_reduce (8538 ms)
[ RUN      ] serial.team_policy_max_recommended
[       OK ] serial.team_policy_max_recommended (72 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.memory_pool
[       OK ] serial.memory_pool (70 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.mdrange_5d
[       OK ] serial.mdrange_5d (503 ms)
[ RUN      ] serial.mdrange_6d
18: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                            0.245 s         0.291 s             3  3.26847/s        800
[ 93%] Linking CXX executable Kokkos_gups
[       OK ] serial.mdrange_6d (1555 ms)
[ RUN      ] serial.mdrange_2d
[       OK ] serial.mdrange_2d (11 ms)
[ RUN      ] serial.mdrange_array_reduce
[       OK ] serial.mdrange_array_reduce (0 ms)
[ RUN      ] serial.mdrange_3d
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Crs.cpp.o
[       OK ] serial.mdrange_3d (120 ms)
[ RUN      ] serial.mdrange_neg_idx
[       OK ] serial.mdrange_neg_idx (731 ms)
[ RUN      ] serial.mdrange_4d
18: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                           0.247 s         0.290 s             3   3.2366/s        800
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 93%] Built target Kokkos_UnitTest_SIMD
[       OK ] serial.mdrange_4d (126 ms)
[ RUN      ] serial.crs_count_fill
[       OK ] serial.crs_count_fill (4 ms)
[ RUN      ] serial.crs_copy_constructor
[       OK ] serial.crs_copy_constructor (21 ms)
[ RUN      ] serial.workgraph_fib
[ 93%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[       OK ] serial.workgraph_fib (675 ms)
[ RUN      ] serial.local_deepcopy_teampolicy_layoutleft
Scanning dependencies of target Kokkos_ToolsInitialization
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 93%] Built target Kokkos_gups
18: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.043 s         0.020 s            16  36.9835/s       1.6k
[ 93%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o
18: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.043 s         0.020 s            16  37.0511/s       1.6k
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopyAlignment.cpp.o
[ 21%] 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_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 93%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 44%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[100%] Linking CXX executable Kokkos_UnitTest_SIMD
[100%] Built target Kokkos_UnitTest_SIMD
+ ctest --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-5993/build-tests/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-5993/build-tests/DartConfiguration.tcl
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-5993/build-tests/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-5993/build-tests/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-5993/build-tests
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-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_Serial1
1: Test timeout computed to be: 1500
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
1: 
1: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
1:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
1:                                   setting CUDA_VISIBLE_DEVICES.
1:                                   This could on multi GPU systems lead to severe performance"
1:                                   penalties.
1: [==========] Running 220 tests from 2 test suites.
1: [----------] Global test environment set-up.
1: [----------] 7 tests from serial_DeathTest
1: [ RUN      ] serial_DeathTest.abort_from_host
18: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.043 s         0.020 s            16  37.0738/s       1.6k
1: [       OK ] serial_DeathTest.abort_from_host (590 ms)
1: [ RUN      ] serial_DeathTest.abort_from_device
1: [       OK ] serial_DeathTest.abort_from_device (577 ms)
1: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
1: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (549 ms)
1: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
1: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (579 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 (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 (2305 ms total)
1: 
1: [----------] 213 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 (72 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 (7 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 (2 ms)
1: [ RUN      ] serial.join_backward_compatibility
1: [       OK ] serial.join_backward_compatibility (0 ms)
1: [ RUN      ] serial.local_deepcopy_teampolicy_layoutleft
18: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.043 s         0.020 s            16  37.0903/s       1.6k
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
1: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (1864 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 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
18: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.043 s         0.020 s            16  37.0709/s       1.6k
Scanning dependencies of target Kokkos_IncrementalTest_OPENMP
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o
[ 71%] Linking CXX executable Kokkos_ToolsInitialization
[ 71%] Built target Kokkos_ToolsInitialization
Scanning dependencies of target Kokkos_StackTraceTestExec
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[       OK ] serial.local_deepcopy_teampolicy_layoutleft (12463 ms)
[ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o
[ 93%] Linking CXX executable Kokkos_launch_latency
[ 93%] Linking CXX executable Kokkos_stream
[ 93%] Built target Kokkos_CoreUnitTest_Serial2
18: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.043 s         0.020 s            16  37.0376/s       1.6k
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Printf.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o
[ 93%] Built target Kokkos_stream
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_QuadPrecisionMath.cpp.o
[ 93%] Built target Kokkos_launch_latency
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_RangePolicy.cpp.o
18: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.044 s         0.019 s            16  36.5346/s       1.6k
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o
4: [       OK ] hip_DeathTest.view_memory_access_violations_from_host (25134 ms)
4: [ RUN      ] hip_DeathTest.view_memory_access_violations_from_device
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (7749 ms)
1: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpacePartitioning.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o
1: [       OK ] serial.local_deepcopy_teampolicy_layoutright (586 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (582 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 (2 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesselj1y1
1: [       OK ] serial.mathspecialfunc_cbesselj1y1 (2 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 (29 ms)
1: [ RUN      ] serial.mdrange_6d
1: [       OK ] serial.mdrange_6d (117 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 (6 ms)
1: [ RUN      ] serial.mdrange_neg_idx
1: [       OK ] serial.mdrange_neg_idx (73 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
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o
18: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.345 s         0.171 s             2  4.63817/s       1.6k
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_RangePolicyConstructors.cpp.o
1: [       OK ] serial.mdrange_large_deep_copy (871 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
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
18: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.296 s         0.147 s             2  5.39866/s       1.6k
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_RangePolicyRequire.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[       OK ] serial.local_deepcopy_rangepolicy_layoutleft (10466 ms)
[ RUN      ] serial.local_deepcopy_teampolicy_layoutright
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ReducerCTADs.cpp.o
[ 93%] Linking CXX executable Kokkos_gather
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
1: [       OK ] serial.mdrange_parallel_reduce_primitive_types (3179 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 (1 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.memory_pool
1: [       OK ] serial.memory_pool (31 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.parallel_scan_range_policy
1: [       OK ] serial.parallel_scan_range_policy (3 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 (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.int64_t_reduce
1: [       OK ] serial.int64_t_reduce (235 ms)
1: [ RUN      ] serial.double_reduce
1: [       OK ] serial.double_reduce (267 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
18: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.043 s         0.019 s            16   37.183/s       1.6k
1: [       OK ] serial.int64_t_reduce_dynamic (794 ms)
1: [ RUN      ] serial.double_reduce_dynamic
[ 94%] Built target Kokkos_gather
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_a.cpp.o
1: [       OK ] serial.double_reduce_dynamic (1014 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic_view
1: [       OK ] serial.int64_t_reduce_dynamic_view (197 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_with_large_iteration_count
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestReduce.hpp:642: Skipped
1: Disabling for host backends
1: [  SKIPPED ] serial.reduction_with_large_iteration_count (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
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o
18: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.342 s         0.170 s             2  4.67628/s       1.6k
[       OK ] serial.local_deepcopy_teampolicy_layoutright (5892 ms)
[ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_b.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_c.cpp.o
1: [       OK ] serial.reduce_device_view_mdrange_policy (1999 ms)
1: [ RUN      ] serial.reduce_device_view_team_policy
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o
18: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.217 s         0.108 s             3  7.37444/s       1.6k
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_e.cpp.o
1: [       OK ] serial.reduce_device_view_team_policy (1630 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: [ RUN      ] serial.task_fib_deprecated
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o
1: [       OK ] serial.task_fib_deprecated (921 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 (8 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
18: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.043 s         0.020 s            16  36.9132/s       1.6k
1: [       OK ] serial.task_fib_deprecated_multiple (922 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 (8 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
[ 71%] Linking CXX executable Kokkos_StackTraceTestExec
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
1: [       OK ] serial.task_fib_single (716 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 (7 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
[ 71%] Built target Kokkos_StackTraceTestExec
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o
1: [       OK ] serial.task_fib_multiple (717 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 (7 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
[       OK ] serial.local_deepcopy_rangepolicy_layoutright (6259 ms)
[ RUN      ] serial.deep_copy_scratch
[       OK ] serial.deep_copy_scratch (0 ms)
[----------] 162 tests from serial (409385 ms total)

[----------] Global test environment tear-down
[==========] 164 tests from 2 test suites ran. (416770 ms total)
[  PASSED  ] 164 tests.
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test'
make -C core/perf_test test
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test'
make -f /var/jenkins/workspace/Kokkos_PR-5993/core/perf_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-5993 CXX=/var/jenkins/workspace/Kokkos_PR-5993/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-5993/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-5993
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test'
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test'
make -f /var/jenkins/workspace/Kokkos_PR-5993/core/perf_test/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-5993 CXX=/var/jenkins/workspace/Kokkos_PR-5993/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-5993/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-5993 test
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test'
1: [       OK ] serial.task_fib_chase_lev (758 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: [----------] 213 tests from serial (25510 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 220 tests from 2 test suites ran. (27815 ms total)
1: [  PASSED  ] 219 tests.
1: [  SKIPPED ] 1 test, listed below:
1: [  SKIPPED ] serial.reduction_with_large_iteration_count
./KokkosCore_PerformanceTest_TaskDAG
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test'
make -C containers/unit_tests test
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-5993/build/containers/unit_tests'
make -f /var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-5993 CXX=/var/jenkins/workspace/Kokkos_PR-5993/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-5993/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-5993
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-5993/build/containers/unit_tests'
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reductions.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reductions_DeviceView.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o
18: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.043 s         0.020 s            16  36.9565/s       1.6k
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-5993/build/containers/unit_tests'
make -f /var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-5993 CXX=/var/jenkins/workspace/Kokkos_PR-5993/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-5993/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-5993 test
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-5993/build/containers/unit_tests'
./KokkosContainers_UnitTest_Cuda
./KokkosContainers_UnitTest_Serial
 1/48 Test  #1: Kokkos_CoreUnitTest_Serial1 ......................   Passed   30.28 sec
test 2
      Start  2: Kokkos_CoreUnitTest_Serial2

2: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_Serial2
2: Test timeout computed to be: 1500
[==========] 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 (0 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 (1 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 (0 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 (25 ms)
[ RUN      ] cuda.dyn_rank_view_api_generic
[       OK ] cuda.dyn_rank_view_api_generic (27 ms)
[ RUN      ] cuda.dyn_rank_view_api_operator_rank12345
[       OK ] cuda.dyn_rank_view_api_operator_rank12345 (0 ms)
[ RUN      ] cuda.dyn_rank_view_check_fence_resize_realloc
[       OK ] cuda.dyn_rank_view_check_fence_resize_realloc (1 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 (0 ms)
[ RUN      ] cuda.ErrorReporter
[       OK ] cuda.ErrorReporter (0 ms)
[ RUN      ] cuda.offsetview_construction
[       OK ] cuda.offsetview_construction (1 ms)
[ RUN      ] cuda.offsetview_unmanaged_construction
[       OK ] cuda.offsetview_unmanaged_construction (0 ms)
[ RUN      ] cuda.offsetview_subview
[       OK ] cuda.offsetview_subview (0 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
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Swap.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamMDRange.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamPolicyConstructors.cpp.o
2: 
2: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
2:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
2:                                   setting CUDA_VISIBLE_DEVICES.
2:                                   This could on multi GPU systems lead to severe performance"
2:                                   penalties.
2: [==========] Running 128 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
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o
18: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.043 s         0.020 s            16   36.992/s       1.6k
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
18: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.046 s         0.022 s            15  35.0778/s       1.6k
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
2: [       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (3748 ms)
2: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o
18: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.257 s         0.123 s             3  6.22233/s       1.6k
[ 74%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 74%] Built target Kokkos_CoreUnitTest_KokkosP
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamScratch.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamTeamSize.cpp.o
2: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (3822 ms)
2: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_host
2: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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 (7570 ms total)
2: 
2: [----------] 120 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
4: [       OK ] hip_DeathTest.view_memory_access_violations_from_device (25824 ms)
4: [----------] 15 tests from hip_DeathTest (75954 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 (8 ms)
4: [ RUN      ] hip.atomic_operations_complexfloat
4: [       OK ] hip.atomic_operations_complexfloat (7 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 (7 ms)
4: [ RUN      ] hip.atomic_operations_int
4: [       OK ] hip.atomic_operations_int (19 ms)
4: [ RUN      ] hip.atomic_operations_long
4: [       OK ] hip.atomic_operations_long (18 ms)
4: [ RUN      ] hip.atomic_operations_longlong
4: [       OK ] hip.atomic_operations_longlong (18 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 (15 ms)
4: [ RUN      ] hip.atomic_operations_unsignedlong
4: [       OK ] hip.atomic_operations_unsignedlong (15 ms)
4: [ RUN      ] hip.atomics
4: [       OK ] hip.atomics (857 ms)
4: [ RUN      ] hip.atomics_tpetra_max_abs
4: [       OK ] hip.atomics_tpetra_max_abs (0 ms)
4: [ RUN      ] hip.atomic_views_integral
2: [       OK ] serial.team_reduce_large (367 ms)
2: [ RUN      ] serial.team_parallel_single
2: [       OK ] serial.team_parallel_single (3 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 (354 ms)
2: [ RUN      ] serial.parallel_scan_with_reducers
2: [       OK ] serial.parallel_scan_with_reducers (63 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 (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 (121 ms)
2: [ RUN      ] serial.team_long_reduce
2: [       OK ] serial.team_long_reduce (30 ms)
2: [ RUN      ] serial.team_double_reduce
2: [       OK ] serial.team_double_reduce (81 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
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o
[       OK ] serial.bitset (8932 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 (114 ms)
[ RUN      ] serial.dyn_rank_view_api_generic
[       OK ] serial.dyn_rank_view_api_generic (25 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-5993/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 (571 ms)
[ RUN      ] serial.offsetview_unmanaged_construction
[       OK ] serial.offsetview_unmanaged_construction (0 ms)
[ RUN      ] serial.offsetview_subview
[       OK ] serial.offsetview_subview (9 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
18: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.247 s         0.120 s             3  6.46578/s       1.6k
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_View_64bit.cpp.o
18: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.254 s         0.126 s             3  6.30047/s       1.6k
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
18: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.320 s         0.154 s             2   4.9968/s       1.6k
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o
2: [       OK ] serial.repeated_team_reduce (5536 ms)
2: [ RUN      ] serial.team_scan
2: [       OK ] serial.team_scan (102 ms)
2: [ RUN      ] serial.team_scan_ret_val
2: [       OK ] serial.team_scan_ret_val (99 ms)
2: [ RUN      ] serial.team_shared_request
2: [       OK ] serial.team_shared_request (34 ms)
2: [ RUN      ] serial.team_scratch_request
2: [       OK ] serial.team_scratch_request (4 ms)
2: [ RUN      ] serial.team_lambda_shared_request
2: [       OK ] serial.team_lambda_shared_request (28 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 (4 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 (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
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o
18: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.045 s         0.022 s            15  35.2382/s       1.6k
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o
2: [       OK ] serial.view_allocation_large_rank (1612 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_fill_tests_layout_right
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_a.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_b.cpp.o
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_c.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_d.cpp.o
18: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.047 s         0.023 s            15  34.2943/s       1.6k
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o
18: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.263 s         0.122 s             3  6.09455/s       1.6k
18: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.321 s         0.156 s             2  4.97674/s       1.6k
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCopy_a.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
18: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.048 s         0.023 s            14  33.1899/s       1.6k
2: [       OK ] serial.view_fill_tests_layout_right (9879 ms)
2: [ RUN      ] serial.view_fill_tests_layout_left
4: [       OK ] hip.atomic_views_integral (17195 ms)
4: [ RUN      ] hip.atomic_views_nonintegral
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCopy_b.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCopy_c.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCtorDimMatch.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o
18: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.048 s         0.024 s            14  33.0854/s       1.6k
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o
[       OK ] serial.scatterview (20414 ms)
[ RUN      ] serial.scatterview_devicetype
[       OK ] serial.scatterview_devicetype (5 ms)
[ RUN      ] serial.staticcrsgraph
[       OK ] serial.staticcrsgraph (20 ms)
[ RUN      ] serial.UnorderedMap_insert
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o
18: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.406 s         0.197 s             2    3.945/s       1.6k
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewEmptyRuntimeUnmanaged.cpp.o
[ 77%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
18: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.398 s         0.197 s             2   4.0171/s       1.6k
[ 77%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o
18: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.048 s         0.024 s            14  33.1903/s       1.6k
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewHooks.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewLayoutStrideAssignment.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o
4: [       OK ] hip.atomic_views_nonintegral (13435 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 (13 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 (0 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 (869 ms)
4: [ RUN      ] hip.partitioning_by_args
4: [       OK ] hip.partitioning_by_args (20 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 (18 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 (599 ms)
4: [ RUN      ] hip.local_deepcopy_rangepolicy_layoutleft
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13a_ParallelRed_TeamThreadRange_CUDA.cpp.o
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
18: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.048 s         0.024 s            14  33.1728/s       1.6k
18: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.531 s         0.265 s             1  3.01282/s       1.6k
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o
2: [       OK ] serial.view_fill_tests_layout_left (12772 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 (44 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 (52 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 (116 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-5993/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 (345 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
2: [       OK ] serial.view_subview_3d_from_5d_left_atomic (347 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
2: [       OK ] serial.view_subview_3d_from_5d_left_randomaccess (346 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right
2: [       OK ] serial.view_subview_3d_from_5d_right (293 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
2: [       OK ] serial.view_subview_3d_from_5d_right_atomic (297 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMapping_a.cpp.o
4: [       OK ] hip.local_deepcopy_rangepolicy_layoutleft (2064 ms)
4: [ RUN      ] hip.local_deepcopy_teampolicy_layoutright
2: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (297 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: [----------] 120 tests from serial (33359 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 128 tests from 2 test suites ran. (40930 ms total)
2: [  PASSED  ] 125 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
4: [       OK ] hip.local_deepcopy_teampolicy_layoutright (577 ms)
4: [ RUN      ] hip.local_deepcopy_rangepolicy_layoutright
 2/48 Test  #2: Kokkos_CoreUnitTest_Serial2 ......................   Passed   43.78 sec
test 3
      Start  3: Kokkos_CoreUnitTest_SerialGraph

3: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_SerialGraph
3: Test timeout computed to be: 1500
4: [       OK ] hip.local_deepcopy_rangepolicy_layoutright (1417 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 (24 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 (20 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 (1 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
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
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 (0 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 (16 ms)
4: [ RUN      ] hip.mdrange_6d
4: [       OK ] hip.mdrange_6d (15 ms)
4: [ RUN      ] hip.mdrange_2d
4: [       OK ] hip.mdrange_2d (3 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 (6 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 (4 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 (67 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
18: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.407 s         0.195 s             2  3.93317/s       1.6k
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o
3: 
3: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
3:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
3:                                   setting CUDA_VISIBLE_DEVICES.
3:                                   This could on multi GPU systems lead to severe performance"
3:                                   penalties.
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: 
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMapping_b.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o
 3/48 Test  #3: Kokkos_CoreUnitTest_SerialGraph ..................   Passed    2.43 sec
test 4
      Start  4: Kokkos_CoreUnitTest_Cuda1

4: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_Cuda1
4: Test timeout computed to be: 1500
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMapping_subview.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMemoryAccessViolation.cpp.o
18: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time          0.049 s         0.023 s            14  32.7873/s       1.6k
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o
4: 
4: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
4:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
4:                                   setting CUDA_VISIBLE_DEVICES.
4:                                   This could on multi GPU systems lead to severe performance"
4:                                   penalties.
4: [==========] Running 187 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 ] hip.mdrange_parallel_reduce_primitive_types (3812 ms)
4: [ RUN      ] hip.mdspan_minimal_functional
4: /var/jenkins/workspace/Kokkos_PR-5993/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 (8 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 (0 ms)
4: [ RUN      ] hip.memory_pool
4: [       OK ] hip.memory_pool (21 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.parallel_scan_range_policy
4: [       OK ] hip.parallel_scan_range_policy (38 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 (1 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 (10 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 (3 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 (29 ms)
4: [ RUN      ] hip.double_reduce
4: [       OK ] hip.double_reduce (27 ms)
4: [ RUN      ] hip.int64_t_reduce_dynamic
4: [       OK ] hip.int64_t_reduce_dynamic (26 ms)
4: [ RUN      ] hip.double_reduce_dynamic
4: [       OK ] hip.double_reduce_dynamic (26 ms)
4: [ RUN      ] hip.int64_t_reduce_dynamic_view
4: [       OK ] hip.int64_t_reduce_dynamic_view (8 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_with_large_iteration_count
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o
4: [       OK ] hip.reduction_with_large_iteration_count (299 ms)
4: [ RUN      ] hip.reduction_deduction
4: [       OK ] hip.reduction_deduction (0 ms)
4: [ RUN      ] hip.reduce_device_view_range_policy
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewOfClass.cpp.o
4: [       OK ] cuda_DeathTest.abort_from_host (1246 ms)
4: [ RUN      ] cuda_DeathTest.abort_from_device
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o
4: [       OK ] cuda_DeathTest.abort_from_device (1241 ms)
4: [ RUN      ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort
18: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time        0.049 s         0.024 s            14  32.8304/s       1.6k
[ 77%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o
[ 77%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
4: [       OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (1269 ms)
4: [ RUN      ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions
Scanning dependencies of target Kokkos_UnitTest_Sort
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o
4: [       OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (1250 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 (4 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 (5018 ms total)
4: 
4: [----------] 180 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 (24 ms)
4: [ RUN      ] cuda.atomic_operations_complexfloat
4: [       OK ] cuda.atomic_operations_complexfloat (23 ms)
4: [ RUN      ] cuda.atomic_operations_double
4: [       OK ] cuda.atomic_operations_double (32 ms)
4: [ RUN      ] cuda.atomic_operations_float
4: [       OK ] cuda.atomic_operations_float (32 ms)
4: [ RUN      ] cuda.atomic_operations_int
4: [       OK ] cuda.atomic_operations_int (72 ms)
4: [ RUN      ] cuda.atomic_operations_long
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o
4: [       OK ] cuda.atomic_operations_long (72 ms)
4: [ RUN      ] cuda.atomic_operations_longlong
4: [       OK ] cuda.atomic_operations_longlong (72 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 (57 ms)
4: [ RUN      ] cuda.atomic_operations_unsignedlong
4: [       OK ] cuda.atomic_operations_unsignedlong (57 ms)
4: [ RUN      ] cuda.atomics
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o
4: [       OK ] cuda.atomics (268 ms)
4: [ RUN      ] cuda.atomics_tpetra_max_abs
4: [       OK ] cuda.atomics_tpetra_max_abs (0 ms)
4: [ RUN      ] cuda.atomic_views_integral
18: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time         0.049 s         0.023 s            14  32.7192/s       1.6k
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
18: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time         0.049 s         0.023 s            14  32.7239/s       1.6k
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewOutOfBoundsAccess.cpp.o
[ 78%] Linking CXX executable Kokkos_ContainersUnitTest_Serial
[ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
18: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                0.031 s         0.015 s            23  26.1393/s        800
[ 78%] Built target Kokkos_ContainersUnitTest_Serial
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewResize.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_WithoutInitializing.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_a.cpp.o
[ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o
18: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                               0.031 s         0.015 s            23  26.1468/s        800
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o
18: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                0.031 s         0.015 s            23  26.0611/s        800
[ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o
18: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                               0.031 s         0.015 s            23  26.1838/s        800
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o
18: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                0.031 s         0.015 s            23   26.029/s        800
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o
18: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                               0.031 s         0.015 s            23  26.1774/s        800
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_b.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o
18: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                0.031 s         0.015 s            22  26.0432/s        800
[ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c04.cpp.o
4: [       OK ] cuda.atomic_views_integral (16073 ms)
4: [ RUN      ] cuda.atomic_views_nonintegral
4: [       OK ] cuda.atomic_views_nonintegral (101 ms)
4: [ RUN      ] cuda.atomic_view_api
4: [       OK ] cuda.atomic_view_api (2 ms)
4: [ RUN      ] cuda.bit_manip_countl_zero
4: [       OK ] cuda.bit_manip_countl_zero (5 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 (6 ms)
4: [ RUN      ] cuda.crs_copy_constructor
4: [       OK ] cuda.crs_copy_constructor (25 ms)
4: [ RUN      ] cuda.deep_copy_alignment
4: [       OK ] cuda.deep_copy_alignment (9 ms)
4: [ RUN      ] cuda.deep_copy_conversion
4: [       OK ] cuda.deep_copy_conversion (36 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 (0 ms)
4: [ RUN      ] cuda.init
4: [       OK ] cuda.init (0 ms)
4: [ RUN      ] cuda.dispatch
4: [       OK ] cuda.dispatch (38 ms)
4: [ RUN      ] cuda.join_backward_compatibility
4: [       OK ] cuda.join_backward_compatibility (0 ms)
4: [ RUN      ] cuda.local_deepcopy_teampolicy_layoutleft
18: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                               0.031 s         0.015 s            23  26.0664/s        800
4: [       OK ] cuda.local_deepcopy_teampolicy_layoutleft (2024 ms)
4: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutleft
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o
18: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                0.031 s         0.015 s            23  26.1278/s        800
4: [       OK ] hip.reduce_device_view_range_policy (26507 ms)
4: [ RUN      ] hip.reduce_device_view_mdrange_policy
4: [       OK ] cuda.local_deepcopy_rangepolicy_layoutleft (3103 ms)
4: [ RUN      ] cuda.local_deepcopy_teampolicy_layoutright
18: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                               0.031 s         0.015 s            23  25.9534/s        800
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
4: [       OK ] cuda.local_deepcopy_teampolicy_layoutright (1913 ms)
4: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutright
18: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                0.031 s         0.015 s            23  26.1819/s        800
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o
[       OK ] cuda.scatterview (77103 ms)
[ RUN      ] cuda.scatterview_devicetype
[       OK ] cuda.scatterview_devicetype (28 ms)
[ RUN      ] cuda.staticcrsgraph
[       OK ] cuda.staticcrsgraph (33 ms)
[ RUN      ] cuda.UnorderedMap_insert
4: [       OK ] cuda.local_deepcopy_rangepolicy_layoutright (2219 ms)
4: [ RUN      ] cuda.deep_copy_scratch
4: [       OK ] cuda.deep_copy_scratch (2 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 (1 ms)
4: [ RUN      ] cuda.mathematical_functions_hyperbolic_functions
4: [       OK ] cuda.mathematical_functions_hyperbolic_functions (1 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 (0 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 (1 ms)
4: [ RUN      ] cuda.mathspecialfunc_expint1
4: [       OK ] cuda.mathspecialfunc_expint1 (0 ms)
4: [ RUN      ] cuda.mathspecialfunc_errorfunc
4: [       OK ] cuda.mathspecialfunc_errorfunc (1 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 (1 ms)
4: [ RUN      ] cuda.mathspecialfunc_cbesselh2ndkind
4: [       OK ] cuda.mathspecialfunc_cbesselh2ndkind (1 ms)
4: [ RUN      ] cuda.mdrange_5d
4: [       OK ] cuda.mdrange_5d (35 ms)
4: [ RUN      ] cuda.mdrange_6d
4: [       OK ] cuda.mdrange_6d (54 ms)
4: [ RUN      ] cuda.mdrange_2d
4: [       OK ] cuda.mdrange_2d (7 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 (25 ms)
4: [ RUN      ] cuda.mdrange_neg_idx
4: [       OK ] cuda.mdrange_neg_idx (11 ms)
4: [ RUN      ] cuda.mdrange_4d
4: [       OK ] cuda.mdrange_4d (19 ms)
4: [ RUN      ] cuda.mdrange_scalar
4: [       OK ] cuda.mdrange_scalar (0 ms)
4: [ RUN      ] cuda.mdrange_large_deep_copy
18: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                               0.031 s         0.015 s            23  26.0517/s        800
4: [       OK ] cuda.mdrange_large_deep_copy (451 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
[ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o
[       OK ] serial.UnorderedMap_insert (50872 ms)
[ RUN      ] serial.UnorderedMap_failed_insert
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o
18: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                0.031 s         0.015 s            23  26.0643/s        800
4: [       OK ] cuda.mdrange_parallel_reduce_primitive_types (1744 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 (1 ms)
4: [ RUN      ] cuda.numeric_traits_epsilon
4: [       OK ] cuda.numeric_traits_epsilon (1 ms)
4: [ RUN      ] cuda.numeric_traits_round_error
4: [       OK ] cuda.numeric_traits_round_error (1 ms)
4: [ RUN      ] cuda.numeric_traits_norm_min
4: [       OK ] cuda.numeric_traits_norm_min (1 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 (7 ms)
4: [ RUN      ] cuda.numeric_traits_digits
4: [       OK ] cuda.numeric_traits_digits (4 ms)
4: [ RUN      ] cuda.numeric_traits_digits10
4: [       OK ] cuda.numeric_traits_digits10 (4 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 (4 ms)
4: [ RUN      ] cuda.numeric_traits_min_max_exponent
4: [       OK ] cuda.numeric_traits_min_max_exponent (1 ms)
4: [ RUN      ] cuda.numeric_traits_min_max_exponent10
4: [       OK ] cuda.numeric_traits_min_max_exponent10 (1 ms)
4: [ RUN      ] cuda.numeric_traits_quiet_and_signaling_nan
4: [       OK ] cuda.numeric_traits_quiet_and_signaling_nan (2 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.memory_pool
4: [       OK ] cuda.memory_pool (24 ms)
4: [ RUN      ] cuda.cxx11
4: [       OK ] cuda.cxx11 (4 ms)
4: [ RUN      ] cuda.viewctorprop_embedded_dim
4: [       OK ] cuda.viewctorprop_embedded_dim (1 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.parallel_scan_range_policy
4: [       OK ] cuda.parallel_scan_range_policy (57 ms)
4: [ RUN      ] cuda.kokkos_printf
4: [       OK ] cuda.kokkos_printf (1 ms)
4: [ RUN      ] cuda.range_for
4: [       OK ] cuda.range_for (3 ms)
4: [ RUN      ] cuda.range_reduce
4: [       OK ] cuda.range_reduce (1 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 (1 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 (10 ms)
4: [ RUN      ] cuda.reducers_double
4: [       OK ] cuda.reducers_double (11 ms)
4: [ RUN      ] cuda.reducers_complex_double
4: [       OK ] cuda.reducers_complex_double (2 ms)
4: [ RUN      ] cuda.reducers_struct
4: [       OK ] cuda.reducers_struct (8 ms)
4: [ RUN      ] cuda.reducers_half_t
4: [       OK ] cuda.reducers_half_t (8 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 (11 ms)
4: [ RUN      ] cuda.reducers_int16_t
4: [       OK ] cuda.reducers_int16_t (11 ms)
4: [ RUN      ] cuda.reducers_point_t
4: [       OK ] cuda.reducers_point_t (4 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 (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 (12 ms)
4: [ RUN      ] cuda.double_reduce_dynamic
4: [       OK ] cuda.double_reduce_dynamic (12 ms)
4: [ RUN      ] cuda.int64_t_reduce_dynamic_view
4: [       OK ] cuda.int64_t_reduce_dynamic_view (23 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_with_large_iteration_count
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
4: [       OK ] cuda.reduction_with_large_iteration_count (299 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
4: [       OK ] cuda.reduce_device_view_mdrange_policy (153 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 (64 ms)
4: [ RUN      ] cuda.kokkos_swap
4: [       OK ] cuda.kokkos_swap (0 ms)
4: [ RUN      ] cuda.reduceRangePolicyViewSizeLimit
4: [       OK ] cuda.reduceRangePolicyViewSizeLimit (23 ms)
4: [ RUN      ] cuda.reduceMDRangePolicyViewSizeLimit
4: [       OK ] cuda.reduceMDRangePolicyViewSizeLimit (75 ms)
4: [----------] 180 tests from cuda (29618 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 187 tests from 2 test suites ran. (34637 ms total)
4: [  PASSED  ] 187 tests.
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o
18: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                               0.031 s         0.015 s            22  26.0506/s        800
 4/48 Test  #4: Kokkos_CoreUnitTest_Cuda1 ........................   Passed   37.66 sec
test 5
      Start  5: Kokkos_CoreUnitTest_Cuda2

5: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_Cuda2
5: Test timeout computed to be: 1500
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c05.cpp.o
[ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
[       OK ] cuda.UnorderedMap_insert (7758 ms)
[ RUN      ] cuda.UnorderedMap_failed_insert
18: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                0.034 s         0.014 s            23  23.8012/s        800
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
5: 
5: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
5:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
5:                                   setting CUDA_VISIBLE_DEVICES.
5:                                   This could on multi GPU systems lead to severe performance"
5:                                   penalties.
5: [==========] Running 128 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
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c06.cpp.o
[ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_StaticCrsGraph.cpp.o
[       OK ] cuda.UnorderedMap_failed_insert (1049 ms)
[ RUN      ] cuda.UnorderedMap_deep_copy
[       OK ] cuda.UnorderedMap_deep_copy (7 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 (86066 ms total)

[----------] Global test environment tear-down
[==========] 42 tests from 1 test suite ran. (86066 ms total)
[  PASSED  ] 42 tests.
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c07.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c08.cpp.o
18: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                               0.033 s         0.014 s            21  24.1048/s        800
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o
18: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                  0.032 s         0.015 s            21  24.8755/s        800
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecutionSpace.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_FunctorAnalysis.cpp.o
18: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                 0.031 s         0.015 s            22  25.7979/s        800
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o
18: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.030 s         0.027 s            10  54.1956/s       1.6k
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o
[ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
18: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.030 s         0.027 s            10    53.69/s       1.6k
18: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.030 s         0.027 s            10  53.7369/s       1.6k
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c09.cpp.o
18: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.030 s         0.027 s            10  53.7139/s       1.6k
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o
18: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.031 s         0.028 s            10  51.9991/s       1.6k
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o
18: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.036 s         0.030 s            10  44.6054/s       1.6k
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtr.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtrAccessOnDevice.cpp.o
[100%] Linking CXX executable Kokkos_CoreUnitTest_OpenACC
18: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.012 s         0.006 s            10  130.537/s       1.6k
5: [       OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (8801 ms)
5: [ RUN      ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment
18: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.013 s         0.006 s            10  125.668/s       1.6k
18: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.014 s         0.007 s            10  116.826/s       1.6k
[ 77%] Linking CXX executable Kokkos_IncrementalTest_OPENMP
18: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.013 s         0.006 s            10  120.028/s       1.6k
[ 77%] Built target Kokkos_IncrementalTest_OPENMP
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Init.cpp.o
18: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.017 s         0.008 s            10  96.6822/s       1.6k
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o
18: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.023 s         0.011 s            10  70.8464/s       1.6k
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Init.cpp.o
18: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.038 s         0.031 s            10  42.6332/s       1.6k
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
18: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.036 s         0.031 s            10  44.2116/s       1.6k
[100%] Built target Kokkos_CoreUnitTest_OpenACC
+ ctest --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/unit_test/Kokkos_CoreUnitTest_Serial1
1: Test timeout computed to be: 1500
1: [==========] Running 215 tests from 2 test suites.
1: [----------] Global test environment set-up.
1: [----------] 7 tests from serial_DeathTest
1: [ RUN      ] serial_DeathTest.abort_from_host
18: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.039 s         0.032 s            10  40.5571/s       1.6k
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o
1: [       OK ] serial_DeathTest.abort_from_host (447 ms)
1: [ RUN      ] serial_DeathTest.abort_from_device
18: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.036 s         0.031 s            10  44.1452/s       1.6k
1: [       OK ] serial_DeathTest.abort_from_device (426 ms)
1: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
18: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.022 s         0.010 s            10  71.1989/s       1.6k
1: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (413 ms)
1: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
4: [       OK ] hip.reduce_device_view_mdrange_policy (26366 ms)
4: [ RUN      ] hip.reduce_device_view_team_policy
1: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (362 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 (1660 ms total)
1: 
1: [----------] 208 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 (131 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 (51 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
18: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.022 s         0.010 s            10  72.0685/s       1.6k
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o
18: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.025 s         0.012 s            10  63.4166/s       1.6k
18: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.022 s         0.010 s            10  73.9221/s       1.6k
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_JoinBackwardCompatibility.cpp.o
5: [       OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (8707 ms)
5: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_host
5: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewMemoryAccessViolation.hpp:154: Skipped
5: skipping since no memory access violation would occur
5: [  SKIPPED ] cuda_DeathTest.view_memory_access_violations_from_host (0 ms)
5: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_device
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o
18: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.040 s         0.033 s            10  40.2377/s       1.6k
18: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.040 s         0.032 s            10  40.3464/s       1.6k
1: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (3215 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
18: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.025 s         0.012 s            10  63.2486/s       1.6k
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
18: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.025 s         0.012 s            10  64.1815/s       1.6k
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_LocalDeepCopy.cpp.o
[ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
18: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.034 s         0.030 s            10  46.8559/s       1.6k
18: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.041 s         0.033 s            10  39.2452/s       1.6k
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (2316 ms)
1: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
18: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.019 s         0.009 s            10  84.0195/s       1.6k
[       OK ] serial.UnorderedMap_failed_insert (24002 ms)
[ RUN      ] serial.UnorderedMap_deep_copy
[       OK ] serial.UnorderedMap_deep_copy (13 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 (104991 ms total)

[----------] Global test environment tear-down
[==========] 42 tests from 1 test suite ran. (104991 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-5993/build/containers/unit_tests'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-5993/build/containers/unit_tests'
make -C containers/performance_tests test
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-5993/build/containers/performance_tests'
make -f /var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-5993 CXX=/var/jenkins/workspace/Kokkos_PR-5993/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-5993/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-5993
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-5993/build/containers/performance_tests'
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-5993/build/containers/performance_tests'
make -f /var/jenkins/workspace/Kokkos_PR-5993/containers/performance_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-5993 CXX=/var/jenkins/workspace/Kokkos_PR-5993/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-5993/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-5993 test
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-5993/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.00121335
 View sum computation time: 0.00121335
 Strided View time (init only): 0.00117105
 View Rank7 time (init only): 0.00123649
 DynRankView time (init only): 0.0012576
 DynRankView sum computation time: 0.00186722
 Ratio of View to DynRankView time: 0.964813
 Ratio of View to DynRankView sum computation time: 0.867534
 Ratio of View to View Rank7  time: 0.981291
 Ratio of StrideView to DynRankView time: 0.931178
 Ratio of DynRankView to View Rank7  time: 1.01708
[       OK ] TEST_CATEGORY.dynrankview_perf (18 ms)
[ RUN      ] TEST_CATEGORY.global_2_local
Cuda
size, create, generate, fill, find
256, 0.000281081, 3.1966e-05, 0.00270344, 0.00216806
512, 0.000178087, 1.2869e-05, 2.5445e-05, 0.00216838
1024, 0.00017301, 1.3841e-05, 2.4842e-05, 0.00220897
2048, 0.000170111, 1.2041e-05, 2.4846e-05, 0.00225862
4096, 0.000168133, 1.1987e-05, 2.4827e-05, 0.00221144
8192, 0.000177756, 1.2636e-05, 2.8354e-05, 0.00225021
16384, 0.00019079, 1.3703e-05, 3.2379e-05, 0.00233106
32768, 0.000178941, 1.2662e-05, 3.6447e-05, 0.00244002
65536, 0.000182913, 1.3217e-05, 4.4305e-05, 0.00271272
131072, 0.000193544, 1.4121e-05, 6.7272e-05, 0.00331849
262144, 0.000201366, 1.598e-05, 0.000153713, 0.00610919
524288, 0.000215587, 1.9376e-05, 0.000534527, 0.0195425
1048576, 0.000643651, 2.7867e-05, 0.00138834, 0.0481141
2097152, 0.000482377, 4.1506e-05, 0.00305494, 0.109695
4194304, 0.000736989, 6.5988e-05, 0.00681622, 0.236242
[       OK ] TEST_CATEGORY.global_2_local (465 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 (484 ms total)

[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (484 ms total)
[  PASSED  ] 4 tests.
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-5993/build/containers/performance_tests'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-5993/build/containers/performance_tests'
make -C algorithms/unit_tests test
make[1]: Entering directory '/var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests'
make -f /var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-5993 CXX=/var/jenkins/workspace/Kokkos_PR-5993/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-5993/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-5993
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests'
echo "End Build"
End Build
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests'
make -f /var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests/Makefile KOKKOS_SRC_PATH=/var/jenkins/workspace/Kokkos_PR-5993 CXX=/var/jenkins/workspace/Kokkos_PR-5993/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-5993/tpls/gtest KOKKOS_OPTIONS=compiler_warnings KOKKOS_CUDA_OPTIONS=enable_lambda KOKKOS_PATH=/var/jenkins/workspace/Kokkos_PR-5993 test
make[2]: Entering directory '/var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests'
./KokkosAlgorithms_UnitTest_Cuda
./KokkosAlgorithms_UnitTest_Serial
[==========] Running 12 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 12 tests from serial
[ RUN      ] serial.Random_XorShift64
Test Seed:1714082827697748515
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:1714082827706372794
Test Scalar=int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.0256489 -0.0184459 || 0.051031 28023 29329 || 27957.3 28674.4 || -254.997 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.0384789 0.00301484 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.0174973 -0.0120267 || 0.051031 28066 29343 || 28181.3 28674.4 || -166.257 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.00365397 -0.00218816 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.00105187 0.014308 || 0.051031 27953 29361 || 28704.6 28674.4 || 197.794 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.0115172 0.00198939 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.0278486 -0.00730929 || 0.051031 27988 29325 || 29495.8 28674.4 || -101.044 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.00206177 0.0114759 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.000245472 -0.99999 -48245.8 || 0.051031 0 194932 || 2.92871e+09 28674.4 || -6.66949e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.0007353 -0.319607 0.154333 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.00195789 -0.999999 -57857.3 || 0.051031 0 1.55084e+06 || 2.86885e+10 28674.4 || -7.9982e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.00588378 -0.967925 10.338 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.65955e-07 -0.000927035 -0.0198812 || 0.051031 28014 29417 || 28701 28674.4 || -274.837 -2.0744
 -- Testing 3-D histogram
Density 3D: 7.11361e-07 -0.0110328 0.00483272 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.0241924 0.0229136 || 0.051031 28027 29464 || 29385.3 28674.4 || 316.757 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.000627554 -0.000455067 || 0.051031 1e+64 -1e+64
Test Seed:1714082827837000160
Test Scalar=int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.00593387 -0.00858021 || 0.051031 27996 29250 || 28845.6 28674.4 || -118.613 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.00402601 0.0099593 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.00277894 0.00565272 || 0.051031 28054 29402 || 28594.9 28674.4 || 78.1432 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.0130994 -0.00117166 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.0111183 -0.013664 || 0.051031 28076 29414 || 28359.1 28674.4 || -188.891 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.00134249 0.0081074 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.0289474 -0.0131961 || 0.051031 28048 29299 || 27867.7 28674.4 || -182.423 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.00192506 0.0094851 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.000244405 -0.99999 -48244.5 || 0.051031 0 195025 || 2.92893e+09 28674.4 || -6.66932e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.000732087 -0.311305 0.160547 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.00195618 -0.999999 -57858.9 || 0.051031 0 1.55159e+06 || 2.86927e+10 28674.4 || -7.99841e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.00587907 -0.967743 10.3159 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.71e-07 -0.00794908 0.000978526 || 0.051031 28020 29469 || 28904.1 28674.4 || 13.5271 -2.0744
 -- Testing 3-D histogram
Density 3D: 7.26496e-07 -0.0192643 0.00325334 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.001304 0.00941279 || 0.051031 28032 29403 || 28637 28674.4 || 130.122 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.00667247 -0.00645512 || 0.051031 1e+64 -1e+64
[       OK ] cuda.Random_XorShift64 (263 ms)
[ RUN      ] cuda.Random_XorShift1024_0
Test Seed:1714082827969900070
Test Scalar=int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00499282 -0.00560668 || 0.051031 10992 11792 || 11434 11377 || -77.5068 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.000928375 -0.00568174 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.60671e-07 -0.00763504 0.00331762 || 0.051031 10867 11798 || 11464.5 11377 || 45.8628 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.86102e-07 -0.0125768 0.00197964 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0122314 0.00222536 || 0.051031 11013 11789 || 11239.5 11377 || 30.7634 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.0100283 0.000808647 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00531728 0.00349066 || 0.051031 10970 11810 || 11437.8 11377 || 48.2549 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.0180758 -0.000413277 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.000245752 -0.999975 -7594.53 || 0.051031 0 77646 || 4.61031e+08 11377 || -1.04987e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.000736913 -0.153451 0.0318242 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.00195534 -0.999997 -9108.04 || 0.051031 0 616296 || 4.51628e+09 11377 || -1.2591e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.00587669 -0.922818 1.61644 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.73387e-07 -0.0198742 0.00479859 || 0.051031 11021 11831 || 11607.6 11377 || 66.3357 -0.823045
 -- Testing 3-D histogram
Density 3D: 3.24249e-07 0.0208046 0.00158524 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00322715 0.00414617 || 0.051031 10991 11782 || 11413.8 11377 || 57.3166 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.011062 0.0039083 || 0.051031 1e+64 -1e+64
Test Seed:1714082828205799933
Test Scalar=int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0138601 0.00480641 || 0.051031 10946 11777 || 11221.4 11377 || 66.4439 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.00503563 -0.000166818 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0296499 -0.00100191 || 0.051031 11008 11753 || 11049.3 11377 || -13.8504 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.00566563 -0.000346911 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.00406062 0.0130572 || 0.051031 10941 11770 || 11330.9 11377 || 180.503 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.0183721 0.000279384 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.0141593 0.00595181 || 0.051031 10993 11792 || 11540.4 11377 || 82.2778 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.0144908 0.000294354 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.000241465 -0.999975 -7595.29 || 0.051031 0 77688 || 4.61039e+08 11377 || -1.04997e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.000724172 -0.171034 0.0256422 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.00196184 -0.999997 -9108.07 || 0.051031 0 616361 || 4.51656e+09 11377 || -1.2591e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.0058963 -0.923085 1.60232 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.86102e-07 -0.00706942 -0.00930048 || 0.051031 10944 11815 || 11458 11377 || -128.57 -0.823045
 -- Testing 3-D histogram
Density 3D: 3.62396e-07 0.00717055 0.00327107 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00607201 0.00629836 || 0.051031 10942 11875 || 11446.5 11377 || 87.0685 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.0282216 -0.000868478 || 0.051031 1e+64 -1e+64
18: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.029 s         0.014 s            10  55.0591/s       1.6k
1: [       OK ] serial.local_deepcopy_teampolicy_layoutright (1241 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
[       OK ] cuda.Random_XorShift1024_0 (647 ms)
[ RUN      ] cuda.Multi_streams
18: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.040 s         0.032 s            10  40.4586/s       1.6k
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalConstants.cpp.o
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (1266 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 (179 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
18: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.037 s         0.031 s            10  43.0211/s       1.6k
1: [       OK ] serial.mdrange_neg_idx (138 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
[       OK ] cuda.Multi_streams (2000 ms)
[ RUN      ] cuda.SortUnsignedValueType
[       OK ] cuda.SortUnsignedValueType (27 ms)
[ RUN      ] cuda.SortEmptyView
[       OK ] cuda.SortEmptyView (0 ms)
[ RUN      ] cuda.BinSortGenericTests
[       OK ] cuda.BinSortGenericTests (25 ms)
[ RUN      ] cuda.BinSortEmptyView
[       OK ] cuda.BinSortEmptyView (0 ms)
[ RUN      ] cuda.BinSortEmptyKeysView
[       OK ] cuda.BinSortEmptyKeysView (0 ms)
[ RUN      ] cuda.BinSortUnsignedKeyLayoutStrideValues
18: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.027 s         0.013 s            10  59.4073/s       1.6k
18: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.029 s         0.014 s            10  55.3003/s       1.6k
1: [       OK ] serial.mdrange_large_deep_copy (2196 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
18: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time           0.132 s         0.104 s            10  12.1442/s       1.6k
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o
18: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time          0.132 s         0.104 s            10  12.1542/s       1.6k
18/45 Test #18: Kokkos_PerformanceTest_Benchmark ............   Passed  242.97 sec
test 19
      Start 19: Kokkos_Benchmark_Atomic_MinMax

19: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2024-04-25_T21-45-03.json"
19: Test timeout computed to be: 1500
19: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
19:                                     Detected: 4 cores per node.
19:                                     Detected: 1 MPI_ranks per node.
19:                                     Requested: 8 threads per process.
19: 2024-04-25T22:07:15+00:00
19: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
19: Run on (4 X 1996.25 MHz CPU s)
19: CPU Caches:
19:   L1 Data 64 KiB (x4)
19:   L1 Instruction 64 KiB (x4)
19:   L2 Unified 512 KiB (x4)
19:   L3 Unified 16384 KiB (x4)
19: Load Average: 3.64, 4.87, 4.75
19: CPU architecture: none
19: Default Device: N6Kokkos6OpenMPE
19: GIT_BRANCH: HEAD
19: GIT_CLEAN_STATUS: CLEAN
19: GIT_COMMIT_DATE: 2024-04-25T21:44:57+00:00
19: GIT_COMMIT_DESCRIPTION: Merge commit '2e82fdd8716bb21379d5bd9250b19f1dd131e23f' into HEAD
19: GIT_COMMIT_HASH: 0b21f4caa
19: GPU architecture: none
19: KOKKOS_COMPILER_GNU: 840
19: KOKKOS_ENABLE_ASM: yes
19: KOKKOS_ENABLE_CXX17: yes
19: KOKKOS_ENABLE_CXX20: no
19: KOKKOS_ENABLE_CXX23: no
19: KOKKOS_ENABLE_CXX26: no
19: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
19: KOKKOS_ENABLE_HWLOC: no
19: KOKKOS_ENABLE_LIBDL: no
19: KOKKOS_ENABLE_OPENMP: yes
19: KOKKOS_ENABLE_PRAGMA_IVDEP: no
19: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
19: KOKKOS_ENABLE_PRAGMA_UNROLL: no
19: KOKKOS_ENABLE_PRAGMA_VECTOR: no
19: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
19: Kokkos Version: 4.3.99
19: platform: 64bit
19: ----------------------------------------------------------------------------------------------------------------------------------------
19: Benchmark                                                                                              Time             CPU   Iterations
19: ----------------------------------------------------------------------------------------------------------------------------------------
19: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time                               0.001 s         0.001 s            10
19: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.001 s         0.001 s            10
19: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
19: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
19: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
19: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
19: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.001 s         0.001 s            10
19: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.001 s         0.001 s            10
19: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
19: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
19: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
19: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
19: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.001 s         0.001 s            10
19: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.001 s         0.001 s            10
19: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
19: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
19: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
19: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
19: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.001 s         0.001 s            10
19: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.001 s         0.001 s            10
19: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
19: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
19: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
19: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
19: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.002 s         0.001 s            10
19: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.001 s         0.001 s            10
19: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
19: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
19: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
19: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
19: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.001 s         0.001 s            10
19: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.001 s         0.001 s            10
19: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
19: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
19: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
19: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
19: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time                             0.002 s         0.001 s            10
19: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time                             0.002 s         0.001 s            10
19: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
19: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
19: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time                   0.003 s         0.001 s            10
19: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.003 s         0.001 s            10
19: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time                            0.002 s         0.001 s            10
19: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time                            0.002 s         0.001 s            10
19: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
19: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
19: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time                  0.003 s         0.001 s            10
19: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.003 s         0.001 s            10
19/45 Test #19: Kokkos_Benchmark_Atomic_MinMax ..............   Passed    0.56 sec
test 20
      Start 20: Kokkos_PerformanceTest_Mempool

20: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2024-04-25_T21-45-03.json"
20: Test timeout computed to be: 1500
20: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
20:                                     Detected: 4 cores per node.
20:                                     Detected: 1 MPI_ranks per node.
20:                                     Requested: 8 threads per process.
20: 2024-04-25T22:07:15+00:00
20: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Mempool
20: Run on (4 X 1996.25 MHz CPU s)
20: CPU Caches:
20:   L1 Data 64 KiB (x4)
20:   L1 Instruction 64 KiB (x4)
20:   L2 Unified 512 KiB (x4)
20:   L3 Unified 16384 KiB (x4)
20: Load Average: 3.64, 4.87, 4.75
20: CPU architecture: none
20: Default Device: N6Kokkos6OpenMPE
20: GIT_BRANCH: HEAD
20: GIT_CLEAN_STATUS: CLEAN
20: GIT_COMMIT_DATE: 2024-04-25T21:44:57+00:00
20: GIT_COMMIT_DESCRIPTION: Merge commit '2e82fdd8716bb21379d5bd9250b19f1dd131e23f' into HEAD
20: GIT_COMMIT_HASH: 0b21f4caa
20: GPU architecture: none
20: KOKKOS_COMPILER_GNU: 840
20: KOKKOS_ENABLE_ASM: yes
20: KOKKOS_ENABLE_CXX17: yes
20: KOKKOS_ENABLE_CXX20: no
20: KOKKOS_ENABLE_CXX23: no
20: KOKKOS_ENABLE_CXX26: no
20: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
20: KOKKOS_ENABLE_HWLOC: no
20: KOKKOS_ENABLE_LIBDL: no
20: KOKKOS_ENABLE_OPENMP: yes
20: KOKKOS_ENABLE_PRAGMA_IVDEP: no
20: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
20: KOKKOS_ENABLE_PRAGMA_UNROLL: no
20: KOKKOS_ENABLE_PRAGMA_VECTOR: no
20: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
20: Kokkos Version: 4.3.99
20: platform: 64bit
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o
1: [       OK ] serial.mdrange_parallel_reduce_primitive_types (3225 ms)
1: [ RUN      ] serial.mdspan_minimal_functional
1: /var/jenkins/workspace/Kokkos_PR-5993/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 (33 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.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.parallel_scan_range_policy
1: [       OK ] serial.parallel_scan_range_policy (6 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 (21 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
1: [       OK ] serial.int64_t_reduce (300 ms)
1: [ RUN      ] serial.double_reduce
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
20: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
20: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: fill ops per second
20: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
20: 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          1251               10.0884M/s
1: [       OK ] serial.double_reduce (308 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic
1: [       OK ] serial.int64_t_reduce_dynamic (1029 ms)
1: [ RUN      ] serial.double_reduce_dynamic
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o
20: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
20: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: cycle ops per second
20: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
20: 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          2743                43.2803M/s
20/45 Test #20: Kokkos_PerformanceTest_Mempool ..............   Passed    1.81 sec
test 21
      Start 21: Kokkos_PerformanceTest_Atomic

21: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2024-04-25_T21-45-03.json"
21: Test timeout computed to be: 1500
21: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
21:                                     Detected: 4 cores per node.
21:                                     Detected: 1 MPI_ranks per node.
21:                                     Requested: 8 threads per process.
21: 2024-04-25T22:07:17+00:00
21: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Atomic
21: Run on (4 X 1996.25 MHz CPU s)
21: CPU Caches:
21:   L1 Data 64 KiB (x4)
21:   L1 Instruction 64 KiB (x4)
21:   L2 Unified 512 KiB (x4)
21:   L3 Unified 16384 KiB (x4)
21: Load Average: 3.99, 4.92, 4.76
21: CPU architecture: none
21: Default Device: N6Kokkos6OpenMPE
21: GIT_BRANCH: HEAD
21: GIT_CLEAN_STATUS: CLEAN
21: GIT_COMMIT_DATE: 2024-04-25T21:44:57+00:00
21: GIT_COMMIT_DESCRIPTION: Merge commit '2e82fdd8716bb21379d5bd9250b19f1dd131e23f' into HEAD
21: GIT_COMMIT_HASH: 0b21f4caa
21: GPU architecture: none
21: KOKKOS_COMPILER_GNU: 840
21: KOKKOS_ENABLE_ASM: yes
21: KOKKOS_ENABLE_CXX17: yes
21: KOKKOS_ENABLE_CXX20: no
21: KOKKOS_ENABLE_CXX23: no
21: KOKKOS_ENABLE_CXX26: no
21: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
21: KOKKOS_ENABLE_HWLOC: no
21: KOKKOS_ENABLE_LIBDL: no
21: KOKKOS_ENABLE_OPENMP: yes
21: KOKKOS_ENABLE_PRAGMA_IVDEP: no
21: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
21: KOKKOS_ENABLE_PRAGMA_UNROLL: no
21: KOKKOS_ENABLE_PRAGMA_VECTOR: no
21: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
21: Kokkos Version: 4.3.99
21: platform: 64bit
21: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21: Benchmark                                                         Time             CPU   Iterations     Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial
21: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21: Test_Atomic<int>/100000/iterations:10                         0.045 s         0.022 s            10          1            4    0.223619         9.2535m     300.67u     704.983M         973.202M     704.983M
1: [       OK ] serial.double_reduce_dynamic (1063 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic_view
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o
21: Test_Atomic<long int>/100000/iterations:10                    0.049 s         0.024 s            10          1            8    0.163242       0.0221159     300.56u     4.99995G         1.31929G     4.99995G
21: Test_Atomic<long long int>/100000/iterations:10               0.048 s         0.023 s            10          1            8    0.166511       0.0309499     300.97u     4.99995G         1.54772G     4.99995G
1: [       OK ] serial.int64_t_reduce_dynamic_view (630 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
21: Test_Atomic<unsigned int>/100000/iterations:10                0.046 s         0.022 s            10          1            4    0.178428       0.0105652     301.37u     704.983M         1.75983G     704.983M
21: Test_Atomic<unsigned long int>/100000/iterations:10           0.046 s         0.022 s            10          1            8    0.223281       0.0104706     300.28u     4.99995G          1092.7M     4.99995G
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c10.cpp.o
21: Test_Atomic<unsigned long long int>/100000/iterations:10      0.047 s         0.023 s            10          1            8    0.168082        9.31481m     300.67u     4.99995G         2.67923G     4.99995G
21: Test_Atomic<float>/100000/iterations:10                       0.043 s         0.019 s            10          0            4     0.12653       0.0219607      899.4u     4.99997G         1.90426G     4.99989G
1: [       OK ] serial.reduce_device_view_team_policy (2051 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
21: Test_Atomic<double>/100000/iterations:10                      0.050 s         0.022 s            10          1            8    0.150797       0.0274389     898.59u     4.99995G          1011.3M     4.99995G
1: [       OK ] serial.task_fib_deprecated (200 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 (9 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
[ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
1: [       OK ] serial.task_fib_deprecated_multiple (198 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 (8 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 (184 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 (8 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
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
21: Test_Atomic<int>/100000/iterations:10                         0.043 s         0.021 s            10          1            4     0.15903       0.0156586     300.96u     704.983M        -1.71887G     704.983M
21/45 Test #21: Kokkos_PerformanceTest_Atomic ...............   Passed    4.17 sec
test 22
      Start 22: Kokkos_ContainersUnitTest_Serial

22: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial
22: Test timeout computed to be: 1500
22: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
22:                                     Detected: 4 cores per node.
22:                                     Detected: 1 MPI_ranks per node.
22:                                     Requested: 8 threads per process.
22: [==========] Running 65 tests from 1 test suite.
22: [----------] Global test environment set-up.
22: [----------] 65 tests from serial
22: [ RUN      ] serial.bitset
1: [       OK ] serial.task_fib_multiple (190 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 (7 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 (225 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 (8 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: [----------] 208 tests from serial (20643 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 215 tests from 2 test suites ran. (22304 ms total)
1: [  PASSED  ] 214 tests.
1: [  SKIPPED ] 1 test, listed below:
1: [  SKIPPED ] serial.mdspan_minimal_functional
 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-5993/build/core/unit_test/Kokkos_CoreUnitTest_Serial2
2: Test timeout computed to be: 1500
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o
2: [==========] Running 127 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
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o
4: [       OK ] hip.reduce_device_view_team_policy (19648 ms)
4: [ RUN      ] hip.impl_shared_alloc
4: [       OK ] hip.impl_shared_alloc (88 ms)
4: [ RUN      ] hip.kokkos_swap
4: [       OK ] hip.kokkos_swap (0 ms)
4: [ RUN      ] hip.team_for
4: [       OK ] hip.team_for (13 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 (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 (56 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 (26 ms)
4: [ RUN      ] hip.ThreadVectorMDRangeParallelFor
4: [       OK ] hip.ThreadVectorMDRangeParallelFor (7 ms)
4: [ RUN      ] hip.TeamVectorMDRangeParallelFor
4: [       OK ] hip.TeamVectorMDRangeParallelFor (29 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
22: [       OK ] serial.bitset (1558 ms)
22: [ RUN      ] serial.bitset_default_constructor_no_alloc
22: [       OK ] serial.bitset_default_constructor_no_alloc (0 ms)
22: [ RUN      ] serial.dualview_combination
22: [       OK ] serial.dualview_combination (0 ms)
22: [ RUN      ] serial.dualview_alloc
22: [       OK ] serial.dualview_alloc (0 ms)
22: [ RUN      ] serial.test_dualview_copy_construction_and_assignment
22: [       OK ] serial.test_dualview_copy_construction_and_assignment (0 ms)
22: [ RUN      ] serial.dualview_combinations_without_init
22: [       OK ] serial.dualview_combinations_without_init (0 ms)
22: [ RUN      ] serial.dualview_deep_copy
22: [       OK ] serial.dualview_deep_copy (0 ms)
22: [ RUN      ] serial.dualview_realloc
22: [       OK ] serial.dualview_realloc (0 ms)
22: [ RUN      ] serial.dualview_resize
22: [       OK ] serial.dualview_resize (0 ms)
22: [ RUN      ] serial.dualview_device_correct_kokkos_device
22: [       OK ] serial.dualview_device_correct_kokkos_device (0 ms)
22: [ RUN      ] serial.dualview_host_correct_kokkos_device
22: [       OK ] serial.dualview_host_correct_kokkos_device (0 ms)
22: [ RUN      ] serial.dualview_host_modify_template_device_sync
22: [       OK ] serial.dualview_host_modify_template_device_sync (0 ms)
22: [ RUN      ] serial.dualview_host_modify_template_device_execspace_sync
22: [       OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms)
22: [ RUN      ] serial.dualview_device_modify_template_host_sync
22: [       OK ] serial.dualview_device_modify_template_host_sync (0 ms)
22: [ RUN      ] serial.dualview_device_modify_template_host_execspace_sync
22: [       OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms)
22: [ RUN      ] serial.dualview_template_views_return_correct_executionspace_views
22: [       OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms)
22: [ RUN      ] serial.dynamic_view
22: [       OK ] serial.dynamic_view (11 ms)
22: [ RUN      ] serial.dyn_rank_view_api_generic
22: [       OK ] serial.dyn_rank_view_api_generic (8 ms)
22: [ RUN      ] serial.dyn_rank_view_api_operator_rank12345
22: [       OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms)
22: [ RUN      ] serial.dyn_rank_view_check_fence_resize_realloc
22: /var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
22: skipping since not default execution space
22: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms)
22: [ RUN      ] serial.dyn_rank_view_api_operator_rank67
22: [       OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms)
22: [ RUN      ] serial.ErrorReporterViaLambda
22: [       OK ] serial.ErrorReporterViaLambda (0 ms)
22: [ RUN      ] serial.ErrorReporter
22: [       OK ] serial.ErrorReporter (0 ms)
22: [ RUN      ] serial.offsetview_construction
4: [       OK ] hip.team_reduction_scan (1937 ms)
4: [ RUN      ] hip.team_long_reduce
4: [       OK ] hip.team_long_reduce (20 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
22: [       OK ] serial.offsetview_construction (38 ms)
22: [ RUN      ] serial.offsetview_unmanaged_construction
22: [       OK ] serial.offsetview_unmanaged_construction (1 ms)
22: [ RUN      ] serial.offsetview_subview
22: [       OK ] serial.offsetview_subview (15 ms)
22: [ RUN      ] serial.offsetview_offsets_rank1
22: [       OK ] serial.offsetview_offsets_rank1 (0 ms)
22: [ RUN      ] serial.offsetview_offsets_rank2
22: [       OK ] serial.offsetview_offsets_rank2 (0 ms)
22: [ RUN      ] serial.offsetview_offsets_rank3
22: [       OK ] serial.offsetview_offsets_rank3 (0 ms)
22: [ RUN      ] serial.scatterview
4: [       OK ] hip.repeated_team_reduce (78 ms)
4: [ RUN      ] hip.team_scan
4: [       OK ] hip.team_scan (89 ms)
4: [ RUN      ] hip.team_scan_ret_val
4: [       OK ] hip.team_scan_ret_val (80 ms)
4: [ RUN      ] hip.team_shared_request
4: [       OK ] hip.team_shared_request (2 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 (27 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 (25 ms)
4: [ RUN      ] hip.unique_token_instance
4: [       OK ] hip.unique_token_instance (27 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 (4 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 (5 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_fill_tests_layout_right
4: [       OK ] hip.view_fill_tests_layout_right (67 ms)
4: [ RUN      ] hip.view_fill_tests_layout_left
4: [       OK ] hip.view_fill_tests_layout_left (47 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 (37 ms)
4: [ RUN      ] hip.view_layoutstride_right_to_layoutright_assignment
4: [       OK ] hip.view_layoutstride_right_to_layoutright_assignment (36 ms)
4: [ RUN      ] hip.view_irregular_layout
4: [       OK ] hip.view_irregular_layout (5 ms)
4: [ RUN      ] hip.view_mapping
4: [       OK ] hip.view_mapping (62 ms)
4: [ RUN      ] hip.view_mapping_operator
4: [       OK ] hip.view_mapping_operator (23 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 (0 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 (11 ms)
4: [ RUN      ] hip.view_realloc
4: [       OK ] hip.view_realloc (0 ms)
4: [ RUN      ] hip.workgraph_fib
22: [       OK ] serial.scatterview (1754 ms)
22: [ RUN      ] serial.scatterview_devicetype
22: [       OK ] serial.scatterview_devicetype (0 ms)
22: [ RUN      ] serial.staticcrsgraph
22: [       OK ] serial.staticcrsgraph (20 ms)
22: [ RUN      ] serial.resize_realloc_no_init_dualview
22: [       OK ] serial.resize_realloc_no_init_dualview (1 ms)
22: [ RUN      ] serial.resize_realloc_no_alloc_dualview
22: [       OK ] serial.resize_realloc_no_alloc_dualview (0 ms)
22: [ RUN      ] serial.resize_exec_space_dualview
22: [       OK ] serial.resize_exec_space_dualview (0 ms)
22: [ RUN      ] serial.realloc_exec_space_dualview
22: [       OK ] serial.realloc_exec_space_dualview (0 ms)
22: [ RUN      ] serial.resize_realloc_no_init_dynrankview
22: [       OK ] serial.resize_realloc_no_init_dynrankview (0 ms)
22: [ RUN      ] serial.resize_exec_space_dynrankview
22: [       OK ] serial.resize_exec_space_dynrankview (0 ms)
22: [ RUN      ] serial.realloc_exec_space_dynrankview
22: [       OK ] serial.realloc_exec_space_dynrankview (0 ms)
22: [ RUN      ] serial.resize_realloc_no_init_scatterview
22: [       OK ] serial.resize_realloc_no_init_scatterview (0 ms)
22: [ RUN      ] serial.resize_realloc_no_alloc_scatterview
22: [       OK ] serial.resize_realloc_no_alloc_scatterview (0 ms)
22: [ RUN      ] serial.resize_exec_space_scatterview
22: [       OK ] serial.resize_exec_space_scatterview (0 ms)
22: [ RUN      ] serial.realloc_exec_space_scatterview
22: [       OK ] serial.realloc_exec_space_scatterview (0 ms)
22: [ RUN      ] serial.create_mirror_no_init_dynrankview
22: [       OK ] serial.create_mirror_no_init_dynrankview (0 ms)
22: [ RUN      ] serial.create_mirror_no_init_dynrankview_viewctor
22: [       OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms)
22: [ RUN      ] serial.create_mirror_view_and_copy_dynrankview
22: [       OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms)
22: [ RUN      ] serial.create_mirror_no_init_offsetview
22: [       OK ] serial.create_mirror_no_init_offsetview (0 ms)
22: [ RUN      ] serial.create_mirror_no_init_offsetview_view_ctor
22: [       OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms)
22: [ RUN      ] serial.create_mirror_view_and_copy_offsetview
22: [       OK ] serial.create_mirror_view_and_copy_offsetview (0 ms)
22: [ RUN      ] serial.create_mirror_no_init_dynamicview
22: [       OK ] serial.create_mirror_no_init_dynamicview (0 ms)
22: [ RUN      ] serial.create_mirror_view_and_copy_dynamicview
22: [       OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms)
22: [ RUN      ] serial.create_mirror_no_init_dynamicview_view_ctor
22: [       OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms)
22: [ RUN      ] serial.UnorderedMap_insert
2: [       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (2493 ms)
2: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 81%] 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_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c11.cpp.o
4: [       OK ] hip.workgraph_fib (3057 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 (3 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: [       OK ] hip.memory_requirements (0 ms)
4: [ RUN      ] hip.team_scratch_1_streams
2: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (2561 ms)
2: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_host
2: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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 (5056 ms total)
2: 
2: [----------] 119 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
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.00823531 -0.0115756 || 0.051031 27996 29276 || 28912.5 28674.4 || -160.021 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.0195185 -0.00954215 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
2: [       OK ] serial.team_reduce_large (527 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 (7 ms)
2: [ RUN      ] serial.triple_nested_parallelism
2: [       OK ] serial.triple_nested_parallelism (686 ms)
2: [ RUN      ] serial.parallel_scan_with_reducers
2: [       OK ] serial.parallel_scan_with_reducers (98 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 (4 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 (172 ms)
2: [ RUN      ] serial.team_long_reduce
2: [       OK ] serial.team_long_reduce (132 ms)
2: [ RUN      ] serial.team_double_reduce
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o
5: [       OK ] cuda_DeathTest.view_memory_access_violations_from_device (23697 ms)
5: [----------] 8 tests from cuda_DeathTest (41206 ms total)
5: 
5: [----------] 92 tests from cuda
5: [ RUN      ] cuda.team_for
5: [       OK ] cuda.team_for (10 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 (277 ms)
5: [ RUN      ] cuda.team_parallel_single
5: [       OK ] cuda.team_parallel_single (43 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 (55 ms)
5: [ RUN      ] cuda.triple_nested_parallelism
5: [       OK ] cuda.triple_nested_parallelism (217 ms)
5: [ RUN      ] cuda.parallel_scan_with_reducers
5: [       OK ] cuda.parallel_scan_with_reducers (151 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 (1 ms)
5: [ RUN      ] cuda.team_vector_range_combined_reducers
5: [       OK ] cuda.team_vector_range_combined_reducers (1 ms)
5: [ RUN      ] cuda.TeamThreadMDRangeParallelFor
5: [       OK ] cuda.TeamThreadMDRangeParallelFor (30 ms)
5: [ RUN      ] cuda.ThreadVectorMDRangeParallelFor
5: [       OK ] cuda.ThreadVectorMDRangeParallelFor (15 ms)
5: [ RUN      ] cuda.TeamVectorMDRangeParallelFor
5: [       OK ] cuda.TeamVectorMDRangeParallelFor (16 ms)
5: [ RUN      ] cuda.TeamThreadMDRangeParallelReduce
5: [       OK ] cuda.TeamThreadMDRangeParallelReduce (22 ms)
5: [ RUN      ] cuda.ThreadVectorMDRangeParallelReduce
5: [       OK ] cuda.ThreadVectorMDRangeParallelReduce (11 ms)
5: [ RUN      ] cuda.TeamVectorMDRangeParallelReduce
5: [       OK ] cuda.TeamVectorMDRangeParallelReduce (10 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 (1438 ms)
5: [ RUN      ] cuda.team_long_reduce
5: [       OK ] cuda.team_long_reduce (9 ms)
5: [ RUN      ] cuda.team_double_reduce
5: [       OK ] cuda.team_double_reduce (9 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 (222 ms)
5: [ RUN      ] cuda.team_scan_ret_val
5: [       OK ] cuda.team_scan_ret_val (255 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 (7 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 (109 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 (8 ms)
5: [ RUN      ] cuda.unique_token_global
5: [       OK ] cuda.unique_token_global (3 ms)
5: [ RUN      ] cuda.unique_token_instance
5: [       OK ] cuda.unique_token_instance (3 ms)
5: [ RUN      ] cuda.unique_token_team_acquire
5: [       OK ] cuda.unique_token_team_acquire (16 ms)
5: [ RUN      ] cuda.view_api_a
5: [       OK ] cuda.view_api_a (15 ms)
5: [ RUN      ] cuda.view_api_b
5: [       OK ] cuda.view_api_b (25 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 (5 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
2: [       OK ] serial.team_double_reduce (117 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
5: [       OK ] cuda.view_allocation_large_rank (1112 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 (5 ms)
5: [ RUN      ] cuda.view_copy_tests
5: [       OK ] cuda.view_copy_tests (23 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_fill_tests_layout_right
5: [       OK ] cuda.view_fill_tests_layout_right (270 ms)
5: [ RUN      ] cuda.view_fill_tests_layout_left
5: [       OK ] cuda.view_fill_tests_layout_left (263 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 (56 ms)
5: [ RUN      ] cuda.view_layoutstride_right_to_layoutright_assignment
5: [       OK ] cuda.view_layoutstride_right_to_layoutright_assignment (56 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 (61 ms)
5: [ RUN      ] cuda.view_mapping_operator
5: [       OK ] cuda.view_mapping_operator (18 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 (1 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 (3 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 (33 ms)
5: [ RUN      ] cuda.view_realloc
5: [       OK ] cuda.view_realloc (5 ms)
5: [ RUN      ] cuda.workgraph_fib
5: [       OK ] cuda.workgraph_fib (1366 ms)
5: [ RUN      ] cuda.resize_realloc_no_init
5: [       OK ] cuda.resize_realloc_no_init (1 ms)
5: [ RUN      ] cuda.resize_realloc_no_alloc
5: [       OK ] cuda.resize_realloc_no_alloc (0 ms)
5: [ RUN      ] cuda.realloc_exec_space
5: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestWithoutInitializing.hpp:78: Skipped
5: skipping since CudaUVMSpace requires additional fences
5: [  SKIPPED ] 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: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestWithoutInitializing.hpp:289: Skipped
5: skipping since the fence checked for isn't necessary
5: [  SKIPPED ] cuda.view_allocation_int (0 ms)
5: [ RUN      ] cuda.view_allocation_exec_space_int
5: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestWithoutInitializing.hpp:321: Skipped
5: skipping since the CudaUVMSpace requires additiional fences
5: [  SKIPPED ] 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: [----------] 92 tests from cuda (6305 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 (4 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 (0 ms)
5: [ RUN      ] cuda_uvm.view_subview_layoutleft_to_layoutleft
5: [       OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (2 ms)
5: [ RUN      ] cuda_uvm.view_subview_layoutright_to_layoutright
5: [       OK ] cuda_uvm.view_subview_layoutright_to_layoutright (1 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 (46 ms)
5: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_atomic
5: [       OK ] cuda_uvm.view_subview_2d_from_3d_atomic (46 ms)
5: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_randomaccess
5: [       OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (46 ms)
5: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left
5: [       OK ] cuda_uvm.view_subview_3d_from_5d_left (138 ms)
5: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_atomic
5: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (137 ms)
5: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess
5: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (137 ms)
5: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right
5: [       OK ] cuda_uvm.view_subview_3d_from_5d_right (139 ms)
5: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_atomic
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o
5: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (140 ms)
5: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess
5: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (138 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 (1009 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 128 tests from 3 test suites ran. (48521 ms total)
5: [  PASSED  ] 124 tests.
5: [  SKIPPED ] 4 tests, listed below:
5: [  SKIPPED ] cuda_DeathTest.view_memory_access_violations_from_host
5: [  SKIPPED ] cuda.realloc_exec_space
5: [  SKIPPED ] cuda.view_allocation_int
5: [  SKIPPED ] cuda.view_allocation_exec_space_int
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13b_ParallelRed_TeamVectorRange_CUDA.cpp.o
[ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
22: [       OK ] serial.UnorderedMap_insert (9103 ms)
22: [ RUN      ] serial.UnorderedMap_failed_insert
 5/48 Test  #5: Kokkos_CoreUnitTest_Cuda2 ........................   Passed   51.53 sec
test 6
      Start  6: Kokkos_CoreUnitTest_Cuda3

6: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_Cuda3
6: Test timeout computed to be: 1500
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions1.cpp.o
6: 
6: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
6:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
6:                                   setting CUDA_VISIBLE_DEVICES.
6:                                   This could on multi GPU systems lead to severe performance"
6:                                   penalties.
6: [==========] Running 95 tests from 3 test suites.
6: [----------] Global test environment set-up.
6: [----------] 41 tests from cuda
6: [ RUN      ] cuda.task_fib_deprecated
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o
2: [       OK ] serial.repeated_team_reduce (7250 ms)
2: [ RUN      ] serial.team_scan
2: [       OK ] serial.team_scan (146 ms)
2: [ RUN      ] serial.team_shared_request
2: [       OK ] serial.team_shared_request (76 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 (23 ms)
2: [ RUN      ] serial.unique_token_instance
2: [       OK ] serial.unique_token_instance (22 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 (33 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
22: [       OK ] serial.UnorderedMap_failed_insert (4007 ms)
22: [ RUN      ] serial.UnorderedMap_deep_copy
22: [       OK ] serial.UnorderedMap_deep_copy (4 ms)
22: [ RUN      ] serial.UnorderedMap_valid_empty
22: [       OK ] serial.UnorderedMap_valid_empty (0 ms)
22: [ RUN      ] serial.UnorderedMap_clear_zero_size
22: [       OK ] serial.UnorderedMap_clear_zero_size (0 ms)
22: [ RUN      ] serial.UnorderedMap_consistent_size
22: [       OK ] serial.UnorderedMap_consistent_size (0 ms)
22: [ RUN      ] serial.UnorderedMap_shallow_copyable_on_device
22: [       OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms)
22: [ RUN      ] serial.UnorderedMap_lambda_capturable
22: [       OK ] serial.UnorderedMap_lambda_capturable (0 ms)
22: [ RUN      ] serial.UnorderedMap_constructor_view_alloc
22: [       OK ] serial.UnorderedMap_constructor_view_alloc (0 ms)
22: [ RUN      ] serial.vector_combination
22: [       OK ] serial.vector_combination (0 ms)
22: [ RUN      ] serial.vector_insert
22: [       OK ] serial.vector_insert (0 ms)
22: [ RUN      ] serial.vector_push_back_default_exec
22: [       OK ] serial.vector_push_back_default_exec (0 ms)
22: [ RUN      ] serial.viewctorprop_embedded_dim
22: [       OK ] serial.viewctorprop_embedded_dim (0 ms)
22: [----------] 65 tests from serial (16531 ms total)
22: 
22: [----------] Global test environment tear-down
22: [==========] 65 tests from 1 test suite ran. (16531 ms total)
22: [  PASSED  ] 64 tests.
22: [  SKIPPED ] 1 test, listed below:
22: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc
22/45 Test #22: Kokkos_ContainersUnitTest_Serial ............   Passed   16.66 sec
test 23
      Start 23: Kokkos_ContainersUnitTest_OpenMP

23: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/containers/unit_tests/Kokkos_ContainersUnitTest_OpenMP
23: Test timeout computed to be: 1500
23: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
23:                                     Detected: 4 cores per node.
23:                                     Detected: 1 MPI_ranks per node.
23:                                     Requested: 8 threads per process.
23: [==========] Running 65 tests from 1 test suite.
23: [----------] Global test environment set-up.
23: [----------] 65 tests from openmp
23: [ RUN      ] openmp.bitset
2: [       OK ] serial.view_allocation_large_rank (1132 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_fill_tests_layout_right
23: [       OK ] openmp.bitset (426 ms)
23: [ RUN      ] openmp.bitset_default_constructor_no_alloc
23: [       OK ] openmp.bitset_default_constructor_no_alloc (0 ms)
23: [ RUN      ] openmp.dualview_combination
23: [       OK ] openmp.dualview_combination (0 ms)
23: [ RUN      ] openmp.dualview_alloc
23: [       OK ] openmp.dualview_alloc (0 ms)
23: [ RUN      ] openmp.test_dualview_copy_construction_and_assignment
23: [       OK ] openmp.test_dualview_copy_construction_and_assignment (0 ms)
23: [ RUN      ] openmp.dualview_combinations_without_init
23: [       OK ] openmp.dualview_combinations_without_init (0 ms)
23: [ RUN      ] openmp.dualview_deep_copy
23: [       OK ] openmp.dualview_deep_copy (0 ms)
23: [ RUN      ] openmp.dualview_realloc
23: [       OK ] openmp.dualview_realloc (0 ms)
23: [ RUN      ] openmp.dualview_resize
23: [       OK ] openmp.dualview_resize (0 ms)
23: [ RUN      ] openmp.dualview_device_correct_kokkos_device
23: [       OK ] openmp.dualview_device_correct_kokkos_device (0 ms)
23: [ RUN      ] openmp.dualview_host_correct_kokkos_device
23: [       OK ] openmp.dualview_host_correct_kokkos_device (0 ms)
23: [ RUN      ] openmp.dualview_host_modify_template_device_sync
23: [       OK ] openmp.dualview_host_modify_template_device_sync (0 ms)
23: [ RUN      ] openmp.dualview_host_modify_template_device_execspace_sync
23: [       OK ] openmp.dualview_host_modify_template_device_execspace_sync (0 ms)
23: [ RUN      ] openmp.dualview_device_modify_template_host_sync
23: [       OK ] openmp.dualview_device_modify_template_host_sync (0 ms)
23: [ RUN      ] openmp.dualview_device_modify_template_host_execspace_sync
23: [       OK ] openmp.dualview_device_modify_template_host_execspace_sync (0 ms)
23: [ RUN      ] openmp.dualview_template_views_return_correct_executionspace_views
23: [       OK ] openmp.dualview_template_views_return_correct_executionspace_views (0 ms)
23: [ RUN      ] openmp.dynamic_view
23: [       OK ] openmp.dynamic_view (16 ms)
23: [ RUN      ] openmp.dyn_rank_view_api_generic
23: [       OK ] openmp.dyn_rank_view_api_generic (9 ms)
23: [ RUN      ] openmp.dyn_rank_view_api_operator_rank12345
23: [       OK ] openmp.dyn_rank_view_api_operator_rank12345 (0 ms)
23: [ RUN      ] openmp.dyn_rank_view_check_fence_resize_realloc
23: [       OK ] openmp.dyn_rank_view_check_fence_resize_realloc (0 ms)
23: [ RUN      ] openmp.dyn_rank_view_api_operator_rank67
23: [       OK ] openmp.dyn_rank_view_api_operator_rank67 (0 ms)
23: [ RUN      ] openmp.ErrorReporterViaLambda
23: [       OK ] openmp.ErrorReporterViaLambda (0 ms)
23: [ RUN      ] openmp.ErrorReporter
23: [       OK ] openmp.ErrorReporter (0 ms)
23: [ RUN      ] openmp.offsetview_construction
23: [       OK ] openmp.offsetview_construction (14 ms)
23: [ RUN      ] openmp.offsetview_unmanaged_construction
23: [       OK ] openmp.offsetview_unmanaged_construction (0 ms)
23: [ RUN      ] openmp.offsetview_subview
23: [       OK ] openmp.offsetview_subview (16 ms)
23: [ RUN      ] openmp.offsetview_offsets_rank1
23: [       OK ] openmp.offsetview_offsets_rank1 (0 ms)
23: [ RUN      ] openmp.offsetview_offsets_rank2
23: [       OK ] openmp.offsetview_offsets_rank2 (0 ms)
23: [ RUN      ] openmp.offsetview_offsets_rank3
23: [       OK ] openmp.offsetview_offsets_rank3 (0 ms)
23: [ RUN      ] openmp.scatterview
[ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.cpp.o
6: [       OK ] cuda.task_fib_deprecated (3398 ms)
6: [ RUN      ] cuda.task_depend_deprecated
6: [       OK ] cuda.task_depend_deprecated (159 ms)
6: [ RUN      ] cuda.task_team_deprecated
6: [       OK ] cuda.task_team_deprecated (16 ms)
6: [ RUN      ] cuda.task_with_mempool_deprecated
6: [       OK ] cuda.task_with_mempool_deprecated (4 ms)
6: [ RUN      ] cuda.task_multiple_depend_deprecated
6: [       OK ] cuda.task_multiple_depend_deprecated (78 ms)
6: [ RUN      ] cuda.task_scheduler_ctors_deprecated
6: [       OK ] cuda.task_scheduler_ctors_deprecated (0 ms)
6: [ RUN      ] cuda.task_scheduer_ctors_device_deprecated
6: [       OK ] cuda.task_scheduer_ctors_device_deprecated (4 ms)
6: [ RUN      ] cuda.task_fib_deprecated_multiple
[ 79%] Linking CXX executable Kokkos_CoreUnitTest_Default
23: [       OK ] openmp.scatterview (1638 ms)
23: [ RUN      ] openmp.scatterview_devicetype
23: [       OK ] openmp.scatterview_devicetype (14 ms)
23: [ RUN      ] openmp.staticcrsgraph
23: [       OK ] openmp.staticcrsgraph (23 ms)
23: [ RUN      ] openmp.resize_realloc_no_init_dualview
23: [       OK ] openmp.resize_realloc_no_init_dualview (1 ms)
23: [ RUN      ] openmp.resize_realloc_no_alloc_dualview
23: [       OK ] openmp.resize_realloc_no_alloc_dualview (0 ms)
23: [ RUN      ] openmp.resize_exec_space_dualview
23: [       OK ] openmp.resize_exec_space_dualview (0 ms)
23: [ RUN      ] openmp.realloc_exec_space_dualview
23: [       OK ] openmp.realloc_exec_space_dualview (0 ms)
23: [ RUN      ] openmp.resize_realloc_no_init_dynrankview
23: [       OK ] openmp.resize_realloc_no_init_dynrankview (0 ms)
23: [ RUN      ] openmp.resize_exec_space_dynrankview
23: [       OK ] openmp.resize_exec_space_dynrankview (0 ms)
23: [ RUN      ] openmp.realloc_exec_space_dynrankview
23: [       OK ] openmp.realloc_exec_space_dynrankview (0 ms)
23: [ RUN      ] openmp.resize_realloc_no_init_scatterview
23: [       OK ] openmp.resize_realloc_no_init_scatterview (0 ms)
23: [ RUN      ] openmp.resize_realloc_no_alloc_scatterview
23: [       OK ] openmp.resize_realloc_no_alloc_scatterview (0 ms)
23: [ RUN      ] openmp.resize_exec_space_scatterview
23: [       OK ] openmp.resize_exec_space_scatterview (0 ms)
23: [ RUN      ] openmp.realloc_exec_space_scatterview
23: [       OK ] openmp.realloc_exec_space_scatterview (0 ms)
23: [ RUN      ] openmp.create_mirror_no_init_dynrankview
23: [       OK ] openmp.create_mirror_no_init_dynrankview (0 ms)
23: [ RUN      ] openmp.create_mirror_no_init_dynrankview_viewctor
23: [       OK ] openmp.create_mirror_no_init_dynrankview_viewctor (0 ms)
23: [ RUN      ] openmp.create_mirror_view_and_copy_dynrankview
23: [       OK ] openmp.create_mirror_view_and_copy_dynrankview (0 ms)
23: [ RUN      ] openmp.create_mirror_no_init_offsetview
23: [       OK ] openmp.create_mirror_no_init_offsetview (0 ms)
23: [ RUN      ] openmp.create_mirror_no_init_offsetview_view_ctor
23: [       OK ] openmp.create_mirror_no_init_offsetview_view_ctor (0 ms)
23: [ RUN      ] openmp.create_mirror_view_and_copy_offsetview
23: [       OK ] openmp.create_mirror_view_and_copy_offsetview (0 ms)
23: [ RUN      ] openmp.create_mirror_no_init_dynamicview
23: [       OK ] openmp.create_mirror_no_init_dynamicview (0 ms)
23: [ RUN      ] openmp.create_mirror_view_and_copy_dynamicview
23: [       OK ] openmp.create_mirror_view_and_copy_dynamicview (0 ms)
23: [ RUN      ] openmp.create_mirror_no_init_dynamicview_view_ctor
23: [       OK ] openmp.create_mirror_no_init_dynamicview_view_ctor (0 ms)
23: [ RUN      ] openmp.UnorderedMap_insert
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[ 79%] Built target Kokkos_CoreUnitTest_Default
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o
6: [       OK ] cuda.task_fib_deprecated_multiple (1139 ms)
6: [ RUN      ] cuda.task_depend_deprecated_multiple
6: [       OK ] cuda.task_depend_deprecated_multiple (194 ms)
6: [ RUN      ] cuda.task_team_deprecated_multiple
6: [       OK ] cuda.task_team_deprecated_multiple (23 ms)
6: [ RUN      ] cuda.task_with_mempool_deprecated_multiple
6: [       OK ] cuda.task_with_mempool_deprecated_multiple (5 ms)
6: [ RUN      ] cuda.task_multiple_depend_deprecated_multiple
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o
6: [       OK ] cuda.task_multiple_depend_deprecated_multiple (77 ms)
6: [ RUN      ] cuda.task_scheduler_ctors_deprecated_multiple
6: [       OK ] cuda.task_scheduler_ctors_deprecated_multiple (0 ms)
6: [ RUN      ] cuda.task_scheduer_ctors_device_deprecated_multiple
6: [       OK ] cuda.task_scheduer_ctors_device_deprecated_multiple (7 ms)
6: [ RUN      ] cuda.task_fib_single
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o
6: [       OK ] cuda.task_fib_single (2815 ms)
6: [ RUN      ] cuda.task_depend_single
6: [       OK ] cuda.task_depend_single (239 ms)
6: [ RUN      ] cuda.task_team_single
6: [       OK ] cuda.task_team_single (22 ms)
6: [ RUN      ] cuda.task_with_mempool_single
6: [       OK ] cuda.task_with_mempool_single (5 ms)
6: [ RUN      ] cuda.task_multiple_depend_single
6: [       OK ] cuda.task_multiple_depend_single (109 ms)
6: [ RUN      ] cuda.task_scheduler_ctors_single
6: [       OK ] cuda.task_scheduler_ctors_single (0 ms)
6: [ RUN      ] cuda.task_scheduer_ctors_device_single
6: [       OK ] cuda.task_scheduer_ctors_device_single (5 ms)
6: [ RUN      ] cuda.task_fib_multiple
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o
23: [       OK ] openmp.UnorderedMap_insert (5311 ms)
23: [ RUN      ] openmp.UnorderedMap_failed_insert
2: [       OK ] serial.view_fill_tests_layout_right (7581 ms)
2: [ RUN      ] serial.view_fill_tests_layout_left
6: [       OK ] cuda.task_fib_multiple (2082 ms)
6: [ RUN      ] cuda.task_depend_multiple
6: [       OK ] cuda.task_depend_multiple (161 ms)
6: [ RUN      ] cuda.task_team_multiple
6: [       OK ] cuda.task_team_multiple (14 ms)
6: [ RUN      ] cuda.task_with_mempool_multiple
6: [       OK ] cuda.task_with_mempool_multiple (7 ms)
6: [ RUN      ] cuda.task_multiple_depend_multiple
6: [       OK ] cuda.task_multiple_depend_multiple (88 ms)
6: [ RUN      ] cuda.task_scheduler_ctors_multiple
6: [       OK ] cuda.task_scheduler_ctors_multiple (0 ms)
6: [ RUN      ] cuda.task_scheduer_ctors_device_multiple
6: [       OK ] cuda.task_scheduer_ctors_device_multiple (7 ms)
6: [ RUN      ] cuda.task_fib_chase_lev
[ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o
6: [       OK ] cuda.task_fib_chase_lev (2377 ms)
6: [ RUN      ] cuda.task_depend_chase_lev
6: [       OK ] cuda.task_depend_chase_lev (456 ms)
6: [ RUN      ] cuda.task_team_chase_lev
6: [       OK ] cuda.task_team_chase_lev (26 ms)
6: [ RUN      ] cuda.task_with_mempool_chase_lev
6: [       OK ] cuda.task_with_mempool_chase_lev (14 ms)
6: [ RUN      ] cuda.task_multiple_depend_chase_lev
6: [       OK ] cuda.task_multiple_depend_chase_lev (153 ms)
6: [ RUN      ] cuda.task_scheduler_ctors_chase_lev
6: [       OK ] cuda.task_scheduler_ctors_chase_lev (0 ms)
6: [ RUN      ] cuda.task_scheduer_ctors_device_chase_lev
6: [       OK ] cuda.task_scheduer_ctors_device_chase_lev (20 ms)
6: [ RUN      ] cuda.team_scratch_1_streams
23: [       OK ] openmp.UnorderedMap_failed_insert (4670 ms)
23: [ RUN      ] openmp.UnorderedMap_deep_copy
23: [       OK ] openmp.UnorderedMap_deep_copy (7 ms)
23: [ RUN      ] openmp.UnorderedMap_valid_empty
23: [       OK ] openmp.UnorderedMap_valid_empty (0 ms)
23: [ RUN      ] openmp.UnorderedMap_clear_zero_size
23: [       OK ] openmp.UnorderedMap_clear_zero_size (0 ms)
23: [ RUN      ] openmp.UnorderedMap_consistent_size
23: [       OK ] openmp.UnorderedMap_consistent_size (0 ms)
23: [ RUN      ] openmp.UnorderedMap_shallow_copyable_on_device
23: [       OK ] openmp.UnorderedMap_shallow_copyable_on_device (0 ms)
23: [ RUN      ] openmp.UnorderedMap_lambda_capturable
23: [       OK ] openmp.UnorderedMap_lambda_capturable (0 ms)
23: [ RUN      ] openmp.UnorderedMap_constructor_view_alloc
23: [       OK ] openmp.UnorderedMap_constructor_view_alloc (0 ms)
23: [ RUN      ] openmp.vector_combination
23: [       OK ] openmp.vector_combination (0 ms)
23: [ RUN      ] openmp.vector_insert
23: [       OK ] openmp.vector_insert (0 ms)
23: [ RUN      ] openmp.vector_push_back_default_exec
23: [       OK ] openmp.vector_push_back_default_exec (0 ms)
23: [ RUN      ] openmp.viewctorprop_embedded_dim
23: [       OK ] openmp.viewctorprop_embedded_dim (0 ms)
23: [----------] 65 tests from openmp (12161 ms total)
23: 
23: [----------] Global test environment tear-down
23: [==========] 65 tests from 1 test suite ran. (12161 ms total)
23: [  PASSED  ] 65 tests.
23/45 Test #23: Kokkos_ContainersUnitTest_OpenMP ............   Passed   12.29 sec
test 24
      Start 24: Kokkos_ContainersPerformanceTest_OpenMP

24: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_OpenMP
24: Test timeout computed to be: 1500
24: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
24:                                     Detected: 4 cores per node.
24:                                     Detected: 1 MPI_ranks per node.
24:                                     Requested: 8 threads per process.
24: [==========] Running 5 tests from 1 test suite.
24: [----------] Global test environment set-up.
24: [----------] 5 tests from TEST_CATEGORY
24: [ RUN      ] TEST_CATEGORY.dynrankview_perf
24: OpenMP
24:  DynRankView vs View: Initialization Only 
24:  View time (init only): 0.00743009
24:  View sum computation time: 0.00743009
24:  Strided View time (init only): 0.00684781
24:  View Rank7 time (init only): 0.00761013
24:  DynRankView time (init only): 0.00727109
24:  DynRankView sum computation time: 0.00694702
24:  Ratio of View to DynRankView time: 1.02187
24:  Ratio of View to DynRankView sum computation time: 1.03208
24:  Ratio of View to View Rank7  time: 0.976342
24:  Ratio of StrideView to DynRankView time: 0.941785
24:  Ratio of DynRankView to View Rank7  time: 0.955449
24: [       OK ] TEST_CATEGORY.dynrankview_perf (256 ms)
24: [ RUN      ] TEST_CATEGORY.global_2_local
24: OpenMP
24: size, create, generate, fill, find
24: 256, 0.000227738, 4.3351e-05, 0.000110468, 0.00459788
24: 512, 0.000108855, 2.6239e-05, 0.00013311, 0.00445793
24: 1024, 0.000120477, 4.4113e-05, 0.000185149, 0.00467565
24: 2048, 0.000108024, 4.7369e-05, 0.00031935, 0.00492293
24: 4096, 0.000192713, 5.2318e-05, 0.000550285, 0.00526627
24: 8192, 0.000201569, 5.4803e-05, 0.00103102, 0.0069798
24: 16384, 0.000322056, 4.7218e-05, 0.00202653, 0.0116458
24: 32768, 0.00052154, 5.3601e-05, 0.00387071, 0.0220315
24: 65536, 0.000924328, 4.9453e-05, 0.00854811, 0.0612242
24: 131072, 0.00184003, 0.000106529, 0.0167531, 0.140978
24: 262144, 0.00383968, 0.000141607, 0.0327062, 0.210972
24: 524288, 0.00683614, 0.000241484, 0.0701268, 0.717926
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
2: [       OK ] serial.view_fill_tests_layout_left (6086 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 (57 ms)
2: [ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
2: [       OK ] serial.view_layoutstride_right_to_layoutright_assignment (55 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 (60 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 (16 ms)
2: [ RUN      ] serial.view_realloc
2: [       OK ] serial.view_realloc (0 ms)
2: [ RUN      ] serial.workgraph_fib
2: [       OK ] serial.workgraph_fib (68 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-5993/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 (5 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 (31 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
2: [       OK ] serial.view_subview_3d_from_5d_left_atomic (30 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
2: [       OK ] serial.view_subview_3d_from_5d_left_randomaccess (30 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right
2: [       OK ] serial.view_subview_3d_from_5d_right (327 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
2: [       OK ] serial.view_subview_3d_from_5d_right_atomic (316 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
2: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (298 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: [----------] 119 tests from serial (25561 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 127 tests from 2 test suites ran. (30617 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
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o
 2/20 Test  #2: Kokkos_CoreUnitTest_Serial2 .................   Passed   31.36 sec
test 3
      Start  3: Kokkos_CoreUnitTest_SerialGraph

3: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_SerialGraph
3: Test timeout computed to be: 1500
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o
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/20 Test  #3: Kokkos_CoreUnitTest_SerialGraph .............   Passed    0.70 sec
test 4
      Start  4: Kokkos_CoreUnitTest_OpenACC

4: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_OpenACC
4: Test timeout computed to be: 1500
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.00771733 0.00280273 || 0.051031 28040 29322 || 28897.4 28674.4 || 38.7449 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.00591066 -0.00830056 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
24: 1048576, 0.0121573, 0.000424549, 0.136153, 2.42166
4: [==========] Running 175 tests from 2 test suites.
4: [----------] Global test environment set-up.
4: [----------] 15 tests from openacc_DeathTest
4: [ RUN      ] openacc_DeathTest.abort_from_host
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o
4: [       OK ] openacc_DeathTest.abort_from_host (1322 ms)
4: [ RUN      ] openacc_DeathTest.abort_from_device
4: [       OK ] openacc_DeathTest.abort_from_device (41 ms)
4: [ RUN      ] openacc_DeathTest.checked_integer_operations_multiply_overflow_abort
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o
4: [       OK ] openacc_DeathTest.checked_integer_operations_multiply_overflow_abort (1263 ms)
4: [ RUN      ] openacc_DeathTest.policy_bounds_unsafe_narrowing_conversions
4: [       OK ] openacc_DeathTest.policy_bounds_unsafe_narrowing_conversions (1251 ms)
4: [ RUN      ] openacc_DeathTest.policy_invalid_bounds
4: [       OK ] openacc_DeathTest.policy_invalid_bounds (2 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
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o
24: 2097152, 0.0243688, 0.000754588, 0.273327, 5.8588
[ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
6: [       OK ] cuda.team_scratch_1_streams (11622 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: [----------] 41 tests from cuda (25344 ms total)
6: 
6: [----------] 27 tests from cuda_hostpinned
6: [ RUN      ] cuda_hostpinned.impl_shared_alloc
6: [       OK ] cuda_hostpinned.impl_shared_alloc (33 ms)
6: [ RUN      ] cuda_hostpinned.view_api_a
6: [       OK ] cuda_hostpinned.view_api_a (8 ms)
6: [ RUN      ] cuda_hostpinned.view_api_b
6: [       OK ] cuda_hostpinned.view_api_b (10 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 (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
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
6: [       OK ] cuda_hostpinned.view_allocation_large_rank (4334 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_fill_tests_layout_right
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
4: [       OK ] openacc_DeathTest.view_layoutstride_right_to_layoutleft_assignment (11938 ms)
4: [ RUN      ] openacc_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.00618306 0.00524593 || 0.051031 28077 29338 || 28852.8 28674.4 || 72.5197 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.00997256 -0.00520013 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o
24: 4194304, 0.0474472, 0.00149987, 0.563637, 12.7252
24: [       OK ] TEST_CATEGORY.global_2_local (23427 ms)
24: [ RUN      ] TEST_CATEGORY.unordered_map_performance_near
24: skipping test
24: [       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
24: [ RUN      ] TEST_CATEGORY.unordered_map_performance_far
24: skipping test
24: [       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
24: [ RUN      ] TEST_CATEGORY.scatter_view
24: ScatterView data-duplicated test:
24: num_threads 8
24: hand-coded test took 0.11806 seconds
24: test took 0.11706 seconds
24: num_threads 8
24: hand-coded test took 0.118455 seconds
24: test took 0.120358 seconds
24: num_threads 8
24: hand-coded test took 0.117952 seconds
24: test took 0.116224 seconds
24: num_threads 8
24: hand-coded test took 0.118397 seconds
24: test took 0.116892 seconds
24: num_threads 8
24: hand-coded test took 0.118591 seconds
24: test took 0.116198 seconds
24: [       OK ] TEST_CATEGORY.scatter_view (1615 ms)
24: [----------] 5 tests from TEST_CATEGORY (25299 ms total)
24: 
24: [----------] Global test environment tear-down
24: [==========] 5 tests from 1 test suite ran. (25299 ms total)
24: [  PASSED  ] 5 tests.
24/45 Test #24: Kokkos_ContainersPerformanceTest_OpenMP .....   Passed   25.31 sec
test 25
      Start 25: Kokkos_UnitTest_Sort

25: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
25: Test timeout computed to be: 1500
25: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
25:                                     Detected: 4 cores per node.
25:                                     Detected: 1 MPI_ranks per node.
25:                                     Requested: 8 threads per process.
25: [==========] Running 15 tests from 1 test suite.
25: [----------] Global test environment set-up.
25: [----------] 15 tests from openmp
25: [ RUN      ] openmp.SortUnsignedValueType
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o
6: [       OK ] cuda_hostpinned.view_fill_tests_layout_right (10369 ms)
6: [ RUN      ] cuda_hostpinned.view_fill_tests_layout_left
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
4: [       OK ] hip.team_scratch_1_streams (52215 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 (172881 ms total)
4: 
4: [----------] 55 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 (0 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 (32 ms)
4: [ RUN      ] hip_managed.view_subview_2d_from_3d_atomic
4: [       OK ] hip_managed.view_subview_2d_from_3d_atomic (33 ms)
4: [ RUN      ] hip_managed.view_subview_2d_from_3d_randomaccess
4: [       OK ] hip_managed.view_subview_2d_from_3d_randomaccess (32 ms)
4: [ RUN      ] hip_managed.view_subview_3d_from_5d_left
4: [       OK ] hip_managed.view_subview_3d_from_5d_left (117 ms)
4: [ RUN      ] hip_managed.view_subview_3d_from_5d_left_atomic
4: [       OK ] hip_managed.view_subview_3d_from_5d_left_atomic (120 ms)
4: [ RUN      ] hip_managed.view_subview_3d_from_5d_left_randomaccess
4: [       OK ] hip_managed.view_subview_3d_from_5d_left_randomaccess (119 ms)
4: [ RUN      ] hip_managed.view_subview_3d_from_5d_right
4: [       OK ] hip_managed.view_subview_3d_from_5d_right (124 ms)
4: [ RUN      ] hip_managed.view_subview_3d_from_5d_right_atomic
4: [       OK ] hip_managed.view_subview_3d_from_5d_right_atomic (120 ms)
4: [ RUN      ] hip_managed.view_subview_3d_from_5d_right_randomaccess
4: [       OK ] hip_managed.view_subview_3d_from_5d_right_randomaccess (115 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 (150 ms)
4: [ RUN      ] hip_managed.view_api_a
4: [       OK ] hip_managed.view_api_a (5 ms)
4: [ RUN      ] hip_managed.view_api_b
4: [       OK ] hip_managed.view_api_b (12 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 (4 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 (692 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 (13 ms)
4: [ RUN      ] hip_managed.view_copy_tests
4: [       OK ] hip_managed.view_copy_tests (9 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_fill_tests_layout_right
4: [       OK ] hip_managed.view_fill_tests_layout_right (1321 ms)
4: [ RUN      ] hip_managed.view_fill_tests_layout_left
4: [       OK ] hip_managed.view_fill_tests_layout_left (770 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: [----------] 55 tests from hip_managed (3908 ms total)
4: 
4: [----------] 27 tests from hip_hostpinned
4: [ RUN      ] hip_hostpinned.impl_shared_alloc
4: [       OK ] hip_hostpinned.impl_shared_alloc (123 ms)
4: [ RUN      ] hip_hostpinned.view_api_a
4: [       OK ] hip_hostpinned.view_api_a (4 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 ] openacc_DeathTest.view_layoutstride_left_to_layoutright_assignment (11474 ms)
4: [ RUN      ] openacc_DeathTest.view_memory_access_violations_from_host
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
4: [       OK ] hip_hostpinned.view_allocation_large_rank (552 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_fill_tests_layout_right
4: [       OK ] hip_hostpinned.view_fill_tests_layout_right (1352 ms)
4: [ RUN      ] hip_hostpinned.view_fill_tests_layout_left
[ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o
25: [       OK ] openmp.SortUnsignedValueType (9657 ms)
25: [ RUN      ] openmp.SortEmptyView
25: [       OK ] openmp.SortEmptyView (0 ms)
25: [ RUN      ] openmp.SortByKeyEmptyView
25: [       OK ] openmp.SortByKeyEmptyView (0 ms)
25: [ RUN      ] openmp.SortByKey
25: [       OK ] openmp.SortByKey (1 ms)
25: [ RUN      ] openmp.SortByKeyWithComparator
25: [       OK ] openmp.SortByKeyWithComparator (0 ms)
25: [ RUN      ] openmp.SortByKeyStaticExtents
25: [       OK ] openmp.SortByKeyStaticExtents (0 ms)
25: [ RUN      ] openmp.SortByKeyWithStrides
25: [       OK ] openmp.SortByKeyWithStrides (0 ms)
25: [ RUN      ] openmp.SortByKeyKeysLargerThanValues
25: 
25: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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 8 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: 
25: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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 8 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: [       OK ] openmp.SortByKeyKeysLargerThanValues (402 ms)
25: [ RUN      ] openmp.SortWithCustomComparator
25: [       OK ] openmp.SortWithCustomComparator (1135 ms)
25: [ RUN      ] openmp.BinSortGenericTests
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o
25: [       OK ] openmp.BinSortGenericTests (555 ms)
25: [ RUN      ] openmp.BinSortEmptyView
25: [       OK ] openmp.BinSortEmptyView (0 ms)
25: [ RUN      ] openmp.BinSortEmptyKeysView
25: [       OK ] openmp.BinSortEmptyKeysView (0 ms)
25: [ RUN      ] openmp.BinSortUnsignedKeyLayoutStrideValues
4: [       OK ] hip_hostpinned.view_fill_tests_layout_left (2468 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 (3 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: [----------] 27 tests from hip_hostpinned (4582 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 373 tests from 4 test suites ran. (257327 ms total)
4: [  PASSED  ] 372 tests.
4: [  SKIPPED ] 1 test, listed below:
4: [  SKIPPED ] hip.mdspan_minimal_functional
 4/52 Test  #4: Kokkos_CoreUnitTest_HIP .....................   Passed  257.84 sec
test 5
      Start  5: Kokkos_CoreUnitTest_HIPInterOpInit

5: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (342 ms)
5: [----------] 1 test from hip (342 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 1 test from 1 test suite ran. (342 ms total)
5: [  PASSED  ] 1 test.
 5/52 Test  #5: Kokkos_CoreUnitTest_HIPInterOpInit ..........   Passed    0.39 sec
test 6
      Start  6: Kokkos_CoreUnitTest_HIPInterOpStreams

6: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 ] cuda_hostpinned.view_fill_tests_layout_left (10744 ms)
6: [ RUN      ] cuda_hostpinned.view_mapping
6: [       OK ] cuda_hostpinned.view_mapping (56 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: [----------] 27 tests from cuda_hostpinned (25574 ms total)
6: 
6: [----------] 27 tests from cuda_uvm
6: [ RUN      ] cuda_uvm.impl_shared_alloc
6: [       OK ] cuda_uvm.impl_shared_alloc (51 ms)
6: [ RUN      ] cuda_uvm.view_api_a
6: [       OK ] cuda_uvm.view_api_a (19 ms)
6: [ RUN      ] cuda_uvm.view_api_b
6: [       OK ] cuda_uvm.view_api_b (32 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 (5 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 (0 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 ] hip.raw_hip_streams (367 ms)
6: [----------] 1 test from hip (367 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 1 test from 1 test suite ran. (367 ms total)
6: [  PASSED  ] 1 test.
 6/52 Test  #6: Kokkos_CoreUnitTest_HIPInterOpStreams .......   Passed    0.43 sec
test 7
      Start  7: Kokkos_UnitTest_HIPGraph

7: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_UnitTest_HIPGraph
7: Test timeout computed to be: 1500
6: [       OK ] cuda_uvm.view_allocation_large_rank (1124 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 (8 ms)
6: [ RUN      ] cuda_uvm.view_copy_tests
6: [       OK ] cuda_uvm.view_copy_tests (19 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_fill_tests_layout_right
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 (10 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 (13 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 (25 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 5 tests from 1 test suite ran. (25 ms total)
7: [  PASSED  ] 5 tests.
7: 
7:   YOU HAVE 1 DISABLED TEST
7: 
 7/52 Test  #7: Kokkos_UnitTest_HIPGraph ....................   Passed    0.47 sec
test 8
      Start  8: Kokkos_CoreUnitTest_Default

8: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Default
8: Test timeout computed to be: 1500
6: [       OK ] cuda_uvm.view_fill_tests_layout_right (270 ms)
6: [ RUN      ] cuda_uvm.view_fill_tests_layout_left
6: [       OK ] cuda_uvm.view_fill_tests_layout_left (263 ms)
6: [ RUN      ] cuda_uvm.view_mapping
6: [       OK ] cuda_uvm.view_mapping (56 ms)
6: [ RUN      ] cuda_uvm.view_mapping_operator
6: [       OK ] cuda_uvm.view_mapping_operator (16 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 (3 ms)
6: [----------] 27 tests from cuda_uvm (1881 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 95 tests from 3 test suites ran. (52799 ms total)
6: [  PASSED  ] 95 tests.
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-5993/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 (0 ms)
8: [ RUN      ] defaultdevicetype.compiler_macros
8: [       OK ] defaultdevicetype.compiler_macros (0 ms)
8: [ RUN      ] defaultdevicetype.half_conversion
8: [       OK ] defaultdevicetype.half_conversion (2 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 (6 ms)
8: [ RUN      ] defaultdevicetype.reduce_instantiation_b1
8: [       OK ] defaultdevicetype.reduce_instantiation_b1 (15 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 (8 ms)
8: [ RUN      ] defaultdevicetype.reduce_instantiation_b2
8: [       OK ] defaultdevicetype.reduce_instantiation_b2 (20 ms)
8: [ RUN      ] defaultdevicetype.reduce_instantiation_c2
8: [       OK ] defaultdevicetype.reduce_instantiation_c2 (9 ms)
8: [ RUN      ] defaultdevicetype.reduce_instantiation_a3
8: [       OK ] defaultdevicetype.reduce_instantiation_a3 (14 ms)
8: [ RUN      ] defaultdevicetype.reduce_instantiation_b3
8: [       OK ] defaultdevicetype.reduce_instantiation_b3 (32 ms)
8: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
8: [       OK ] defaultdevicetype.reduce_instantiation_c3 (14 ms)
8: [ RUN      ] defaultdevicetype.malloc
8: [       OK ] defaultdevicetype.malloc (0 ms)
8: [----------] 31 tests from defaultdevicetype (137 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<int, Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
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<int [5], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
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<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
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<int [5][10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int* [10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int**, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int [5][10][15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int* [10][15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int** [15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int***, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int, Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
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<int [5], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
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<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
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<int [5][10], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int* [10], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int**, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int [5][10][15], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int* [10][15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int** [15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int***, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int, Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
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<int [5], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
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<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
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<int [5][10], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int* [10], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int**, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int [5][10][15], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int* [10][15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int** [15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int***, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
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<int* [10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
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<int** [15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
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<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
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<int* [10], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
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<int** [15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
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<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
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<int* [10], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
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<int** [15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
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. (156 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.56 sec
test 9
      Start  9: Kokkos_CoreUnitTest_LegionInitialization

9: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o
9: [       OK ] initialization.legion_initialization (385 ms)
9: [----------] 1 test from initialization (385 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 1 test from 1 test suite ran. (385 ms total)
9: [  PASSED  ] 1 test.
 9/52 Test  #9: Kokkos_CoreUnitTest_LegionInitialization ....   Passed    0.44 sec
test 10
      Start 10: Kokkos_CoreUnitTest_PushFinalizeHook

10: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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.39 sec
test 11
      Start 11: Kokkos_CoreUnitTest_Develop

11: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Develop
11: Test timeout computed to be: 1500
 6/48 Test  #6: Kokkos_CoreUnitTest_Cuda3 ........................   Passed   55.83 sec
test 7
      Start  7: Kokkos_CoreUnitTest_CudaTimingBased

7: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_CudaTimingBased
7: 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.
11/52 Test #11: Kokkos_CoreUnitTest_Develop .................   Passed    0.42 sec
test 12
      Start 12: Kokkos_CoreUnitTest_KokkosP

12: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (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 (1 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.44 sec
test 13
      Start 13: Kokkos_CoreUnitTest_ToolIndependence

13: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help"
14: Environment variables: 
14:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-5993/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().
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o
14: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
14/52 Test #14: Kokkos_ProfilingTestLibraryLoadHelp .........   Passed    0.43 sec
test 15
      Start 15: Kokkos_ProfilingTestLibraryCmdLineHelp

15: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-5993/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/52 Test #15: Kokkos_ProfilingTestLibraryCmdLineHelp ......   Passed    0.43 sec
test 16
      Start 16: Kokkos_ProfilingTestLibraryLoad

16: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
16: Environment variables: 
16:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-5993/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().
7: 
7: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
7:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
7:                                   setting CUDA_VISIBLE_DEVICES.
7:                                   This could on multi GPU systems lead to severe performance"
7:                                   penalties.
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 (130 ms)
7: [ RUN      ] cuda.debug_pin_um_to_host
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:0x17fd040:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x172ec40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x172ed40:Host:source:0x17fd140: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:0x1ce05c0: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:0x172ec40:40::kokkosp_deallocate_data:Host:source:0x17fd040:40::kokkosp_finalize_library::
16/52 Test #16: Kokkos_ProfilingTestLibraryLoad .............   Passed    0.42 sec
test 17
      Start 17: Kokkos_ProfilingTestLibraryCmdLine

17: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-5993/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:0x93d140:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xb43480:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xb43580:Host:source:0x93d240: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:0x6cac00: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:0xb43480:40::kokkosp_deallocate_data:Host:source:0x93d140:40::kokkosp_finalize_library::
17/52 Test #17: Kokkos_ProfilingTestLibraryCmdLine ..........   Passed    0.43 sec
test 18
      Start 18: Kokkos_CoreUnitTest_StackTraceTest

18: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec
18: Test timeout computed to be: 1500
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.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-5993/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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x3fa890]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x396c1e]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x392701]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbc) [0x39428c]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3ca63d]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x3a41a9]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x3a52a9]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x142) [0x3a5b42]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x74d) [0x3b526d]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3cb2ad]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x3b4aed]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x394740]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f591dd23083]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3925ae]
18:  
18: demangled test_f1:
18: [0x3fa890] Kokkos::Impl::save_stacktrace()
18: [0x396c1e] Test::stacktrace_test_f1(std::ostream&)
18: [0x392701] Test::test_stacktrace(bool, bool)
18: [0x39428c] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
18: [0x3ca63d] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x3a41a9] testing::Test::Run()
18: [0x3a52a9] testing::TestInfo::Run()
18: [0x3a5b42] testing::TestSuite::Run()
18: [0x3b526d] testing::internal::UnitTestImpl::RunAllTests()
18: [0x3cb2ad] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x3b4aed] testing::UnitTest::Run()
18: [0x394740] main
18: [0x7f591dd23083] __libc_start_main
18: [0x3925ae] _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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x3fa890]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x396c1e]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x397066]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xb21) [0x393201]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbc) [0x39428c]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3ca63d]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x3a41a9]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x3a52a9]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x142) [0x3a5b42]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x74d) [0x3b526d]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3cb2ad]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x3b4aed]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x394740]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f591dd23083]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3925ae]
18:  
18: demangled test_f3:
18: [0x3fa890] Kokkos::Impl::save_stacktrace()
18: [0x396c1e] Test::stacktrace_test_f1(std::ostream&)
18: [0x397066] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x393201] Test::test_stacktrace(bool, bool)
18: [0x39428c] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
18: [0x3ca63d] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x3a41a9] testing::Test::Run()
18: [0x3a52a9] testing::TestInfo::Run()
18: [0x3a5b42] testing::TestSuite::Run()
18: [0x3b526d] testing::internal::UnitTestImpl::RunAllTests()
18: [0x3cb2ad] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x3b4aed] testing::UnitTest::Run()
18: [0x394740] main
18: [0x7f591dd23083] __libc_start_main
18: [0x3925ae] _start
18:  
18: Test setting std::terminate handler that prints the last saved stack trace
18: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (591 ms)
18: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
18: 
18: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x3fa890]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x396c1e]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x392701]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xb9) [0x394529]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3ca63d]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x3a41a9]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x3a52a9]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x142) [0x3a5b42]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x74d) [0x3b526d]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3cb2ad]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x3b4aed]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x394740]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f591dd23083]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3925ae]
18:  
18: demangled test_f1:
18: [0x3fa890] Kokkos::Impl::save_stacktrace()
18: [0x396c1e] Test::stacktrace_test_f1(std::ostream&)
18: [0x392701] Test::test_stacktrace(bool, bool)
18: [0x394529] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
18: [0x3ca63d] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x3a41a9] testing::Test::Run()
18: [0x3a52a9] testing::TestInfo::Run()
18: [0x3a5b42] testing::TestSuite::Run()
18: [0x3b526d] testing::internal::UnitTestImpl::RunAllTests()
18: [0x3cb2ad] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x3b4aed] testing::UnitTest::Run()
18: [0x394740] main
18: [0x7f591dd23083] __libc_start_main
18: [0x3925ae] _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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x3fa890]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x396c1e]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x397066]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xb21) [0x393201]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xb9) [0x394529]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3ca63d]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x3a41a9]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x3a52a9]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x142) [0x3a5b42]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x74d) [0x3b526d]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3cb2ad]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x3b4aed]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x394740]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f591dd23083]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3925ae]
18:  
18: demangled test_f3:
18: [0x3fa890] Kokkos::Impl::save_stacktrace()
18: [0x396c1e] Test::stacktrace_test_f1(std::ostream&)
18: [0x397066] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x393201] Test::test_stacktrace(bool, bool)
18: [0x394529] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
18: [0x3ca63d] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x3a41a9] testing::Test::Run()
18: [0x3a52a9] testing::TestInfo::Run()
18: [0x3a5b42] testing::TestSuite::Run()
18: [0x3b526d] testing::internal::UnitTestImpl::RunAllTests()
18: [0x3cb2ad] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x3b4aed] testing::UnitTest::Run()
18: [0x394740] main
18: [0x7f591dd23083] __libc_start_main
18: [0x3925ae] _start
18:  
18: Test setting std::terminate handler that prints the last saved stack trace
7: [       OK ] cuda.debug_pin_um_to_host (2010 ms)
7: [----------] 2 tests from cuda (2141 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 2 tests from 1 test suite ran. (2141 ms total)
7: [  PASSED  ] 2 tests.
18: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (570 ms)
18: [----------] 2 tests from defaultdevicetype_DeathTest (1162 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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x3fa890]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x396c1e]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x392701]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3ca63d]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x3a41a9]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x3a52a9]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x142) [0x3a5b42]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x74d) [0x3b526d]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3cb2ad]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x3b4aed]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x394740]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f591dd23083]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3925ae]
18:  
18: demangled test_f1:
18: [0x3fa890] Kokkos::Impl::save_stacktrace()
18: [0x396c1e] Test::stacktrace_test_f1(std::ostream&)
18: [0x392701] Test::test_stacktrace(bool, bool)
18: [0x3ca63d] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x3a41a9] testing::Test::Run()
18: [0x3a52a9] testing::TestInfo::Run()
18: [0x3a5b42] testing::TestSuite::Run()
18: [0x3b526d] testing::internal::UnitTestImpl::RunAllTests()
18: [0x3cb2ad] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x3b4aed] testing::UnitTest::Run()
18: [0x394740] main
18: [0x7f591dd23083] __libc_start_main
18: [0x3925ae] _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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x3fa890]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x396c1e]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x397066]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xb21) [0x393201]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3ca63d]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x3a41a9]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x3a52a9]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x142) [0x3a5b42]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x74d) [0x3b526d]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x3cb2ad]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4d) [0x3b4aed]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x394740]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f591dd23083]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3925ae]
18:  
18: demangled test_f3:
18: [0x3fa890] Kokkos::Impl::save_stacktrace()
18: [0x396c1e] Test::stacktrace_test_f1(std::ostream&)
18: [0x397066] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x393201] Test::test_stacktrace(bool, bool)
18: [0x3ca63d] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x3a41a9] testing::Test::Run()
18: [0x3a52a9] testing::TestInfo::Run()
18: [0x3a5b42] testing::TestSuite::Run()
18: [0x3b526d] testing::internal::UnitTestImpl::RunAllTests()
18: [0x3cb2ad] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x3b4aed] testing::UnitTest::Run()
18: [0x394740] main
18: [0x7f591dd23083] __libc_start_main
18: [0x3925ae] _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. (1163 ms total)
18: [  PASSED  ] 3 tests.
18/52 Test #18: Kokkos_CoreUnitTest_StackTraceTest ..........   Passed    1.70 sec
test 19
      Start 19: Kokkos_IncrementalTest_SERIAL

19: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_IncrementalTest_SERIAL
19: Test timeout computed to be: 1500
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c12.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c13.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o
 7/48 Test  #7: Kokkos_CoreUnitTest_CudaTimingBased ..............   Passed    4.56 sec
test 8
      Start  8: Kokkos_CoreUnitTest_CudaInterOpInit

8: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/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
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 (40 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 (64 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 (1 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 (106 ms total)
19: 
19: [----------] Global test environment tear-down
19: [==========] 28 tests from 1 test suite ran. (106 ms total)
19: [  PASSED  ] 28 tests.
19/52 Test #19: Kokkos_IncrementalTest_SERIAL ...............   Passed    0.51 sec
test 20
      Start 20: Kokkos_IncrementalTest_HIP

20: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_IncrementalTest_HIP
20: Test timeout computed to be: 1500
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
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_c.cpp.o
8: 
8: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
8:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
8:                                   setting CUDA_VISIBLE_DEVICES.
8:                                   This could on multi GPU systems lead to severe performance"
8:                                   penalties.
8: [       OK ] cuda.raw_cuda_interop (1651 ms)
8: [----------] 1 test from cuda (1651 ms total)
8: 
8: [----------] Global test environment tear-down
8: [==========] 1 test from 1 test suite ran. (1651 ms total)
8: [  PASSED  ] 1 test.
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o
 8/48 Test  #8: Kokkos_CoreUnitTest_CudaInterOpInit ..............   Passed    2.45 sec
test 9
      Start  9: Kokkos_CoreUnitTest_CudaInterOpStreams

9: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/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
20: [       OK ] HIP.IncrTest_03b_memspace_free (2544 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 (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 (144 ms)
20: [ RUN      ] HIP.IncrTest_12a_ThreadScratch
20: [       OK ] HIP.IncrTest_12a_ThreadScratch (4 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 (0 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 (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 (2721 ms total)
20: 
20: [----------] Global test environment tear-down
20: [==========] 28 tests from 1 test suite ran. (2721 ms total)
20: [  PASSED  ] 28 tests.
20/52 Test #20: Kokkos_IncrementalTest_HIP ..................   Passed    3.15 sec
test 21
      Start 21: Kokkos_CoreUnitTest_CTestDevice

21: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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.02 sec
test 23
      Start 23: Kokkos_CoreUnitTest_DeviceAndThreads

23: Test command: /usr/bin/python3.8 "-m" "unittest" "-v" "/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/TestDeviceAndThreads.py"
23: Test timeout computed to be: 1500
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.0220221 -0.00824776 || 0.051031 28066 29416 || 29320.1 28674.4 || -114.017 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.00965624 -0.0046936 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
9: 
9: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
9:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
9:                                   setting CUDA_VISIBLE_DEVICES.
9:                                   This could on multi GPU systems lead to severe performance"
9:                                   penalties.
9: [       OK ] cuda.raw_cuda_streams (1653 ms)
9: [----------] 1 test from cuda (1653 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 1 test from 1 test suite ran. (1654 ms total)
9: [  PASSED  ] 1 test.
23: test_device_id (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
[ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
 9/48 Test  #9: Kokkos_CoreUnitTest_CudaInterOpStreams ...........   Passed    2.45 sec
test 10
      Start 10: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU

10: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
10: Test timeout computed to be: 1500
23: test_disable_warnings (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
23: test_num_devices (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
23: test_num_threads (TestDeviceAndThreads.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled'
10: 
10: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
10:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
10:                                   setting CUDA_VISIBLE_DEVICES.
10:                                   This could on multi GPU systems lead to severe performance"
10:                                   penalties.
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 (1 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 (4 ms total)
10: 
10: [----------] Global test environment tear-down
10: [==========] 3 tests from 1 test suite ran. (4 ms total)
10: [  PASSED  ] 3 tests.
10/48 Test #10: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU ...   Passed    2.43 sec
test 11
      Start 11: Kokkos_CoreUnitTest_CudaGraph

11: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_CudaGraph
11: Test timeout computed to be: 1500
23: test_tune_internals (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
23: 
23: ----------------------------------------------------------------------
23: Ran 5 tests in 4.609s
23: 
23: OK (skipped=1)
23/52 Test #23: Kokkos_CoreUnitTest_DeviceAndThreads ........   Passed    4.67 sec
test 24
      Start 24: Kokkos_PerformanceTest_TaskDag

24: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2024-04-25_T21-48-45.json"
25: Test timeout computed to be: 1500
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c14.cpp.o
25: 2024-04-25T22:11:45+00:00
25: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
25: Run on (255 X 3099.82 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: 10.97, 13.32, 12.41
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
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o
25: ---------------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
25: ---------------------------------------------------------------------------------------------------------------------------------------------------
25: GramSchmidt<double>/Count:1024/iterations:5/manual_time                            0.008 s         0.008 s             5       1024        7.48553u
25: GramSchmidt<double>/Count:2048/iterations:5/manual_time                            0.008 s         0.008 s             5     2.048k        3.73438u
25: GramSchmidt<double>/Count:4096/iterations:5/manual_time                            0.008 s         0.008 s             5     4.096k        1.86351u
25: GramSchmidt<double>/Count:8192/iterations:5/manual_time                            0.008 s         0.010 s             5     8.192k        924.503n
25: GramSchmidt<double>/Count:16384/iterations:5/manual_time                           0.008 s         0.009 s             5    16.384k        465.845n
25: GramSchmidt<double>/Count:32768/iterations:5/manual_time                           0.008 s         0.010 s             5    32.768k        237.995n
25: GramSchmidt<double>/Count:65536/iterations:5/manual_time                           0.009 s         0.012 s             5    65.536k        129.206n
25: GramSchmidt<double>/Count:131072/iterations:5/manual_time                          0.011 s         0.018 s             5   131.072k         86.053n
[ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o
25: GramSchmidt<double>/Count:262144/iterations:5/manual_time                          0.015 s         0.029 s             5   262.144k        56.5011n
11: 
11: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
11:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
11:                                   setting CUDA_VISIBLE_DEVICES.
11:                                   This could on multi GPU systems lead to severe performance"
11:                                   penalties.
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 (3 ms total)
11: 
11: [----------] Global test environment tear-down
11: [==========] 5 tests from 1 test suite ran. (3 ms total)
11: [  PASSED  ] 5 tests.
11: 
11:   YOU HAVE 1 DISABLED TEST
11: 
25: GramSchmidt<double>/Count:524288/iterations:5/manual_time                          0.022 s         0.051 s             5   524.288k        42.4579n
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o
11/48 Test #11: Kokkos_CoreUnitTest_CudaGraph ....................   Passed    2.43 sec
test 12
      Start 12: Kokkos_CoreUnitTest_Default

12: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_Default
12: Test timeout computed to be: 1500
25: [       OK ] openmp.BinSortUnsignedKeyLayoutStrideValues (16537 ms)
25: [ RUN      ] openmp.NestedSort
25: [       OK ] openmp.NestedSort (6 ms)
25: [ RUN      ] openmp.NestedSortByKey
25: [       OK ] openmp.NestedSortByKey (51 ms)
25: [----------] 15 tests from openmp (28349 ms total)
25: 
25: [----------] Global test environment tear-down
25: [==========] 15 tests from 1 test suite ran. (28349 ms total)
25: [  PASSED  ] 15 tests.
25/45 Test #25: Kokkos_UnitTest_Sort ........................   Passed   28.38 sec
test 26
      Start 26: Kokkos_UnitTest_Random

26: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_UnitTest_Random
26: Test timeout computed to be: 1500
26: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
26:                                     Detected: 4 cores per node.
26:                                     Detected: 1 MPI_ranks per node.
26:                                     Requested: 8 threads per process.
26: [==========] Running 3 tests from 1 test suite.
26: [----------] Global test environment set-up.
26: [----------] 3 tests from openmp
26: [ RUN      ] openmp.Random_XorShift64
26: Test Seed:1714082924403513556
26: Test Scalar=int
26:  -- Testing randomness properties
26:  -- Testing 1-D histogram
26: Density 1D: 3.25521e-08 -0.00608284 -0.000356649 || 0.051031 2055 2399 || 2235.66 2222.06 || -4.93032 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 9.76563e-08 -0.0178581 -0.000193747 || 0.051031 1e+64 -1e+64
26: Test Scalar=unsigned int
26:  -- Testing randomness properties
26:  -- Testing 1-D histogram
26: Density 1D: 0 -0.00908551 0.001381 || 0.051031 2047 2385 || 2242.44 2222.06 || 19.091 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 0 0.0143138 0.000349456 || 0.051031 1e+64 -1e+64
26: Test Scalar=int64_t
26:  -- Testing randomness properties
26:  -- Testing 1-D histogram
26: Density 1D: 0 -0.00558633 -0.00190361 || 0.051031 2055 2417 || 2234.54 2222.06 || -26.3155 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 0 -0.00189202 0.00105974 || 0.051031 1e+64 -1e+64
26: Test Scalar=uint64_t
26:  -- Testing randomness properties
26:  -- Testing 1-D histogram
26: Density 1D: 0 -0.0100748 -0.000330597 || 0.051031 2055 2400 || 2244.68 2222.06 || -4.57018 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 0 0.0116203 0.000542654 || 0.051031 1e+64 -1e+64
26: Test Scalar=half
26:  -- Testing randomness properties
26:  -- Testing 1-D histogram
26: Density 1D: 0 -0.023546 0.00161311 || 0.051031 2051 2414 || 2275.64 2222.06 || 22.2996 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 0 -0.00677244 -0.000225855 || 0.051031 1e+64 -1e+64
26: Test Scalar=bhalf
26:  -- Testing randomness properties
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o
26:  -- Testing 1-D histogram
26: Density 1D: 6.51042e-08 0.000595305 -2.34763e-05 || 0.051031 2020 2417 || 2220.74 2222.06 || -0.324536 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 1.95313e-07 -0.00800441 -0.000518003 || 0.051031 1e+64 -1e+64
26: Test Scalar=float
26:  -- Testing randomness properties
25: ----------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s        Max
25: ----------------------------------------------------------------------------------------------------------------------------------------------
25: CustomReduction<double>/N:100000/R:1000/manual_time                                0.007 s         0.018 s            95 14.6648k/s       11.5
26:  -- Testing 1-D histogram
26: Density 1D: 3.25521e-08 -0.0203669 -0.00298233 || 0.051031 2036 2394 || 2268.26 2222.06 || -41.2277 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 9.76563e-08 0.0206544 0.000223357 || 0.051031 1e+64 -1e+64
26: Test Scalar=double
26:  -- Testing randomness properties
26:  -- Testing 1-D histogram
26: Density 1D: 0 -0.0137171 -0.00339462 || 0.051031 2037 2398 || 2252.97 2222.06 || -46.9273 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 0 -0.0157173 0.000452188 || 0.051031 1e+64 -1e+64
26: Test Seed:1714082927122952963
26: Test Scalar=int
26:  -- Testing randomness properties
12: 
12: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
12:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
12:                                   setting CUDA_VISIBLE_DEVICES.
12:                                   This could on multi GPU systems lead to severe performance"
12:                                   penalties.
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: [       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 (8 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 (97 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 (2 ms)
12: [ RUN      ] defaultdevicetype.bhalf_conversion
12: [       OK ] defaultdevicetype.bhalf_conversion (2 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 (11 ms)
12: [ RUN      ] defaultdevicetype.reduce_instantiation_b1
12: [       OK ] defaultdevicetype.reduce_instantiation_b1 (33 ms)
12: [ RUN      ] defaultdevicetype.reduce_instantiation_c1
12: [       OK ] defaultdevicetype.reduce_instantiation_c1 (11 ms)
12: [ RUN      ] defaultdevicetype.reduce_instantiation_a2
12: [       OK ] defaultdevicetype.reduce_instantiation_a2 (15 ms)
12: [ RUN      ] defaultdevicetype.reduce_instantiation_b2
12: [       OK ] defaultdevicetype.reduce_instantiation_b2 (45 ms)
12: [ RUN      ] defaultdevicetype.reduce_instantiation_c2
12: [       OK ] defaultdevicetype.reduce_instantiation_c2 (15 ms)
12: [ RUN      ] defaultdevicetype.reduce_instantiation_a3
12: [       OK ] defaultdevicetype.reduce_instantiation_a3 (17 ms)
12: [ RUN      ] defaultdevicetype.reduce_instantiation_b3
12: [       OK ] defaultdevicetype.reduce_instantiation_b3 (49 ms)
12: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
12: [       OK ] defaultdevicetype.reduce_instantiation_c3 (17 ms)
12: [ RUN      ] defaultdevicetype.malloc
12: [       OK ] defaultdevicetype.malloc (0 ms)
12: [----------] 31 tests from defaultdevicetype (342 ms total)
12: 
12: [----------] 1 test from kokkosresize
12: [ RUN      ] kokkosresize.host_space_access
12: [       OK ] kokkosresize.host_space_access (34 ms)
12: [----------] 1 test from kokkosresize (34 ms total)
12: 
12: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple<int, Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
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<int [5], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
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<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
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<int [5][10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int* [10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int**, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int [5][10][15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int* [10][15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int** [15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int***, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int, Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
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<int [5], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
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<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
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<int [5][10], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int* [10], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int**, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int [5][10][15], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int* [10][15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int** [15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int***, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int, Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
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<int [5], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
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<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
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<int [5][10], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int* [10], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int**, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int [5][10][15], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int* [10][15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int** [15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int***, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
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<int* [10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
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<int** [15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
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<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
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<int* [10], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
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<int** [15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
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<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
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<int* [10], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
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<int** [15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
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. (386 ms total)
12: [  PASSED  ] 71 tests.
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.570 s         0.568 s             1        0.097676     0.046954               0.0881531             0.042361   0.0433628              3u
26:  -- Testing 1-D histogram
26: Density 1D: 0 -0.00643174 -0.000666141 || 0.051031 2044 2410 || 2236.45 2222.06 || -9.20873 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 0 -0.00490601 -8.54251e-05 || 0.051031 1e+64 -1e+64
26: Test Scalar=unsigned int
26:  -- Testing randomness properties
[ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ViewCtorPropEmbeddedDim.cpp.o
26:  -- Testing 1-D histogram
26: Density 1D: 0 0.0147567 -0.000137836 || 0.051031 2060 2415 || 2189.75 2222.06 || -1.90545 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 0 0.0164507 0.000225786 || 0.051031 1e+64 -1e+64
26: Test Scalar=int64_t
26:  -- Testing randomness properties
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o
26:  -- Testing 1-D histogram
26: Density 1D: 0 0.00128444 0.0026562 || 0.051031 2053 2397 || 2219.21 2222.06 || 36.7193 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 0 -0.0128685 -6.14539e-05 || 0.051031 1e+64 -1e+64
26: Test Scalar=uint64_t
26:  -- Testing randomness properties
12/48 Test #12: Kokkos_CoreUnitTest_Default ......................   Passed    2.83 sec
test 13
      Start 13: Kokkos_CoreUnitTest_LegionInitialization

13: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/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
26:  -- Testing 1-D histogram
26: Density 1D: 0 -0.00274853 -2.17349e-05 || 0.051031 2037 2420 || 2228.19 2222.06 || -0.300463 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 0 0.0107886 -0.000287713 || 0.051031 1e+64 -1e+64
26: Test Scalar=half
26:  -- Testing randomness properties
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.2181m     4.01108m                7.76925m                  3.84352m    3.88696m           2.39u
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o
26:  -- Testing 1-D histogram
26: Density 1D: 6.51042e-08 -0.0192591 -0.00144362 || 0.051031 2044 2403 || 2265.7 2222.06 || -19.9566 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 1.95313e-07 0.00265895 0.000473774 || 0.051031 1e+64 -1e+64
26: Test Scalar=bhalf
26:  -- Testing randomness properties
26:  -- Testing 1-D histogram
26: Density 1D: 0 -0.0193608 0.000885506 || 0.051031 2027 2406 || 2265.93 2222.06 || 12.2412 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 0 -0.00841605 0.000398465 || 0.051031 1e+64 -1e+64
26: Test Scalar=float
26:  -- Testing randomness properties
25: OverlapTeamPolicy/N:20/M:1000000/R:10                                              0.073 s         0.073 s            10       0.0124795    0.0108703                8.97651m                  4.80112m    4.52581m            3.3u
25: ---------------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
25: ---------------------------------------------------------------------------------------------------------------------------------------------------
25: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time                      0.000 s         0.000 s             5       1024        28.7402n
25: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                      0.000 s         0.000 s             5     2.048k        13.8232n
25: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                      0.000 s         0.000 s             5     4.096k         7.0874n
25: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                      0.000 s         0.000 s             5     8.192k        3.50952n
25: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                     0.000 s         0.000 s             5    16.384k         1.7511n
25: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                     0.000 s         0.000 s             5    32.768k        975.006p
25: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                     0.000 s         0.001 s             5    65.536k        594.177p
25: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                    0.000 s         0.000 s             5   131.072k         487.74p
25: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                    0.000 s         0.001 s             5   262.144k        563.499p
25: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                    0.000 s         0.001 s             5   524.288k         396.42p
26:  -- Testing 1-D histogram
26: Density 1D: 9.76563e-08 0.0092046 -1.17798e-05 || 0.051031 2041 2397 || 2201.79 2222.06 || -0.162844 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 2.92969e-07 0.0135723 -0.000455338 || 0.051031 1e+64 -1e+64
26: Test Scalar=double
26:  -- Testing randomness properties
26:  -- Testing 1-D histogram
26: Density 1D: 0 0.00154319 0.000793778 || 0.051031 2046 2416 || 2218.64 2222.06 || 10.9732 -0.160751
26:  -- Testing 3-D histogram
26: Density 3D: 0 0.00969779 -0.000685991 || 0.051031 1e+64 -1e+64
26: [       OK ] openmp.Random_XorShift64 (5503 ms)
26: [ RUN      ] openmp.Random_XorShift1024_0
26: Test Seed:1714082929906524643
26: Test Scalar=int
26:  -- Testing randomness properties
13: 
13: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
13:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
13:                                   setting CUDA_VISIBLE_DEVICES.
13:                                   This could on multi GPU systems lead to severe performance"
13:                                   penalties.
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. (1618 ms total)
13: [  PASSED  ] 1 test.
4: [       OK ] openacc_DeathTest.view_memory_access_violations_from_host (25739 ms)
4: [ RUN      ] openacc_DeathTest.view_memory_access_violations_from_device
4: /var/jenkins/workspace/Kokkos_PR-5993/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 (53041 ms total)
4: 
4: [----------] 160 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 (42 ms)
4: [ RUN      ] openacc.atomic_operations_longlong
4: [       OK ] openacc.atomic_operations_longlong (41 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 (41 ms)
4: [ RUN      ] openacc.atomics
4: [       OK ] openacc.atomics (391 ms)
4: [ RUN      ] openacc.atomics_tpetra_max_abs
4: [       OK ] openacc.atomics_tpetra_max_abs (0 ms)
4: [ RUN      ] openacc.atomic_views_integral
26:  -- Testing 1-D histogram
26: Density 1D: 7.26597e-05 0.00914251 0.00127834 || 0.051031 2017 2365 || 2178.31 2198.22 || 17.6718 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.26597e-05 0.010681 8.00607e-05 || 0.051031 1e+64 -1e+64
26: Test Scalar=unsigned int
26:  -- Testing randomness properties
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o
26:  -- Testing 1-D histogram
26: Density 1D: 7.26597e-05 -0.00416774 -0.00143594 || 0.051031 2024 2409 || 2207.42 2198.22 || -19.8504 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.26597e-05 -0.00941345 -0.000477405 || 0.051031 1e+64 -1e+64
26: Test Scalar=int64_t
26:  -- Testing randomness properties
13/48 Test #13: Kokkos_CoreUnitTest_LegionInitialization .........   Passed    2.42 sec
test 14
      Start 14: Kokkos_CoreUnitTest_PushFinalizeHook

14: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook
14: Test timeout computed to be: 1500
26:  -- Testing 1-D histogram
26: Density 1D: 7.26597e-05 0.00459933 -0.000185286 || 0.051031 2016 2386 || 2188.16 2198.22 || -2.56139 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.26597e-05 0.000502474 0.000309389 || 0.051031 1e+64 -1e+64
26: Test Scalar=uint64_t
26:  -- Testing randomness properties
25: -----------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                              Time             CPU   Iterations  FOM: rate
25: -----------------------------------------------------------------------------------------------------------------------------------
25: Malloc/N:1/manual_time                                                              13.6 us         26.2 us        51537 73.3305k/s
26:  -- Testing 1-D histogram
26: Density 1D: 7.26597e-05 -0.0124322 -0.000781367 || 0.051031 2007 2379 || 2225.9 2198.22 || -10.8016 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.26597e-05 -0.0210956 -0.000426395 || 0.051031 1e+64 -1e+64
26: Test Scalar=half
26:  -- Testing randomness properties
26:  -- Testing 1-D histogram
26: Density 1D: 7.26597e-05 0.000721576 0.00335001 || 0.051031 1999 2388 || 2196.64 2198.22 || 46.3106 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.26597e-05 0.0183582 -0.000705574 || 0.051031 1e+64 -1e+64
26: Test Scalar=bhalf
26:  -- Testing randomness properties
26:  -- Testing 1-D histogram
26: Density 1D: 7.26597e-05 -0.0262133 -0.00257527 || 0.051031 2022 2400 || 2257.4 2198.22 || -35.6005 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.26597e-05 0.0222724 0.000675679 || 0.051031 1e+64 -1e+64
26: Test Scalar=float
26:  -- Testing randomness properties
26:  -- Testing 1-D histogram
26: Density 1D: 7.27255e-05 -0.0128707 0.000556311 || 0.051031 2016 2387 || 2226.88 2198.22 || 7.69045 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.28572e-05 -0.00586778 0.000675598 || 0.051031 1e+64 -1e+64
26: Test Scalar=double
26:  -- Testing randomness properties
14: 
14: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
14:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
14:                                   setting CUDA_VISIBLE_DEVICES.
14:                                   This could on multi GPU systems lead to severe performance"
14:                                   penalties.
14: SUCCESS
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o
26:  -- Testing 1-D histogram
26: Density 1D: 7.26597e-05 0.0105851 -0.000659494 || 0.051031 2020 2395 || 2175.2 2198.22 || -9.11685 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.26597e-05 -0.00188291 -0.000104448 || 0.051031 1e+64 -1e+64
26: Test Seed:1714082932837498069
26: Test Scalar=int
26:  -- Testing randomness properties
25: Malloc/N:16/manual_time                                                             13.9 us         26.3 us        51467  71.913k/s
14/48 Test #14: Kokkos_CoreUnitTest_PushFinalizeHook .............   Passed    2.42 sec
test 15
      Start 15: Kokkos_CoreUnitTest_Develop

15: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_Develop
15: Test timeout computed to be: 1500
26:  -- Testing 1-D histogram
26: Density 1D: 7.26597e-05 -0.00366467 -0.00185786 || 0.051031 2012 2374 || 2206.31 2198.22 || -25.683 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.26597e-05 -0.00700867 0.000350837 || 0.051031 1e+64 -1e+64
26: Test Scalar=unsigned int
26:  -- Testing randomness properties
26:  -- Testing 1-D histogram
26: Density 1D: 7.26597e-05 -0.00872556 -0.000871678 || 0.051031 2020 2368 || 2217.57 2198.22 || -12.0501 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.26597e-05 0.024787 -2.63948e-05 || 0.051031 1e+64 -1e+64
26: Test Scalar=int64_t
26:  -- Testing randomness properties
26:  -- Testing 1-D histogram
26: Density 1D: 7.26597e-05 0.00330432 -0.00108501 || 0.051031 2034 2370 || 2190.98 2198.22 || -14.9992 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.26597e-05 -0.00426557 -0.000556474 || 0.051031 1e+64 -1e+64
26: Test Scalar=uint64_t
26:  -- Testing randomness properties
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o
26:  -- Testing 1-D histogram
26: Density 1D: 7.26597e-05 0.00355779 0.000968961 || 0.051031 2037 2400 || 2190.43 2198.22 || 13.3949 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.26597e-05 -0.0186305 -4.02645e-05 || 0.051031 1e+64 -1e+64
26: Test Scalar=half
26:  -- Testing randomness properties
25: Malloc/N:256/manual_time                                                            13.9 us         26.2 us        51256 72.1503k/s
[ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
26:  -- Testing 1-D histogram
26: Density 1D: 7.26597e-05 0.00408336 -5.57229e-05 || 0.051031 2013 2363 || 2189.28 2198.22 || -0.770314 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.26597e-05 0.00918715 0.000192618 || 0.051031 1e+64 -1e+64
26: Test Scalar=bhalf
26:  -- Testing randomness properties
15: 
15: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
15:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
15:                                   setting CUDA_VISIBLE_DEVICES.
15:                                   This could on multi GPU systems lead to severe performance"
15:                                   penalties.
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.
26:  -- Testing 1-D histogram
26: Density 1D: 7.27255e-05 0.0201083 -0.00152702 || 0.051031 2000 2372 || 2154.89 2198.22 || -21.1095 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.28572e-05 0.00808706 -0.000997113 || 0.051031 1e+64 -1e+64
26: Test Scalar=float
26:  -- Testing randomness properties
26:  -- Testing 1-D histogram
26: Density 1D: 7.26926e-05 -0.00133262 -0.000282746 || 0.051031 1994 2375 || 2201.16 2198.22 || -3.90869 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.27585e-05 -0.00521613 -0.000573677 || 0.051031 1e+64 -1e+64
26: Test Scalar=double
26:  -- Testing randomness properties
15/48 Test #15: Kokkos_CoreUnitTest_Develop ......................   Passed    2.41 sec
test 16
      Start 16: Kokkos_CoreUnitTest_KokkosP

16: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_KokkosP
16: Test timeout computed to be: 1500
26:  -- Testing 1-D histogram
26: Density 1D: 7.26597e-05 -0.00440826 -0.00122352 || 0.051031 2014 2377 || 2207.96 2198.22 || -16.914 -0.159026
26:  -- Testing 3-D histogram
26: Density 3D: 7.26597e-05 -0.00716031 -0.000348743 || 0.051031 1e+64 -1e+64
26: [       OK ] openmp.Random_XorShift1024_0 (5835 ms)
26: [ RUN      ] openmp.Multi_streams
26: [       OK ] openmp.Multi_streams (0 ms)
26: [----------] 3 tests from openmp (11338 ms total)
26: 
26: [----------] Global test environment tear-down
26: [==========] 3 tests from 1 test suite ran. (11338 ms total)
26: [  PASSED  ] 3 tests.
26/45 Test #26: Kokkos_UnitTest_Random ......................   Passed   11.35 sec
test 27
      Start 27: Kokkos_AlgorithmsUnitTest_StdSet_A

27: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
27: Test timeout computed to be: 1500
27: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
27:                                     Detected: 4 cores per node.
27:                                     Detected: 1 MPI_ranks per node.
27:                                     Requested: 8 threads per process.
27: [==========] Running 15 tests from 3 test suites.
27: [----------] Global test environment set-up.
27: [----------] 3 tests from std_algorithms_reducers
27: [ RUN      ] std_algorithms_reducers.max_first_loc
27: [       OK ] std_algorithms_reducers.max_first_loc (0 ms)
27: [ RUN      ] std_algorithms_reducers.min_first_loc
27: [       OK ] std_algorithms_reducers.min_first_loc (0 ms)
27: [ RUN      ] std_algorithms_reducers.min_max_first_last_loc
27: [       OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms)
27: [----------] 3 tests from std_algorithms_reducers (0 ms total)
27: 
27: [----------] 1 test from std_algorithms
27: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
27: [       OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms)
27: [----------] 1 test from std_algorithms (0 ms total)
27: 
27: [----------] 11 tests from random_access_iterator_test
27: [ RUN      ] random_access_iterator_test.constructor
27: [       OK ] random_access_iterator_test.constructor (0 ms)
27: [ RUN      ] random_access_iterator_test.constructiblity
27: [       OK ] random_access_iterator_test.constructiblity (0 ms)
27: [ RUN      ] random_access_iterator_test.dereference
27: [       OK ] random_access_iterator_test.dereference (0 ms)
27: [ RUN      ] random_access_iterator_test.subscript_operator
27: [       OK ] random_access_iterator_test.subscript_operator (0 ms)
27: [ RUN      ] random_access_iterator_test.operatorsSet1
27: [       OK ] random_access_iterator_test.operatorsSet1 (0 ms)
27: [ RUN      ] random_access_iterator_test.operatorsSet2
27: [       OK ] random_access_iterator_test.operatorsSet2 (0 ms)
27: [ RUN      ] random_access_iterator_test.operatorsSet3
27: [       OK ] random_access_iterator_test.operatorsSet3 (0 ms)
27: [ RUN      ] random_access_iterator_test.operatorsSet4
27: [       OK ] random_access_iterator_test.operatorsSet4 (0 ms)
27: [ RUN      ] random_access_iterator_test.assignment_operator
27: [       OK ] random_access_iterator_test.assignment_operator (0 ms)
27: [ RUN      ] random_access_iterator_test.distance
27: [       OK ] random_access_iterator_test.distance (0 ms)
27: [ RUN      ] random_access_iterator_test.traits_helpers
27: [       OK ] random_access_iterator_test.traits_helpers (0 ms)
27: [----------] 11 tests from random_access_iterator_test (3 ms total)
27: 
27: [----------] Global test environment tear-down
27: [==========] 15 tests from 3 test suites ran. (3 ms total)
27: [  PASSED  ] 15 tests.
27/45 Test #27: Kokkos_AlgorithmsUnitTest_StdSet_A ..........   Passed    0.01 sec
test 28
      Start 28: Kokkos_AlgorithmsUnitTest_StdSet_B

28: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
28: Test timeout computed to be: 1500
28: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
28:                                     Detected: 4 cores per node.
28:                                     Detected: 1 MPI_ranks per node.
28:                                     Requested: 8 threads per process.
28: [==========] Running 7 tests from 1 test suite.
28: [----------] Global test environment set-up.
28: [----------] 7 tests from std_algorithms_min_max_element_test
28: [ RUN      ] std_algorithms_min_max_element_test.min_element_empty_range
28: [       OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms)
28: [ RUN      ] std_algorithms_min_max_element_test.max_element_empty_range
28: [       OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms)
28: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data
28: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (7 ms)
28: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data
28: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (6 ms)
28: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp
28: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (6 ms)
28: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp
28: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (6 ms)
28: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp
28: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (9 ms)
28: [----------] 7 tests from std_algorithms_min_max_element_test (37 ms total)
28: 
28: [----------] Global test environment tear-down
28: [==========] 7 tests from 1 test suite ran. (37 ms total)
28: [  PASSED  ] 7 tests.
28/45 Test #28: Kokkos_AlgorithmsUnitTest_StdSet_B ..........   Passed    0.04 sec
test 29
      Start 29: Kokkos_AlgorithmsUnitTest_StdSet_C

29: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
29: Test timeout computed to be: 1500
29: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
29:                                     Detected: 4 cores per node.
29:                                     Detected: 1 MPI_ranks per node.
29:                                     Requested: 8 threads per process.
29: [==========] Running 13 tests from 10 test suites.
29: [----------] Global test environment set-up.
29: [----------] 1 test from std_algorithms_lexicographical_compare_test
29: [ RUN      ] std_algorithms_lexicographical_compare_test.test
29: [       OK ] std_algorithms_lexicographical_compare_test.test (212 ms)
29: [----------] 1 test from std_algorithms_lexicographical_compare_test (212 ms total)
29: 
29: [----------] 1 test from std_algorithms_for_each_test
29: [ RUN      ] std_algorithms_for_each_test.test
29: [       OK ] std_algorithms_for_each_test.test (120 ms)
29: [----------] 1 test from std_algorithms_for_each_test (120 ms total)
29: 
29: [----------] 1 test from std_algorithms_find_test
29: [ RUN      ] std_algorithms_find_test.test
29: [       OK ] std_algorithms_find_test.test (78 ms)
29: [----------] 1 test from std_algorithms_find_test (78 ms total)
29: 
29: [----------] 4 tests from std_algorithms_non_mod_seq_ops
29: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
25: Malloc/N:4096/manual_time                                                           13.6 us         26.2 us        51412 73.4035k/s
[ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
16: 
16: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
16:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
16:                                   setting CUDA_VISIBLE_DEVICES.
16:                                   This could on multi GPU systems lead to severe performance"
16:                                   penalties.
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: 0
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 (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 (1 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 (4 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: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/tools/TestWithoutInitializing.cpp:98: Skipped
16: skipping since the CudaUVMSpace requires additional fences
16: [  SKIPPED ] kokkosp.create_mirror_view_and_copy (0 ms)
16: [----------] 26 tests from kokkosp (8 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. (8 ms total)
16: [  PASSED  ] 27 tests.
16: [  SKIPPED ] 1 test, listed below:
16: [  SKIPPED ] kokkosp.create_mirror_view_and_copy
[       OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (106367 ms)
[ RUN      ] cuda.NestedSort
[       OK ] cuda.NestedSort (157 ms)
[ RUN      ] cuda.NestedSortByKey
29: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (1095 ms)
29: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
25: Malloc/N:65536/manual_time                                                          13.6 us         25.9 us        51426 73.5307k/s
[       OK ] cuda.NestedSortByKey (611 ms)
[ RUN      ] cuda.SortWithCustomComparator
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13c_ParallelRed_ThreadVectorRange_CUDA.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
16/48 Test #16: Kokkos_CoreUnitTest_KokkosP ......................   Passed    2.43 sec
test 17
      Start 17: Kokkos_CoreUnitTest_ToolIndependence

17: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence
17: Test timeout computed to be: 1500
17/48 Test #17: Kokkos_CoreUnitTest_ToolIndependence .............   Passed    0.00 sec
test 18
      Start 18: Kokkos_ProfilingTestLibraryLoadHelp

18: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help"
18: Environment variables: 
18:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-5993/build-tests/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().
[ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
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
29: [       OK ] std_algorithms_non_mod_seq_ops.find_end (1175 ms)
29: [ RUN      ] std_algorithms_non_mod_seq_ops.search
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
29: [       OK ] std_algorithms_non_mod_seq_ops.search (740 ms)
29: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
25: Malloc/N:1048576/manual_time                                                        13.9 us         26.2 us        51338 72.1723k/s
18: 
18: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
18:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
18:                                   setting CUDA_VISIBLE_DEVICES.
18:                                   This could on multi GPU systems lead to severe performance"
18:                                   penalties.
18: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
29: [       OK ] std_algorithms_non_mod_seq_ops.search_n (557 ms)
29: [----------] 4 tests from std_algorithms_non_mod_seq_ops (3568 ms total)
29: 
29: [----------] 1 test from std_algorithms_count_test
29: [ RUN      ] std_algorithms_count_test.test
29: [       OK ] std_algorithms_count_test.test (96 ms)
29: [----------] 1 test from std_algorithms_count_test (96 ms total)
29: 
29: [----------] 1 test from std_algorithms_equal_test
29: [ RUN      ] std_algorithms_equal_test.test
29: [       OK ] std_algorithms_equal_test.test (26 ms)
29: [----------] 1 test from std_algorithms_equal_test (26 ms total)
29: 
29: [----------] 1 test from std_algorithms_all_any_none_of_test
29: [ RUN      ] std_algorithms_all_any_none_of_test.test
29: [       OK ] std_algorithms_all_any_none_of_test.test (83 ms)
29: [----------] 1 test from std_algorithms_all_any_none_of_test (83 ms total)
29: 
29: [----------] 1 test from std_algorithms_nonmod_seq_ops
29: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
29: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (88 ms)
29: [----------] 1 test from std_algorithms_nonmod_seq_ops (88 ms total)
29: 
29: [----------] 1 test from std_algorithms_mismatch_test
29: [ RUN      ] std_algorithms_mismatch_test.test
18/48 Test #18: Kokkos_ProfilingTestLibraryLoadHelp ..............   Passed    2.40 sec
test 19
      Start 19: Kokkos_ProfilingTestLibraryCmdLineHelp

19: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/libkokkosprinter-tool.so"
19: Test timeout computed to be: 1500
29: [       OK ] std_algorithms_mismatch_test.test (203 ms)
29: [----------] 1 test from std_algorithms_mismatch_test (203 ms total)
29: 
29: [----------] 1 test from std_algorithms_mod_seq_ops
29: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
29: [       OK ] std_algorithms_mod_seq_ops.move_backward (57 ms)
29: [----------] 1 test from std_algorithms_mod_seq_ops (57 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 13 tests from 10 test suites ran. (4536 ms total)
29: [  PASSED  ] 13 tests.
29/45 Test #29: Kokkos_AlgorithmsUnitTest_StdSet_C ..........   Passed    4.55 sec
test 30
      Start 30: Kokkos_AlgorithmsUnitTest_StdSet_D

30: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
30: Test timeout computed to be: 1500
30: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
30:                                     Detected: 4 cores per node.
30:                                     Detected: 1 MPI_ranks per node.
30:                                     Requested: 8 threads per process.
30: [==========] Running 31 tests from 5 test suites.
30: [----------] Global test environment set-up.
30: [----------] 3 tests from std_algorithms_mod_ops_test
30: [ RUN      ] std_algorithms_mod_ops_test.move
30: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
30: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
30: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms)
30: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
30: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms)
30: [----------] 3 tests from std_algorithms_mod_ops_test (0 ms total)
30: 
30: [----------] 12 tests from std_algorithms_mod_seq_ops_test
30: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
30: [       OK ] std_algorithms_mod_seq_ops_test.copy (0 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
30: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
30: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
30: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
30: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
30: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
30: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
30: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
30: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
30: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
30: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
30: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms)
30: [----------] 12 tests from std_algorithms_mod_seq_ops_test (3 ms total)
30: 
30: [----------] 4 tests from std_algorithms_replace_ops_test
30: [ RUN      ] std_algorithms_replace_ops_test.replace
30: [       OK ] std_algorithms_replace_ops_test.replace (33 ms)
30: [ RUN      ] std_algorithms_replace_ops_test.replace_if
30: [       OK ] std_algorithms_replace_ops_test.replace_if (134 ms)
30: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
30: [       OK ] std_algorithms_replace_ops_test.replace_copy (55 ms)
30: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
30: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (51 ms)
30: [----------] 4 tests from std_algorithms_replace_ops_test (275 ms total)
30: 
30: [----------] 11 tests from std_algorithms_mod_seq_ops
30: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
30: [       OK ] std_algorithms_mod_seq_ops.copy_if (48 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops.unique
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o
30: [       OK ] std_algorithms_mod_seq_ops.unique (280 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
[       OK ] cuda.SortWithCustomComparator (2908 ms)
[----------] 12 tests from cuda (113009 ms total)

[----------] Global test environment tear-down
[==========] 12 tests from 1 test suite ran. (113009 ms total)
[  PASSED  ] 12 tests.
30: [       OK ] std_algorithms_mod_seq_ops.unique_copy (96 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops.remove
30: [       OK ] std_algorithms_mod_seq_ops.remove (72 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
30: [       OK ] std_algorithms_mod_seq_ops.remove_if (75 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
30: [       OK ] std_algorithms_mod_seq_ops.remove_copy (134 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
30: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (72 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops.rotate
19: 
19: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
19:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
19:                                   setting CUDA_VISIBLE_DEVICES.
19:                                   This could on multi GPU systems lead to severe performance"
19:                                   penalties.
19: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
30: [       OK ] std_algorithms_mod_seq_ops.rotate (793 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
30: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (301 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o
19/48 Test #19: Kokkos_ProfilingTestLibraryCmdLineHelp ...........   Passed    2.42 sec
test 20
      Start 20: Kokkos_ProfilingTestLibraryLoad

20: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
20: Environment variables: 
20:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-5993/build-tests/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().
30: [       OK ] std_algorithms_mod_seq_ops.shift_left (625 ms)
30: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
30: [       OK ] std_algorithms_mod_seq_ops.shift_right (594 ms)
30: [----------] 11 tests from std_algorithms_mod_seq_ops (3096 ms total)
30: 
30: [----------] 1 test from std_algorithms_modseq_test
30: [ RUN      ] std_algorithms_modseq_test.reverse
30: [       OK ] std_algorithms_modseq_test.reverse (44 ms)
30: [----------] 1 test from std_algorithms_modseq_test (44 ms total)
30: 
30: [----------] Global test environment tear-down
30: [==========] 31 tests from 5 test suites ran. (3420 ms total)
30: [  PASSED  ] 31 tests.
30/45 Test #30: Kokkos_AlgorithmsUnitTest_StdSet_D ..........   Passed    3.44 sec
test 31
      Start 31: Kokkos_AlgorithmsUnitTest_StdSet_E

31: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
31: Test timeout computed to be: 1500
31: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
31:                                     Detected: 4 cores per node.
31:                                     Detected: 1 MPI_ranks per node.
31:                                     Requested: 8 threads per process.
31: [==========] Running 29 tests from 7 test suites.
31: [----------] Global test environment set-up.
31: [----------] 2 tests from std_algorithms_sorting_ops_test
31: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
31: [       OK ] std_algorithms_sorting_ops_test.is_sorted (18 ms)
31: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
31: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (15 ms)
31: [----------] 2 tests from std_algorithms_sorting_ops_test (34 ms total)
31: 
31: [----------] 4 tests from std_algorithms_partitioning_test
31: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
31: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
31: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
31: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms)
31: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
31: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms)
31: [ RUN      ] std_algorithms_partitioning_test.partition_point
31: [       OK ] std_algorithms_partitioning_test.partition_point (1 ms)
31: [----------] 4 tests from std_algorithms_partitioning_test (4 ms total)
31: 
31: [----------] 1 test from std_algorithms_partitioning_ops
31: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
31: [       OK ] std_algorithms_partitioning_ops.partition_copy (20 ms)
31: [----------] 1 test from std_algorithms_partitioning_ops (20 ms total)
31: 
31: [----------] 12 tests from std_algorithms_numerics_test
31: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
31: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (2 ms)
31: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
31: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms)
31: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
31: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (2 ms)
31: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
31: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms)
31: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
31: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (1 ms)
31: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
31: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (1 ms)
31: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
31: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (1 ms)
31: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
31: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (1 ms)
31: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
31: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (1 ms)
31: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
31: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (1 ms)
31: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
31: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (1 ms)
31: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
31: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (1 ms)
31: [----------] 12 tests from std_algorithms_numerics_test (16 ms total)
31: 
31: [----------] 1 test from std_algorithms_numerics_ops_test
31: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
31: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (81 ms)
31: [----------] 1 test from std_algorithms_numerics_ops_test (81 ms total)
31: 
31: [----------] 8 tests from std_algorithms_numeric_ops_test
31: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o
20: 
20: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
20:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
20:                                   setting CUDA_VISIBLE_DEVICES.
20:                                   This could on multi GPU systems lead to severe performance"
20:                                   penalties.
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:AMPERE80::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_GNU:840::kokkosp_declare_metadata:KOKKOS_COMPILER_NVCC:1100::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:nvcc::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:0x555556275380:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x555556275500:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x555556275580:Host:source:0x555556275400: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:0x555556275640: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:0x555556275500:40::kokkosp_deallocate_data:Host:source:0x555556275380:40::kokkosp_finalize_library::
20/48 Test #20: Kokkos_ProfilingTestLibraryLoad ..................   Passed    2.41 sec
test 21
      Start 21: Kokkos_ProfilingTestLibraryCmdLine

21: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/libkokkosprinter-tool.so"
21: Test timeout computed to be: 1500
31: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (1193 ms)
31: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
31: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
31: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
25: Malloc/N:16777216/manual_time                                                        595 us          271 us         8375 1.68203k/s
25: Malloc/N:268435456/manual_time                                                     12087 us         2943 us           74  82.7368/s
31: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (911 ms)
31: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
31: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
31: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
31: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (296 ms)
31: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
31: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
31: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
31: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (396 ms)
31: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
31: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
31: [----------] 8 tests from std_algorithms_numeric_ops_test (2798 ms total)
31: 
31: [----------] 1 test from std_algorithms_transform_ops_test
31: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
31: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (35 ms)
31: [----------] 1 test from std_algorithms_transform_ops_test (35 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 29 tests from 7 test suites ran. (2991 ms total)
31: [  PASSED  ] 29 tests.
31/45 Test #31: Kokkos_AlgorithmsUnitTest_StdSet_E ..........   Passed    3.01 sec
test 32
      Start 32: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

32: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
32: Test timeout computed to be: 1500
32: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
32:                                     Detected: 4 cores per node.
32:                                     Detected: 1 MPI_ranks per node.
32:                                     Requested: 8 threads per process.
32: [==========] Running 12 tests from 7 test suites.
32: [----------] Global test environment set-up.
32: [----------] 2 tests from std_algorithms_adjacent_find_team_test
32: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
25: Malloc/N:4294967296/manual_time                                                   190913 us         7867 us            5  5.23799/s
21: 
21: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
21:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
21:                                   setting CUDA_VISIBLE_DEVICES.
21:                                   This could on multi GPU systems lead to severe performance"
21:                                   penalties.
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:AMPERE80::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_GNU:840::kokkosp_declare_metadata:KOKKOS_COMPILER_NVCC:1100::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:nvcc::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:0x555556275380:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x555556275500:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x555556275580:Host:source:0x555556275400: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:0x555556275640: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:0x555556275500:40::kokkosp_deallocate_data:Host:source:0x555556275380:40::kokkosp_finalize_library::
[ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
21/48 Test #21: Kokkos_ProfilingTestLibraryCmdLine ...............   Passed    2.39 sec
test 22
      Start 22: Kokkos_CoreUnitTest_StackTraceTest

22: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec
22: Test timeout computed to be: 1500
32: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (715 ms)
32: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
25: MallocFree/N:1/manual_time                                                          26.3 us         26.1 us        27254 38.0792k/s
32: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (674 ms)
32: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1390 ms total)
32: 
32: [----------] 2 tests from std_algorithms_count_team_test
32: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
32: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (631 ms)
32: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
22: 
22: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
22:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
22:                                   setting CUDA_VISIBLE_DEVICES.
22:                                   This could on multi GPU systems lead to severe performance"
22:                                   penalties.
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-5993/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.
22: Top of f1
22: Top of f0
22: Top of f0
22: test_f1:
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x15) [0x5555556046f5]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x55) [0x5555555aa895]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x40) [0x5555555a37d0]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x30f) [0x5555555a57bf]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4a) [0x5555555db3ba]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x78ccf) [0x5555555ccccf]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7911a) [0x5555555cd11a]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x796fd) [0x5555555cd6fd]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555cfbf8]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x5555555d00c8]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x32) [0x55555559e732]
22: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7ffff4ea8c87]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2a) [0x5555555a1c6a]
22:  
22: demangled test_f1:
22: [0x5555556046f5] Kokkos::Impl::save_stacktrace()
22: [0x5555555aa895] Test::stacktrace_test_f1(std::ostream&)
22: [0x5555555a37d0] Test::test_stacktrace(bool, bool)
22: [0x5555555a57bf] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
22: [0x5555555db3ba] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
22: [0x5555555ccccf] 
22: [0x5555555cd11a] 
22: [0x5555555cd6fd] 
22: [0x5555555cfbf8] testing::internal::UnitTestImpl::RunAllTests()
22: [0x5555555d00c8] testing::UnitTest::Run()
22: [0x55555559e732] main
22: [0x7ffff4ea8c87] __libc_start_main
22: [0x5555555a1c6a] _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-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x15) [0x5555556046f5]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x55) [0x5555555aa895]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xa8) [0x5555555aacb8]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x92e) [0x5555555a40be]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x30f) [0x5555555a57bf]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4a) [0x5555555db3ba]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x78ccf) [0x5555555ccccf]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7911a) [0x5555555cd11a]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x796fd) [0x5555555cd6fd]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555cfbf8]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x5555555d00c8]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x32) [0x55555559e732]
22: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7ffff4ea8c87]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2a) [0x5555555a1c6a]
22:  
22: demangled test_f3:
22: [0x5555556046f5] Kokkos::Impl::save_stacktrace()
22: [0x5555555aa895] Test::stacktrace_test_f1(std::ostream&)
22: [0x5555555aacb8] Test::stacktrace_test_f3(std::ostream&, int)
22: [0x5555555a40be] Test::test_stacktrace(bool, bool)
22: [0x5555555a57bf] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
22: [0x5555555db3ba] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
22: [0x5555555ccccf] 
22: [0x5555555cd11a] 
22: [0x5555555cd6fd] 
22: [0x5555555cfbf8] testing::internal::UnitTestImpl::RunAllTests()
22: [0x5555555d00c8] testing::UnitTest::Run()
22: [0x55555559e732] main
22: [0x7ffff4ea8c87] __libc_start_main
22: [0x5555555a1c6a] _start
22:  
22: Test setting std::terminate handler that prints the last saved stack trace
32: [       OK ] std_algorithms_count_team_test.count_returns_zero (283 ms)
32: [----------] 2 tests from std_algorithms_count_team_test (915 ms total)
32: 
32: [----------] 1 test from std_algorithms_count_if_team_test
32: [ RUN      ] std_algorithms_count_if_team_test.test
[ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
32: [       OK ] std_algorithms_count_if_team_test.test (330 ms)
32: [----------] 1 test from std_algorithms_count_if_team_test (330 ms total)
32: 
32: [----------] 1 test from std_algorithms_for_each_team_test
32: [ RUN      ] std_algorithms_for_each_team_test.test
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
25: MallocFree/N:16/manual_time                                                         42.3 us         41.4 us        27466 23.6677k/s
22: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (295 ms)
22: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
22: 
22: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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.
22: Top of f1
22: Top of f0
22: Top of f0
22: test_f1:
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x15) [0x5555556046f5]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x55) [0x5555555aa895]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x40) [0x5555555a37d0]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x30c) [0x5555555a5b1c]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4a) [0x5555555db3ba]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x78ccf) [0x5555555ccccf]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7911a) [0x5555555cd11a]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x796fd) [0x5555555cd6fd]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555cfbf8]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x5555555d00c8]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x32) [0x55555559e732]
22: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7ffff4ea8c87]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2a) [0x5555555a1c6a]
22:  
22: demangled test_f1:
22: [0x5555556046f5] Kokkos::Impl::save_stacktrace()
22: [0x5555555aa895] Test::stacktrace_test_f1(std::ostream&)
22: [0x5555555a37d0] Test::test_stacktrace(bool, bool)
22: [0x5555555a5b1c] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
22: [0x5555555db3ba] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
22: [0x5555555ccccf] 
22: [0x5555555cd11a] 
22: [0x5555555cd6fd] 
22: [0x5555555cfbf8] testing::internal::UnitTestImpl::RunAllTests()
22: [0x5555555d00c8] testing::UnitTest::Run()
22: [0x55555559e732] main
22: [0x7ffff4ea8c87] __libc_start_main
22: [0x5555555a1c6a] _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-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x15) [0x5555556046f5]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x55) [0x5555555aa895]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xa8) [0x5555555aacb8]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x92e) [0x5555555a40be]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x30c) [0x5555555a5b1c]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4a) [0x5555555db3ba]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x78ccf) [0x5555555ccccf]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7911a) [0x5555555cd11a]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x796fd) [0x5555555cd6fd]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555cfbf8]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x5555555d00c8]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x32) [0x55555559e732]
22: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7ffff4ea8c87]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2a) [0x5555555a1c6a]
22:  
22: demangled test_f3:
22: [0x5555556046f5] Kokkos::Impl::save_stacktrace()
22: [0x5555555aa895] Test::stacktrace_test_f1(std::ostream&)
22: [0x5555555aacb8] Test::stacktrace_test_f3(std::ostream&, int)
22: [0x5555555a40be] Test::test_stacktrace(bool, bool)
22: [0x5555555a5b1c] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
22: [0x5555555db3ba] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
22: [0x5555555ccccf] 
22: [0x5555555cd11a] 
22: [0x5555555cd6fd] 
22: [0x5555555cfbf8] testing::internal::UnitTestImpl::RunAllTests()
22: [0x5555555d00c8] testing::UnitTest::Run()
22: [0x55555559e732] main
22: [0x7ffff4ea8c87] __libc_start_main
22: [0x5555555a1c6a] _start
22:  
22: Test setting std::terminate handler that prints the last saved stack trace
22: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (325 ms)
22: [----------] 2 tests from defaultdevicetype_DeathTest (621 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-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x15) [0x5555556046f5]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x55) [0x5555555aa895]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x40) [0x5555555a37d0]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4a) [0x5555555db3ba]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x78ccf) [0x5555555ccccf]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7911a) [0x5555555cd11a]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x796fd) [0x5555555cd6fd]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555cfbf8]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x5555555d00c8]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x32) [0x55555559e732]
22: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7ffff4ea8c87]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2a) [0x5555555a1c6a]
22:  
22: demangled test_f1:
22: [0x5555556046f5] Kokkos::Impl::save_stacktrace()
22: [0x5555555aa895] Test::stacktrace_test_f1(std::ostream&)
22: [0x5555555a37d0] Test::test_stacktrace(bool, bool)
22: [0x5555555db3ba] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
22: [0x5555555ccccf] 
22: [0x5555555cd11a] 
22: [0x5555555cd6fd] 
22: [0x5555555cfbf8] testing::internal::UnitTestImpl::RunAllTests()
22: [0x5555555d00c8] testing::UnitTest::Run()
22: [0x55555559e732] main
22: [0x7ffff4ea8c87] __libc_start_main
22: [0x5555555a1c6a] _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-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x15) [0x5555556046f5]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x55) [0x5555555aa895]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xa8) [0x5555555aacb8]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x92e) [0x5555555a40be]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4a) [0x5555555db3ba]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x78ccf) [0x5555555ccccf]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7911a) [0x5555555cd11a]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x796fd) [0x5555555cd6fd]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555cfbf8]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x98) [0x5555555d00c8]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x32) [0x55555559e732]
22: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7ffff4ea8c87]
22: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2a) [0x5555555a1c6a]
22:  
22: demangled test_f3:
22: [0x5555556046f5] Kokkos::Impl::save_stacktrace()
22: [0x5555555aa895] Test::stacktrace_test_f1(std::ostream&)
22: [0x5555555aacb8] Test::stacktrace_test_f3(std::ostream&, int)
22: [0x5555555a40be] Test::test_stacktrace(bool, bool)
22: [0x5555555db3ba] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
22: [0x5555555ccccf] 
22: [0x5555555cd11a] 
22: [0x5555555cd6fd] 
22: [0x5555555cfbf8] testing::internal::UnitTestImpl::RunAllTests()
22: [0x5555555d00c8] testing::UnitTest::Run()
22: [0x55555559e732] main
22: [0x7ffff4ea8c87] __libc_start_main
22: [0x5555555a1c6a] _start
22:  
22: Test setting std::terminate handler that prints the last saved stack trace
22: [       OK ] defaultdevicetype.stacktrace_normal (0 ms)
22: [----------] 1 test from defaultdevicetype (0 ms total)
22: 
22: [----------] Global test environment tear-down
22: [==========] 3 tests from 2 test suites ran. (622 ms total)
22: [  PASSED  ] 3 tests.
32: [       OK ] std_algorithms_for_each_team_test.test (458 ms)
32: [----------] 1 test from std_algorithms_for_each_team_test (458 ms total)
32: 
32: [----------] 1 test from std_algorithms_for_each_n_team_test
32: [ RUN      ] std_algorithms_for_each_n_team_test.test
32: [       OK ] std_algorithms_for_each_n_team_test.test (477 ms)
32: [----------] 1 test from std_algorithms_for_each_n_team_test (477 ms total)
32: 
32: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
32: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
25: MallocFree/N:256/manual_time                                                        27.5 us         27.4 us        27909 36.3734k/s
22/48 Test #22: Kokkos_CoreUnitTest_StackTraceTest ...............   Passed    3.04 sec
test 23
      Start 23: Kokkos_CoreUnitTest_CTestDevice

23: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_CTestDevice
23: Test timeout computed to be: 1500
23: [==========] Running 8 tests from 1 test suite.
23: [----------] Global test environment set-up.
23: [----------] 8 tests from ctest_environment
23: [ RUN      ] ctest_environment.no_device_type
23: [       OK ] ctest_environment.no_device_type (0 ms)
23: [ RUN      ] ctest_environment.no_process_count
23: [       OK ] ctest_environment.no_process_count (0 ms)
23: [ RUN      ] ctest_environment.invalid_rank
23: [       OK ] ctest_environment.invalid_rank (0 ms)
23: [ RUN      ] ctest_environment.no_type_str
23: [       OK ] ctest_environment.no_type_str (0 ms)
23: [ RUN      ] ctest_environment.missing_type
23: [       OK ] ctest_environment.missing_type (0 ms)
23: [ RUN      ] ctest_environment.no_id_str
23: [       OK ] ctest_environment.no_id_str (0 ms)
23: [ RUN      ] ctest_environment.invalid_id_str
23: [       OK ] ctest_environment.invalid_id_str (0 ms)
23: [ RUN      ] ctest_environment.good
23: [       OK ] ctest_environment.good (0 ms)
23: [----------] 8 tests from ctest_environment (0 ms total)
23: 
23: [----------] Global test environment tear-down
23: [==========] 8 tests from 1 test suite ran. (0 ms total)
23: [  PASSED  ] 8 tests.
23/48 Test #23: Kokkos_CoreUnitTest_CTestDevice ..................   Passed    0.01 sec
test 24
      Start 24: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0

24: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE"
24: Test timeout computed to be: 1500
24/48 Test #24: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ........   Passed    0.01 sec
test 25
      Start 25: Kokkos_ContainersUnitTest_Serial

25: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/containers/unit_tests/Kokkos_ContainersUnitTest_Serial
25: Test timeout computed to be: 1500
25: MallocFree/N:4096/manual_time                                                       26.3 us         26.2 us        27183 38.0437k/s
4: [       OK ] openacc.atomic_views_integral (20884 ms)
4: [ RUN      ] openacc.atomic_views_nonintegral
4: [       OK ] openacc.atomic_views_nonintegral (46 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 (67 ms)
4: [ RUN      ] openacc.partitioning_by_vector
4: [       OK ] openacc.partitioning_by_vector (60 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 (97 ms)
4: [ RUN      ] openacc.mathematical_constants_e
4: [       OK ] openacc.mathematical_constants_e (32 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 (15 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 (132 ms)
4: [ RUN      ] openacc.mdrange_6d
4: [       OK ] openacc.mdrange_6d (504 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 (29 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
25: 
25: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
25:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
25:                                   setting CUDA_VISIBLE_DEVICES.
25:                                   This could on multi GPU systems lead to severe performance"
25:                                   penalties.
25: [==========] Running 65 tests from 1 test suite.
25: [----------] Global test environment set-up.
25: [----------] 65 tests from serial
25: [ RUN      ] serial.bitset
25: MallocFree/N:65536/manual_time                                                      27.6 us         27.5 us        27831 36.2186k/s
25: [       OK ] serial.bitset (1174 ms)
25: [ RUN      ] serial.bitset_default_constructor_no_alloc
25: [       OK ] serial.bitset_default_constructor_no_alloc (0 ms)
25: [ RUN      ] serial.dualview_combination
25: [       OK ] serial.dualview_combination (0 ms)
25: [ RUN      ] serial.dualview_alloc
25: [       OK ] serial.dualview_alloc (0 ms)
25: [ RUN      ] serial.test_dualview_copy_construction_and_assignment
25: [       OK ] serial.test_dualview_copy_construction_and_assignment (0 ms)
25: [ RUN      ] serial.dualview_combinations_without_init
25: [       OK ] serial.dualview_combinations_without_init (0 ms)
25: [ RUN      ] serial.dualview_deep_copy
25: [       OK ] serial.dualview_deep_copy (0 ms)
25: [ RUN      ] serial.dualview_realloc
25: [       OK ] serial.dualview_realloc (0 ms)
25: [ RUN      ] serial.dualview_resize
25: [       OK ] serial.dualview_resize (0 ms)
25: [ RUN      ] serial.dualview_device_correct_kokkos_device
25: [       OK ] serial.dualview_device_correct_kokkos_device (1 ms)
25: [ RUN      ] serial.dualview_host_correct_kokkos_device
25: [       OK ] serial.dualview_host_correct_kokkos_device (0 ms)
25: [ RUN      ] serial.dualview_host_modify_template_device_sync
25: [       OK ] serial.dualview_host_modify_template_device_sync (0 ms)
25: [ RUN      ] serial.dualview_host_modify_template_device_execspace_sync
25: [       OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms)
25: [ RUN      ] serial.dualview_device_modify_template_host_sync
25: [       OK ] serial.dualview_device_modify_template_host_sync (0 ms)
25: [ RUN      ] serial.dualview_device_modify_template_host_execspace_sync
25: [       OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms)
25: [ RUN      ] serial.dualview_template_views_return_correct_executionspace_views
25: [       OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms)
25: [ RUN      ] serial.dynamic_view
25: [       OK ] serial.dynamic_view (14 ms)
25: [ RUN      ] serial.dyn_rank_view_api_generic
25: [       OK ] serial.dyn_rank_view_api_generic (6 ms)
25: [ RUN      ] serial.dyn_rank_view_api_operator_rank12345
25: [       OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms)
25: [ RUN      ] serial.dyn_rank_view_check_fence_resize_realloc
25: /var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
25: skipping since not default execution space
25: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms)
25: [ RUN      ] serial.dyn_rank_view_api_operator_rank67
25: [       OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms)
25: [ RUN      ] serial.ErrorReporterViaLambda
25: [       OK ] serial.ErrorReporterViaLambda (0 ms)
25: [ RUN      ] serial.ErrorReporter
25: [       OK ] serial.ErrorReporter (0 ms)
25: [ RUN      ] serial.offsetview_construction
25: [       OK ] serial.offsetview_construction (37 ms)
25: [ RUN      ] serial.offsetview_unmanaged_construction
25: [       OK ] serial.offsetview_unmanaged_construction (0 ms)
25: [ RUN      ] serial.offsetview_subview
25: [       OK ] serial.offsetview_subview (7 ms)
25: [ RUN      ] serial.offsetview_offsets_rank1
25: [       OK ] serial.offsetview_offsets_rank1 (0 ms)
25: [ RUN      ] serial.offsetview_offsets_rank2
25: [       OK ] serial.offsetview_offsets_rank2 (0 ms)
25: [ RUN      ] serial.offsetview_offsets_rank3
25: [       OK ] serial.offsetview_offsets_rank3 (0 ms)
25: [ RUN      ] serial.scatterview
25: MallocFree/N:1048576/manual_time                                                    25.0 us         25.0 us        27888 39.9366k/s
32: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (3198 ms)
32: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
4: [       OK ] openacc.mdrange_parallel_reduce_primitive_types (2597 ms)
4: [ RUN      ] openacc.mdspan_minimal_functional
4: /var/jenkins/workspace/Kokkos_PR-5993/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
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o
4: [       OK ] openacc.parallel_scan_range_policy (128 ms)
4: [ RUN      ] openacc.kokkos_printf
4: [       OK ] openacc.kokkos_printf (3 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 (13 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 (54 ms)
4: [ RUN      ] openacc.kokkos_swap
4: [       OK ] openacc.kokkos_swap (2 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-5993/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_fill_tests_layout_right
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewHooks.cpp.o
25: [       OK ] serial.scatterview (1718 ms)
25: [ RUN      ] serial.scatterview_devicetype
25: [       OK ] serial.scatterview_devicetype (1 ms)
25: [ RUN      ] serial.staticcrsgraph
25: [       OK ] serial.staticcrsgraph (8 ms)
25: [ RUN      ] serial.resize_realloc_no_init_dualview
25: [       OK ] serial.resize_realloc_no_init_dualview (0 ms)
25: [ RUN      ] serial.resize_realloc_no_alloc_dualview
25: [       OK ] serial.resize_realloc_no_alloc_dualview (0 ms)
25: [ RUN      ] serial.resize_exec_space_dualview
25: [       OK ] serial.resize_exec_space_dualview (0 ms)
25: [ RUN      ] serial.realloc_exec_space_dualview
25: [       OK ] serial.realloc_exec_space_dualview (0 ms)
25: [ RUN      ] serial.resize_realloc_no_init_dynrankview
25: [       OK ] serial.resize_realloc_no_init_dynrankview (0 ms)
25: [ RUN      ] serial.resize_exec_space_dynrankview
25: [       OK ] serial.resize_exec_space_dynrankview (0 ms)
25: [ RUN      ] serial.realloc_exec_space_dynrankview
25: [       OK ] serial.realloc_exec_space_dynrankview (0 ms)
25: [ RUN      ] serial.resize_realloc_no_init_scatterview
25: [       OK ] serial.resize_realloc_no_init_scatterview (0 ms)
25: [ RUN      ] serial.resize_realloc_no_alloc_scatterview
25: [       OK ] serial.resize_realloc_no_alloc_scatterview (0 ms)
25: [ RUN      ] serial.resize_exec_space_scatterview
25: [       OK ] serial.resize_exec_space_scatterview (0 ms)
25: [ RUN      ] serial.realloc_exec_space_scatterview
25: [       OK ] serial.realloc_exec_space_scatterview (0 ms)
25: [ RUN      ] serial.create_mirror_no_init_dynrankview
25: [       OK ] serial.create_mirror_no_init_dynrankview (0 ms)
25: [ RUN      ] serial.create_mirror_no_init_dynrankview_viewctor
25: [       OK ] serial.create_mirror_no_init_dynrankview_viewctor (1 ms)
25: [ RUN      ] serial.create_mirror_view_and_copy_dynrankview
25: [       OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms)
25: [ RUN      ] serial.create_mirror_no_init_offsetview
25: [       OK ] serial.create_mirror_no_init_offsetview (0 ms)
25: [ RUN      ] serial.create_mirror_no_init_offsetview_view_ctor
25: [       OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms)
25: [ RUN      ] serial.create_mirror_view_and_copy_offsetview
25: [       OK ] serial.create_mirror_view_and_copy_offsetview (0 ms)
25: [ RUN      ] serial.create_mirror_no_init_dynamicview
25: [       OK ] serial.create_mirror_no_init_dynamicview (0 ms)
25: [ RUN      ] serial.create_mirror_view_and_copy_dynamicview
25: [       OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms)
25: [ RUN      ] serial.create_mirror_no_init_dynamicview_view_ctor
25: [       OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms)
25: [ RUN      ] serial.UnorderedMap_insert
32: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (1938 ms)
32: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o
25: MallocFree/N:16777216/manual_time                                                    598 us          212 us         4468 1.67285k/s
32: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (1956 ms)
32: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (7094 ms total)
32: 
32: [----------] 2 tests from std_algorithms_mismatch_team_test
32: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
25: MallocFree/N:268435456/manual_time                                                 12230 us         1820 us           74  81.7652/s
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o
25: MallocFree/N:4294967296/manual_time                                               198857 us         4560 us            5  5.02874/s
32: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (2264 ms)
32: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
25: MallocTouch/N:1/manual_time                                                         28.2 us         39.7 us        28551 35.5138k/s
32: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (1084 ms)
32: [----------] 2 tests from std_algorithms_mismatch_team_test (3348 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 12 tests from 7 test suites ran. (14015 ms total)
32: [  PASSED  ] 12 tests.
32/45 Test #32: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .....   Passed   14.03 sec
test 33
      Start 33: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

33: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
33: Test timeout computed to be: 1500
33: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
33:                                     Detected: 4 cores per node.
33:                                     Detected: 1 MPI_ranks per node.
33:                                     Requested: 8 threads per process.
33: [==========] Running 8 tests from 4 test suites.
33: [----------] Global test environment set-up.
33: [----------] 2 tests from std_algorithms_equal_team_test
33: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions2.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o
[ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
25: MallocTouch/N:16/manual_time                                                        14.7 us         26.4 us        42060 68.0792k/s
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o
33: [       OK ] std_algorithms_equal_team_test.views_are_equal (1649 ms)
33: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o
25: [       OK ] serial.UnorderedMap_insert (8023 ms)
25: [ RUN      ] serial.UnorderedMap_failed_insert
25: MallocTouch/N:256/manual_time                                                       13.6 us         26.1 us        50010 73.4438k/s
33: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1561 ms)
33: [----------] 2 tests from std_algorithms_equal_team_test (3210 ms total)
33: 
33: [----------] 2 tests from std_algorithms_search_team_test
33: [ RUN      ] std_algorithms_search_team_test.sequences_exist
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o
25: MallocTouch/N:4096/manual_time                                                      29.7 us         45.6 us        24470 33.7033k/s
33: [       OK ] std_algorithms_search_team_test.sequences_exist (858 ms)
33: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
33: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (1047 ms)
33: [----------] 2 tests from std_algorithms_search_team_test (1905 ms total)
33: 
33: [----------] 2 tests from std_algorithms_find_end_team_test
33: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
25: [       OK ] serial.UnorderedMap_failed_insert (3526 ms)
25: [ RUN      ] serial.UnorderedMap_deep_copy
25: [       OK ] serial.UnorderedMap_deep_copy (3 ms)
25: [ RUN      ] serial.UnorderedMap_valid_empty
25: [       OK ] serial.UnorderedMap_valid_empty (0 ms)
25: [ RUN      ] serial.UnorderedMap_clear_zero_size
25: [       OK ] serial.UnorderedMap_clear_zero_size (0 ms)
25: [ RUN      ] serial.UnorderedMap_consistent_size
25: [       OK ] serial.UnorderedMap_consistent_size (0 ms)
25: [ RUN      ] serial.UnorderedMap_shallow_copyable_on_device
25: [       OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms)
25: [ RUN      ] serial.UnorderedMap_lambda_capturable
25: [       OK ] serial.UnorderedMap_lambda_capturable (0 ms)
25: [ RUN      ] serial.UnorderedMap_constructor_view_alloc
25: [       OK ] serial.UnorderedMap_constructor_view_alloc (0 ms)
25: [ RUN      ] serial.vector_combination
25: [       OK ] serial.vector_combination (0 ms)
25: [ RUN      ] serial.vector_insert
25: [       OK ] serial.vector_insert (0 ms)
25: [ RUN      ] serial.vector_push_back_default_exec
25: [       OK ] serial.vector_push_back_default_exec (0 ms)
25: [ RUN      ] serial.viewctorprop_embedded_dim
25: [       OK ] serial.viewctorprop_embedded_dim (0 ms)
25: [----------] 65 tests from serial (14531 ms total)
25: 
25: [----------] Global test environment tear-down
25: [==========] 65 tests from 1 test suite ran. (14531 ms total)
25: [  PASSED  ] 64 tests.
25: [  SKIPPED ] 1 test, listed below:
25: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc
25: MallocTouch/N:65536/manual_time                                                     44.2 us         64.6 us        24492  22.624k/s
25/48 Test #25: Kokkos_ContainersUnitTest_Serial .................   Passed   17.11 sec
test 26
      Start 26: Kokkos_ContainersUnitTest_Cuda

26: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda
26: Test timeout computed to be: 1500
33: [       OK ] std_algorithms_find_end_team_test.sequences_exist (1967 ms)
33: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
25: MallocTouch/N:1048576/manual_time                                                   32.5 us         48.4 us        21916 30.8098k/s
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o
26: 
26: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
26:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
26:                                   setting CUDA_VISIBLE_DEVICES.
26:                                   This could on multi GPU systems lead to severe performance"
26:                                   penalties.
26: [==========] Running 65 tests from 1 test suite.
26: [----------] Global test environment set-up.
26: [----------] 65 tests from cuda
26: [ RUN      ] cuda.bitset
26: [       OK ] cuda.bitset (12 ms)
26: [ RUN      ] cuda.bitset_default_constructor_no_alloc
26: [       OK ] cuda.bitset_default_constructor_no_alloc (0 ms)
26: [ RUN      ] cuda.dualview_combination
26: [       OK ] cuda.dualview_combination (0 ms)
26: [ RUN      ] cuda.dualview_alloc
26: [       OK ] cuda.dualview_alloc (0 ms)
26: [ RUN      ] cuda.test_dualview_copy_construction_and_assignment
26: [       OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms)
26: [ RUN      ] cuda.dualview_combinations_without_init
26: [       OK ] cuda.dualview_combinations_without_init (0 ms)
26: [ RUN      ] cuda.dualview_deep_copy
26: [       OK ] cuda.dualview_deep_copy (3 ms)
26: [ RUN      ] cuda.dualview_realloc
26: [       OK ] cuda.dualview_realloc (0 ms)
26: [ RUN      ] cuda.dualview_resize
26: [       OK ] cuda.dualview_resize (1 ms)
26: [ RUN      ] cuda.dualview_device_correct_kokkos_device
26: [       OK ] cuda.dualview_device_correct_kokkos_device (0 ms)
26: [ RUN      ] cuda.dualview_host_correct_kokkos_device
26: [       OK ] cuda.dualview_host_correct_kokkos_device (0 ms)
26: [ RUN      ] cuda.dualview_host_modify_template_device_sync
26: [       OK ] cuda.dualview_host_modify_template_device_sync (0 ms)
26: [ RUN      ] cuda.dualview_host_modify_template_device_execspace_sync
26: [       OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms)
26: [ RUN      ] cuda.dualview_device_modify_template_host_sync
26: [       OK ] cuda.dualview_device_modify_template_host_sync (0 ms)
26: [ RUN      ] cuda.dualview_device_modify_template_host_execspace_sync
26: [       OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms)
26: [ RUN      ] cuda.dualview_template_views_return_correct_executionspace_views
26: [       OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms)
26: [ RUN      ] cuda.dynamic_view
26: [       OK ] cuda.dynamic_view (85 ms)
26: [ RUN      ] cuda.dyn_rank_view_api_generic
26: [       OK ] cuda.dyn_rank_view_api_generic (29 ms)
26: [ RUN      ] cuda.dyn_rank_view_api_operator_rank12345
26: [       OK ] cuda.dyn_rank_view_api_operator_rank12345 (2 ms)
26: [ RUN      ] cuda.dyn_rank_view_check_fence_resize_realloc
26: [       OK ] cuda.dyn_rank_view_check_fence_resize_realloc (0 ms)
26: [ RUN      ] cuda.dyn_rank_view_api_operator_rank67
26: [       OK ] cuda.dyn_rank_view_api_operator_rank67 (1 ms)
26: [ RUN      ] cuda.ErrorReporterViaLambda
26: [       OK ] cuda.ErrorReporterViaLambda (1 ms)
26: [ RUN      ] cuda.ErrorReporter
26: [       OK ] cuda.ErrorReporter (2 ms)
26: [ RUN      ] cuda.offsetview_construction
26: [       OK ] cuda.offsetview_construction (9 ms)
26: [ RUN      ] cuda.offsetview_unmanaged_construction
26: [       OK ] cuda.offsetview_unmanaged_construction (0 ms)
26: [ RUN      ] cuda.offsetview_subview
26: [       OK ] cuda.offsetview_subview (12 ms)
26: [ RUN      ] cuda.offsetview_offsets_rank1
26: [       OK ] cuda.offsetview_offsets_rank1 (0 ms)
26: [ RUN      ] cuda.offsetview_offsets_rank2
26: [       OK ] cuda.offsetview_offsets_rank2 (0 ms)
26: [ RUN      ] cuda.offsetview_offsets_rank3
26: [       OK ] cuda.offsetview_offsets_rank3 (0 ms)
26: [ RUN      ] cuda.scatterview
[ 84%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
[ 84%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
[ 84%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
33: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (1842 ms)
33: [----------] 2 tests from std_algorithms_find_end_team_test (3810 ms total)
33: 
33: [----------] 2 tests from std_algorithms_find_first_of_team_test
33: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
[ 84%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda
33: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (1616 ms)
33: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
[ 84%] Built target Kokkos_PerformanceTest_Benchmark
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions3.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o
25: MallocTouch/N:16777216/manual_time                                                   560 us          240 us         6330 1.78575k/s
[ 85%] Built target Kokkos_ContainersUnitTest_Cuda
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
25: MallocTouch/N:268435456/manual_time                                                11998 us         2765 us           74   83.347/s
25: MallocTouch/N:4294967296/manual_time                                              189693 us         5316 us            5  5.27168/s
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
25: MallocTouchFree/N:1/manual_time                                                     26.9 us         26.8 us        22226 37.2228k/s
25: MallocTouchFree/N:16/manual_time                                                    28.5 us         28.4 us        27109 35.0858k/s
25: MallocTouchFree/N:256/manual_time                                                   27.1 us         27.0 us        26517 36.8687k/s
33: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (5848 ms)
33: [----------] 2 tests from std_algorithms_find_first_of_team_test (7464 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 8 tests from 4 test suites ran. (16392 ms total)
33: [  PASSED  ] 8 tests.
33/45 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .....   Passed   16.40 sec
test 34
      Start 34: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

34: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
34: Test timeout computed to be: 1500
34: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
34:                                     Detected: 4 cores per node.
34:                                     Detected: 1 MPI_ranks per node.
34:                                     Requested: 8 threads per process.
34: [==========] Running 11 tests from 7 test suites.
34: [----------] Global test environment set-up.
34: [----------] 2 tests from std_algorithms_find_team_test
34: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
34: [       OK ] std_algorithms_find_team_test.searched_values_exist (361 ms)
34: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
34: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (477 ms)
34: [----------] 2 tests from std_algorithms_find_team_test (839 ms total)
34: 
34: [----------] 2 tests from std_algorithms_find_if_team_test
34: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
34: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (300 ms)
34: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
34: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (470 ms)
34: [----------] 2 tests from std_algorithms_find_if_team_test (770 ms total)
34: 
34: [----------] 2 tests from std_algorithms_find_if_not_team_test
34: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o
25: MallocTouchFree/N:4096/manual_time                                                  44.4 us         44.2 us        15483  22.527k/s
34: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (465 ms)
34: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
34: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (291 ms)
34: [----------] 2 tests from std_algorithms_find_if_not_team_test (756 ms total)
34: 
34: [----------] 1 test from std_algorithms_all_of_team_test
34: [ RUN      ] std_algorithms_all_of_team_test.test
25: MallocTouchFree/N:65536/manual_time                                                 50.1 us         49.9 us        10000 19.9647k/s
34: [       OK ] std_algorithms_all_of_team_test.test (473 ms)
34: [----------] 1 test from std_algorithms_all_of_team_test (473 ms total)
34: 
34: [----------] 1 test from std_algorithms_any_of_team_test
34: [ RUN      ] std_algorithms_any_of_team_test.test
34: [       OK ] std_algorithms_any_of_team_test.test (296 ms)
34: [----------] 1 test from std_algorithms_any_of_team_test (296 ms total)
34: 
34: [----------] 1 test from std_algorithms_none_of_team_test
34: [ RUN      ] std_algorithms_none_of_team_test.test
34: [       OK ] std_algorithms_none_of_team_test.test (473 ms)
34: [----------] 1 test from std_algorithms_none_of_team_test (473 ms total)
34: 
34: [----------] 2 tests from std_algorithms_search_n_team_test
34: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
25: MallocTouchFree/N:1048576/manual_time                                               47.6 us         47.4 us        14733 21.0246k/s
34: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (386 ms)
34: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
34: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (382 ms)
34: [----------] 2 tests from std_algorithms_search_n_team_test (769 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 11 tests from 7 test suites ran. (4379 ms total)
34: [  PASSED  ] 11 tests.
34/45 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .....   Passed    4.39 sec
test 35
      Start 35: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

35: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
35: Test timeout computed to be: 1500
35: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
35:                                     Detected: 4 cores per node.
35:                                     Detected: 1 MPI_ranks per node.
35:                                     Requested: 8 threads per process.
35: [==========] Running 3 tests from 3 test suites.
35: [----------] Global test environment set-up.
35: [----------] 1 test from std_algorithms_min_element_team_test
35: [ RUN      ] std_algorithms_min_element_team_test.test
35: [       OK ] std_algorithms_min_element_team_test.test (1346 ms)
35: [----------] 1 test from std_algorithms_min_element_team_test (1346 ms total)
35: 
35: [----------] 1 test from std_algorithms_max_element_team_test
35: [ RUN      ] std_algorithms_max_element_team_test.test
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o
25: MallocTouchFree/N:16777216/manual_time                                               583 us          234 us         4026 1.71557k/s
35: [       OK ] std_algorithms_max_element_team_test.test (1328 ms)
35: [----------] 1 test from std_algorithms_max_element_team_test (1329 ms total)
35: 
35: [----------] 1 test from std_algorithms_minmax_element_team_test
35: [ RUN      ] std_algorithms_minmax_element_team_test.test
25: MallocTouchFree/N:268435456/manual_time                                            12245 us         3179 us           74  81.6652/s
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o
25: MallocTouchFree/N:4294967296/manual_time                                          147816 us         1693 us            5  6.76516/s
35: [       OK ] std_algorithms_minmax_element_team_test.test (1943 ms)
35: [----------] 1 test from std_algorithms_minmax_element_team_test (1943 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 3 tests from 3 test suites ran. (4619 ms total)
35: [  PASSED  ] 3 tests.
35/45 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .....   Passed    4.63 sec
test 36
      Start 36: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

36: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
36: Test timeout computed to be: 1500
36: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
36:                                     Detected: 4 cores per node.
36:                                     Detected: 1 MPI_ranks per node.
36:                                     Requested: 8 threads per process.
36: [==========] Running 6 tests from 6 test suites.
36: [----------] Global test environment set-up.
36: [----------] 1 test from std_algorithms_fill_team_test
36: [ RUN      ] std_algorithms_fill_team_test.test
25: ----------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s         MB
25: ----------------------------------------------------------------------------------------------------------------------------------------------
25: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                            0.105 s         0.091 s            10  7.61705/s        800
36: [       OK ] std_algorithms_fill_team_test.test (366 ms)
36: [----------] 1 test from std_algorithms_fill_team_test (366 ms total)
36: 
36: [----------] 1 test from std_algorithms_fill_n_team_test
36: [ RUN      ] std_algorithms_fill_n_team_test.test
36: [       OK ] std_algorithms_fill_n_team_test.test (272 ms)
36: [----------] 1 test from std_algorithms_fill_n_team_test (272 ms total)
36: 
36: [----------] 1 test from std_algorithms_replace_team_test
36: [ RUN      ] std_algorithms_replace_team_test.test
36: [       OK ] std_algorithms_replace_team_test.test (528 ms)
36: [----------] 1 test from std_algorithms_replace_team_test (528 ms total)
36: 
36: [----------] 1 test from std_algorithms_replace_if_team_test
36: [ RUN      ] std_algorithms_replace_if_team_test.test
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o
36: [       OK ] std_algorithms_replace_if_team_test.test (591 ms)
36: [----------] 1 test from std_algorithms_replace_if_team_test (591 ms total)
36: 
36: [----------] 1 test from std_algorithms_replace_copy_team_test
36: [ RUN      ] std_algorithms_replace_copy_team_test.test
36: [       OK ] std_algorithms_replace_copy_team_test.test (978 ms)
36: [----------] 1 test from std_algorithms_replace_copy_team_test (978 ms total)
36: 
36: [----------] 1 test from std_algorithms_replace_copy_if_team_test
36: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
25: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                           0.028 s         0.022 s           100  28.4006/s        800
36: [       OK ] std_algorithms_replace_copy_if_team_test.test (784 ms)
36: [----------] 1 test from std_algorithms_replace_copy_if_team_test (784 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 6 tests from 6 test suites ran. (3522 ms total)
36: [  PASSED  ] 6 tests.
36/45 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .....   Passed    3.54 sec
test 37
      Start 37: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

37: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
37: Test timeout computed to be: 1500
37: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
37:                                     Detected: 4 cores per node.
37:                                     Detected: 1 MPI_ranks per node.
37:                                     Requested: 8 threads per process.
37: [==========] Running 4 tests from 4 test suites.
37: [----------] Global test environment set-up.
37: [----------] 1 test from std_algorithms_reverse_team_test
37: [ RUN      ] std_algorithms_reverse_team_test.test
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o
37: [       OK ] std_algorithms_reverse_team_test.test (376 ms)
37: [----------] 1 test from std_algorithms_reverse_team_test (376 ms total)
37: 
37: [----------] 1 test from std_algorithms_reverse_copy_team_test
37: [ RUN      ] std_algorithms_reverse_copy_team_test.test
25: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                            0.130 s         0.103 s            10  6.17654/s        800
37: [       OK ] std_algorithms_reverse_copy_team_test.test (383 ms)
37: [----------] 1 test from std_algorithms_reverse_copy_team_test (383 ms total)
37: 
37: [----------] 1 test from std_algorithms_rotate_team_test
37: [ RUN      ] std_algorithms_rotate_team_test.test
37: [       OK ] std_algorithms_rotate_team_test.test (786 ms)
37: [----------] 1 test from std_algorithms_rotate_team_test (786 ms total)
37: 
37: [----------] 1 test from std_algorithms_rotate_copy_team_test
37: [ RUN      ] std_algorithms_rotate_copy_team_test.test
26: [       OK ] cuda.scatterview (19568 ms)
26: [ RUN      ] cuda.scatterview_devicetype
26: [       OK ] cuda.scatterview_devicetype (30 ms)
26: [ RUN      ] cuda.staticcrsgraph
26: [       OK ] cuda.staticcrsgraph (67 ms)
26: [ RUN      ] cuda.resize_realloc_no_init_dualview
26: [       OK ] cuda.resize_realloc_no_init_dualview (1 ms)
26: [ RUN      ] cuda.resize_realloc_no_alloc_dualview
26: [       OK ] cuda.resize_realloc_no_alloc_dualview (0 ms)
26: [ RUN      ] cuda.resize_exec_space_dualview
26: [       OK ] cuda.resize_exec_space_dualview (0 ms)
26: [ RUN      ] cuda.realloc_exec_space_dualview
26: /var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp:141: Skipped
26: skipping since CudaUVMSpace requires additional fences
26: [  SKIPPED ] cuda.realloc_exec_space_dualview (0 ms)
26: [ RUN      ] cuda.resize_realloc_no_init_dynrankview
26: [       OK ] cuda.resize_realloc_no_init_dynrankview (0 ms)
26: [ RUN      ] cuda.resize_exec_space_dynrankview
26: [       OK ] cuda.resize_exec_space_dynrankview (0 ms)
26: [ RUN      ] cuda.realloc_exec_space_dynrankview
26: /var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp:233: Skipped
26: skipping since CudaUVMSpace requires additional fences
26: [  SKIPPED ] cuda.realloc_exec_space_dynrankview (0 ms)
26: [ RUN      ] cuda.resize_realloc_no_init_scatterview
26: [       OK ] cuda.resize_realloc_no_init_scatterview (0 ms)
26: [ RUN      ] cuda.resize_realloc_no_alloc_scatterview
26: [       OK ] cuda.resize_realloc_no_alloc_scatterview (0 ms)
26: [ RUN      ] cuda.resize_exec_space_scatterview
26: [       OK ] cuda.resize_exec_space_scatterview (0 ms)
26: [ RUN      ] cuda.realloc_exec_space_scatterview
26: /var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp:372: Skipped
26: skipping since CudaUVMSpace requires additional fences
26: [  SKIPPED ] cuda.realloc_exec_space_scatterview (0 ms)
26: [ RUN      ] cuda.create_mirror_no_init_dynrankview
26: [       OK ] cuda.create_mirror_no_init_dynrankview (0 ms)
26: [ RUN      ] cuda.create_mirror_no_init_dynrankview_viewctor
26: [       OK ] cuda.create_mirror_no_init_dynrankview_viewctor (0 ms)
26: [ RUN      ] cuda.create_mirror_view_and_copy_dynrankview
26: /var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp:483: Skipped
26: skipping since CudaUVMSpace requires additional fences
26: [  SKIPPED ] cuda.create_mirror_view_and_copy_dynrankview (0 ms)
26: [ RUN      ] cuda.create_mirror_no_init_offsetview
26: [       OK ] cuda.create_mirror_no_init_offsetview (0 ms)
26: [ RUN      ] cuda.create_mirror_no_init_offsetview_view_ctor
26: [       OK ] cuda.create_mirror_no_init_offsetview_view_ctor (0 ms)
26: [ RUN      ] cuda.create_mirror_view_and_copy_offsetview
26: /var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp:587: Skipped
26: skipping since CudaUVMSpace requires additional fences
26: [  SKIPPED ] cuda.create_mirror_view_and_copy_offsetview (0 ms)
26: [ RUN      ] cuda.create_mirror_no_init_dynamicview
26: [       OK ] cuda.create_mirror_no_init_dynamicview (0 ms)
26: [ RUN      ] cuda.create_mirror_view_and_copy_dynamicview
26: /var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp:659: Skipped
26: skipping since CudaUVMSpace requires additional fences
26: [  SKIPPED ] cuda.create_mirror_view_and_copy_dynamicview (0 ms)
26: [ RUN      ] cuda.create_mirror_no_init_dynamicview_view_ctor
26: [       OK ] cuda.create_mirror_no_init_dynamicview_view_ctor (0 ms)
26: [ RUN      ] cuda.UnorderedMap_insert
37: [       OK ] std_algorithms_rotate_copy_team_test.test (529 ms)
37: [----------] 1 test from std_algorithms_rotate_copy_team_test (529 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 4 tests from 4 test suites ran. (2075 ms total)
37: [  PASSED  ] 4 tests.
37/45 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .....   Passed    2.08 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

38: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
38: Test timeout computed to be: 1500
38: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
38:                                     Detected: 4 cores per node.
38:                                     Detected: 1 MPI_ranks per node.
38:                                     Requested: 8 threads per process.
38: [==========] Running 4 tests from 4 test suites.
38: [----------] Global test environment set-up.
38: [----------] 1 test from std_algorithms_move_team_test
38: [ RUN      ] std_algorithms_move_team_test.test
38: [       OK ] std_algorithms_move_team_test.test (551 ms)
38: [----------] 1 test from std_algorithms_move_team_test (551 ms total)
38: 
38: [----------] 1 test from std_algorithms_move_backward_team_test
38: [ RUN      ] std_algorithms_move_backward_team_test.test
38: [       OK ] std_algorithms_move_backward_team_test.test (577 ms)
38: [----------] 1 test from std_algorithms_move_backward_team_test (577 ms total)
38: 
38: [----------] 1 test from std_algorithms_shift_left_team_test
38: [ RUN      ] std_algorithms_shift_left_team_test.test
25: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.021 s           100  29.3655/s        800
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o
38: [       OK ] std_algorithms_shift_left_team_test.test (1576 ms)
38: [----------] 1 test from std_algorithms_shift_left_team_test (1576 ms total)
38: 
38: [----------] 1 test from std_algorithms_shift_right_team_test
38: [ RUN      ] std_algorithms_shift_right_team_test.test
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
25: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                            0.035 s         0.026 s            46  22.8982/s        800
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
38: [       OK ] std_algorithms_shift_right_team_test.test (1379 ms)
38: [----------] 1 test from std_algorithms_shift_right_team_test (1379 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 4 tests from 4 test suites ran. (4085 ms total)
38: [  PASSED  ] 4 tests.
38/45 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .....   Passed    4.10 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

39: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
39: Test timeout computed to be: 1500
39: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
39:                                     Detected: 4 cores per node.
39:                                     Detected: 1 MPI_ranks per node.
39:                                     Requested: 8 threads per process.
39: [==========] Running 9 tests from 9 test suites.
39: [----------] Global test environment set-up.
39: [----------] 1 test from std_algorithms_copy_team_test
39: [ RUN      ] std_algorithms_copy_team_test.test
[ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 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
25: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                           0.028 s         0.001 s            41  28.2657/s        800
39: [       OK ] std_algorithms_copy_team_test.test (697 ms)
39: [----------] 1 test from std_algorithms_copy_team_test (697 ms total)
39: 
39: [----------] 1 test from std_algorithms_copy_n_team_test
39: [ RUN      ] std_algorithms_copy_n_team_test.test
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
39: [       OK ] std_algorithms_copy_n_team_test.test (323 ms)
39: [----------] 1 test from std_algorithms_copy_n_team_test (323 ms total)
39: 
39: [----------] 1 test from std_algorithms_copy_backward_team_test
39: [ RUN      ] std_algorithms_copy_backward_team_test.test
39: [       OK ] std_algorithms_copy_backward_team_test.test (563 ms)
39: [----------] 1 test from std_algorithms_copy_backward_team_test (563 ms total)
39: 
39: [----------] 1 test from std_algorithms_copy_if_team_test
39: [ RUN      ] std_algorithms_copy_if_team_test.test
25: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                            0.109 s         0.105 s            10  7.35314/s        800
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o
39: [       OK ] std_algorithms_copy_if_team_test.test (647 ms)
39: [----------] 1 test from std_algorithms_copy_if_team_test (647 ms total)
39: 
39: [----------] 1 test from std_algorithms_unique_copy_team_test
39: [ RUN      ] std_algorithms_unique_copy_team_test.test
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o
39: [       OK ] std_algorithms_unique_copy_team_test.test (1253 ms)
39: [----------] 1 test from std_algorithms_unique_copy_team_test (1253 ms total)
39: 
39: [----------] 1 test from std_algorithms_remove_team_test
39: [ RUN      ] std_algorithms_remove_team_test.test
39: [       OK ] std_algorithms_remove_team_test.test (796 ms)
39: [----------] 1 test from std_algorithms_remove_team_test (796 ms total)
39: 
39: [----------] 1 test from std_algorithms_remove_if_team_test
39: [ RUN      ] std_algorithms_remove_if_team_test.test
4: [       OK ] openacc.view_fill_tests_layout_right (45479 ms)
4: [ RUN      ] openacc.view_fill_tests_layout_left
25: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.017 s           100  29.7066/s        800
39: [       OK ] std_algorithms_remove_if_team_test.test (761 ms)
39: [----------] 1 test from std_algorithms_remove_if_team_test (761 ms total)
39: 
39: [----------] 1 test from std_algorithms_remove_copy_team_test
39: [ RUN      ] std_algorithms_remove_copy_team_test.test
25: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                            0.049 s         0.037 s            27  16.2512/s        800
39: [       OK ] std_algorithms_remove_copy_team_test.test (1002 ms)
39: [----------] 1 test from std_algorithms_remove_copy_team_test (1002 ms total)
39: 
39: [----------] 1 test from std_algorithms_remove_copy_if_team_test
39: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
39: [       OK ] std_algorithms_remove_copy_if_team_test.test (746 ms)
39: [----------] 1 test from std_algorithms_remove_copy_if_team_test (746 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 9 tests from 9 test suites ran. (6792 ms total)
39: [  PASSED  ] 9 tests.
39/45 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .....   Passed    6.80 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

40: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
40: Test timeout computed to be: 1500
40: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
40:                                     Detected: 4 cores per node.
40:                                     Detected: 1 MPI_ranks per node.
40:                                     Requested: 8 threads per process.
40: [==========] Running 4 tests from 4 test suites.
40: [----------] Global test environment set-up.
40: [----------] 1 test from std_algorithms_unique_team_test
40: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
26: [       OK ] cuda.UnorderedMap_insert (14284 ms)
26: [ RUN      ] cuda.UnorderedMap_failed_insert
40: [       OK ] std_algorithms_unique_team_test.test_default_predicate (1426 ms)
40: [----------] 1 test from std_algorithms_unique_team_test (1426 ms total)
40: 
40: [----------] 1 test from std_algorithms_adjacent_difference_team_test
40: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
25: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                           0.029 s         0.016 s           100  27.3466/s        800
[100%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPTarget
[100%] Built target Kokkos_CoreUnitTest_OpenMPTarget
+ ctest --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/unit_test/Kokkos_CoreUnitTest_Serial1
1: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
1: Test timeout computed to be: 1500
40: [       OK ] std_algorithms_adjacent_difference_team_test.test (1222 ms)
40: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1222 ms total)
40: 
40: [----------] 1 test from std_algorithms_reduce_team_test
40: [ RUN      ] std_algorithms_reduce_team_test.test
4: [       OK ] openacc.view_fill_tests_layout_left (5640 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 (79 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 (36 ms)
4: [ RUN      ] openacc.view_mapping
4: [       OK ] openacc.view_mapping (59 ms)
4: [ RUN      ] openacc.view_mapping_operator
4: [       OK ] openacc.view_mapping_operator (52 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 (30 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-5993/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 (166 ms)
4: [ RUN      ] openacc.view_subview_2d_from_3d_atomic
1: [==========] Running 198 tests from 2 test suites.
1: [----------] Global test environment set-up.
1: [----------] 5 tests from serial_DeathTest
1: [ RUN      ] serial_DeathTest.abort_from_host
4: [       OK ] openacc.view_subview_2d_from_3d_atomic (166 ms)
4: [ RUN      ] openacc.view_subview_2d_from_3d_randomaccess
4: [       OK ] openacc.view_subview_2d_from_3d_randomaccess (167 ms)
4: [ RUN      ] openacc.view_subview_3d_from_5d_left
1: [       OK ] serial_DeathTest.abort_from_host (186 ms)
1: [ RUN      ] serial_DeathTest.abort_from_device
40: [       OK ] std_algorithms_reduce_team_test.test (1019 ms)
40: [----------] 1 test from std_algorithms_reduce_team_test (1019 ms total)
40: 
40: [----------] 1 test from std_algorithms_transform_reduce_team_test
40: [ RUN      ] std_algorithms_transform_reduce_team_test.test
1: [       OK ] serial_DeathTest.abort_from_device (175 ms)
1: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
1: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (172 ms)
1: [ RUN      ] serial_DeathTest.range_policy_invalid_bounds
1: [       OK ] serial_DeathTest.range_policy_invalid_bounds (5 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 (546 ms total)
1: 
1: [----------] 193 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
25: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                            0.046 s         0.035 s            26  17.2145/s        800
4: [       OK ] openacc.view_subview_3d_from_5d_left (587 ms)
4: [ RUN      ] openacc.view_subview_3d_from_5d_left_atomic
1: [       OK ] serial.atomic_views_integral (85 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 (1 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
4: [       OK ] openacc.view_subview_3d_from_5d_left_atomic (591 ms)
4: [ RUN      ] openacc.view_subview_3d_from_5d_left_randomaccess
4: [       OK ] openacc.view_subview_3d_from_5d_left_randomaccess (591 ms)
4: [ RUN      ] openacc.view_subview_3d_from_5d_right
40: [       OK ] std_algorithms_transform_reduce_team_test.test (1780 ms)
40: [----------] 1 test from std_algorithms_transform_reduce_team_test (1780 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 4 tests from 4 test suites ran. (5449 ms total)
40: [  PASSED  ] 4 tests.
40/45 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .....   Passed    5.46 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

41: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
41: Test timeout computed to be: 1500
41: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
41:                                     Detected: 4 cores per node.
41:                                     Detected: 1 MPI_ranks per node.
41:                                     Requested: 8 threads per process.
41: [==========] Running 18 tests from 5 test suites.
41: [----------] Global test environment set-up.
41: [----------] 2 tests from std_algorithms_is_sorted_team_test
41: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test14_MDRangeReduce_CUDA.cpp.o
26: [       OK ] cuda.UnorderedMap_failed_insert (4921 ms)
26: [ RUN      ] cuda.UnorderedMap_deep_copy
26: [       OK ] cuda.UnorderedMap_deep_copy (23 ms)
26: [ RUN      ] cuda.UnorderedMap_valid_empty
26: [       OK ] cuda.UnorderedMap_valid_empty (6 ms)
26: [ RUN      ] cuda.UnorderedMap_clear_zero_size
26: [       OK ] cuda.UnorderedMap_clear_zero_size (2 ms)
26: [ RUN      ] cuda.UnorderedMap_consistent_size
26: [       OK ] cuda.UnorderedMap_consistent_size (0 ms)
26: [ RUN      ] cuda.UnorderedMap_shallow_copyable_on_device
26: [       OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms)
26: [ RUN      ] cuda.UnorderedMap_lambda_capturable
26: [       OK ] cuda.UnorderedMap_lambda_capturable (0 ms)
26: [ RUN      ] cuda.UnorderedMap_constructor_view_alloc
26: [       OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms)
26: [ RUN      ] cuda.vector_combination
26: [       OK ] cuda.vector_combination (1 ms)
26: [ RUN      ] cuda.vector_insert
26: [       OK ] cuda.vector_insert (2 ms)
26: [ RUN      ] cuda.vector_push_back_default_exec
26: [       OK ] cuda.vector_push_back_default_exec (0 ms)
26: [ RUN      ] cuda.viewctorprop_embedded_dim
26: [       OK ] cuda.viewctorprop_embedded_dim (2 ms)
26: [----------] 65 tests from cuda (39092 ms total)
26: 
26: [----------] Global test environment tear-down
26: [==========] 65 tests from 1 test suite ran. (39092 ms total)
26: [  PASSED  ] 59 tests.
26: [  SKIPPED ] 6 tests, listed below:
26: [  SKIPPED ] cuda.realloc_exec_space_dualview
26: [  SKIPPED ] cuda.realloc_exec_space_dynrankview
26: [  SKIPPED ] cuda.realloc_exec_space_scatterview
26: [  SKIPPED ] cuda.create_mirror_view_and_copy_dynrankview
26: [  SKIPPED ] cuda.create_mirror_view_and_copy_offsetview
26: [  SKIPPED ] cuda.create_mirror_view_and_copy_dynamicview
41: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (610 ms)
41: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
1: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (2034 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
26/48 Test #26: Kokkos_ContainersUnitTest_Cuda ...................   Passed   41.85 sec
test 27
      Start 27: Kokkos_ContainersPerformanceTest_Cuda

27: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/containers/performance_tests/Kokkos_ContainersPerformanceTest_Cuda
27: Test timeout computed to be: 1500
4: [       OK ] openacc.view_subview_3d_from_5d_right (1396 ms)
4: [ RUN      ] openacc.view_subview_3d_from_5d_right_atomic
25: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                           0.031 s         0.023 s           100  25.7622/s        800
41: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1376 ms)
41: [----------] 2 tests from std_algorithms_is_sorted_team_test (1987 ms total)
41: 
41: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
41: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
41: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (13 ms)
41: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
41: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (14 ms)
41: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
4: [       OK ] openacc.view_subview_3d_from_5d_right_atomic (1395 ms)
4: [ RUN      ] openacc.view_subview_3d_from_5d_right_randomaccess
25: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                            0.120 s         0.112 s            10  6.66542/s        800
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
27: 
27: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
27:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
27:                                   setting CUDA_VISIBLE_DEVICES.
27:                                   This could on multi GPU systems lead to severe performance"
27:                                   penalties.
27: [==========] Running 4 tests from 1 test suite.
27: [----------] Global test environment set-up.
27: [----------] 4 tests from TEST_CATEGORY
27: [ RUN      ] TEST_CATEGORY.dynrankview_perf
27: Cuda
27:  DynRankView vs View: Initialization Only 
27:  View time (init only): 0.000665012
27:  View sum computation time: 0.000665012
27:  Strided View time (init only): 0.00058897
27:  View Rank7 time (init only): 0.000589782
41: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1353 ms)
41: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_c.cpp.o
27:  DynRankView time (init only): 0.00057813
27:  DynRankView sum computation time: 0.00208661
27:  Ratio of View to DynRankView time: 1.15028
27:  Ratio of View to DynRankView sum computation time: 1.09478
27:  Ratio of View to View Rank7  time: 1.12756
27:  Ratio of StrideView to DynRankView time: 1.01875
27:  Ratio of DynRankView to View Rank7  time: 0.980244
27: [       OK ] TEST_CATEGORY.dynrankview_perf (687 ms)
27: [ RUN      ] TEST_CATEGORY.global_2_local
27: Cuda
27: size, create, generate, fill, find
27: 256, 0.00137885, 1.4047e-05, 0.00492954, 0.00193383
27: 512, 0.00146921, 1.3375e-05, 2.3754e-05, 0.00200515
27: 1024, 0.0012181, 1.1261e-05, 2.2443e-05, 0.00202876
27: 2048, 0.00129332, 1.1532e-05, 2.6048e-05, 0.00222567
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (2447 ms)
1: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
27: 4096, 0.0010183, 1.1141e-05, 2.5989e-05, 0.00207188
27: 8192, 0.00123349, 1.097e-05, 2.8714e-05, 0.00204749
27: 16384, 0.00123343, 1.1493e-05, 3.0836e-05, 0.00211223
27: 32768, 0.00149512, 1.1151e-05, 3.792e-05, 0.00214913
27: 65536, 0.00235756, 1.1492e-05, 5.6457e-05, 0.0022572
27: 131072, 0.00318093, 1.1702e-05, 7.7203e-05, 0.00253121
27: 262144, 0.00505437, 1.589e-05, 9.7272e-05, 0.00317426
27: 524288, 0.00857341, 1.8865e-05, 0.000156061, 0.00616576
27: 1048576, 0.0130421, 2.2181e-05, 0.000247263, 0.0114269
27: 2097152, 0.0227965, 2.9155e-05, 0.000773315, 0.030818
27: 4194304, 0.0417825, 4.1217e-05, 0.00173054, 0.0739434
27: [       OK ] TEST_CATEGORY.global_2_local (275 ms)
27: [ RUN      ] TEST_CATEGORY.unordered_map_performance_near
27: skipping test
27: [       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
27: [ RUN      ] TEST_CATEGORY.unordered_map_performance_far
27: skipping test
27: [       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
27: [----------] 4 tests from TEST_CATEGORY (962 ms total)
27: 
27: [----------] Global test environment tear-down
27: [==========] 4 tests from 1 test suite ran. (962 ms total)
27: [  PASSED  ] 4 tests.
1: [       OK ] serial.local_deepcopy_teampolicy_layoutright (994 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
41: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (822 ms)
41: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2204 ms total)
41: 
41: [----------] 4 tests from std_algorithms_is_partitioned_team_test
41: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
41: [       OK ] std_algorithms_is_partitioned_team_test.empty (7 ms)
41: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
4: [       OK ] openacc.view_subview_3d_from_5d_right_randomaccess (1397 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: [----------] 160 tests from openacc (83882 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 175 tests from 2 test suites ran. (136924 ms total)
4: [  PASSED  ] 171 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  137.98 sec
test 5
      Start  5: Kokkos_CoreUnitTest_Default

5: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Default
5: Test timeout computed to be: 1500
27/48 Test #27: Kokkos_ContainersPerformanceTest_Cuda ............   Passed    3.38 sec
test 28
      Start 28: Kokkos_UnitTest_Sort

28: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_UnitTest_Sort
28: Test timeout computed to be: 1500
41: [       OK ] std_algorithms_is_partitioned_team_test.all_true (397 ms)
41: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
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 (7 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 (7 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 (45 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 (65 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 19 tests from 1 test suite ran. (66 ms total)
5: [  PASSED  ] 19 tests.
41: [       OK ] std_algorithms_is_partitioned_team_test.all_false (399 ms)
41: [ RUN      ] std_algorithms_is_partitioned_team_test.random
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (1001 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
1: [       OK ] serial.mdrange_5d (11 ms)
1: [ RUN      ] serial.mdrange_6d
1: [       OK ] serial.mdrange_6d (6 ms)
1: [ RUN      ] serial.mdrange_2d
1: [       OK ] serial.mdrange_2d (0 ms)
1: [ RUN      ] serial.mdrange_3d
1: [       OK ] serial.mdrange_3d (1 ms)
1: [ RUN      ] serial.mdrange_4d
1: [       OK ] serial.mdrange_4d (1 ms)
1: [ RUN      ] serial.mdrange_large_deep_copy
 5/20 Test  #5: Kokkos_CoreUnitTest_Default .................   Passed    0.80 sec
test 6
      Start  6: Kokkos_CoreUnitTest_LegionInitialization

6: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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
41: [       OK ] std_algorithms_is_partitioned_team_test.random (307 ms)
41: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1112 ms total)
41: 
41: [----------] 4 tests from std_algorithms_partition_copy_team_test
41: [ RUN      ] std_algorithms_partition_copy_team_test.empty
41: [       OK ] std_algorithms_partition_copy_team_test.empty (11 ms)
41: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
6: [       OK ] initialization.legion_initialization (444 ms)
6: [----------] 1 test from initialization (444 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 1 test from 1 test suite ran. (444 ms total)
6: [  PASSED  ] 1 test.
25: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.020 s           100  29.6462/s        800
1: [       OK ] serial.mdrange_large_deep_copy (732 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-5993/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-5993/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.memory_pool
1: [       OK ] serial.memory_pool (24 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.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 (44 ms)
1: [ RUN      ] serial.double_reduce
1: [       OK ] serial.double_reduce (142 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic
 6/20 Test  #6: Kokkos_CoreUnitTest_LegionInitialization ....   Passed    0.74 sec
test 7
      Start  7: Kokkos_CoreUnitTest_PushFinalizeHook

7: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook
7: Test timeout computed to be: 1500
41: [       OK ] std_algorithms_partition_copy_team_test.all_true (615 ms)
41: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
7: SUCCESS
28: 
28: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
28:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
28:                                   setting CUDA_VISIBLE_DEVICES.
28:                                   This could on multi GPU systems lead to severe performance"
28:                                   penalties.
28: [==========] Running 15 tests from 1 test suite.
28: [----------] Global test environment set-up.
28: [----------] 15 tests from cuda
28: [ RUN      ] cuda.SortUnsignedValueType
28: [       OK ] cuda.SortUnsignedValueType (28 ms)
28: [ RUN      ] cuda.SortEmptyView
28: [       OK ] cuda.SortEmptyView (0 ms)
28: [ RUN      ] cuda.SortByKeyEmptyView
28: [       OK ] cuda.SortByKeyEmptyView (0 ms)
28: [ RUN      ] cuda.SortByKey
28: [       OK ] cuda.SortByKey (2 ms)
28: [ RUN      ] cuda.SortByKeyWithComparator
28: [       OK ] cuda.SortByKeyWithComparator (2 ms)
28: [ RUN      ] cuda.SortByKeyStaticExtents
28: [       OK ] cuda.SortByKeyStaticExtents (0 ms)
28: [ RUN      ] cuda.SortByKeyWithStrides
28: [       OK ] cuda.SortByKeyWithStrides (0 ms)
28: [ RUN      ] cuda.SortByKeyKeysLargerThanValues
28: 
28: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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.
 7/20 Test  #7: Kokkos_CoreUnitTest_PushFinalizeHook ........   Passed    0.69 sec
test 8
      Start  8: Kokkos_CoreUnitTest_Develop

8: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Develop
8: Test timeout computed to be: 1500
28: 
28: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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.
41: [       OK ] std_algorithms_partition_copy_team_test.all_false (622 ms)
41: [ RUN      ] std_algorithms_partition_copy_team_test.random
25: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                            0.036 s         0.032 s            33  22.3093/s        800
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
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.
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
28: [       OK ] cuda.SortByKeyKeysLargerThanValues (770 ms)
28: [ RUN      ] cuda.SortWithCustomComparator
41: [       OK ] std_algorithms_partition_copy_team_test.random (527 ms)
41: [----------] 4 tests from std_algorithms_partition_copy_team_test (1777 ms total)
41: 
41: [----------] 4 tests from std_algorithms_partition_point_team_test
41: [ RUN      ] std_algorithms_partition_point_team_test.empty
41: [       OK ] std_algorithms_partition_point_team_test.empty (7 ms)
41: [ RUN      ] std_algorithms_partition_point_team_test.all_true
41: [       OK ] std_algorithms_partition_point_team_test.all_true (270 ms)
41: [ RUN      ] std_algorithms_partition_point_team_test.all_false
1: [       OK ] serial.int64_t_reduce_dynamic (1320 ms)
1: [ RUN      ] serial.double_reduce_dynamic
 8/20 Test  #8: Kokkos_CoreUnitTest_Develop .................   Passed    0.69 sec
test 9
      Start  9: Kokkos_CoreUnitTest_KokkosP

9: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP
9: Test timeout computed to be: 1500
41: [       OK ] std_algorithms_partition_point_team_test.all_false (270 ms)
41: [ RUN      ] std_algorithms_partition_point_team_test.random
41: [       OK ] std_algorithms_partition_point_team_test.random (173 ms)
41: [----------] 4 tests from std_algorithms_partition_point_team_test (722 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 18 tests from 5 test suites ran. (7805 ms total)
41: [  PASSED  ] 18 tests.
41/45 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .....   Passed    7.82 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

42: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
42: Test timeout computed to be: 1500
42: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
42:                                     Detected: 4 cores per node.
42:                                     Detected: 1 MPI_ranks per node.
42:                                     Requested: 8 threads per process.
42: [==========] Running 5 tests from 4 test suites.
42: [----------] Global test environment set-up.
42: [----------] 2 tests from std_algorithms_transform_team_test
42: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
28: [       OK ] cuda.SortWithCustomComparator (660 ms)
28: [ RUN      ] cuda.BinSortGenericTests
28: [       OK ] cuda.BinSortGenericTests (48 ms)
28: [ RUN      ] cuda.BinSortEmptyView
28: [       OK ] cuda.BinSortEmptyView (0 ms)
28: [ RUN      ] cuda.BinSortEmptyKeysView
28: [       OK ] cuda.BinSortEmptyKeysView (0 ms)
28: [ RUN      ] cuda.BinSortUnsignedKeyLayoutStrideValues
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 (32 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 (33 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. (33 ms total)
9: [  PASSED  ] 23 tests.
 9/20 Test  #9: Kokkos_CoreUnitTest_KokkosP .................   Passed    0.73 sec
test 10
      Start 10: Kokkos_CoreUnitTest_ToolIndependence

10: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence
10: Test timeout computed to be: 1500
10/20 Test #10: Kokkos_CoreUnitTest_ToolIndependence ........   Passed    0.01 sec
test 11
      Start 11: Kokkos_ProfilingTestLibraryLoadHelp

11: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help"
11: Environment variables: 
11:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-5993/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().
25: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                           0.043 s         0.041 s            27  18.5615/s        800
11: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
1: [       OK ] serial.double_reduce_dynamic (1288 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic_view
11/20 Test #11: Kokkos_ProfilingTestLibraryLoadHelp .........   Passed    0.68 sec
test 12
      Start 12: Kokkos_ProfilingTestLibraryCmdLineHelp

12: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkosprinter-tool.so"
12: Test timeout computed to be: 1500
42: [       OK ] std_algorithms_transform_team_test.test_unary_op (889 ms)
42: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o
1: [       OK ] serial.int64_t_reduce_dynamic_view (289 ms)
1: [ RUN      ] serial.reduction_with_large_iteration_count
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestReduce.hpp:642: Skipped
1: Disabling for host backends
1: [  SKIPPED ] serial.reduction_with_large_iteration_count (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
25: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           441  1005.98/s       1.6k
12: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
12/20 Test #12: Kokkos_ProfilingTestLibraryCmdLineHelp ......   Passed    0.68 sec
test 13
      Start 13: Kokkos_ProfilingTestLibraryLoad

13: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
13: Environment variables: 
13:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-5993/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().
42: [       OK ] std_algorithms_transform_team_test.test_binary_op (983 ms)
42: [----------] 2 tests from std_algorithms_transform_team_test (1872 ms total)
42: 
42: [----------] 1 test from std_algorithms_generate_team_test
42: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
25: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           439  938.778/s       1.6k
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:0xef9dc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xefa040:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xefa0c0:Host:source:0xef9e40: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:0xefa280: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:0xefa040:40::kokkosp_deallocate_data:Host:source:0xef9dc0:40::kokkosp_finalize_library::
13/20 Test #13: Kokkos_ProfilingTestLibraryLoad .............   Passed    0.68 sec
test 14
      Start 14: Kokkos_ProfilingTestLibraryCmdLine

14: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-5993/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:0xef9dc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xefa040:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xefa0c0:Host:source:0xef9e40: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:0xefa280: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:0xefa040:40::kokkosp_deallocate_data:Host:source:0xef9dc0:40::kokkosp_finalize_library::
1: [       OK ] serial.reduce_device_view_mdrange_policy (1896 ms)
1: [ RUN      ] serial.reduce_device_view_team_policy
14/20 Test #14: Kokkos_ProfilingTestLibraryCmdLine ..........   Passed    0.68 sec
test 15
      Start 15: Kokkos_CoreUnitTest_StackTraceTest

15: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec
15: Test timeout computed to be: 1500
25: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           440  1022.43/s       1.6k
1: [       OK ] serial.reduce_device_view_team_policy (162 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
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-5993/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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d5a53]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44103c]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x43d266]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x14e) [0x43bc0e]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x483503]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44cb4f]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44ee9f]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4501c7]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462ce7]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x486343]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45158e]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43af75]
15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5995083]
15: /var/jenkins/workspace/Kokkos_PR-5993/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*, 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*, bool (testing::internal::UnitTestImpl::*)(), char const*)
15: [0x45158e] testing::UnitTest::Run()
15: [0x43af75] main
15: [0x7ffff5995083] __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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d5a53]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44103c]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x441832]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x43e1cd]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x14e) [0x43bc0e]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x483503]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44cb4f]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44ee9f]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4501c7]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462ce7]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x486343]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45158e]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43af75]
15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5995083]
15: /var/jenkins/workspace/Kokkos_PR-5993/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*, 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*, bool (testing::internal::UnitTestImpl::*)(), char const*)
15: [0x45158e] testing::UnitTest::Run()
15: [0x43af75] main
15: [0x7ffff5995083] __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 (245 ms)
15: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
15: 
15: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d5a53]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44103c]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x43d266]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x14b) [0x43bf8b]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x483503]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44cb4f]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44ee9f]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4501c7]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462ce7]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x486343]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45158e]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43af75]
15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5995083]
15: /var/jenkins/workspace/Kokkos_PR-5993/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*, 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*, bool (testing::internal::UnitTestImpl::*)(), char const*)
15: [0x45158e] testing::UnitTest::Run()
15: [0x43af75] main
15: [0x7ffff5995083] __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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d5a53]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44103c]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x441832]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x43e1cd]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x14b) [0x43bf8b]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x483503]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44cb4f]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44ee9f]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4501c7]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462ce7]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x486343]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45158e]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43af75]
15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5995083]
15: /var/jenkins/workspace/Kokkos_PR-5993/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*, 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*, bool (testing::internal::UnitTestImpl::*)(), char const*)
15: [0x45158e] testing::UnitTest::Run()
15: [0x43af75] main
15: [0x7ffff5995083] __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 (214 ms)
15: [----------] 2 tests from defaultdevicetype_DeathTest (460 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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d5a53]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44103c]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x43d266]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x483503]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44cb4f]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44ee9f]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4501c7]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462ce7]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x486343]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45158e]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43af75]
15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5995083]
15: /var/jenkins/workspace/Kokkos_PR-5993/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*, 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*, bool (testing::internal::UnitTestImpl::*)(), char const*)
15: [0x45158e] testing::UnitTest::Run()
15: [0x43af75] main
15: [0x7ffff5995083] __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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4d5a53]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44103c]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x441832]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x43e1cd]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x483503]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44cb4f]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44ee9f]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x4501c7]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462ce7]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x486343]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45158e]
15: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43af75]
15: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5995083]
15: /var/jenkins/workspace/Kokkos_PR-5993/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*, 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*, bool (testing::internal::UnitTestImpl::*)(), char const*)
15: [0x45158e] testing::UnitTest::Run()
15: [0x43af75] main
15: [0x7ffff5995083] __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 (1 ms)
15: [----------] 1 test from defaultdevicetype (1 ms total)
15: 
15: [----------] Global test environment tear-down
15: [==========] 3 tests from 2 test suites ran. (461 ms total)
15: [  PASSED  ] 3 tests.
25: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           440  1022.42/s       1.6k
15/20 Test #15: Kokkos_CoreUnitTest_StackTraceTest ..........   Passed    1.14 sec
test 16
      Start 16: Kokkos_IncrementalTest_SERIAL

16: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_IncrementalTest_SERIAL
16: Test timeout computed to be: 1500
1: [       OK ] serial.task_fib_deprecated (772 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
42: [       OK ] std_algorithms_generate_team_test.test_unary_op (1939 ms)
42: [----------] 1 test from std_algorithms_generate_team_test (1939 ms total)
42: 
42: [----------] 1 test from std_algorithms_generate_n_team_test
42: [ RUN      ] std_algorithms_generate_n_team_test.test
42: [       OK ] std_algorithms_generate_n_team_test.test (284 ms)
42: [----------] 1 test from std_algorithms_generate_n_team_test (284 ms total)
42: 
42: [----------] 1 test from std_algorithms_swap_ranges_team_test
42: [ RUN      ] std_algorithms_swap_ranges_team_test.test
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o
16: [==========] Running 28 tests from 1 test suite.
16: [----------] Global test environment set-up.
16: [----------] 28 tests from SERIAL
16: [ RUN      ] SERIAL.IncrTest_01_execspace_typedef
16: [       OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms)
16: [ RUN      ] SERIAL.IncrTest_01_execspace
16: Host Serial Execution Space:
16:   KOKKOS_ENABLE_SERIAL: yes
16: 
16: Serial Runtime Configuration:
16: Serial
16: [       OK ] SERIAL.IncrTest_01_execspace (0 ms)
16: [ RUN      ] SERIAL.IncrTest_02_AtomicExchange
16: [       OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms)
16: [ RUN      ] SERIAL.IncrTest_02_AtomicAdd
16: [       OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms)
16: [ RUN      ] SERIAL.IncrTest_02_AtomicSub
16: [       OK ] SERIAL.IncrTest_02_AtomicSub (0 ms)
16: [ RUN      ] SERIAL.IncrTest_03a_memspace_malloc
16: [       OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms)
16: [ RUN      ] SERIAL.IncrTest_03b_memspace_free
16: [       OK ] SERIAL.IncrTest_03b_memspace_free (143 ms)
16: [ RUN      ] SERIAL.IncrTest_04_simple_parallelFor
16: [       OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms)
16: [ RUN      ] SERIAL.IncrTest_04_RangePolicy_parallelFor
16: [       OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms)
16: [ RUN      ] SERIAL.IncrTest_05_reduction
16: [       OK ] SERIAL.IncrTest_05_reduction (0 ms)
16: [ RUN      ] SERIAL.IncrTest_06_mdrange2D
16: [       OK ] SERIAL.IncrTest_06_mdrange2D (0 ms)
16: [ RUN      ] SERIAL.IncrTest_06_mdrange3D
16: [       OK ] SERIAL.IncrTest_06_mdrange3D (0 ms)
16: [ RUN      ] SERIAL.IncrTest_06_mdrange4D
16: [       OK ] SERIAL.IncrTest_06_mdrange4D (0 ms)
16: [ RUN      ] SERIAL.IncrTest_08_deep_copy_2D
16: [       OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms)
16: [ RUN      ] SERIAL.IncrTest_08_deep_copy_3D
16: [       OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms)
16: [ RUN      ] SERIAL.IncrTest_08_deep_copy_4D
16: [       OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms)
16: [ RUN      ] SERIAL.IncrTest_10_Hierarchical_Basics
16: [       OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms)
16: [ RUN      ] SERIAL.IncrTest_11a_Hierarchical_ForLoop
16: [       OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms)
16: [ RUN      ] SERIAL.IncrTest_11b_Hierarchical_ForLoop
16: [       OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms)
16: [ RUN      ] SERIAL.IncrTest_11c_Hierarchical_ForLoop
1: [       OK ] serial.task_fib_deprecated_multiple (768 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 (12 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
16: [       OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (218 ms)
16: [ RUN      ] SERIAL.IncrTest_12a_ThreadScratch
16: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/incremental/Test12a_ThreadScratch.hpp:102: Skipped
16: skipping since scratch memory is not yet implemented in the OpenACC backend
16: [  SKIPPED ] SERIAL.IncrTest_12a_ThreadScratch (0 ms)
16: [ RUN      ] SERIAL.IncrTest_12b_TeamScratch
16: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/incremental/Test12b_TeamScratch.hpp:92: Skipped
16: skipping since scratch memory is not yet implemented in the OpenACC backend
16: [  SKIPPED ] SERIAL.IncrTest_12b_TeamScratch (0 ms)
16: [ RUN      ] SERIAL.IncrTest_13a_Hierarchical_Red
16: [       OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms)
16: [ RUN      ] SERIAL.IncrTest_13b_Hierarchical_Red
16: [       OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms)
16: [ RUN      ] SERIAL.IncrTest_13c_Hierarchical_Red
16: [       OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms)
16: [ RUN      ] SERIAL.incr_14_MDrangeReduce
16: [       OK ] SERIAL.incr_14_MDrangeReduce (0 ms)
16: [ RUN      ] SERIAL.IncrTest_16_parallelscan
16: [       OK ] SERIAL.IncrTest_16_parallelscan (0 ms)
16: [ RUN      ] SERIAL.incr_17_atomicView
16: [       OK ] SERIAL.incr_17_atomicView (0 ms)
16: [----------] 28 tests from SERIAL (363 ms total)
16: 
16: [----------] Global test environment tear-down
16: [==========] 28 tests from 1 test suite ran. (363 ms total)
16: [  PASSED  ] 26 tests.
16: [  SKIPPED ] 2 tests, listed below:
16: [  SKIPPED ] SERIAL.IncrTest_12a_ThreadScratch
16: [  SKIPPED ] SERIAL.IncrTest_12b_TeamScratch
25: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           440     1022/s       1.6k
16/20 Test #16: Kokkos_IncrementalTest_SERIAL ...............   Passed    1.05 sec
test 17
      Start 17: Kokkos_IncrementalTest_OPENACC

17: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_IncrementalTest_OPENACC
17: Test timeout computed to be: 1500
42: [       OK ] std_algorithms_swap_ranges_team_test.test (905 ms)
42: [----------] 1 test from std_algorithms_swap_ranges_team_test (905 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 5 tests from 4 test suites ran. (5002 ms total)
42: [  PASSED  ] 5 tests.
42/45 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .....   Passed    5.01 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

43: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
43: Test timeout computed to be: 1500
43: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
43:                                     Detected: 4 cores per node.
43:                                     Detected: 1 MPI_ranks per node.
43:                                     Requested: 8 threads per process.
43: [==========] Running 2 tests from 2 test suites.
43: [----------] Global test environment set-up.
43: [----------] 1 test from std_algorithms_exclusive_scan_team_test
43: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
1: [       OK ] serial.task_fib_single (564 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 (11 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
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
17: [==========] Running 28 tests from 1 test suite.
17: [----------] Global test environment set-up.
17: [----------] 28 tests from OPENACC
17: [ RUN      ] OPENACC.IncrTest_01_execspace_typedef
17: [       OK ] OPENACC.IncrTest_01_execspace_typedef (0 ms)
17: [ RUN      ] OPENACC.IncrTest_01_execspace
17: Device Execution Space:
17:   KOKKOS_ENABLE_OPENACC: yes
17: OpenACC Options:
17:   KOKKOS_ENABLE_OPENACC_COLLAPSE_HIERARCHICAL_CONSTRUCTS: yes
17: Using OpenACC
17: OpenACC
17: [       OK ] OPENACC.IncrTest_01_execspace (0 ms)
17: [ RUN      ] OPENACC.IncrTest_02_AtomicExchange
17: [       OK ] OPENACC.IncrTest_02_AtomicExchange (0 ms)
17: [ RUN      ] OPENACC.IncrTest_02_AtomicAdd
17: [       OK ] OPENACC.IncrTest_02_AtomicAdd (0 ms)
17: [ RUN      ] OPENACC.IncrTest_02_AtomicSub
17: [       OK ] OPENACC.IncrTest_02_AtomicSub (0 ms)
17: [ RUN      ] OPENACC.IncrTest_03a_memspace_malloc
17: [       OK ] OPENACC.IncrTest_03a_memspace_malloc (34 ms)
17: [ RUN      ] OPENACC.IncrTest_03b_memspace_free
1: [       OK ] serial.task_fib_multiple (571 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
25: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           440  1022.63/s       1.6k
1: [       OK ] serial.task_fib_chase_lev (602 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 (12 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: [----------] 193 tests from serial (15948 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 198 tests from 2 test suites ran. (16495 ms total)
1: [  PASSED  ] 195 tests.
1: [  SKIPPED ] 3 tests, listed below:
1: [  SKIPPED ] serial.mdrange_parallel_reduce_primitive_types
1: [  SKIPPED ] serial.mdspan_minimal_functional
1: [  SKIPPED ] serial.reduction_with_large_iteration_count
 1/49 Test  #1: Kokkos_CoreUnitTest_Serial1 .................   Passed   17.56 sec
test 2
      Start  2: Kokkos_CoreUnitTest_Serial2

2: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Serial2
2: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
2: Test timeout computed to be: 1500
25: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.002 s         0.002 s           440  990.403/s       1.6k
2: [==========] Running 119 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-5993/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-5993/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: [----------] 115 tests from serial
2: [ RUN      ] serial.team_for
2: [       OK ] serial.team_for (0 ms)
2: [ RUN      ] serial.team_reduce_large
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o
2: [       OK ] serial.team_reduce_large (305 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_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 (6 ms)
2: [ RUN      ] serial.ThreadVectorMDRangeParallelReduce
2: [       OK ] serial.ThreadVectorMDRangeParallelReduce (6 ms)
2: [ RUN      ] serial.TeamVectorMDRangeParallelReduce
2: [       OK ] serial.TeamVectorMDRangeParallelReduce (6 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 (101 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
25: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.003 s         0.003 s           224  511.083/s       1.6k
17: [       OK ] OPENACC.IncrTest_03b_memspace_free (2131 ms)
17: [ RUN      ] OPENACC.IncrTest_04_simple_parallelFor
17: [       OK ] OPENACC.IncrTest_04_simple_parallelFor (0 ms)
17: [ RUN      ] OPENACC.IncrTest_04_RangePolicy_parallelFor
17: [       OK ] OPENACC.IncrTest_04_RangePolicy_parallelFor (0 ms)
17: [ RUN      ] OPENACC.IncrTest_05_reduction
17: [       OK ] OPENACC.IncrTest_05_reduction (6 ms)
17: [ RUN      ] OPENACC.IncrTest_06_mdrange2D
17: [       OK ] OPENACC.IncrTest_06_mdrange2D (0 ms)
17: [ RUN      ] OPENACC.IncrTest_06_mdrange3D
17: [       OK ] OPENACC.IncrTest_06_mdrange3D (0 ms)
17: [ RUN      ] OPENACC.IncrTest_06_mdrange4D
17: [       OK ] OPENACC.IncrTest_06_mdrange4D (0 ms)
17: [ RUN      ] OPENACC.IncrTest_08_deep_copy_2D
17: [       OK ] OPENACC.IncrTest_08_deep_copy_2D (0 ms)
17: [ RUN      ] OPENACC.IncrTest_08_deep_copy_3D
17: [       OK ] OPENACC.IncrTest_08_deep_copy_3D (0 ms)
17: [ RUN      ] OPENACC.IncrTest_08_deep_copy_4D
17: [       OK ] OPENACC.IncrTest_08_deep_copy_4D (0 ms)
17: [ RUN      ] OPENACC.IncrTest_10_Hierarchical_Basics
17: [       OK ] OPENACC.IncrTest_10_Hierarchical_Basics (0 ms)
17: [ RUN      ] OPENACC.IncrTest_11a_Hierarchical_ForLoop
17: [       OK ] OPENACC.IncrTest_11a_Hierarchical_ForLoop (0 ms)
17: [ RUN      ] OPENACC.IncrTest_11b_Hierarchical_ForLoop
17: [       OK ] OPENACC.IncrTest_11b_Hierarchical_ForLoop (3 ms)
17: [ RUN      ] OPENACC.IncrTest_11c_Hierarchical_ForLoop
17: [       OK ] OPENACC.IncrTest_11c_Hierarchical_ForLoop (279 ms)
17: [ RUN      ] OPENACC.IncrTest_12a_ThreadScratch
17: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/incremental/Test12a_ThreadScratch.hpp:102: Skipped
17: skipping since scratch memory is not yet implemented in the OpenACC backend
17: [  SKIPPED ] OPENACC.IncrTest_12a_ThreadScratch (0 ms)
17: [ RUN      ] OPENACC.IncrTest_12b_TeamScratch
17: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/incremental/Test12b_TeamScratch.hpp:92: Skipped
17: skipping since scratch memory is not yet implemented in the OpenACC backend
17: [  SKIPPED ] OPENACC.IncrTest_12b_TeamScratch (0 ms)
17: [ RUN      ] OPENACC.IncrTest_13a_Hierarchical_Red
17: [       OK ] OPENACC.IncrTest_13a_Hierarchical_Red (0 ms)
17: [ RUN      ] OPENACC.IncrTest_13b_Hierarchical_Red
17: [       OK ] OPENACC.IncrTest_13b_Hierarchical_Red (0 ms)
17: [ RUN      ] OPENACC.IncrTest_13c_Hierarchical_Red
17: [       OK ] OPENACC.IncrTest_13c_Hierarchical_Red (0 ms)
17: [ RUN      ] OPENACC.incr_14_MDrangeReduce
17: [       OK ] OPENACC.incr_14_MDrangeReduce (0 ms)
17: [ RUN      ] OPENACC.IncrTest_16_parallelscan
17: [       OK ] OPENACC.IncrTest_16_parallelscan (1 ms)
17: [ RUN      ] OPENACC.incr_17_atomicView
17: [       OK ] OPENACC.incr_17_atomicView (0 ms)
17: [----------] 28 tests from OPENACC (2464 ms total)
17: 
17: [----------] Global test environment tear-down
17: [==========] 28 tests from 1 test suite ran. (2464 ms total)
17: [  PASSED  ] 26 tests.
17: [  SKIPPED ] 2 tests, listed below:
17: [  SKIPPED ] OPENACC.IncrTest_12a_ThreadScratch
17: [  SKIPPED ] OPENACC.IncrTest_12b_TeamScratch
17/20 Test #17: Kokkos_IncrementalTest_OPENACC ..............   Passed    3.18 sec
test 18
      Start 18: Kokkos_CoreUnitTest_CTestDevice

18: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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-5993/build/simd/unit_tests/Kokkos_UnitTest_SIMD
20: Test timeout computed to be: 1500
43: [       OK ] std_algorithms_exclusive_scan_team_test.test (3298 ms)
43: [----------] 1 test from std_algorithms_exclusive_scan_team_test (3298 ms total)
43: 
43: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
43: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
25: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.003 s         0.003 s           235  518.506/s       1.6k
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. (42 ms total)
20: [  PASSED  ] 16 tests.
20/20 Test #20: Kokkos_UnitTest_SIMD ........................   Passed    0.75 sec

100% tests passed, 0 tests failed out of 20

Total Test time (real) = 205.64 sec
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 0a670968f4bb2ce941ce9effe6568a38d34012a1b2d1acf1654065f81da2b010
25: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           441  1022.53/s       1.6k
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
$ docker rm -f --volumes 0a670968f4bb2ce941ce9effe6568a38d34012a1b2d1acf1654065f81da2b010
43: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (1667 ms)
43: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1667 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 2 tests from 2 test suites ran. (4966 ms total)
43: [  PASSED  ] 2 tests.
43/45 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .....   Passed    4.97 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

44: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
44: Test timeout computed to be: 1500
44: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
44:                                     Detected: 4 cores per node.
44:                                     Detected: 1 MPI_ranks per node.
44:                                     Requested: 8 threads per process.
44: [==========] Running 2 tests from 2 test suites.
44: [----------] Global test environment set-up.
44: [----------] 1 test from std_algorithms_inclusive_scan_team_test
44: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
25: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           331  755.832/s       1.6k
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
25: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           279  643.057/s       1.6k
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
25: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           440  1020.38/s       1.6k
[ 87%] Linking CXX executable Kokkos_UnitTest_Random
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o
25: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           440  1022.38/s       1.6k
[ 87%] Built target Kokkos_UnitTest_Random
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
25: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           440  1022.45/s       1.6k
25: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           440  939.302/s       1.6k
2: [       OK ] serial.repeated_team_reduce (7248 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 (86 ms)
2: [ RUN      ] serial.team_shared_request
2: [       OK ] serial.team_shared_request (30 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 (27 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 (0 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 (90 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
44: [       OK ] std_algorithms_inclusive_scan_team_test.test (4945 ms)
44: [----------] 1 test from std_algorithms_inclusive_scan_team_test (4946 ms total)
44: 
44: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
44: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
25: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.014 s         0.014 s            49  112.524/s       1.6k
2: [       OK ] serial.view_allocation_large_rank (895 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_fill_tests_layout_right
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
25: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.014 s         0.014 s            49  113.071/s       1.6k
25: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.003 s         0.003 s           226  517.315/s       1.6k
28: [       OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (16115 ms)
28: [ RUN      ] cuda.NestedSort
28: [       OK ] cuda.NestedSort (72 ms)
28: [ RUN      ] cuda.NestedSortByKey
28: [       OK ] cuda.NestedSortByKey (175 ms)
28: [----------] 15 tests from cuda (17880 ms total)
28: 
28: [----------] Global test environment tear-down
28: [==========] 15 tests from 1 test suite ran. (17880 ms total)
28: [  PASSED  ] 15 tests.
28/48 Test #28: Kokkos_UnitTest_Sort .............................   Passed   20.35 sec
test 29
      Start 29: Kokkos_UnitTest_Random

29: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_UnitTest_Random
29: Test timeout computed to be: 1500
44: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (3278 ms)
44: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (3278 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 2 tests from 2 test suites ran. (8224 ms total)
44: [  PASSED  ] 2 tests.
44/45 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .....   Passed    8.24 sec
test 45
      Start 45: Kokkos_UnitTest_SIMD

45: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/simd/unit_tests/Kokkos_UnitTest_SIMD
45: Test timeout computed to be: 1500
45: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
45:                                     Detected: 4 cores per node.
45:                                     Detected: 1 MPI_ranks per node.
45:                                     Requested: 8 threads per process.
45: [==========] Running 16 tests from 1 test suite.
45: [----------] Global test environment set-up.
45: [----------] 16 tests from simd
45: [ RUN      ] simd.host_math_ops
45: [       OK ] simd.host_math_ops (0 ms)
45: [ RUN      ] simd.device_math_ops
45: [       OK ] simd.device_math_ops (0 ms)
45: [ RUN      ] simd.host_mask_ops
45: [       OK ] simd.host_mask_ops (0 ms)
45: [ RUN      ] simd.device_mask_ops
45: [       OK ] simd.device_mask_ops (0 ms)
45: [ RUN      ] simd.host_conversions
45: [       OK ] simd.host_conversions (0 ms)
45: [ RUN      ] simd.device_conversions
45: [       OK ] simd.device_conversions (0 ms)
45: [ RUN      ] simd.host_shift_ops
45: [       OK ] simd.host_shift_ops (0 ms)
45: [ RUN      ] simd.device_shift_ops
45: [       OK ] simd.device_shift_ops (0 ms)
45: [ RUN      ] simd.host_condition
45: [       OK ] simd.host_condition (0 ms)
45: [ RUN      ] simd.device_condition
45: [       OK ] simd.device_condition (0 ms)
45: [ RUN      ] simd.host_gen_ctors
45: [       OK ] simd.host_gen_ctors (0 ms)
45: [ RUN      ] simd.device_gen_ctors
45: [       OK ] simd.device_gen_ctors (0 ms)
45: [ RUN      ] simd.host_where_expressions
45: [       OK ] simd.host_where_expressions (0 ms)
45: [ RUN      ] simd.device_where_expressions
45: [       OK ] simd.device_where_expressions (0 ms)
45: [ RUN      ] simd.host_reductions
45: [       OK ] simd.host_reductions (0 ms)
45: [ RUN      ] simd.device_reductions
45: [       OK ] simd.device_reductions (0 ms)
45: [----------] 16 tests from simd (0 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 16 tests from 1 test suite ran. (0 ms total)
45: [  PASSED  ] 16 tests.
45/45 Test #45: Kokkos_UnitTest_SIMD ........................   Passed    0.00 sec

100% tests passed, 0 tests failed out of 45

Total Test time (real) = 762.76 sec
+ gcc -I/var/jenkins/workspace/Kokkos_PR-5993/build/../core/src/ ../core/unit_test/tools/TestCInterface.c
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 444b1df6b9c5c64028a7b4ae77a5dae8650c2db34c1116c60308daffe36620d2
2: [       OK ] serial.view_fill_tests_layout_right (2594 ms)
2: [ RUN      ] serial.view_fill_tests_layout_left
25: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.007 s         0.007 s           103  236.382/s       1.6k
29: 
29: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
29:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
29:                                   setting CUDA_VISIBLE_DEVICES.
29:                                   This could on multi GPU systems lead to severe performance"
29:                                   penalties.
29: [==========] Running 3 tests from 1 test suite.
29: [----------] Global test environment set-up.
29: [----------] 3 tests from cuda
29: [ RUN      ] cuda.Random_XorShift64
29: Test Seed:1714083034848194916
29: Test Scalar=int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 6.43252e-07 0.00501387 0.0155886 || 0.051031 28042 29346 || 28531.3 28674.4 || 215.496 -2.0744
29:  -- Testing 3-D histogram
29: Density 3D: 6.43252e-07 0.0105829 0.00300233 || 0.051031 1e+64 -1e+64
29: Test Scalar=unsigned int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 6.43252e-07 0.0167738 -0.0141256 || 0.051031 28101 29280 || 28201.3 28674.4 || -195.272 -2.0744
29:  -- Testing 3-D histogram
29: Density 3D: 6.43252e-07 0.00542539 0.000553918 || 0.051031 1e+64 -1e+64
29: Test Scalar=int64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 6.43252e-07 -0.00659853 0.00513053 || 0.051031 28056 29352 || 28864.9 28674.4 || 70.9245 -2.0744
29:  -- Testing 3-D histogram
29: Density 3D: 6.43252e-07 0.0124995 0.00229709 || 0.051031 1e+64 -1e+64
29: Test Scalar=uint64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 6.43252e-07 0.0105477 0.0279548 || 0.051031 28075 29311 || 28375.1 28674.4 || 386.447 -2.0744
29:  -- Testing 3-D histogram
29: Density 3D: 6.43252e-07 0.00554767 -0.0048664 || 0.051031 1e+64 -1e+64
29: Test Scalar=half
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0.000245533 -0.99999 -48246.1 || 0.051031 0 195129 || 2.92852e+09 28674.4 || -6.66954e+08 -2.0744
29:  -- Testing 3-D histogram
29: Density 3D: 0.000735527 -0.31263 0.162106 || 0.051031 1e+64 -1e+64
29: Test Scalar=bhalf
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0.00195652 -0.999999 -57859.7 || 0.051031 0 1.55207e+06 || 2.86917e+10 28674.4 || -7.99852e+08 -2.0744
29:  -- Testing 3-D histogram
29: Density 3D: 0.00587977 -0.967749 10.2543 || 0.051031 1e+64 -1e+64
29: Test Scalar=float
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 6.71e-07 0.0101751 -0.0118362 || 0.051031 28065 29319 || 28385.6 28674.4 || -163.623 -2.0744
29:  -- Testing 3-D histogram
29: Density 3D: 7.26496e-07 -0.00672718 -0.00327615 || 0.051031 1e+64 -1e+64
29: Test Scalar=double
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 6.43252e-07 -0.0092818 0.0077042 || 0.051031 27988 29386 || 28943 28674.4 || 106.503 -2.0744
29:  -- Testing 3-D histogram
29: Density 3D: 6.43252e-07 0.00489942 0.0103272 || 0.051031 1e+64 -1e+64
29: Test Seed:1714083035006035276
29: Test Scalar=int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 6.43252e-07 -0.0236467 -0.025659 || 0.051031 28065 29329 || 29368.9 28674.4 || -354.709 -2.0744
29:  -- Testing 3-D histogram
29: Density 3D: 6.43252e-07 -0.0133602 -0.00483351 || 0.051031 1e+64 -1e+64
29: Test Scalar=unsigned int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 6.43252e-07 0.0123114 0.0292387 || 0.051031 27833 29331 || 28325.7 28674.4 || 404.195 -2.0744
29:  -- Testing 3-D histogram
29: Density 3D: 6.43252e-07 0.011118 -0.000134184 || 0.051031 1e+64 -1e+64
29: Test Scalar=int64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 6.43252e-07 0.0128121 0.00534943 || 0.051031 28025 29280 || 28311.7 28674.4 || 73.9505 -2.0744
29:  -- Testing 3-D histogram
29: Density 3D: 6.43252e-07 0.00828547 -0.0104158 || 0.051031 1e+64 -1e+64
29: Test Scalar=uint64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 6.43252e-07 0.00414178 0.00622679 || 0.051031 27971 29283 || 28556.1 28674.4 || 86.0792 -2.0744
29:  -- Testing 3-D histogram
29: Density 3D: 6.43252e-07 0.00416569 -0.00278239 || 0.051031 1e+64 -1e+64
29: Test Scalar=half
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0.000244745 -0.99999 -48249.5 || 0.051031 0 194951 || 2.92895e+09 28674.4 || -6.67001e+08 -2.0744
29:  -- Testing 3-D histogram
29: Density 3D: 0.000733155 -0.30959 0.157806 || 0.051031 1e+64 -1e+64
29: Test Scalar=bhalf
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0.00195724 -0.999999 -57857.3 || 0.051031 0 1.55174e+06 || 2.8691e+10 28674.4 || -7.9982e+08 -2.0744
29:  -- Testing 3-D histogram
29: Density 3D: 0.00588181 -0.967791 10.2909 || 0.051031 1e+64 -1e+64
29: Test Scalar=float
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 6.6091e-07 0.00903796 -0.0369677 || 0.051031 28038 29310 || 28417.6 28674.4 || -511.042 -2.0744
29:  -- Testing 3-D histogram
29: Density 3D: 6.96226e-07 -0.00369632 0.00764132 || 0.051031 1e+64 -1e+64
29: Test Scalar=double
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 6.43252e-07 0.00787746 0.0205498 || 0.051031 27994 29265 || 28450.3 28674.4 || 284.08 -2.0744
29:  -- Testing 3-D histogram
29: Density 3D: 6.43252e-07 0.00629355 0.00303943 || 0.051031 1e+64 -1e+64
29: [       OK ] cuda.Random_XorShift64 (324 ms)
29: [ RUN      ] cuda.Random_XorShift1024_0
29: Test Seed:1714083035172048086
29: Test Scalar=int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 2.47955e-07 0.0136891 -0.00273298 || 0.051031 10937 11770 || 11223.3 11377 || -37.7808 -0.823045
29:  -- Testing 3-D histogram
29: Density 3D: 2.47955e-07 -0.00621956 -0.000605224 || 0.051031 1e+64 -1e+64
29: Test Scalar=unsigned int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 2.47955e-07 -0.0116058 0.00107191 || 0.051031 10953 11815 || 11510.5 11377 || 14.8181 -0.823045
29:  -- Testing 3-D histogram
29: Density 3D: 2.47955e-07 -0.0105944 -0.00367391 || 0.051031 1e+64 -1e+64
29: Test Scalar=int64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 2.47955e-07 0.00184728 0.00435064 || 0.051031 10971 11811 || 11356 11377 || 60.1433 -0.823045
29:  -- Testing 3-D histogram
29: Density 3D: 2.47955e-07 0.00801096 0.0052126 || 0.051031 1e+64 -1e+64
29: Test Scalar=uint64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 2.47955e-07 0.0102806 -0.00299123 || 0.051031 10997 11834 || 11261.2 11377 || -41.3508 -0.823045
29:  -- Testing 3-D histogram
29: Density 3D: 2.47955e-07 -0.00414869 0.00187993 || 0.051031 1e+64 -1e+64
29: Test Scalar=half
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0.000245663 -0.999975 -7596.04 || 0.051031 0 77730 || 4.61189e+08 11377 || -1.05008e+08 -0.823045
29:  -- Testing 3-D histogram
29: Density 3D: 0.000736683 -0.168431 0.0251608 || 0.051031 1e+64 -1e+64
29: Test Scalar=bhalf
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0.00195893 -0.999997 -9108.09 || 0.051031 0 616144 || 4.51642e+09 11377 || -1.2591e+08 -0.823045
29:  -- Testing 3-D histogram
29: Density 3D: 0.00588779 -0.922729 1.628 || 0.051031 1e+64 -1e+64
29: Test Scalar=float
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 2.73387e-07 0.00656439 -0.00121536 || 0.051031 10926 11779 || 11302.8 11377 || -16.8012 -0.823045
29:  -- Testing 3-D histogram
29: Density 3D: 3.24249e-07 -0.00980093 0.00478311 || 0.051031 1e+64 -1e+64
29: Test Scalar=double
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 2.47955e-07 -0.00241453 0.000551549 || 0.051031 10958 11769 || 11404.5 11377 || 7.62461 -0.823045
29:  -- Testing 3-D histogram
29: Density 3D: 2.47955e-07 0.015476 0.0017249 || 0.051031 1e+64 -1e+64
29: Test Seed:1714083035325303389
[ 87%] Linking CXX executable Kokkos_UnitTest_Sort
29: Test Scalar=int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 2.47955e-07 -0.00807319 -0.000579001 || 0.051031 10921 11756 || 11469.6 11377 || -8.00411 -0.823045
29:  -- Testing 3-D histogram
29: Density 3D: 2.47955e-07 -0.0183724 0.00154636 || 0.051031 1e+64 -1e+64
29: Test Scalar=unsigned int
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 2.47955e-07 0.000699021 -0.0125063 || 0.051031 10986 11808 || 11369 11377 || -172.887 -0.823045
29:  -- Testing 3-D histogram
29: Density 3D: 2.47955e-07 0.0170057 -6.90014e-05 || 0.051031 1e+64 -1e+64
29: Test Scalar=int64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 2.47955e-07 0.0249225 0.00262423 || 0.051031 10961 11758 || 11100.3 11377 || 36.2774 -0.823045
29:  -- Testing 3-D histogram
29: Density 3D: 2.47955e-07 -0.0106706 0.00303956 || 0.051031 1e+64 -1e+64
29: Test Scalar=uint64_t
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 2.47955e-07 -0.00382286 0.00180104 || 0.051031 10951 11753 || 11420.6 11377 || 24.8976 -0.823045
29:  -- Testing 3-D histogram
29: Density 3D: 2.47955e-07 0.00310709 -0.00320068 || 0.051031 1e+64 -1e+64
29: Test Scalar=half
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0.000244639 -0.999975 -7594.36 || 0.051031 0 77942 || 4.61039e+08 11377 || -1.04984e+08 -0.823045
29:  -- Testing 3-D histogram
29: Density 3D: 0.000733646 -0.149499 0.02086 || 0.051031 1e+64 -1e+64
29: Test Scalar=bhalf
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 0.00196008 -0.999997 -9108.19 || 0.051031 0 616180 || 4.51704e+09 11377 || -1.25912e+08 -0.823045
29:  -- Testing 3-D histogram
29: Density 3D: 0.00589211 -0.922864 1.61112 || 0.051031 1e+64 -1e+64
29: Test Scalar=float
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 2.54313e-07 -0.00818452 0.00966993 || 0.051031 10948 11795 || 11470.8 11377 || 133.677 -0.823045
29:  -- Testing 3-D histogram
29: Density 3D: 2.67029e-07 0.0137847 -0.00096861 || 0.051031 1e+64 -1e+64
29: Test Scalar=double
29:  -- Testing randomness properties
29:  -- Testing 1-D histogram
29: Density 1D: 2.47955e-07 0.0087666 0.0113041 || 0.051031 10967 11779 || 11278.1 11377 || 156.268 -0.823045
29:  -- Testing 3-D histogram
29: Density 3D: 2.47955e-07 0.0126971 -1.38995e-05 || 0.051031 1e+64 -1e+64
29: [       OK ] cuda.Random_XorShift1024_0 (384 ms)
29: [ RUN      ] cuda.Multi_streams
25: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           440  1022.36/s       1.6k
29: [       OK ] cuda.Multi_streams (428 ms)
29: [----------] 3 tests from cuda (1136 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 3 tests from 1 test suite ran. (1136 ms total)
29: [  PASSED  ] 3 tests.
$ docker rm -f --volumes 444b1df6b9c5c64028a7b4ae77a5dae8650c2db34c1116c60308daffe36620d2
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
25: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           440  1022.41/s       1.6k
29/48 Test #29: Kokkos_UnitTest_Random ...........................   Passed    3.54 sec
test 30
      Start 30: Kokkos_AlgorithmsUnitTest_StdSet_A

30: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
30: Test timeout computed to be: 1500
25: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.016 s         0.016 s            44  101.652/s       1.6k
2: [       OK ] serial.view_fill_tests_layout_left (2088 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 (54 ms)
2: [ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
2: [       OK ] serial.view_layoutstride_right_to_layoutright_assignment (48 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 (52 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 (107 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-5993/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 (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 (100 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
[ 87%] Built target Kokkos_UnitTest_Sort
 -- Testing 1-D histogram
Density 1D: 0.000244816 -0.99999 -48245.1 || 0.051031 0 194971 || 2.9285e+09 28674.4 || -6.6694e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.000733292 -0.311938 0.145 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
2: [       OK ] serial.view_subview_3d_from_5d_left_atomic (100 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
2: [       OK ] serial.view_subview_3d_from_5d_left_randomaccess (100 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.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_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
2: [       OK ] serial.view_subview_3d_from_5d_right (154 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
2: [       OK ] serial.view_subview_3d_from_5d_right_atomic (153 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
2: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (153 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 (14726 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 119 tests from 2 test suites ran. (14726 ms total)
2: [  PASSED  ] 116 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
25: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.018 s         0.018 s            39  88.9036/s       1.6k
 2/49 Test  #2: Kokkos_CoreUnitTest_Serial2 .................   Passed   15.35 sec
test 3
      Start  3: Kokkos_CoreUnitTest_SerialGraph

3: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_SerialGraph
3: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
3: Test timeout computed to be: 1500
30: 
30: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
30:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
30:                                   setting CUDA_VISIBLE_DEVICES.
30:                                   This could on multi GPU systems lead to severe performance"
30:                                   penalties.
30: [==========] Running 15 tests from 3 test suites.
30: [----------] Global test environment set-up.
30: [----------] 3 tests from std_algorithms_reducers
30: [ RUN      ] std_algorithms_reducers.max_first_loc
30: [       OK ] std_algorithms_reducers.max_first_loc (0 ms)
30: [ RUN      ] std_algorithms_reducers.min_first_loc
30: [       OK ] std_algorithms_reducers.min_first_loc (0 ms)
30: [ RUN      ] std_algorithms_reducers.min_max_first_last_loc
30: [       OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms)
30: [----------] 3 tests from std_algorithms_reducers (0 ms total)
30: 
30: [----------] 1 test from std_algorithms
30: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
30: [       OK ] std_algorithms.is_admissible_to_std_algorithms (1 ms)
30: [----------] 1 test from std_algorithms (1 ms total)
30: 
30: [----------] 11 tests from random_access_iterator_test
30: [ RUN      ] random_access_iterator_test.constructor
30: [       OK ] random_access_iterator_test.constructor (0 ms)
30: [ RUN      ] random_access_iterator_test.constructiblity
30: [       OK ] random_access_iterator_test.constructiblity (0 ms)
30: [ RUN      ] random_access_iterator_test.dereference
30: [       OK ] random_access_iterator_test.dereference (3 ms)
30: [ RUN      ] random_access_iterator_test.subscript_operator
30: [       OK ] random_access_iterator_test.subscript_operator (2 ms)
30: [ RUN      ] random_access_iterator_test.operatorsSet1
30: [       OK ] random_access_iterator_test.operatorsSet1 (3 ms)
30: [ RUN      ] random_access_iterator_test.operatorsSet2
30: [       OK ] random_access_iterator_test.operatorsSet2 (2 ms)
30: [ RUN      ] random_access_iterator_test.operatorsSet3
30: [       OK ] random_access_iterator_test.operatorsSet3 (2 ms)
30: [ RUN      ] random_access_iterator_test.operatorsSet4
30: [       OK ] random_access_iterator_test.operatorsSet4 (0 ms)
30: [ RUN      ] random_access_iterator_test.assignment_operator
30: [       OK ] random_access_iterator_test.assignment_operator (0 ms)
30: [ RUN      ] random_access_iterator_test.distance
30: [       OK ] random_access_iterator_test.distance (0 ms)
30: [ RUN      ] random_access_iterator_test.traits_helpers
30: [       OK ] random_access_iterator_test.traits_helpers (0 ms)
30: [----------] 11 tests from random_access_iterator_test (17 ms total)
30: 
30: [----------] Global test environment tear-down
30: [==========] 15 tests from 3 test suites ran. (19 ms total)
30: [  PASSED  ] 15 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: 
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o
 3/49 Test  #3: Kokkos_CoreUnitTest_SerialGraph .............   Passed    0.57 sec
test 4
      Start  4: Kokkos_CoreUnitTest_OpenMPTarget

4: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPTarget
4: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
4: Test timeout computed to be: 1500
4: [==========] Running 229 tests from 2 test suites.
4: [----------] Global test environment set-up.
4: [----------] 9 tests from openmptarget_DeathTest
4: [ RUN      ] openmptarget_DeathTest.abort_from_host
25: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           440  987.771/s       1.6k
4: [       OK ] openmptarget_DeathTest.abort_from_host (150 ms)
4: [ RUN      ] openmptarget_DeathTest.abort_from_device
30/48 Test #30: Kokkos_AlgorithmsUnitTest_StdSet_A ...............   Passed    2.41 sec
test 31
      Start 31: Kokkos_AlgorithmsUnitTest_StdSet_B

31: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
31: Test timeout computed to be: 1500
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o
25: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           440  1022.01/s       1.6k
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
4: [       OK ] openmptarget_DeathTest.abort_from_device (1233 ms)
4: [ RUN      ] openmptarget_DeathTest.checked_integer_operations_multiply_overflow_abort
4: [       OK ] openmptarget_DeathTest.checked_integer_operations_multiply_overflow_abort (163 ms)
4: [ RUN      ] openmptarget_DeathTest.range_policy_invalid_bounds
4: [       OK ] openmptarget_DeathTest.range_policy_invalid_bounds (4 ms)
4: [ RUN      ] openmptarget_DeathTest.range_policy_implicitly_converted_bounds
4: [       OK ] openmptarget_DeathTest.range_policy_implicitly_converted_bounds (3 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
25: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.017 s         0.017 s            40  91.5939/s       1.6k
[ 84%] 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_BitManipulationBuiltins.cpp.o
31: 
31: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
31:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
31:                                   setting CUDA_VISIBLE_DEVICES.
31:                                   This could on multi GPU systems lead to severe performance"
31:                                   penalties.
31: [==========] Running 7 tests from 1 test suite.
31: [----------] Global test environment set-up.
31: [----------] 7 tests from std_algorithms_min_max_element_test
31: [ RUN      ] std_algorithms_min_max_element_test.min_element_empty_range
31: [       OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.max_element_empty_range
31: [       OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data
31: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (14 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data
31: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (13 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp
31: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (12 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp
31: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (12 ms)
31: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp
31: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (16 ms)
31: [----------] 7 tests from std_algorithms_min_max_element_test (70 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 7 tests from 1 test suite ran. (70 ms total)
31: [  PASSED  ] 7 tests.
31/48 Test #31: Kokkos_AlgorithmsUnitTest_StdSet_B ...............   Passed    2.49 sec
test 32
      Start 32: Kokkos_AlgorithmsUnitTest_StdSet_C

32: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
32: Test timeout computed to be: 1500
25: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.019 s         0.019 s            37  84.9368/s       1.6k
25: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           440  1022.22/s       1.6k
32: 
32: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
32:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
32:                                   setting CUDA_VISIBLE_DEVICES.
32:                                   This could on multi GPU systems lead to severe performance"
32:                                   penalties.
32: [==========] Running 13 tests from 10 test suites.
32: [----------] Global test environment set-up.
32: [----------] 1 test from std_algorithms_lexicographical_compare_test
32: [ RUN      ] std_algorithms_lexicographical_compare_test.test
32: [       OK ] std_algorithms_lexicographical_compare_test.test (234 ms)
32: [----------] 1 test from std_algorithms_lexicographical_compare_test (234 ms total)
32: 
32: [----------] 1 test from std_algorithms_for_each_test
32: [ RUN      ] std_algorithms_for_each_test.test
25: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           440  1022.56/s       1.6k
32: [       OK ] std_algorithms_for_each_test.test (234 ms)
32: [----------] 1 test from std_algorithms_for_each_test (234 ms total)
32: 
32: [----------] 1 test from std_algorithms_find_test
32: [ RUN      ] std_algorithms_find_test.test
32: [       OK ] std_algorithms_find_test.test (110 ms)
32: [----------] 1 test from std_algorithms_find_test (110 ms total)
32: 
32: [----------] 4 tests from std_algorithms_non_mod_seq_ops
32: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o
25: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.018 s         0.018 s            38   87.578/s       1.6k
25: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.019 s         0.019 s            37   83.495/s       1.6k
32: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (1616 ms)
32: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
25: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time          0.002 s         0.002 s           446  1032.81/s       1.6k
25: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time        0.002 s         0.002 s           446  1032.82/s       1.6k
32: [       OK ] std_algorithms_non_mod_seq_ops.find_end (1917 ms)
32: [ RUN      ] std_algorithms_non_mod_seq_ops.search
25: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time         0.002 s         0.002 s           446   1032.6/s       1.6k
25: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time         0.002 s         0.002 s           446  1032.82/s       1.6k
32: [       OK ] std_algorithms_non_mod_seq_ops.search (1453 ms)
32: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o
25: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           899  1045.01/s        800
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
32: [       OK ] std_algorithms_non_mod_seq_ops.search_n (1107 ms)
32: [----------] 4 tests from std_algorithms_non_mod_seq_ops (6095 ms total)
32: 
32: [----------] 1 test from std_algorithms_count_test
32: [ RUN      ] std_algorithms_count_test.test
32: [       OK ] std_algorithms_count_test.test (119 ms)
32: [----------] 1 test from std_algorithms_count_test (119 ms total)
32: 
32: [----------] 1 test from std_algorithms_equal_test
32: [ RUN      ] std_algorithms_equal_test.test
32: [       OK ] std_algorithms_equal_test.test (44 ms)
32: [----------] 1 test from std_algorithms_equal_test (44 ms total)
32: 
32: [----------] 1 test from std_algorithms_all_any_none_of_test
32: [ RUN      ] std_algorithms_all_any_none_of_test.test
32: [       OK ] std_algorithms_all_any_none_of_test.test (117 ms)
32: [----------] 1 test from std_algorithms_all_any_none_of_test (117 ms total)
32: 
32: [----------] 1 test from std_algorithms_nonmod_seq_ops
32: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
32: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (199 ms)
32: [----------] 1 test from std_algorithms_nonmod_seq_ops (200 ms total)
32: 
32: [----------] 1 test from std_algorithms_mismatch_test
32: [ RUN      ] std_algorithms_mismatch_test.test
25: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           891   1045.5/s        800
32: [       OK ] std_algorithms_mismatch_test.test (328 ms)
32: [----------] 1 test from std_algorithms_mismatch_test (328 ms total)
32: 
32: [----------] 1 test from std_algorithms_mod_seq_ops
32: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
32: [       OK ] std_algorithms_mod_seq_ops.move_backward (288 ms)
32: [----------] 1 test from std_algorithms_mod_seq_ops (288 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 13 tests from 10 test suites ran. (7773 ms total)
32: [  PASSED  ] 13 tests.
25: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           892  1045.56/s        800
32/48 Test #32: Kokkos_AlgorithmsUnitTest_StdSet_C ...............   Passed   10.21 sec
test 33
      Start 33: Kokkos_AlgorithmsUnitTest_StdSet_D

33: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
33: Test timeout computed to be: 1500
25: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           891  1045.55/s        800
25: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           891  1045.33/s        800
25: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           891  1043.69/s        800
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o
33: 
33: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
33:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
33:                                   setting CUDA_VISIBLE_DEVICES.
33:                                   This could on multi GPU systems lead to severe performance"
33:                                   penalties.
33: [==========] Running 31 tests from 5 test suites.
33: [----------] Global test environment set-up.
33: [----------] 3 tests from std_algorithms_mod_ops_test
33: [ RUN      ] std_algorithms_mod_ops_test.move
33: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
33: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
33: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms)
33: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
33: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (1 ms)
33: [----------] 3 tests from std_algorithms_mod_ops_test (2 ms total)
33: 
33: [----------] 12 tests from std_algorithms_mod_seq_ops_test
33: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
33: [       OK ] std_algorithms_mod_seq_ops_test.copy (1 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
33: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (1 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
33: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (1 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
33: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (1 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
33: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (1 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
33: [       OK ] std_algorithms_mod_seq_ops_test.fill (1 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
33: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (1 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
33: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (1 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
33: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (1 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
33: [       OK ] std_algorithms_mod_seq_ops_test.generate (1 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
33: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
33: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (3 ms)
33: [----------] 12 tests from std_algorithms_mod_seq_ops_test (18 ms total)
33: 
33: [----------] 4 tests from std_algorithms_replace_ops_test
33: [ RUN      ] std_algorithms_replace_ops_test.replace
33: [       OK ] std_algorithms_replace_ops_test.replace (122 ms)
33: [ RUN      ] std_algorithms_replace_ops_test.replace_if
33: [       OK ] std_algorithms_replace_ops_test.replace_if (332 ms)
33: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
33: [       OK ] std_algorithms_replace_ops_test.replace_copy (278 ms)
33: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
25: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           892  1043.62/s        800
33: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (232 ms)
33: [----------] 4 tests from std_algorithms_replace_ops_test (965 ms total)
33: 
33: [----------] 11 tests from std_algorithms_mod_seq_ops
33: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
33: [       OK ] std_algorithms_mod_seq_ops.copy_if (122 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.unique
25: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           891  1045.63/s        800
33: [       OK ] std_algorithms_mod_seq_ops.unique (447 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
33: [       OK ] std_algorithms_mod_seq_ops.unique_copy (217 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.remove
33: [       OK ] std_algorithms_mod_seq_ops.remove (156 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
33: [       OK ] std_algorithms_mod_seq_ops.remove_if (164 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o
33: [       OK ] std_algorithms_mod_seq_ops.remove_copy (336 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
25: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           891  1044.95/s        800
33: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (165 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.rotate
25: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           892  1045.63/s        800
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o
25: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           892  1045.94/s        800
33: [       OK ] std_algorithms_mod_seq_ops.rotate (1786 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
25: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           891  1045.72/s        800
25: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           884  1043.84/s        800
33: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (1107 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
25: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           891  1045.37/s        800
25: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           892  1045.65/s        800
25: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           892  1045.89/s        800
25: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                  0.001 s         0.001 s           892  1044.79/s        800
33: [       OK ] std_algorithms_mod_seq_ops.shift_left (2688 ms)
33: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
25: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                 0.001 s         0.001 s           890  1045.01/s        800
25: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.75155k/s       1.6k
25: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 6.22341k/s       1.6k
25: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.64352k/s       1.6k
25: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.09989k/s       1.6k
25: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 5.67868k/s       1.6k
25: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.22939k/s       1.6k
25: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 9.37565k/s       1.6k
25: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 9.39144k/s       1.6k
25: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 7.15643k/s       1.6k
25: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.88092k/s       1.6k
25: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 8.32442k/s       1.6k
25: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.64913k/s       1.6k
25: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 5.16049k/s       1.6k
25: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.21468k/s       1.6k
25: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.04388k/s       1.6k
25: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 3.31566k/s       1.6k
25: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 8.14873k/s       1.6k
25: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.49444k/s       1.6k
25: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 5.19568k/s       1.6k
25: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.004 s         0.001 s            10  375.535/s       1.6k
25: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.122 s         0.114 s            10  13.0665/s       1.6k
25: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.001 s            10 2.14266k/s       1.6k
25: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.001 s         0.001 s            10 3.12401k/s       1.6k
25: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.001 s            10 2.42981k/s       1.6k
25: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.18744k/s       1.6k
25: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.80326k/s       1.6k
25: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 5.34414k/s       1.6k
25: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 6.16514k/s       1.6k
25: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 3.29754k/s       1.6k
25: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.65856k/s       1.6k
25: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 4.15708k/s       1.6k
25: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 7.02635k/s       1.6k
25: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time           0.002 s         0.002 s            10  914.513/s       1.6k
33: [       OK ] std_algorithms_mod_seq_ops.shift_right (2692 ms)
33: [----------] 11 tests from std_algorithms_mod_seq_ops (9884 ms total)
33: 
33: [----------] 1 test from std_algorithms_modseq_test
33: [ RUN      ] std_algorithms_modseq_test.reverse
33: [       OK ] std_algorithms_modseq_test.reverse (250 ms)
33: [----------] 1 test from std_algorithms_modseq_test (250 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 31 tests from 5 test suites ran. (11121 ms total)
33: [  PASSED  ] 31 tests.
25: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time          0.093 s         0.083 s            10  17.1162/s       1.6k
25/52 Test #25: Kokkos_PerformanceTest_Benchmark ............   Passed  141.64 sec
test 26
      Start 26: Kokkos_Benchmark_Atomic_MinMax

26: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2024-04-25_T21-48-45.json"
26: Test timeout computed to be: 1500
33/48 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_D ...............   Passed   13.59 sec
test 34
      Start 34: Kokkos_AlgorithmsUnitTest_StdSet_E

34: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
34: Test timeout computed to be: 1500
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
26: 2024-04-25T22:14:07+00:00
26: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
26: Run on (255 X 3099.92 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: 18.20, 16.94, 13.98
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<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
26: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
26: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
26: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
26: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
26: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
26: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
26: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
26: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
26: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
26: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
26: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
26: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
26: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
26: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
26: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
26/52 Test #26: Kokkos_Benchmark_Atomic_MinMax ..............   Passed    0.75 sec
test 27
      Start 27: Kokkos_PerformanceTest_Mempool

27: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2024-04-25_T21-48-45.json"
27: Test timeout computed to be: 1500
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
27: 2024-04-25T22:14:08+00:00
27: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Mempool
27: Run on (255 X 3072.64 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: 18.20, 16.94, 13.98
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
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
34: 
34: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
34:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
34:                                   setting CUDA_VISIBLE_DEVICES.
34:                                   This could on multi GPU systems lead to severe performance"
34:                                   penalties.
34: [==========] Running 29 tests from 7 test suites.
34: [----------] Global test environment set-up.
34: [----------] 2 tests from std_algorithms_sorting_ops_test
34: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
34: [       OK ] std_algorithms_sorting_ops_test.is_sorted (27 ms)
34: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
34: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (26 ms)
34: [----------] 2 tests from std_algorithms_sorting_ops_test (53 ms total)
34: 
34: [----------] 4 tests from std_algorithms_partitioning_test
34: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
34: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
34: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
34: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (3 ms)
34: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
34: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (2 ms)
34: [ RUN      ] std_algorithms_partitioning_test.partition_point
34: [       OK ] std_algorithms_partitioning_test.partition_point (2 ms)
34: [----------] 4 tests from std_algorithms_partitioning_test (9 ms total)
34: 
34: [----------] 1 test from std_algorithms_partitioning_ops
34: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
34: [       OK ] std_algorithms_partitioning_ops.partition_copy (130 ms)
34: [----------] 1 test from std_algorithms_partitioning_ops (130 ms total)
34: 
34: [----------] 12 tests from std_algorithms_numerics_test
34: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
34: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (1 ms)
34: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
34: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms)
34: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
34: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms)
34: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
34: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms)
34: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
34: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (1 ms)
34: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
34: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (1 ms)
34: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
34: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (1 ms)
34: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
34: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (1 ms)
34: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
34: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (1 ms)
34: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
34: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (1 ms)
34: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
34: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (1 ms)
34: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
34: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (1 ms)
34: [----------] 12 tests from std_algorithms_numerics_test (19 ms total)
34: 
34: [----------] 1 test from std_algorithms_numerics_ops_test
34: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
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          2707               21.2312M/s
34: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (347 ms)
34: [----------] 1 test from std_algorithms_numerics_ops_test (347 ms total)
34: 
34: [----------] 8 tests from std_algorithms_numeric_ops_test
34: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
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          9419                149.456M/s
27/52 Test #27: Kokkos_PerformanceTest_Mempool ..............   Passed    2.95 sec
test 28
      Start 28: Kokkos_PerformanceTest_Atomic

28: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2024-04-25_T21-48-45.json"
28: Test timeout computed to be: 1500
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
28: 2024-04-25T22:14:11+00:00
28: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Atomic
28: Run on (255 X 3085.88 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.70, 16.86, 13.97
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
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o
34: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (2265 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
34: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_c.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
34: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (1964 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
34: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
34: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (761 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
34: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
34: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (1247 ms)
34: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
34: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
34: [----------] 8 tests from std_algorithms_numeric_ops_test (6239 ms total)
34: 
34: [----------] 1 test from std_algorithms_transform_ops_test
34: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
34: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (189 ms)
34: [----------] 1 test from std_algorithms_transform_ops_test (189 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 29 tests from 7 test suites ran. (6991 ms total)
34: [  PASSED  ] 29 tests.
34/48 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_E ...............   Passed    9.44 sec
test 35
      Start 35: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

35: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
35: Test timeout computed to be: 1500
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
35: 
35: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
35:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
35:                                   setting CUDA_VISIBLE_DEVICES.
35:                                   This could on multi GPU systems lead to severe performance"
35:                                   penalties.
35: [==========] Running 12 tests from 7 test suites.
35: [----------] Global test environment set-up.
35: [----------] 2 tests from std_algorithms_adjacent_find_team_test
35: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o
35: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (1508 ms)
35: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewHooks.cpp.o
4: [       OK ] openmptarget_DeathTest.view_memory_access_violations_from_host (38665 ms)
4: [ RUN      ] openmptarget_DeathTest.view_memory_access_violations_from_device
4: /var/jenkins/workspace/Kokkos_PR-5993/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 (40222 ms total)
4: 
4: [----------] 220 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 (15 ms)
4: [ RUN      ] openmptarget.atomic_operations_double
4: [       OK ] openmptarget.atomic_operations_double (17 ms)
4: [ RUN      ] openmptarget.atomic_operations_float
4: [       OK ] openmptarget.atomic_operations_float (18 ms)
4: [ RUN      ] openmptarget.atomic_operations_int
4: [       OK ] openmptarget.atomic_operations_int (40 ms)
4: [ RUN      ] openmptarget.atomic_operations_long
4: [       OK ] openmptarget.atomic_operations_long (39 ms)
4: [ RUN      ] openmptarget.atomic_operations_longlong
4: [       OK ] openmptarget.atomic_operations_longlong (37 ms)
4: [ RUN      ] openmptarget.atomic_operations_unsigned
4: [       OK ] openmptarget.atomic_operations_unsigned (30 ms)
4: [ RUN      ] openmptarget.atomic_operations_unsignedlong
4: [       OK ] openmptarget.atomic_operations_unsignedlong (30 ms)
4: [ RUN      ] openmptarget.atomics
35: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (1494 ms)
35: [----------] 2 tests from std_algorithms_adjacent_find_team_test (3002 ms total)
35: 
35: [----------] 2 tests from std_algorithms_count_team_test
35: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o
4: [       OK ] openmptarget.atomics (487 ms)
4: [ RUN      ] openmptarget.atomics_tpetra_max_abs
4: [       OK ] openmptarget.atomics_tpetra_max_abs (0 ms)
4: [ RUN      ] openmptarget.atomic_views_integral
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o
35: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (1037 ms)
35: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o
35: [       OK ] std_algorithms_count_team_test.count_returns_zero (688 ms)
35: [----------] 2 tests from std_algorithms_count_team_test (1726 ms total)
35: 
35: [----------] 1 test from std_algorithms_count_if_team_test
35: [ RUN      ] std_algorithms_count_if_team_test.test
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o
35: [       OK ] std_algorithms_count_if_team_test.test (673 ms)
35: [----------] 1 test from std_algorithms_count_if_team_test (673 ms total)
35: 
35: [----------] 1 test from std_algorithms_for_each_team_test
35: [ RUN      ] std_algorithms_for_each_team_test.test
35: [       OK ] std_algorithms_for_each_team_test.test (899 ms)
35: [----------] 1 test from std_algorithms_for_each_team_test (899 ms total)
35: 
35: [----------] 1 test from std_algorithms_for_each_n_team_test
35: [ RUN      ] std_algorithms_for_each_n_team_test.test
35: [       OK ] std_algorithms_for_each_n_team_test.test (1021 ms)
35: [----------] 1 test from std_algorithms_for_each_n_team_test (1021 ms total)
35: 
35: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
35: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test16_ParallelScan_CUDA.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
35: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (4030 ms)
35: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
35: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (2764 ms)
35: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o
35: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (2776 ms)
35: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (9571 ms total)
35: 
35: [----------] 2 tests from std_algorithms_mismatch_team_test
35: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
4: [       OK ] openmptarget.atomic_views_integral (14603 ms)
4: [ RUN      ] openmptarget.atomic_views_nonintegral
35: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (3094 ms)
35: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o
35: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (1881 ms)
35: [----------] 2 tests from std_algorithms_mismatch_team_test (4975 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 12 tests from 7 test suites ran. (21870 ms total)
35: [  PASSED  ] 12 tests.
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
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
35/48 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ..........   Passed   24.33 sec
test 36
      Start 36: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

36: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
36: Test timeout computed to be: 1500
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
36: 
36: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
36:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
36:                                   setting CUDA_VISIBLE_DEVICES.
36:                                   This could on multi GPU systems lead to severe performance"
36:                                   penalties.
36: [==========] Running 8 tests from 4 test suites.
36: [----------] Global test environment set-up.
36: [----------] 2 tests from std_algorithms_equal_team_test
36: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
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%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o
36: [       OK ] std_algorithms_equal_team_test.views_are_equal (2864 ms)
36: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o
4: [       OK ] openmptarget.atomic_views_nonintegral (10132 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 (11 ms)
4: [ RUN      ] openmptarget.crs_copy_constructor
4: [       OK ] openmptarget.crs_copy_constructor (47 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 (357 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 (384 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 (5 ms)
4: [ RUN      ] openmptarget.mathematical_functions_hyperbolic_functions
4: [       OK ] openmptarget.mathematical_functions_hyperbolic_functions (4 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 (2 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 (3 ms)
4: [ RUN      ] openmptarget.mathematical_functions_nearest_interger_floating_point_operations
4: [       OK ] openmptarget.mathematical_functions_nearest_interger_floating_point_operations (3 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 (5 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 (25 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 (16 ms)
4: [ RUN      ] openmptarget.mdrange_6d
4: [       OK ] openmptarget.mdrange_6d (8 ms)
4: [ RUN      ] openmptarget.mdrange_2d
4: [       OK ] openmptarget.mdrange_2d (1 ms)
4: [ RUN      ] openmptarget.mdrange_3d
4: [       OK ] openmptarget.mdrange_3d (5 ms)
4: [ RUN      ] openmptarget.mdrange_4d
4: [       OK ] openmptarget.mdrange_4d (3 ms)
4: [ RUN      ] openmptarget.mdrange_large_deep_copy
4: [       OK ] openmptarget.mdrange_large_deep_copy (137 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-5993/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-5993/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 (4 ms)
4: [ RUN      ] openmptarget.numeric_traits_digits
4: [       OK ] openmptarget.numeric_traits_digits (2 ms)
4: [ RUN      ] openmptarget.numeric_traits_digits10
4: [       OK ] openmptarget.numeric_traits_digits10 (2 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 (2 ms)
4: [ RUN      ] openmptarget.numeric_traits_min_max_exponent
4: [       OK ] openmptarget.numeric_traits_min_max_exponent (0 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 (0 ms)
4: [ RUN      ] openmptarget.parallel_scan_range_policy
4: [       OK ] openmptarget.parallel_scan_range_policy (151 ms)
4: [ RUN      ] openmptarget.kokkos_printf
4: [       OK ] openmptarget.kokkos_printf (1 ms)
4: [ RUN      ] openmptarget.range_for
4: [       OK ] openmptarget.range_for (1 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 (0 ms)
4: [ RUN      ] openmptarget.reducers_int
4: [       OK ] openmptarget.reducers_int (6 ms)
4: [ RUN      ] openmptarget.reducers_double
4: [       OK ] openmptarget.reducers_double (4 ms)
4: [ RUN      ] openmptarget.reducers_bool
4: [       OK ] openmptarget.reducers_bool (0 ms)
4: [ RUN      ] openmptarget.int64_t_reduce
4: [       OK ] openmptarget.int64_t_reduce (285 ms)
4: [ RUN      ] openmptarget.double_reduce
4: [       OK ] openmptarget.double_reduce (287 ms)
4: [ RUN      ] openmptarget.int64_t_reduce_dynamic
4: [       OK ] openmptarget.int64_t_reduce_dynamic (318 ms)
4: [ RUN      ] openmptarget.double_reduce_dynamic
36: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (2791 ms)
36: [----------] 2 tests from std_algorithms_equal_team_test (5656 ms total)
36: 
36: [----------] 2 tests from std_algorithms_search_team_test
36: [ RUN      ] std_algorithms_search_team_test.sequences_exist
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
4: [       OK ] openmptarget.double_reduce_dynamic (334 ms)
4: [ RUN      ] openmptarget.int64_t_reduce_dynamic_view
4: [       OK ] openmptarget.int64_t_reduce_dynamic_view (51 ms)
4: [ RUN      ] openmptarget.reduction_with_large_iteration_count
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<int>/100000/iterations:10                          3.46 s          3.44 s            10          1            4    2.61127m        1.32958m       51.3u     704.983M          37.816k     704.983M
36: [       OK ] std_algorithms_search_team_test.sequences_exist (1627 ms)
36: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
36: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (1805 ms)
36: [----------] 2 tests from std_algorithms_search_team_test (3432 ms total)
36: 
36: [----------] 2 tests from std_algorithms_find_end_team_test
36: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
36: [       OK ] std_algorithms_find_end_team_test.sequences_exist (2853 ms)
36: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
36: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (2652 ms)
36: [----------] 2 tests from std_algorithms_find_end_team_test (5506 ms total)
36: 
36: [----------] 2 tests from std_algorithms_find_first_of_team_test
36: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
36: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (2341 ms)
36: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
 -- Testing 1-D histogram
Density 1D: 0.00195962 -0.999999 -57856.6 || 0.051031 0 1.55188e+06 || 2.86901e+10 28674.4 || -7.99809e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.00588881 -0.967862 10.3004 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalSpecialFunctions.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o
36: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (6522 ms)
36: [----------] 2 tests from std_algorithms_find_first_of_team_test (8863 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 8 tests from 4 test suites ran. (23459 ms total)
36: [  PASSED  ] 8 tests.
36/48 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ..........   Passed   25.89 sec
test 37
      Start 37: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

37: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
37: Test timeout computed to be: 1500
37: 
37: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
37:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
37:                                   setting CUDA_VISIBLE_DEVICES.
37:                                   This could on multi GPU systems lead to severe performance"
37:                                   penalties.
37: [==========] Running 11 tests from 7 test suites.
37: [----------] Global test environment set-up.
37: [----------] 2 tests from std_algorithms_find_team_test
37: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
37: [       OK ] std_algorithms_find_team_test.searched_values_exist (740 ms)
37: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
37: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (867 ms)
37: [----------] 2 tests from std_algorithms_find_team_test (1608 ms total)
37: 
37: [----------] 2 tests from std_algorithms_find_if_team_test
37: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
37: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (687 ms)
37: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
[ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
37: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (871 ms)
37: [----------] 2 tests from std_algorithms_find_if_team_test (1559 ms total)
37: 
37: [----------] 2 tests from std_algorithms_find_if_not_team_test
37: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
37: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (869 ms)
37: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[ 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
37: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (686 ms)
37: [----------] 2 tests from std_algorithms_find_if_not_team_test (1555 ms total)
37: 
37: [----------] 1 test from std_algorithms_all_of_team_test
37: [ RUN      ] std_algorithms_all_of_team_test.test
37: [       OK ] std_algorithms_all_of_team_test.test (807 ms)
37: [----------] 1 test from std_algorithms_all_of_team_test (807 ms total)
37: 
37: [----------] 1 test from std_algorithms_any_of_team_test
37: [ RUN      ] std_algorithms_any_of_team_test.test
37: [       OK ] std_algorithms_any_of_team_test.test (631 ms)
37: [----------] 1 test from std_algorithms_any_of_team_test (631 ms total)
37: 
37: [----------] 1 test from std_algorithms_none_of_team_test
37: [ RUN      ] std_algorithms_none_of_team_test.test
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o
4: [       OK ] openmptarget.reduction_with_large_iteration_count (22907 ms)
4: [ RUN      ] openmptarget.reduction_deduction
4: [       OK ] openmptarget.reduction_deduction (0 ms)
4: [ RUN      ] openmptarget.reduce_device_view_range_policy
37: [       OK ] std_algorithms_none_of_team_test.test (802 ms)
37: [----------] 1 test from std_algorithms_none_of_team_test (802 ms total)
37: 
37: [----------] 2 tests from std_algorithms_search_n_team_test
37: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
37: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (729 ms)
37: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
37: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (771 ms)
37: [----------] 2 tests from std_algorithms_search_n_team_test (1501 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 11 tests from 7 test suites ran. (8466 ms total)
37: [  PASSED  ] 11 tests.
37/48 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ..........   Passed   10.92 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

38: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
38: Test timeout computed to be: 1500
 -- Testing 1-D histogram
Density 1D: 6.73523e-07 -0.00713597 0.0236643 || 0.051031 27947 29376 || 28880.5 28674.4 || 327.135 -2.0744
 -- Testing 3-D histogram
Density 3D: 7.34064e-07 -0.0106724 0.0038136 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
38: 
38: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
38:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
38:                                   setting CUDA_VISIBLE_DEVICES.
38:                                   This could on multi GPU systems lead to severe performance"
38:                                   penalties.
38: [==========] Running 3 tests from 3 test suites.
38: [----------] Global test environment set-up.
38: [----------] 1 test from std_algorithms_min_element_team_test
38: [ RUN      ] std_algorithms_min_element_team_test.test
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o
[ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
38: [       OK ] std_algorithms_min_element_team_test.test (2559 ms)
38: [----------] 1 test from std_algorithms_min_element_team_test (2559 ms total)
38: 
38: [----------] 1 test from std_algorithms_max_element_team_test
38: [ RUN      ] std_algorithms_max_element_team_test.test
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o
4: [       OK ] openmptarget.reduce_device_view_range_policy (10433 ms)
4: [ RUN      ] openmptarget.reduce_device_view_mdrange_policy
38: [       OK ] std_algorithms_max_element_team_test.test (2483 ms)
38: [----------] 1 test from std_algorithms_max_element_team_test (2483 ms total)
38: 
38: [----------] 1 test from std_algorithms_minmax_element_team_test
38: [ RUN      ] std_algorithms_minmax_element_team_test.test
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
38: [       OK ] std_algorithms_minmax_element_team_test.test (3143 ms)
38: [----------] 1 test from std_algorithms_minmax_element_team_test (3143 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 3 tests from 3 test suites ran. (8186 ms total)
38: [  PASSED  ] 3 tests.
38/48 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ..........   Passed   10.65 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

39: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
39: Test timeout computed to be: 1500
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
39: 
39: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
39:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
39:                                   setting CUDA_VISIBLE_DEVICES.
39:                                   This could on multi GPU systems lead to severe performance"
39:                                   penalties.
39: [==========] Running 6 tests from 6 test suites.
39: [----------] Global test environment set-up.
39: [----------] 1 test from std_algorithms_fill_team_test
39: [ RUN      ] std_algorithms_fill_team_test.test
39: [       OK ] std_algorithms_fill_team_test.test (518 ms)
39: [----------] 1 test from std_algorithms_fill_team_test (518 ms total)
39: 
39: [----------] 1 test from std_algorithms_fill_n_team_test
39: [ RUN      ] std_algorithms_fill_n_team_test.test
39: [       OK ] std_algorithms_fill_n_team_test.test (2014 ms)
39: [----------] 1 test from std_algorithms_fill_n_team_test (2014 ms total)
39: 
39: [----------] 1 test from std_algorithms_replace_team_test
39: [ RUN      ] std_algorithms_replace_team_test.test
39: [       OK ] std_algorithms_replace_team_test.test (704 ms)
39: [----------] 1 test from std_algorithms_replace_team_test (704 ms total)
39: 
39: [----------] 1 test from std_algorithms_replace_if_team_test
39: [ RUN      ] std_algorithms_replace_if_team_test.test
4: [       OK ] openmptarget.reduce_device_view_mdrange_policy (10473 ms)
4: [ RUN      ] openmptarget.reduce_device_view_team_policy
39: [       OK ] std_algorithms_replace_if_team_test.test (755 ms)
39: [----------] 1 test from std_algorithms_replace_if_team_test (755 ms total)
39: 
39: [----------] 1 test from std_algorithms_replace_copy_team_test
39: [ RUN      ] std_algorithms_replace_copy_team_test.test
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
39: [       OK ] std_algorithms_replace_copy_team_test.test (1456 ms)
39: [----------] 1 test from std_algorithms_replace_copy_team_test (1456 ms total)
39: 
39: [----------] 1 test from std_algorithms_replace_copy_if_team_test
39: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
39: [       OK ] std_algorithms_replace_copy_if_team_test.test (1312 ms)
39: [----------] 1 test from std_algorithms_replace_copy_if_team_test (1312 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 6 tests from 6 test suites ran. (6762 ms total)
39: [  PASSED  ] 6 tests.
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
39/48 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ..........   Passed    9.20 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

40: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
40: Test timeout computed to be: 1500
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o
40: 
40: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
40:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
40:                                   setting CUDA_VISIBLE_DEVICES.
40:                                   This could on multi GPU systems lead to severe performance"
40:                                   penalties.
40: [==========] Running 4 tests from 4 test suites.
40: [----------] Global test environment set-up.
40: [----------] 1 test from std_algorithms_reverse_team_test
40: [ RUN      ] std_algorithms_reverse_team_test.test
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o
40: [       OK ] std_algorithms_reverse_team_test.test (622 ms)
40: [----------] 1 test from std_algorithms_reverse_team_test (622 ms total)
40: 
40: [----------] 1 test from std_algorithms_reverse_copy_team_test
40: [ RUN      ] std_algorithms_reverse_copy_team_test.test
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.00347137 -0.00320945 || 0.051031 28022 29275 || 28774.3 28674.4 || -44.3675 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.00894865 0.00508272 || 0.051031 1e+64 -1e+64
Test Seed:1714083157172221098
Test Scalar=int
 -- Testing randomness properties
40: [       OK ] std_algorithms_reverse_copy_team_test.test (1016 ms)
40: [----------] 1 test from std_algorithms_reverse_copy_team_test (1016 ms total)
40: 
40: [----------] 1 test from std_algorithms_rotate_team_test
40: [ RUN      ] std_algorithms_rotate_team_test.test
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o
4: [       OK ] openmptarget.reduce_device_view_team_policy (10366 ms)
4: [ RUN      ] openmptarget.kokkos_swap
4: [       OK ] openmptarget.kokkos_swap (0 ms)
4: [ RUN      ] openmptarget.TeamThreadMDRangeParallelFor
4: [       OK ] openmptarget.TeamThreadMDRangeParallelFor (33 ms)
4: [ RUN      ] openmptarget.ThreadVectorMDRangeParallelFor
4: [       OK ] openmptarget.ThreadVectorMDRangeParallelFor (19 ms)
4: [ RUN      ] openmptarget.TeamVectorMDRangeParallelFor
4: [       OK ] openmptarget.TeamVectorMDRangeParallelFor (19 ms)
4: [ RUN      ] openmptarget.TeamThreadMDRangeParallelReduce
4: [       OK ] openmptarget.TeamThreadMDRangeParallelReduce (27 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 (39 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 (8 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 (8 ms)
4: [ RUN      ] openmptarget.view_copy_tests_rank_0
4: [       OK ] openmptarget.view_copy_tests_rank_0 (3 ms)
4: [ RUN      ] openmptarget.view_copy_degenerated
4: [       OK ] openmptarget.view_copy_degenerated (0 ms)
4: [ RUN      ] openmptarget.view_fill_tests_layout_right
4: [       OK ] openmptarget.view_fill_tests_layout_right (62 ms)
4: [ RUN      ] openmptarget.view_fill_tests_layout_left
4: [       OK ] openmptarget.view_fill_tests_layout_left (59 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
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
40: [       OK ] std_algorithms_rotate_team_test.test (2735 ms)
40: [----------] 1 test from std_algorithms_rotate_team_test (2735 ms total)
40: 
40: [----------] 1 test from std_algorithms_rotate_copy_team_test
40: [ RUN      ] std_algorithms_rotate_copy_team_test.test
4: [       OK ] openmptarget.view_layoutstride_left_to_layoutleft_assignment (74 ms)
4: [ RUN      ] openmptarget.view_layoutstride_right_to_layoutright_assignment
4: [       OK ] openmptarget.view_layoutstride_right_to_layoutright_assignment (70 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 (62 ms)
4: [ RUN      ] openmptarget.view_mapping_operator
4: [       OK ] openmptarget.view_mapping_operator (12 ms)
4: [ RUN      ] openmptarget.static_extent
4: [       OK ] openmptarget.static_extent (0 ms)
4: [ RUN      ] openmptarget.view_mapping_atomic
4: [       OK ] openmptarget.view_mapping_atomic (546 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 (17 ms)
4: [ RUN      ] openmptarget.view_realloc
4: [       OK ] openmptarget.view_realloc (2 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-5993/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-5993/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-5993/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-5993/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 (1 ms)
4: [ RUN      ] openmptarget.view_subview_auto_1d_right
4: [       OK ] openmptarget.view_subview_auto_1d_right (1 ms)
4: [ RUN      ] openmptarget.view_subview_auto_1d_stride
4: [       OK ] openmptarget.view_subview_auto_1d_stride (1 ms)
4: [ RUN      ] openmptarget.view_subview_assign_strided
4: [       OK ] openmptarget.view_subview_assign_strided (1 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 (2 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 (45 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 (30 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 (43 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 (44 ms)
4: [ RUN      ] openmptarget.view_subview_3d_from_5d_right_atomic
4: [       OK ] openmptarget.view_subview_3d_from_5d_right_atomic (43 ms)
4: [ RUN      ] openmptarget.view_subview_3d_from_5d_right_randomaccess
4: [       OK ] openmptarget.view_subview_3d_from_5d_right_randomaccess (43 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: [----------] 220 tests from openmptarget (83673 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 229 tests from 2 test suites ran. (123896 ms total)
4: [  PASSED  ] 222 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  124.59 sec
test 5
      Start  5: Kokkos_CoreUnitTest_Default

5: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Default
5: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
5: Test timeout computed to be: 1500
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
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 (7 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 (105 ms)
5: [ RUN      ] defaultdevicetype.bhalf_conversion
5: [       OK ] defaultdevicetype.bhalf_conversion (2 ms)
5: [ RUN      ] defaultdevicetype.half_operators
5: [       OK ] defaultdevicetype.half_operators (1 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 (4 ms)
5: [ RUN      ] defaultdevicetype.reduce_instantiation_b1
5: [       OK ] defaultdevicetype.reduce_instantiation_b1 (9 ms)
5: [ RUN      ] defaultdevicetype.reduce_instantiation_c1
5: [       OK ] defaultdevicetype.reduce_instantiation_c1 (4 ms)
5: [ RUN      ] defaultdevicetype.reduce_instantiation_a2
5: [       OK ] defaultdevicetype.reduce_instantiation_a2 (6 ms)
5: [ RUN      ] defaultdevicetype.reduce_instantiation_b2
5: [       OK ] defaultdevicetype.reduce_instantiation_b2 (13 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 (172 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<int, Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
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<int [5], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
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<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
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<int [5][10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int* [10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int**, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int [5][10][15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int* [10][15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int** [15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int***, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int, Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
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<int [5], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
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<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
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<int [5][10], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int* [10], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int**, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int [5][10][15], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int* [10][15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int** [15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int***, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int, Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
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<int [5], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
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<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
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<int [5][10], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int* [10], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int**, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int [5][10][15], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int* [10][15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int** [15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int***, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
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<int* [10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
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<int** [15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
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<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
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<int* [10], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
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<int** [15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
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<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
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<int* [10], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
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<int** [15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
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. (196 ms total)
5: [  PASSED  ] 69 tests.
[ 25%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
 5/49 Test  #5: Kokkos_CoreUnitTest_Default .................   Passed    0.81 sec
test 6
      Start  6: Kokkos_CoreUnitTest_LegionInitialization

6: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization
6: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
6: Test timeout computed to be: 1500
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
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 (82 ms)
6: [----------] 1 test from initialization (82 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 1 test from 1 test suite ran. (82 ms total)
6: [  PASSED  ] 1 test.
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o
 6/49 Test  #6: Kokkos_CoreUnitTest_LegionInitialization ....   Passed    0.70 sec
test 7
      Start  7: Kokkos_CoreUnitTest_PushFinalizeHook

7: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook
7: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
7: Test timeout computed to be: 1500
40: [       OK ] std_algorithms_rotate_copy_team_test.test (2659 ms)
40: [----------] 1 test from std_algorithms_rotate_copy_team_test (2659 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 4 tests from 4 test suites ran. (7034 ms total)
40: [  PASSED  ] 4 tests.
7: SUCCESS
40/48 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ..........   Passed    9.48 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

41: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
41: Test timeout computed to be: 1500
 7/49 Test  #7: Kokkos_CoreUnitTest_PushFinalizeHook ........   Passed    0.57 sec
test 8
      Start  8: Kokkos_CoreUnitTest_Develop

8: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Develop
8: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
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/49 Test  #8: Kokkos_CoreUnitTest_Develop .................   Passed    0.57 sec
test 9
      Start  9: Kokkos_CoreUnitTest_TuningBuiltins

9: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_TuningBuiltins
9: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
9: Test timeout computed to be: 1500
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o
 9/49 Test  #9: Kokkos_CoreUnitTest_TuningBuiltins ..........   Passed    0.98 sec
test 10
      Start 10: Kokkos_CoreUnitTest_TuningBasics

10: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_TuningBasics
10: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/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
41: 
41: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
41:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
41:                                   setting CUDA_VISIBLE_DEVICES.
41:                                   This could on multi GPU systems lead to severe performance"
41:                                   penalties.
41: [==========] Running 4 tests from 4 test suites.
41: [----------] Global test environment set-up.
41: [----------] 1 test from std_algorithms_move_team_test
41: [ RUN      ] std_algorithms_move_team_test.test
[ 25%] Built target Kokkos_IncrementalTest_SERIAL
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-5993/build/core/unit_test/Kokkos_CoreUnitTest_CategoricalTuner
11: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
11: Test timeout computed to be: 1500
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
41: [       OK ] std_algorithms_move_team_test.test (1357 ms)
41: [----------] 1 test from std_algorithms_move_team_test (1357 ms total)
41: 
41: [----------] 1 test from std_algorithms_move_backward_team_test
41: [ RUN      ] std_algorithms_move_backward_team_test.test
11/49 Test #11: Kokkos_CoreUnitTest_CategoricalTuner ........   Passed    1.03 sec
test 12
      Start 12: Kokkos_CoreUnitTest_KokkosP

12: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP
12: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
12: Test timeout computed to be: 1500
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 (86 ms)
12: [ RUN      ] kokkosp.async_deep_copy
12: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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-5993/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-5993/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-5993/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-5993/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-5993/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 (87 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. (87 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
12/49 Test #12: Kokkos_CoreUnitTest_KokkosP .................   Passed    0.68 sec
test 13
      Start 13: Kokkos_CoreUnitTest_ToolIndependence

13: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence
13: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
13: Test timeout computed to be: 1500
41: [       OK ] std_algorithms_move_backward_team_test.test (1391 ms)
41: [----------] 1 test from std_algorithms_move_backward_team_test (1391 ms total)
41: 
41: [----------] 1 test from std_algorithms_shift_left_team_test
41: [ RUN      ] std_algorithms_shift_left_team_test.test
13/49 Test #13: Kokkos_CoreUnitTest_ToolIndependence ........   Passed    0.58 sec
test 14
      Start 14: Kokkos_ProfilingTestLibraryLoadHelp

14: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help"
14: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
14: Environment variables: 
14:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-5993/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/49 Test #14: Kokkos_ProfilingTestLibraryLoadHelp .........   Passed    0.56 sec
test 15
      Start 15: Kokkos_ProfilingTestLibraryCmdLineHelp

15: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkosprinter-tool.so"
15: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
15: Test timeout computed to be: 1500
15: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
15/49 Test #15: Kokkos_ProfilingTestLibraryCmdLineHelp ......   Passed    0.58 sec
test 16
      Start 16: Kokkos_ProfilingTestLibraryLoad

16: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
16: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
16: Environment variables: 
16:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkosprinter-tool.so
16: Test timeout computed to be: 1500
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o
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:0x5555557206c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x5555557208c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x555555720940:Host:source:0x555555720740: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:0x555555720a80: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:0x5555557208c0:40::kokkosp_deallocate_data:Host:source:0x5555557206c0:40::kokkosp_finalize_library::
16/49 Test #16: Kokkos_ProfilingTestLibraryLoad .............   Passed    0.58 sec
test 17
      Start 17: Kokkos_ProfilingTestLibraryCmdLine

17: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkosprinter-tool.so"
17: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
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: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.58 sec
test 18
      Start 18: Kokkos_CoreUnitTest_StackTraceTest

18: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec
18: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
18: Test timeout computed to be: 1500
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-5993/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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555ee962]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55555558ff70]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x55555558cfe1]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xca) [0x55555558caba]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c09fd]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55555559c999]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55555559db59]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55555559e428]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x5555555ad49d]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c15bd]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555acd03]
18: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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*, 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*, 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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555ee962]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55555558ff70]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x555555590134]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaed) [0x55555558daad]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xca) [0x55555558caba]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c09fd]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55555559c999]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55555559db59]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55555559e428]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x5555555ad49d]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c15bd]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555acd03]
18: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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*, 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*, 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 (139 ms)
18: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
18: 
18: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555ee962]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55555558ff70]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x55555558cfe1]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xc7) [0x55555558cd77]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c09fd]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55555559c999]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55555559db59]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55555559e428]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x5555555ad49d]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c15bd]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555acd03]
18: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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*, 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*, 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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555ee962]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55555558ff70]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x555555590134]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaed) [0x55555558daad]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xc7) [0x55555558cd77]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c09fd]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55555559c999]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55555559db59]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55555559e428]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x5555555ad49d]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c15bd]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555acd03]
18: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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*, 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*, 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 (141 ms)
18: [----------] 2 tests from defaultdevicetype_DeathTest (281 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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555ee962]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55555558ff70]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x55555558cfe1]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c09fd]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55555559c999]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55555559db59]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55555559e428]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x5555555ad49d]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c15bd]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555acd03]
18: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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*, 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*, 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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x5555555ee962]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55555558ff70]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x555555590134]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xaed) [0x55555558daad]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c09fd]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55555559c999]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55555559db59]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55555559e428]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x5555555ad49d]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x5555555c15bd]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x5555555acd03]
18: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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*, 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*, 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. (282 ms total)
18: [  PASSED  ] 3 tests.
18/49 Test #18: Kokkos_CoreUnitTest_StackTraceTest ..........   Passed    0.88 sec
test 19
      Start 19: Kokkos_IncrementalTest_SERIAL

19: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_IncrementalTest_SERIAL
19: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
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 (27 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 (107 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 (0 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 (136 ms total)
19: 
19: [----------] Global test environment tear-down
19: [==========] 28 tests from 1 test suite ran. (136 ms total)
19: [  PASSED  ] 28 tests.
19/49 Test #19: Kokkos_IncrementalTest_SERIAL ...............   Passed    0.74 sec
test 20
      Start 20: Kokkos_IncrementalTest_OPENMPTARGET

20: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_IncrementalTest_OPENMPTARGET
20: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
20: Test timeout computed to be: 1500
20: [==========] Running 22 tests from 1 test suite.
20: [----------] Global test environment set-up.
20: [----------] 22 tests from OPENMPTARGET
20: [ RUN      ] OPENMPTARGET.IncrTest_01_execspace_typedef
20: [       OK ] OPENMPTARGET.IncrTest_01_execspace_typedef (0 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_01_execspace
20: OpenMPTarget Execution Space:
20:   KOKKOS_ENABLE_OPENMPTARGET: yes
20: 
20: OpenMPTarget Runtime Configuration:
20: Using OpenMPTarget
20: OpenMPTarget
20: [       OK ] OPENMPTARGET.IncrTest_01_execspace (0 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_02_AtomicExchange
20: [       OK ] OPENMPTARGET.IncrTest_02_AtomicExchange (0 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_02_AtomicAdd
20: [       OK ] OPENMPTARGET.IncrTest_02_AtomicAdd (0 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_02_AtomicSub
20: [       OK ] OPENMPTARGET.IncrTest_02_AtomicSub (0 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_03a_memspace_malloc
20: [       OK ] OPENMPTARGET.IncrTest_03a_memspace_malloc (87 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_03b_memspace_free
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
41: [       OK ] std_algorithms_shift_left_team_test.test (5012 ms)
41: [----------] 1 test from std_algorithms_shift_left_team_test (5012 ms total)
41: 
41: [----------] 1 test from std_algorithms_shift_right_team_test
41: [ RUN      ] std_algorithms_shift_right_team_test.test
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o
20: [       OK ] OPENMPTARGET.IncrTest_03b_memspace_free (5067 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_04_simple_parallelFor
20: [       OK ] OPENMPTARGET.IncrTest_04_simple_parallelFor (7 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_04_RangePolicy_parallelFor
20: [       OK ] OPENMPTARGET.IncrTest_04_RangePolicy_parallelFor (0 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_05_reduction
20: [       OK ] OPENMPTARGET.IncrTest_05_reduction (15 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_06_mdrange2D
20: [       OK ] OPENMPTARGET.IncrTest_06_mdrange2D (0 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_06_mdrange3D
20: [       OK ] OPENMPTARGET.IncrTest_06_mdrange3D (0 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_06_mdrange4D
20: [       OK ] OPENMPTARGET.IncrTest_06_mdrange4D (0 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_08_deep_copy_2D
20: [       OK ] OPENMPTARGET.IncrTest_08_deep_copy_2D (0 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_08_deep_copy_3D
20: [       OK ] OPENMPTARGET.IncrTest_08_deep_copy_3D (0 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_08_deep_copy_4D
20: [       OK ] OPENMPTARGET.IncrTest_08_deep_copy_4D (0 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_10_Hierarchical_Basics
20: [       OK ] OPENMPTARGET.IncrTest_10_Hierarchical_Basics (5 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_11a_Hierarchical_ForLoop
20: [       OK ] OPENMPTARGET.IncrTest_11a_Hierarchical_ForLoop (1 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_11b_Hierarchical_ForLoop
20: [       OK ] OPENMPTARGET.IncrTest_11b_Hierarchical_ForLoop (1 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_11c_Hierarchical_ForLoop
20: [       OK ] OPENMPTARGET.IncrTest_11c_Hierarchical_ForLoop (234 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_12a_ThreadScratch
20: [       OK ] OPENMPTARGET.IncrTest_12a_ThreadScratch (5 ms)
20: [ RUN      ] OPENMPTARGET.IncrTest_12b_TeamScratch
20: [       OK ] OPENMPTARGET.IncrTest_12b_TeamScratch (4 ms)
20: [----------] 22 tests from OPENMPTARGET (5432 ms total)
20: 
20: [----------] Global test environment tear-down
20: [==========] 22 tests from 1 test suite ran. (5432 ms total)
20: [  PASSED  ] 22 tests.
20/49 Test #20: Kokkos_IncrementalTest_OPENMPTARGET .........   Passed    6.06 sec
test 21
      Start 21: Kokkos_CoreUnitTest_CTestDevice

21: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice
21: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
21: Test timeout computed to be: 1500
Scanning dependencies of target Kokkos_CoreUnitTest_Develop
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.
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.00435979 -0.0322545 || 0.051031 28078 29443 || 28800 28674.4 || -445.886 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.00839526 -0.000145482 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
41: [       OK ] std_algorithms_shift_right_team_test.test (4761 ms)
41: [----------] 1 test from std_algorithms_shift_right_team_test (4761 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 4 tests from 4 test suites ran. (12524 ms total)
41: [  PASSED  ] 4 tests.
41/48 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ..........   Passed   14.98 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

42: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
42: Test timeout computed to be: 1500
21/49 Test #21: Kokkos_CoreUnitTest_CTestDevice .............   Passed    0.60 sec
test 22
      Start 22: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0

22: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE"
22: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
22: Test timeout computed to be: 1500
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
22/49 Test #22: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ...   Passed    0.57 sec
test 23
      Start 23: Kokkos_CoreUnitTest_DeviceAndThreads

23: Test command: /usr/bin/python3.8 "-m" "unittest" "-v" "/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/TestDeviceAndThreads.py"
23: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
23: Test timeout computed to be: 1500
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o
42: 
42: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
42:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
42:                                   setting CUDA_VISIBLE_DEVICES.
42:                                   This could on multi GPU systems lead to severe performance"
42:                                   penalties.
42: [==========] Running 9 tests from 9 test suites.
42: [----------] Global test environment set-up.
42: [----------] 1 test from std_algorithms_copy_team_test
42: [ RUN      ] std_algorithms_copy_team_test.test
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test17_CompleteAtomic_CUDA.cpp.o
23: test_device_id (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
42: [       OK ] std_algorithms_copy_team_test.test (1523 ms)
42: [----------] 1 test from std_algorithms_copy_team_test (1523 ms total)
42: 
42: [----------] 1 test from std_algorithms_copy_n_team_test
42: [ RUN      ] std_algorithms_copy_n_team_test.test
23: test_disable_warnings (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_a.cpp.o
23: test_num_devices (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
23: test_num_threads (TestDeviceAndThreads.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled'
42: [       OK ] std_algorithms_copy_n_team_test.test (2384 ms)
42: [----------] 1 test from std_algorithms_copy_n_team_test (2384 ms total)
42: 
42: [----------] 1 test from std_algorithms_copy_backward_team_test
42: [ RUN      ] std_algorithms_copy_backward_team_test.test
42: [       OK ] std_algorithms_copy_backward_team_test.test (1366 ms)
42: [----------] 1 test from std_algorithms_copy_backward_team_test (1366 ms total)
42: 
42: [----------] 1 test from std_algorithms_copy_if_team_test
42: [ RUN      ] std_algorithms_copy_if_team_test.test
23: test_tune_internals (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
23: 
23: ----------------------------------------------------------------------
23: Ran 5 tests in 6.267s
23: 
23: OK (skipped=1)
23/49 Test #23: Kokkos_CoreUnitTest_DeviceAndThreads ........   Passed    6.67 sec
test 24
      Start 24: Kokkos_PerformanceTest_Benchmark

24: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2024-04-25_T21-45-57.json"
24: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test
24: Test timeout computed to be: 1500
24: 2024-04-25T22:13:07+00:00
24: Running /var/jenkins/workspace/Kokkos_PR-5993/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.16, 4.39, 5.51
24: CPU architecture: none
24: Default Device: N6Kokkos12Experimental12OpenMPTargetE
24: GIT_BRANCH: HEAD
24: GIT_CLEAN_STATUS: CLEAN
24: GIT_COMMIT_DATE: 2024-04-25T21:45:06+00:00
24: GIT_COMMIT_DESCRIPTION: Merge commit '2e82fdd8716bb21379d5bd9250b19f1dd131e23f' into HEAD
24: GIT_COMMIT_HASH: 6b175721d
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<double>/count:1024/iterations:5/manual_time                      0.000 s         0.025 s             5       1024        31.0928n
24: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                      0.000 s         0.000 s             5     2.048k        13.8516n
24: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                      0.000 s         0.000 s             5     4.096k        6.80371n
24: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                      0.000 s         0.000 s             5     8.192k        3.38147n
24: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                     0.000 s         0.000 s             5    16.384k        2.72186n
24: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                     0.000 s         0.000 s             5    32.768k        1.51761n
24: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                     0.000 s         0.000 s             5    65.536k         1012.6p
24: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                    0.000 s         0.000 s             5   131.072k        678.978p
24: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                    0.000 s         0.000 s             5   262.144k        468.605p
24: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                    0.000 s         0.000 s             5   524.288k        404.474p
42: [       OK ] std_algorithms_copy_if_team_test.test (1206 ms)
42: [----------] 1 test from std_algorithms_copy_if_team_test (1206 ms total)
42: 
42: [----------] 1 test from std_algorithms_unique_copy_team_test
42: [ RUN      ] std_algorithms_unique_copy_team_test.test
24: -----------------------------------------------------------------------------------------------------------------------------------
24: Benchmark                                                                              Time             CPU   Iterations  FOM: rate
24: -----------------------------------------------------------------------------------------------------------------------------------
24: Malloc/N:1/manual_time                                                              21.0 us         22.7 us        32377 47.5794k/s
42: [       OK ] std_algorithms_unique_copy_team_test.test (1822 ms)
42: [----------] 1 test from std_algorithms_unique_copy_team_test (1822 ms total)
42: 
42: [----------] 1 test from std_algorithms_remove_team_test
42: [ RUN      ] std_algorithms_remove_team_test.test
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
42: [       OK ] std_algorithms_remove_team_test.test (1278 ms)
42: [----------] 1 test from std_algorithms_remove_team_test (1278 ms total)
42: 
42: [----------] 1 test from std_algorithms_remove_if_team_test
42: [ RUN      ] std_algorithms_remove_if_team_test.test
24: Malloc/N:16/manual_time                                                             20.7 us         22.5 us        33630 48.3849k/s
42: [       OK ] std_algorithms_remove_if_team_test.test (1275 ms)
42: [----------] 1 test from std_algorithms_remove_if_team_test (1275 ms total)
42: 
42: [----------] 1 test from std_algorithms_remove_copy_team_test
42: [ RUN      ] std_algorithms_remove_copy_team_test.test
42: [       OK ] std_algorithms_remove_copy_team_test.test (1442 ms)
42: [----------] 1 test from std_algorithms_remove_copy_team_test (1443 ms total)
42: 
42: [----------] 1 test from std_algorithms_remove_copy_if_team_test
42: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
24: Malloc/N:256/manual_time                                                            21.1 us         22.9 us        35167 47.4535k/s
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
42: [       OK ] std_algorithms_remove_copy_if_team_test.test (1330 ms)
42: [----------] 1 test from std_algorithms_remove_copy_if_team_test (1330 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 9 tests from 9 test suites ran. (13630 ms total)
42: [  PASSED  ] 9 tests.
24: Malloc/N:4096/manual_time                                                           20.8 us         22.9 us        34712 48.0352k/s
42/48 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ..........   Passed   16.11 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

43: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
43: Test timeout computed to be: 1500
24: Malloc/N:65536/manual_time                                                          24.5 us         28.0 us        28047 40.8012k/s
43: 
43: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
43:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
43:                                   setting CUDA_VISIBLE_DEVICES.
43:                                   This could on multi GPU systems lead to severe performance"
43:                                   penalties.
43: [==========] Running 4 tests from 4 test suites.
43: [----------] Global test environment set-up.
43: [----------] 1 test from std_algorithms_unique_team_test
43: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o
24: Malloc/N:1048576/manual_time                                                        25.9 us         28.7 us        28393 38.5453k/s
43: [       OK ] std_algorithms_unique_team_test.test_default_predicate (1901 ms)
43: [----------] 1 test from std_algorithms_unique_team_test (1901 ms total)
43: 
43: [----------] 1 test from std_algorithms_adjacent_difference_team_test
43: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.00333882 -0.0347201 || 0.051031 28024 29307 || 28770.4 28674.4 || -479.97 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.00362305 -0.00576429 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_b.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
43: [       OK ] std_algorithms_adjacent_difference_team_test.test (2573 ms)
43: [----------] 1 test from std_algorithms_adjacent_difference_team_test (2573 ms total)
43: 
43: [----------] 1 test from std_algorithms_reduce_team_test
43: [ RUN      ] std_algorithms_reduce_team_test.test
24: Malloc/N:16777216/manual_time                                                        287 us          175 us         7568 3.48931k/s
24: Malloc/N:268435456/manual_time                                                      6113 us          459 us           98  163.587/s
43: [       OK ] std_algorithms_reduce_team_test.test (2400 ms)
43: [----------] 1 test from std_algorithms_reduce_team_test (2400 ms total)
43: 
43: [----------] 1 test from std_algorithms_transform_reduce_team_test
43: [ RUN      ] std_algorithms_transform_reduce_team_test.test
24: Malloc/N:4294967296/manual_time                                                   115834 us         3483 us           10  8.63307/s
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
24: MallocFree/N:1/manual_time                                                          41.5 us         21.1 us        16887 24.1237k/s
24: MallocFree/N:16/manual_time                                                         42.5 us         21.4 us        16613 23.5504k/s
43: [       OK ] std_algorithms_transform_reduce_team_test.test (3418 ms)
43: [----------] 1 test from std_algorithms_transform_reduce_team_test (3418 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 4 tests from 4 test suites ran. (10293 ms total)
43: [  PASSED  ] 4 tests.
24: MallocFree/N:256/manual_time                                                        42.4 us         21.4 us        16560 23.6028k/s
43/48 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ..........   Passed   12.73 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

44: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
44: Test timeout computed to be: 1500
24: MallocFree/N:4096/manual_time                                                       41.6 us         21.2 us        16124 24.0281k/s
24: MallocFree/N:65536/manual_time                                                      50.3 us         27.4 us        13984 19.8936k/s
44: 
44: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
44:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
44:                                   setting CUDA_VISIBLE_DEVICES.
44:                                   This could on multi GPU systems lead to severe performance"
44:                                   penalties.
44: [==========] Running 18 tests from 5 test suites.
44: [----------] Global test environment set-up.
44: [----------] 2 tests from std_algorithms_is_sorted_team_test
44: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
24: MallocFree/N:1048576/manual_time                                                    50.3 us         27.2 us        13664 19.8951k/s
44: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (1733 ms)
44: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
24: MallocFree/N:16777216/manual_time                                                    316 us          165 us         3829 3.16256k/s
24: MallocFree/N:268435456/manual_time                                                  6456 us          441 us          104  154.884/s
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
24: MallocFree/N:4294967296/manual_time                                               116904 us         3469 us           10  8.55402/s
44: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (2522 ms)
44: [----------] 2 tests from std_algorithms_is_sorted_team_test (4256 ms total)
44: 
44: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (108 ms)
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (151 ms)
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
24: MallocTouch/N:1/manual_time                                                         20.3 us         21.6 us        31543 49.3336k/s
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (2144 ms)
44: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
24: MallocTouch/N:16/manual_time                                                        20.8 us         21.9 us        35128 48.0265k/s
44: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (1590 ms)
44: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (3994 ms total)
44: 
44: [----------] 4 tests from std_algorithms_is_partitioned_team_test
44: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
44: [       OK ] std_algorithms_is_partitioned_team_test.empty (47 ms)
44: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
44: [       OK ] std_algorithms_is_partitioned_team_test.all_true (785 ms)
44: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.00160965 -0.00634913 || 0.051031 28044 29321 || 28720.6 28674.4 || -87.7704 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.00989577 0.00130269 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_c.cpp.o
44: [       OK ] std_algorithms_is_partitioned_team_test.all_false (779 ms)
44: [ RUN      ] std_algorithms_is_partitioned_team_test.random
44: [       OK ] std_algorithms_is_partitioned_team_test.random (695 ms)
44: [----------] 4 tests from std_algorithms_is_partitioned_team_test (2308 ms total)
44: 
44: [----------] 4 tests from std_algorithms_partition_copy_team_test
44: [ RUN      ] std_algorithms_partition_copy_team_test.empty
24: MallocTouch/N:256/manual_time                                                       20.6 us         21.9 us        34083 48.6458k/s
44: [       OK ] std_algorithms_partition_copy_team_test.empty (65 ms)
44: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
24: MallocTouch/N:4096/manual_time                                                      51.1 us         41.9 us        13455 19.5785k/s
44: [       OK ] std_algorithms_partition_copy_team_test.all_true (1507 ms)
44: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
24: MallocTouch/N:65536/manual_time                                                     53.5 us         45.7 us        12912 18.6993k/s
24: MallocTouch/N:1048576/manual_time                                                   54.0 us         46.4 us        13118 18.5256k/s
44: [       OK ] std_algorithms_partition_copy_team_test.all_false (1468 ms)
44: [ RUN      ] std_algorithms_partition_copy_team_test.random
44: [       OK ] std_algorithms_partition_copy_team_test.random (1427 ms)
44: [----------] 4 tests from std_algorithms_partition_copy_team_test (4468 ms total)
44: 
44: [----------] 4 tests from std_algorithms_partition_point_team_test
44: [ RUN      ] std_algorithms_partition_point_team_test.empty
44: [       OK ] std_algorithms_partition_point_team_test.empty (39 ms)
44: [ RUN      ] std_algorithms_partition_point_team_test.all_true
44: [       OK ] std_algorithms_partition_point_team_test.all_true (653 ms)
44: [ RUN      ] std_algorithms_partition_point_team_test.all_false
24: MallocTouch/N:16777216/manual_time                                                   258 us          196 us         5536 3.87294k/s
44: [       OK ] std_algorithms_partition_point_team_test.all_false (631 ms)
44: [ RUN      ] std_algorithms_partition_point_team_test.random
24: MallocTouch/N:268435456/manual_time                                                 6325 us          483 us          119  158.111/s
44: [       OK ] std_algorithms_partition_point_team_test.random (551 ms)
44: [----------] 4 tests from std_algorithms_partition_point_team_test (1875 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 18 tests from 5 test suites ran. (16905 ms total)
44: [  PASSED  ] 18 tests.
44/48 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ..........   Passed   19.35 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

45: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
45: Test timeout computed to be: 1500
24: MallocTouch/N:4294967296/manual_time                                              120968 us         3497 us            7  8.26666/s
24: MallocTouchFree/N:1/manual_time                                                     42.5 us         21.7 us        16741 23.5157k/s
45: 
45: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
45:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
45:                                   setting CUDA_VISIBLE_DEVICES.
45:                                   This could on multi GPU systems lead to severe performance"
45:                                   penalties.
45: [==========] Running 5 tests from 4 test suites.
45: [----------] Global test environment set-up.
45: [----------] 2 tests from std_algorithms_transform_team_test
45: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o
24: MallocTouchFree/N:16/manual_time                                                    44.8 us         23.4 us        16595 22.3199k/s
45: [       OK ] std_algorithms_transform_team_test.test_unary_op (1754 ms)
45: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
24: MallocTouchFree/N:256/manual_time                                                   42.1 us         21.6 us        16508 23.7391k/s
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
24: MallocTouchFree/N:4096/manual_time                                                  77.4 us         42.6 us         9651 12.9161k/s
45: [       OK ] std_algorithms_transform_team_test.test_binary_op (1733 ms)
45: [----------] 2 tests from std_algorithms_transform_team_test (3488 ms total)
45: 
45: [----------] 1 test from std_algorithms_generate_team_test
45: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o
28: Test_Atomic<long int>/100000/iterations:10                     12.2 s          12.1 s            10          1            8     20.0839        1.45639m      120.4u     4.99995G         189.374k     4.99995G
24: MallocTouchFree/N:65536/manual_time                                                 82.6 us         48.4 us         8520 12.1103k/s
24: MallocTouchFree/N:1048576/manual_time                                               79.3 us         45.6 us         8683 12.6094k/s
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
45: [       OK ] std_algorithms_generate_team_test.test_unary_op (2177 ms)
45: [----------] 1 test from std_algorithms_generate_team_test (2177 ms total)
45: 
45: [----------] 1 test from std_algorithms_generate_n_team_test
45: [ RUN      ] std_algorithms_generate_n_team_test.test
24: MallocTouchFree/N:16777216/manual_time                                               283 us          189 us         3257 3.53331k/s
24: MallocTouchFree/N:268435456/manual_time                                             6295 us          477 us           93  158.849/s
45: [       OK ] std_algorithms_generate_n_team_test.test (2059 ms)
45: [----------] 1 test from std_algorithms_generate_n_team_test (2059 ms total)
45: 
45: [----------] 1 test from std_algorithms_swap_ranges_team_test
45: [ RUN      ] std_algorithms_swap_ranges_team_test.test
24: MallocTouchFree/N:4294967296/manual_time                                          117635 us         3595 us           10  8.50084/s
45: [       OK ] std_algorithms_swap_ranges_team_test.test (1659 ms)
45: [----------] 1 test from std_algorithms_swap_ranges_team_test (1659 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 5 tests from 4 test suites ran. (9385 ms total)
45: [  PASSED  ] 5 tests.
24: ----------------------------------------------------------------------------------------------------------------------------------------------
24: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s         MB
24: ----------------------------------------------------------------------------------------------------------------------------------------------
24: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                            0.018 s         0.001 s            76  43.9121/s        800
45/48 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ..........   Passed   11.81 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

46: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
46: Test timeout computed to be: 1500
24: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.001 s            38  43.1623/s        800
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o
24: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.001 s            38  43.0573/s        800
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_d.cpp.o
46: 
46: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
46:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
46:                                   setting CUDA_VISIBLE_DEVICES.
46:                                   This could on multi GPU systems lead to severe performance"
46:                                   penalties.
46: [==========] Running 2 tests from 2 test suites.
46: [----------] Global test environment set-up.
46: [----------] 1 test from std_algorithms_exclusive_scan_team_test
46: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
24: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.001 s            38  43.0864/s        800
24: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.001 s            38  43.0218/s        800
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o
24: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                           0.018 s         0.001 s            37  44.2729/s        800
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_e.cpp.o
24: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.001 s            38  43.1379/s        800
24: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.001 s            38  43.0389/s        800
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.0162125 0.0335661 || 0.051031 28028 29288 || 29146.9 28674.4 || 464.018 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.00412677 -0.00609603 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
24: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                            0.018 s         0.001 s            37  44.2196/s        800
46: [       OK ] std_algorithms_exclusive_scan_team_test.test (5413 ms)
46: [----------] 1 test from std_algorithms_exclusive_scan_team_test (5413 ms total)
46: 
46: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
46: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
24: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.001 s            38  43.0198/s        800
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
24: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.001 s            38  43.1613/s        800
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
46: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (2724 ms)
46: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (2724 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 2 tests from 2 test suites ran. (8138 ms total)
46: [  PASSED  ] 2 tests.
24: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.001 s            38  43.0762/s        800
46/48 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ..........   Passed   10.56 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

47: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
47: Test timeout computed to be: 1500
24: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.001 s            38   43.053/s        800
24: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.001 s            38  43.0848/s        800
47: 
47: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
47:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
47:                                   setting CUDA_VISIBLE_DEVICES.
47:                                   This could on multi GPU systems lead to severe performance"
47:                                   penalties.
47: [==========] Running 2 tests from 2 test suites.
47: [----------] Global test environment set-up.
47: [----------] 1 test from std_algorithms_inclusive_scan_team_test
47: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
24: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.001 s            37  42.0699/s        800
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
24: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.001 s            38  43.0194/s        800
24: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           352  816.164/s       1.6k
24: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           367  863.375/s       1.6k
24: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           376    866.1/s       1.6k
24: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           364  852.691/s       1.6k
24: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           361  851.729/s       1.6k
24: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           362  839.454/s       1.6k
24: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.002 s         0.000 s           359  851.927/s       1.6k
24: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.046 s         0.000 s            15  34.9715/s       1.6k
24: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.048 s         0.000 s            14  33.1984/s       1.6k
47: [       OK ] std_algorithms_inclusive_scan_team_test.test (8782 ms)
47: [----------] 1 test from std_algorithms_inclusive_scan_team_test (8782 ms total)
47: 
47: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
47: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
24: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.000 s           375  863.096/s       1.6k
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
24: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.021 s         0.000 s            33  77.7762/s       1.6k
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
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
24: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.023 s         0.000 s            31  70.7482/s       1.6k
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
24: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           376  859.543/s       1.6k
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 55%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2
24: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           359  890.654/s       1.6k
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_f.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
24: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           376  864.124/s       1.6k
47: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (5848 ms)
47: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (5848 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 2 tests from 2 test suites ran. (14631 ms total)
47: [  PASSED  ] 2 tests.
47/48 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ..........   Passed   17.11 sec
test 48
      Start 48: Kokkos_UnitTest_SIMD

48: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/simd/unit_tests/Kokkos_UnitTest_SIMD
48: Test timeout computed to be: 1500
[ 55%] Built target Kokkos_CoreUnitTest_Cuda2
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
24: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           375  897.275/s       1.6k
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/tstHeader.cpp.o
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
24: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.049 s         0.000 s            14  32.6861/s       1.6k
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o
48: 
48: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
48:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
48:                                   setting CUDA_VISIBLE_DEVICES.
48:                                   This could on multi GPU systems lead to severe performance"
48:                                   penalties.
48: [==========] Running 16 tests from 1 test suite.
48: [----------] Global test environment set-up.
48: [----------] 16 tests from simd
48: [ RUN      ] simd.host_math_ops
48: [       OK ] simd.host_math_ops (0 ms)
48: [ RUN      ] simd.device_math_ops
48: [       OK ] simd.device_math_ops (4 ms)
48: [ RUN      ] simd.host_mask_ops
48: [       OK ] simd.host_mask_ops (0 ms)
48: [ RUN      ] simd.device_mask_ops
48: [       OK ] simd.device_mask_ops (0 ms)
48: [ RUN      ] simd.host_conversions
48: [       OK ] simd.host_conversions (0 ms)
48: [ RUN      ] simd.device_conversions
48: [       OK ] simd.device_conversions (0 ms)
48: [ RUN      ] simd.host_shift_ops
48: [       OK ] simd.host_shift_ops (0 ms)
48: [ RUN      ] simd.device_shift_ops
48: [       OK ] simd.device_shift_ops (0 ms)
48: [ RUN      ] simd.host_condition
48: [       OK ] simd.host_condition (0 ms)
48: [ RUN      ] simd.device_condition
48: [       OK ] simd.device_condition (0 ms)
48: [ RUN      ] simd.host_gen_ctors
48: [       OK ] simd.host_gen_ctors (0 ms)
48: [ RUN      ] simd.device_gen_ctors
48: [       OK ] simd.device_gen_ctors (0 ms)
48: [ RUN      ] simd.host_where_expressions
48: [       OK ] simd.host_where_expressions (0 ms)
48: [ RUN      ] simd.device_where_expressions
48: [       OK ] simd.device_where_expressions (0 ms)
48: [ RUN      ] simd.host_reductions
48: [       OK ] simd.host_reductions (0 ms)
48: [ RUN      ] simd.device_reductions
48: [       OK ] simd.device_reductions (0 ms)
48: [----------] 16 tests from simd (5 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 16 tests from 1 test suite ran. (5 ms total)
48: [  PASSED  ] 16 tests.
24: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.049 s         0.000 s            14  32.6721/s       1.6k
48/48 Test #48: Kokkos_UnitTest_SIMD .............................   Passed    2.42 sec

100% tests passed, 0 tests failed out of 48

Total Test time (real) = 580.98 sec
+ cd ../example/build_cmake_installed
+ rm -rf build
+ mkdir -p build
+ cd build
+ cmake -DCMAKE_CXX_COMPILER=g++-8 -DCMAKE_CXX_FLAGS=-Werror -DCMAKE_CXX_STANDARD=17 ..
-- The CXX compiler identification is GNU 8.4.0
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
-- The Fortran compiler identification is GNU 7.5.0
-- Check for working CXX compiler: /usr/bin/g++-8
-- Check for working CXX compiler: /usr/bin/g++-8 - works
-- Detecting CXX compiler ABI info
24: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.024 s         0.000 s            29   67.517/s       1.6k
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working Fortran compiler: /usr/bin/gfortran
-- Check for working Fortran compiler: /usr/bin/gfortran - works
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Checking whether /usr/bin/gfortran supports Fortran 90
-- Checking whether /usr/bin/gfortran supports Fortran 90 - yes
-- Enabled Kokkos devices: SERIAL;CUDA
CMake Warning at /var/jenkins/workspace/Kokkos_PR-5993/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):
  /var/jenkins/workspace/Kokkos_PR-5993/install/lib/cmake/Kokkos/KokkosConfig.cmake:56 (INCLUDE)
  CMakeLists.txt:10 (find_package)


-- kokkos_launch_compiler is enabled globally. C++ compiler commands with -DKOKKOS_DEPENDENCE will be redirected to the appropriate compiler for Kokkos
-- Configuring done
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-5993/example/build_cmake_installed/build
+ make -j8
Scanning dependencies of target example
[ 33%] Building Fortran object CMakeFiles/example.dir/foo.f.o
[ 66%] Building CXX object CMakeFiles/example.dir/cmake_example.cpp.o
24: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.024 s         0.000 s            29  67.2948/s       1.6k
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_g.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
24: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           376   873.58/s       1.6k
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangePolicyConstructors.cpp.o
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o
24: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           376  869.621/s       1.6k
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
24: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.049 s         0.000 s            14   32.692/s       1.6k
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
24: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.024 s         0.000 s            29  67.3193/s       1.6k
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
24: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           375   884.25/s       1.6k
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
24: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           375  871.507/s       1.6k
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 27%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
24: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.049 s         0.000 s            14  32.7196/s       1.6k
[100%] Linking CXX executable example
[100%] Built target example
+ ctest --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-5993/example/build_cmake_installed/build/DartConfiguration.tcl
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-5993/example/build_cmake_installed/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-5993/example/build_cmake_installed/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-5993/example/build_cmake_installed/build/example "10"
1: Test timeout computed to be: 10000000
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o
[ 28%] Built target Kokkos_CoreUnitTest_Develop
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
24: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.023 s         0.000 s            30  68.2049/s       1.6k
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
24: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           365  873.847/s       1.6k
1: 
1: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
1:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
1:                                   setting CUDA_VISIBLE_DEVICES.
1:                                   This could on multi GPU systems lead to severe performance"
1:                                   penalties.
1: Device Execution Space:
1:   KOKKOS_ENABLE_CUDA: yes
1: Cuda Options:
1:   KOKKOS_ENABLE_CUDA_LAMBDA: yes
1:   KOKKOS_ENABLE_CUDA_LDG_INTRINSIC: yes
1:   KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: yes
1:   KOKKOS_ENABLE_CUDA_UVM: yes
1:   KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA: yes
1:   KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes
1: 
1: Cuda Runtime Configuration:
1: macro  KOKKOS_ENABLE_CUDA      : defined
1: macro  CUDA_VERSION          = 11000 = version 11.0
1: Kokkos::Cuda[ 0 ] NVIDIA A100 80GB PCIe capability 8.0, Total Global Memory: 79.14 G, Shared Memory per Block: 48 K : Selected
1: Number of even integers from 0 to 9
1:   Parallel: 5      0.000045
1: Sequential: 5      0.000000
1:  Hello World from Fortran
1/1 Test #1: KokkosInTree_Verify ..............   Passed    2.44 sec

100% tests passed, 0 tests failed out of 1

Total Test time (real) =   2.44 sec
+ cd ../..
+ cmake -B build_cmake_installed_different_compiler/build -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_FLAGS=-Werror -DCMAKE_CXX_STANDARD=17 build_cmake_installed_different_compiler
24: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           366   849.75/s       1.6k
-- The CXX compiler identification is Clang 6.0.0
-- The Fortran compiler identification is GNU 7.5.0
-- Check for working CXX compiler: /usr/bin/clang++
-- Check for working CXX compiler: /usr/bin/clang++ - works
-- Detecting CXX compiler ABI info
24: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.049 s         0.000 s            14   32.725/s       1.6k
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working Fortran compiler: /usr/bin/f95
-- Check for working Fortran compiler: /usr/bin/f95 - works
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Checking whether /usr/bin/f95 supports Fortran 90
-- Checking whether /usr/bin/f95 supports Fortran 90 - yes
-- Enabled Kokkos devices: SERIAL;CUDA
CMake Warning at /var/jenkins/workspace/Kokkos_PR-5993/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):
  /var/jenkins/workspace/Kokkos_PR-5993/install/lib/cmake/Kokkos/KokkosConfig.cmake:56 (INCLUDE)
  CMakeLists.txt:15 (find_package)


-- kokkos_launch_compiler is enabled globally. C++ compiler commands with -DKOKKOS_DEPENDENCE will be redirected to the appropriate compiler for Kokkos
-- Configuring done
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-5993/example/build_cmake_installed_different_compiler/build
+ cmake --build build_cmake_installed_different_compiler/build --target all
Scanning dependencies of target example_no_kokkos
[ 25%] Building CXX object CMakeFiles/example_no_kokkos.dir/bar.cpp.o
[ 50%] Linking CXX executable example_no_kokkos
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 50%] Built target example_no_kokkos
Scanning dependencies of target example_with_kokkos
[ 75%] Building CXX object CMakeFiles/example_with_kokkos.dir/foo.cpp.o
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
24: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.023 s         0.000 s            29  68.0873/s       1.6k
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o
Scanning dependencies of target Kokkos_push_finalize_hook_terminate
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangeReduce.cpp.o
24: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time          0.002 s         0.000 s           339  783.527/s       1.6k
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_push_finalize_hook_terminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o
24: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time        0.002 s         0.000 s           327  763.405/s       1.6k
24: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time         0.002 s         0.000 s           321  756.576/s       1.6k
[ 28%] Linking CXX executable Kokkos_IncrementalTest_CUDA
[ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
24: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time         0.002 s         0.000 s           326  769.911/s       1.6k
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
24: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           755  891.067/s        800
24: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           767  891.389/s        800
[ 28%] Built target Kokkos_IncrementalTest_CUDA
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
24: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           766  891.373/s        800
[ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
24: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           757  884.002/s        800
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
Scanning dependencies of target Kokkos_UnitTest_SIMD
[ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
24: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           761  888.388/s        800
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o
[100%] Linking CXX executable example_with_kokkos
[100%] Built target example_with_kokkos
+ cmake --build build_cmake_installed_different_compiler/build --target test
Running tests...
Test project /var/jenkins/workspace/Kokkos_PR-5993/example/build_cmake_installed_different_compiler/build
    Start 1: KokkosLauncher_NoKokkos_Verify
1/2 Test #1: KokkosLauncher_NoKokkos_Verify .....   Passed    0.00 sec
    Start 2: KokkosLauncher_WithKokkos_Verify
24: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           761  874.278/s        800
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
2/2 Test #2: KokkosLauncher_WithKokkos_Verify ...   Passed    2.40 sec

100% tests passed, 0 tests failed out of 2

Total Test time (real) =   2.41 sec
Post stage
24: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           774  886.059/s        800
[Pipeline] sh
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
+ ccache --show-stats
cache directory                     /tmp/ccache
primary config                      /tmp/ccache/ccache.conf
secondary config      (readonly)    /etc/ccache.conf
stats zero time                     Thu Apr 25 21:45:45 2024
cache hit (direct)                    50
cache hit (preprocessed)               0
cache miss                           507
cache hit rate                      8.98 %
compiler produced stdout               1
cleanups performed                     6
files in cache                      3735
cache size                           4.5 GB
max cache size                       5.0 GB
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 0e17296392eb6142bb134abecba870b94e509fe9c7166f6aa39388997544b6ea
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
24: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           770  883.831/s        800
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpan.cpp.o
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
24: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           767  879.903/s        800
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o
$ docker rm -f --volumes 0e17296392eb6142bb134abecba870b94e509fe9c7166f6aa39388997544b6ea
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
Scanning dependencies of target Kokkos_atomic
[ 97%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
24: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           771  889.829/s        800
24: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           755  891.599/s        800
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MinMaxClamp.cpp.o
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
24: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           766  890.168/s        800
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o
Scanning dependencies of target Kokkos_gather
[ 97%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
24: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           759  892.757/s        800
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_NumericTraits.cpp.o
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp
24: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           771  891.354/s        800
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
24: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           763  880.491/s        800
[ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
24: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           765  879.321/s        800
[ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
24: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                  0.001 s         0.000 s           765  932.863/s        800
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_gups
[ 97%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
24: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                 0.001 s         0.000 s           781  898.855/s        800
24: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.46438k/s       1.6k
24: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.57396k/s       1.6k
24: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.006 s         0.000 s            10  248.858/s       1.6k
24: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.34364k/s       1.6k
24: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.007 s         0.000 s            10  238.751/s       1.6k
24: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10  3.9148k/s       1.6k
24: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 6.49093k/s       1.6k
24: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 6.52571k/s       1.6k
24: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.006 s         0.000 s            10  250.822/s       1.6k
24: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 6.09248k/s       1.6k
24: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.007 s         0.000 s            10  241.157/s       1.6k
24: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.03117k/s       1.6k
24: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.007 s         0.000 s            10  236.005/s       1.6k
24: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 3.45857k/s       1.6k
24: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.007 s         0.000 s            10  235.419/s       1.6k
24: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.000 s            10 3.12277k/s       1.6k
24: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.007 s         0.000 s            10   240.04/s       1.6k
24: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 4.31213k/s       1.6k
24: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.007 s         0.000 s            10  240.001/s       1.6k
24: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 3.93655k/s       1.6k
24: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.007 s         0.000 s            10  235.801/s       1.6k
24: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.000 s            10 2.93014k/s       1.6k
24: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.007 s         0.000 s            10   239.24/s       1.6k
24: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 3.59536k/s       1.6k
24: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.007 s         0.000 s            10  239.333/s       1.6k
24: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 3.85485k/s       1.6k
24: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.007 s         0.000 s            10  242.891/s       1.6k
24: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.34648k/s       1.6k
24: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.007 s         0.000 s            10   236.09/s       1.6k
24: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.32565k/s       1.6k
24: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.007 s         0.000 s            10  241.369/s       1.6k
24: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.98247k/s       1.6k
24: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time           0.002 s         0.001 s            10  650.247/s       1.6k
24: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time          0.002 s         0.001 s            10   649.85/s       1.6k
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
24/49 Test #24: Kokkos_PerformanceTest_Benchmark ............   Passed  115.06 sec
test 25
      Start 25: Kokkos_Benchmark_Atomic_MinMax

25: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2024-04-25_T21-45-57.json"
25: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test
25: Test timeout computed to be: 1500
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
25: 2024-04-25T22:15:03+00:00
25: Running /var/jenkins/workspace/Kokkos_PR-5993/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.14, 4.92
25: CPU architecture: none
25: Default Device: N6Kokkos12Experimental12OpenMPTargetE
25: GIT_BRANCH: HEAD
25: GIT_CLEAN_STATUS: CLEAN
25: GIT_COMMIT_DATE: 2024-04-25T21:45:06+00:00
25: GIT_COMMIT_DESCRIPTION: Merge commit '2e82fdd8716bb21379d5bd9250b19f1dd131e23f' into HEAD
25: GIT_COMMIT_HASH: 6b175721d
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<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
25: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
25: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
25: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
25: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
25: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
25: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
25: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
25: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
25: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
25: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
25: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
25: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
25: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
25: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
25: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
25: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
25: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
25: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
25: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
25: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
25: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
25: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
25: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
25: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
25: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
25: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
25: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
25: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
25: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
25: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
25: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
25: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
25: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
25: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
25: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
25: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
25: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
25: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
25: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
25: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
25: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
25: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
25: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
25: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
25: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
25: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
25: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
25/49 Test #25: Kokkos_Benchmark_Atomic_MinMax ..............   Passed    0.89 sec
test 26
      Start 26: Kokkos_PerformanceTest_Mempool

26: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2024-04-25_T21-45-57.json"
26: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test
26: Test timeout computed to be: 1500
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
26: 2024-04-25T22:15:03+00:00
26: Running /var/jenkins/workspace/Kokkos_PR-5993/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.46, 3.10, 4.90
26: CPU architecture: none
26: Default Device: N6Kokkos12Experimental12OpenMPTargetE
26: GIT_BRANCH: HEAD
26: GIT_CLEAN_STATUS: CLEAN
26: GIT_COMMIT_DATE: 2024-04-25T21:45:06+00:00
26: GIT_COMMIT_DESCRIPTION: Merge commit '2e82fdd8716bb21379d5bd9250b19f1dd131e23f' into HEAD
26: GIT_COMMIT_HASH: 6b175721d
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
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
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           511               5.10876M/s
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_OccupancyControlTrait.cpp.o
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.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          1525                24.4916M/s
26/49 Test #26: Kokkos_PerformanceTest_Mempool ..............   Passed    3.06 sec
test 27
      Start 27: Kokkos_PerformanceTest_Atomic

27: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2024-04-25_T21-45-57.json"
27: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test
27: Test timeout computed to be: 1500
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
27: 2024-04-25T22:15:06+00:00
27: Running /var/jenkins/workspace/Kokkos_PR-5993/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.46, 3.10, 4.90
27: CPU architecture: none
27: Default Device: N6Kokkos12Experimental12OpenMPTargetE
27: GIT_BRANCH: HEAD
27: GIT_CLEAN_STATUS: CLEAN
27: GIT_COMMIT_DATE: 2024-04-25T21:45:06+00:00
27: GIT_COMMIT_DESCRIPTION: Merge commit '2e82fdd8716bb21379d5bd9250b19f1dd131e23f' into HEAD
27: GIT_COMMIT_HASH: 6b175721d
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
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 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
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[ 98%] Linking CXX executable Kokkos_gups
[ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
Scanning dependencies of target Kokkos_stream
[ 98%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o
[ 98%] Built target Kokkos_gups
Scanning dependencies of target Kokkos_policy_performance
[ 98%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Other.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ParallelScanRangePolicy.cpp.o
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 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
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o
[ 99%] Linking CXX executable Kokkos_stream
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 99%] Built target Kokkos_stream
[ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.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_int32_t.cpp.o
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 68%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[100%] Linking CXX executable Kokkos_policy_performance
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 68%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 68%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 68%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[100%] Built target Kokkos_policy_performance
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o
[ 68%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 68%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[100%] Linking CXX executable Kokkos_gather
[100%] Built target Kokkos_gather
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Printf.cpp.o
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 70%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[ 70%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 70%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[ 70%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 28%] Linking CXX executable Kokkos_push_finalize_hook_terminate
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o
[ 28%] Built target Kokkos_push_finalize_hook_terminate
[ 70%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 70%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 70%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 71%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[ 71%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpInit
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o
[ 71%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
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<int>/100000/iterations:10                          4.63 s         0.011 s            10          1            4     7.55296        5.74676m      42.94u     704.983M         750.208k     704.983M
[ 71%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 71%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 71%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 71%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o
[ 71%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
 -- Testing 1-D histogram
Density 1D: 0.000244596 -0.99999 -48247.6 || 0.051031 0 195109 || 2.92865e+09 28674.4 || -6.66975e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.000732602 -0.313473 0.154329 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
[ 71%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o
28: Test_Atomic<long long int>/100000/iterations:10                12.2 s          12.1 s            10          1            8     20.2907        1.54048m      117.9u     4.99995G          57.086k     4.99995G
[ 71%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_QuadPrecisionMath.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o
[ 71%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 71%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicy.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o
[ 71%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 71%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 71%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 71%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1
[ 72%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 72%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 72%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 72%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[100%] Linking CXX executable Kokkos_bytes_and_flops
[100%] Built target Kokkos_bytes_and_flops
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[ 72%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 72%] Built target Kokkos_CoreUnitTest_Cuda1
[ 72%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Task.cpp.o
[ 72%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 72%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyConstructors.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o
[ 73%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 73%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyRequire.cpp.o
[ 73%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 73%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o
28: Test_Atomic<unsigned int>/100000/iterations:10                 3.56 s          3.55 s            10          1            4    2.68477m        1.22108m       59.4u     704.983M          97.976k     704.983M
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o
[ 73%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 73%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 73%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ReducerCTADs.cpp.o
27: Test_Atomic<long int>/100000/iterations:10                     4.57 s         0.002 s            10          1            8     7.62711        5.86622m      86.41u     4.99995G         1.57686M     4.99995G
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_a.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_b.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_c.cpp.o
[ 74%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_d.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_e.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions_DeviceView.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedAlloc.cpp.o
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 74%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP
[ 74%] Built target Kokkos_ContainersPerformanceTest_OpenMP
[ 74%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o
27: Test_Atomic<long long int>/100000/iterations:10                4.54 s         0.002 s            10          1            8     7.52365        4.78824m         86u     4.99995G         1.28003M     4.99995G
[ 74%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o
[ 28%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Swap.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamBasic.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamCombinedReducers.cpp.o
 -- Testing 1-D histogram
Density 1D: 0.00195587 -0.999999 -57857.5 || 0.051031 0 1.55144e+06 || 2.8689e+10 28674.4 || -7.99823e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.00587815 -0.967744 10.3077 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o
[ 28%] Built target Kokkos_CoreUnitTest_CudaInterOpInit
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamMDRange.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamPolicyConstructors.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_CudaGraph
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraph.dir/UnitTestMainInit.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o
 -- Testing 1-D histogram
Density 1D: 6.63432e-07 0.00365298 0.022114 || 0.051031 27979 29361 || 28570 28674.4 || 305.704 -2.0744
 -- Testing 3-D histogram
Density 3D: 7.03793e-07 0.0020805 0.00981332 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamReductionScan.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScan.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o
[ 92%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o
[ 92%] Built target Kokkos_CoreUnitTest_OpenMP
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratch.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamTeamSize.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.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/UnitTestMain.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaGraph.dir/cuda/TestCuda_Graph.cpp.o
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.000969953 0.0105124 || 0.051031 27976 29403 || 28702.2 28674.4 || 145.323 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.00858003 0.000205855 || 0.051031 1e+64 -1e+64
[       OK ] serial.Random_XorShift64 (659103 ms)
[ RUN      ] serial.Random_XorShift1024_0
Test Seed:1714083486801395809
Test Scalar=int
 -- Testing randomness properties
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamVectorRange.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o
27: Test_Atomic<unsigned int>/100000/iterations:10                 4.61 s         0.002 s            10          1            4     7.67358        5.35461m      44.06u     704.983M          1.5137M     704.983M
[ 75%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 75%] Built target Kokkos_ContainersTestCompileOnly
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.00911794 -0.00867067 || 0.051031 10954 11792 || 11274.2 11377 || -119.863 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.0102442 0.00210076 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UniqueToken.cpp.o
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.0165681 -0.0088954 || 0.051031 10937 11805 || 11568.6 11377 || -122.97 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.0050814 0.00397722 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_View_64bit.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_a.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_b.cpp.o
28: Test_Atomic<unsigned long int>/100000/iterations:10            12.2 s          12.1 s            10          1            8     20.0445        1.45578m      119.1u     4.99995G         140.094k     4.99995G
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00141033 8.5367e-05 || 0.051031 11005 11773 || 11393 11377 || 1.18011 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.0233359 -0.00159929 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_c.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_d.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_e.cpp.o
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00169313 0.0162701 || 0.051031 10988 11804 || 11396.3 11377 || 224.918 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.00285764 -0.00112296 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_a.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_b.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.cpp.o
27: Test_Atomic<unsigned long int>/100000/iterations:10            4.57 s         0.002 s            10          1            8     7.56405        5.14322m      79.44u     4.99995G         1.11752M     4.99995G
28: Test_Atomic<unsigned long long int>/100000/iterations:10       4.05 s          4.03 s            10          1            8    2.63827m        1.29179m      118.9u     4.99995G          46.654k     4.99995G
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_c.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorDimMatch.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewEmptyRuntimeUnmanaged.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewHooks.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewLayoutStrideAssignment.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_a.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_b.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_subview.cpp.o
 -- Testing 1-D histogram
Density 1D: 0.000244187 -0.999975 -7594.68 || 0.051031 0 77863 || 4.61023e+08 11377 || -1.04989e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.000732233 -0.155966 0.0263088 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMemoryAccessViolation.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfClass.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOutOfBoundsAccess.cpp.o
27: Test_Atomic<unsigned long long int>/100000/iterations:10       4.56 s         0.002 s            10          1            8     7.48275        4.78899m      76.99u     4.99995G         1.56619M     4.99995G
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewResize.cpp.o
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_StaticCrsGraph.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WorkGraph.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o
[ 31%] Linking CXX executable Kokkos_CoreUnitTest_CudaGraph
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o
[ 31%] Built target Kokkos_CoreUnitTest_CudaGraph
Scanning dependencies of target Kokkos_CoreUnitTest_TuningBuiltins
 -- Testing 1-D histogram
Density 1D: 0.00196477 -0.999997 -9107.96 || 0.051031 0 616782 || 4.51685e+09 11377 || -1.25908e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.00590524 -0.922217 1.62355 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBuiltins.dir/tools/TestBuiltinTuners.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o
 -- Testing 1-D histogram
Density 1D: 2.9246e-07 0.0077613 0.00178853 || 0.051031 10935 11757 || 11289.3 11377 || 24.7247 -0.823045
 -- Testing 3-D histogram
Density 3D: 3.8147e-07 0.0031086 -0.00153705 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_a.cpp.o
27: Test_Atomic<float>/100000/iterations:10                        4.31 s         0.002 s            10          0            4      5.9506        5.35545m    1085.22u     4.99952G         1.32966M     4.99989G
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0105147 0.00412731 || 0.051031 10895 11781 || 11258.6 11377 || 57.0559 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.00480599 4.35099e-05 || 0.051031 1e+64 -1e+64
Test Seed:1714083625148336385
Test Scalar=int
 -- Testing randomness properties
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_b.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c01.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00411254 -0.000402603 || 0.051031 10995 11837 || 11423.9 11377 || -5.56559 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.0273553 0.00576354 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c02.cpp.o
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.011616 0.0121237 || 0.051031 10889 11816 || 11510.7 11377 || 167.599 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.000539205 0.0024425 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c03.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c04.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c05.cpp.o
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.0115596 -0.00941187 || 0.051031 10980 11797 || 11510 11377 || -130.11 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.00522878 -0.00401955 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c06.cpp.o
28: Test_Atomic<float>/100000/iterations:10                        10.7 s          10.6 s            10          0            4     18.0583        1.44428m     968.99u      5.0001G         128.376k     4.99989G
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c07.cpp.o
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0104729 0.00804807 || 0.051031 10968 11854 || 11259 11377 || 111.257 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.0129777 -0.00171555 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
[ 79%] Linking CXX executable Kokkos_UnitTest_Random
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c08.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 79%] Built target Kokkos_UnitTest_Random
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
27: Test_Atomic<double>/100000/iterations:10                       4.25 s         0.002 s            10          1            8     5.96879         4.9248m    1084.68u     4.99995G         1.14029M     4.99995G
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c09.cpp.o
[ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c10.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_c.cpp.o
[ 31%] Linking CXX executable Kokkos_CoreUnitTest_TuningBuiltins
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o
[ 31%] Built target Kokkos_CoreUnitTest_TuningBuiltins
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o
[ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o
[ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorPropEmbeddedDim.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Task.cpp.o
 -- Testing 1-D histogram
Density 1D: 0.00024801 -0.999975 -7595.52 || 0.051031 0 77743 || 4.61094e+08 11377 || -1.05e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.000743598 -0.159915 0.0217826 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 79%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP
[ 79%] Built target Kokkos_CoreUnitTest_OpenMP
27: Test_Atomic<int>/100000/iterations:10                          4.62 s         0.002 s            10          1            4     7.63225        4.87997m      43.56u     704.983M         1.38762M     704.983M
27/49 Test #27: Kokkos_PerformanceTest_Atomic ...............   Passed  407.34 sec
test 28
      Start 28: Kokkos_ContainersUnitTest_Serial

28: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial
28: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/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 (1971 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 (88 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 (12 ms)
28: [ RUN      ] serial.dyn_rank_view_api_generic
28: [       OK ] serial.dyn_rank_view_api_generic (6 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 (17 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 (6 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 (1846 ms)
28: [ RUN      ] serial.scatterview_devicetype
28: [       OK ] serial.scatterview_devicetype (1 ms)
28: [ RUN      ] serial.staticcrsgraph
28: [       OK ] serial.staticcrsgraph (9 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
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o
28: [       OK ] serial.UnorderedMap_insert (7770 ms)
28: [ RUN      ] serial.UnorderedMap_failed_insert
[ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
28: [       OK ] serial.UnorderedMap_failed_insert (4118 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 (15857 ms total)
28: 
28: [----------] Global test environment tear-down
28: [==========] 61 tests from 1 test suite ran. (15857 ms total)
28: [  PASSED  ] 61 tests.
28/49 Test #28: Kokkos_ContainersUnitTest_Serial ............   Passed   16.78 sec
test 29
      Start 29: Kokkos_UnitTest_Sort

29: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
29: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/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 (128 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-5993/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: 
29: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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 (547 ms)
29: [ RUN      ] openmptarget.SortWithCustomComparator
29: [       OK ] openmptarget.SortWithCustomComparator (1489 ms)
29: [ RUN      ] openmptarget.BinSortGenericTests
29: [       OK ] openmptarget.BinSortGenericTests (31 ms)
29: [ RUN      ] openmptarget.BinSortEmptyView
29: [       OK ] openmptarget.BinSortEmptyView (0 ms)
29: [ RUN      ] openmptarget.BinSortEmptyKeysView
29: [       OK ] openmptarget.BinSortEmptyKeysView (0 ms)
29: [ RUN      ] openmptarget.BinSortUnsignedKeyLayoutStrideValues
[ 80%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP
[ 80%] Built target Kokkos_ContainersUnitTest_OpenMP
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[ 80%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 80%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
29: [       OK ] openmptarget.BinSortUnsignedKeyLayoutStrideValues (12206 ms)
29: [ RUN      ] openmptarget.NestedSort
29: [       OK ] openmptarget.NestedSort (39 ms)
29: [ RUN      ] openmptarget.NestedSortByKey
29: [       OK ] openmptarget.NestedSortByKey (106 ms)
29: [----------] 15 tests from openmptarget (14557 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 15 tests from 1 test suite ran. (14557 ms total)
29: [  PASSED  ] 15 tests.
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
29/49 Test #29: Kokkos_UnitTest_Sort ........................   Passed   15.18 sec
test 30
      Start 30: Kokkos_UnitTest_Random

30: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_UnitTest_Random
30: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
30: Test timeout computed to be: 1500
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
30: [==========] Running 3 tests from 1 test suite.
30: [----------] Global test environment set-up.
30: [----------] 3 tests from openmptarget
30: [ RUN      ] openmptarget.Random_XorShift64
30: Test Seed:1714083746376482246
30: Test Scalar=int
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.0130818 -0.00143251 || 0.051031 2055 2404 || 2251.52 2222.06 || -19.8031 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.00701068 0.000293183 || 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.000223259 -0.00113795 || 0.051031 2041 2392 || 2222.56 2222.06 || -15.731 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 -0.000295203 -0.000669319 || 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.00130063 0.000883114 || 0.051031 2034 2402 || 2219.18 2222.06 || 12.2082 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 -0.0151921 -0.000348036 || 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.0036373 0.00256409 || 0.051031 2055 2398 || 2230.17 2222.06 || 35.446 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.0214154 -5.15153e-05 || 0.051031 1e+64 -1e+64
30: Test Scalar=half
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 9.76563e-08 0.00249461 -0.00145073 || 0.051031 2037 2406 || 2216.53 2222.06 || -20.0549 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 2.92969e-07 0.0258946 -0.000457097 || 0.051031 1e+64 -1e+64
30: Test Scalar=bhalf
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.0037955 0.00098731 || 0.051031 2046 2405 || 2230.53 2222.06 || 13.6486 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.00849645 0.000496986 || 0.051031 1e+64 -1e+64
30: Test Scalar=float
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.00642312 -0.00134076 || 0.051031 2046 2431 || 2236.43 2222.06 || -18.5346 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.000699607 -0.000642328 || 0.051031 1e+64 -1e+64
30: Test Scalar=double
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 0.00980351 -0.00156262 || 0.051031 2054 2411 || 2200.49 2222.06 || -21.6016 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 -0.0113775 -0.000271809 || 0.051031 1e+64 -1e+64
30: Test Seed:1714083746452038891
30: Test Scalar=int
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.00364518 -0.00159012 || 0.051031 2021 2417 || 2230.19 2222.06 || -21.9818 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.00718007 -0.000504306 || 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.0121541 0.000651551 || 0.051031 2054 2393 || 2195.38 2222.06 || 9.00705 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.00931898 0.000367885 || 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.00565 0.000312243 || 0.051031 2040 2404 || 2234.69 2222.06 || 4.31645 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.0152223 0.000219227 || 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.0120725 -0.00107957 || 0.051031 2051 2394 || 2249.22 2222.06 || -14.924 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 -0.00754414 0.0001632 || 0.051031 1e+64 -1e+64
30: Test Scalar=half
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.0066145 0.000193871 || 0.051031 2050 2420 || 2236.86 2222.06 || 2.68007 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.00193341 -0.000657305 || 0.051031 1e+64 -1e+64
30: Test Scalar=bhalf
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 0.0221311 0.000902599 || 0.051031 2057 2404 || 2173.95 2222.06 || 12.4775 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.00794012 -0.000152426 || 0.051031 1e+64 -1e+64
30: Test Scalar=float
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 0.00557349 0.00153454 || 0.051031 2035 2419 || 2209.75 2222.06 || 21.2135 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.00570311 -6.76808e-06 || 0.051031 1e+64 -1e+64
30: Test Scalar=double
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 0 -0.0156994 0.00077537 || 0.051031 2038 2400 || 2257.5 2222.06 || 10.7187 -0.160751
30:  -- Testing 3-D histogram
30: Density 3D: 0 0.0144149 -0.000379164 || 0.051031 1e+64 -1e+64
30: [       OK ] openmptarget.Random_XorShift64 (255 ms)
30: [ RUN      ] openmptarget.Random_XorShift1024_0
30: Test Seed:1714083746527530581
30: Test Scalar=int
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 -0.0145966 0.00295251 || 0.051031 1980 2363 || 2230.78 2198.22 || 40.8155 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 0.0048098 0.000207407 || 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.00765046 -0.0028263 || 0.051031 2015 2392 || 2215.17 2198.22 || -39.0707 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 0.0105967 0.000467452 || 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.00893861 -0.00209672 || 0.051031 2016 2412 || 2218.05 2198.22 || -28.9851 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 -0.0063266 -0.000802961 || 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.00357211 -0.000386241 || 0.051031 2015 2388 || 2190.4 2198.22 || -5.33939 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 -0.0183853 -0.000678594 || 0.051031 1e+64 -1e+64
30: Test Scalar=half
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.27585e-05 -0.0054032 0.0012512 || 0.051031 2032 2365 || 2210.16 2198.22 || 17.2966 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.29559e-05 0.00745876 -0.000387407 || 0.051031 1e+64 -1e+64
30: Test Scalar=bhalf
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 -0.000798828 0.0015213 || 0.051031 2009 2367 || 2199.98 2198.22 || 21.0304 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 -0.0198439 -0.000342851 || 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.000902342 0.00254682 || 0.051031 2018 2370 || 2196.24 2198.22 || 35.2073 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.27585e-05 0.00544926 0.000239548 || 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.00887227 0.000563209 || 0.051031 2031 2388 || 2178.89 2198.22 || 7.7858 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 -0.00426224 0.00064 || 0.051031 1e+64 -1e+64
30: Test Seed:1714083746626082345
30: Test Scalar=int
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.26597e-05 -0.00519601 -0.00198588 || 0.051031 2011 2392 || 2209.7 2198.22 || -27.4528 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 -0.00930087 0.000782908 || 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.0036077 -0.00263716 || 0.051031 2025 2368 || 2190.32 2198.22 || -36.456 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 -0.00381863 -0.000180168 || 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.0129358 0.00129351 || 0.051031 2028 2370 || 2170.15 2198.22 || 17.8815 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 0.00636993 -0.000180511 || 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.0232087 -5.10578e-05 || 0.051031 2027 2377 || 2148.36 2198.22 || -0.705823 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 -0.0111626 0.000254906 || 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.00617127 -0.00169557 || 0.051031 2010 2369 || 2211.87 2198.22 || -23.4396 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 0.0232603 0.000791952 || 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.0181986 -8.84462e-05 || 0.051031 2029 2392 || 2158.93 2198.22 || -1.22268 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.27585e-05 0.0134409 -0.000370261 || 0.051031 1e+64 -1e+64
30: Test Scalar=float
30:  -- Testing randomness properties
30:  -- Testing 1-D histogram
30: Density 1D: 7.27585e-05 0.0125195 -0.00035807 || 0.051031 2032 2383 || 2171.04 2198.22 || -4.94996 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.29559e-05 0.00738241 0.000416949 || 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.00625206 -0.000797023 || 0.051031 2017 2383 || 2212.05 2198.22 || -11.018 -0.159026
30:  -- Testing 3-D histogram
30: Density 3D: 7.26597e-05 0.00309494 -0.000182852 || 0.051031 1e+64 -1e+64
30: [       OK ] openmptarget.Random_XorShift1024_0 (214 ms)
30: [ RUN      ] openmptarget.Multi_streams
30: /var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests/TestRandom.hpp:587: Skipped
30: Libomptarget error
30: [  SKIPPED ] openmptarget.Multi_streams (0 ms)
30: [----------] 3 tests from openmptarget (470 ms total)
30: 
30: [----------] Global test environment tear-down
30: [==========] 3 tests from 1 test suite ran. (470 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-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
31: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
31: Test timeout computed to be: 1500
31: [==========] Running 15 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 (78 ms)
31: [----------] 1 test from std_algorithms (78 ms total)
31: 
31: [----------] 11 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.constructiblity
31: [       OK ] random_access_iterator_test.constructiblity (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: [----------] 11 tests from random_access_iterator_test (9 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 15 tests from 3 test suites ran. (88 ms total)
31: [  PASSED  ] 15 tests.
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-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
32: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/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 (81 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 (24 ms)
32: [----------] 6 tests from std_algorithms_min_max_element_test (154 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 6 tests from 1 test suite ran. (154 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-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
33: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
33: Test timeout computed to be: 1500
 -- Testing 1-D histogram
Density 1D: 0.00195989 -0.999997 -9107.48 || 0.051031 0 616531 || 4.5162e+09 11377 || -1.25902e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.00588982 -0.922578 1.61371 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
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 (290 ms)
33: [----------] 1 test from std_algorithms_for_each_test (290 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 (114 ms)
33: [----------] 1 test from std_algorithms_find_test (114 ms total)
33: 
33: [----------] 4 tests from std_algorithms_non_mod_seq_ops
33: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
33: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (915 ms)
33: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
33: [       OK ] std_algorithms_non_mod_seq_ops.find_end (1650 ms)
33: [ RUN      ] std_algorithms_non_mod_seq_ops.search
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
33: [       OK ] std_algorithms_non_mod_seq_ops.search (1016 ms)
33: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
33: [       OK ] std_algorithms_non_mod_seq_ops.search_n (970 ms)
33: [----------] 4 tests from std_algorithms_non_mod_seq_ops (4553 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 (139 ms)
33: [----------] 1 test from std_algorithms_count_test (139 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 (44 ms)
33: [----------] 1 test from std_algorithms_equal_test (44 ms total)
33: 
33: [----------] 1 test from std_algorithms_all_any_none_of_test
33: [ RUN      ] std_algorithms_all_any_none_of_test.test
 -- Testing 1-D histogram
Density 1D: 2.79744e-07 -0.00269248 0.0185141 || 0.051031 10995 11769 || 11407.7 11377 || 255.939 -0.823045
 -- Testing 3-D histogram
Density 3D: 3.43323e-07 0.00325086 0.00352619 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
33: [       OK ] std_algorithms_all_any_none_of_test.test (124 ms)
33: [----------] 1 test from std_algorithms_all_any_none_of_test (124 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 (156 ms)
33: [----------] 1 test from std_algorithms_nonmod_seq_ops (156 ms total)
33: 
33: [----------] 1 test from std_algorithms_mismatch_test
33: [ RUN      ] std_algorithms_mismatch_test.test
33: [       OK ] std_algorithms_mismatch_test.test (280 ms)
33: [----------] 1 test from std_algorithms_mismatch_test (280 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 (87 ms)
33: [----------] 1 test from std_algorithms_mod_seq_ops (87 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 13 tests from 10 test suites ran. (5792 ms total)
33: [  PASSED  ] 13 tests.
33/49 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_C ..........   Passed    6.40 sec
test 34
      Start 34: Kokkos_AlgorithmsUnitTest_StdSet_D

34: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
34: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
34: Test timeout computed to be: 1500
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 (99 ms)
34: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
34: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (1 ms)
34: [----------] 3 tests from std_algorithms_mod_ops_test (101 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 (1 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 (1 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 (2 ms)
34: [----------] 12 tests from std_algorithms_mod_seq_ops_test (11 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 (74 ms)
34: [ RUN      ] std_algorithms_replace_ops_test.replace_if
34: [       OK ] std_algorithms_replace_ops_test.replace_if (207 ms)
34: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
34: [       OK ] std_algorithms_replace_ops_test.replace_copy (86 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 (448 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 (81 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.unique
34: [       OK ] std_algorithms_mod_seq_ops.unique (416 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
34: [       OK ] std_algorithms_mod_seq_ops.unique_copy (171 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.remove
34: [       OK ] std_algorithms_mod_seq_ops.remove (121 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
34: [       OK ] std_algorithms_mod_seq_ops.remove_if (127 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
34: [       OK ] std_algorithms_mod_seq_ops.remove_copy (290 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
34: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (122 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.rotate
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
34: [       OK ] std_algorithms_mod_seq_ops.rotate (1596 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
34: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (575 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
Scanning dependencies of target Kokkos_CoreUnitTest_CategoricalTuner
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o
34: [       OK ] std_algorithms_mod_seq_ops.shift_left (1607 ms)
34: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
[ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o
34: [       OK ] std_algorithms_mod_seq_ops.shift_right (1573 ms)
34: [----------] 11 tests from std_algorithms_mod_seq_ops (6684 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. (7328 ms total)
34: [  PASSED  ] 31 tests.
34/49 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_D ..........   Passed    7.95 sec
test 35
      Start 35: Kokkos_AlgorithmsUnitTest_StdSet_E

35: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
35: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
35: Test timeout computed to be: 1500
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CategoricalTuner.dir/tools/TestCategoricalTuner.cpp.o
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 (123 ms)
35: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
35: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (26 ms)
35: [----------] 2 tests from std_algorithms_sorting_ops_test (150 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 (4 ms)
35: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
35: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (4 ms)
35: [ RUN      ] std_algorithms_partitioning_test.partition_point
35: [       OK ] std_algorithms_partitioning_test.partition_point (4 ms)
35: [----------] 4 tests from std_algorithms_partitioning_test (14 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 (91 ms)
35: [----------] 1 test from std_algorithms_partitioning_ops (91 ms total)
35: 
35: [----------] 1 test from std_algorithms_numerics_ops_test
35: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
35: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (140 ms)
35: [----------] 1 test from std_algorithms_numerics_ops_test (140 ms total)
35: 
35: [----------] 6 tests from std_algorithms_numeric_ops_test
35: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.000464407 0.000326252 || 0.051031 10975 11805 || 11371.7 11377 || 4.51011 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.00104137 -0.00170095 || 0.051031 1e+64 -1e+64
[       OK ] serial.Random_XorShift1024_0 (276250 ms)
[ RUN      ] serial.Multi_streams
[       OK ] serial.Multi_streams (0 ms)
[ RUN      ] serial.SortUnsignedValueType
35: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (1246 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
35: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (419 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 (1666 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. (2124 ms total)
35: [  PASSED  ] 15 tests.
35/49 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_E ..........   Passed    2.75 sec
test 36
      Start 36: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

36: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
36: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
36: Test timeout computed to be: 1500
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewHooks.cpp.o
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
36: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (1230 ms)
36: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
36: [       OK ] std_algorithms_count_team_test.count_returns_zero (637 ms)
36: [----------] 2 tests from std_algorithms_count_team_test (1868 ms total)
36: 
36: [----------] 1 test from std_algorithms_count_if_team_test
36: [ RUN      ] std_algorithms_count_if_team_test.test
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
36: [       OK ] std_algorithms_count_if_team_test.test (735 ms)
36: [----------] 1 test from std_algorithms_count_if_team_test (735 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 (882 ms)
36: [----------] 1 test from std_algorithms_for_each_team_test (882 ms total)
36: 
36: [----------] 1 test from std_algorithms_for_each_n_team_test
36: [ RUN      ] std_algorithms_for_each_n_team_test.test
36: [       OK ] std_algorithms_for_each_n_team_test.test (867 ms)
36: [----------] 1 test from std_algorithms_for_each_n_team_test (867 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 5 tests from 4 test suites ran. (4354 ms total)
36: [  PASSED  ] 5 tests.
36/49 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .....   Passed    4.98 sec
test 37
      Start 37: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

37: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
37: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
37: Test timeout computed to be: 1500
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
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
37: [       OK ] std_algorithms_equal_team_test.views_are_equal (4500 ms)
37: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
37: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (3708 ms)
37: [----------] 2 tests from std_algorithms_equal_team_test (8209 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 2 tests from 1 test suite ran. (8209 ms total)
37: [  PASSED  ] 2 tests.
37/49 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .....   Passed    8.83 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

38: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
38: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/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.
38/49 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .....   Passed    0.57 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

39: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
39: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/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.58 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

40: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
40: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
40: Test timeout computed to be: 1500
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
40: [       OK ] std_algorithms_fill_team_test.test (848 ms)
40: [----------] 1 test from std_algorithms_fill_team_test (848 ms total)
40: 
40: [----------] 1 test from std_algorithms_fill_n_team_test
40: [ RUN      ] std_algorithms_fill_n_team_test.test
[ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_StaticCrsGraph.cpp.o
[ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o
28: Test_Atomic<double>/100000/iterations:10                       12.2 s          12.2 s            10          1            8     20.1921        1.52758m     991.19u     4.99995G          82.942k     4.99995G
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c11.cpp.o
40: [       OK ] std_algorithms_fill_n_team_test.test (2120 ms)
40: [----------] 1 test from std_algorithms_fill_n_team_test (2120 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 (808 ms)
40: [----------] 1 test from std_algorithms_replace_team_test (808 ms total)
40: 
40: [----------] 1 test from std_algorithms_replace_if_team_test
40: [ RUN      ] std_algorithms_replace_if_team_test.test
40: [       OK ] std_algorithms_replace_if_team_test.test (985 ms)
40: [----------] 1 test from std_algorithms_replace_if_team_test (985 ms total)
40: 
40: [----------] 1 test from std_algorithms_replace_copy_team_test
40: [ RUN      ] std_algorithms_replace_copy_team_test.test
40: [       OK ] std_algorithms_replace_copy_team_test.test (2064 ms)
40: [----------] 1 test from std_algorithms_replace_copy_team_test (2064 ms total)
40: 
40: [----------] 1 test from std_algorithms_replace_copy_if_team_test
40: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
40: [       OK ] std_algorithms_replace_copy_if_team_test.test (1881 ms)
40: [----------] 1 test from std_algorithms_replace_copy_if_team_test (1881 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 6 tests from 6 test suites ran. (8710 ms total)
40: [  PASSED  ] 6 tests.
40/49 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .....   Passed    9.34 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

41: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
41: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
41: Test timeout computed to be: 1500
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
41: [       OK ] std_algorithms_reverse_team_test.test (821 ms)
41: [----------] 1 test from std_algorithms_reverse_team_test (821 ms total)
41: 
41: [----------] 1 test from std_algorithms_reverse_copy_team_test
41: [ RUN      ] std_algorithms_reverse_copy_team_test.test
41: [       OK ] std_algorithms_reverse_copy_team_test.test (1310 ms)
41: [----------] 1 test from std_algorithms_reverse_copy_team_test (1310 ms total)
41: 
41: [----------] 1 test from std_algorithms_rotate_team_test
41: [ RUN      ] std_algorithms_rotate_team_test.test
41: [       OK ] std_algorithms_rotate_team_test.test (2761 ms)
41: [----------] 1 test from std_algorithms_rotate_team_test (2761 ms total)
41: 
41: [----------] 1 test from std_algorithms_rotate_copy_team_test
41: [ RUN      ] std_algorithms_rotate_copy_team_test.test
41: [       OK ] std_algorithms_rotate_copy_team_test.test (4701 ms)
41: [----------] 1 test from std_algorithms_rotate_copy_team_test (4701 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 4 tests from 4 test suites ran. (9595 ms total)
41: [  PASSED  ] 4 tests.
41/49 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .....   Passed   10.21 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

42: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
42: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
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_move_team_test
42: [ RUN      ] std_algorithms_move_team_test.test
42: [       OK ] std_algorithms_move_team_test.test (1670 ms)
42: [----------] 1 test from std_algorithms_move_team_test (1670 ms total)
42: 
42: [----------] 1 test from std_algorithms_move_backward_team_test
42: [ RUN      ] std_algorithms_move_backward_team_test.test
42: [       OK ] std_algorithms_move_backward_team_test.test (1430 ms)
42: [----------] 1 test from std_algorithms_move_backward_team_test (1430 ms total)
42: 
42: [----------] 1 test from std_algorithms_shift_left_team_test
42: [ RUN      ] std_algorithms_shift_left_team_test.test
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
42: [       OK ] std_algorithms_shift_left_team_test.test (4342 ms)
42: [----------] 1 test from std_algorithms_shift_left_team_test (4342 ms total)
42: 
42: [----------] 1 test from std_algorithms_shift_right_team_test
42: [ RUN      ] std_algorithms_shift_right_team_test.test
28: Test_Atomic<int>/100000/iterations:10                          3.53 s          3.51 s            10          1            4    2.57137m        1.26918m       54.6u     704.983M          57.528k     704.983M
28/52 Test #28: Kokkos_PerformanceTest_Atomic ...............   Passed  740.11 sec
test 29
      Start 29: Kokkos_ContainersUnitTest_Serial

29: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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
[ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
29: [       OK ] serial.bitset (1844 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-5993/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 (12 ms)
29: [ RUN      ] serial.offsetview_unmanaged_construction
29: [       OK ] serial.offsetview_unmanaged_construction (1 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 (1042 ms)
29: [ RUN      ] serial.scatterview_devicetype
29: [       OK ] serial.scatterview_devicetype (0 ms)
29: [ RUN      ] serial.staticcrsgraph
29: [       OK ] serial.staticcrsgraph (6 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
42: [       OK ] std_algorithms_shift_right_team_test.test (4170 ms)
42: [----------] 1 test from std_algorithms_shift_right_team_test (4170 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 4 tests from 4 test suites ran. (11615 ms total)
42: [  PASSED  ] 4 tests.
42/49 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .....   Passed   12.23 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

43: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
43: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/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
[ 81%] Linking CXX executable Kokkos_UnitTest_Sort
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
43: [       OK ] std_algorithms_copy_team_test.test (1758 ms)
43: [----------] 1 test from std_algorithms_copy_team_test (1758 ms total)
43: 
43: [----------] 1 test from std_algorithms_copy_n_team_test
43: [ RUN      ] std_algorithms_copy_n_team_test.test
[ 82%] Built target Kokkos_UnitTest_Sort
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
29: [       OK ] serial.UnorderedMap_insert (5071 ms)
29: [ RUN      ] serial.UnorderedMap_failed_insert
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
43: [       OK ] std_algorithms_copy_n_team_test.test (4163 ms)
43: [----------] 1 test from std_algorithms_copy_n_team_test (4163 ms total)
43: 
43: [----------] 1 test from std_algorithms_copy_backward_team_test
43: [ RUN      ] std_algorithms_copy_backward_team_test.test
29: [       OK ] serial.UnorderedMap_failed_insert (2185 ms)
29: [ RUN      ] serial.UnorderedMap_deep_copy
29: [       OK ] serial.UnorderedMap_deep_copy (2 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 (10185 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 65 tests from 1 test suite ran. (10185 ms total)
29: [  PASSED  ] 64 tests.
29: [  SKIPPED ] 1 test, listed below:
29: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc
29/52 Test #29: Kokkos_ContainersUnitTest_Serial ............   Passed   10.72 sec
test 30
      Start 30: Kokkos_ContainersUnitTest_HIP

30: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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
[       OK ] serial.SortUnsignedValueType (48700 ms)
[ RUN      ] serial.SortEmptyView
[       OK ] serial.SortEmptyView (0 ms)
[ RUN      ] serial.BinSortGenericTests
[       OK ] serial.BinSortGenericTests (4234 ms)
[ RUN      ] serial.BinSortEmptyView
[       OK ] serial.BinSortEmptyView (0 ms)
[ RUN      ] serial.BinSortEmptyKeysView
[       OK ] serial.BinSortEmptyKeysView (0 ms)
[ RUN      ] serial.BinSortUnsignedKeyLayoutStrideValues
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 (18 ms)
30: [ RUN      ] hip.dyn_rank_view_api_generic
30: [       OK ] hip.dyn_rank_view_api_generic (15 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
43: [       OK ] std_algorithms_copy_backward_team_test.test (1404 ms)
43: [----------] 1 test from std_algorithms_copy_backward_team_test (1404 ms total)
43: 
43: [----------] 1 test from std_algorithms_copy_if_team_test
43: [ RUN      ] std_algorithms_copy_if_team_test.test
43: [       OK ] std_algorithms_copy_if_team_test.test (1677 ms)
43: [----------] 1 test from std_algorithms_copy_if_team_test (1677 ms total)
43: 
43: [----------] 1 test from std_algorithms_unique_copy_team_test
43: [ RUN      ] std_algorithms_unique_copy_team_test.test
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
43: [       OK ] std_algorithms_unique_copy_team_test.test (2281 ms)
43: [----------] 1 test from std_algorithms_unique_copy_team_test (2281 ms total)
43: 
43: [----------] 1 test from std_algorithms_remove_team_test
43: [ RUN      ] std_algorithms_remove_team_test.test
43: [       OK ] std_algorithms_remove_team_test.test (1301 ms)
43: [----------] 1 test from std_algorithms_remove_team_test (1301 ms total)
43: 
43: [----------] 1 test from std_algorithms_remove_if_team_test
43: [ RUN      ] std_algorithms_remove_if_team_test.test
43: [       OK ] std_algorithms_remove_if_team_test.test (1312 ms)
43: [----------] 1 test from std_algorithms_remove_if_team_test (1312 ms total)
43: 
43: [----------] 1 test from std_algorithms_remove_copy_team_test
43: [ RUN      ] std_algorithms_remove_copy_team_test.test
43: [       OK ] std_algorithms_remove_copy_team_test.test (1963 ms)
43: [----------] 1 test from std_algorithms_remove_copy_team_test (1963 ms total)
43: 
43: [----------] 1 test from std_algorithms_remove_copy_if_team_test
43: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
[ 32%] Linking CXX executable Kokkos_CoreUnitTest_CategoricalTuner
[ 32%] Built target Kokkos_CoreUnitTest_CategoricalTuner
Scanning dependencies of target Kokkos_CoreUnitTest_TuningBasics
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBasics.dir/tools/TestTuning.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o
43: [       OK ] std_algorithms_remove_copy_if_team_test.test (1930 ms)
43: [----------] 1 test from std_algorithms_remove_copy_if_team_test (1930 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 9 tests from 9 test suites ran. (17792 ms total)
43: [  PASSED  ] 9 tests.
43/49 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .....   Passed   18.40 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

44: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
44: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/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
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
44: [       OK ] std_algorithms_unique_team_test.test_default_predicate (2016 ms)
44: [----------] 1 test from std_algorithms_unique_team_test (2016 ms total)
44: 
44: [----------] 1 test from std_algorithms_adjacent_difference_team_test
44: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
44: [       OK ] std_algorithms_adjacent_difference_team_test.test (3201 ms)
44: [----------] 1 test from std_algorithms_adjacent_difference_team_test (3201 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 2 tests from 2 test suites ran. (5218 ms total)
44: [  PASSED  ] 2 tests.
44/49 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .....   Passed    5.82 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

45: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
45: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/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
45: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (871 ms)
45: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
45: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1395 ms)
45: [----------] 2 tests from std_algorithms_is_sorted_team_test (2266 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 (76 ms)
45: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
45: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1169 ms)
45: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
45: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (724 ms)
45: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2042 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 6 tests from 2 test suites ran. (4309 ms total)
45: [  PASSED  ] 6 tests.
45/49 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .....   Passed    4.91 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

46: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
46: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
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_transform_team_test
46: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
46: [       OK ] std_algorithms_transform_team_test.test_unary_op (1821 ms)
46: [----------] 1 test from std_algorithms_transform_team_test (1821 ms total)
46: 
46: [----------] 1 test from std_algorithms_generate_team_test
46: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
46: [       OK ] std_algorithms_generate_team_test.test_unary_op (1985 ms)
46: [----------] 1 test from std_algorithms_generate_team_test (1986 ms total)
46: 
46: [----------] 1 test from std_algorithms_generate_n_team_test
46: [ RUN      ] std_algorithms_generate_n_team_test.test
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
46: [       OK ] std_algorithms_swap_ranges_team_test.test (1751 ms)
46: [----------] 1 test from std_algorithms_swap_ranges_team_test (1751 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 4 tests from 4 test suites ran. (7665 ms total)
46: [  PASSED  ] 4 tests.
46/49 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .....   Passed    8.29 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

47: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
47: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/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
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c12.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c13.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
30: [       OK ] hip.scatterview (28794 ms)
30: [ RUN      ] hip.scatterview_devicetype
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
47: [       OK ] std_algorithms_exclusive_scan_team_test.test (3717 ms)
47: [----------] 1 test from std_algorithms_exclusive_scan_team_test (3717 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 1 test from 1 test suite ran. (3717 ms total)
47: [  PASSED  ] 1 test.
47/49 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .....   Passed    4.32 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

48: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
48: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/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
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c14.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_SharedAlloc.cpp.o
[ 83%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ViewCtorPropEmbeddedDim.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_a.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_b.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_c.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_d.cpp.o
48: [       OK ] std_algorithms_inclusive_scan_team_test.test (10854 ms)
48: [----------] 1 test from std_algorithms_inclusive_scan_team_test (10854 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 1 test from 1 test suite ran. (10854 ms total)
48: [  PASSED  ] 1 test.
48/49 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .....   Passed   11.46 sec
test 49
      Start 49: Kokkos_UnitTest_SIMD

49: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/simd/unit_tests/Kokkos_UnitTest_SIMD
49: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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 (81 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 (10 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-5993/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 (92 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 16 tests from 1 test suite ran. (92 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.69 sec

100% tests passed, 0 tests failed out of 49

Total Test time (real) = 861.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                       Thu Apr 25 21:45:45 2024
stats zeroed                        Thu Apr 25 21:45:45 2024
cache hit (direct)                     0
cache hit (preprocessed)               0
cache miss                             0
cache hit rate                      0.00 %
cleanups performed                     0
files in cache                      3256
cache size                           4.4 GB
max cache size                       5.0 GB
[Pipeline] }
$ docker stop --time=1 b5d67c0f54c916be5d01b0e47684fa9bfcc7d32fb41b4c45aea8bdc437d8788f
$ docker rm -f --volumes b5d67c0f54c916be5d01b0e47684fa9bfcc7d32fb41b4c45aea8bdc437d8788f
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_e.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_a.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_b.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_c.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_a.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_b.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_subview.cpp.o
[ 84%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_SharedAlloc.cpp.o
[ 84%] Built target Kokkos_ContainersUnitTest_Cuda
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_a.cpp.o
30: [       OK ] hip.scatterview_devicetype (44039 ms)
30: [ RUN      ] hip.staticcrsgraph
30: [       OK ] hip.staticcrsgraph (20 ms)
30: [ RUN      ] hip.resize_realloc_no_init_dualview
30: [       OK ] hip.resize_realloc_no_init_dualview (3 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 (1568 ms)
30: [ RUN      ] hip.UnorderedMap_failed_insert
30: [       OK ] hip.UnorderedMap_failed_insert (524 ms)
30: [ RUN      ] hip.UnorderedMap_deep_copy
30: [       OK ] hip.UnorderedMap_deep_copy (3 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 (1 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 (75033 ms total)
30: 
30: [----------] Global test environment tear-down
30: [==========] 65 tests from 1 test suite ran. (75033 ms total)
30: [  PASSED  ] 65 tests.
30/52 Test #30: Kokkos_ContainersUnitTest_HIP ...............   Passed   75.47 sec
test 31
      Start 31: Kokkos_ContainersPerformanceTest_HIP

31: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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.00292668
31:  View sum computation time: 0.00292668
31:  Strided View time (init only): 0.00158318
31:  View Rank7 time (init only): 0.00159254
31:  DynRankView time (init only): 0.00165672
31:  DynRankView sum computation time: 0.00153547
31:  Ratio of View to DynRankView time: 1.76655
31:  Ratio of View to DynRankView sum computation time: 0.973338
31:  Ratio of View to View Rank7  time: 1.83775
31:  Ratio of StrideView to DynRankView time: 0.955612
31:  Ratio of DynRankView to View Rank7  time: 1.0403
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.000207748, 1.421e-05, 0.00490875, 0.0038429
31: 512, 0.000179928, 1.244e-05, 3.2259e-05, 0.00359475
31: 1024, 0.000170638, 1.118e-05, 3.411e-05, 0.00368827
31: 2048, 0.000211777, 1.18e-05, 3.543e-05, 0.00381101
31: 4096, 0.000208578, 1.172e-05, 3.7299e-05, 0.00390362
31: 8192, 0.000211448, 1.176e-05, 3.5809e-05, 0.00391748
31: 16384, 0.000366215, 1.152e-05, 3.7089e-05, 0.00398897
31: 32768, 0.000290276, 1.141e-05, 3.801e-05, 0.00400391
31: 65536, 0.000252117, 1.19e-05, 4.3169e-05, 0.00415709
31: 131072, 0.000422695, 1.211e-05, 6.7729e-05, 0.0052636
31: 262144, 0.000467105, 1.329e-05, 0.000116078, 0.00668026
31: 524288, 0.000606283, 1.57e-05, 0.000291906, 0.0100295
31: 1048576, 0.000589683, 2.055e-05, 0.000712561, 0.0220061
31: 2097152, 0.000651423, 2.8839e-05, 0.00160373, 0.0475636
31: 4194304, 0.000745891, 4.1959e-05, 0.0035595, 0.113347
31: [       OK ] TEST_CATEGORY.global_2_local (258 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 (272 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 4 tests from 1 test suite ran. (272 ms total)
31: [  PASSED  ] 4 tests.
31/52 Test #31: Kokkos_ContainersPerformanceTest_HIP ........   Passed    0.70 sec
test 32
      Start 32: Kokkos_UnitTest_Sort

32: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (24 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 (8 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-5993/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-5993/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 (1191 ms)
32: [ RUN      ] hip.SortWithCustomComparator
32: [       OK ] hip.SortWithCustomComparator (373 ms)
32: [ RUN      ] hip.BinSortGenericTests
32: [       OK ] hip.BinSortGenericTests (16 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
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_b.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_c.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 33%] Linking CXX executable Kokkos_CoreUnitTest_TuningBasics
[ 33%] Built target Kokkos_CoreUnitTest_TuningBasics
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_d.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
32: [       OK ] hip.BinSortUnsignedKeyLayoutStrideValues (8298 ms)
32: [ RUN      ] hip.NestedSort
32: [       OK ] hip.NestedSort (40 ms)
32: [ RUN      ] hip.NestedSortByKey
32: [       OK ] hip.NestedSortByKey (107 ms)
32: [----------] 15 tests from hip (10062 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 15 tests from 1 test suite ran. (10062 ms total)
32: [  PASSED  ] 15 tests.
32/52 Test #32: Kokkos_UnitTest_Sort ........................   Passed   10.50 sec
test 33
      Start 33: Kokkos_UnitTest_Random

33: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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:1714084088485393111
33: Test Scalar=int
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 6.43252e-07 -0.00571638 0.0199113 || 0.051031 28021 29321 || 28839.2 28674.4 || 275.253 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 0.0156596 0.00779377 || 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.0137883 -0.00686876 || 0.051031 27926 29326 || 28284.4 28674.4 || -94.9537 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 -0.00144335 0.00105043 || 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.0129324 0.00185979 || 0.051031 28006 29368 || 29050.1 28674.4 || 25.7097 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 -0.012598 -0.00198745 || 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.0106057 0.0079146 || 0.051031 27917 29484 || 28373.5 28674.4 || 109.411 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 0.00193563 0.00210467 || 0.051031 1e+64 -1e+64
33: Test Scalar=half
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 0.00024449 -0.99999 -48245.8 || 0.051031 0 194851 || 2.92879e+09 28674.4 || -6.66949e+08 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 0.000732329 -0.309493 0.140883 || 0.051031 1e+64 -1e+64
33: Test Scalar=bhalf
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 6.88658e-07 -0.0111924 -0.0377163 || 0.051031 27963 29349 || 28999 28674.4 || -521.39 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 7.7947e-07 -0.01187 -0.000420857 || 0.051031 1e+64 -1e+64
33: Test Scalar=float
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 6.71e-07 -0.0139664 -0.0348487 || 0.051031 28020 29351 || 29080.5 28674.4 || -481.749 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 7.26496e-07 -0.0135461 -0.0106351 || 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.0144864 -0.00822961 || 0.051031 28020 29337 || 29095.9 28674.4 || -113.766 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 -0.00389079 0.00601518 || 0.051031 1e+64 -1e+64
33: Test Seed:1714084088642908520
33: Test Scalar=int
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 6.45775e-07 -0.00231859 0.00347985 || 0.051031 28000 29299 || 28741 28674.4 || 48.1055 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.5082e-07 -0.00599334 -0.00284333 || 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.0122447 0.00110039 || 0.051031 27998 29308 || 29029.9 28674.4 || 15.2118 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 -0.016395 0.0081394 || 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.00741328 -0.0165278 || 0.051031 28064 29534 || 28888.5 28674.4 || -228.48 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 0.00509431 0.0153864 || 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.00601815 0.00536868 || 0.051031 27980 29303 || 28848 28674.4 || 74.2166 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 0.00533745 0.0104642 || 0.051031 1e+64 -1e+64
33: Test Scalar=half
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 0.000243965 -0.99999 -48245.1 || 0.051031 0 195022 || 2.92877e+09 28674.4 || -6.66941e+08 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 0.000730806 -0.311463 0.154928 || 0.051031 1e+64 -1e+64
33: Test Scalar=bhalf
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 6.83613e-07 -0.00971475 -0.0155271 || 0.051031 28067 29458 || 28955.7 28674.4 || -214.647 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 7.64335e-07 -0.0118345 -0.00296453 || 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.000523468 0.00764565 || 0.051031 28024 29297 || 28689.4 28674.4 || 105.694 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 7.34064e-07 0.0346463 0.00299363 || 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.00495927 -0.00670548 || 0.051031 27887 29266 || 28817.3 28674.4 || -92.6966 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 0.00816538 -0.00324937 || 0.051031 1e+64 -1e+64
33: [       OK ] hip.Random_XorShift64 (311 ms)
33: [ RUN      ] hip.Random_XorShift1024_0
33: Test Seed:1714084088796779683
33: Test Scalar=int
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 2.47955e-07 -0.0024365 0.0174442 || 0.051031 10908 11834 || 11404.7 11377 || 241.148 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 0.00916339 0.000493706 || 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.00106413 0.00463765 || 0.051031 10965 11766 || 11364.9 11377 || 64.1109 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 0.000270648 -0.00277383 || 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.00360953 0.000622746 || 0.051031 10939 11780 || 11336 11377 || 8.60884 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 0.000247251 0.00244421 || 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.0108621 -0.00227418 || 0.051031 10929 11810 || 11501.9 11377 || -31.4383 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 0.0115617 -0.00200278 || 0.051031 1e+64 -1e+64
33: Test Scalar=half
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 0.000244913 -0.999975 -7595.27 || 0.051031 0 77820 || 4.61042e+08 11377 || -1.04997e+08 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 0.000734334 -0.147873 0.0215503 || 0.051031 1e+64 -1e+64
33: Test Scalar=bhalf
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 2.60671e-07 0.00809301 -0.0146686 || 0.051031 10967 11820 || 11285.6 11377 || -202.779 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.86102e-07 -0.013745 -0.000803772 || 0.051031 1e+64 -1e+64
33: Test Scalar=float
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 2.67029e-07 0.00472721 -0.00501089 || 0.051031 10967 11796 || 11323.4 11377 || -69.2706 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 3.05176e-07 -0.00292998 -0.00189824 || 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.0157548 0.00302202 || 0.051031 10932 11773 || 11200.5 11377 || 41.7765 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 0.00183736 -0.00148428 || 0.051031 1e+64 -1e+64
33: Test Seed:1714084088898180092
33: Test Scalar=int
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 2.47955e-07 0.00779289 -0.00515416 || 0.051031 10994 11829 || 11289 11377 || -71.2511 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 -0.0393432 -0.000606844 || 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.00718482 -0.000393287 || 0.051031 10942 11823 || 11295.8 11377 || -5.4368 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 -0.0124749 0.00357937 || 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.0134173 -0.0113944 || 0.051031 10935 11796 || 11531.7 11377 || -157.516 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 0.00650315 0.000985151 || 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.0252705 -0.00157717 || 0.051031 10966 11783 || 11671.9 11377 || -21.8028 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 0.0144559 0.00134244 || 0.051031 1e+64 -1e+64
33: Test Scalar=half
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 0.000244474 -0.999975 -7595.31 || 0.051031 0 77881 || 4.61039e+08 11377 || -1.04998e+08 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 0.000733207 -0.147546 0.0173705 || 0.051031 1e+64 -1e+64
33: Test Scalar=bhalf
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 2.73387e-07 -0.0139015 -0.0085785 || 0.051031 10849 11749 || 11537.3 11377 || -118.589 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 3.24249e-07 0.00505455 -0.00363411 || 0.051031 1e+64 -1e+64
33: Test Scalar=float
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 2.86102e-07 -0.00497861 -0.00291008 || 0.051031 10977 11783 || 11433.9 11377 || -40.2289 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 3.62396e-07 0.0242749 0.000498388 || 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.00938059 0.00644014 || 0.051031 10955 11783 || 11271.2 11377 || 89.0285 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 -0.00280419 -0.00156881 || 0.051031 1e+64 -1e+64
33: [       OK ] hip.Random_XorShift1024_0 (239 ms)
33: [ RUN      ] hip.Multi_streams
33: [       OK ] hip.Multi_streams (255 ms)
33: [----------] 3 tests from hip (806 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 3 tests from 1 test suite ran. (806 ms total)
33: [  PASSED  ] 3 tests.
33/52 Test #33: Kokkos_UnitTest_Random ......................   Passed    1.21 sec
test 34
      Start 34: Kokkos_AlgorithmsUnitTest_StdSet_A

34: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
34: Test timeout computed to be: 1500
34: [==========] Running 15 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: [----------] 11 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.constructiblity
34: [       OK ] random_access_iterator_test.constructiblity (0 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: [----------] 11 tests from random_access_iterator_test (3 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 15 tests from 3 test suites ran. (4 ms total)
34: [  PASSED  ] 15 tests.
34/52 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_A ..........   Passed    0.43 sec
test 35
      Start 35: Kokkos_AlgorithmsUnitTest_StdSet_B

35: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
35: 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 (8 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 (10 ms)
35: [----------] 7 tests from std_algorithms_min_max_element_test (38 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 7 tests from 1 test suite ran. (38 ms total)
35: [  PASSED  ] 7 tests.
35/52 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_B ..........   Passed    0.43 sec
test 36
      Start 36: Kokkos_AlgorithmsUnitTest_StdSet_C

36: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
36: Test timeout computed to be: 1500
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
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 (90 ms)
36: [----------] 1 test from std_algorithms_lexicographical_compare_test (90 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 (77 ms)
36: [----------] 1 test from std_algorithms_for_each_test (77 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 (45 ms)
36: [----------] 1 test from std_algorithms_find_test (45 ms total)
36: 
36: [----------] 4 tests from std_algorithms_non_mod_seq_ops
36: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
36: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (445 ms)
36: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
36: [       OK ] std_algorithms_non_mod_seq_ops.find_end (676 ms)
36: [ RUN      ] std_algorithms_non_mod_seq_ops.search
36: [       OK ] std_algorithms_non_mod_seq_ops.search (497 ms)
36: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
36: [       OK ] std_algorithms_non_mod_seq_ops.search_n (331 ms)
36: [----------] 4 tests from std_algorithms_non_mod_seq_ops (1950 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 (42 ms)
36: [----------] 1 test from std_algorithms_count_test (42 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 (15 ms)
36: [----------] 1 test from std_algorithms_equal_test (15 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 (41 ms)
36: [----------] 1 test from std_algorithms_all_any_none_of_test (41 ms total)
36: 
36: [----------] 1 test from std_algorithms_nonmod_seq_ops
36: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
36: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (67 ms)
36: [----------] 1 test from std_algorithms_nonmod_seq_ops (67 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 (107 ms)
36: [----------] 1 test from std_algorithms_mismatch_test (107 ms total)
36: 
36: [----------] 1 test from std_algorithms_mod_seq_ops
36: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
36: [       OK ] std_algorithms_mod_seq_ops.move_backward (43 ms)
36: [----------] 1 test from std_algorithms_mod_seq_ops (43 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 13 tests from 10 test suites ran. (2483 ms total)
36: [  PASSED  ] 13 tests.
36/52 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_C ..........   Passed    2.90 sec
test 37
      Start 37: Kokkos_AlgorithmsUnitTest_StdSet_D

37: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (4 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 (30 ms)
37: [ RUN      ] std_algorithms_replace_ops_test.replace_if
37: [       OK ] std_algorithms_replace_ops_test.replace_if (132 ms)
37: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
37: [       OK ] std_algorithms_replace_ops_test.replace_copy (46 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 (253 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 (32 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.unique
37: [       OK ] std_algorithms_mod_seq_ops.unique (135 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
37: [       OK ] std_algorithms_mod_seq_ops.unique_copy (55 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.remove
37: [       OK ] std_algorithms_mod_seq_ops.remove (41 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
37: [       OK ] std_algorithms_mod_seq_ops.remove_if (41 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
37: [       OK ] std_algorithms_mod_seq_ops.remove_copy (152 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
37: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (39 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.rotate
37: [       OK ] std_algorithms_mod_seq_ops.rotate (1259 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
37: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (436 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_e.cpp.o
37: [       OK ] std_algorithms_mod_seq_ops.shift_left (1383 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
37: [       OK ] std_algorithms_mod_seq_ops.shift_right (1373 ms)
37: [----------] 11 tests from std_algorithms_mod_seq_ops (4951 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. (5258 ms total)
37: [  PASSED  ] 31 tests.
37/52 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_D ..........   Passed    5.70 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_E

38: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (11 ms)
38: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
38: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (11 ms)
38: [----------] 2 tests from std_algorithms_sorting_ops_test (23 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 (27 ms)
38: [----------] 1 test from std_algorithms_partitioning_ops (27 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 (4 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 (14 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 (78 ms)
38: [----------] 1 test from std_algorithms_numerics_ops_test (78 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 (648 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 (548 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 (182 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 (289 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 (1668 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 (33 ms)
38: [----------] 1 test from std_algorithms_transform_ops_test (33 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 29 tests from 7 test suites ran. (1851 ms total)
38: [  PASSED  ] 29 tests.
38/52 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_E ..........   Passed    2.26 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

39: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
39: Test timeout computed to be: 1500
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
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 (360 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 (306 ms)
39: [----------] 2 tests from std_algorithms_adjacent_find_team_test (666 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 (288 ms)
39: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
39: [       OK ] std_algorithms_count_team_test.count_returns_zero (117 ms)
39: [----------] 2 tests from std_algorithms_count_team_test (406 ms total)
39: 
39: [----------] 1 test from std_algorithms_count_if_team_test
39: [ RUN      ] std_algorithms_count_if_team_test.test
39: [       OK ] std_algorithms_count_if_team_test.test (177 ms)
39: [----------] 1 test from std_algorithms_count_if_team_test (177 ms total)
39: 
39: [----------] 1 test from std_algorithms_for_each_team_test
39: [ RUN      ] std_algorithms_for_each_team_test.test
39: [       OK ] std_algorithms_for_each_team_test.test (251 ms)
39: [----------] 1 test from std_algorithms_for_each_team_test (251 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 (267 ms)
39: [----------] 1 test from std_algorithms_for_each_n_team_test (267 ms total)
39: 
39: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
39: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_a.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_b.cpp.o
39: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (1362 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 (826 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 (835 ms)
39: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (3025 ms total)
39: 
39: [----------] 2 tests from std_algorithms_mismatch_team_test
39: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
39: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (989 ms)
39: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
39: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (420 ms)
39: [----------] 2 tests from std_algorithms_mismatch_team_test (1410 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 12 tests from 7 test suites ran. (6205 ms total)
39: [  PASSED  ] 12 tests.
39/52 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .....   Passed    6.64 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

40: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (893 ms)
40: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
40: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (616 ms)
40: [----------] 2 tests from std_algorithms_equal_team_test (1510 ms total)
40: 
40: [----------] 2 tests from std_algorithms_search_team_test
40: [ RUN      ] std_algorithms_search_team_test.sequences_exist
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_c.cpp.o
40: [       OK ] std_algorithms_search_team_test.sequences_exist (403 ms)
40: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
40: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (505 ms)
40: [----------] 2 tests from std_algorithms_search_team_test (909 ms total)
40: 
40: [----------] 2 tests from std_algorithms_find_end_team_test
40: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
40: [       OK ] std_algorithms_find_end_team_test.sequences_exist (893 ms)
40: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
40: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (772 ms)
40: [----------] 2 tests from std_algorithms_find_end_team_test (1666 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 (643 ms)
40: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
40: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (2318 ms)
40: [----------] 2 tests from std_algorithms_find_first_of_team_test (2961 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 8 tests from 4 test suites ran. (7047 ms total)
40: [  PASSED  ] 8 tests.
40/52 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .....   Passed    7.47 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

41: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (143 ms)
41: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
41: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (201 ms)
41: [----------] 2 tests from std_algorithms_find_team_test (344 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 (112 ms)
41: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
41: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (201 ms)
41: [----------] 2 tests from std_algorithms_find_if_team_test (314 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 (204 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 (108 ms)
41: [----------] 2 tests from std_algorithms_find_if_not_team_test (313 ms total)
41: 
41: [----------] 1 test from std_algorithms_all_of_team_test
41: [ RUN      ] std_algorithms_all_of_team_test.test
41: [       OK ] std_algorithms_all_of_team_test.test (214 ms)
41: [----------] 1 test from std_algorithms_all_of_team_test (214 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 (109 ms)
41: [----------] 1 test from std_algorithms_any_of_team_test (109 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 (210 ms)
41: [----------] 1 test from std_algorithms_none_of_team_test (210 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
41: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (171 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 (172 ms)
41: [----------] 2 tests from std_algorithms_search_n_team_test (344 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 11 tests from 7 test suites ran. (1850 ms total)
41: [  PASSED  ] 11 tests.
41/52 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .....   Passed    2.26 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

42: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_a.cpp.o
42: [       OK ] std_algorithms_min_element_team_test.test (697 ms)
42: [----------] 1 test from std_algorithms_min_element_team_test (697 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 (690 ms)
42: [----------] 1 test from std_algorithms_max_element_team_test (690 ms total)
42: 
42: [----------] 1 test from std_algorithms_minmax_element_team_test
42: [ RUN      ] std_algorithms_minmax_element_team_test.test
42: [       OK ] std_algorithms_minmax_element_team_test.test (873 ms)
42: [----------] 1 test from std_algorithms_minmax_element_team_test (873 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 3 tests from 3 test suites ran. (2261 ms total)
42: [  PASSED  ] 3 tests.
42/52 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .....   Passed    2.68 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

43: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (191 ms)
43: [----------] 1 test from std_algorithms_fill_team_test (191 ms total)
43: 
43: [----------] 1 test from std_algorithms_fill_n_team_test
43: [ RUN      ] std_algorithms_fill_n_team_test.test
43: [       OK ] std_algorithms_fill_n_team_test.test (270 ms)
43: [----------] 1 test from std_algorithms_fill_n_team_test (270 ms total)
43: 
43: [----------] 1 test from std_algorithms_replace_team_test
43: [ RUN      ] std_algorithms_replace_team_test.test
43: [       OK ] std_algorithms_replace_team_test.test (295 ms)
43: [----------] 1 test from std_algorithms_replace_team_test (295 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 (321 ms)
43: [----------] 1 test from std_algorithms_replace_if_team_test (321 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 (562 ms)
43: [----------] 1 test from std_algorithms_replace_copy_team_test (562 ms total)
43: 
43: [----------] 1 test from std_algorithms_replace_copy_if_team_test
43: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
43: [       OK ] std_algorithms_replace_copy_if_team_test.test (442 ms)
43: [----------] 1 test from std_algorithms_replace_copy_if_team_test (442 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 6 tests from 6 test suites ran. (2084 ms total)
43: [  PASSED  ] 6 tests.
43/52 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .....   Passed    2.52 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

44: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
44: Test timeout computed to be: 1500
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 (214 ms)
44: [----------] 1 test from std_algorithms_reverse_team_test (214 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 (227 ms)
44: [----------] 1 test from std_algorithms_reverse_copy_team_test (227 ms total)
44: 
44: [----------] 1 test from std_algorithms_rotate_team_test
44: [ RUN      ] std_algorithms_rotate_team_test.test
44: [       OK ] std_algorithms_rotate_team_test.test (453 ms)
44: [----------] 1 test from std_algorithms_rotate_team_test (453 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 (407 ms)
44: [----------] 1 test from std_algorithms_rotate_copy_team_test (407 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 4 tests from 4 test suites ran. (1303 ms total)
44: [  PASSED  ] 4 tests.
44/52 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .....   Passed    1.73 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

45: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
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_move_team_test
45: [ RUN      ] std_algorithms_move_team_test.test
45: [       OK ] std_algorithms_move_team_test.test (383 ms)
45: [----------] 1 test from std_algorithms_move_team_test (383 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 (323 ms)
45: [----------] 1 test from std_algorithms_move_backward_team_test (323 ms total)
45: 
45: [----------] 1 test from std_algorithms_shift_left_team_test
45: [ RUN      ] std_algorithms_shift_left_team_test.test
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_b.cpp.o
45: [       OK ] std_algorithms_shift_left_team_test.test (1054 ms)
45: [----------] 1 test from std_algorithms_shift_left_team_test (1054 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 (1006 ms)
45: [----------] 1 test from std_algorithms_shift_right_team_test (1006 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 4 tests from 4 test suites ran. (2768 ms total)
45: [  PASSED  ] 4 tests.
45/52 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .....   Passed    3.17 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

46: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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
46: [       OK ] std_algorithms_copy_team_test.test (485 ms)
46: [----------] 1 test from std_algorithms_copy_team_test (485 ms total)
46: 
46: [----------] 1 test from std_algorithms_copy_n_team_test
46: [ RUN      ] std_algorithms_copy_n_team_test.test
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
46: [       OK ] std_algorithms_copy_n_team_test.test (336 ms)
46: [----------] 1 test from std_algorithms_copy_n_team_test (336 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 (285 ms)
46: [----------] 1 test from std_algorithms_copy_backward_team_test (285 ms total)
46: 
46: [----------] 1 test from std_algorithms_copy_if_team_test
46: [ RUN      ] std_algorithms_copy_if_team_test.test
46: [       OK ] std_algorithms_copy_if_team_test.test (356 ms)
46: [----------] 1 test from std_algorithms_copy_if_team_test (356 ms total)
46: 
46: [----------] 1 test from std_algorithms_unique_copy_team_test
46: [ RUN      ] std_algorithms_unique_copy_team_test.test
46: [       OK ] std_algorithms_unique_copy_team_test.test (579 ms)
46: [----------] 1 test from std_algorithms_unique_copy_team_test (579 ms total)
46: 
46: [----------] 1 test from std_algorithms_remove_team_test
46: [ RUN      ] std_algorithms_remove_team_test.test
46: [       OK ] std_algorithms_remove_team_test.test (451 ms)
46: [----------] 1 test from std_algorithms_remove_team_test (451 ms total)
46: 
46: [----------] 1 test from std_algorithms_remove_if_team_test
46: [ RUN      ] std_algorithms_remove_if_team_test.test
46: [       OK ] std_algorithms_remove_if_team_test.test (424 ms)
46: [----------] 1 test from std_algorithms_remove_if_team_test (424 ms total)
46: 
46: [----------] 1 test from std_algorithms_remove_copy_team_test
46: [ RUN      ] std_algorithms_remove_copy_team_test.test
46: [       OK ] std_algorithms_remove_copy_team_test.test (471 ms)
46: [----------] 1 test from std_algorithms_remove_copy_team_test (471 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 (381 ms)
46: [----------] 1 test from std_algorithms_remove_copy_if_team_test (381 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 9 tests from 9 test suites ran. (3772 ms total)
46: [  PASSED  ] 9 tests.
46/52 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .....   Passed    4.21 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

47: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
47: Test timeout computed to be: 1500
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
47: [       OK ] std_algorithms_unique_team_test.test_default_predicate (772 ms)
47: [----------] 1 test from std_algorithms_unique_team_test (772 ms total)
47: 
47: [----------] 1 test from std_algorithms_adjacent_difference_team_test
47: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
47: [       OK ] std_algorithms_adjacent_difference_team_test.test (759 ms)
47: [----------] 1 test from std_algorithms_adjacent_difference_team_test (759 ms total)
47: 
47: [----------] 1 test from std_algorithms_reduce_team_test
47: [ RUN      ] std_algorithms_reduce_team_test.test
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
47: [       OK ] std_algorithms_reduce_team_test.test (499 ms)
47: [----------] 1 test from std_algorithms_reduce_team_test (499 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 (824 ms)
47: [----------] 1 test from std_algorithms_transform_reduce_team_test (824 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 4 tests from 4 test suites ran. (2856 ms total)
47: [  PASSED  ] 4 tests.
47/52 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_I .....   Passed    3.26 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

48: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (385 ms)
48: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_subview.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ScanUnit.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Spaces.cpp.o
48: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (707 ms)
48: [----------] 2 tests from std_algorithms_is_sorted_team_test (1092 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 (15 ms)
48: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
48: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (17 ms)
48: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
48: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (686 ms)
48: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
48: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (440 ms)
48: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (1159 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 (9 ms)
48: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
48: [       OK ] std_algorithms_is_partitioned_team_test.all_true (238 ms)
48: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
48: [       OK ] std_algorithms_is_partitioned_team_test.all_false (223 ms)
48: [ RUN      ] std_algorithms_is_partitioned_team_test.random
48: [       OK ] std_algorithms_is_partitioned_team_test.random (201 ms)
48: [----------] 4 tests from std_algorithms_is_partitioned_team_test (672 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 (13 ms)
48: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
48: [       OK ] std_algorithms_partition_copy_team_test.all_true (529 ms)
48: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
48: [       OK ] std_algorithms_partition_copy_team_test.all_false (557 ms)
48: [ RUN      ] std_algorithms_partition_copy_team_test.random
48: [       OK ] std_algorithms_partition_copy_team_test.random (523 ms)
48: [----------] 4 tests from std_algorithms_partition_copy_team_test (1623 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 (8 ms)
48: [ RUN      ] std_algorithms_partition_point_team_test.all_true
48: [       OK ] std_algorithms_partition_point_team_test.all_true (139 ms)
48: [ RUN      ] std_algorithms_partition_point_team_test.all_false
48: [       OK ] std_algorithms_partition_point_team_test.all_false (156 ms)
48: [ RUN      ] std_algorithms_partition_point_team_test.random
48: [       OK ] std_algorithms_partition_point_team_test.random (128 ms)
48: [----------] 4 tests from std_algorithms_partition_point_team_test (433 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 18 tests from 5 test suites ran. (4981 ms total)
48: [  PASSED  ] 18 tests.
48/52 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .....   Passed    5.38 sec
test 49
      Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

49: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (546 ms)
49: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Memory_Requirements.cpp.o
49: [       OK ] std_algorithms_transform_team_test.test_binary_op (484 ms)
49: [----------] 2 tests from std_algorithms_transform_team_test (1031 ms total)
49: 
49: [----------] 1 test from std_algorithms_generate_team_test
49: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratchStreams.cpp.o
49: [       OK ] std_algorithms_generate_team_test.test_unary_op (1102 ms)
49: [----------] 1 test from std_algorithms_generate_team_test (1102 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 (280 ms)
49: [----------] 1 test from std_algorithms_generate_n_team_test (280 ms total)
49: 
49: [----------] 1 test from std_algorithms_swap_ranges_team_test
49: [ RUN      ] std_algorithms_swap_ranges_team_test.test
49: [       OK ] std_algorithms_swap_ranges_team_test.test (503 ms)
49: [----------] 1 test from std_algorithms_swap_ranges_team_test (503 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 5 tests from 4 test suites ran. (2918 ms total)
49: [  PASSED  ] 5 tests.
49/52 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .....   Passed    3.32 sec
test 50
      Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

50: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
50: Test timeout computed to be: 1500
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
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
50: [       OK ] std_algorithms_exclusive_scan_team_test.test (1762 ms)
50: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1762 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 (904 ms)
50: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (904 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 2 tests from 2 test suites ran. (2666 ms total)
50: [  PASSED  ] 2 tests.
50/52 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .....   Passed    3.10 sec
test 51
      Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

51: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
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_inclusive_scan_team_test
51: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AsyncLauncher.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlocksizeDeduction.cpp.o
51: [       OK ] std_algorithms_inclusive_scan_team_test.test (2597 ms)
51: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2597 ms total)
51: 
51: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
51: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
51: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (1637 ms)
51: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1637 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 2 tests from 2 test suites ran. (4234 ms total)
51: [  PASSED  ] 2 tests.
51/52 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .....   Passed    4.66 sec
test 52
      Start 52: Kokkos_UnitTest_SIMD

52: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (5 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 (5 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 16 tests from 1 test suite ran. (5 ms total)
52: [  PASSED  ] 16 tests.
52/52 Test #52: Kokkos_UnitTest_SIMD ........................   Passed    0.43 sec

100% tests passed, 0 tests failed out of 52

Total Test time (real) = 1372.23 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                       Thu Apr 25 21:48:08 2024
stats zeroed                        Thu Apr 25 21:48:08 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] }
$ docker stop --time=1 f6b0bb27874c42aa740be47147b281d9cfc53101127961b925d12caf1563104d
$ docker rm -f --volumes f6b0bb27874c42aa740be47147b281d9cfc53101127961b925d12caf1563104d
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[       OK ] serial.BinSortUnsignedKeyLayoutStrideValues (174166 ms)
[ RUN      ] serial.NestedSort
[       OK ] serial.NestedSort (59 ms)
[ RUN      ] serial.NestedSortByKey
[       OK ] serial.NestedSortByKey (493 ms)
[ RUN      ] serial.SortWithCustomComparator
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
[       OK ] serial.SortWithCustomComparator (5444 ms)
[----------] 12 tests from serial (1168454 ms total)

[----------] Global test environment tear-down
[==========] 12 tests from 1 test suite ran. (1168454 ms total)
[  PASSED  ] 12 tests.
make[2]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests'
make[1]: Leaving directory '/var/jenkins/workspace/Kokkos_PR-5993/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                       Thu Apr 25 21:45:59 2024
stats zeroed                        Thu Apr 25 21:45:59 2024
cache hit (direct)                     0
cache hit (preprocessed)               0
cache miss                             0
cache hit rate                      0.00 %
cleanups performed                     0
files in cache                      7926
cache size                           4.6 GB
max cache size                       5.0 GB
[Pipeline] }
$ docker stop --time=1 65eb0808e75d02e308baf08416b6bd7b9569b2244dc3f92858c113f3f690f898
$ docker rm -f --volumes 65eb0808e75d02e308baf08416b6bd7b9569b2244dc3f92858c113f3f690f898
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o
[ 86%] 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_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[100%] Linking CXX executable Kokkos_CoreUnitTest_HIP
[100%] Built target Kokkos_CoreUnitTest_HIP
+ ctest --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/unit_test/Kokkos_CoreUnitTest_OpenMP
1: Test timeout computed to be: 1500
1: [==========] Running 306 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 (1366 ms)
1: [ RUN      ] openmp_DeathTest.abort_from_device
1: [       OK ] openmp_DeathTest.abort_from_device (1386 ms)
1: [ RUN      ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort
1: [       OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (1513 ms)
1: [ RUN      ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions
1: [       OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (1315 ms)
1: [ RUN      ] openmp_DeathTest.policy_invalid_bounds
1: [       OK ] openmp_DeathTest.policy_invalid_bounds (1374 ms)
1: [ RUN      ] openmp_DeathTest.range_policy_invalid_bounds
1: 
1: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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.
1: 
1: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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.
1: [       OK ] openmp_DeathTest.range_policy_invalid_bounds (1059 ms)
1: [ RUN      ] openmp_DeathTest.range_policy_implicitly_converted_bounds
1: 
1: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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.
1: 
1: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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.
1: 
1: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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.
1: 
1: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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.
1: [       OK ] openmp_DeathTest.range_policy_implicitly_converted_bounds (2188 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
1: [       OK ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment (9457 ms)
1: [ RUN      ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
1: [       OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (9461 ms)
1: [ RUN      ] openmp_DeathTest.view_memory_access_violations_from_host
1: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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 (29124 ms total)
1: 
1: [----------] 291 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.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 (27 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 (183 ms)
1: [ RUN      ] openmp.atomic_views_nonintegral
1: [       OK ] openmp.atomic_views_nonintegral (64 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 (1 ms)
1: [ RUN      ] openmp.deep_copy_conversion
1: [       OK ] openmp.deep_copy_conversion (34 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 (43 ms)
1: [ RUN      ] openmp.join_backward_compatibility
1: [       OK ] openmp.join_backward_compatibility (0 ms)
1: [ RUN      ] openmp.local_deepcopy_teampolicy_layoutleft
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
1: [       OK ] openmp.local_deepcopy_teampolicy_layoutleft (623 ms)
1: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutleft
1: [       OK ] openmp.local_deepcopy_rangepolicy_layoutleft (909 ms)
1: [ RUN      ] openmp.local_deepcopy_teampolicy_layoutright
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o
1: [       OK ] openmp.local_deepcopy_teampolicy_layoutright (464 ms)
1: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutright
1: [       OK ] openmp.local_deepcopy_rangepolicy_layoutright (454 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 (30 ms)
1: [ RUN      ] openmp.mdrange_6d
1: [       OK ] openmp.mdrange_6d (97 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 (33 ms)
1: [ RUN      ] openmp.mdrange_4d
1: [       OK ] openmp.mdrange_4d (7 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 (362 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 (686 ms)
1: [ RUN      ] openmp.mdspan_minimal_functional
1: /var/jenkins/workspace/Kokkos_PR-5993/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 (4 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.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.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 (38 ms)
1: [ RUN      ] openmp.double_reduce
1: [       OK ] openmp.double_reduce (51 ms)
1: [ RUN      ] openmp.int64_t_reduce_dynamic
1: [       OK ] openmp.int64_t_reduce_dynamic (149 ms)
1: [ RUN      ] openmp.double_reduce_dynamic
1: [       OK ] openmp.double_reduce_dynamic (149 ms)
1: [ RUN      ] openmp.int64_t_reduce_dynamic_view
1: [       OK ] openmp.int64_t_reduce_dynamic_view (29 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_with_large_iteration_count
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestReduce.hpp:642: Skipped
1: Disabling for host backends
1: [  SKIPPED ] openmp.reduction_with_large_iteration_count (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 (12 ms)
1: [ RUN      ] openmp.reduce_device_view_mdrange_policy
1: [       OK ] openmp.reduce_device_view_mdrange_policy (362 ms)
1: [ RUN      ] openmp.reduce_device_view_team_policy
1: [       OK ] openmp.reduce_device_view_team_policy (235 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
1: [       OK ] openmp.team_reduce_large (129 ms)
1: [ RUN      ] openmp.team_parallel_single
1: [       OK ] openmp.team_parallel_single (1731 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 (63 ms)
1: [ RUN      ] openmp.team_broadcast_long_wrapper
1: [       OK ] openmp.team_broadcast_long_wrapper (65 ms)
1: [ RUN      ] openmp.team_broadcast_char
1: [       OK ] openmp.team_broadcast_char (64 ms)
1: [ RUN      ] openmp.team_broadcast_float
1: [       OK ] openmp.team_broadcast_float (64 ms)
1: [ RUN      ] openmp.team_broadcast_double
1: [       OK ] openmp.team_broadcast_double (64 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 (199 ms)
1: [ RUN      ] openmp.triple_nested_parallelism
1: [       OK ] openmp.triple_nested_parallelism (241 ms)
1: [ RUN      ] openmp.parallel_scan_with_reducers
1: [       OK ] openmp.parallel_scan_with_reducers (65 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 (4 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 (5 ms)
1: [ RUN      ] openmp.ThreadVectorMDRangeParallelReduce
1: [       OK ] openmp.ThreadVectorMDRangeParallelReduce (5 ms)
1: [ RUN      ] openmp.TeamVectorMDRangeParallelReduce
1: [       OK ] openmp.TeamVectorMDRangeParallelReduce (5 ms)
1: [ RUN      ] openmp.team_policy_runtime_parameters
1: [       OK ] openmp.team_policy_runtime_parameters (0 ms)
1: [ RUN      ] openmp.team_reduction_scan
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
1: [       OK ] openmp.team_reduction_scan (6671 ms)
1: [ RUN      ] openmp.team_long_reduce
1: [       OK ] openmp.team_long_reduce (17 ms)
1: [ RUN      ] openmp.team_double_reduce
1: [       OK ] openmp.team_double_reduce (17 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 (614 ms)
1: [ RUN      ] openmp.team_scan
1: [       OK ] openmp.team_scan (117 ms)
1: [ RUN      ] openmp.team_scan_ret_val
1: [       OK ] openmp.team_scan_ret_val (115 ms)
1: [ RUN      ] openmp.team_shared_request
1: [       OK ] openmp.team_shared_request (284 ms)
1: [ RUN      ] openmp.team_scratch_request
1: [       OK ] openmp.team_scratch_request (31 ms)
1: [ RUN      ] openmp.team_lambda_shared_request
1: [       OK ] openmp.team_lambda_shared_request (5 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 (6 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 (1962 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 (14 ms)
1: [ RUN      ] openmp.unique_token_instance
1: [       OK ] openmp.unique_token_instance (65 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 (4 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 (437 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_fill_tests_layout_right
1: [       OK ] openmp.view_fill_tests_layout_right (938 ms)
1: [ RUN      ] openmp.view_fill_tests_layout_left
1: [       OK ] openmp.view_fill_tests_layout_left (914 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 (63 ms)
1: [ RUN      ] openmp.view_mapping_operator
1: [       OK ] openmp.view_mapping_operator (0 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 (2 ms)
1: [ RUN      ] openmp.view_realloc
1: [       OK ] openmp.view_realloc (0 ms)
1: [ RUN      ] openmp.workgraph_fib
1: [       OK ] openmp.workgraph_fib (710 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-5993/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 (6 ms)
1: [ RUN      ] openmp.view_subview_2d_from_3d_atomic
1: [       OK ] openmp.view_subview_2d_from_3d_atomic (5 ms)
1: [ RUN      ] openmp.view_subview_2d_from_3d_randomaccess
1: [       OK ] openmp.view_subview_2d_from_3d_randomaccess (5 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left
1: [       OK ] openmp.view_subview_3d_from_5d_left (76 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left_atomic
1: [       OK ] openmp.view_subview_3d_from_5d_left_atomic (76 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left_randomaccess
1: [       OK ] openmp.view_subview_3d_from_5d_left_randomaccess (75 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right
1: [       OK ] openmp.view_subview_3d_from_5d_right (180 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right_atomic
1: [       OK ] openmp.view_subview_3d_from_5d_right_atomic (183 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right_randomaccess
1: [       OK ] openmp.view_subview_3d_from_5d_right_randomaccess (175 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: [----------] 291 tests from openmp (21853 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 306 tests from 2 test suites ran. (50978 ms total)
1: [  PASSED  ] 301 tests.
1: [  SKIPPED ] 5 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.reduction_with_large_iteration_count
1: [  SKIPPED ] openmp.view_allocation_int
 1/53 Test  #1: Kokkos_CoreUnitTest_OpenMP ..................   Passed   51.44 sec
test 2
      Start  2: Kokkos_CoreUnitTest_OpenMPInterOp

2: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (393 ms)
2: [----------] 1 test from openmp (393 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 1 test from 1 test suite ran. (393 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-5993/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.42 sec
test 4
      Start  4: Kokkos_CoreUnitTest_HIP

4: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_HIP
4: Test timeout computed to be: 1500
4: [==========] Running 367 tests from 4 test suites.
4: [----------] Global test environment set-up.
4: [----------] 15 tests from hip_DeathTest
4: [ RUN      ] hip_DeathTest.abort_from_host
4: [       OK ] hip_DeathTest.abort_from_host (1413 ms)
4: [ RUN      ] hip_DeathTest.abort_from_device
4: [       OK ] hip_DeathTest.abort_from_device (1414 ms)
4: [ RUN      ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort
4: [       OK ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort (1373 ms)
4: [ RUN      ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions
4: [       OK ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions (1401 ms)
4: [ RUN      ] hip_DeathTest.policy_invalid_bounds
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o
4: [       OK ] hip_DeathTest.policy_invalid_bounds (1365 ms)
4: [ RUN      ] hip_DeathTest.range_policy_invalid_bounds
4: 
4: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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 (1107 ms)
4: [ RUN      ] hip_DeathTest.range_policy_implicitly_converted_bounds
4: 
4: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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-5993/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-5993/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 (2219 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
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
4: [       OK ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment (9712 ms)
4: [ RUN      ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment
4: [       OK ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment (9703 ms)
4: [ RUN      ] hip_DeathTest.view_memory_access_violations_from_host
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
4: [       OK ] hip_DeathTest.view_memory_access_violations_from_host (25356 ms)
4: [ RUN      ] hip_DeathTest.view_memory_access_violations_from_device
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
4: [       OK ] hip_DeathTest.view_memory_access_violations_from_device (24642 ms)
4: [----------] 15 tests from hip_DeathTest (79710 ms total)
4: 
4: [----------] 270 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.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 (17 ms)
4: [ RUN      ] hip.atomics
4: [       OK ] hip.atomics (852 ms)
4: [ RUN      ] hip.atomics_tpetra_max_abs
4: [       OK ] hip.atomics_tpetra_max_abs (0 ms)
4: [ RUN      ] hip.atomic_views_integral
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 89%] 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_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o
4: [       OK ] hip.atomic_views_integral (18171 ms)
4: [ RUN      ] hip.atomic_views_nonintegral
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
4: [       OK ] hip.atomic_views_nonintegral (12887 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 (882 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 (23 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 (718 ms)
4: [ RUN      ] hip.local_deepcopy_rangepolicy_layoutleft
4: [       OK ] hip.local_deepcopy_rangepolicy_layoutleft (2156 ms)
4: [ RUN      ] hip.local_deepcopy_teampolicy_layoutright
4: [       OK ] hip.local_deepcopy_teampolicy_layoutright (685 ms)
4: [ RUN      ] hip.local_deepcopy_rangepolicy_layoutright
4: [       OK ] hip.local_deepcopy_rangepolicy_layoutright (1516 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 (25 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 (11 ms)
4: [ RUN      ] hip.mathspecialfunc_expint1
4: [       OK ] hip.mathspecialfunc_expint1 (6 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 (13 ms)
4: [ RUN      ] hip.mdrange_6d
4: [       OK ] hip.mdrange_6d (20 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
4: [       OK ] hip.mdrange_parallel_reduce_primitive_types (11582 ms)
4: [ RUN      ] hip.mdspan_minimal_functional
4: /var/jenkins/workspace/Kokkos_PR-5993/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 (10 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.memory_pool
4: [       OK ] hip.memory_pool (17 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.parallel_scan_range_policy
4: [       OK ] hip.parallel_scan_range_policy (41 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 (6 ms)
4: [ RUN      ] hip.reducers_complex_double
4: [       OK ] hip.reducers_complex_double (11 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 (3 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 (31 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_with_large_iteration_count
4: [       OK ] hip.reduction_with_large_iteration_count (344 ms)
4: [ RUN      ] hip.reduction_deduction
4: [       OK ] hip.reduction_deduction (0 ms)
4: [ RUN      ] hip.reduce_device_view_range_policy
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
4: [       OK ] hip.reduce_device_view_range_policy (32299 ms)
4: [ RUN      ] hip.reduce_device_view_mdrange_policy
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
4: [       OK ] hip.reduce_device_view_mdrange_policy (25148 ms)
4: [ RUN      ] hip.reduce_device_view_team_policy
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.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_G.dir/TestStdAlgorithmsCommon.cpp.o
4: [       OK ] hip.reduce_device_view_team_policy (27928 ms)
4: [ RUN      ] hip.impl_shared_alloc
4: [       OK ] hip.impl_shared_alloc (107 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 (71 ms)
4: [ RUN      ] hip.team_thread_range_combined_reducers
4: [       OK ] hip.team_thread_range_combined_reducers (3 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 (1875 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 (18 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 (104 ms)
4: [ RUN      ] hip.team_scan_ret_val
4: [       OK ] hip.team_scan_ret_val (106 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 (28 ms)
4: [ RUN      ] hip.unique_token_instance
4: [       OK ] hip.unique_token_instance (28 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 (6 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_fill_tests_layout_right
4: [       OK ] hip.view_fill_tests_layout_right (95 ms)
4: [ RUN      ] hip.view_fill_tests_layout_left
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
4: [       OK ] hip.view_fill_tests_layout_left (76 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 (44 ms)
4: [ RUN      ] hip.view_layoutstride_right_to_layoutright_assignment
4: [       OK ] hip.view_layoutstride_right_to_layoutright_assignment (44 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 (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 (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
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
4: [       OK ] hip.workgraph_fib (3040 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: [       OK ] hip.memory_requirements (0 ms)
4: [ RUN      ] hip.team_scratch_1_streams
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Init.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_c.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
4: [       OK ] hip.team_scratch_1_streams (51822 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: [----------] 270 tests from hip (194226 ms total)
4: 
4: [----------] 55 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 (70 ms)
4: [ RUN      ] hip_managed.view_subview_2d_from_3d_atomic
4: [       OK ] hip_managed.view_subview_2d_from_3d_atomic (71 ms)
4: [ RUN      ] hip_managed.view_subview_2d_from_3d_randomaccess
4: [       OK ] hip_managed.view_subview_2d_from_3d_randomaccess (70 ms)
4: [ RUN      ] hip_managed.view_subview_3d_from_5d_left
4: [       OK ] hip_managed.view_subview_3d_from_5d_left (1035 ms)
4: [ RUN      ] hip_managed.view_subview_3d_from_5d_left_atomic
4: [       OK ] hip_managed.view_subview_3d_from_5d_left_atomic (1017 ms)
4: [ RUN      ] hip_managed.view_subview_3d_from_5d_left_randomaccess
4: [       OK ] hip_managed.view_subview_3d_from_5d_left_randomaccess (1029 ms)
4: [ RUN      ] hip_managed.view_subview_3d_from_5d_right
4: [       OK ] hip_managed.view_subview_3d_from_5d_right (1027 ms)
4: [ RUN      ] hip_managed.view_subview_3d_from_5d_right_atomic
4: [       OK ] hip_managed.view_subview_3d_from_5d_right_atomic (1035 ms)
4: [ RUN      ] hip_managed.view_subview_3d_from_5d_right_randomaccess
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
4: [       OK ] hip_managed.view_subview_3d_from_5d_right_randomaccess (1033 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 (256 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 (30 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 (14 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
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
4: [       OK ] hip_managed.view_allocation_large_rank (14325 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_fill_tests_layout_right
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
4: [       OK ] hip_managed.view_fill_tests_layout_right (4169 ms)
4: [ RUN      ] hip_managed.view_fill_tests_layout_left
4: [       OK ] hip_managed.view_fill_tests_layout_left (3618 ms)
4: [ RUN      ] hip_managed.view_mapping
4: [       OK ] hip_managed.view_mapping (64 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 (2 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: [----------] 55 tests from hip_managed (28968 ms total)
4: 
4: [----------] 27 tests from hip_hostpinned
4: [ RUN      ] hip_hostpinned.impl_shared_alloc
4: [       OK ] hip_hostpinned.impl_shared_alloc (179 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
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
4: [       OK ] hip_hostpinned.view_allocation_large_rank (812 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_fill_tests_layout_right
4: [       OK ] hip_hostpinned.view_fill_tests_layout_right (1020 ms)
4: [ RUN      ] hip_hostpinned.view_fill_tests_layout_left
4: [       OK ] hip_hostpinned.view_fill_tests_layout_left (1038 ms)
4: [ RUN      ] hip_hostpinned.view_mapping
4: [       OK ] hip_hostpinned.view_mapping (60 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: [----------] 27 tests from hip_hostpinned (3136 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 367 tests from 4 test suites ran. (306042 ms total)
4: [  PASSED  ] 366 tests.
4: [  SKIPPED ] 1 test, listed below:
4: [  SKIPPED ] hip.mdspan_minimal_functional
 4/53 Test  #4: Kokkos_CoreUnitTest_HIP .....................   Passed  306.56 sec
test 5
      Start  5: Kokkos_CoreUnitTest_HIPInterOpInit

5: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
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-5993/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 (398 ms)
6: [----------] 1 test from hip (398 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 1 test from 1 test suite ran. (398 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-5993/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-5993/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-5993/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 (6 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 (9 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 (9 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 (149 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<int, Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
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<int [5], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
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<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
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<int [5][10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int* [10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int**, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int [5][10][15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int* [10][15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int** [15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int***, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int, Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
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<int [5], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
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<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
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<int [5][10], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int* [10], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int**, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int [5][10][15], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int* [10][15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int** [15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int***, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int, Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
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<int [5], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
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<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
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<int [5][10], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int* [10], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int**, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int [5][10][15], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int* [10][15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int** [15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int***, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
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<int* [10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
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<int** [15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
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<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
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<int* [10], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
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<int** [15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
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<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
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<int* [10], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
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<int** [15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
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. (168 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.59 sec
test 9
      Start  9: Kokkos_CoreUnitTest_LegionInitialization

9: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (384 ms)
9: [----------] 1 test from initialization (384 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 1 test from 1 test suite ran. (384 ms total)
9: [  PASSED  ] 1 test.
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o
[ 35%] 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_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o
 9/53 Test  #9: Kokkos_CoreUnitTest_LegionInitialization ....   Passed    0.41 sec
test 10
      Start 10: Kokkos_CoreUnitTest_PushFinalizeHook

10: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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.41 sec
test 11
      Start 11: Kokkos_CoreUnitTest_Develop

11: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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.
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-5993/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: 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.43 sec
test 13
      Start 13: Kokkos_CoreUnitTest_ToolIndependence

13: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help"
14: Environment variables: 
14:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-5993/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.41 sec
test 15
      Start 15: Kokkos_ProfilingTestLibraryCmdLineHelp

15: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-5993/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.41 sec
test 16
      Start 16: Kokkos_ProfilingTestLibraryLoad

16: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
16: Environment variables: 
16:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-5993/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().
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
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:0x1441dc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1442080:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1442180:Host:source:0x1441ec0: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:0x1442080:40::kokkosp_deallocate_data:Host:source:0x1441dc0:40::kokkosp_finalize_library::
16/53 Test #16: Kokkos_ProfilingTestLibraryLoad .............   Passed    0.41 sec
test 17
      Start 17: Kokkos_ProfilingTestLibraryCmdLine

17: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-5993/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: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:0x1c5e8c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1e97f00:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1e98000:Host:source:0x1c5e9c0: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:0x1e97f00:40::kokkosp_deallocate_data:Host:source:0x1c5e8c0:40::kokkosp_finalize_library::
17/53 Test #17: Kokkos_ProfilingTestLibraryCmdLine ..........   Passed    0.41 sec
test 18
      Start 18: Kokkos_CoreUnitTest_StackTraceTest

18: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec
18: Test timeout computed to be: 1500
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-5993/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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x426f90]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3ba0fb]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x20) [0x3b6aa0]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbd) [0x3b659d]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f0946]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3c86a8]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x451) [0x3c9f01]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x132) [0x3ca7c2]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x72c) [0x3daffc]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f1716]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3da89c]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3b7f10]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fb461dd5083]
18: /var/jenkins/workspace/Kokkos_PR-5993/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*, 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*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x3da89c] testing::UnitTest::Run()
18: [0x3b7f10] main
18: [0x7fb461dd5083] __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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x426f90]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3ba0fb]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x3ba536]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa3d) [0x3b74bd]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbd) [0x3b659d]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f0946]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3c86a8]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x451) [0x3c9f01]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x132) [0x3ca7c2]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x72c) [0x3daffc]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f1716]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3da89c]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3b7f10]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fb461dd5083]
18: /var/jenkins/workspace/Kokkos_PR-5993/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*, 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*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x3da89c] testing::UnitTest::Run()
18: [0x3b7f10] main
18: [0x7fb461dd5083] __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 (516 ms)
18: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
18: 
18: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x426f90]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3ba0fb]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x20) [0x3b6aa0]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xba) [0x3b684a]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f0946]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3c86a8]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x451) [0x3c9f01]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x132) [0x3ca7c2]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x72c) [0x3daffc]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f1716]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3da89c]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3b7f10]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fb461dd5083]
18: /var/jenkins/workspace/Kokkos_PR-5993/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*, 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*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x3da89c] testing::UnitTest::Run()
18: [0x3b7f10] main
18: [0x7fb461dd5083] __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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x426f90]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3ba0fb]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x3ba536]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa3d) [0x3b74bd]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xba) [0x3b684a]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f0946]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3c86a8]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x451) [0x3c9f01]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x132) [0x3ca7c2]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x72c) [0x3daffc]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f1716]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3da89c]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3b7f10]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fb461dd5083]
18: /var/jenkins/workspace/Kokkos_PR-5993/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*, 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*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x3da89c] testing::UnitTest::Run()
18: [0x3b7f10] main
18: [0x7fb461dd5083] __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_generic_term (489 ms)
18: [----------] 2 tests from defaultdevicetype_DeathTest (1005 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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x426f90]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3ba0fb]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x20) [0x3b6aa0]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f0946]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3c86a8]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x451) [0x3c9f01]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x132) [0x3ca7c2]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x72c) [0x3daffc]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f1716]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3da89c]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3b7f10]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fb461dd5083]
18: /var/jenkins/workspace/Kokkos_PR-5993/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*, 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*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x3da89c] testing::UnitTest::Run()
18: [0x3b7f10] main
18: [0x7fb461dd5083] __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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x426f90]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3ba0fb]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x3ba536]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa3d) [0x3b74bd]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f0946]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3c86a8]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x451) [0x3c9f01]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x132) [0x3ca7c2]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x72c) [0x3daffc]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f1716]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3da89c]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3b7f10]
18: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fb461dd5083]
18: /var/jenkins/workspace/Kokkos_PR-5993/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*, 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*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x3da89c] testing::UnitTest::Run()
18: [0x3b7f10] main
18: [0x7fb461dd5083] __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. (1006 ms total)
18: [  PASSED  ] 3 tests.
18/53 Test #18: Kokkos_CoreUnitTest_StackTraceTest ..........   Passed    1.53 sec
test 19
      Start 19: Kokkos_IncrementalTest_OPENMP

19: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (52 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 (52 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 (111 ms total)
19: 
19: [----------] Global test environment tear-down
19: [==========] 28 tests from 1 test suite ran. (111 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-5993/build/core/unit_test/Kokkos_IncrementalTest_HIP
20: Test timeout computed to be: 1500
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
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
20: [       OK ] HIP.IncrTest_03b_memspace_free (1833 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 (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
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
20: [       OK ] HIP.IncrTest_11c_Hierarchical_ForLoop (134 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 (0 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 (2001 ms total)
20: 
20: [----------] Global test environment tear-down
20: [==========] 28 tests from 1 test suite ran. (2001 ms total)
20: [  PASSED  ] 28 tests.
20/53 Test #20: Kokkos_IncrementalTest_HIP ..................   Passed    2.42 sec
test 21
      Start 21: Kokkos_CoreUnitTest_CTestDevice

21: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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-5993/build/core/unit_test/TestDeviceAndThreads.py"
23: Test timeout computed to be: 1500
23: test_device_id (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
23: test_disable_warnings (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
23: test_num_devices (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
23: test_num_threads (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
23: test_tune_internals (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
23: 
23: ----------------------------------------------------------------------
23: Ran 5 tests in 7.500s
23: 
23: OK
23/53 Test #23: Kokkos_CoreUnitTest_DeviceAndThreads ........   Passed    7.57 sec
test 24
      Start 24: Kokkos_PerformanceTest_TaskDag

24: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2024-04-25_T21-49-03.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-04-25T22:36:49+00:00
25: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
25: Run on (255 X 3084.13 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: 4.54, 6.26, 9.34
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<double>/Count:1024/iterations:5/manual_time                            0.008 s         0.009 s             5       1024        8.15186u
25: GramSchmidt<double>/Count:2048/iterations:5/manual_time                            0.008 s         0.009 s             5     2.048k        4.03911u
25: GramSchmidt<double>/Count:4096/iterations:5/manual_time                            0.008 s         0.009 s             5     4.096k        2.01335u
25: GramSchmidt<double>/Count:8192/iterations:5/manual_time                            0.008 s         0.010 s             5     8.192k        1030.24n
25: GramSchmidt<double>/Count:16384/iterations:5/manual_time                           0.009 s         0.011 s             5    16.384k        547.247n
25: GramSchmidt<double>/Count:32768/iterations:5/manual_time                           0.011 s         0.014 s             5    32.768k         323.14n
25: GramSchmidt<double>/Count:65536/iterations:5/manual_time                           0.013 s         0.018 s             5    65.536k        198.318n
25: GramSchmidt<double>/Count:131072/iterations:5/manual_time                          0.016 s         0.024 s             5   131.072k        122.437n
25: GramSchmidt<double>/Count:262144/iterations:5/manual_time                          0.019 s         0.035 s             5   262.144k        70.0833n
25: GramSchmidt<double>/Count:524288/iterations:5/manual_time                          0.024 s         0.052 s             5   524.288k        45.0332n
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
25: ----------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s        Max
25: ----------------------------------------------------------------------------------------------------------------------------------------------
25: CustomReduction<double>/N:100000/R:1000/manual_time                                0.007 s         0.018 s            95 14.6829k/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.583 s         0.581 s             1        0.101077    0.0494386               0.0893411            0.0472226   0.0442918           5.01u
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
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.47577m     4.12429m                7.99171m                  3.97372m    3.98813m            3.2u
25: OverlapTeamPolicy/N:20/M:1000000/R:10                                              0.072 s         0.071 s            10       0.0125121     0.010731                9.06912m                   4.7842m    4.50538m           4.21u
25: ---------------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
25: ---------------------------------------------------------------------------------------------------------------------------------------------------
25: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time                      0.000 s         0.000 s             5       1024        28.5742n
25: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                      0.000 s         0.000 s             5     2.048k         13.686n
25: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                      0.000 s         0.000 s             5     4.096k         7.0603n
25: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                      0.000 s         0.000 s             5     8.192k        3.51074n
25: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                     0.000 s         0.000 s             5    16.384k        1.84998n
25: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                     0.000 s         0.000 s             5    32.768k        979.004p
25: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                     0.000 s         0.000 s             5    65.536k        608.963p
25: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                    0.000 s         0.000 s             5   131.072k        510.323p
25: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                    0.000 s         0.001 s             5   262.144k        480.877p
25: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                    0.000 s         0.001 s             5   524.288k        381.714p
25: -----------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                              Time             CPU   Iterations  FOM: rate
25: -----------------------------------------------------------------------------------------------------------------------------------
25: Malloc/N:1/manual_time                                                              12.2 us         22.6 us        56690 81.7319k/s
25: Malloc/N:16/manual_time                                                             12.3 us         22.7 us        57458 81.5973k/s
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
25: Malloc/N:256/manual_time                                                            12.2 us         22.7 us        56318 81.8464k/s
25: Malloc/N:4096/manual_time                                                           12.2 us         22.7 us        60812 81.8915k/s
25: Malloc/N:65536/manual_time                                                          12.3 us         22.8 us        56174 81.0185k/s
25: Malloc/N:1048576/manual_time                                                        12.2 us         22.7 us        56780  82.157k/s
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
25: Malloc/N:16777216/manual_time                                                        615 us          211 us         9029 1.62629k/s
25: Malloc/N:268435456/manual_time                                                     11720 us         2169 us           75  85.3245/s
25: Malloc/N:4294967296/manual_time                                                   148447 us          818 us            5  6.73641/s
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o
25: MallocFree/N:1/manual_time                                                          22.4 us         22.3 us        31096 44.6515k/s
25: MallocFree/N:16/manual_time                                                         22.8 us         22.7 us        30832 43.9116k/s
25: MallocFree/N:256/manual_time                                                        22.5 us         22.4 us        31028 44.5357k/s
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
25: MallocFree/N:4096/manual_time                                                       23.0 us         22.9 us        30956 43.4869k/s
25: MallocFree/N:65536/manual_time                                                      22.5 us         22.4 us        30544 44.4601k/s
25: MallocFree/N:1048576/manual_time                                                    22.7 us         22.6 us        30546 44.0043k/s
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
25: MallocFree/N:16777216/manual_time                                                    638 us          206 us         5335 1.56718k/s
25: MallocFree/N:268435456/manual_time                                                 11872 us         1945 us           74   84.233/s
25: MallocFree/N:4294967296/manual_time                                               148651 us          745 us            5  6.72716/s
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
25: MallocTouch/N:1/manual_time                                                         12.7 us         23.0 us        55510 78.8288k/s
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
25: MallocTouch/N:16/manual_time                                                        12.9 us         23.5 us        54197 77.3965k/s
25: MallocTouch/N:256/manual_time                                                       12.9 us         23.4 us        54295 77.5075k/s
25: MallocTouch/N:4096/manual_time                                                      38.5 us         50.7 us        19025 25.9942k/s
25: MallocTouch/N:65536/manual_time                                                     34.4 us         45.5 us        19162 29.0979k/s
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
25: MallocTouch/N:1048576/manual_time                                                   37.6 us         48.8 us        18583 26.5773k/s
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
25: MallocTouch/N:16777216/manual_time                                                   571 us          236 us         6115 1.75207k/s
25: MallocTouch/N:268435456/manual_time                                                11769 us         2064 us           75  84.9698/s
25: MallocTouch/N:4294967296/manual_time                                              193715 us         9761 us            5  5.16221/s
25: MallocTouchFree/N:1/manual_time                                                     22.9 us         22.8 us        30530  43.714k/s
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
25: MallocTouchFree/N:16/manual_time                                                    23.5 us         23.4 us        30609 42.5556k/s
25: MallocTouchFree/N:256/manual_time                                                   24.4 us         24.3 us        30072 41.0508k/s
25: MallocTouchFree/N:4096/manual_time                                                  44.9 us         44.7 us        15495 22.2804k/s
25: MallocTouchFree/N:65536/manual_time                                                 45.4 us         45.3 us        15485 22.0384k/s
25: MallocTouchFree/N:1048576/manual_time                                               48.7 us         48.6 us        14394 20.5166k/s
25: MallocTouchFree/N:16777216/manual_time                                               587 us          236 us         4201 1.70228k/s
25: MallocTouchFree/N:268435456/manual_time                                            11860 us         2689 us           74  84.3199/s
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o
25: MallocTouchFree/N:4294967296/manual_time                                          233676 us        54289 us            5  4.27943/s
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o
25: ----------------------------------------------------------------------------------------------------------------------------------------------
25: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s         MB
25: ----------------------------------------------------------------------------------------------------------------------------------------------
25: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                            0.041 s         0.021 s            42    19.75/s        800
[ 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_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
25: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                           0.030 s         0.016 s           100  26.6185/s        800
25: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                            0.076 s         0.072 s            10  10.5822/s        800
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
25: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                           0.030 s         0.014 s           100  26.8783/s        800
25: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                            0.094 s         0.068 s            10  8.47818/s        800
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
25: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                           0.028 s         0.015 s           100   28.207/s        800
25: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                            0.036 s         0.029 s            26  22.2329/s        800
25: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                           0.038 s         0.026 s            29  21.1607/s        800
25: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                            0.031 s         0.018 s            45  25.8823/s        800
25: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                           0.036 s         0.035 s            22  22.1472/s        800
25: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                            0.035 s         0.025 s            32  22.8298/s        800
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
25: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                           0.034 s         0.024 s            33  23.3638/s        800
25: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                            0.036 s         0.026 s            30    21.99/s        800
25: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                           0.032 s         0.021 s            37  25.2297/s        800
25: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                            0.039 s         0.030 s            26  20.6749/s        800
25: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                           0.031 s         0.019 s            42  25.5895/s        800
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
25: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           438  1002.86/s       1.6k
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
25: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           438  1005.29/s       1.6k
25: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           438  1007.52/s       1.6k
25: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           438   1007.5/s       1.6k
25: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           438   1007.5/s       1.6k
25: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           438  1007.49/s       1.6k
25: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.002 s         0.002 s           438  1007.59/s       1.6k
25: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.003 s         0.003 s           219  511.182/s       1.6k
25: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.003 s         0.003 s           234  531.477/s       1.6k
25: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           438  1007.52/s       1.6k
25: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           328  751.834/s       1.6k
25: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           306  647.837/s       1.6k
25: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           438   1007.5/s       1.6k
25: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           438  1007.46/s       1.6k
25: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           438  1007.48/s       1.6k
25: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           438  1007.49/s       1.6k
25: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.014 s         0.014 s            49  111.282/s       1.6k
25: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.014 s         0.014 s            50  113.309/s       1.6k
25: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.003 s         0.003 s           216  486.537/s       1.6k
25: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.007 s         0.007 s           105   239.65/s       1.6k
25: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           438  1007.43/s       1.6k
25: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           438  1007.36/s       1.6k
25: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.016 s         0.016 s            45   100.79/s       1.6k
25: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.018 s         0.018 s            39  88.7561/s       1.6k
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
25: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           438  1007.44/s       1.6k
25: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           438  1007.42/s       1.6k
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
25: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.017 s         0.017 s            41  93.0367/s       1.6k
25: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.019 s         0.019 s            38  85.6389/s       1.6k
25: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           438   1007.4/s       1.6k
25: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           438   1007.4/s       1.6k
25: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.018 s         0.017 s            40  91.1294/s       1.6k
25: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.019 s         0.019 s            37  84.5191/s       1.6k
25: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time          0.002 s         0.002 s           444  1016.47/s       1.6k
25: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time        0.002 s         0.002 s           444  1030.26/s       1.6k
25: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time         0.002 s         0.002 s           444  1030.19/s       1.6k
25: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time         0.002 s         0.002 s           444   1030.2/s       1.6k
25: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           752   944.25/s        800
25: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           822  944.156/s        800
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
25: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           822  943.975/s        800
25: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           821  943.603/s        800
25: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           821  933.772/s        800
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
25: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           821   942.86/s        800
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
25: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           821  942.858/s        800
25: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           821  942.531/s        800
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
25: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           821  942.289/s        800
25: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           821  942.049/s        800
25: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           821  930.242/s        800
25: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           821   941.63/s        800
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
25: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           820  941.475/s        800
25: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           820  940.795/s        800
25: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           820  940.331/s        800
25: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           820  940.166/s        800
25: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                  0.001 s         0.001 s           818  928.016/s        800
25: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                 0.001 s         0.001 s           818  937.216/s        800
25: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.52079k/s       1.6k
25: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 6.24681k/s       1.6k
25: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.67756k/s       1.6k
25: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.19675k/s       1.6k
25: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 5.57801k/s       1.6k
25: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10  4.5419k/s       1.6k
25: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 9.47077k/s       1.6k
25: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 9.50114k/s       1.6k
25: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 7.17504k/s       1.6k
25: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.86146k/s       1.6k
25: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 7.99446k/s       1.6k
25: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.52462k/s       1.6k
25: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 3.98148k/s       1.6k
25: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.00593k/s       1.6k
25: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.001 s            10 3.10143k/s       1.6k
25: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.001 s            10 2.66455k/s       1.6k
25: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10   5.277k/s       1.6k
25: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.18727k/s       1.6k
25: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 3.74568k/s       1.6k
25: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.006 s         0.001 s            10  276.725/s       1.6k
25: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.009 s         0.001 s            10  174.439/s       1.6k
25: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.004 s         0.001 s            10  443.177/s       1.6k
25: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.001 s         0.001 s            10 2.50703k/s       1.6k
25: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.001 s            10 2.50574k/s       1.6k
25: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 5.16325k/s       1.6k
25: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.78479k/s       1.6k
25: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 7.31816k/s       1.6k
25: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 6.08599k/s       1.6k
25: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 3.33199k/s       1.6k
25: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 5.03743k/s       1.6k
25: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 4.27968k/s       1.6k
25: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 6.32929k/s       1.6k
25: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time           0.002 s         0.002 s            10  912.008/s       1.6k
25: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time          0.042 s         0.003 s            10  38.4706/s       1.6k
25/53 Test #25: Kokkos_PerformanceTest_Benchmark ............   Passed  136.01 sec
test 26
      Start 26: Kokkos_Benchmark_Atomic_MinMax

26: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2024-04-25_T21-49-03.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-04-25T22:39:05+00:00
26: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
26: Run on (255 X 3045.77 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: 8.49, 7.49, 9.38
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<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
26: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
26: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
26: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
26: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
26: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
26: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
26: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
26: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
26: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
26: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
26: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
26: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
26: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
26: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
26: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
26: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
26: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
26: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
26: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
26/53 Test #26: Kokkos_Benchmark_Atomic_MinMax ..............   Passed    0.51 sec
test 27
      Start 27: Kokkos_PerformanceTest_Mempool

27: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2024-04-25_T21-49-03.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-04-25T22:39:05+00:00
27: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Mempool
27: Run on (255 X 3099.56 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: 8.49, 7.49, 9.38
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          2596               20.6019M/s
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
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          9014                143.249M/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-5993/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2024-04-25_T21-49-03.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-04-25T22:39:08+00:00
28: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Atomic
28: Run on (255 X 3099.97 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: 8.49, 7.49, 9.38
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
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 98%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 98%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 98%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o
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<int>/100000/iterations:10                          3.48 s          3.46 s            10          1            4    2.44537m        1.21909m       81.2u     704.983M         1.28011M     704.983M
[ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
[ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 98%] 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
[ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o
[100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[100%] Linking CXX executable Kokkos_UnitTest_SIMD
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[100%] Built target Kokkos_UnitTest_SIMD
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
+ ctest --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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 306 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 (495 ms)
1: [ RUN      ] openmp_DeathTest.abort_from_device
1: [       OK ] openmp_DeathTest.abort_from_device (657 ms)
1: [ RUN      ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort
1: [       OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (635 ms)
1: [ RUN      ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions
1: [       OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (488 ms)
1: [ RUN      ] openmp_DeathTest.policy_invalid_bounds
1: [       OK ] openmp_DeathTest.policy_invalid_bounds (486 ms)
1: [ RUN      ] openmp_DeathTest.range_policy_invalid_bounds
1: 
1: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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 (851 ms)
1: [ RUN      ] openmp_DeathTest.range_policy_implicitly_converted_bounds
1: 
1: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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-5993/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-5993/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 (1532 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
1: [       OK ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment (3706 ms)
1: [ RUN      ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment
28: Test_Atomic<long int>/100000/iterations:10                     12.1 s          12.1 s            10          1            8     20.2701        1.42648m       81.1u     4.99995G         953.521k     4.99995G
1: [       OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (4345 ms)
1: [ RUN      ] openmp_DeathTest.view_memory_access_violations_from_host
1: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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 (13199 ms total)
1: 
1: [----------] 291 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.atomic_operations_complexdouble
1: [       OK ] openmp.atomic_operations_complexdouble (5 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 (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 (7 ms)
1: [ RUN      ] openmp.atomic_operations_long
1: [       OK ] openmp.atomic_operations_long (8 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 (6 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 (273 ms)
1: [ RUN      ] openmp.atomic_views_nonintegral
1: [       OK ] openmp.atomic_views_nonintegral (188 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 (56 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 (105 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 (1437 ms)
1: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutleft
1: [       OK ] openmp.local_deepcopy_rangepolicy_layoutleft (1731 ms)
1: [ RUN      ] openmp.local_deepcopy_teampolicy_layoutright
1: [       OK ] openmp.local_deepcopy_teampolicy_layoutright (935 ms)
1: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutright
1: [       OK ] openmp.local_deepcopy_rangepolicy_layoutright (945 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 (1 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 (2 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 (3 ms)
1: [ RUN      ] openmp.mathspecialfunc_cbesselj1y1
1: [       OK ] openmp.mathspecialfunc_cbesselj1y1 (2 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 (36 ms)
1: [ RUN      ] openmp.mdrange_6d
1: [       OK ] openmp.mdrange_6d (89 ms)
1: [ RUN      ] openmp.mdrange_2d
1: [       OK ] openmp.mdrange_2d (2 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 (10 ms)
1: [ RUN      ] openmp.mdrange_neg_idx
1: [       OK ] openmp.mdrange_neg_idx (60 ms)
1: [ RUN      ] openmp.mdrange_4d
1: [       OK ] openmp.mdrange_4d (10 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 (914 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 (1759 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 (0 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 (1 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.memory_pool
1: [       OK ] openmp.memory_pool (67 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.parallel_scan_range_policy
1: [       OK ] openmp.parallel_scan_range_policy (9 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 (1 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 (3 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 (0 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 (2 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 (2 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 (75 ms)
1: [ RUN      ] openmp.double_reduce
1: [       OK ] openmp.double_reduce (78 ms)
1: [ RUN      ] openmp.int64_t_reduce_dynamic
1: [       OK ] openmp.int64_t_reduce_dynamic (322 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 (159 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 (50 ms)
1: [ RUN      ] openmp.reduce_device_view_mdrange_policy
1: [       OK ] openmp.reduce_device_view_mdrange_policy (67 ms)
1: [ RUN      ] openmp.reduce_device_view_team_policy
1: [       OK ] openmp.reduce_device_view_team_policy (906 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 (21 ms)
1: [ RUN      ] openmp.team_reduce
1: [       OK ] openmp.team_reduce (21 ms)
1: [ RUN      ] openmp.team_reduce_large
1: [       OK ] openmp.team_reduce_large (305 ms)
1: [ RUN      ] openmp.team_parallel_single
1: [       OK ] openmp.team_parallel_single (3494 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 (78 ms)
1: [ RUN      ] openmp.team_broadcast_long_wrapper
1: [       OK ] openmp.team_broadcast_long_wrapper (77 ms)
1: [ RUN      ] openmp.team_broadcast_char
1: [       OK ] openmp.team_broadcast_char (83 ms)
1: [ RUN      ] openmp.team_broadcast_float
1: [       OK ] openmp.team_broadcast_float (77 ms)
1: [ RUN      ] openmp.team_broadcast_double
1: [       OK ] openmp.team_broadcast_double (85 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 (355 ms)
1: [ RUN      ] openmp.triple_nested_parallelism
1: [       OK ] openmp.triple_nested_parallelism (306 ms)
1: [ RUN      ] openmp.parallel_scan_with_reducers
1: [       OK ] openmp.parallel_scan_with_reducers (93 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 (4 ms)
1: [ RUN      ] openmp.ThreadVectorMDRangeParallelFor
1: [       OK ] openmp.ThreadVectorMDRangeParallelFor (5 ms)
1: [ RUN      ] openmp.TeamVectorMDRangeParallelFor
1: [       OK ] openmp.TeamVectorMDRangeParallelFor (7 ms)
1: [ RUN      ] openmp.TeamThreadMDRangeParallelReduce
1: [       OK ] openmp.TeamThreadMDRangeParallelReduce (11 ms)
1: [ RUN      ] openmp.ThreadVectorMDRangeParallelReduce
1: [       OK ] openmp.ThreadVectorMDRangeParallelReduce (10 ms)
1: [ RUN      ] openmp.TeamVectorMDRangeParallelReduce
1: [       OK ] openmp.TeamVectorMDRangeParallelReduce (11 ms)
1: [ RUN      ] openmp.team_policy_runtime_parameters
1: [       OK ] openmp.team_policy_runtime_parameters (0 ms)
1: [ RUN      ] openmp.team_reduction_scan
1: [       OK ] openmp.team_reduction_scan (12180 ms)
1: [ RUN      ] openmp.team_long_reduce
1: [       OK ] openmp.team_long_reduce (60 ms)
1: [ RUN      ] openmp.team_double_reduce
1: [       OK ] openmp.team_double_reduce (54 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 (1856 ms)
1: [ RUN      ] openmp.team_scan
1: [       OK ] openmp.team_scan (193 ms)
1: [ RUN      ] openmp.team_scan_ret_val
1: [       OK ] openmp.team_scan_ret_val (186 ms)
1: [ RUN      ] openmp.team_shared_request
1: [       OK ] openmp.team_shared_request (100 ms)
1: [ RUN      ] openmp.team_scratch_request
1: [       OK ] openmp.team_scratch_request (48 ms)
1: [ RUN      ] openmp.team_lambda_shared_request
1: [       OK ] openmp.team_lambda_shared_request (17 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 (8 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
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
1: [       OK ] openmp.team_policy_max_recommended (3379 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 (105 ms)
1: [ RUN      ] openmp.unique_token_global
1: [       OK ] openmp.unique_token_global (19 ms)
1: [ RUN      ] openmp.unique_token_instance
1: [       OK ] openmp.unique_token_instance (54 ms)
1: [ RUN      ] openmp.unique_token_team_acquire
1: [       OK ] openmp.unique_token_team_acquire (1 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
1: [       OK ] openmp.view_allocation_large_rank (886 ms)
1: [ RUN      ] openmp.view_shmem_size_on_device
1: [       OK ] openmp.view_shmem_size_on_device (5 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 (6 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_fill_tests_layout_right
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o
1: [       OK ] openmp.view_fill_tests_layout_right (3434 ms)
1: [ RUN      ] openmp.view_fill_tests_layout_left
1: [       OK ] openmp.view_fill_tests_layout_left (2652 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 (74 ms)
1: [ RUN      ] openmp.view_layoutstride_right_to_layoutright_assignment
1: [       OK ] openmp.view_layoutstride_right_to_layoutright_assignment (68 ms)
1: [ RUN      ] openmp.view_irregular_layout
1: [       OK ] openmp.view_irregular_layout (1 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 (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 (8 ms)
1: [ RUN      ] openmp.view_realloc
1: [       OK ] openmp.view_realloc (0 ms)
1: [ RUN      ] openmp.workgraph_fib
1: [       OK ] openmp.workgraph_fib (576 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-5993/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 (9 ms)
1: [ RUN      ] openmp.view_subview_2d_from_3d_atomic
1: [       OK ] openmp.view_subview_2d_from_3d_atomic (9 ms)
1: [ RUN      ] openmp.view_subview_2d_from_3d_randomaccess
1: [       OK ] openmp.view_subview_2d_from_3d_randomaccess (9 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left
1: [       OK ] openmp.view_subview_3d_from_5d_left (108 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left_atomic
1: [       OK ] openmp.view_subview_3d_from_5d_left_atomic (111 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left_randomaccess
1: [       OK ] openmp.view_subview_3d_from_5d_left_randomaccess (108 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right
1: [       OK ] openmp.view_subview_3d_from_5d_right (165 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right_atomic
1: [       OK ] openmp.view_subview_3d_from_5d_right_atomic (170 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right_randomaccess
1: [       OK ] openmp.view_subview_3d_from_5d_right_randomaccess (165 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: [----------] 291 tests from openmp (42775 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 306 tests from 2 test suites ran. (55975 ms total)
1: [  PASSED  ] 303 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   56.74 sec
test 2
      Start  2: Kokkos_CoreUnitTest_OpenMPInterOp

2: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (18 ms)
2: [----------] 1 test from openmp (18 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 1 test from 1 test suite ran. (18 ms total)
2: [  PASSED  ] 1 test.
 2/51 Test  #2: Kokkos_CoreUnitTest_OpenMPInterOp ................   Passed    0.70 sec
test 3
      Start  3: Kokkos_CoreUnitTest_OpenMPGraph

3: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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: 
 3/51 Test  #3: Kokkos_CoreUnitTest_OpenMPGraph ..................   Passed    0.69 sec
test 4
      Start  4: Kokkos_CoreUnitTest_Cuda1

4: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 180 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 (653 ms)
4: [ RUN      ] cuda_DeathTest.abort_from_device
4: [       OK ] cuda_DeathTest.abort_from_device (519 ms)
4: [ RUN      ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort
4: [       OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (477 ms)
4: [ RUN      ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions
4: [       OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (494 ms)
4: [ RUN      ] cuda_DeathTest.policy_invalid_bounds
4: [       OK ] cuda_DeathTest.policy_invalid_bounds (608 ms)
4: [ RUN      ] cuda_DeathTest.range_policy_invalid_bounds
4: 
4: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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 (845 ms)
4: [ RUN      ] cuda_DeathTest.range_policy_implicitly_converted_bounds
4: 
4: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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.
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
4: 
4: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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 (1403 ms)
4: [----------] 7 tests from cuda_DeathTest (5001 ms total)
4: 
4: [----------] 173 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.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 (15 ms)
4: [ RUN      ] cuda.atomic_operations_longlong
4: [       OK ] cuda.atomic_operations_longlong (15 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 (12 ms)
4: [ RUN      ] cuda.atomic_operations_unsignedlong
4: [       OK ] cuda.atomic_operations_unsignedlong (12 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
4: [       OK ] cuda.atomic_views_integral (6474 ms)
4: [ RUN      ] cuda.atomic_views_nonintegral
4: [       OK ] cuda.atomic_views_nonintegral (50 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 (8 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 (1 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 (2 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 (9 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 (34 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-5993/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-5993/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-5993/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-5993/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 (8 ms)
4: [ RUN      ] cuda.mathematical_constants_e
4: [       OK ] cuda.mathematical_constants_e (2 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 (25 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 (20 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 (7 ms)
4: [ RUN      ] cuda.mathematical_functions_nearest_interger_floating_point_operations
4: [       OK ] cuda.mathematical_functions_nearest_interger_floating_point_operations (9 ms)
4: [ RUN      ] cuda.mathematical_functions_floating_point_manipulation_functions
4: [       OK ] cuda.mathematical_functions_floating_point_manipulation_functions (2 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 (31 ms)
4: [ RUN      ] cuda.mathspecialfunc_expint1
4: [       OK ] cuda.mathspecialfunc_expint1 (9 ms)
4: [ RUN      ] cuda.mathspecialfunc_errorfunc
4: [       OK ] cuda.mathspecialfunc_errorfunc (13 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 (20 ms)
4: [ RUN      ] cuda.mdrange_6d
4: [       OK ] cuda.mdrange_6d (27 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 (6 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 (7 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 (72 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 (1464 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 (7 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 (0 ms)
4: [ RUN      ] cuda.memory_pool
4: [       OK ] cuda.memory_pool (15 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.parallel_scan_range_policy
4: [       OK ] cuda.parallel_scan_range_policy (35 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 (8 ms)
4: [ RUN      ] cuda.reducers_double
4: [       OK ] cuda.reducers_double (11 ms)
4: [ RUN      ] cuda.reducers_complex_double
4: [       OK ] cuda.reducers_complex_double (14 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 (8 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 (3 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 (13 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
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 (19 ms)
4: [ RUN      ] cuda.reduceMDRangePolicyViewSizeLimit
4: [       OK ] cuda.reduceMDRangePolicyViewSizeLimit (62 ms)
4: [----------] 173 tests from cuda (9334 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 180 tests from 2 test suites ran. (14336 ms total)
4: [  PASSED  ] 176 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.09 sec
test 5
      Start  5: Kokkos_CoreUnitTest_Cuda2

5: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 128 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
5: [       OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (4035 ms)
5: [ RUN      ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment
5: [       OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (4287 ms)
5: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_host
5: [       OK ] cuda_DeathTest.view_memory_access_violations_from_host (10175 ms)
5: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_device
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
5: [       OK ] cuda_DeathTest.view_memory_access_violations_from_device (9142 ms)
5: [----------] 8 tests from cuda_DeathTest (27641 ms total)
5: 
5: [----------] 92 tests from cuda
5: [ RUN      ] cuda.team_for
5: [       OK ] cuda.team_for (17 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 (6 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 (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-5993/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 (32 ms)
5: [ RUN      ] cuda.ThreadVectorMDRangeParallelFor
5: [       OK ] cuda.ThreadVectorMDRangeParallelFor (10 ms)
5: [ RUN      ] cuda.TeamVectorMDRangeParallelFor
5: [       OK ] cuda.TeamVectorMDRangeParallelFor (10 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 (1085 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 (172 ms)
5: [ RUN      ] cuda.team_scan_ret_val
5: [       OK ] cuda.team_scan_ret_val (155 ms)
5: [ RUN      ] cuda.team_shared_request
5: [       OK ] cuda.team_shared_request (2 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
5: [       OK ] cuda.team_policy_max_recommended (224 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-5993/core/unit_test/TestTeamVectorRange.hpp:442: Skipped
5: Disabling 2/3rd of the test for now
5: [  SKIPPED ] 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 (8 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 (16 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 (8 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_fill_tests_layout_right
5: [       OK ] cuda.view_fill_tests_layout_right (100 ms)
5: [ RUN      ] cuda.view_fill_tests_layout_left
5: [       OK ] cuda.view_fill_tests_layout_left (50 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 (67 ms)
5: [ RUN      ] cuda.view_layoutstride_right_to_layoutright_assignment
5: [       OK ] cuda.view_layoutstride_right_to_layoutright_assignment (63 ms)
5: [ RUN      ] cuda.view_irregular_layout
5: [       OK ] cuda.view_irregular_layout (4 ms)
5: [ RUN      ] cuda.view_mapping
5: [       OK ] cuda.view_mapping (58 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 (15 ms)
5: [ RUN      ] cuda.view_realloc
5: [       OK ] cuda.view_realloc (0 ms)
5: [ RUN      ] cuda.workgraph_fib
5: [       OK ] cuda.workgraph_fib (1004 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: [----------] 92 tests from cuda (3319 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 (7 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 (5 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 (57 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 (56 ms)
5: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left
5: [       OK ] cuda_uvm.view_subview_3d_from_5d_left (77 ms)
5: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_atomic
5: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (76 ms)
5: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess
5: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (76 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 (78 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 (685 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 128 tests from 3 test suites ran. (31646 ms total)
5: [  PASSED  ] 126 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   32.42 sec
test 6
      Start  6: Kokkos_CoreUnitTest_Cuda3

6: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Cuda3
6: Test timeout computed to be: 1500
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 60 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 (13447 ms)
6: [ RUN      ] cuda.space_access
6: [       OK ] cuda.space_access (0 ms)
6: [ RUN      ] cuda.uvm
6: [       OK ] cuda.uvm (4 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 (1 ms)
6: [----------] 6 tests from cuda (13456 ms total)
6: 
6: [----------] 27 tests from cuda_hostpinned
6: [ RUN      ] cuda_hostpinned.impl_shared_alloc
6: [       OK ] cuda_hostpinned.impl_shared_alloc (44 ms)
6: [ RUN      ] cuda_hostpinned.view_api_a
6: [       OK ] cuda_hostpinned.view_api_a (10 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 (3 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
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o
6: [       OK ] cuda_hostpinned.view_allocation_large_rank (3853 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_fill_tests_layout_right
6: [       OK ] cuda_hostpinned.view_fill_tests_layout_right (3713 ms)
6: [ RUN      ] cuda_hostpinned.view_fill_tests_layout_left
6: [       OK ] cuda_hostpinned.view_fill_tests_layout_left (3082 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 (3 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 (2 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: [----------] 27 tests from cuda_hostpinned (10798 ms total)
6: 
6: [----------] 27 tests from cuda_uvm
6: [ RUN      ] cuda_uvm.impl_shared_alloc
6: [       OK ] cuda_uvm.impl_shared_alloc (75 ms)
6: [ RUN      ] cuda_uvm.view_api_a
6: [       OK ] cuda_uvm.view_api_a (12 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 (2 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 (35 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_fill_tests_layout_right
6: [       OK ] cuda_uvm.view_fill_tests_layout_right (146 ms)
6: [ RUN      ] cuda_uvm.view_fill_tests_layout_left
6: [       OK ] cuda_uvm.view_fill_tests_layout_left (102 ms)
6: [ RUN      ] cuda_uvm.view_mapping
6: [       OK ] cuda_uvm.view_mapping (60 ms)
6: [ RUN      ] cuda_uvm.view_mapping_operator
6: [       OK ] cuda_uvm.view_mapping_operator (8 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 (7 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: [----------] 27 tests from cuda_uvm (793 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 60 tests from 3 test suites ran. (25048 ms total)
6: [  PASSED  ] 60 tests.
 6/51 Test  #6: Kokkos_CoreUnitTest_Cuda3 ........................   Passed   25.75 sec
test 7
      Start  7: Kokkos_CoreUnitTest_CudaTimingBased

7: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CudaTimingBased
7: Test timeout computed to be: 1500
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 (11 ms)
7: [ RUN      ] cuda.debug_pin_um_to_host
7: [       OK ] cuda.debug_pin_um_to_host (702 ms)
7: [----------] 2 tests from cuda (713 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 2 tests from 1 test suite ran. (713 ms total)
7: [  PASSED  ] 2 tests.
 7/51 Test  #7: Kokkos_CoreUnitTest_CudaTimingBased ..............   Passed    1.40 sec
test 8
      Start  8: Kokkos_CoreUnitTest_CudaInterOpInit

8: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (19 ms)
8: [----------] 1 test from cuda (19 ms total)
8: 
8: [----------] Global test environment tear-down
8: [==========] 1 test from 1 test suite ran. (19 ms total)
8: [  PASSED  ] 1 test.
 8/51 Test  #8: Kokkos_CoreUnitTest_CudaInterOpInit ..............   Passed    0.74 sec
test 9
      Start  9: Kokkos_CoreUnitTest_CudaInterOpStreams

9: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (19 ms)
9: [----------] 1 test from cuda (19 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 1 test from 1 test suite ran. (19 ms total)
9: [  PASSED  ] 1 test.
 9/51 Test  #9: Kokkos_CoreUnitTest_CudaInterOpStreams ...........   Passed    0.69 sec
test 10
      Start 10: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU

10: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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.
10/51 Test #10: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU ...   Passed    0.74 sec
test 11
      Start 11: Kokkos_CoreUnitTest_CudaGraph

11: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CudaGraph
11: Test timeout computed to be: 1500
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o
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.74 sec
test 12
      Start 12: Kokkos_CoreUnitTest_Default

12: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Default
12: 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 (6 ms)
12: [ RUN      ] defaultdevicetype.cmd_line_args_tools_arguments
12: [       OK ] defaultdevicetype.cmd_line_args_tools_arguments (1 ms)
12: [ RUN      ] defaultdevicetype.cmd_line_args_unrecognized_flag
12: [       OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (7 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 (8 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 (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 (19 ms)
12: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
12: [       OK ] defaultdevicetype.reduce_instantiation_c3 (9 ms)
12: [ RUN      ] defaultdevicetype.malloc
12: [       OK ] defaultdevicetype.malloc (0 ms)
12: [----------] 31 tests from defaultdevicetype (140 ms total)
12: 
12: [----------] 1 test from kokkosresize
12: [ RUN      ] kokkosresize.host_space_access
12: [       OK ] kokkosresize.host_space_access (19 ms)
12: [----------] 1 test from kokkosresize (19 ms total)
12: 
12: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple<int, Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
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<int [5], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
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<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
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<int [5][10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int* [10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int**, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int [5][10][15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int* [10][15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int** [15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int***, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int, Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
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<int [5], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
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<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
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<int [5][10], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int* [10], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int**, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int [5][10][15], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int* [10][15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int** [15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int***, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int, Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
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<int [5], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
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<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
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<int [5][10], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int* [10], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int**, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int [5][10][15], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int* [10][15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int** [15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int***, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
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<int* [10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
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<int** [15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
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<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
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<int* [10], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
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<int** [15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
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<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
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<int* [10], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
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<int** [15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
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. (161 ms total)
12: [  PASSED  ] 71 tests.
12/51 Test #12: Kokkos_CoreUnitTest_Default ......................   Passed    0.86 sec
test 13
      Start 13: Kokkos_CoreUnitTest_LegionInitialization

13: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (18 ms)
13: [----------] 1 test from initialization (18 ms total)
13: 
13: [----------] Global test environment tear-down
13: [==========] 1 test from 1 test suite ran. (18 ms total)
13: [  PASSED  ] 1 test.
13/51 Test #13: Kokkos_CoreUnitTest_LegionInitialization .........   Passed    0.69 sec
test 14
      Start 14: Kokkos_CoreUnitTest_PushFinalizeHook

14: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook
14: Test timeout computed to be: 1500
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
14/51 Test #14: Kokkos_CoreUnitTest_PushFinalizeHook .............   Passed    0.69 sec
test 15
      Start 15: Kokkos_CoreUnitTest_Develop

15: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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.68 sec
test 16
      Start 16: Kokkos_CoreUnitTest_KokkosP

16: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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.
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 (2 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 (6 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. (6 ms total)
16: [  PASSED  ] 28 tests.
16/51 Test #16: Kokkos_CoreUnitTest_KokkosP ......................   Passed    0.69 sec
test 17
      Start 17: Kokkos_CoreUnitTest_ToolIndependence

17: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence
17: Test timeout computed to be: 1500
28: Test_Atomic<long long int>/100000/iterations:10                12.1 s          12.1 s            10          1            8     20.1007        1.62818m       71.3u     4.99995G         1077.93k     4.99995G
17/51 Test #17: Kokkos_CoreUnitTest_ToolIndependence .............   Passed    0.66 sec
test 18
      Start 18: Kokkos_ProfilingTestLibraryLoadHelp

18: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help"
18: Environment variables: 
18:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-5993/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::
18/51 Test #18: Kokkos_ProfilingTestLibraryLoadHelp ..............   Passed    0.68 sec
test 19
      Start 19: Kokkos_ProfilingTestLibraryCmdLineHelp

19: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-5993/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.
19: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
19/51 Test #19: Kokkos_ProfilingTestLibraryCmdLineHelp ...........   Passed    0.68 sec
test 20
      Start 20: Kokkos_ProfilingTestLibraryLoad

20: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
20: Environment variables: 
20:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-5993/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().
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::
20/51 Test #20: Kokkos_ProfilingTestLibraryLoad ..................   Passed    0.73 sec
test 21
      Start 21: Kokkos_ProfilingTestLibraryCmdLine

21: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-5993/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.69 sec
test 22
      Start 22: Kokkos_CoreUnitTest_StackTraceTest

22: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec
22: Test timeout computed to be: 1500
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-5993/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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1713]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a6bc]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x445fe6]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x14e) [0x44498e]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e043]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x45768f]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4599df]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ad07]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46d827]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x490e83]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45c0ce]
22: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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*, 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*, 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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1713]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a6bc]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x44bc32]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x446f4d]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x14e) [0x44498e]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e043]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x45768f]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4599df]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ad07]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46d827]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x490e83]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45c0ce]
22: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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*, 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*, 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_terminate (342 ms)
22: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
22: 
22: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1713]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a6bc]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x445fe6]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x14b) [0x444d0b]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e043]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x45768f]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4599df]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ad07]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46d827]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x490e83]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45c0ce]
22: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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*, 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*, 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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1713]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a6bc]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x44bc32]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x446f4d]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x14b) [0x444d0b]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e043]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x45768f]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4599df]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ad07]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46d827]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x490e83]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45c0ce]
22: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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*, 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*, 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 (457 ms)
22: [----------] 2 tests from defaultdevicetype_DeathTest (799 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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1713]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a6bc]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x445fe6]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e043]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x45768f]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4599df]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ad07]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46d827]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x490e83]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45c0ce]
22: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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*, 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*, 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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4e1713]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44a6bc]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x44bc32]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x446f4d]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48e043]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x45768f]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x4599df]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x45ad07]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46d827]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x490e83]
22: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45c0ce]
22: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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*, 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*, 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 (0 ms)
22: [----------] 1 test from defaultdevicetype (0 ms total)
22: 
22: [----------] Global test environment tear-down
22: [==========] 3 tests from 2 test suites ran. (800 ms total)
22: [  PASSED  ] 3 tests.
22/51 Test #22: Kokkos_CoreUnitTest_StackTraceTest ...............   Passed    1.49 sec
test 23
      Start 23: Kokkos_IncrementalTest_OPENMP

23: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_IncrementalTest_OPENMP
23: Test timeout computed to be: 1500
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
23: [       OK ] OPENMP.IncrTest_03b_memspace_free (135 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 (3 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 (103 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
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 (248 ms total)
23: 
23: [----------] Global test environment tear-down
23: [==========] 28 tests from 1 test suite ran. (248 ms total)
23: [  PASSED  ] 28 tests.
23/51 Test #23: Kokkos_IncrementalTest_OPENMP ....................   Passed    0.94 sec
test 24
      Start 24: Kokkos_IncrementalTest_CUDA

24: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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
24: [       OK ] CUDA.IncrTest_03b_memspace_free (2341 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 (3 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 (0 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 (0 ms)
24: [ RUN      ] CUDA.IncrTest_11c_Hierarchical_ForLoop
24: [       OK ] CUDA.IncrTest_11c_Hierarchical_ForLoop (200 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 (5 ms)
24: [ RUN      ] CUDA.incr_17_atomicView
24: [       OK ] CUDA.incr_17_atomicView (0 ms)
24: [----------] 28 tests from CUDA (2564 ms total)
24: 
24: [----------] Global test environment tear-down
24: [==========] 28 tests from 1 test suite ran. (2564 ms total)
24: [  PASSED  ] 28 tests.
24/51 Test #24: Kokkos_IncrementalTest_CUDA ......................   Passed    3.25 sec
test 25
      Start 25: Kokkos_CoreUnitTest_CTestDevice

25: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice
25: Test timeout computed to be: 1500
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.72 sec
test 26
      Start 26: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0

26: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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 (672 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 (3 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 (16 ms)
27: [ RUN      ] openmp.dyn_rank_view_api_generic
27: [       OK ] openmp.dyn_rank_view_api_generic (18 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-5993/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 (22 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 (9 ms)
27: [ RUN      ] openmp.offsetview_offsets_rank1
27: [       OK ] openmp.offsetview_offsets_rank1 (8 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
27: [       OK ] openmp.scatterview (1914 ms)
27: [ RUN      ] openmp.scatterview_devicetype
27: [       OK ] openmp.scatterview_devicetype (8 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 (1 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
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o
28: Test_Atomic<unsigned int>/100000/iterations:10                 3.52 s          3.50 s            10          1            4    2.47947m        1.28888m       81.2u     704.983M         1.16492M     704.983M
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o
27: [       OK ] openmp.UnorderedMap_insert (16644 ms)
27: [ RUN      ] openmp.UnorderedMap_failed_insert
27: [       OK ] openmp.UnorderedMap_failed_insert (5046 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 (24424 ms total)
27: 
27: [----------] Global test environment tear-down
27: [==========] 62 tests from 1 test suite ran. (24424 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.28 sec
test 28
      Start 28: Kokkos_ContainersUnitTest_Cuda

28: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (2 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 (26 ms)
28: [ RUN      ] cuda.dyn_rank_view_api_generic
28: [       OK ] cuda.dyn_rank_view_api_generic (15 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 (3 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
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
28: [       OK ] cuda.scatterview (12428 ms)
28: [ RUN      ] cuda.scatterview_devicetype
28: [       OK ] cuda.scatterview_devicetype (27 ms)
28: [ RUN      ] cuda.staticcrsgraph
28: [       OK ] cuda.staticcrsgraph (29 ms)
28: [ RUN      ] cuda.UnorderedMap_insert
28: [       OK ] cuda.UnorderedMap_insert (5488 ms)
28: [ RUN      ] cuda.UnorderedMap_failed_insert
[ 39%] Linking CXX executable Kokkos_CoreUnitTest_Default
28: [       OK ] cuda.UnorderedMap_failed_insert (1439 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 (19498 ms total)
28: 
28: [----------] Global test environment tear-down
28: [==========] 42 tests from 1 test suite ran. (19498 ms total)
28: [  PASSED  ] 42 tests.
28/51 Test #28: Kokkos_ContainersUnitTest_Cuda ...................   Passed   20.26 sec
test 29
      Start 29: Kokkos_ContainersPerformanceTest_OpenMP

29: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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.0185642
29:  View sum computation time: 0.0185642
29:  Strided View time (init only): 0.0200929
29:  View Rank7 time (init only): 0.0567603
29:  DynRankView time (init only): 0.0114346
29:  DynRankView sum computation time: 0.0162495
29:  Ratio of View to DynRankView time: 1.62351
29:  Ratio of View to DynRankView sum computation time: 0.963385
29:  Ratio of View to View Rank7  time: 0.327062
29:  Ratio of StrideView to DynRankView time: 1.75721
29:  Ratio of DynRankView to View Rank7  time: 0.201453
29: [       OK ] TEST_CATEGORY.dynrankview_perf (256 ms)
29: [ RUN      ] TEST_CATEGORY.global_2_local
29: OpenMP
29: size, create, generate, fill, find
29: 256, 0.000172645, 1.312e-05, 5.0223e-05, 0.00121116
29: 512, 4.7901e-05, 1.2125e-05, 8.2565e-05, 0.00160545
29: 1024, 4.2164e-05, 7.983e-06, 0.000154118, 0.00148871
29: 2048, 5.0007e-05, 1.3116e-05, 0.000311276, 0.00201603
29: 4096, 0.000122169, 1.4799e-05, 0.000520759, 0.00232362
29: 8192, 0.000169356, 2.3471e-05, 0.00101561, 0.00314746
29: 16384, 0.000315692, 2.0987e-05, 0.00217239, 0.00666665
29: 32768, 0.000532067, 3.4606e-05, 0.0041012, 0.0171426
29: 65536, 0.001004, 6.0169e-05, 0.00939186, 0.0402866
29: 131072, 0.00248148, 0.000115506, 0.016556, 0.0897671
29: 262144, 0.00432255, 0.00022214, 0.0311371, 0.224837
29: 524288, 0.00706686, 0.000442825, 0.0636164, 0.512144
29: 1048576, 0.0120088, 0.000874765, 0.125251, 1.54046
[ 39%] Built target Kokkos_CoreUnitTest_Default
29: 2097152, 0.0237167, 0.00178967, 0.251349, 3.82136
Scanning dependencies of target Kokkos_CoreTestCompileOnly
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
29: 4194304, 0.0410569, 0.00405985, 0.500463, 9.87932
29: [       OK ] TEST_CATEGORY.global_2_local (17254 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
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o
29: ScatterView data-duplicated test:
29: num_threads 8
29: hand-coded test took 0.434317 seconds
29: test took 0.280173 seconds
29: num_threads 8
29: hand-coded test took 0.436314 seconds
29: test took 0.297894 seconds
29: num_threads 8
29: hand-coded test took 0.43523 seconds
29: test took 0.280437 seconds
29: num_threads 8
29: hand-coded test took 0.433503 seconds
29: test took 0.280711 seconds
29: num_threads 8
29: hand-coded test took 0.434611 seconds
29: test took 0.280469 seconds
29: [       OK ] TEST_CATEGORY.scatter_view (3837 ms)
29: [----------] 5 tests from TEST_CATEGORY (21347 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 5 tests from 1 test suite ran. (21347 ms total)
29: [  PASSED  ] 5 tests.
29/51 Test #29: Kokkos_ContainersPerformanceTest_OpenMP ..........   Passed   22.04 sec
test 30
      Start 30: Kokkos_ContainersPerformanceTest_Cuda

30: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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.00398977
30:  View sum computation time: 0.00398977
30:  Strided View time (init only): 0.00124521
30:  View Rank7 time (init only): 0.00124375
30:  DynRankView time (init only): 0.00122905
30:  DynRankView sum computation time: 0.00186689
30:  Ratio of View to DynRankView time: 3.24622
30:  Ratio of View to DynRankView sum computation time: 1.01613
30:  Ratio of View to View Rank7  time: 3.20785
30:  Ratio of StrideView to DynRankView time: 1.01314
30:  Ratio of DynRankView to View Rank7  time: 0.988181
30: [       OK ] TEST_CATEGORY.dynrankview_perf (22 ms)
30: [ RUN      ] TEST_CATEGORY.global_2_local
30: Cuda
30: size, create, generate, fill, find
30: 256, 0.00028322, 4.3245e-05, 0.00266141, 0.00203309
30: 512, 0.000160512, 1.0658e-05, 2.3537e-05, 0.00205524
30: 1024, 0.000170546, 1.2882e-05, 2.3195e-05, 0.00205285
30: 2048, 0.000148891, 1.016e-05, 2.227e-05, 0.00217443
30: 4096, 0.000154751, 9.923e-06, 2.4608e-05, 0.00208436
30: 8192, 0.000154415, 1.072e-05, 2.5279e-05, 0.00207093
30: 16384, 0.000156883, 1.0328e-05, 2.9032e-05, 0.00213569
30: 32768, 0.000157525, 1.0825e-05, 3.3495e-05, 0.00226361
30: 65536, 0.000161546, 1.1066e-05, 4.1516e-05, 0.00255795
30: 131072, 0.000160576, 2.2571e-05, 6.5484e-05, 0.00320816
30: 262144, 0.000174583, 1.7799e-05, 0.000147031, 0.005933
30: 524288, 0.000184602, 1.688e-05, 0.000529882, 0.019464
30: 1048576, 0.000641726, 3.514e-05, 0.00138739, 0.0483985
30: 2097152, 0.000420602, 3.9355e-05, 0.00306916, 0.109355
30: 4194304, 0.000637036, 6.3799e-05, 0.0068428, 0.235938
30: [       OK ] TEST_CATEGORY.global_2_local (461 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.18 sec
test 31
      Start 31: Kokkos_UnitTest_Sort

31: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (21 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 (6 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-5993/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-5993/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 (964 ms)
31: [ RUN      ] cuda.SortWithCustomComparator
31: [       OK ] cuda.SortWithCustomComparator (599 ms)
31: [ RUN      ] cuda.BinSortGenericTests
31: [       OK ] cuda.BinSortGenericTests (21 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
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
31: [       OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (11850 ms)
31: [ RUN      ] cuda.NestedSort
31: [       OK ] cuda.NestedSort (28 ms)
31: [ RUN      ] cuda.NestedSortByKey
31: [       OK ] cuda.NestedSortByKey (87 ms)
31: [----------] 15 tests from cuda (13582 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 15 tests from 1 test suite ran. (13582 ms total)
31: [  PASSED  ] 15 tests.
31/51 Test #31: Kokkos_UnitTest_Sort .............................   Passed   14.28 sec
test 32
      Start 32: Kokkos_UnitTest_Random

32: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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:1714084950959505048
32: Test Scalar=int
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.43252e-07 -0.0100455 0.000367786 || 0.051031 28032 29343 || 28965.4 28674.4 || 5.08427 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.43252e-07 -0.0025153 0.00230515 || 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.00791694 -0.00984074 || 0.051031 28067 29344 || 28449.2 28674.4 || -136.038 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.43252e-07 -0.0091837 0.00837801 || 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.0145265 -0.01135 || 0.051031 28107 29330 || 29097.1 28674.4 || -156.903 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.43252e-07 0.00634763 -0.00683757 || 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.00450522 -0.0085679 || 0.051031 28005 29291 || 28545.8 28674.4 || -118.443 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.43252e-07 -0.00198693 0.00108288 || 0.051031 1e+64 -1e+64
32: Test Scalar=half
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0.000244087 -0.99999 -48247 || 0.051031 0 194869 || 2.92872e+09 28674.4 || -6.66966e+08 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 0.000731109 -0.314741 0.156724 || 0.051031 1e+64 -1e+64
32: Test Scalar=bhalf
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0.00195987 -0.999999 -57856.4 || 0.051031 0 1.55188e+06 || 2.86898e+10 28674.4 || -7.99807e+08 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 0.00589026 -0.967843 10.2403 || 0.051031 1e+64 -1e+64
32: Test Scalar=float
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.71e-07 -0.00749743 -0.00871107 || 0.051031 28045 29437 || 28891 28674.4 || -120.422 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 7.26496e-07 0.0115396 -0.000473362 || 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.0094496 -0.0130726 || 0.051031 28074 29370 || 28947.9 28674.4 || -180.716 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.43252e-07 -0.00873822 -0.00520645 || 0.051031 1e+64 -1e+64
32: Test Seed:1714084951095644836
32: Test Scalar=int
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.45775e-07 0.0111051 -0.0107697 || 0.051031 28073 29272 || 28359.5 28674.4 || -148.881 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.5082e-07 0.00419154 0.00599342 || 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.00212488 -0.0214689 || 0.051031 28004 29355 || 28613.6 28674.4 || -296.785 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.43252e-07 0.00447783 0.00264561 || 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.0214268 -0.0342663 || 0.051031 28009 29399 || 28072.9 28674.4 || -473.698 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.43252e-07 -0.00147462 -0.00494768 || 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.0109873 0.0140576 || 0.051031 28014 29331 || 28362.8 28674.4 || 194.332 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.43252e-07 -0.00271082 0.00249281 || 0.051031 1e+64 -1e+64
32: Test Scalar=half
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0.000243673 -0.99999 -48244.3 || 0.051031 0 194912 || 2.92855e+09 28674.4 || -6.6693e+08 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 0.000729843 -0.307727 0.15217 || 0.051031 1e+64 -1e+64
32: Test Scalar=bhalf
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0.00196097 -0.999999 -57856.9 || 0.051031 0 1.55148e+06 || 2.86888e+10 28674.4 || -7.99814e+08 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 0.00589309 -0.967847 10.3168 || 0.051031 1e+64 -1e+64
32: Test Scalar=float
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.63432e-07 -0.0107865 -0.0184135 || 0.051031 28019 29411 || 28987.1 28674.4 || -254.548 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 7.03793e-07 0.00263934 0.000930076 || 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.00615169 -0.0295778 || 0.051031 27943 29330 || 28851.9 28674.4 || -408.884 -2.0744
32:  -- Testing 3-D histogram
32: Density 3D: 6.43252e-07 0.00337672 0.00806117 || 0.051031 1e+64 -1e+64
32: [       OK ] cuda.Random_XorShift64 (250 ms)
32: [ RUN      ] cuda.Random_XorShift1024_0
32: Test Seed:1714084951209810967
32: Test Scalar=int
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 2.47955e-07 -0.0196667 0.00837041 || 0.051031 10986 11812 || 11605.2 11377 || 115.713 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 -0.00170161 -0.000956627 || 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.000430793 -0.0218005 || 0.051031 10982 11830 || 11381.9 11377 || -301.371 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 -0.00173914 -0.00213275 || 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.00662062 -0.00650657 || 0.051031 10943 11807 || 11302.1 11377 || -89.9469 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 -0.0101749 -0.000945614 || 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.00136266 -0.0019645 || 0.051031 10957 11803 || 11392.5 11377 || -27.1573 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 0.00591539 0.00184928 || 0.051031 1e+64 -1e+64
32: Test Scalar=half
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0.000244652 -0.999975 -7595.12 || 0.051031 0 77704 || 4.61048e+08 11377 || -1.04995e+08 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 0.000733493 -0.156297 0.0244787 || 0.051031 1e+64 -1e+64
32: Test Scalar=bhalf
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0.00195722 -0.999997 -9107.92 || 0.051031 0 616594 || 4.51677e+09 11377 || -1.25908e+08 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 0.00588302 -0.922568 1.64029 || 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.0120698 0.0186622 || 0.051031 10997 11762 || 11516 11377 || 257.987 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 3.05176e-07 -0.00533764 -0.000539176 || 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.00097556 0.0016512 || 0.051031 10913 11827 || 11365.9 11377 || 22.8262 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 -0.00662163 -0.00148683 || 0.051031 1e+64 -1e+64
32: Test Seed:1714084951289458658
32: Test Scalar=int
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 2.47955e-07 0.00253111 -0.0075243 || 0.051031 10984 11766 || 11348.2 11377 || -104.016 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 0.0120401 -0.000794561 || 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.000922132 0.00641949 || 0.051031 10964 11754 || 11387.5 11377 || 88.743 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 -0.00550771 -0.0039469 || 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.0185563 -0.000582368 || 0.051031 10969 11806 || 11169.7 11377 || -8.05065 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 -0.00514337 -0.000758618 || 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.00905952 -0.00817083 || 0.051031 10939 11763 || 11274.8 11377 || -112.954 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 0.000800963 0.00106308 || 0.051031 1e+64 -1e+64
32: Test Scalar=half
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0.000245631 -0.999975 -7594.96 || 0.051031 0 77615 || 4.61043e+08 11377 || -1.04993e+08 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 0.00073655 -0.145223 0.0249435 || 0.051031 1e+64 -1e+64
32: Test Scalar=bhalf
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0.00195877 -0.999997 -9108.04 || 0.051031 0 616705 || 4.51701e+09 11377 || -1.2591e+08 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 0.00588717 -0.922667 1.65352 || 0.051031 1e+64 -1e+64
32: Test Scalar=float
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 2.73387e-07 -0.000259544 0.0079196 || 0.051031 10971 11782 || 11379.9 11377 || 109.48 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 3.24249e-07 0.0190754 -0.000922601 || 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.00206004 -0.0041328 || 0.051031 10972 11786 || 11400.4 11377 || -57.1319 -0.823045
32:  -- Testing 3-D histogram
32: Density 3D: 2.47955e-07 -0.0188069 -0.00115107 || 0.051031 1e+64 -1e+64
32: [       OK ] cuda.Random_XorShift1024_0 (178 ms)
32: [ RUN      ] cuda.Multi_streams
32: [       OK ] cuda.Multi_streams (202 ms)
32: [----------] 3 tests from cuda (631 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 3 tests from 1 test suite ran. (631 ms total)
32: [  PASSED  ] 3 tests.
32/51 Test #32: Kokkos_UnitTest_Random ...........................   Passed    1.33 sec
test 33
      Start 33: Kokkos_AlgorithmsUnitTest_StdSet_A

33: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 15 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: [----------] 11 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.constructiblity
33: [       OK ] random_access_iterator_test.constructiblity (0 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: [----------] 11 tests from random_access_iterator_test (3 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 15 tests from 3 test suites ran. (3 ms total)
33: [  PASSED  ] 15 tests.
33/51 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_A ...............   Passed    0.75 sec
test 34
      Start 34: Kokkos_AlgorithmsUnitTest_StdSet_B

34: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (7 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 (4 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 (4 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 (4 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 (30 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 7 tests from 1 test suite ran. (30 ms total)
34: [  PASSED  ] 7 tests.
34/51 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_B ...............   Passed    0.77 sec
test 35
      Start 35: Kokkos_AlgorithmsUnitTest_StdSet_C

35: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (199 ms)
35: [----------] 1 test from std_algorithms_lexicographical_compare_test (200 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 (118 ms)
35: [----------] 1 test from std_algorithms_for_each_test (118 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 (70 ms)
35: [----------] 1 test from std_algorithms_find_test (70 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 (554 ms)
35: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
35: [       OK ] std_algorithms_non_mod_seq_ops.find_end (1201 ms)
35: [ RUN      ] std_algorithms_non_mod_seq_ops.search
35: [       OK ] std_algorithms_non_mod_seq_ops.search (774 ms)
35: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
35: [       OK ] std_algorithms_non_mod_seq_ops.search_n (478 ms)
35: [----------] 4 tests from std_algorithms_non_mod_seq_ops (3007 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 (11 ms)
35: [----------] 1 test from std_algorithms_equal_test (11 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 (78 ms)
35: [----------] 1 test from std_algorithms_all_any_none_of_test (78 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 (105 ms)
35: [----------] 1 test from std_algorithms_nonmod_seq_ops (105 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 (204 ms)
35: [----------] 1 test from std_algorithms_mismatch_test (204 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 (76 ms)
35: [----------] 1 test from std_algorithms_mod_seq_ops (76 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 13 tests from 10 test suites ran. (3971 ms total)
35: [  PASSED  ] 13 tests.
35/51 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_C ...............   Passed    4.72 sec
test 36
      Start 36: Kokkos_AlgorithmsUnitTest_StdSet_D

36: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (5 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 (136 ms)
36: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
36: [       OK ] std_algorithms_replace_ops_test.replace_copy (49 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 (263 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 (41 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.unique
36: [       OK ] std_algorithms_mod_seq_ops.unique (262 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
36: [       OK ] std_algorithms_mod_seq_ops.unique_copy (79 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 (66 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
36: [       OK ] std_algorithms_mod_seq_ops.remove_copy (169 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
36: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (65 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.rotate
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
36: [       OK ] std_algorithms_mod_seq_ops.rotate (1252 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
36: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (389 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
36: [       OK ] std_algorithms_mod_seq_ops.shift_left (1167 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
36: [       OK ] std_algorithms_mod_seq_ops.shift_right (1160 ms)
36: [----------] 11 tests from std_algorithms_mod_seq_ops (4716 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. (5041 ms total)
36: [  PASSED  ] 31 tests.
36/51 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_D ...............   Passed    5.74 sec
test 37
      Start 37: Kokkos_AlgorithmsUnitTest_StdSet_E

37: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (1 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 (22 ms)
37: [----------] 1 test from std_algorithms_partitioning_ops (22 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 (4 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 (0 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 (0 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 (16 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 (84 ms)
37: [----------] 1 test from std_algorithms_numerics_ops_test (84 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 (1089 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 (789 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 (215 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 (285 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 (2380 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 (32 ms)
37: [----------] 1 test from std_algorithms_transform_ops_test (32 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 29 tests from 7 test suites ran. (2563 ms total)
37: [  PASSED  ] 29 tests.
37/51 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_E ...............   Passed    3.32 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

38: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (680 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 (656 ms)
38: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1336 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 (700 ms)
38: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
38: [       OK ] std_algorithms_count_team_test.count_returns_zero (264 ms)
38: [----------] 2 tests from std_algorithms_count_team_test (965 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 (357 ms)
38: [----------] 1 test from std_algorithms_count_if_team_test (357 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 (510 ms)
38: [----------] 1 test from std_algorithms_for_each_team_test (510 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 (580 ms)
38: [----------] 1 test from std_algorithms_for_each_n_team_test (580 ms total)
38: 
38: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
38: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
38: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (3238 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 (2114 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 (2135 ms)
38: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (7488 ms total)
38: 
38: [----------] 2 tests from std_algorithms_mismatch_team_test
38: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
38: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (2409 ms)
38: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
38: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (986 ms)
38: [----------] 2 tests from std_algorithms_mismatch_team_test (3396 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 12 tests from 7 test suites ran. (14635 ms total)
38: [  PASSED  ] 12 tests.
38/51 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ..........   Passed   15.38 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

39: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (1887 ms)
39: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
39: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1401 ms)
39: [----------] 2 tests from std_algorithms_equal_team_test (3289 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 (903 ms)
39: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
39: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (1099 ms)
39: [----------] 2 tests from std_algorithms_search_team_test (2002 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 (2071 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 (1999 ms)
39: [----------] 2 tests from std_algorithms_find_end_team_test (4071 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 (1646 ms)
39: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o
39: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (6744 ms)
39: [----------] 2 tests from std_algorithms_find_first_of_team_test (8391 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 8 tests from 4 test suites ran. (17755 ms total)
39: [  PASSED  ] 8 tests.
39/51 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ..........   Passed   18.50 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

40: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (392 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 (541 ms)
40: [----------] 2 tests from std_algorithms_find_team_test (934 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 (279 ms)
40: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
40: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (556 ms)
40: [----------] 2 tests from std_algorithms_find_if_team_test (836 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 (542 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 (271 ms)
40: [----------] 2 tests from std_algorithms_find_if_not_team_test (813 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 (481 ms)
40: [----------] 1 test from std_algorithms_all_of_team_test (481 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 (265 ms)
40: [----------] 1 test from std_algorithms_any_of_team_test (265 ms total)
40: 
40: [----------] 1 test from std_algorithms_none_of_team_test
40: [ RUN      ] std_algorithms_none_of_team_test.test
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o
40: [       OK ] std_algorithms_none_of_team_test.test (490 ms)
40: [----------] 1 test from std_algorithms_none_of_team_test (490 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 (359 ms)
40: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
28: Test_Atomic<unsigned long int>/100000/iterations:10            12.1 s          12.0 s            10          1            8     19.6749        2.00498m      81.19u     4.99995G         1015.54k     4.99995G
40: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (410 ms)
40: [----------] 2 tests from std_algorithms_search_n_team_test (769 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 11 tests from 7 test suites ran. (4592 ms total)
40: [  PASSED  ] 11 tests.
40/51 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ..........   Passed    5.29 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

41: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
41: Test timeout computed to be: 1500
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 (1628 ms)
41: [----------] 1 test from std_algorithms_min_element_team_test (1628 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 (1608 ms)
41: [----------] 1 test from std_algorithms_max_element_team_test (1608 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 (2109 ms)
41: [----------] 1 test from std_algorithms_minmax_element_team_test (2109 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 3 tests from 3 test suites ran. (5346 ms total)
41: [  PASSED  ] 3 tests.
41/51 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ..........   Passed    6.09 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

42: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (376 ms)
42: [----------] 1 test from std_algorithms_fill_team_test (376 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 (511 ms)
42: [----------] 1 test from std_algorithms_fill_n_team_test (511 ms total)
42: 
42: [----------] 1 test from std_algorithms_replace_team_test
42: [ RUN      ] std_algorithms_replace_team_test.test
42: [       OK ] std_algorithms_replace_team_test.test (471 ms)
42: [----------] 1 test from std_algorithms_replace_team_test (471 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 (632 ms)
42: [----------] 1 test from std_algorithms_replace_if_team_test (632 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 (1032 ms)
42: [----------] 1 test from std_algorithms_replace_copy_team_test (1032 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 (913 ms)
42: [----------] 1 test from std_algorithms_replace_copy_if_team_test (913 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 6 tests from 6 test suites ran. (3938 ms total)
42: [  PASSED  ] 6 tests.
42/51 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ..........   Passed    4.69 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

43: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
43: [       OK ] std_algorithms_reverse_team_test.test (397 ms)
43: [----------] 1 test from std_algorithms_reverse_team_test (397 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 (440 ms)
43: [----------] 1 test from std_algorithms_reverse_copy_team_test (440 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 (1243 ms)
43: [----------] 1 test from std_algorithms_rotate_team_test (1243 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 (913 ms)
43: [----------] 1 test from std_algorithms_rotate_copy_team_test (913 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 4 tests from 4 test suites ran. (2995 ms total)
43: [  PASSED  ] 4 tests.
43/51 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ..........   Passed    3.69 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

44: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (632 ms)
44: [----------] 1 test from std_algorithms_move_team_test (633 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 (538 ms)
44: [----------] 1 test from std_algorithms_move_backward_team_test (538 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 (2493 ms)
44: [----------] 1 test from std_algorithms_shift_left_team_test (2493 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 (2340 ms)
44: [----------] 1 test from std_algorithms_shift_right_team_test (2341 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 4 tests from 4 test suites ran. (6006 ms total)
44: [  PASSED  ] 4 tests.
44/51 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ..........   Passed    6.76 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

45: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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
45: [       OK ] std_algorithms_copy_team_test.test (800 ms)
45: [----------] 1 test from std_algorithms_copy_team_test (800 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 (624 ms)
45: [----------] 1 test from std_algorithms_copy_n_team_test (624 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 (544 ms)
45: [----------] 1 test from std_algorithms_copy_backward_team_test (544 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 (691 ms)
45: [----------] 1 test from std_algorithms_copy_if_team_test (691 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 (1227 ms)
45: [----------] 1 test from std_algorithms_unique_copy_team_test (1227 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 (832 ms)
45: [----------] 1 test from std_algorithms_remove_team_test (832 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 (853 ms)
45: [----------] 1 test from std_algorithms_remove_if_team_test (853 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 (1019 ms)
45: [----------] 1 test from std_algorithms_remove_copy_team_test (1019 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 (932 ms)
45: [----------] 1 test from std_algorithms_remove_copy_if_team_test (932 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 9 tests from 9 test suites ran. (7527 ms total)
45: [  PASSED  ] 9 tests.
45/51 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ..........   Passed    8.28 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

46: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (1325 ms)
46: [----------] 1 test from std_algorithms_unique_team_test (1325 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 (1376 ms)
46: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1376 ms total)
46: 
46: [----------] 1 test from std_algorithms_reduce_team_test
46: [ RUN      ] std_algorithms_reduce_team_test.test
46: [       OK ] std_algorithms_reduce_team_test.test (1182 ms)
46: [----------] 1 test from std_algorithms_reduce_team_test (1182 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 (1910 ms)
46: [----------] 1 test from std_algorithms_transform_reduce_team_test (1910 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 4 tests from 4 test suites ran. (5795 ms total)
46: [  PASSED  ] 4 tests.
46/51 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ..........   Passed    6.54 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

47: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (945 ms)
47: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
28: Test_Atomic<unsigned long long int>/100000/iterations:10       4.06 s          4.04 s            10          1            8    2.44877m        1.23628m       81.2u     4.99995G         1097.07k     4.99995G
47: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1563 ms)
47: [----------] 2 tests from std_algorithms_is_sorted_team_test (2509 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 (14 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 (1478 ms)
47: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
47: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (1109 ms)
47: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2618 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 (515 ms)
47: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
47: [       OK ] std_algorithms_is_partitioned_team_test.all_false (513 ms)
47: [ RUN      ] std_algorithms_is_partitioned_team_test.random
47: [       OK ] std_algorithms_is_partitioned_team_test.random (368 ms)
47: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1404 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 (973 ms)
47: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
47: [       OK ] std_algorithms_partition_copy_team_test.all_false (970 ms)
47: [ RUN      ] std_algorithms_partition_copy_team_test.random
47: [       OK ] std_algorithms_partition_copy_team_test.random (769 ms)
47: [----------] 4 tests from std_algorithms_partition_copy_team_test (2726 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 (8 ms)
47: [ RUN      ] std_algorithms_partition_point_team_test.all_true
47: [       OK ] std_algorithms_partition_point_team_test.all_true (383 ms)
47: [ RUN      ] std_algorithms_partition_point_team_test.all_false
47: [       OK ] std_algorithms_partition_point_team_test.all_false (392 ms)
47: [ RUN      ] std_algorithms_partition_point_team_test.random
47: [       OK ] std_algorithms_partition_point_team_test.random (225 ms)
47: [----------] 4 tests from std_algorithms_partition_point_team_test (1009 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 18 tests from 5 test suites ran. (10268 ms total)
47: [  PASSED  ] 18 tests.
47/51 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ..........   Passed   10.96 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

48: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (883 ms)
48: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
48: [       OK ] std_algorithms_transform_team_test.test_binary_op (957 ms)
48: [----------] 2 tests from std_algorithms_transform_team_test (1841 ms total)
48: 
48: [----------] 1 test from std_algorithms_generate_team_test
48: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
48: [       OK ] std_algorithms_generate_team_test.test_unary_op (1845 ms)
48: [----------] 1 test from std_algorithms_generate_team_test (1845 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 (496 ms)
48: [----------] 1 test from std_algorithms_generate_n_team_test (496 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 (893 ms)
48: [----------] 1 test from std_algorithms_swap_ranges_team_test (893 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 5 tests from 4 test suites ran. (5077 ms total)
48: [  PASSED  ] 5 tests.
48/51 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ..........   Passed    5.77 sec
test 49
      Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

49: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (3899 ms)
49: [----------] 1 test from std_algorithms_exclusive_scan_team_test (3899 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 (1992 ms)
49: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1992 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 2 tests from 2 test suites ran. (5892 ms total)
49: [  PASSED  ] 2 tests.
49/51 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ..........   Passed    6.64 sec
test 50
      Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

50: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
50: [       OK ] std_algorithms_inclusive_scan_team_test.test (5923 ms)
50: [----------] 1 test from std_algorithms_inclusive_scan_team_test (5923 ms total)
50: 
50: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
50: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
50: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (3871 ms)
50: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (3871 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 2 tests from 2 test suites ran. (9795 ms total)
50: [  PASSED  ] 2 tests.
50/51 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ..........   Passed   10.51 sec
test 51
      Start 51: Kokkos_UnitTest_SIMD

51: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (6 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.70 sec

100% tests passed, 0 tests failed out of 51

Total Test time (real) = 358.72 sec
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 0979185537e02d2ec73cc094e39ecfdf0d6bf90d89aedfc1ed51c0a28007f695
$ docker rm -f --volumes 0979185537e02d2ec73cc094e39ecfdf0d6bf90d89aedfc1ed51c0a28007f695
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[ 40%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3
[ 40%] Built target Kokkos_CoreUnitTest_Cuda3
Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
28: Test_Atomic<float>/100000/iterations:10                        10.7 s          10.6 s            10          0            4     17.6976        1.65188m     969.99u     5.00002G         1.21662M     4.99989G
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o
[ 40%] 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_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
28: Test_Atomic<double>/100000/iterations:10                       12.0 s          12.0 s            10          1            8     20.4981        1.55598m     970.19u     4.99995G         1004.14k     4.99995G
28: Test_Atomic<int>/100000/iterations:10                          3.56 s          3.55 s            10          1            4    2.51187m        1.32479m      81.11u     704.983M         1.14839M     704.983M
28/53 Test #28: Kokkos_PerformanceTest_Atomic ...............   Passed  737.71 sec
test 29
      Start 29: Kokkos_ContainersUnitTest_OpenMP

29: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (201 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-5993/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 (4 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 (7 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 (722 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 (3167 ms)
29: [ RUN      ] openmp.UnorderedMap_failed_insert
29: [       OK ] openmp.UnorderedMap_failed_insert (2922 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 (7068 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 62 tests from 1 test suite ran. (7069 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    7.64 sec
test 30
      Start 30: Kokkos_ContainersUnitTest_HIP

30: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (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
30: [       OK ] hip.scatterview (20462 ms)
30: [ RUN      ] hip.scatterview_devicetype
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
30: [       OK ] hip.scatterview_devicetype (45606 ms)
30: [ RUN      ] hip.staticcrsgraph
30: [       OK ] hip.staticcrsgraph (34 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 (2608 ms)
30: [ RUN      ] hip.UnorderedMap_failed_insert
30: [       OK ] hip.UnorderedMap_failed_insert (677 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 (69476 ms total)
30: 
30: [----------] Global test environment tear-down
30: [==========] 62 tests from 1 test suite ran. (69476 ms total)
30: [  PASSED  ] 62 tests.
30/53 Test #30: Kokkos_ContainersUnitTest_HIP ...............   Passed   69.92 sec
test 31
      Start 31: Kokkos_ContainersPerformanceTest_OpenMP

31: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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.0028585
31:  View sum computation time: 0.0028585
31:  Strided View time (init only): 0.0015067
31:  View Rank7 time (init only): 0.00295488
31:  DynRankView time (init only): 0.00206887
31:  DynRankView sum computation time: 0.00266151
31:  Ratio of View to DynRankView time: 1.38167
31:  Ratio of View to DynRankView sum computation time: 1.07457
31:  Ratio of View to View Rank7  time: 0.967383
31:  Ratio of StrideView to DynRankView time: 0.728271
31:  Ratio of DynRankView to View Rank7  time: 0.700154
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.1979e-05, 1.962e-05, 5.5859e-05, 0.000586253
31: 512, 3.5309e-05, 1.0019e-05, 7.5999e-05, 0.000592333
31: 1024, 3.064e-05, 8.95e-06, 0.000100948, 0.000655083
31: 2048, 2.899e-05, 5.67e-06, 0.000166598, 0.000725951
31: 4096, 3.4609e-05, 5.109e-06, 0.000288946, 0.00085769
31: 8192, 5.228e-05, 4.93e-06, 0.000518173, 0.00117165
31: 16384, 8.0719e-05, 7.75e-06, 0.0012507, 0.00229664
31: 32768, 0.000157258, 1.746e-05, 0.00237716, 0.00446682
31: 65536, 0.000255047, 3.061e-05, 0.00432794, 0.0093555
31: 131072, 0.000501484, 5.2239e-05, 0.00838549, 0.0288519
31: 262144, 0.00238174, 8.9059e-05, 0.0165462, 0.0637054
31: 524288, 0.00544471, 0.000157588, 0.0313322, 0.129554
31: 1048576, 0.00901165, 0.000195108, 0.061828, 0.264596
31: 2097152, 0.0139056, 0.000390155, 0.129454, 1.31995
31: 4194304, 0.0178618, 0.000287906, 0.25666, 4.19912
31: [       OK ] TEST_CATEGORY.global_2_local (6593 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.041592 seconds
31: test took 0.0283089 seconds
31: num_threads 8
31: hand-coded test took 0.0283859 seconds
31: test took 0.0369281 seconds
31: num_threads 8
31: hand-coded test took 0.0276949 seconds
31: test took 0.0267352 seconds
31: num_threads 8
31: hand-coded test took 0.0268253 seconds
31: test took 0.026803 seconds
31: num_threads 8
31: hand-coded test took 0.0272533 seconds
31: test took 0.0267415 seconds
31: [       OK ] TEST_CATEGORY.scatter_view (429 ms)
31: [----------] 5 tests from TEST_CATEGORY (7109 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 5 tests from 1 test suite ran. (7110 ms total)
31: [  PASSED  ] 5 tests.
31/53 Test #31: Kokkos_ContainersPerformanceTest_OpenMP .....   Passed    7.49 sec
test 32
      Start 32: Kokkos_ContainersPerformanceTest_HIP

32: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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.00299416
32:  View sum computation time: 0.00299416
32:  Strided View time (init only): 0.00156637
32:  View Rank7 time (init only): 0.00169374
32:  DynRankView time (init only): 0.00166262
32:  DynRankView sum computation time: 0.00147234
32:  Ratio of View to DynRankView time: 1.80087
32:  Ratio of View to DynRankView sum computation time: 0.982993
32:  Ratio of View to View Rank7  time: 1.76778
32:  Ratio of StrideView to DynRankView time: 0.94211
32:  Ratio of DynRankView to View Rank7  time: 0.981627
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.000230087, 1.971e-05, 0.00547682, 0.00432651
32: 512, 0.000195018, 1.653e-05, 3.0039e-05, 0.00342943
32: 1024, 0.000178298, 1.37e-05, 2.961e-05, 0.00342843
32: 2048, 0.000219097, 1.663e-05, 3.264e-05, 0.00344929
32: 4096, 0.000225677, 1.693e-05, 3.3939e-05, 0.00352229
32: 8192, 0.000224048, 1.3909e-05, 3.2749e-05, 0.00343417
32: 16384, 0.000275997, 1.379e-05, 3.2819e-05, 0.00354629
32: 32768, 0.000310746, 1.765e-05, 3.532e-05, 0.0038984
32: 65536, 0.000327256, 1.724e-05, 4.1889e-05, 0.00406977
32: 131072, 0.000385725, 2.373e-05, 5.6959e-05, 0.00478652
32: 262144, 0.000400845, 2.216e-05, 0.000107578, 0.00633414
32: 524288, 0.000592143, 2.341e-05, 0.000280786, 0.00962733
32: 1048576, 0.000563183, 2.531e-05, 0.000694502, 0.0226893
32: 2097152, 0.000626173, 3.4609e-05, 0.00159398, 0.0469522
32: 4194304, 0.000742691, 5.1119e-05, 0.00357614, 0.141799
32: [       OK ] TEST_CATEGORY.global_2_local (284 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 (298 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 4 tests from 1 test suite ran. (298 ms total)
32: [  PASSED  ] 4 tests.
32/53 Test #32: Kokkos_ContainersPerformanceTest_HIP ........   Passed    0.68 sec
test 33
      Start 33: Kokkos_UnitTest_Sort

33: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (25 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 (15 ms)
33: [ RUN      ] hip.SortByKeyWithComparator
33: [       OK ] hip.SortByKeyWithComparator (0 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-5993/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-5993/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 (890 ms)
33: [ RUN      ] hip.SortWithCustomComparator
33: [       OK ] hip.SortWithCustomComparator (357 ms)
33: [ RUN      ] hip.BinSortGenericTests
33: [       OK ] hip.BinSortGenericTests (18 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 (7901 ms)
33: [ RUN      ] hip.NestedSort
33: [       OK ] hip.NestedSort (52 ms)
33: [ RUN      ] hip.NestedSortByKey
33: [       OK ] hip.NestedSortByKey (141 ms)
33: [----------] 15 tests from hip (9405 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 15 tests from 1 test suite ran. (9405 ms total)
33: [  PASSED  ] 15 tests.
33/53 Test #33: Kokkos_UnitTest_Sort ........................   Passed    9.79 sec
test 34
      Start 34: Kokkos_UnitTest_Random

34: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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:1714085581808031673
34: Test Scalar=int
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.43252e-07 -0.012211 -0.00321267 || 0.051031 28038 29324 || 29028.9 28674.4 || -44.4119 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 0.00466705 -0.00178604 || 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.000642193 -0.0117252 || 0.051031 27963 29403 || 28692.8 28674.4 || -162.089 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 0.00103522 -0.00406635 || 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.0177581 0.0360665 || 0.051031 28020 29292 || 28174.1 28674.4 || 498.583 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 0.0102032 -0.00909908 || 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.00710847 -0.0169947 || 0.051031 28030 29336 || 28879.7 28674.4 || -234.934 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 0.00772841 -0.00250599 || 0.051031 1e+64 -1e+64
34: Test Scalar=half
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 0.000245144 -0.99999 -48247 || 0.051031 0 195376 || 2.92873e+09 28674.4 || -6.66966e+08 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 0.000734338 -0.317035 0.155397 || 0.051031 1e+64 -1e+64
34: Test Scalar=bhalf
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.83613e-07 -0.0182129 -0.00362614 || 0.051031 28019 29331 || 29206.3 28674.4 || -50.1278 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 7.64335e-07 0.0137048 0.0105377 || 0.051031 1e+64 -1e+64
34: Test Scalar=float
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.93703e-07 -0.00605676 0.0116191 || 0.051031 28050 29306 || 28849.1 28674.4 || 160.623 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 7.94606e-07 -0.00140481 0.00782563 || 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.0147056 0.0351365 || 0.051031 28044 29457 || 28258.8 28674.4 || 485.727 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 -0.000423053 -0.0050679 || 0.051031 1e+64 -1e+64
34: Test Seed:1714085581942276904
34: Test Scalar=int
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.43252e-07 -0.00107805 0.000298295 || 0.051031 28050 29252 || 28705.3 28674.4 || 4.12363 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 0.0119546 -0.0011175 || 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.0165659 0.0195867 || 0.051031 28067 29404 || 29157.4 28674.4 || 270.766 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 0.00662964 -0.0050316 || 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.0279696 -0.0298884 || 0.051031 28083 29471 || 27894.2 28674.4 || -413.177 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 0.0366565 0.00256712 || 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.00472469 0.0423582 || 0.051031 27982 29276 || 28810.5 28674.4 || 585.56 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 -0.0137999 -0.000734506 || 0.051031 1e+64 -1e+64
34: Test Scalar=half
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 0.000245889 -0.99999 -48245.6 || 0.051031 0 194950 || 2.92845e+09 28674.4 || -6.66947e+08 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 0.000736437 -0.311459 0.140205 || 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.0114175 0.00320593 || 0.051031 28087 29385 || 28350.7 28674.4 || 44.3188 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 7.18929e-07 0.00572679 -0.00107289 || 0.051031 1e+64 -1e+64
34: Test Scalar=float
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.83613e-07 -0.00415232 -0.0160651 || 0.051031 28031 29384 || 28794 28674.4 || -222.084 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 7.64335e-07 -0.018867 0.0034845 || 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.00523058 -0.00775078 || 0.051031 27968 29409 || 28825.2 28674.4 || -107.147 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 -0.00919596 -0.00224311 || 0.051031 1e+64 -1e+64
34: [       OK ] hip.Random_XorShift64 (257 ms)
34: [ RUN      ] hip.Random_XorShift1024_0
34: Test Seed:1714085582065189152
34: Test Scalar=int
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.54313e-07 0.00263815 -0.0112265 || 0.051031 10917 11789 || 11347 11377 || -155.196 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.67029e-07 0.0172252 -0.00100486 || 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.00388183 -0.0027996 || 0.051031 10973 11764 || 11333 11377 || -38.7016 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 -0.00606415 -0.00169458 || 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.0202782 -0.0157484 || 0.051031 10942 11813 || 11150.8 11377 || -217.707 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 0.00227501 0.000227082 || 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.00865341 0.0076914 || 0.051031 10994 11800 || 11279.4 11377 || 106.326 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 0.00381876 -0.000189744 || 0.051031 1e+64 -1e+64
34: Test Scalar=half
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 0.000244187 -0.999975 -7593.81 || 0.051031 0 77680 || 4.60944e+08 11377 || -1.04977e+08 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 0.000732233 -0.163745 0.0292411 || 0.051031 1e+64 -1e+64
34: Test Scalar=bhalf
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.60671e-07 -0.0225199 -0.00922441 || 0.051031 10973 11752 || 11639.1 11377 || -127.518 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.86102e-07 -0.000142802 0.000419877 || 0.051031 1e+64 -1e+64
34: Test Scalar=float
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.73387e-07 0.0137888 1.0839e-05 || 0.051031 10969 11790 || 11222.2 11377 || 0.149838 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 3.24249e-07 -0.00051441 -0.000676704 || 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.0129806 0.0065833 || 0.051031 11002 11791 || 11526.6 11377 || 91.0076 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 -2.11552e-05 -0.000170104 || 0.051031 1e+64 -1e+64
34: Test Seed:1714085582154876884
34: Test Scalar=int
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.47955e-07 0.0127148 0.0152612 || 0.051031 10999 11764 || 11234.1 11377 || 210.971 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 0.0052947 -0.000947169 || 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.00443751 -0.0111207 || 0.051031 11011 11798 || 11326.7 11377 || -153.733 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 -0.00616854 0.00291051 || 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.0107032 -0.00631472 || 0.051031 10996 11776 || 11256.5 11377 || -87.2947 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 -0.00204257 0.00246371 || 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 2.7111e-05 0.0161995 || 0.051031 10915 11794 || 11376.6 11377 || 223.941 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 0.0028914 0.00187008 || 0.051031 1e+64 -1e+64
34: Test Scalar=half
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 0.000244207 -0.999975 -7595.43 || 0.051031 0 77753 || 4.6105e+08 11377 || -1.04999e+08 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 0.000732233 -0.130015 0.0218843 || 0.051031 1e+64 -1e+64
34: Test Scalar=bhalf
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.67029e-07 -0.00353905 -0.0171786 || 0.051031 10974 11808 || 11417.4 11377 || -237.477 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 3.05176e-07 0.0100007 -0.00518125 || 0.051031 1e+64 -1e+64
34: Test Scalar=float
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.79744e-07 -0.00194042 0.0069174 || 0.051031 10999 11831 || 11399.1 11377 || 95.6261 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 3.43323e-07 -0.00971759 -0.000469404 || 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.00276301 -0.00694428 || 0.051031 10953 11801 || 11345.6 11377 || -95.9978 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 -0.022901 0.0016771 || 0.051031 1e+64 -1e+64
34: [       OK ] hip.Random_XorShift1024_0 (222 ms)
34: [ RUN      ] hip.Multi_streams
34: [       OK ] hip.Multi_streams (285 ms)
34: [----------] 3 tests from hip (765 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 3 tests from 1 test suite ran. (765 ms total)
34: [  PASSED  ] 3 tests.
34/53 Test #34: Kokkos_UnitTest_Random ......................   Passed    1.19 sec
test 35
      Start 35: Kokkos_AlgorithmsUnitTest_StdSet_A

35: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
35: Test timeout computed to be: 1500
35: [==========] Running 15 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: [----------] 11 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.constructiblity
35: [       OK ] random_access_iterator_test.constructiblity (0 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: [----------] 11 tests from random_access_iterator_test (3 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 15 tests from 3 test suites ran. (4 ms total)
35: [  PASSED  ] 15 tests.
35/53 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_A ..........   Passed    0.42 sec
test 36
      Start 36: Kokkos_AlgorithmsUnitTest_StdSet_B

36: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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.46 sec
test 37
      Start 37: Kokkos_AlgorithmsUnitTest_StdSet_C

37: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
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 (44 ms)
37: [----------] 1 test from std_algorithms_find_test (44 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 (471 ms)
37: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
37: [       OK ] std_algorithms_non_mod_seq_ops.find_end (742 ms)
37: [ RUN      ] std_algorithms_non_mod_seq_ops.search
37: [       OK ] std_algorithms_non_mod_seq_ops.search (573 ms)
37: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
37: [       OK ] std_algorithms_non_mod_seq_ops.search_n (385 ms)
37: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2172 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 (52 ms)
37: [----------] 1 test from std_algorithms_count_test (52 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 (77 ms)
37: [----------] 1 test from std_algorithms_nonmod_seq_ops (77 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 (112 ms)
37: [----------] 1 test from std_algorithms_mismatch_test (112 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 (45 ms)
37: [----------] 1 test from std_algorithms_mod_seq_ops (45 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 13 tests from 10 test suites ran. (2746 ms total)
37: [  PASSED  ] 13 tests.
37/53 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_C ..........   Passed    3.17 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_D

38: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
38: Test timeout computed to be: 1500
[ 43%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
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 (30 ms)
38: [ RUN      ] std_algorithms_replace_ops_test.replace_if
38: [       OK ] std_algorithms_replace_ops_test.replace_if (132 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 (258 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 (57 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.remove
38: [       OK ] std_algorithms_mod_seq_ops.remove (41 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
38: [       OK ] std_algorithms_mod_seq_ops.remove_if (43 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
38: [       OK ] std_algorithms_mod_seq_ops.remove_copy (153 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 (1218 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
38: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (430 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
38: [       OK ] std_algorithms_mod_seq_ops.shift_left (1357 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
[ 43%] Built target Kokkos_CoreUnitTest_KokkosP
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
38: [       OK ] std_algorithms_mod_seq_ops.shift_right (1337 ms)
38: [----------] 11 tests from std_algorithms_mod_seq_ops (4859 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. (5175 ms total)
38: [  PASSED  ] 31 tests.
38/53 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_D ..........   Passed    5.60 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_E

39: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (12 ms)
39: [----------] 2 tests from std_algorithms_sorting_ops_test (26 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 (5 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 (32 ms)
39: [----------] 1 test from std_algorithms_partitioning_ops (32 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 (17 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 (72 ms)
39: [----------] 1 test from std_algorithms_numerics_ops_test (72 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 (785 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 (642 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 (329 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 (1965 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 (34 ms)
39: [----------] 1 test from std_algorithms_transform_ops_test (34 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 29 tests from 7 test suites ran. (2153 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-5993/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 (370 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 (373 ms)
40: [----------] 2 tests from std_algorithms_adjacent_find_team_test (744 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 (318 ms)
40: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
40: [       OK ] std_algorithms_count_team_test.count_returns_zero (142 ms)
40: [----------] 2 tests from std_algorithms_count_team_test (461 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 (185 ms)
40: [----------] 1 test from std_algorithms_count_if_team_test (185 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 (282 ms)
40: [----------] 1 test from std_algorithms_for_each_team_test (282 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 (308 ms)
40: [----------] 1 test from std_algorithms_for_each_n_team_test (308 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 (1538 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 (975 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 (979 ms)
40: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (3493 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 (1171 ms)
40: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
40: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (500 ms)
40: [----------] 2 tests from std_algorithms_mismatch_team_test (1671 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 12 tests from 7 test suites ran. (7148 ms total)
40: [  PASSED  ] 12 tests.
40/53 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_A .....   Passed    7.57 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

41: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (1172 ms)
41: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
41: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (716 ms)
41: [----------] 2 tests from std_algorithms_equal_team_test (1889 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 (443 ms)
41: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
41: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (565 ms)
41: [----------] 2 tests from std_algorithms_search_team_test (1008 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 (966 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 (835 ms)
41: [----------] 2 tests from std_algorithms_find_end_team_test (1802 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 (756 ms)
41: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
41: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (2816 ms)
41: [----------] 2 tests from std_algorithms_find_first_of_team_test (3573 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 8 tests from 4 test suites ran. (8274 ms total)
41: [  PASSED  ] 8 tests.
41/53 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_B .....   Passed    8.70 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

42: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (183 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 (253 ms)
42: [----------] 2 tests from std_algorithms_find_team_test (436 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 (156 ms)
42: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
42: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (263 ms)
42: [----------] 2 tests from std_algorithms_find_if_team_test (420 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 (256 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 (152 ms)
42: [----------] 2 tests from std_algorithms_find_if_not_team_test (409 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 (251 ms)
42: [----------] 1 test from std_algorithms_all_of_team_test (251 ms total)
42: 
42: [----------] 1 test from std_algorithms_any_of_team_test
42: [ RUN      ] std_algorithms_any_of_team_test.test
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
42: [       OK ] std_algorithms_any_of_team_test.test (151 ms)
42: [----------] 1 test from std_algorithms_any_of_team_test (151 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 (253 ms)
42: [----------] 1 test from std_algorithms_none_of_team_test (253 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 (203 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 (185 ms)
42: [----------] 2 tests from std_algorithms_search_n_team_test (388 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 11 tests from 7 test suites ran. (2311 ms total)
42: [  PASSED  ] 11 tests.
42/53 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_C .....   Passed    2.73 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

43: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (762 ms)
43: [----------] 1 test from std_algorithms_min_element_team_test (762 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 (769 ms)
43: [----------] 1 test from std_algorithms_max_element_team_test (769 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 (941 ms)
43: [----------] 1 test from std_algorithms_minmax_element_team_test (941 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 3 tests from 3 test suites ran. (2473 ms total)
43: [  PASSED  ] 3 tests.
43/53 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_D .....   Passed    2.89 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

44: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (213 ms)
44: [----------] 1 test from std_algorithms_fill_team_test (213 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 (326 ms)
44: [----------] 1 test from std_algorithms_fill_n_team_test (326 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 (312 ms)
44: [----------] 1 test from std_algorithms_replace_team_test (312 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 (357 ms)
44: [----------] 1 test from std_algorithms_replace_if_team_test (357 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 (610 ms)
44: [----------] 1 test from std_algorithms_replace_copy_team_test (610 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 (475 ms)
44: [----------] 1 test from std_algorithms_replace_copy_if_team_test (475 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 6 tests from 6 test suites ran. (2295 ms total)
44: [  PASSED  ] 6 tests.
44/53 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_E .....   Passed    2.72 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

45: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (230 ms)
45: [----------] 1 test from std_algorithms_reverse_team_test (230 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 (280 ms)
45: [----------] 1 test from std_algorithms_reverse_copy_team_test (280 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 (527 ms)
45: [----------] 1 test from std_algorithms_rotate_team_test (528 ms total)
45: 
45: [----------] 1 test from std_algorithms_rotate_copy_team_test
45: [ RUN      ] std_algorithms_rotate_copy_team_test.test
45: [       OK ] std_algorithms_rotate_copy_team_test.test (462 ms)
45: [----------] 1 test from std_algorithms_rotate_copy_team_test (462 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 4 tests from 4 test suites ran. (1501 ms total)
45: [  PASSED  ] 4 tests.
45/53 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_F .....   Passed    1.92 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

46: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (418 ms)
46: [----------] 1 test from std_algorithms_move_team_test (418 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 (383 ms)
46: [----------] 1 test from std_algorithms_move_backward_team_test (383 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 (1316 ms)
46: [----------] 1 test from std_algorithms_shift_left_team_test (1316 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 (1256 ms)
46: [----------] 1 test from std_algorithms_shift_right_team_test (1256 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 4 tests from 4 test suites ran. (3375 ms total)
46: [  PASSED  ] 4 tests.
46/53 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_G .....   Passed    3.79 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

47: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (506 ms)
47: [----------] 1 test from std_algorithms_copy_team_test (506 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 (378 ms)
47: [----------] 1 test from std_algorithms_copy_n_team_test (378 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 (369 ms)
47: [----------] 1 test from std_algorithms_copy_backward_team_test (369 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 (407 ms)
47: [----------] 1 test from std_algorithms_copy_if_team_test (407 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 (619 ms)
47: [----------] 1 test from std_algorithms_unique_copy_team_test (619 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 (491 ms)
47: [----------] 1 test from std_algorithms_remove_team_test (491 ms total)
47: 
47: [----------] 1 test from std_algorithms_remove_if_team_test
47: [ RUN      ] std_algorithms_remove_if_team_test.test
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vector_hpp.dir/tstHeader.cpp.o
47: [       OK ] std_algorithms_remove_if_team_test.test (470 ms)
47: [----------] 1 test from std_algorithms_remove_if_team_test (470 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 (506 ms)
47: [----------] 1 test from std_algorithms_remove_copy_team_test (506 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 (431 ms)
47: [----------] 1 test from std_algorithms_remove_copy_if_team_test (431 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 9 tests from 9 test suites ran. (4180 ms total)
47: [  PASSED  ] 9 tests.
47/53 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_H .....   Passed    4.61 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

48: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (823 ms)
48: [----------] 1 test from std_algorithms_unique_team_test (823 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 (742 ms)
48: [----------] 1 test from std_algorithms_adjacent_difference_team_test (742 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 (563 ms)
48: [----------] 1 test from std_algorithms_reduce_team_test (563 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 (881 ms)
48: [----------] 1 test from std_algorithms_transform_reduce_team_test (882 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 4 tests from 4 test suites ran. (3011 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-5993/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 (468 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 (833 ms)
49: [----------] 2 tests from std_algorithms_is_sorted_team_test (1302 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
49: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (760 ms)
49: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
49: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (517 ms)
49: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (1315 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 (278 ms)
49: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
49: [       OK ] std_algorithms_is_partitioned_team_test.all_false (266 ms)
49: [ RUN      ] std_algorithms_is_partitioned_team_test.random
49: [       OK ] std_algorithms_is_partitioned_team_test.random (251 ms)
49: [----------] 4 tests from std_algorithms_is_partitioned_team_test (806 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 (584 ms)
49: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
49: [       OK ] std_algorithms_partition_copy_team_test.all_false (588 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 (1751 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 (9 ms)
49: [ RUN      ] std_algorithms_partition_point_team_test.all_true
49: [       OK ] std_algorithms_partition_point_team_test.all_true (196 ms)
49: [ RUN      ] std_algorithms_partition_point_team_test.all_false
49: [       OK ] std_algorithms_partition_point_team_test.all_false (192 ms)
49: [ RUN      ] std_algorithms_partition_point_team_test.random
49: [       OK ] std_algorithms_partition_point_team_test.random (172 ms)
49: [----------] 4 tests from std_algorithms_partition_point_team_test (571 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 18 tests from 5 test suites ran. (5746 ms total)
49: [  PASSED  ] 18 tests.
49/53 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_L .....   Passed    6.17 sec
test 50
      Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

50: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (576 ms)
50: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
50: [       OK ] std_algorithms_transform_team_test.test_binary_op (571 ms)
50: [----------] 2 tests from std_algorithms_transform_team_test (1148 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 (1101 ms)
50: [----------] 1 test from std_algorithms_generate_team_test (1101 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 (305 ms)
50: [----------] 1 test from std_algorithms_generate_n_team_test (305 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 (607 ms)
50: [----------] 1 test from std_algorithms_swap_ranges_team_test (607 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 5 tests from 4 test suites ran. (3162 ms total)
50: [  PASSED  ] 5 tests.
50/53 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_M .....   Passed    3.58 sec
test 51
      Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

51: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (1862 ms)
51: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1862 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 (940 ms)
51: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (940 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 2 tests from 2 test suites ran. (2802 ms total)
51: [  PASSED  ] 2 tests.
51/53 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_P .....   Passed    3.23 sec
test 52
      Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

52: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
52: [       OK ] std_algorithms_inclusive_scan_team_test.test (2809 ms)
52: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2809 ms total)
52: 
52: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
52: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
52: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (1906 ms)
52: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1906 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 2 tests from 2 test suites ran. (4715 ms total)
52: [  PASSED  ] 2 tests.
52/53 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q .....   Passed    5.13 sec
test 53
      Start 53: Kokkos_UnitTest_SIMD

53: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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.42 sec

100% tests passed, 0 tests failed out of 53

Total Test time (real) = 1419.17 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                       Thu Apr 25 21:48:08 2024
stats zeroed                        Thu Apr 25 21:48:08 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 0cd6c99565e504cdca75509e3efa359716b9b94dcae1601c43ab5e11a0137e5b
$ docker rm -f --volumes 0cd6c99565e504cdca75509e3efa359716b9b94dcae1601c43ab5e11a0137e5b
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o
[ 45%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 45%] Built target Kokkos_CoreTestCompileOnly
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 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_ExecPolicy_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_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
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_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
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_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
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.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
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.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_Clamp_hpp
[ 49%] 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_NumericTraits_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_CopyViews_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_BitManipulation_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o
[ 54%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o
[ 54%] Built target Kokkos_CoreUnitTest_Cuda2
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 54%] 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
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 54%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 54%] Built target Kokkos_CoreUnitTest_Serial2
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 55%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Config_hpp.dir/tstHeader.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_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
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.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_Array_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_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
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.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_fwd_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 61%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 61%] Built target Kokkos_CoreUnitTest_Cuda1
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.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_Macros_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.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_Assert_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.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_Atomic_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_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
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.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_MemoryPool_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
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
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
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
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax
Scanning dependencies of target Kokkos_PerformanceTest_TaskDag
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_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/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o
Scanning dependencies of target Kokkos_PerformanceTest_Benchmark
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
Scanning dependencies of target Kokkos_PerformanceTest_SharedSpace
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o
[ 69%] Linking CXX executable Kokkos_PerformanceTest_TaskDag
[ 69%] Built target Kokkos_PerformanceTest_TaskDag
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
Scanning dependencies of target Kokkos_PerformanceTest_Mempool
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
Scanning dependencies of target Kokkos_PerformanceTest_Atomic
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
[ 69%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
[ 69%] Built target Kokkos_CoreUnitTest_Serial1
[ 69%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace
[ 69%] Built target Kokkos_PerformanceTest_SharedSpace
Scanning dependencies of target Kokkos_ContainersUnitTest_Serial
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
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_Serial.dir/serial/TestSerial_Bitset.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
[ 71%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o
[ 71%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
[ 71%] Built target Kokkos_Benchmark_Atomic_MinMax
[ 71%] Built target Kokkos_PerformanceTest_Mempool
Scanning dependencies of target Kokkos_ContainersTestCompileOnly
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
Scanning dependencies of target Kokkos_ContainersPerformanceTest_Cuda
[ 71%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
[ 71%] Linking CXX executable Kokkos_PerformanceTest_Atomic
[ 71%] Built target Kokkos_PerformanceTest_Atomic
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 73%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[ 74%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
[ 74%] Built target Kokkos_ContainersPerformanceTest_Cuda
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[ 76%] 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_ViewCopy_a45.cpp.o
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
[ 76%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o
[ 76%] Built target Kokkos_ContainersTestCompileOnly
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
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 core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o
[ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
[ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o
[ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
[ 79%] Linking CXX executable Kokkos_ContainersUnitTest_Serial
[ 79%] Built target Kokkos_ContainersUnitTest_Serial
[ 79%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 79%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
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
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
Scanning dependencies of target Kokkos_UnitTest_Sort
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
[ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o
[ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o
[ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
[ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
[ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o
[ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
[ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
[ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
[ 83%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_StaticCrsGraph.cpp.o
[ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o
[ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
Scanning dependencies of target Kokkos_UnitTest_Random
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
[ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 83%] 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_C.dir/UnitTestMain.cpp.o
[ 83%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
[ 83%] Built target Kokkos_PerformanceTest_Benchmark
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_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 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_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[ 84%] Linking CXX executable Kokkos_UnitTest_Random
[ 84%] Built target Kokkos_UnitTest_Random
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 85%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[ 85%] 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_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 87%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Vector.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 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_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.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_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 88%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ViewCtorPropEmbeddedDim.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[ 88%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[ 88%] Built target Kokkos_ContainersUnitTest_Cuda
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 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_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 89%] Linking CXX executable Kokkos_UnitTest_Sort
[ 89%] Built target Kokkos_UnitTest_Sort
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 89%] 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_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.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
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 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_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.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_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 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_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 91%] 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_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.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
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
[ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
Scanning dependencies of target Kokkos_UnitTest_SIMD
[ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 98%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
Scanning dependencies of target Kokkos_atomic
[ 98%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
Scanning dependencies of target Kokkos_gather
[ 98%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
Scanning dependencies of target Kokkos_gups
[ 98%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
Scanning dependencies of target Kokkos_launch_latency
[ 98%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[ 98%] Linking CXX executable Kokkos_atomic
[ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 98%] Built target Kokkos_atomic
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_P
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_AlgorithmsUnitTest_StdSet_D
[ 99%] Linking CXX executable Kokkos_gups
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 99%] Built target Kokkos_gups
[ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
Scanning dependencies of target Kokkos_bytes_and_flops
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
[100%] Linking CXX executable Kokkos_gather
[100%] Built target Kokkos_gather
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
[100%] Linking CXX executable Kokkos_launch_latency
[100%] Linking CXX executable Kokkos_UnitTest_SIMD
[100%] Linking CXX executable Kokkos_stream
[100%] Built target Kokkos_launch_latency
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
[100%] Built target Kokkos_stream
[100%] Built target Kokkos_UnitTest_SIMD
[100%] Linking CXX executable Kokkos_policy_performance
[100%] Built target Kokkos_policy_performance
[100%] Linking CXX executable Kokkos_bytes_and_flops
[100%] Built target Kokkos_bytes_and_flops
+ ctest --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/unit_test/Kokkos_CoreUnitTest_Serial1
1: Test timeout computed to be: 1500
1: [==========] Running 185 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 (971 ms)
1: [ RUN      ] serial_DeathTest.abort_from_device
1: [       OK ] serial_DeathTest.abort_from_device (949 ms)
1: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
1: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (926 ms)
1: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
1: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (567 ms)
1: [ RUN      ] serial_DeathTest.policy_invalid_bounds
1: [       OK ] serial_DeathTest.policy_invalid_bounds (4 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 (4 ms)
1: [----------] 7 tests from serial_DeathTest (3428 ms total)
1: 
1: [----------] 178 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 (0 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 (2 ms)
1: [ RUN      ] serial.atomic_operations_long
1: [       OK ] serial.atomic_operations_long (2 ms)
1: [ RUN      ] serial.atomic_operations_longlong
1: [       OK ] serial.atomic_operations_longlong (2 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 (4 ms)
1: [ RUN      ] serial.atomics
1: [       OK ] serial.atomics (15 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 (134 ms)
1: [ RUN      ] serial.atomic_views_nonintegral
1: [       OK ] serial.atomic_views_nonintegral (97 ms)
1: [ RUN      ] serial.atomic_view_api
1: [       OK ] serial.atomic_view_api (1 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 (1 ms)
1: [ RUN      ] serial.crs_copy_constructor
1: [       OK ] serial.crs_copy_constructor (5 ms)
1: [ RUN      ] serial.deep_copy_alignment
1: [       OK ] serial.deep_copy_alignment (7 ms)
1: [ RUN      ] serial.deep_copy_conversion
1: [       OK ] serial.deep_copy_conversion (120 ms)
1: [ RUN      ] serial.partitioning_by_args
1: [       OK ] serial.partitioning_by_args (2 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 (4 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 (5918 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (3809 ms)
1: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
1: [       OK ] serial.local_deepcopy_teampolicy_layoutright (2668 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (1417 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 (2 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesselj1y1
1: [       OK ] serial.mathspecialfunc_cbesselj1y1 (2 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 (42 ms)
1: [ RUN      ] serial.mdrange_6d
1: [       OK ] serial.mdrange_6d (176 ms)
1: [ RUN      ] serial.mdrange_2d
1: [       OK ] serial.mdrange_2d (2 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 (10 ms)
1: [ RUN      ] serial.mdrange_neg_idx
1: [       OK ] serial.mdrange_neg_idx (127 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
1: [       OK ] serial.mdrange_large_deep_copy (1383 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 (10052 ms)
1: [ RUN      ] serial.mdspan_minimal_functional
1: /var/jenkins/workspace/Kokkos_PR-5993/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 (1 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.memory_pool
1: [       OK ] serial.memory_pool (91 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.parallel_scan_range_policy
1: [       OK ] serial.parallel_scan_range_policy (14 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 (8 ms)
1: [ RUN      ] serial.reducers_double
1: [       OK ] serial.reducers_double (8 ms)
1: [ RUN      ] serial.reducers_complex_double
1: [       OK ] serial.reducers_complex_double (1 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 (1 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 (1 ms)
1: [ RUN      ] serial.reducers_int16_t
1: [       OK ] serial.reducers_int16_t (1 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 (411 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic
1: [       OK ] serial.int64_t_reduce_dynamic (4619 ms)
1: [ RUN      ] serial.double_reduce_dynamic
1: [       OK ] serial.double_reduce_dynamic (4731 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic_view
1: [       OK ] serial.int64_t_reduce_dynamic_view (456 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_with_large_iteration_count
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestReduce.hpp:642: Skipped
1: Disabling for host backends
1: [  SKIPPED ] serial.reduction_with_large_iteration_count (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 (16 ms)
1: [ RUN      ] serial.reduce_device_view_mdrange_policy
1: [       OK ] serial.reduce_device_view_mdrange_policy (6135 ms)
1: [ RUN      ] serial.reduce_device_view_team_policy
1: [       OK ] serial.reduce_device_view_team_policy (5654 ms)
1: [ RUN      ] serial.impl_shared_alloc
1: [       OK ] serial.impl_shared_alloc (19 ms)
1: [ RUN      ] serial.kokkos_swap
1: [       OK ] serial.kokkos_swap (0 ms)
1: [----------] 178 tests from serial (48244 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 185 tests from 2 test suites ran. (51672 ms total)
1: [  PASSED  ] 183 tests.
1: [  SKIPPED ] 2 tests, listed below:
1: [  SKIPPED ] serial.mdspan_minimal_functional
1: [  SKIPPED ] serial.reduction_with_large_iteration_count
 1/59 Test  #1: Kokkos_CoreUnitTest_Serial1 ......................   Passed   53.48 sec
test 2
      Start  2: Kokkos_CoreUnitTest_Serial2

2: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Serial2
2: Test timeout computed to be: 1500
2: [==========] Running 128 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
2: [       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (4743 ms)
2: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
2: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (5528 ms)
2: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_host
2: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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 (10272 ms total)
2: 
2: [----------] 120 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 (1313 ms)
2: [ RUN      ] serial.team_parallel_single
2: [       OK ] serial.team_parallel_single (19 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 (20 ms)
2: [ RUN      ] serial.triple_nested_parallelism
2: [       OK ] serial.triple_nested_parallelism (1149 ms)
2: [ RUN      ] serial.parallel_scan_with_reducers
2: [       OK ] serial.parallel_scan_with_reducers (231 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 (15 ms)
2: [ RUN      ] serial.ThreadVectorMDRangeParallelFor
2: [       OK ] serial.ThreadVectorMDRangeParallelFor (14 ms)
2: [ RUN      ] serial.TeamVectorMDRangeParallelFor
2: [       OK ] serial.TeamVectorMDRangeParallelFor (14 ms)
2: [ RUN      ] serial.TeamThreadMDRangeParallelReduce
2: [       OK ] serial.TeamThreadMDRangeParallelReduce (23 ms)
2: [ RUN      ] serial.ThreadVectorMDRangeParallelReduce
2: [       OK ] serial.ThreadVectorMDRangeParallelReduce (23 ms)
2: [ RUN      ] serial.TeamVectorMDRangeParallelReduce
2: [       OK ] serial.TeamVectorMDRangeParallelReduce (23 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 (519 ms)
2: [ RUN      ] serial.team_long_reduce
2: [       OK ] serial.team_long_reduce (408 ms)
2: [ RUN      ] serial.team_double_reduce
2: [       OK ] serial.team_double_reduce (138 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 (13608 ms)
2: [ RUN      ] serial.team_scan
2: [       OK ] serial.team_scan (154 ms)
2: [ RUN      ] serial.team_scan_ret_val
2: [       OK ] serial.team_scan_ret_val (147 ms)
2: [ RUN      ] serial.team_shared_request
2: [       OK ] serial.team_shared_request (45 ms)
2: [ RUN      ] serial.team_scratch_request
2: [       OK ] serial.team_scratch_request (4 ms)
2: [ RUN      ] serial.team_lambda_shared_request
2: [       OK ] serial.team_lambda_shared_request (43 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 (3 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 (3 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 (2 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 (7 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 (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 (1325 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 (8 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_fill_tests_layout_right
2: [       OK ] serial.view_fill_tests_layout_right (3322 ms)
2: [ RUN      ] serial.view_fill_tests_layout_left
2: [       OK ] serial.view_fill_tests_layout_left (8212 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 (201 ms)
2: [ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
2: [       OK ] serial.view_layoutstride_right_to_layoutright_assignment (185 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 (102 ms)
2: [ RUN      ] serial.view_mapping_operator
2: [       OK ] serial.view_mapping_operator (9 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 (2 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 (13 ms)
2: [ RUN      ] serial.view_realloc
2: [       OK ] serial.view_realloc (1 ms)
2: [ RUN      ] serial.workgraph_fib
2: [       OK ] serial.workgraph_fib (370 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-5993/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 (17 ms)
2: [ RUN      ] serial.view_subview_2d_from_3d_atomic
2: [       OK ] serial.view_subview_2d_from_3d_atomic (18 ms)
2: [ RUN      ] serial.view_subview_2d_from_3d_randomaccess
2: [       OK ] serial.view_subview_2d_from_3d_randomaccess (16 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left
2: [       OK ] serial.view_subview_3d_from_5d_left (387 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
2: [       OK ] serial.view_subview_3d_from_5d_left_atomic (391 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
2: [       OK ] serial.view_subview_3d_from_5d_left_randomaccess (386 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right
2: [       OK ] serial.view_subview_3d_from_5d_right (609 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
2: [       OK ] serial.view_subview_3d_from_5d_right_atomic (615 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
2: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (607 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: [----------] 120 tests from serial (34766 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 128 tests from 2 test suites ran. (45038 ms total)
2: [  PASSED  ] 125 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   46.82 sec
test 3
      Start  3: Kokkos_CoreUnitTest_SerialGraph

3: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (1 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 5 tests from 1 test suite ran. (1 ms total)
3: [  PASSED  ] 5 tests.
3: 
3:   YOU HAVE 1 DISABLED TEST
3: 
 3/59 Test  #3: Kokkos_CoreUnitTest_SerialGraph ..................   Passed    1.85 sec
test 4
      Start  4: Kokkos_CoreUnitTest_Cuda1

4: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Cuda1
4: Test timeout computed to be: 1500
4: [==========] Running 187 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 (2427 ms)
4: [ RUN      ] cuda_DeathTest.abort_from_device
4: [       OK ] cuda_DeathTest.abort_from_device (2434 ms)
4: [ RUN      ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort
4: [       OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (2092 ms)
4: [ RUN      ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions
4: [       OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (2088 ms)
4: [ RUN      ] cuda_DeathTest.policy_invalid_bounds
4: [       OK ] cuda_DeathTest.policy_invalid_bounds (4 ms)
4: [ RUN      ] cuda_DeathTest.range_policy_invalid_bounds
4: [       OK ] cuda_DeathTest.range_policy_invalid_bounds (6 ms)
4: [ RUN      ] cuda_DeathTest.range_policy_implicitly_converted_bounds
4: [       OK ] cuda_DeathTest.range_policy_implicitly_converted_bounds (6 ms)
4: [----------] 7 tests from cuda_DeathTest (9060 ms total)
4: 
4: [----------] 180 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 (11 ms)
4: [ RUN      ] cuda.atomic_operations_complexfloat
4: [       OK ] cuda.atomic_operations_complexfloat (10 ms)
4: [ RUN      ] cuda.atomic_operations_double
4: [       OK ] cuda.atomic_operations_double (11 ms)
4: [ RUN      ] cuda.atomic_operations_float
4: [       OK ] cuda.atomic_operations_float (10 ms)
4: [ RUN      ] cuda.atomic_operations_int
4: [       OK ] cuda.atomic_operations_int (24 ms)
4: [ RUN      ] cuda.atomic_operations_long
4: [       OK ] cuda.atomic_operations_long (23 ms)
4: [ RUN      ] cuda.atomic_operations_longlong
4: [       OK ] cuda.atomic_operations_longlong (23 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 (19 ms)
4: [ RUN      ] cuda.atomic_operations_unsignedlong
4: [       OK ] cuda.atomic_operations_unsignedlong (19 ms)
4: [ RUN      ] cuda.atomics
4: [       OK ] cuda.atomics (245 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 (6790 ms)
4: [ RUN      ] cuda.atomic_views_nonintegral
4: [       OK ] cuda.atomic_views_nonintegral (65 ms)
4: [ RUN      ] cuda.atomic_view_api
4: [       OK ] cuda.atomic_view_api (1 ms)
4: [ RUN      ] cuda.bit_manip_countl_zero
4: [       OK ] cuda.bit_manip_countl_zero (9 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 (4 ms)
4: [ RUN      ] cuda.crs_copy_constructor
4: [       OK ] cuda.crs_copy_constructor (15 ms)
4: [ RUN      ] cuda.deep_copy_alignment
4: [       OK ] cuda.deep_copy_alignment (6 ms)
4: [ RUN      ] cuda.deep_copy_conversion
4: [       OK ] cuda.deep_copy_conversion (26 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 (1 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 (3 ms)
4: [ RUN      ] cuda.init
4: [       OK ] cuda.init (0 ms)
4: [ RUN      ] cuda.dispatch
4: [       OK ] cuda.dispatch (106 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 (3225 ms)
4: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutleft
4: [       OK ] cuda.local_deepcopy_rangepolicy_layoutleft (4060 ms)
4: [ RUN      ] cuda.local_deepcopy_teampolicy_layoutright
4: [       OK ] cuda.local_deepcopy_teampolicy_layoutright (3196 ms)
4: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutright
4: [       OK ] cuda.local_deepcopy_rangepolicy_layoutright (3441 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 (8 ms)
4: [ RUN      ] cuda.mathematical_functions_hyperbolic_functions
4: [       OK ] cuda.mathematical_functions_hyperbolic_functions (7 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 (3 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 (5 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 (2 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 (8 ms)
4: [ RUN      ] cuda.mathspecialfunc_expint1
4: [       OK ] cuda.mathspecialfunc_expint1 (0 ms)
4: [ RUN      ] cuda.mathspecialfunc_errorfunc
4: [       OK ] cuda.mathspecialfunc_errorfunc (1 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 (1 ms)
4: [ RUN      ] cuda.mathspecialfunc_cbesselh2ndkind
4: [       OK ] cuda.mathspecialfunc_cbesselh2ndkind (1 ms)
4: [ RUN      ] cuda.mdrange_5d
4: [       OK ] cuda.mdrange_5d (53 ms)
4: [ RUN      ] cuda.mdrange_6d
4: [       OK ] cuda.mdrange_6d (83 ms)
4: [ RUN      ] cuda.mdrange_2d
4: [       OK ] cuda.mdrange_2d (6 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 (16 ms)
4: [ RUN      ] cuda.mdrange_neg_idx
4: [       OK ] cuda.mdrange_neg_idx (4 ms)
4: [ RUN      ] cuda.mdrange_4d
4: [       OK ] cuda.mdrange_4d (13 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 (118 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 (2463 ms)
4: [ RUN      ] cuda.mdspan_minimal_functional
4: /var/jenkins/workspace/Kokkos_PR-5993/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 (1 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 (4 ms)
4: [ RUN      ] cuda.numeric_traits_digits
4: [       OK ] cuda.numeric_traits_digits (2 ms)
4: [ RUN      ] cuda.numeric_traits_digits10
4: [       OK ] cuda.numeric_traits_digits10 (2 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 (2 ms)
4: [ RUN      ] cuda.numeric_traits_min_max_exponent
4: [       OK ] cuda.numeric_traits_min_max_exponent (1 ms)
4: [ RUN      ] cuda.numeric_traits_min_max_exponent10
4: [       OK ] cuda.numeric_traits_min_max_exponent10 (1 ms)
4: [ RUN      ] cuda.numeric_traits_quiet_and_signaling_nan
4: [       OK ] cuda.numeric_traits_quiet_and_signaling_nan (1 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.memory_pool
4: [       OK ] cuda.memory_pool (11 ms)
4: [ RUN      ] cuda.cxx11
4: [       OK ] cuda.cxx11 (2 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.parallel_scan_range_policy
4: [       OK ] cuda.parallel_scan_range_policy (57 ms)
4: [ RUN      ] cuda.kokkos_printf
4: [       OK ] cuda.kokkos_printf (3 ms)
4: [ RUN      ] cuda.range_for
4: [       OK ] cuda.range_for (2 ms)
4: [ RUN      ] cuda.range_reduce
4: [       OK ] cuda.range_reduce (1 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 (1 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 (11 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 (4 ms)
4: [ RUN      ] cuda.reducers_struct
4: [       OK ] cuda.reducers_struct (12 ms)
4: [ RUN      ] cuda.reducers_half_t
4: [       OK ] cuda.reducers_half_t (8 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 (6 ms)
4: [ RUN      ] cuda.reducers_int16_t
4: [       OK ] cuda.reducers_int16_t (6 ms)
4: [ RUN      ] cuda.reducers_point_t
4: [       OK ] cuda.reducers_point_t (5 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 (15 ms)
4: [ RUN      ] cuda.double_reduce
4: [       OK ] cuda.double_reduce (15 ms)
4: [ RUN      ] cuda.int64_t_reduce_dynamic
4: [       OK ] cuda.int64_t_reduce_dynamic (21 ms)
4: [ RUN      ] cuda.double_reduce_dynamic
4: [       OK ] cuda.double_reduce_dynamic (21 ms)
4: [ RUN      ] cuda.int64_t_reduce_dynamic_view
4: [       OK ] cuda.int64_t_reduce_dynamic_view (6 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_with_large_iteration_count
4: [       OK ] cuda.reduction_with_large_iteration_count (379 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
4: [       OK ] cuda.reduce_device_view_mdrange_policy (130 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 (155 ms)
4: [ RUN      ] cuda.kokkos_swap
4: [       OK ] cuda.kokkos_swap (0 ms)
4: [ RUN      ] cuda.reduceRangePolicyViewSizeLimit
4: [       OK ] cuda.reduceRangePolicyViewSizeLimit (35 ms)
4: [ RUN      ] cuda.reduceMDRangePolicyViewSizeLimit
4: [       OK ] cuda.reduceMDRangePolicyViewSizeLimit (168 ms)
4: [----------] 180 tests from cuda (25392 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 187 tests from 2 test suites ran. (34453 ms total)
4: [  PASSED  ] 186 tests.
4: [  SKIPPED ] 1 test, listed below:
4: [  SKIPPED ] cuda.mdspan_minimal_functional
 4/59 Test  #4: Kokkos_CoreUnitTest_Cuda1 ........................   Passed   36.76 sec
test 5
      Start  5: Kokkos_CoreUnitTest_Cuda2

5: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Cuda2
5: Test timeout computed to be: 1500
5: [==========] Running 128 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
5: [       OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (13437 ms)
5: [ RUN      ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment
5: [       OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (15595 ms)
5: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_host
5: [       OK ] cuda_DeathTest.view_memory_access_violations_from_host (39877 ms)
5: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_device
5: [       OK ] cuda_DeathTest.view_memory_access_violations_from_device (39706 ms)
5: [----------] 8 tests from cuda_DeathTest (108617 ms total)
5: 
5: [----------] 92 tests from cuda
5: [ RUN      ] cuda.team_for
5: [       OK ] cuda.team_for (7 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 (54 ms)
5: [ RUN      ] cuda.team_parallel_single
5: [       OK ] cuda.team_parallel_single (14 ms)
5: [ RUN      ] cuda.large_team_scratch_size
5: [       OK ] cuda.large_team_scratch_size (1 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 (1 ms)
5: [ RUN      ] cuda.team_broadcast_float
5: [       OK ] cuda.team_broadcast_float (1 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 (12 ms)
5: [ RUN      ] cuda.triple_nested_parallelism
5: [       OK ] cuda.triple_nested_parallelism (15 ms)
5: [ RUN      ] cuda.parallel_scan_with_reducers
5: [       OK ] cuda.parallel_scan_with_reducers (121 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 (29 ms)
5: [ RUN      ] cuda.ThreadVectorMDRangeParallelFor
5: [       OK ] cuda.ThreadVectorMDRangeParallelFor (14 ms)
5: [ RUN      ] cuda.TeamVectorMDRangeParallelFor
5: [       OK ] cuda.TeamVectorMDRangeParallelFor (14 ms)
5: [ RUN      ] cuda.TeamThreadMDRangeParallelReduce
5: [       OK ] cuda.TeamThreadMDRangeParallelReduce (20 ms)
5: [ RUN      ] cuda.ThreadVectorMDRangeParallelReduce
5: [       OK ] cuda.ThreadVectorMDRangeParallelReduce (8 ms)
5: [ RUN      ] cuda.TeamVectorMDRangeParallelReduce
5: [       OK ] cuda.TeamVectorMDRangeParallelReduce (9 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 (2911 ms)
5: [ RUN      ] cuda.team_long_reduce
5: [       OK ] cuda.team_long_reduce (41 ms)
5: [ RUN      ] cuda.team_double_reduce
5: [       OK ] cuda.team_double_reduce (40 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 (454 ms)
5: [ RUN      ] cuda.team_scan_ret_val
5: [       OK ] cuda.team_scan_ret_val (436 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 (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
5: [       OK ] cuda.team_policy_max_recommended (511 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 (4 ms)
5: [ RUN      ] cuda.unique_token_global
5: [       OK ] cuda.unique_token_global (3 ms)
5: [ RUN      ] cuda.unique_token_instance
5: [       OK ] cuda.unique_token_instance (3 ms)
5: [ RUN      ] cuda.unique_token_team_acquire
5: [       OK ] cuda.unique_token_team_acquire (14 ms)
5: [ RUN      ] cuda.view_api_a
5: [       OK ] cuda.view_api_a (18 ms)
5: [ RUN      ] cuda.view_api_b
5: [       OK ] cuda.view_api_b (12 ms)
5: [ RUN      ] cuda.view_api_c
5: [       OK ] cuda.view_api_c (1 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 (13 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 (1 ms)
5: [ RUN      ] cuda.view_copy_tests
5: [       OK ] cuda.view_copy_tests (15 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_fill_tests_layout_right
5: [       OK ] cuda.view_fill_tests_layout_right (115 ms)
5: [ RUN      ] cuda.view_fill_tests_layout_left
5: [       OK ] cuda.view_fill_tests_layout_left (62 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 (230 ms)
5: [ RUN      ] cuda.view_layoutstride_right_to_layoutright_assignment
5: [       OK ] cuda.view_layoutstride_right_to_layoutright_assignment (226 ms)
5: [ RUN      ] cuda.view_irregular_layout
5: [       OK ] cuda.view_irregular_layout (1 ms)
5: [ RUN      ] cuda.view_mapping
5: [       OK ] cuda.view_mapping (94 ms)
5: [ RUN      ] cuda.view_mapping_operator
5: [       OK ] cuda.view_mapping_operator (11 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 (1 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 (2 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 (41 ms)
5: [ RUN      ] cuda.view_realloc
5: [       OK ] cuda.view_realloc (2 ms)
5: [ RUN      ] cuda.workgraph_fib
5: [       OK ] cuda.workgraph_fib (891 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: [----------] 92 tests from cuda (6539 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 (9 ms)
5: [ RUN      ] cuda_uvm.view_subview_auto_1d_right
5: [       OK ] cuda_uvm.view_subview_auto_1d_right (7 ms)
5: [ RUN      ] cuda_uvm.view_subview_auto_1d_stride
5: [       OK ] cuda_uvm.view_subview_auto_1d_stride (7 ms)
5: [ RUN      ] cuda_uvm.view_subview_assign_strided
5: [       OK ] cuda_uvm.view_subview_assign_strided (15 ms)
5: [ RUN      ] cuda_uvm.view_subview_left_0
5: [       OK ] cuda_uvm.view_subview_left_0 (3 ms)
5: [ RUN      ] cuda_uvm.view_subview_left_1
5: [       OK ] cuda_uvm.view_subview_left_1 (2 ms)
5: [ RUN      ] cuda_uvm.view_subview_left_2
5: [       OK ] cuda_uvm.view_subview_left_2 (1 ms)
5: [ RUN      ] cuda_uvm.view_subview_left_3
5: [       OK ] cuda_uvm.view_subview_left_3 (1 ms)
5: [ RUN      ] cuda_uvm.view_subview_right_0
5: [       OK ] cuda_uvm.view_subview_right_0 (2 ms)
5: [ RUN      ] cuda_uvm.view_subview_right_1
5: [       OK ] cuda_uvm.view_subview_right_1 (2 ms)
5: [ RUN      ] cuda_uvm.view_subview_right_3
5: [       OK ] cuda_uvm.view_subview_right_3 (1 ms)
5: [ RUN      ] cuda_uvm.view_static_tests
5: [       OK ] cuda_uvm.view_static_tests (3 ms)
5: [ RUN      ] cuda_uvm.view_subview_layoutleft_to_layoutleft
5: [       OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (11 ms)
5: [ RUN      ] cuda_uvm.view_subview_layoutright_to_layoutright
5: [       OK ] cuda_uvm.view_subview_layoutright_to_layoutright (7 ms)
5: [ RUN      ] cuda_uvm.view_subview_1d_assign
5: [       OK ] cuda_uvm.view_subview_1d_assign (14 ms)
5: [ RUN      ] cuda_uvm.view_subview_1d_assign_atomic
5: [       OK ] cuda_uvm.view_subview_1d_assign_atomic (14 ms)
5: [ RUN      ] cuda_uvm.view_subview_1d_assign_randomaccess
5: [       OK ] cuda_uvm.view_subview_1d_assign_randomaccess (14 ms)
5: [ RUN      ] cuda_uvm.view_subview_2d_from_3d
5: [       OK ] cuda_uvm.view_subview_2d_from_3d (175 ms)
5: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_atomic
5: [       OK ] cuda_uvm.view_subview_2d_from_3d_atomic (177 ms)
5: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_randomaccess
5: [       OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (178 ms)
5: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left
5: [       OK ] cuda_uvm.view_subview_3d_from_5d_left (221 ms)
5: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_atomic
5: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (222 ms)
5: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess
5: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (229 ms)
5: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right
5: [       OK ] cuda_uvm.view_subview_3d_from_5d_right (218 ms)
5: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_atomic
5: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (218 ms)
5: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess
5: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (218 ms)
5: [ RUN      ] cuda_uvm.view_test_unmanaged_subview_reset
5: [       OK ] cuda_uvm.view_test_unmanaged_subview_reset (1 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 (1987 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 128 tests from 3 test suites ran. (117144 ms total)
5: [  PASSED  ] 128 tests.
 5/59 Test  #5: Kokkos_CoreUnitTest_Cuda2 ........................   Passed  119.62 sec
test 6
      Start  6: Kokkos_CoreUnitTest_Cuda3

6: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Cuda3
6: Test timeout computed to be: 1500
6: [==========] Running 60 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 (15174 ms)
6: [ RUN      ] cuda.space_access
6: [       OK ] cuda.space_access (0 ms)
6: [ RUN      ] cuda.uvm
6: [       OK ] cuda.uvm (2 ms)
6: [ RUN      ] cuda.impl_view_accessible
6: [       OK ] cuda.impl_view_accessible (4 ms)
6: [ RUN      ] cuda.impl_view_texture
6: [       OK ] cuda.impl_view_texture (1 ms)
6: [ RUN      ] cuda.view_subview_const_randomaccess
6: [       OK ] cuda.view_subview_const_randomaccess (1 ms)
6: [----------] 6 tests from cuda (15185 ms total)
6: 
6: [----------] 27 tests from cuda_hostpinned
6: [ RUN      ] cuda_hostpinned.impl_shared_alloc
6: [       OK ] cuda_hostpinned.impl_shared_alloc (103 ms)
6: [ RUN      ] cuda_hostpinned.view_api_a
6: [       OK ] cuda_hostpinned.view_api_a (23 ms)
6: [ RUN      ] cuda_hostpinned.view_api_b
6: [       OK ] cuda_hostpinned.view_api_b (26 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 (5 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 (13988 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 (22 ms)
6: [ RUN      ] cuda_hostpinned.view_copy_tests_rank_0
6: [       OK ] cuda_hostpinned.view_copy_tests_rank_0 (1 ms)
6: [ RUN      ] cuda_hostpinned.view_copy_degenerated
6: [       OK ] cuda_hostpinned.view_copy_degenerated (0 ms)
6: [ RUN      ] cuda_hostpinned.view_fill_tests_layout_right
6: [       OK ] cuda_hostpinned.view_fill_tests_layout_right (10523 ms)
6: [ RUN      ] cuda_hostpinned.view_fill_tests_layout_left
6: [       OK ] cuda_hostpinned.view_fill_tests_layout_left (11034 ms)
6: [ RUN      ] cuda_hostpinned.view_mapping
6: [       OK ] cuda_hostpinned.view_mapping (105 ms)
6: [ RUN      ] cuda_hostpinned.view_mapping_operator
6: [       OK ] cuda_hostpinned.view_mapping_operator (18 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 (3 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 (3 ms)
6: [----------] 27 tests from cuda_hostpinned (35867 ms total)
6: 
6: [----------] 27 tests from cuda_uvm
6: [ RUN      ] cuda_uvm.impl_shared_alloc
6: [       OK ] cuda_uvm.impl_shared_alloc (186 ms)
6: [ RUN      ] cuda_uvm.view_api_a
6: [       OK ] cuda_uvm.view_api_a (35 ms)
6: [ RUN      ] cuda_uvm.view_api_b
6: [       OK ] cuda_uvm.view_api_b (43 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 (12 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 (3 ms)
6: [ RUN      ] cuda_uvm.view_mirror_nonconst
6: [       OK ] cuda_uvm.view_mirror_nonconst (2 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 (1 ms)
6: [ RUN      ] cuda_uvm.view_allocation_large_rank
6: [       OK ] cuda_uvm.view_allocation_large_rank (1601 ms)
6: [ RUN      ] cuda_uvm.view_shmem_size_on_device
6: [       OK ] cuda_uvm.view_shmem_size_on_device (9 ms)
6: [ RUN      ] cuda_uvm.view_is_assignable
6: [       OK ] cuda_uvm.view_is_assignable (28 ms)
6: [ RUN      ] cuda_uvm.view_copy_tests
6: [       OK ] cuda_uvm.view_copy_tests (40 ms)
6: [ RUN      ] cuda_uvm.view_copy_tests_rank_0
6: [       OK ] cuda_uvm.view_copy_tests_rank_0 (6 ms)
6: [ RUN      ] cuda_uvm.view_copy_degenerated
6: [       OK ] cuda_uvm.view_copy_degenerated (1 ms)
6: [ RUN      ] cuda_uvm.view_fill_tests_layout_right
6: [       OK ] cuda_uvm.view_fill_tests_layout_right (422 ms)
6: [ RUN      ] cuda_uvm.view_fill_tests_layout_left
6: [       OK ] cuda_uvm.view_fill_tests_layout_left (384 ms)
6: [ RUN      ] cuda_uvm.view_mapping
6: [       OK ] cuda_uvm.view_mapping (107 ms)
6: [ RUN      ] cuda_uvm.view_mapping_operator
6: [       OK ] cuda_uvm.view_mapping_operator (10 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 (1 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 (2 ms)
6: [----------] 27 tests from cuda_uvm (2904 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 60 tests from 3 test suites ran. (53958 ms total)
6: [  PASSED  ] 60 tests.
 6/59 Test  #6: Kokkos_CoreUnitTest_Cuda3 ........................   Passed   55.77 sec
test 7
      Start  7: Kokkos_CoreUnitTest_CudaTimingBased

7: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (32 ms)
7: [ RUN      ] cuda.debug_pin_um_to_host
7: [       OK ] cuda.debug_pin_um_to_host (974 ms)
7: [----------] 2 tests from cuda (1007 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 2 tests from 1 test suite ran. (1007 ms total)
7: [  PASSED  ] 2 tests.
 7/59 Test  #7: Kokkos_CoreUnitTest_CudaTimingBased ..............   Passed    2.88 sec
test 8
      Start  8: Kokkos_CoreUnitTest_CudaInterOpInit

8: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (1382 ms)
8: [----------] 1 test from cuda (1382 ms total)
8: 
8: [----------] Global test environment tear-down
8: [==========] 1 test from 1 test suite ran. (1382 ms total)
8: [  PASSED  ] 1 test.
 8/59 Test  #8: Kokkos_CoreUnitTest_CudaInterOpInit ..............   Passed    1.79 sec
test 9
      Start  9: Kokkos_CoreUnitTest_CudaInterOpStreams

9: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (1377 ms)
9: [----------] 1 test from cuda (1377 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 1 test from 1 test suite ran. (1378 ms total)
9: [  PASSED  ] 1 test.
 9/59 Test  #9: Kokkos_CoreUnitTest_CudaInterOpStreams ...........   Passed    1.79 sec
test 10
      Start 10: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU

10: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (2 ms)
10: [ RUN      ] cuda_multi_gpu.unmanaged_views
10: [       OK ] cuda_multi_gpu.unmanaged_views (1 ms)
10: [ RUN      ] cuda_multi_gpu.scratch_space
10: [       OK ] cuda_multi_gpu.scratch_space (3 ms)
10: [----------] 3 tests from cuda_multi_gpu (7 ms total)
10: 
10: [----------] Global test environment tear-down
10: [==========] 3 tests from 1 test suite ran. (7 ms total)
10: [  PASSED  ] 3 tests.
10/59 Test #10: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU ...   Passed    1.81 sec
test 11
      Start 11: Kokkos_CoreUnitTest_CudaGraph

11: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (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 (1 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 (4 ms total)
11: 
11: [----------] Global test environment tear-down
11: [==========] 5 tests from 1 test suite ran. (5 ms total)
11: [  PASSED  ] 5 tests.
11: 
11:   YOU HAVE 1 DISABLED TEST
11: 
11/59 Test #11: Kokkos_CoreUnitTest_CudaGraph ....................   Passed    1.76 sec
test 12
      Start 12: Kokkos_CoreUnitTest_Default

12: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (13 ms)
12: [ RUN      ] defaultdevicetype.cmd_line_args_tools_arguments
12: [       OK ] defaultdevicetype.cmd_line_args_tools_arguments (5 ms)
12: [ RUN      ] defaultdevicetype.cmd_line_args_unrecognized_flag
12: [       OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (15 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 (229 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 (2 ms)
12: [ RUN      ] defaultdevicetype.half_conversion
12: [       OK ] defaultdevicetype.half_conversion (1 ms)
12: [ RUN      ] defaultdevicetype.bhalf_conversion
12: [       OK ] defaultdevicetype.bhalf_conversion (1 ms)
12: [ RUN      ] defaultdevicetype.half_operators
12: [       OK ] defaultdevicetype.half_operators (1 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 (7 ms)
12: [ RUN      ] defaultdevicetype.reduce_instantiation_b1
12: [       OK ] defaultdevicetype.reduce_instantiation_b1 (17 ms)
12: [ RUN      ] defaultdevicetype.reduce_instantiation_c1
12: [       OK ] defaultdevicetype.reduce_instantiation_c1 (7 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 (22 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 (14 ms)
12: [ RUN      ] defaultdevicetype.reduce_instantiation_b3
12: [       OK ] defaultdevicetype.reduce_instantiation_b3 (31 ms)
12: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
12: [       OK ] defaultdevicetype.reduce_instantiation_c3 (12 ms)
12: [ RUN      ] defaultdevicetype.malloc
12: [       OK ] defaultdevicetype.malloc (0 ms)
12: [----------] 31 tests from defaultdevicetype (407 ms total)
12: 
12: [----------] 1 test from kokkosresize
12: [ RUN      ] kokkosresize.host_space_access
12: [       OK ] kokkosresize.host_space_access (50 ms)
12: [----------] 1 test from kokkosresize (50 ms total)
12: 
12: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple<int, Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
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<int [5], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
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<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
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<int [5][10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int* [10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int**, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int [5][10][15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int* [10][15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int** [15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int***, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int, Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
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<int [5], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
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<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
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<int [5][10], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int* [10], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int**, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int [5][10][15], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int* [10][15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int** [15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int***, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int, Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
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<int [5], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
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<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
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<int [5][10], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int* [10], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int**, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int [5][10][15], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int* [10][15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int** [15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int***, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
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<int* [10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
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<int** [15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
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<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
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<int* [10], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
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<int** [15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
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<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
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<int* [10], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
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<int** [15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
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. (462 ms total)
12: [  PASSED  ] 71 tests.
12/59 Test #12: Kokkos_CoreUnitTest_Default ......................   Passed    2.38 sec
test 13
      Start 13: Kokkos_CoreUnitTest_LegionInitialization

13: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (1299 ms)
13: [----------] 1 test from initialization (1299 ms total)
13: 
13: [----------] Global test environment tear-down
13: [==========] 1 test from 1 test suite ran. (1299 ms total)
13: [  PASSED  ] 1 test.
13/59 Test #13: Kokkos_CoreUnitTest_LegionInitialization .........   Passed    1.71 sec
test 14
      Start 14: Kokkos_CoreUnitTest_PushFinalizeHook

14: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook
14: Test timeout computed to be: 1500
14: SUCCESS
14/59 Test #14: Kokkos_CoreUnitTest_PushFinalizeHook .............   Passed    1.60 sec
test 15
      Start 15: Kokkos_CoreUnitTest_Develop

15: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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    1.88 sec
test 16
      Start 16: Kokkos_CoreUnitTest_TuningBuiltins

16: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_TuningBuiltins
16: Test timeout computed to be: 1500
16/59 Test #16: Kokkos_CoreUnitTest_TuningBuiltins ...............   Passed    1.67 sec
test 17
      Start 17: Kokkos_CoreUnitTest_TuningBasics

17: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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    1.60 sec
test 18
      Start 18: Kokkos_CoreUnitTest_CategoricalTuner

18: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CategoricalTuner
18: Test timeout computed to be: 1500
18/59 Test #18: Kokkos_CoreUnitTest_CategoricalTuner .............   Passed    2.20 sec
test 19
      Start 19: Kokkos_CoreUnitTest_KokkosP

19: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP
19: Test timeout computed to be: 1500
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 (5 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 (7 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. (8 ms total)
19: [  PASSED  ] 29 tests.
19/59 Test #19: Kokkos_CoreUnitTest_KokkosP ......................   Passed    1.64 sec
test 20
      Start 20: Kokkos_CoreUnitTest_ToolIndependence

20: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence
20: Test timeout computed to be: 1500
20/59 Test #20: Kokkos_CoreUnitTest_ToolIndependence .............   Passed    0.02 sec
test 21
      Start 21: Kokkos_ProfilingTestLibraryLoadHelp

21: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help"
21: Environment variables: 
21:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-5993/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    1.77 sec
test 22
      Start 22: Kokkos_ProfilingTestLibraryCmdLineHelp

22: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-5993/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    1.96 sec
test 23
      Start 23: Kokkos_ProfilingTestLibraryLoad

23: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
23: Environment variables: 
23:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-5993/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().
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:0xe97540:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xe976c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xe97740:Host:source:0xe975c0: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:0xe97840: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:0xe976c0:40::kokkosp_deallocate_data:Host:source:0xe97540:40::kokkosp_finalize_library::
23/59 Test #23: Kokkos_ProfilingTestLibraryLoad ..................   Passed    1.78 sec
test 24
      Start 24: Kokkos_ProfilingTestLibraryCmdLine

24: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args=-c test delimit" "--kokkos-tools-libs=/var/jenkins/workspace/Kokkos_PR-5993/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:0xe97540:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xe976c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xe97740:Host:source:0xe975c0: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:0xe97840: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:0xe976c0:40::kokkosp_deallocate_data:Host:source:0xe97540:40::kokkosp_finalize_library::
24/59 Test #24: Kokkos_ProfilingTestLibraryCmdLine ...............   Passed    1.78 sec
test 25
      Start 25: Kokkos_CoreUnitTest_StackTraceTest

25: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec
25: Test timeout computed to be: 1500
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-5993/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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a4c30]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x43cdfb]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x20) [0x439570]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbd) [0x43ac3d]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x44) [0x472df4]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1e8) [0x44b518]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x210) [0x44c850]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x137) [0x44d0f7]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x5bd) [0x45cdbd]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x44) [0x4739c4]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x45c7cc]
25: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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*, 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*, 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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a4c30]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x43cdfb]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x43d116]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa14) [0x439f64]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbd) [0x43ac3d]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x44) [0x472df4]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1e8) [0x44b518]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x210) [0x44c850]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x137) [0x44d0f7]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x5bd) [0x45cdbd]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x44) [0x4739c4]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x45c7cc]
25: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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*, 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*, 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_terminate (575 ms)
25: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
25: 
25: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a4c30]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x43cdfb]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x20) [0x439570]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xba) [0x43af0a]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x44) [0x472df4]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1e8) [0x44b518]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x210) [0x44c850]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x137) [0x44d0f7]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x5bd) [0x45cdbd]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x44) [0x4739c4]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x45c7cc]
25: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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*, 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*, 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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a4c30]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x43cdfb]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x43d116]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa14) [0x439f64]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xba) [0x43af0a]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x44) [0x472df4]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1e8) [0x44b518]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x210) [0x44c850]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x137) [0x44d0f7]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x5bd) [0x45cdbd]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x44) [0x4739c4]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x45c7cc]
25: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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*, 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*, 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 (650 ms)
25: [----------] 2 tests from defaultdevicetype_DeathTest (1225 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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a4c30]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x43cdfb]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x20) [0x439570]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x44) [0x472df4]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1e8) [0x44b518]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x210) [0x44c850]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x137) [0x44d0f7]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x5bd) [0x45cdbd]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x44) [0x4739c4]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x45c7cc]
25: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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*, 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*, 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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a4c30]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x43cdfb]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x43d116]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa14) [0x439f64]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x44) [0x472df4]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1e8) [0x44b518]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x210) [0x44c850]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x137) [0x44d0f7]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x5bd) [0x45cdbd]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x44) [0x4739c4]
25: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x45c7cc]
25: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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*, 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*, 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 (3 ms)
25: [----------] 1 test from defaultdevicetype (3 ms total)
25: 
25: [----------] Global test environment tear-down
25: [==========] 3 tests from 2 test suites ran. (1229 ms total)
25: [  PASSED  ] 3 tests.
25/59 Test #25: Kokkos_CoreUnitTest_StackTraceTest ...............   Passed    3.05 sec
test 26
      Start 26: Kokkos_IncrementalTest_SERIAL

26: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_IncrementalTest_SERIAL
26: Test timeout computed to be: 1500
26: [==========] Running 28 tests from 1 test suite.
26: [----------] Global test environment set-up.
26: [----------] 28 tests from SERIAL
26: [ RUN      ] SERIAL.IncrTest_01_execspace_typedef
26: [       OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms)
26: [ RUN      ] SERIAL.IncrTest_01_execspace
26: Host Serial Execution Space:
26:   KOKKOS_ENABLE_SERIAL: yes
26: 
26: Serial Runtime Configuration:
26: Serial
26: [       OK ] SERIAL.IncrTest_01_execspace (0 ms)
26: [ RUN      ] SERIAL.IncrTest_02_AtomicExchange
26: [       OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms)
26: [ RUN      ] SERIAL.IncrTest_02_AtomicAdd
26: [       OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms)
26: [ RUN      ] SERIAL.IncrTest_02_AtomicSub
26: [       OK ] SERIAL.IncrTest_02_AtomicSub (0 ms)
26: [ RUN      ] SERIAL.IncrTest_03a_memspace_malloc
26: [       OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms)
26: [ RUN      ] SERIAL.IncrTest_03b_memspace_free
26: [       OK ] SERIAL.IncrTest_03b_memspace_free (337 ms)
26: [ RUN      ] SERIAL.IncrTest_04_simple_parallelFor
26: [       OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms)
26: [ RUN      ] SERIAL.IncrTest_04_RangePolicy_parallelFor
26: [       OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms)
26: [ RUN      ] SERIAL.IncrTest_05_reduction
26: [       OK ] SERIAL.IncrTest_05_reduction (0 ms)
26: [ RUN      ] SERIAL.IncrTest_06_mdrange2D
26: [       OK ] SERIAL.IncrTest_06_mdrange2D (0 ms)
26: [ RUN      ] SERIAL.IncrTest_06_mdrange3D
26: [       OK ] SERIAL.IncrTest_06_mdrange3D (0 ms)
26: [ RUN      ] SERIAL.IncrTest_06_mdrange4D
26: [       OK ] SERIAL.IncrTest_06_mdrange4D (0 ms)
26: [ RUN      ] SERIAL.IncrTest_08_deep_copy_2D
26: [       OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms)
26: [ RUN      ] SERIAL.IncrTest_08_deep_copy_3D
26: [       OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms)
26: [ RUN      ] SERIAL.IncrTest_08_deep_copy_4D
26: [       OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms)
26: [ RUN      ] SERIAL.IncrTest_10_Hierarchical_Basics
26: [       OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms)
26: [ RUN      ] SERIAL.IncrTest_11a_Hierarchical_ForLoop
26: [       OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms)
26: [ RUN      ] SERIAL.IncrTest_11b_Hierarchical_ForLoop
26: [       OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms)
26: [ RUN      ] SERIAL.IncrTest_11c_Hierarchical_ForLoop
26: [       OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (338 ms)
26: [ RUN      ] SERIAL.IncrTest_12a_ThreadScratch
26: [       OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms)
26: [ RUN      ] SERIAL.IncrTest_12b_TeamScratch
26: [       OK ] SERIAL.IncrTest_12b_TeamScratch (7 ms)
26: [ RUN      ] SERIAL.IncrTest_13a_Hierarchical_Red
26: [       OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms)
26: [ RUN      ] SERIAL.IncrTest_13b_Hierarchical_Red
26: [       OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms)
26: [ RUN      ] SERIAL.IncrTest_13c_Hierarchical_Red
26: [       OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms)
26: [ RUN      ] SERIAL.incr_14_MDrangeReduce
26: [       OK ] SERIAL.incr_14_MDrangeReduce (0 ms)
26: [ RUN      ] SERIAL.IncrTest_16_parallelscan
26: [       OK ] SERIAL.IncrTest_16_parallelscan (0 ms)
26: [ RUN      ] SERIAL.incr_17_atomicView
26: [       OK ] SERIAL.incr_17_atomicView (0 ms)
26: [----------] 28 tests from SERIAL (690 ms total)
26: 
26: [----------] Global test environment tear-down
26: [==========] 28 tests from 1 test suite ran. (690 ms total)
26: [  PASSED  ] 28 tests.
26/59 Test #26: Kokkos_IncrementalTest_SERIAL ....................   Passed    2.67 sec
test 27
      Start 27: Kokkos_IncrementalTest_CUDA

27: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_IncrementalTest_CUDA
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 CUDA
27: [ RUN      ] CUDA.IncrTest_01_execspace_typedef
27: [       OK ] CUDA.IncrTest_01_execspace_typedef (0 ms)
27: [ RUN      ] CUDA.IncrTest_01_execspace
27: Device Execution Space:
27:   KOKKOS_ENABLE_CUDA: yes
27: Cuda Options:
27:   KOKKOS_ENABLE_CUDA_LAMBDA: yes
27:   KOKKOS_ENABLE_CUDA_LDG_INTRINSIC: yes
27:   KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no
27:   KOKKOS_ENABLE_CUDA_UVM: no
27:   KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA: yes
27:   KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes
27: 
27: Cuda Runtime Configuration:
27: macro  KOKKOS_ENABLE_CUDA      : defined
27: macro  CUDA_VERSION          = 11000 = version 11.0
27: Kokkos::Cuda[ 0 ] Tesla V100-SXM2-32GB capability 7.0, Total Global Memory: 31.73 G, Shared Memory per Block: 48 K : Selected
27: Cuda
27: [       OK ] CUDA.IncrTest_01_execspace (0 ms)
27: [ RUN      ] CUDA.IncrTest_02_AtomicExchange
27: [       OK ] CUDA.IncrTest_02_AtomicExchange (0 ms)
27: [ RUN      ] CUDA.IncrTest_02_AtomicAdd
27: [       OK ] CUDA.IncrTest_02_AtomicAdd (0 ms)
27: [ RUN      ] CUDA.IncrTest_02_AtomicSub
27: [       OK ] CUDA.IncrTest_02_AtomicSub (0 ms)
27: [ RUN      ] CUDA.IncrTest_03a_memspace_malloc
27: [       OK ] CUDA.IncrTest_03a_memspace_malloc (0 ms)
27: [ RUN      ] CUDA.IncrTest_03b_memspace_free
27: [       OK ] CUDA.IncrTest_03b_memspace_free (2544 ms)
27: [ RUN      ] CUDA.IncrTest_04_simple_parallelFor
27: [       OK ] CUDA.IncrTest_04_simple_parallelFor (0 ms)
27: [ RUN      ] CUDA.IncrTest_04_RangePolicy_parallelFor
27: [       OK ] CUDA.IncrTest_04_RangePolicy_parallelFor (0 ms)
27: [ RUN      ] CUDA.IncrTest_05_reduction
27: [       OK ] CUDA.IncrTest_05_reduction (3 ms)
27: [ RUN      ] CUDA.IncrTest_06_mdrange2D
27: [       OK ] CUDA.IncrTest_06_mdrange2D (0 ms)
27: [ RUN      ] CUDA.IncrTest_06_mdrange3D
27: [       OK ] CUDA.IncrTest_06_mdrange3D (0 ms)
27: [ RUN      ] CUDA.IncrTest_06_mdrange4D
27: [       OK ] CUDA.IncrTest_06_mdrange4D (0 ms)
27: [ RUN      ] CUDA.IncrTest_08_deep_copy_2D
27: [       OK ] CUDA.IncrTest_08_deep_copy_2D (0 ms)
27: [ RUN      ] CUDA.IncrTest_08_deep_copy_3D
27: [       OK ] CUDA.IncrTest_08_deep_copy_3D (0 ms)
27: [ RUN      ] CUDA.IncrTest_08_deep_copy_4D
27: [       OK ] CUDA.IncrTest_08_deep_copy_4D (0 ms)
27: [ RUN      ] CUDA.IncrTest_10_Hierarchical_Basics
27: [       OK ] CUDA.IncrTest_10_Hierarchical_Basics (0 ms)
27: [ RUN      ] CUDA.IncrTest_11a_Hierarchical_ForLoop
27: [       OK ] CUDA.IncrTest_11a_Hierarchical_ForLoop (1 ms)
27: [ RUN      ] CUDA.IncrTest_11b_Hierarchical_ForLoop
27: [       OK ] CUDA.IncrTest_11b_Hierarchical_ForLoop (0 ms)
27: [ RUN      ] CUDA.IncrTest_11c_Hierarchical_ForLoop
27: [       OK ] CUDA.IncrTest_11c_Hierarchical_ForLoop (287 ms)
27: [ RUN      ] CUDA.IncrTest_12a_ThreadScratch
27: [       OK ] CUDA.IncrTest_12a_ThreadScratch (2 ms)
27: [ RUN      ] CUDA.IncrTest_12b_TeamScratch
27: [       OK ] CUDA.IncrTest_12b_TeamScratch (0 ms)
27: [ RUN      ] CUDA.IncrTest_13a_Hierarchical_Red
27: [       OK ] CUDA.IncrTest_13a_Hierarchical_Red (0 ms)
27: [ RUN      ] CUDA.IncrTest_13b_Hierarchical_Red
27: [       OK ] CUDA.IncrTest_13b_Hierarchical_Red (0 ms)
27: [ RUN      ] CUDA.IncrTest_13c_Hierarchical_Red
27: [       OK ] CUDA.IncrTest_13c_Hierarchical_Red (0 ms)
27: [ RUN      ] CUDA.incr_14_MDrangeReduce
27: [       OK ] CUDA.incr_14_MDrangeReduce (0 ms)
27: [ RUN      ] CUDA.IncrTest_16_parallelscan
27: [       OK ] CUDA.IncrTest_16_parallelscan (6 ms)
27: [ RUN      ] CUDA.incr_17_atomicView
27: [       OK ] CUDA.incr_17_atomicView (0 ms)
27: [----------] 28 tests from CUDA (2851 ms total)
27: 
27: [----------] Global test environment tear-down
27: [==========] 28 tests from 1 test suite ran. (2851 ms total)
27: [  PASSED  ] 28 tests.
27/59 Test #27: Kokkos_IncrementalTest_CUDA ......................   Passed    4.71 sec
test 28
      Start 28: Kokkos_CoreUnitTest_CTestDevice

28: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (1 ms total)
28: 
28: [----------] Global test environment tear-down
28: [==========] 8 tests from 1 test suite ran. (1 ms total)
28: [  PASSED  ] 8 tests.
28/59 Test #28: Kokkos_CoreUnitTest_CTestDevice ..................   Passed    0.02 sec
test 29
      Start 29: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0

29: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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.02 sec
test 30
      Start 30: Kokkos_CoreUnitTest_DeviceAndThreads

30: Test command: /usr/bin/python3.8 "-m" "unittest" "-v" "/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/TestDeviceAndThreads.py"
30: Test timeout computed to be: 1500
30: test_device_id (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
30: test_disable_warnings (TestDeviceAndThreads.KokkosInitializationTestCase) ... ok
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 18.294s
30: 
30: OK (skipped=1)
30/59 Test #30: Kokkos_CoreUnitTest_DeviceAndThreads .............   Passed   18.98 sec
test 31
      Start 31: Kokkos_PerformanceTest_TaskDag

31: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2024-04-25_T21-46-16.json"
32: Test timeout computed to be: 1500
32: 2024-04-26T00:00:04+00:00
32: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
32: Run on (4 X 2300.11 MHz CPU s)
32: CPU Caches:
32:   L1 Data 32 KiB (x4)
32:   L1 Instruction 32 KiB (x4)
32:   L2 Unified 4096 KiB (x4)
32:   L3 Unified 16384 KiB (x4)
32: Load Average: 1.28, 3.49, 6.35
32: CPU architecture: none
32: Default Device: N6Kokkos4CudaE
32: GIT_BRANCH: HEAD
32: GIT_CLEAN_STATUS: CLEAN
32: GIT_COMMIT_DATE: 2024-04-25T21:45:24+00:00
32: GIT_COMMIT_DESCRIPTION: Merge commit '2e82fdd8716bb21379d5bd9250b19f1dd131e23f' into HEAD
32: GIT_COMMIT_HASH: 9356971d6
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 V100-SXM2-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<double>/Count:1024/iterations:5/manual_time                            0.008 s         0.008 s             5       1024        7.00271u
32: GramSchmidt<double>/Count:2048/iterations:5/manual_time                            0.007 s         0.007 s             5     2.048k        3.37117u
32: GramSchmidt<double>/Count:4096/iterations:5/manual_time                            0.007 s         0.008 s             5     4.096k        1.67401u
32: GramSchmidt<double>/Count:8192/iterations:5/manual_time                            0.007 s         0.008 s             5     8.192k        839.064n
32: GramSchmidt<double>/Count:16384/iterations:5/manual_time                           0.007 s         0.009 s             5    16.384k        432.348n
32: GramSchmidt<double>/Count:32768/iterations:5/manual_time                           0.007 s         0.011 s             5    32.768k         215.48n
32: GramSchmidt<double>/Count:65536/iterations:5/manual_time                           0.007 s         0.015 s             5    65.536k        105.363n
32: GramSchmidt<double>/Count:131072/iterations:5/manual_time                          0.007 s         0.025 s             5   131.072k        55.7437n
32: GramSchmidt<double>/Count:262144/iterations:5/manual_time                          0.009 s         0.047 s             5   262.144k        35.6201n
32: GramSchmidt<double>/Count:524288/iterations:5/manual_time                          0.019 s         0.096 s             5   524.288k        35.6071n
32: ----------------------------------------------------------------------------------------------------------------------------------------------
32: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s        Max
32: ----------------------------------------------------------------------------------------------------------------------------------------------
32: CustomReduction<double>/N:100000/R:1000/manual_time                                0.003 s         0.009 s           230  86.744k/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.333 s         0.332 s             2       0.0834929    0.0402624               0.0338648            0.0158099   0.0169402          9.543u
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.026 s         0.026 s            27        6.36167m     3.19378m                2.37685m                  1.19957m    1.20519m         10.811u
32: OverlapTeamPolicy/N:20/M:1000000/R:10                                              0.341 s         0.340 s             2       0.0675116    0.0319505               0.0564248                 0.0272715   0.0282136         11.644u
32: ---------------------------------------------------------------------------------------------------------------------------------------------------
32: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
32: ---------------------------------------------------------------------------------------------------------------------------------------------------
32: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time                      0.000 s         0.000 s             5       1024        12.5176n
32: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                      0.000 s         0.000 s             5     2.048k        7.31934n
32: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                      0.000 s         0.001 s             5     4.096k        3.24268n
32: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                      0.000 s         0.000 s             5     8.192k        1.87708n
32: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                     0.000 s         0.001 s             5    16.384k         1.1095n
32: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                     0.000 s         0.001 s             5    32.768k        922.485p
32: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                     0.000 s         0.001 s             5    65.536k        729.736p
32: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                    0.000 s         0.002 s             5   131.072k        632.629p
32: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                    0.000 s         0.002 s             5   262.144k        644.234p
32: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                    0.000 s         0.004 s             5   524.288k        721.102p
32: -----------------------------------------------------------------------------------------------------------------------------------
32: Benchmark                                                                              Time             CPU   Iterations  FOM: rate
32: -----------------------------------------------------------------------------------------------------------------------------------
32: Malloc/N:1/manual_time                                                              11.7 us         24.3 us        59891  85.774k/s
32: Malloc/N:16/manual_time                                                             14.8 us         32.0 us        60299 67.4704k/s
32: Malloc/N:256/manual_time                                                            15.3 us         32.9 us        33124 65.5396k/s
32: Malloc/N:4096/manual_time                                                           11.9 us         24.7 us        58680 84.3215k/s
32: Malloc/N:65536/manual_time                                                          11.8 us         24.6 us        58956 84.4238k/s
32: Malloc/N:1048576/manual_time                                                         114 us          206 us         6125 8.79574k/s
32: Malloc/N:16777216/manual_time                                                        521 us          620 us         1222 1.91841k/s
32: Malloc/N:268435456/manual_time                                                      4991 us         2402 us          881  200.374/s
32: Malloc/N:4294967296/manual_time                                                    90463 us        10100 us            6  11.0542/s
32: MallocFree/N:1/manual_time                                                          24.8 us         24.6 us        27955 40.3742k/s
32: MallocFree/N:16/manual_time                                                         32.5 us         32.2 us        28643  30.732k/s
32: MallocFree/N:256/manual_time                                                        37.9 us         37.7 us        18471 26.3643k/s
32: MallocFree/N:4096/manual_time                                                       37.9 us         37.7 us        18426 26.3734k/s
32: MallocFree/N:65536/manual_time                                                      38.0 us         37.8 us        18410 26.2989k/s
32: MallocFree/N:1048576/manual_time                                                     409 us          402 us         1717 2.44685k/s
32: MallocFree/N:16777216/manual_time                                                    734 us          722 us          952 1.36301k/s
32: MallocFree/N:268435456/manual_time                                                  5470 us         2699 us          279  182.803/s
32: MallocFree/N:4294967296/manual_time                                               112276 us        10420 us            6  8.90664/s
32: MallocTouch/N:1/manual_time                                                         27.6 us         52.9 us        45772 36.2695k/s
32: MallocTouch/N:16/manual_time                                                        27.4 us         53.1 us        25866 36.5276k/s
32: MallocTouch/N:256/manual_time                                                       27.2 us         52.6 us        25592 36.7974k/s
32: MallocTouch/N:4096/manual_time                                                      41.2 us         68.1 us        17021 24.2881k/s
32: MallocTouch/N:65536/manual_time                                                     41.3 us         68.2 us        16965 24.2319k/s
32: MallocTouch/N:1048576/manual_time                                                    296 us          496 us         2408 3.37376k/s
32: MallocTouch/N:16777216/manual_time                                                   521 us          793 us         1343 1.92098k/s
32: MallocTouch/N:268435456/manual_time                                                 5079 us         2285 us          712  196.874/s
32: MallocTouch/N:4294967296/manual_time                                              119466 us        15129 us            9  8.37056/s
32: MallocTouchFree/N:1/manual_time                                                     43.8 us         43.5 us        15827 22.8428k/s
32: MallocTouchFree/N:16/manual_time                                                    43.4 us         43.2 us        16106 23.0322k/s
32: MallocTouchFree/N:256/manual_time                                                   43.5 us         43.3 us        16150  22.966k/s
32: MallocTouchFree/N:4096/manual_time                                                  57.1 us         56.3 us        12309 17.5177k/s
32: MallocTouchFree/N:65536/manual_time                                                 56.3 us         55.9 us        12335 17.7537k/s
32: MallocTouchFree/N:1048576/manual_time                                                441 us          434 us         1582 2.26588k/s
32: MallocTouchFree/N:16777216/manual_time                                               797 us          773 us          818 1.25534k/s
32: MallocTouchFree/N:268435456/manual_time                                             5525 us         2672 us          280      181/s
32: MallocTouchFree/N:4294967296/manual_time                                          108582 us        18566 us            6  9.20959/s
32: ----------------------------------------------------------------------------------------------------------------------------------------------
32: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s         MB
32: ----------------------------------------------------------------------------------------------------------------------------------------------
32: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                            0.016 s         0.006 s            86  49.1545/s        800
32: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                           0.018 s         0.006 s            41  45.6142/s        800
32: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                            0.017 s         0.006 s            40  46.6876/s        800
32: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                           0.017 s         0.006 s            40  46.5725/s        800
32: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                            0.018 s         0.006 s            41  45.5691/s        800
32: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                           0.018 s         0.006 s            41  45.6911/s        800
32: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                            0.017 s         0.006 s            40   46.575/s        800
32: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                           0.017 s         0.006 s            41  47.5163/s        800
32: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                            0.017 s         0.006 s            41  47.8454/s        800
32: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                           0.016 s         0.007 s            43  49.7551/s        800
32: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                            0.016 s         0.007 s            43  49.9012/s        800
32: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                           0.016 s         0.007 s            42  48.9379/s        800
32: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                            0.017 s         0.007 s            43  47.9018/s        800
32: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                           0.017 s         0.007 s            40   48.458/s        800
32: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                            0.016 s         0.008 s            43  49.8435/s        800
32: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                           0.016 s         0.007 s            43  49.7933/s        800
32: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           308  716.213/s       1.6k
32: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           330  771.834/s       1.6k
32: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           331  771.734/s       1.6k
32: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           331  772.355/s       1.6k
32: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           331  771.241/s       1.6k
32: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           331  772.203/s       1.6k
32: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.002 s         0.002 s           331  771.733/s       1.6k
32: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.005 s         0.005 s           149  342.224/s       1.6k
32: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.012 s         0.012 s            58  136.414/s       1.6k
32: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           331  772.408/s       1.6k
32: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.004 s         0.004 s           158  360.263/s       1.6k
32: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.005 s         0.005 s           131  318.631/s       1.6k
32: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           331  772.028/s       1.6k
32: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           331  771.338/s       1.6k
32: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           331  772.039/s       1.6k
32: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           331  771.492/s       1.6k
32: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.012 s         0.012 s            56  131.671/s       1.6k
32: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.012 s         0.012 s            55    128.6/s       1.6k
32: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.006 s         0.006 s           117  281.992/s       1.6k
32: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.010 s         0.010 s            69  165.993/s       1.6k
32: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           331  775.463/s       1.6k
32: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           331  774.658/s       1.6k
32: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.023 s         0.023 s            30  70.0964/s       1.6k
32: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.006 s         0.006 s           119  287.163/s       1.6k
32: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           330  770.637/s       1.6k
32: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           330  769.888/s       1.6k
32: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.019 s         0.018 s            37  86.0482/s       1.6k
32: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.007 s         0.007 s            91  218.379/s       1.6k
32: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           330  770.803/s       1.6k
32: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           330  769.957/s       1.6k
32: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.021 s         0.021 s            33  75.9202/s       1.6k
32: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.007 s         0.007 s            84  213.801/s       1.6k
32: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time          0.002 s         0.002 s           340  793.525/s       1.6k
32: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time        0.002 s         0.002 s           340  793.942/s       1.6k
32: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time         0.002 s         0.002 s           340   793.54/s       1.6k
32: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time         0.002 s         0.002 s           340  793.956/s       1.6k
32: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           619  706.957/s        800
32: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           618  706.927/s        800
32: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           618  707.226/s        800
32: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           619  707.457/s        800
32: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           619  707.577/s        800
32: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           619  707.455/s        800
32: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           619  707.557/s        800
32: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           619   707.45/s        800
32: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           619  706.824/s        800
32: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           618   707.06/s        800
32: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           619  706.944/s        800
32: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           618  706.686/s        800
32: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           619  706.938/s        800
32: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           618   706.97/s        800
32: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           618  710.852/s        800
32: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           626   715.07/s        800
32: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                  0.001 s         0.001 s           627  716.695/s        800
32: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                 0.001 s         0.001 s           627  714.408/s        800
32: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.001 s            10 2.91562k/s       1.6k
32: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.001 s            10 2.94589k/s       1.6k
32: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.001 s            10 2.07478k/s       1.6k
32: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.001 s            10 2.06883k/s       1.6k
32: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.001 s            10  2.8356k/s       1.6k
32: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.001 s            10 1.52679k/s       1.6k
32: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.001 s         0.001 s            10 2.94651k/s       1.6k
32: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 3.69324k/s       1.6k
32: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.001 s         0.001 s            10 2.42339k/s       1.6k
32: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.001 s            10 2.41561k/s       1.6k
32: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 3.53545k/s       1.6k
32: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.001 s            10 1.87768k/s       1.6k
32: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.001 s            10 2.63282k/s       1.6k
32: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.001 s            10 1.71838k/s       1.6k
32: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.001 s            10 2.52696k/s       1.6k
32: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.001 s            10 1.17735k/s       1.6k
32: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 3.23634k/s       1.6k
32: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.001 s            10 1.91824k/s       1.6k
32: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.001 s         0.001 s            10 3.01731k/s       1.6k
32: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.001 s            10 1.39472k/s       1.6k
32: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.001 s            10 2.15452k/s       1.6k
32: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.001 s            10 1.71553k/s       1.6k
32: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.001 s         0.001 s            10 2.55108k/s       1.6k
32: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.001 s            10 1.91981k/s       1.6k
32: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.001 s            10 1.70757k/s       1.6k
32: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.001 s            10 1.43155k/s       1.6k
32: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.001 s         0.001 s            10 2.25548k/s       1.6k
32: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.001 s            10  1.7648k/s       1.6k
32: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.001 s            10 1.73922k/s       1.6k
32: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.001 s            10 1.63541k/s       1.6k
32: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.001 s         0.001 s            10 1.98901k/s       1.6k
32: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.001 s            10 1.88223k/s       1.6k
32: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time           0.026 s         0.009 s            10  60.9375/s       1.6k
32: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time          0.015 s         0.009 s            10  104.389/s       1.6k
32/59 Test #32: Kokkos_PerformanceTest_Benchmark .................   Passed  137.01 sec
test 33
      Start 33: Kokkos_Benchmark_Atomic_MinMax

33: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2024-04-25_T21-46-16.json"
33: Test timeout computed to be: 1500
33: 2024-04-26T00:02:22+00:00
33: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
33: Run on (4 X 2300.11 MHz CPU s)
33: CPU Caches:
33:   L1 Data 32 KiB (x4)
33:   L1 Instruction 32 KiB (x4)
33:   L2 Unified 4096 KiB (x4)
33:   L3 Unified 16384 KiB (x4)
33: Load Average: 0.88, 2.50, 5.59
33: CPU architecture: none
33: Default Device: N6Kokkos4CudaE
33: GIT_BRANCH: HEAD
33: GIT_CLEAN_STATUS: CLEAN
33: GIT_COMMIT_DATE: 2024-04-25T21:45:24+00:00
33: GIT_COMMIT_DESCRIPTION: Merge commit '2e82fdd8716bb21379d5bd9250b19f1dd131e23f' into HEAD
33: GIT_COMMIT_HASH: 9356971d6
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 V100-SXM2-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<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
33: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
33: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
33: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
33: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
33: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
33: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
33: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
33: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
33: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
33: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
33: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
33: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
33: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
33: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
33: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
33: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
33: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
33: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
33: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
33: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
33: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
33: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
33: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
33: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
33: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
33: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
33: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
33: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
33: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
33: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
33: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
33: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
33: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
33: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
33: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
33: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
33: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
33: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
33: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
33: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
33: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
33: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
33: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
33: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
33: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
33: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
33: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
33/59 Test #33: Kokkos_Benchmark_Atomic_MinMax ...................   Passed    1.90 sec
test 34
      Start 34: Kokkos_PerformanceTest_Mempool

34: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2024-04-25_T21-46-16.json"
34: Test timeout computed to be: 1500
34: 2024-04-26T00:02:24+00:00
34: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Mempool
34: Run on (4 X 2300.11 MHz CPU s)
34: CPU Caches:
34:   L1 Data 32 KiB (x4)
34:   L1 Instruction 32 KiB (x4)
34:   L2 Unified 4096 KiB (x4)
34:   L3 Unified 16384 KiB (x4)
34: Load Average: 0.88, 2.50, 5.59
34: CPU architecture: none
34: Default Device: N6Kokkos4CudaE
34: GIT_BRANCH: HEAD
34: GIT_CLEAN_STATUS: CLEAN
34: GIT_COMMIT_DATE: 2024-04-25T21:45:24+00:00
34: GIT_COMMIT_DESCRIPTION: Merge commit '2e82fdd8716bb21379d5bd9250b19f1dd131e23f' into HEAD
34: GIT_COMMIT_HASH: 9356971d6
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 V100-SXM2-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
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.001 s          4540               36.0042M/s
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.001 s         11480                183.237M/s
34/59 Test #34: Kokkos_PerformanceTest_Mempool ...................   Passed   14.10 sec
test 35
      Start 35: Kokkos_PerformanceTest_Atomic

35: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2024-04-25_T21-46-16.json"
35: Test timeout computed to be: 1500
35: 2024-04-26T00:02:38+00:00
35: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Atomic
35: Run on (4 X 2300.11 MHz CPU s)
35: CPU Caches:
35:   L1 Data 32 KiB (x4)
35:   L1 Instruction 32 KiB (x4)
35:   L2 Unified 4096 KiB (x4)
35:   L3 Unified 16384 KiB (x4)
35: Load Average: 0.91, 2.42, 5.52
35: CPU architecture: none
35: Default Device: N6Kokkos4CudaE
35: GIT_BRANCH: HEAD
35: GIT_CLEAN_STATUS: CLEAN
35: GIT_COMMIT_DATE: 2024-04-25T21:45:24+00:00
35: GIT_COMMIT_DESCRIPTION: Merge commit '2e82fdd8716bb21379d5bd9250b19f1dd131e23f' into HEAD
35: GIT_COMMIT_HASH: 9356971d6
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 V100-SXM2-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
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<int>/100000/iterations:10                          1.22 s          1.21 s            10          1            4    2.56786m        1.95528m     627.36u     704.983M         178.688k     704.983M
35: Test_Atomic<long int>/100000/iterations:10                     1.12 s          1.12 s            10          1            8    3.62931m         1.9622m     265.07u     4.99995G          758.96k     4.99995G
35: Test_Atomic<long long int>/100000/iterations:10                3.36 s          3.34 s            10          1            8     5.43909        3.44873m     252.13u     4.99995G         680.528k     4.99995G
35: Test_Atomic<unsigned int>/100000/iterations:10                 1.22 s          1.21 s            10          1            4    2.84789m           2.18m     378.05u     704.983M           187.2k     704.983M
35: Test_Atomic<unsigned long int>/100000/iterations:10            1.12 s          1.11 s            10          1            8    3.34329m        2.15042m      265.9u     4.99995G          654.88k     4.99995G
35: Test_Atomic<unsigned long long int>/100000/iterations:10       3.36 s          3.34 s            10          1            8     5.63097        2.70044m      252.2u     4.99995G         665.088k     4.99995G
35: Test_Atomic<float>/100000/iterations:10                        1.22 s          1.21 s            10          0            4    4.81912m         1.9427m    4.30523m     4.99994G          640.32k     4.99989G
35: Test_Atomic<double>/100000/iterations:10                       1.21 s          1.20 s            10          1            8     4.6887m        2.25263m    4.12496m     4.99995G         651.808k     4.99995G
35: Test_Atomic<int>/100000/iterations:10                          1.21 s          1.21 s            10          1            4    1.95825m        1.34558m     272.41u     704.983M          180.64k     704.983M
35/59 Test #35: Kokkos_PerformanceTest_Atomic ....................   Passed  152.32 sec
test 36
      Start 36: Kokkos_ContainersUnitTest_Serial

36: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial
36: Test timeout computed to be: 1500
36: [==========] Running 65 tests from 1 test suite.
36: [----------] Global test environment set-up.
36: [----------] 65 tests from serial
36: [ RUN      ] serial.bitset
36: [       OK ] serial.bitset (3195 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 (27 ms)
36: [ RUN      ] serial.dyn_rank_view_api_generic
36: [       OK ] serial.dyn_rank_view_api_generic (14 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-5993/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 (23 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 (10 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
36: [       OK ] serial.scatterview (3019 ms)
36: [ RUN      ] serial.scatterview_devicetype
36: [       OK ] serial.scatterview_devicetype (3 ms)
36: [ RUN      ] serial.staticcrsgraph
36: [       OK ] serial.staticcrsgraph (33 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
36: [       OK ] serial.UnorderedMap_insert (13225 ms)
36: [ RUN      ] serial.UnorderedMap_failed_insert
36: [       OK ] serial.UnorderedMap_failed_insert (6358 ms)
36: [ RUN      ] serial.UnorderedMap_deep_copy
36: [       OK ] serial.UnorderedMap_deep_copy (6 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 (25932 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 65 tests from 1 test suite ran. (25932 ms total)
36: [  PASSED  ] 64 tests.
36: [  SKIPPED ] 1 test, listed below:
36: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc
36/59 Test #36: Kokkos_ContainersUnitTest_Serial .................   Passed   27.53 sec
test 37
      Start 37: Kokkos_ContainersUnitTest_Cuda

37: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda
37: Test timeout computed to be: 1500
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 (1 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 (39 ms)
37: [ RUN      ] cuda.dyn_rank_view_api_generic
37: [       OK ] cuda.dyn_rank_view_api_generic (11 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 (2 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
37: [       OK ] cuda.scatterview (18107 ms)
37: [ RUN      ] cuda.scatterview_devicetype
37: [       OK ] cuda.scatterview_devicetype (32 ms)
37: [ RUN      ] cuda.staticcrsgraph
37: [       OK ] cuda.staticcrsgraph (54 ms)
37: [ RUN      ] cuda.resize_realloc_no_init_dualview
37: [       OK ] cuda.resize_realloc_no_init_dualview (1 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
37: [       OK ] cuda.UnorderedMap_insert (5145 ms)
37: [ RUN      ] cuda.UnorderedMap_failed_insert
37: [       OK ] cuda.UnorderedMap_failed_insert (1239 ms)
37: [ RUN      ] cuda.UnorderedMap_deep_copy
37: [       OK ] cuda.UnorderedMap_deep_copy (6 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 (1 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 (24678 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 65 tests from 1 test suite ran. (24678 ms total)
37: [  PASSED  ] 65 tests.
37/59 Test #37: Kokkos_ContainersUnitTest_Cuda ...................   Passed   26.20 sec
test 38
      Start 38: Kokkos_ContainersPerformanceTest_Cuda

38: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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.00132324
38:  View sum computation time: 0.00132324
38:  Strided View time (init only): 0.00125988
38:  View Rank7 time (init only): 0.00136233
38:  DynRankView time (init only): 0.0013843
38:  DynRankView sum computation time: 0.00205362
38:  Ratio of View to DynRankView time: 0.95589
38:  Ratio of View to DynRankView sum computation time: 0.829955
38:  Ratio of View to View Rank7  time: 0.971304
38:  Ratio of StrideView to DynRankView time: 0.910121
38:  Ratio of DynRankView to View Rank7  time: 1.01613
38: [       OK ] TEST_CATEGORY.dynrankview_perf (22 ms)
38: [ RUN      ] TEST_CATEGORY.global_2_local
38: Cuda
38: size, create, generate, fill, find
38: 256, 0.000396811, 4.3573e-05, 0.00622497, 0.00227977
38: 512, 0.000223711, 1.5048e-05, 2.6262e-05, 0.00232936
38: 1024, 0.000204098, 1.4912e-05, 2.482e-05, 0.00237094
38: 2048, 0.00022041, 1.384e-05, 2.78e-05, 0.00245661
38: 4096, 0.00021316, 1.4329e-05, 2.7223e-05, 0.00241071
38: 8192, 0.000203423, 1.352e-05, 2.9881e-05, 0.00237704
38: 16384, 0.000184155, 1.1545e-05, 3.1365e-05, 0.00249497
38: 32768, 0.00136257, 1.4219e-05, 3.9604e-05, 0.00263757
38: 65536, 0.00110672, 1.4712e-05, 4.3847e-05, 0.00286709
38: 131072, 0.00218784, 1.7359e-05, 6.8174e-05, 0.00345521
38: 262144, 0.00533112, 1.6187e-05, 0.000159507, 0.00635811
38: 524288, 0.00462188, 2.1742e-05, 0.000536896, 0.0147536
38: 1048576, 0.000881118, 2.8639e-05, 0.00149511, 0.0448729
38: 2097152, 0.00100603, 4.2786e-05, 0.00352417, 0.110243
38: 4194304, 0.00133878, 6.5411e-05, 0.00754934, 0.238862
38: [       OK ] TEST_CATEGORY.global_2_local (497 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 (520 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 4 tests from 1 test suite ran. (520 ms total)
38: [  PASSED  ] 4 tests.
38/59 Test #38: Kokkos_ContainersPerformanceTest_Cuda ............   Passed    1.96 sec
test 39
      Start 39: Kokkos_UnitTest_Sort

39: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (22 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 (1 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-5993/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-5993/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: [       OK ] cuda.SortByKeyKeysLargerThanValues (927 ms)
39: [ RUN      ] cuda.SortWithCustomComparator
39: [       OK ] cuda.SortWithCustomComparator (979 ms)
39: [ RUN      ] cuda.BinSortGenericTests
39: [       OK ] cuda.BinSortGenericTests (28 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
39: [       OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (33078 ms)
39: [ RUN      ] cuda.NestedSort
39: [       OK ] cuda.NestedSort (94 ms)
39: [ RUN      ] cuda.NestedSortByKey
39: [       OK ] cuda.NestedSortByKey (304 ms)
39: [----------] 15 tests from cuda (35440 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 15 tests from 1 test suite ran. (35440 ms total)
39: [  PASSED  ] 15 tests.
39/59 Test #39: Kokkos_UnitTest_Sort .............................   Passed   37.04 sec
test 40
      Start 40: Kokkos_UnitTest_Random

40: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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:1714090003051119808
40: Test Scalar=int
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 6.43252e-07 0.0123449 -0.00764381 || 0.051031 27986 29395 || 28324.7 28674.4 || -105.668 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 6.43252e-07 -0.00494397 -0.00495804 || 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 6.40326e-05 0.0238126 || 0.051031 27835 29353 || 28672.6 28674.4 || 329.186 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 6.5082e-07 0.0122465 -0.00434115 || 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.0125932 -0.0060371 || 0.051031 27977 29290 || 29040.1 28674.4 || -83.4569 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 6.43252e-07 0.00230221 1.84961e-05 || 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.0123785 0.0143356 || 0.051031 28066 29284 || 29033.8 28674.4 || 198.176 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 6.43252e-07 -0.00443355 0.00314046 || 0.051031 1e+64 -1e+64
40: Test Scalar=half
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 0.000245444 -0.99999 -48245.3 || 0.051031 0 194801 || 2.92877e+09 28674.4 || -6.66943e+08 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 0.00073527 -0.320822 0.160102 || 0.051031 1e+64 -1e+64
40: Test Scalar=bhalf
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 0.00196146 -0.999999 -57857.2 || 0.051031 0 1.5521e+06 || 2.86911e+10 28674.4 || -7.99818e+08 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 0.00589486 -0.967962 10.2873 || 0.051031 1e+64 -1e+64
40: Test Scalar=float
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 6.78568e-07 0.00252728 0.00286571 || 0.051031 28006 29360 || 28602.1 28674.4 || 39.6156 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 7.49199e-07 -0.0128711 -0.00455198 || 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.022755 -0.022758 || 0.051031 28040 29418 || 29342.1 28674.4 || -314.607 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 6.43252e-07 0.0151343 -0.000412505 || 0.051031 1e+64 -1e+64
40: Test Seed:1714090003183099486
40: Test Scalar=int
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 6.43252e-07 0.00647788 0.0115946 || 0.051031 28022 29336 || 28489.8 28674.4 || 160.284 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 6.43252e-07 0.014616 0.00287974 || 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.00136871 -0.0211672 || 0.051031 28034 29671 || 28713.7 28674.4 || -292.615 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 6.43252e-07 -0.00605135 0.0034527 || 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.0050198 -0.0128931 || 0.051031 28028 29288 || 28531.2 28674.4 || -178.234 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 6.43252e-07 0.0221789 0.00123819 || 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.0201048 0.00769205 || 0.051031 28002 29308 || 29262.7 28674.4 || 106.335 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 6.43252e-07 0.0106109 0.000249318 || 0.051031 1e+64 -1e+64
40: Test Scalar=half
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 0.000244869 -0.99999 -48244.6 || 0.051031 0 194909 || 2.92882e+09 28674.4 || -6.66934e+08 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 0.000733511 -0.309735 0.155311 || 0.051031 1e+64 -1e+64
40: Test Scalar=bhalf
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 0.00195524 -0.999999 -57858.5 || 0.051031 0 1.55197e+06 || 2.86902e+10 28674.4 || -7.99836e+08 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 0.00587585 -0.967826 10.2486 || 0.051031 1e+64 -1e+64
40: Test Scalar=float
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 6.8109e-07 -0.0160111 -0.00907808 || 0.051031 28039 29332 || 29141 28674.4 || -125.495 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 7.56767e-07 -2.82581e-05 -0.000820826 || 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.000944578 0.00374524 || 0.051031 28018 29345 || 28647.3 28674.4 || 51.7741 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 6.43252e-07 0.0074764 -0.00928059 || 0.051031 1e+64 -1e+64
40: [       OK ] cuda.Random_XorShift64 (260 ms)
40: [ RUN      ] cuda.Random_XorShift1024_0
40: Test Seed:1714090003311870333
40: Test Scalar=int
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 2.47955e-07 -0.0250411 0.000136548 || 0.051031 10977 11799 || 11669.2 11377 || 1.88764 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 2.47955e-07 -0.00124136 5.41423e-05 || 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.00415755 -0.011133 || 0.051031 10997 11823 || 11424.5 11377 || -153.903 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 2.47955e-07 -0.0139282 0.00279911 || 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.00209161 0.00695847 || 0.051031 10963 11794 || 11400.8 11377 || 96.1939 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 2.47955e-07 0.00283849 0.00184074 || 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.00844466 0.000672905 || 0.051031 10929 11795 || 11473.9 11377 || 9.30224 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 2.47955e-07 0.00483827 6.58286e-05 || 0.051031 1e+64 -1e+64
40: Test Scalar=half
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 0.000242527 -0.999975 -7594.07 || 0.051031 0 77567 || 4.61048e+08 11377 || -1.0498e+08 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 0.000727285 -0.153204 0.0296008 || 0.051031 1e+64 -1e+64
40: Test Scalar=bhalf
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 0.00195736 -0.999997 -9107.67 || 0.051031 0 616284 || 4.51569e+09 11377 || -1.25904e+08 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 0.00588354 -0.923178 1.61372 || 0.051031 1e+64 -1e+64
40: Test Scalar=float
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 2.60671e-07 0.00676607 0.00914599 || 0.051031 10950 11773 || 11300.5 11377 || 126.434 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 2.86102e-07 0.000762135 0.0017037 || 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.0012696 -0.00875436 || 0.051031 10975 11778 || 11362.5 11377 || -121.02 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 2.47955e-07 -0.00127435 0.00133374 || 0.051031 1e+64 -1e+64
40: Test Seed:1714090003401853650
40: Test Scalar=int
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 2.47955e-07 -0.00134597 0.0061631 || 0.051031 10992 11846 || 11392.3 11377 || 85.1987 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 2.47955e-07 0.0252497 -0.000392115 || 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.0292896 -0.00178564 || 0.051031 10989 11756 || 11720.2 11377 || -24.6847 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 2.47955e-07 -0.00850679 0.00299923 || 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.00159826 -0.00112359 || 0.051031 10971 11775 || 11395.2 11377 || -15.5325 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 2.47955e-07 0.00174582 -5.5609e-05 || 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.0178939 0.0114803 || 0.051031 10962 11805 || 11584.2 11377 || 158.704 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 2.47955e-07 -0.00067512 -0.000838493 || 0.051031 1e+64 -1e+64
40: Test Scalar=half
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 0.000242298 -0.999975 -7594.74 || 0.051031 0 77584 || 4.6099e+08 11377 || -1.0499e+08 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 0.00072656 -0.148392 0.0226077 || 0.051031 1e+64 -1e+64
40: Test Scalar=bhalf
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 0.00195485 -0.999997 -9107.81 || 0.051031 0 616319 || 4.51629e+09 11377 || -1.25906e+08 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 0.00587561 -0.922514 1.60355 || 0.051031 1e+64 -1e+64
40: Test Scalar=float
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 2.67029e-07 -0.0432719 -0.00886931 || 0.051031 10958 11813 || 11891.5 11377 || -122.609 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 3.05176e-07 -0.0157411 -0.00348518 || 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.00279923 0.0106736 || 0.051031 10994 11766 || 11408.9 11377 || 147.551 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 2.47955e-07 -0.00251469 0.00266465 || 0.051031 1e+64 -1e+64
40: [       OK ] cuda.Random_XorShift1024_0 (221 ms)
40: [ RUN      ] cuda.Multi_streams
40: [       OK ] cuda.Multi_streams (302 ms)
40: [----------] 3 tests from cuda (785 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 3 tests from 1 test suite ran. (785 ms total)
40: [  PASSED  ] 3 tests.
40/59 Test #40: Kokkos_UnitTest_Random ...........................   Passed    2.25 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_A

41: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
41: Test timeout computed to be: 1500
41: [==========] Running 15 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: [----------] 11 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.constructiblity
41: [       OK ] random_access_iterator_test.constructiblity (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: [----------] 11 tests from random_access_iterator_test (3 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 15 tests from 3 test suites ran. (3 ms total)
41: [  PASSED  ] 15 tests.
41/59 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_A ...............   Passed    1.60 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_B

42: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (6 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 (6 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 (6 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 (6 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 (9 ms)
42: [----------] 7 tests from std_algorithms_min_max_element_test (35 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 7 tests from 1 test suite ran. (35 ms total)
42: [  PASSED  ] 7 tests.
42/59 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_B ...............   Passed    1.47 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_C

43: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (311 ms)
43: [----------] 1 test from std_algorithms_lexicographical_compare_test (311 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 (186 ms)
43: [----------] 1 test from std_algorithms_for_each_test (186 ms total)
43: 
43: [----------] 1 test from std_algorithms_find_test
43: [ RUN      ] std_algorithms_find_test.test
43: [       OK ] std_algorithms_find_test.test (114 ms)
43: [----------] 1 test from std_algorithms_find_test (114 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 (667 ms)
43: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
43: [       OK ] std_algorithms_non_mod_seq_ops.find_end (1653 ms)
43: [ RUN      ] std_algorithms_non_mod_seq_ops.search
43: [       OK ] std_algorithms_non_mod_seq_ops.search (924 ms)
43: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
43: [       OK ] std_algorithms_non_mod_seq_ops.search_n (632 ms)
43: [----------] 4 tests from std_algorithms_non_mod_seq_ops (3877 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 (151 ms)
43: [----------] 1 test from std_algorithms_count_test (151 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 (16 ms)
43: [----------] 1 test from std_algorithms_equal_test (16 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 (119 ms)
43: [----------] 1 test from std_algorithms_all_any_none_of_test (119 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 (168 ms)
43: [----------] 1 test from std_algorithms_nonmod_seq_ops (168 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 (289 ms)
43: [----------] 1 test from std_algorithms_mismatch_test (289 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 (75 ms)
43: [----------] 1 test from std_algorithms_mod_seq_ops (75 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 13 tests from 10 test suites ran. (5311 ms total)
43: [  PASSED  ] 13 tests.
43/59 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_C ...............   Passed    6.78 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_D

44: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (1 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 (4 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 (41 ms)
44: [ RUN      ] std_algorithms_replace_ops_test.replace_if
44: [       OK ] std_algorithms_replace_ops_test.replace_if (222 ms)
44: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
44: [       OK ] std_algorithms_replace_ops_test.replace_copy (70 ms)
44: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
44: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (66 ms)
44: [----------] 4 tests from std_algorithms_replace_ops_test (400 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 (50 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops.unique
44: [       OK ] std_algorithms_mod_seq_ops.unique (405 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
44: [       OK ] std_algorithms_mod_seq_ops.unique_copy (118 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops.remove
44: [       OK ] std_algorithms_mod_seq_ops.remove (85 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
44: [       OK ] std_algorithms_mod_seq_ops.remove_if (89 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
44: [       OK ] std_algorithms_mod_seq_ops.remove_copy (261 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
44: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (91 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops.rotate
44: [       OK ] std_algorithms_mod_seq_ops.rotate (1973 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
44: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (642 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
44: [       OK ] std_algorithms_mod_seq_ops.shift_left (1780 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
44: [       OK ] std_algorithms_mod_seq_ops.shift_right (1748 ms)
44: [----------] 11 tests from std_algorithms_mod_seq_ops (7247 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 (65 ms)
44: [----------] 1 test from std_algorithms_modseq_test (65 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 31 tests from 5 test suites ran. (7719 ms total)
44: [  PASSED  ] 31 tests.
44/59 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_D ...............   Passed    9.19 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_E

45: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (13 ms)
45: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
45: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (13 ms)
45: [----------] 2 tests from std_algorithms_sorting_ops_test (26 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 (1 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 (1 ms)
45: [----------] 4 tests from std_algorithms_partitioning_test (3 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 (28 ms)
45: [----------] 1 test from std_algorithms_partitioning_ops (28 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 (1 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 (1 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 (1 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 (1 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 (11 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 (140 ms)
45: [----------] 1 test from std_algorithms_numerics_ops_test (140 ms total)
45: 
45: [----------] 8 tests from std_algorithms_numeric_ops_test
45: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
45: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (1059 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 (709 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 (303 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 (393 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 (2466 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 (49 ms)
45: [----------] 1 test from std_algorithms_transform_ops_test (49 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 29 tests from 7 test suites ran. (2726 ms total)
45: [  PASSED  ] 29 tests.
45/59 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_E ...............   Passed    4.22 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

46: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (509 ms)
46: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
46: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (485 ms)
46: [----------] 2 tests from std_algorithms_adjacent_find_team_test (995 ms total)
46: 
46: [----------] 2 tests from std_algorithms_count_team_test
46: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
46: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (866 ms)
46: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
46: [       OK ] std_algorithms_count_team_test.count_returns_zero (196 ms)
46: [----------] 2 tests from std_algorithms_count_team_test (1063 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 (271 ms)
46: [----------] 1 test from std_algorithms_count_if_team_test (271 ms total)
46: 
46: [----------] 1 test from std_algorithms_for_each_team_test
46: [ RUN      ] std_algorithms_for_each_team_test.test
46: [       OK ] std_algorithms_for_each_team_test.test (598 ms)
46: [----------] 1 test from std_algorithms_for_each_team_test (599 ms total)
46: 
46: [----------] 1 test from std_algorithms_for_each_n_team_test
46: [ RUN      ] std_algorithms_for_each_n_team_test.test
46: [       OK ] std_algorithms_for_each_n_team_test.test (607 ms)
46: [----------] 1 test from std_algorithms_for_each_n_team_test (607 ms total)
46: 
46: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
46: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
46: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (4733 ms)
46: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
46: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (2582 ms)
46: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
46: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (2615 ms)
46: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (9931 ms total)
46: 
46: [----------] 2 tests from std_algorithms_mismatch_team_test
46: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
46: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (3082 ms)
46: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
46: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (680 ms)
46: [----------] 2 tests from std_algorithms_mismatch_team_test (3762 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 12 tests from 7 test suites ran. (17231 ms total)
46: [  PASSED  ] 12 tests.
46/59 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ..........   Passed   18.88 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

47: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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
47: [       OK ] std_algorithms_equal_team_test.views_are_equal (2116 ms)
47: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
47: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1548 ms)
47: [----------] 2 tests from std_algorithms_equal_team_test (3665 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 (998 ms)
47: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
47: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (1041 ms)
47: [----------] 2 tests from std_algorithms_search_team_test (2040 ms total)
47: 
47: [----------] 2 tests from std_algorithms_find_end_team_test
47: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
47: [       OK ] std_algorithms_find_end_team_test.sequences_exist (6073 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 (5698 ms)
47: [----------] 2 tests from std_algorithms_find_end_team_test (11772 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 (4477 ms)
47: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
47: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (21806 ms)
47: [----------] 2 tests from std_algorithms_find_first_of_team_test (26284 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 8 tests from 4 test suites ran. (43762 ms total)
47: [  PASSED  ] 8 tests.
47/59 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ..........   Passed   45.29 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

48: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (363 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 (1149 ms)
48: [----------] 2 tests from std_algorithms_find_team_test (1514 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 (425 ms)
48: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
48: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (1148 ms)
48: [----------] 2 tests from std_algorithms_find_if_team_test (1573 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 (1134 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 (420 ms)
48: [----------] 2 tests from std_algorithms_find_if_not_team_test (1554 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 (1120 ms)
48: [----------] 1 test from std_algorithms_all_of_team_test (1120 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 (409 ms)
48: [----------] 1 test from std_algorithms_any_of_team_test (409 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 (1119 ms)
48: [----------] 1 test from std_algorithms_none_of_team_test (1119 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 (568 ms)
48: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
48: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (695 ms)
48: [----------] 2 tests from std_algorithms_search_n_team_test (1263 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 11 tests from 7 test suites ran. (8556 ms total)
48: [  PASSED  ] 11 tests.
48/59 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ..........   Passed   10.07 sec
test 49
      Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

49: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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
49: [       OK ] std_algorithms_min_element_team_test.test (1952 ms)
49: [----------] 1 test from std_algorithms_min_element_team_test (1952 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 (1903 ms)
49: [----------] 1 test from std_algorithms_max_element_team_test (1903 ms total)
49: 
49: [----------] 1 test from std_algorithms_minmax_element_team_test
49: [ RUN      ] std_algorithms_minmax_element_team_test.test
49: [       OK ] std_algorithms_minmax_element_team_test.test (5521 ms)
49: [----------] 1 test from std_algorithms_minmax_element_team_test (5521 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 3 tests from 3 test suites ran. (9377 ms total)
49: [  PASSED  ] 3 tests.
49/59 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ..........   Passed   11.01 sec
test 50
      Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

50: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (643 ms)
50: [----------] 1 test from std_algorithms_fill_team_test (643 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 (512 ms)
50: [----------] 1 test from std_algorithms_fill_n_team_test (513 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 (1101 ms)
50: [----------] 1 test from std_algorithms_replace_team_test (1101 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 (1621 ms)
50: [----------] 1 test from std_algorithms_replace_if_team_test (1621 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 (3190 ms)
50: [----------] 1 test from std_algorithms_replace_copy_team_test (3190 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 (2355 ms)
50: [----------] 1 test from std_algorithms_replace_copy_if_team_test (2356 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 6 tests from 6 test suites ran. (9426 ms total)
50: [  PASSED  ] 6 tests.
50/59 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ..........   Passed   11.27 sec
test 51
      Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

51: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (716 ms)
51: [----------] 1 test from std_algorithms_reverse_team_test (716 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 (767 ms)
51: [----------] 1 test from std_algorithms_reverse_copy_team_test (767 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 (1799 ms)
51: [----------] 1 test from std_algorithms_rotate_team_test (1799 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 (1175 ms)
51: [----------] 1 test from std_algorithms_rotate_copy_team_test (1175 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 4 tests from 4 test suites ran. (4459 ms total)
51: [  PASSED  ] 4 tests.
51/59 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ..........   Passed    6.32 sec
test 52
      Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

52: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (1458 ms)
52: [----------] 1 test from std_algorithms_move_team_test (1458 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 (1166 ms)
52: [----------] 1 test from std_algorithms_move_backward_team_test (1166 ms total)
52: 
52: [----------] 1 test from std_algorithms_shift_left_team_test
52: [ RUN      ] std_algorithms_shift_left_team_test.test
52: [       OK ] std_algorithms_shift_left_team_test.test (3901 ms)
52: [----------] 1 test from std_algorithms_shift_left_team_test (3901 ms total)
52: 
52: [----------] 1 test from std_algorithms_shift_right_team_test
52: [ RUN      ] std_algorithms_shift_right_team_test.test
52: [       OK ] std_algorithms_shift_right_team_test.test (3369 ms)
52: [----------] 1 test from std_algorithms_shift_right_team_test (3369 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 4 tests from 4 test suites ran. (9896 ms total)
52: [  PASSED  ] 4 tests.
52/59 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ..........   Passed   11.75 sec
test 53
      Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

53: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (1864 ms)
53: [----------] 1 test from std_algorithms_copy_team_test (1864 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 (635 ms)
53: [----------] 1 test from std_algorithms_copy_n_team_test (635 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 (879 ms)
53: [----------] 1 test from std_algorithms_copy_backward_team_test (879 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 (1750 ms)
53: [----------] 1 test from std_algorithms_copy_if_team_test (1750 ms total)
53: 
53: [----------] 1 test from std_algorithms_unique_copy_team_test
53: [ RUN      ] std_algorithms_unique_copy_team_test.test
53: [       OK ] std_algorithms_unique_copy_team_test.test (3724 ms)
53: [----------] 1 test from std_algorithms_unique_copy_team_test (3724 ms total)
53: 
53: [----------] 1 test from std_algorithms_remove_team_test
53: [ RUN      ] std_algorithms_remove_team_test.test
53: [       OK ] std_algorithms_remove_team_test.test (2124 ms)
53: [----------] 1 test from std_algorithms_remove_team_test (2124 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 (2039 ms)
53: [----------] 1 test from std_algorithms_remove_if_team_test (2039 ms total)
53: 
53: [----------] 1 test from std_algorithms_remove_copy_team_test
53: [ RUN      ] std_algorithms_remove_copy_team_test.test
53: [       OK ] std_algorithms_remove_copy_team_test.test (2556 ms)
53: [----------] 1 test from std_algorithms_remove_copy_team_test (2556 ms total)
53: 
53: [----------] 1 test from std_algorithms_remove_copy_if_team_test
53: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
53: [       OK ] std_algorithms_remove_copy_if_team_test.test (2399 ms)
53: [----------] 1 test from std_algorithms_remove_copy_if_team_test (2399 ms total)
53: 
53: [----------] Global test environment tear-down
53: [==========] 9 tests from 9 test suites ran. (17974 ms total)
53: [  PASSED  ] 9 tests.
53/59 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ..........   Passed   19.85 sec
test 54
      Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

54: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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
54: [       OK ] std_algorithms_unique_team_test.test_default_predicate (4076 ms)
54: [----------] 1 test from std_algorithms_unique_team_test (4077 ms total)
54: 
54: [----------] 1 test from std_algorithms_adjacent_difference_team_test
54: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
54: [       OK ] std_algorithms_adjacent_difference_team_test.test (3400 ms)
54: [----------] 1 test from std_algorithms_adjacent_difference_team_test (3400 ms total)
54: 
54: [----------] 1 test from std_algorithms_reduce_team_test
54: [ RUN      ] std_algorithms_reduce_team_test.test
54: [       OK ] std_algorithms_reduce_team_test.test (1821 ms)
54: [----------] 1 test from std_algorithms_reduce_team_test (1821 ms total)
54: 
54: [----------] 1 test from std_algorithms_transform_reduce_team_test
54: [ RUN      ] std_algorithms_transform_reduce_team_test.test
54: [       OK ] std_algorithms_transform_reduce_team_test.test (3174 ms)
54: [----------] 1 test from std_algorithms_transform_reduce_team_test (3174 ms total)
54: 
54: [----------] Global test environment tear-down
54: [==========] 4 tests from 4 test suites ran. (12473 ms total)
54: [  PASSED  ] 4 tests.
54/59 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ..........   Passed   14.23 sec
test 55
      Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

55: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (1546 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 (5270 ms)
55: [----------] 2 tests from std_algorithms_is_sorted_team_test (6816 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 (28 ms)
55: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
55: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (32 ms)
55: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
55: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (5131 ms)
55: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
55: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (2503 ms)
55: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (7695 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 (16 ms)
55: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
55: [       OK ] std_algorithms_is_partitioned_team_test.all_true (1199 ms)
55: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
55: [       OK ] std_algorithms_is_partitioned_team_test.all_false (1227 ms)
55: [ RUN      ] std_algorithms_is_partitioned_team_test.random
55: [       OK ] std_algorithms_is_partitioned_team_test.random (1165 ms)
55: [----------] 4 tests from std_algorithms_is_partitioned_team_test (3608 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 (24 ms)
55: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
55: [       OK ] std_algorithms_partition_copy_team_test.all_true (2392 ms)
55: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
55: [       OK ] std_algorithms_partition_copy_team_test.all_false (2282 ms)
55: [ RUN      ] std_algorithms_partition_copy_team_test.random
55: [       OK ] std_algorithms_partition_copy_team_test.random (1244 ms)
55: [----------] 4 tests from std_algorithms_partition_copy_team_test (5943 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 (8 ms)
55: [ RUN      ] std_algorithms_partition_point_team_test.all_true
55: [       OK ] std_algorithms_partition_point_team_test.all_true (371 ms)
55: [ RUN      ] std_algorithms_partition_point_team_test.all_false
55: [       OK ] std_algorithms_partition_point_team_test.all_false (361 ms)
55: [ RUN      ] std_algorithms_partition_point_team_test.random
55: [       OK ] std_algorithms_partition_point_team_test.random (354 ms)
55: [----------] 4 tests from std_algorithms_partition_point_team_test (1097 ms total)
55: 
55: [----------] Global test environment tear-down
55: [==========] 18 tests from 5 test suites ran. (25161 ms total)
55: [  PASSED  ] 18 tests.
55/59 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ..........   Passed   26.96 sec
test 56
      Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

56: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
56: Test timeout computed to be: 1500
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 (2181 ms)
56: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
56: [       OK ] std_algorithms_transform_team_test.test_binary_op (2355 ms)
56: [----------] 2 tests from std_algorithms_transform_team_test (4537 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 (3593 ms)
56: [----------] 1 test from std_algorithms_generate_team_test (3593 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 (304 ms)
56: [----------] 1 test from std_algorithms_generate_n_team_test (304 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 (962 ms)
56: [----------] 1 test from std_algorithms_swap_ranges_team_test (962 ms total)
56: 
56: [----------] Global test environment tear-down
56: [==========] 5 tests from 4 test suites ran. (9397 ms total)
56: [  PASSED  ] 5 tests.
56/59 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ..........   Passed   11.14 sec
test 57
      Start 57: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

57: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
57: Test timeout computed to be: 1500
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 (9090 ms)
57: [----------] 1 test from std_algorithms_exclusive_scan_team_test (9090 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 (4901 ms)
57: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (4902 ms total)
57: 
57: [----------] Global test environment tear-down
57: [==========] 2 tests from 2 test suites ran. (13992 ms total)
57: [  PASSED  ] 2 tests.
57/59 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ..........   Passed   15.51 sec
test 58
      Start 58: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

58: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
58: Test timeout computed to be: 1500
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
58: [       OK ] std_algorithms_inclusive_scan_team_test.test (13691 ms)
58: [----------] 1 test from std_algorithms_inclusive_scan_team_test (13692 ms total)
58: 
58: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
58: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
58: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (9599 ms)
58: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (9600 ms total)
58: 
58: [----------] Global test environment tear-down
58: [==========] 2 tests from 2 test suites ran. (23292 ms total)
58: [  PASSED  ] 2 tests.
58/59 Test #58: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ..........   Passed   24.82 sec
test 59
      Start 59: Kokkos_UnitTest_SIMD

59: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/simd/unit_tests/Kokkos_UnitTest_SIMD
59: Test timeout computed to be: 1500
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 (1 ms)
59: [ RUN      ] simd.device_math_ops
59: [       OK ] simd.device_math_ops (9 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 (13 ms total)
59: 
59: [----------] Global test environment tear-down
59: [==========] 16 tests from 1 test suite ran. (13 ms total)
59: [  PASSED  ] 16 tests.
59/59 Test #59: Kokkos_UnitTest_SIMD .............................   Passed    1.84 sec

100% tests passed, 0 tests failed out of 59

Total Test time (real) = 1028.42 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                       Thu Apr 25 23:53:46 2024
stats zeroed                        Thu Apr 25 21:45:59 2024
cache hit (direct)                    54
cache hit (preprocessed)               1
cache miss                           697
cache hit rate                      7.31 %
cleanups performed                    10
files in cache                      2470
cache size                           4.3 GB
max cache size                       5.0 GB
[Pipeline] }
$ docker stop --time=1 d2ee727db609e0685d604333fb1776b783345ffd0dfea68fdef3ed5263ebe02e
$ docker rm -f --volumes d2ee727db609e0685d604333fb1776b783345ffd0dfea68fdef3ed5263ebe02e
[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-5993/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
Parse Config file:/var/jenkins/workspace/Kokkos_PR-5993/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/unit_test/Kokkos_CoreUnitTest_Serial1
1: Test timeout computed to be: 1500
1: [==========] Running 178 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 (599 ms)
1: [ RUN      ] serial_DeathTest.abort_from_device
1: [       OK ] serial_DeathTest.abort_from_device (650 ms)
1: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
1: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (615 ms)
1: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
1: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (635 ms)
1: [ RUN      ] serial_DeathTest.policy_invalid_bounds
1: [       OK ] serial_DeathTest.policy_invalid_bounds (618 ms)
1: [ RUN      ] serial_DeathTest.range_policy_invalid_bounds
1: 
1: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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 (825 ms)
1: [ RUN      ] serial_DeathTest.range_policy_implicitly_converted_bounds
1: 
1: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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-5993/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-5993/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 (1560 ms)
1: [----------] 7 tests from serial_DeathTest (5506 ms total)
1: 
1: [----------] 171 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.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 (3 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 (622 ms)
1: [ RUN      ] serial.atomic_views_nonintegral
1: [       OK ] serial.atomic_views_nonintegral (324 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 (5 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 (140 ms)
1: [ RUN      ] serial.deep_copy_conversion
1: [       OK ] serial.deep_copy_conversion (797 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 (15 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 (10471 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (16542 ms)
1: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
1: [       OK ] serial.local_deepcopy_teampolicy_layoutright (4480 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (5101 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 (8 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesselj1y1
1: [       OK ] serial.mathspecialfunc_cbesselj1y1 (8 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 (1222 ms)
1: [ RUN      ] serial.mdrange_6d
1: [       OK ] serial.mdrange_6d (4136 ms)
1: [ RUN      ] serial.mdrange_2d
1: [       OK ] serial.mdrange_2d (24 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 (260 ms)
1: [ RUN      ] serial.mdrange_neg_idx
1: [       OK ] serial.mdrange_neg_idx (1899 ms)
1: [ RUN      ] serial.mdrange_4d
1: [       OK ] serial.mdrange_4d (282 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 (50944 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 (87658 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.memory_pool
1: [       OK ] serial.memory_pool (82 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.parallel_scan_range_policy
1: [       OK ] serial.parallel_scan_range_policy (37 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 (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 (1782 ms)
1: [ RUN      ] serial.double_reduce
1: [       OK ] serial.double_reduce (1777 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic
1: [       OK ] serial.int64_t_reduce_dynamic (3536 ms)
1: [ RUN      ] serial.double_reduce_dynamic
1: [       OK ] serial.double_reduce_dynamic (3770 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic_view
1: [       OK ] serial.int64_t_reduce_dynamic_view (684 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 (21395 ms)
1: [ RUN      ] serial.reduce_device_view_mdrange_policy
1: [       OK ] serial.reduce_device_view_mdrange_policy (127926 ms)
1: [ RUN      ] serial.reduce_device_view_team_policy
1: [       OK ] serial.reduce_device_view_team_policy (13763 ms)
1: [ RUN      ] serial.impl_shared_alloc
1: [       OK ] serial.impl_shared_alloc (23 ms)
1: [ RUN      ] serial.kokkos_swap
1: [       OK ] serial.kokkos_swap (0 ms)
1: [----------] 171 tests from serial (359854 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 178 tests from 2 test suites ran. (365360 ms total)
1: [  PASSED  ] 178 tests.
 1/50 Test  #1: Kokkos_CoreUnitTest_Serial1 ......................   Passed  368.45 sec
test 2
      Start  2: Kokkos_CoreUnitTest_Serial2

2: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Serial2
2: Test timeout computed to be: 1500
2: [==========] Running 129 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 (4227 ms)
2: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
2: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (4248 ms)
2: [ RUN      ] serial_DeathTest.view_memory_access_violations_from_host
2: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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 (9606 ms)
2: [----------] 9 tests from serial_DeathTest (18082 ms total)
2: 
2: [----------] 120 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 (16564 ms)
2: [ RUN      ] serial.team_parallel_single
2: [       OK ] serial.team_parallel_single (110 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 (82 ms)
2: [ RUN      ] serial.triple_nested_parallelism
2: [       OK ] serial.triple_nested_parallelism (6910 ms)
2: [ RUN      ] serial.parallel_scan_with_reducers
2: [       OK ] serial.parallel_scan_with_reducers (1283 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 (101 ms)
2: [ RUN      ] serial.ThreadVectorMDRangeParallelFor
2: [       OK ] serial.ThreadVectorMDRangeParallelFor (105 ms)
2: [ RUN      ] serial.TeamVectorMDRangeParallelFor
2: [       OK ] serial.TeamVectorMDRangeParallelFor (107 ms)
2: [ RUN      ] serial.TeamThreadMDRangeParallelReduce
2: [       OK ] serial.TeamThreadMDRangeParallelReduce (122 ms)
2: [ RUN      ] serial.ThreadVectorMDRangeParallelReduce
2: [       OK ] serial.ThreadVectorMDRangeParallelReduce (120 ms)
2: [ RUN      ] serial.TeamVectorMDRangeParallelReduce
2: [       OK ] serial.TeamVectorMDRangeParallelReduce (124 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 (342 ms)
2: [ RUN      ] serial.team_long_reduce
2: [       OK ] serial.team_long_reduce (671 ms)
2: [ RUN      ] serial.team_double_reduce
2: [       OK ] serial.team_double_reduce (721 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 (8295 ms)
2: [ RUN      ] serial.team_scan
2: [       OK ] serial.team_scan (1676 ms)
2: [ RUN      ] serial.team_scan_ret_val
2: [       OK ] serial.team_scan_ret_val (1691 ms)
2: [ RUN      ] serial.team_shared_request
2: [       OK ] serial.team_shared_request (1025 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 (1027 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 (197 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 (40 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 (26 ms)
2: [ RUN      ] serial.unique_token_global
2: [       OK ] serial.unique_token_global (178 ms)
2: [ RUN      ] serial.unique_token_instance
2: [       OK ] serial.unique_token_instance (166 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 (569 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 (130 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_fill_tests_layout_right
2: [       OK ] serial.view_fill_tests_layout_right (93768 ms)
2: [ RUN      ] serial.view_fill_tests_layout_left
2: [       OK ] serial.view_fill_tests_layout_left (90151 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 (158 ms)
2: [ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
2: [       OK ] serial.view_layoutstride_right_to_layoutright_assignment (155 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 (530 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 (284 ms)
2: [ RUN      ] serial.view_realloc
2: [       OK ] serial.view_realloc (0 ms)
2: [ RUN      ] serial.workgraph_fib
2: [       OK ] serial.workgraph_fib (896 ms)
2: [ RUN      ] serial.resize_realloc_no_init
2: [       OK ] serial.resize_realloc_no_init (8 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-5993/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 (154 ms)
2: [ RUN      ] serial.view_subview_2d_from_3d_atomic
2: [       OK ] serial.view_subview_2d_from_3d_atomic (157 ms)
2: [ RUN      ] serial.view_subview_2d_from_3d_randomaccess
2: [       OK ] serial.view_subview_2d_from_3d_randomaccess (156 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left
2: [       OK ] serial.view_subview_3d_from_5d_left (6196 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
2: [       OK ] serial.view_subview_3d_from_5d_left_atomic (6206 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
2: [       OK ] serial.view_subview_3d_from_5d_left_randomaccess (6205 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right
2: [       OK ] serial.view_subview_3d_from_5d_right (6613 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
2: [       OK ] serial.view_subview_3d_from_5d_right_atomic (6608 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
2: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (6598 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: [----------] 120 tests from serial (267612 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 129 tests from 2 test suites ran. (285695 ms total)
2: [  PASSED  ] 126 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  288.51 sec
test 3
      Start  3: Kokkos_CoreUnitTest_SerialGraph

3: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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.43 sec
test 4
      Start  4: Kokkos_CoreUnitTest_Cuda1

4: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Cuda1
4: Test timeout computed to be: 1500
4: [==========] Running 180 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 (1838 ms)
4: [ RUN      ] cuda_DeathTest.abort_from_device
4: [       OK ] cuda_DeathTest.abort_from_device (1878 ms)
4: [ RUN      ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort
4: [       OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (1829 ms)
4: [ RUN      ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions
4: [       OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (1699 ms)
4: [ RUN      ] cuda_DeathTest.policy_invalid_bounds
4: [       OK ] cuda_DeathTest.policy_invalid_bounds (1855 ms)
4: [ RUN      ] cuda_DeathTest.range_policy_invalid_bounds
4: 
4: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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 (2739 ms)
4: [ RUN      ] cuda_DeathTest.range_policy_implicitly_converted_bounds
4: 
4: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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-5993/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-5993/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 (5432 ms)
4: [----------] 7 tests from cuda_DeathTest (17274 ms total)
4: 
4: [----------] 173 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.atomic_operations_complexdouble
4: [       OK ] cuda.atomic_operations_complexdouble (14 ms)
4: [ RUN      ] cuda.atomic_operations_complexfloat
4: [       OK ] cuda.atomic_operations_complexfloat (9 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 (15 ms)
4: [ RUN      ] cuda.atomic_operations_unsignedlong
4: [       OK ] cuda.atomic_operations_unsignedlong (15 ms)
4: [ RUN      ] cuda.atomics
4: [       OK ] cuda.atomics (224 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 (12446 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 (4 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 (9 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 (120 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 (3460 ms)
4: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutleft
4: [       OK ] cuda.local_deepcopy_rangepolicy_layoutleft (4752 ms)
4: [ RUN      ] cuda.local_deepcopy_teampolicy_layoutright
4: [       OK ] cuda.local_deepcopy_teampolicy_layoutright (3804 ms)
4: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutright
4: [       OK ] cuda.local_deepcopy_rangepolicy_layoutright (4021 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 (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 (248 ms)
4: [ RUN      ] cuda.mdrange_6d
4: [       OK ] cuda.mdrange_6d (319 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 (33 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 (42 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 (114 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 (2085 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.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.parallel_scan_range_policy
4: [       OK ] cuda.parallel_scan_range_policy (54 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 (15 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 (4 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: [----------] 173 tests from cuda (32632 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 180 tests from 2 test suites ran. (49907 ms total)
4: [  PASSED  ] 180 tests.
 4/50 Test  #4: Kokkos_CoreUnitTest_Cuda1 ........................   Passed   53.23 sec
test 5
      Start  5: Kokkos_CoreUnitTest_Cuda2

5: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Cuda2
5: Test timeout computed to be: 1500
5: [==========] Running 129 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 (17202 ms)
5: [ RUN      ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment
5: [       OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (17691 ms)
5: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_host
5: [       OK ] cuda_DeathTest.view_memory_access_violations_from_host (44977 ms)
5: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_device
5: [       OK ] cuda_DeathTest.view_memory_access_violations_from_device (46050 ms)
5: [ RUN      ] cuda_DeathTest.view_out_of_bounds_access
5: [       OK ] cuda_DeathTest.view_out_of_bounds_access (41060 ms)
5: [----------] 9 tests from cuda_DeathTest (166982 ms total)
5: 
5: [----------] 92 tests from cuda
5: [ RUN      ] cuda.team_for
5: [       OK ] cuda.team_for (7 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 (6 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 (948 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 (88 ms)
5: [ RUN      ] cuda.ThreadVectorMDRangeParallelFor
5: [       OK ] cuda.ThreadVectorMDRangeParallelFor (72 ms)
5: [ RUN      ] cuda.TeamVectorMDRangeParallelFor
5: [       OK ] cuda.TeamVectorMDRangeParallelFor (72 ms)
5: [ RUN      ] cuda.TeamThreadMDRangeParallelReduce
5: [       OK ] cuda.TeamThreadMDRangeParallelReduce (25 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 (1388 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 (925 ms)
5: [ RUN      ] cuda.team_scan_ret_val
5: [       OK ] cuda.team_scan_ret_val (938 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 (85 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_fill_tests_layout_right
5: [       OK ] cuda.view_fill_tests_layout_right (54 ms)
5: [ RUN      ] cuda.view_fill_tests_layout_left
5: [       OK ] cuda.view_fill_tests_layout_left (44 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 (168 ms)
5: [ RUN      ] cuda.view_layoutstride_right_to_layoutright_assignment
5: [       OK ] cuda.view_layoutstride_right_to_layoutright_assignment (172 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 (558 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 (150 ms)
5: [ RUN      ] cuda.view_realloc
5: [       OK ] cuda.view_realloc (1 ms)
5: [ RUN      ] cuda.workgraph_fib
5: [       OK ] cuda.workgraph_fib (1385 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: [----------] 92 tests from cuda (7503 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 (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 (0 ms)
5: [ RUN      ] cuda_uvm.view_subview_layoutleft_to_layoutleft
5: [       OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (2 ms)
5: [ RUN      ] cuda_uvm.view_subview_layoutright_to_layoutright
5: [       OK ] cuda_uvm.view_subview_layoutright_to_layoutright (1 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 (52 ms)
5: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_atomic
5: [       OK ] cuda_uvm.view_subview_2d_from_3d_atomic (54 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 (165 ms)
5: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_atomic
5: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (162 ms)
5: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess
5: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (166 ms)
5: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right
5: [       OK ] cuda_uvm.view_subview_3d_from_5d_right (166 ms)
5: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_atomic
5: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (168 ms)
5: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess
5: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (168 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 (1200 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 129 tests from 3 test suites ran. (175686 ms total)
5: [  PASSED  ] 129 tests.
 5/50 Test  #5: Kokkos_CoreUnitTest_Cuda2 ........................   Passed  179.14 sec
test 6
      Start  6: Kokkos_CoreUnitTest_Cuda3

6: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Cuda3
6: Test timeout computed to be: 1500
6: [==========] Running 60 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 (43215 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 (43218 ms total)
6: 
6: [----------] 27 tests from cuda_hostpinned
6: [ RUN      ] cuda_hostpinned.impl_shared_alloc
6: [       OK ] cuda_hostpinned.impl_shared_alloc (47 ms)
6: [ RUN      ] cuda_hostpinned.view_api_a
6: [       OK ] cuda_hostpinned.view_api_a (82 ms)
6: [ RUN      ] cuda_hostpinned.view_api_b
6: [       OK ] cuda_hostpinned.view_api_b (12 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 (4215 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_fill_tests_layout_right
6: [       OK ] cuda_hostpinned.view_fill_tests_layout_right (96543 ms)
6: [ RUN      ] cuda_hostpinned.view_fill_tests_layout_left
6: [       OK ] cuda_hostpinned.view_fill_tests_layout_left (84943 ms)
6: [ RUN      ] cuda_hostpinned.view_mapping
6: [       OK ] cuda_hostpinned.view_mapping (532 ms)
6: [ RUN      ] cuda_hostpinned.view_mapping_operator
6: [       OK ] cuda_hostpinned.view_mapping_operator (114 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: [----------] 27 tests from cuda_hostpinned (186641 ms total)
6: 
6: [----------] 27 tests from cuda_uvm
6: [ RUN      ] cuda_uvm.impl_shared_alloc
6: [       OK ] cuda_uvm.impl_shared_alloc (70 ms)
6: [ RUN      ] cuda_uvm.view_api_a
6: [       OK ] cuda_uvm.view_api_a (93 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 (1134 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 (33 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_fill_tests_layout_right
6: [       OK ] cuda_uvm.view_fill_tests_layout_right (277 ms)
6: [ RUN      ] cuda_uvm.view_fill_tests_layout_left
6: [       OK ] cuda_uvm.view_fill_tests_layout_left (270 ms)
6: [ RUN      ] cuda_uvm.view_mapping
6: [       OK ] cuda_uvm.view_mapping (533 ms)
6: [ RUN      ] cuda_uvm.view_mapping_operator
6: [       OK ] cuda_uvm.view_mapping_operator (32 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: [----------] 27 tests from cuda_uvm (2491 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 60 tests from 3 test suites ran. (232351 ms total)
6: [  PASSED  ] 60 tests.
 6/50 Test  #6: Kokkos_CoreUnitTest_Cuda3 ........................   Passed  235.18 sec
test 7
      Start  7: Kokkos_CoreUnitTest_CudaTimingBased

7: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (13 ms)
7: [ RUN      ] cuda.debug_pin_um_to_host
7: [       OK ] cuda.debug_pin_um_to_host (2051 ms)
7: [----------] 2 tests from cuda (2065 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 2 tests from 1 test suite ran. (2065 ms total)
7: [  PASSED  ] 2 tests.
 7/50 Test  #7: Kokkos_CoreUnitTest_CudaTimingBased ..............   Passed    4.56 sec
test 8
      Start  8: Kokkos_CoreUnitTest_CudaInterOpInit

8: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (1641 ms)
8: [----------] 1 test from cuda (1641 ms total)
8: 
8: [----------] Global test environment tear-down
8: [==========] 1 test from 1 test suite ran. (1641 ms total)
8: [  PASSED  ] 1 test.
 8/50 Test  #8: Kokkos_CoreUnitTest_CudaInterOpInit ..............   Passed    2.45 sec
test 9
      Start  9: Kokkos_CoreUnitTest_CudaInterOpStreams

9: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (1663 ms)
9: [----------] 1 test from cuda (1663 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 1 test from 1 test suite ran. (1663 ms total)
9: [  PASSED  ] 1 test.
 9/50 Test  #9: Kokkos_CoreUnitTest_CudaInterOpStreams ...........   Passed    2.48 sec
test 10
      Start 10: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU

10: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (9 ms total)
10: 
10: [----------] Global test environment tear-down
10: [==========] 3 tests from 1 test suite ran. (9 ms total)
10: [  PASSED  ] 3 tests.
10/50 Test #10: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU ...   Passed    2.47 sec
test 11
      Start 11: Kokkos_CoreUnitTest_CudaGraph

11: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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.47 sec
test 12
      Start 12: Kokkos_CoreUnitTest_Default

12: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (7 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 (157 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 (6 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 (17 ms)
12: [ RUN      ] defaultdevicetype.reduce_instantiation_c2
12: [       OK ] defaultdevicetype.reduce_instantiation_c2 (6 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 (7 ms)
12: [ RUN      ] defaultdevicetype.malloc
12: [       OK ] defaultdevicetype.malloc (0 ms)
12: [----------] 31 tests from defaultdevicetype (276 ms total)
12: 
12: [----------] 1 test from kokkosresize
12: [ RUN      ] kokkosresize.host_space_access
12: [       OK ] kokkosresize.host_space_access (158 ms)
12: [----------] 1 test from kokkosresize (158 ms total)
12: 
12: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple<int, Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
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<int [5], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
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<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
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<int [5][10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int* [10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int**, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int [5][10][15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int* [10][15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int** [15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int***, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int, Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
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<int [5], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
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<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
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<int [5][10], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int* [10], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int**, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int [5][10][15], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int* [10][15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int** [15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int***, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int, Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
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<int [5], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
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<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
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<int [5][10], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int* [10], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int**, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
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<int [5][10][15], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int* [10][15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int** [15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int***, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
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<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
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<int* [10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
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<int** [15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
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<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
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<int* [10], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
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<int** [15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
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<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
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<int* [10], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
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<int** [15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
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. (437 ms total)
12: [  PASSED  ] 71 tests.
12/50 Test #12: Kokkos_CoreUnitTest_Default ......................   Passed    2.98 sec
test 13
      Start 13: Kokkos_CoreUnitTest_LegionInitialization

13: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (1654 ms)
13: [----------] 1 test from initialization (1654 ms total)
13: 
13: [----------] Global test environment tear-down
13: [==========] 1 test from 1 test suite ran. (1654 ms total)
13: [  PASSED  ] 1 test.
13/50 Test #13: Kokkos_CoreUnitTest_LegionInitialization .........   Passed    2.46 sec
test 14
      Start 14: Kokkos_CoreUnitTest_PushFinalizeHook

14: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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.44 sec
test 15
      Start 15: Kokkos_CoreUnitTest_Develop

15: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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.46 sec
test 16
      Start 16: Kokkos_CoreUnitTest_KokkosP

16: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (4 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 (6 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. (6 ms total)
16: [  PASSED  ] 28 tests.
16/50 Test #16: Kokkos_CoreUnitTest_KokkosP ......................   Passed    2.44 sec
test 17
      Start 17: Kokkos_CoreUnitTest_StackTraceTest

17: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55555570c711]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x55555567eec4]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x3b) [0x555555675aae]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x14d) [0x555555676e59]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556bd21c]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556b4d17]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xf2) [0x55555568911c]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x140) [0x555555689b5e]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x149) [0x55555568a45b]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41f) [0x555555699df9]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556be2dd]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556b5fdd]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xc4) [0x55555569855e]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x555555678eea]
17: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555556758ce]
17:  
17: demangled test_f1:
17: [0x55555570c711] 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*, void (testing::Test::*)(), char const*)
17: [0x5555556b4d17] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(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*, bool (testing::internal::UnitTestImpl::*)(), char const*)
17: [0x5555556b5fdd] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55555570c711]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x55555567eec4]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x4d) [0x55555567fcd6]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567fcec]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567fcec]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567fcec]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567fcec]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x845) [0x5555556762b8]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x14d) [0x555555676e59]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556bd21c]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556b4d17]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xf2) [0x55555568911c]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x140) [0x555555689b5e]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x149) [0x55555568a45b]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41f) [0x555555699df9]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556be2dd]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556b5fdd]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xc4) [0x55555569855e]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x555555678eea]
17: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555556758ce]
17:  
17: demangled test_f3:
17: [0x55555570c711] 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*, void (testing::Test::*)(), char const*)
17: [0x5555556b4d17] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(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*, bool (testing::internal::UnitTestImpl::*)(), char const*)
17: [0x5555556b5fdd] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(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 (322 ms)
17: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
17: 
17: [WARNING] /var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55555570c711]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x55555567eec4]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x3b) [0x555555675aae]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x14d) [0x555555677211]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556bd21c]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556b4d17]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xf2) [0x55555568911c]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x140) [0x555555689b5e]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x149) [0x55555568a45b]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41f) [0x555555699df9]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556be2dd]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556b5fdd]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xc4) [0x55555569855e]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x555555678eea]
17: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555556758ce]
17:  
17: demangled test_f1:
17: [0x55555570c711] 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*, void (testing::Test::*)(), char const*)
17: [0x5555556b4d17] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(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*, bool (testing::internal::UnitTestImpl::*)(), char const*)
17: [0x5555556b5fdd] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55555570c711]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x55555567eec4]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x4d) [0x55555567fcd6]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567fcec]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567fcec]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567fcec]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567fcec]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x845) [0x5555556762b8]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x14d) [0x555555677211]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556bd21c]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556b4d17]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xf2) [0x55555568911c]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x140) [0x555555689b5e]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x149) [0x55555568a45b]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41f) [0x555555699df9]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556be2dd]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556b5fdd]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xc4) [0x55555569855e]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x555555678eea]
17: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555556758ce]
17:  
17: demangled test_f3:
17: [0x55555570c711] 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*, void (testing::Test::*)(), char const*)
17: [0x5555556b4d17] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(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*, bool (testing::internal::UnitTestImpl::*)(), char const*)
17: [0x5555556b5fdd] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(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 (305 ms)
17: [----------] 2 tests from defaultdevicetype_DeathTest (628 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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55555570c711]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x55555567eec4]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x3b) [0x555555675aae]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test40defaultdevicetype_stacktrace_normal_Test8TestBodyEv+0x1f) [0x555555676d09]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556bd21c]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556b4d17]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xf2) [0x55555568911c]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x140) [0x555555689b5e]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x149) [0x55555568a45b]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41f) [0x555555699df9]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556be2dd]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556b5fdd]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xc4) [0x55555569855e]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x555555678eea]
17: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555556758ce]
17:  
17: demangled test_f1:
17: [0x55555570c711] 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*, void (testing::Test::*)(), char const*)
17: [0x5555556b4d17] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(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*, bool (testing::internal::UnitTestImpl::*)(), char const*)
17: [0x5555556b5fdd] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x55555570c711]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x55555567eec4]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x4d) [0x55555567fcd6]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567fcec]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567fcec]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567fcec]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x55555567fcec]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x845) [0x5555556762b8]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test40defaultdevicetype_stacktrace_normal_Test8TestBodyEv+0x1f) [0x555555676d09]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556bd21c]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556b4d17]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0xf2) [0x55555568911c]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x140) [0x555555689b5e]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x149) [0x55555568a45b]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x41f) [0x555555699df9]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x5555556be2dd]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x5555556b5fdd]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0xc4) [0x55555569855e]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x555555678eea]
17: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555556758ce]
17:  
17: demangled test_f3:
17: [0x55555570c711] 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*, void (testing::Test::*)(), char const*)
17: [0x5555556b4d17] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(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*, bool (testing::internal::UnitTestImpl::*)(), char const*)
17: [0x5555556b5fdd] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(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. (635 ms total)
17: [  PASSED  ] 3 tests.
17/50 Test #17: Kokkos_CoreUnitTest_StackTraceTest ...............   Passed    3.08 sec
test 18
      Start 18: Kokkos_IncrementalTest_SERIAL

18: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_IncrementalTest_SERIAL
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 SERIAL
18: [ RUN      ] SERIAL.IncrTest_01_execspace_typedef
18: [       OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms)
18: [ RUN      ] SERIAL.IncrTest_01_execspace
18: Host Serial Execution Space:
18:   KOKKOS_ENABLE_SERIAL: yes
18: 
18: Serial Runtime Configuration:
18: Serial
18: [       OK ] SERIAL.IncrTest_01_execspace (0 ms)
18: [ RUN      ] SERIAL.IncrTest_02_AtomicExchange
18: [       OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms)
18: [ RUN      ] SERIAL.IncrTest_02_AtomicAdd
18: [       OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms)
18: [ RUN      ] SERIAL.IncrTest_02_AtomicSub
18: [       OK ] SERIAL.IncrTest_02_AtomicSub (0 ms)
18: [ RUN      ] SERIAL.IncrTest_03a_memspace_malloc
18: [       OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms)
18: [ RUN      ] SERIAL.IncrTest_03b_memspace_free
18: [       OK ] SERIAL.IncrTest_03b_memspace_free (247 ms)
18: [ RUN      ] SERIAL.IncrTest_04_simple_parallelFor
18: [       OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms)
18: [ RUN      ] SERIAL.IncrTest_04_RangePolicy_parallelFor
18: [       OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms)
18: [ RUN      ] SERIAL.IncrTest_05_reduction
18: [       OK ] SERIAL.IncrTest_05_reduction (0 ms)
18: [ RUN      ] SERIAL.IncrTest_06_mdrange2D
18: [       OK ] SERIAL.IncrTest_06_mdrange2D (0 ms)
18: [ RUN      ] SERIAL.IncrTest_06_mdrange3D
18: [       OK ] SERIAL.IncrTest_06_mdrange3D (0 ms)
18: [ RUN      ] SERIAL.IncrTest_06_mdrange4D
18: [       OK ] SERIAL.IncrTest_06_mdrange4D (0 ms)
18: [ RUN      ] SERIAL.IncrTest_08_deep_copy_2D
18: [       OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms)
18: [ RUN      ] SERIAL.IncrTest_08_deep_copy_3D
18: [       OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms)
18: [ RUN      ] SERIAL.IncrTest_08_deep_copy_4D
18: [       OK ] SERIAL.IncrTest_08_deep_copy_4D (1 ms)
18: [ RUN      ] SERIAL.IncrTest_10_Hierarchical_Basics
18: [       OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms)
18: [ RUN      ] SERIAL.IncrTest_11a_Hierarchical_ForLoop
18: [       OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (4 ms)
18: [ RUN      ] SERIAL.IncrTest_11b_Hierarchical_ForLoop
18: [       OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (4 ms)
18: [ RUN      ] SERIAL.IncrTest_11c_Hierarchical_ForLoop
18: [       OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (2818 ms)
18: [ RUN      ] SERIAL.IncrTest_12a_ThreadScratch
18: [       OK ] SERIAL.IncrTest_12a_ThreadScratch (26 ms)
18: [ RUN      ] SERIAL.IncrTest_12b_TeamScratch
18: [       OK ] SERIAL.IncrTest_12b_TeamScratch (108 ms)
18: [ RUN      ] SERIAL.IncrTest_13a_Hierarchical_Red
18: [       OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms)
18: [ RUN      ] SERIAL.IncrTest_13b_Hierarchical_Red
18: [       OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms)
18: [ RUN      ] SERIAL.IncrTest_13c_Hierarchical_Red
18: [       OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms)
18: [ RUN      ] SERIAL.incr_14_MDrangeReduce
18: [       OK ] SERIAL.incr_14_MDrangeReduce (0 ms)
18: [ RUN      ] SERIAL.IncrTest_16_parallelscan
18: [       OK ] SERIAL.IncrTest_16_parallelscan (0 ms)
18: [ RUN      ] SERIAL.incr_17_atomicView
18: [       OK ] SERIAL.incr_17_atomicView (0 ms)
18: [----------] 28 tests from SERIAL (3214 ms total)
18: 
18: [----------] Global test environment tear-down
18: [==========] 28 tests from 1 test suite ran. (3214 ms total)
18: [  PASSED  ] 28 tests.
18/50 Test #18: Kokkos_IncrementalTest_SERIAL ....................   Passed    5.66 sec
test 19
      Start 19: Kokkos_IncrementalTest_CUDA

19: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_IncrementalTest_CUDA
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 CUDA
19: [ RUN      ] CUDA.IncrTest_01_execspace_typedef
19: [       OK ] CUDA.IncrTest_01_execspace_typedef (0 ms)
19: [ RUN      ] CUDA.IncrTest_01_execspace
19: Device Execution Space:
19:   KOKKOS_ENABLE_CUDA: yes
19: Cuda Options:
19:   KOKKOS_ENABLE_CUDA_LAMBDA: yes
19:   KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no
19:   KOKKOS_ENABLE_CUDA_UVM: no
19:   KOKKOS_ENABLE_CXX11_DISPATCH_LAMBDA: yes
19:   KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no
19: 
19: Cuda Runtime Configuration:
19: macro  KOKKOS_ENABLE_CUDA      : defined
19: macro  CUDA_VERSION          = 11060 = version 11.6
19: Kokkos::Cuda[ 0 ] NVIDIA A100 80GB PCIe capability 8.0, Total Global Memory: 79.14 G, Shared Memory per Block: 48 K : Selected
19: Cuda
19: [       OK ] CUDA.IncrTest_01_execspace (1 ms)
19: [ RUN      ] CUDA.IncrTest_02_AtomicExchange
19: [       OK ] CUDA.IncrTest_02_AtomicExchange (0 ms)
19: [ RUN      ] CUDA.IncrTest_02_AtomicAdd
19: [       OK ] CUDA.IncrTest_02_AtomicAdd (0 ms)
19: [ RUN      ] CUDA.IncrTest_02_AtomicSub
19: [       OK ] CUDA.IncrTest_02_AtomicSub (0 ms)
19: [ RUN      ] CUDA.IncrTest_03a_memspace_malloc
19: [       OK ] CUDA.IncrTest_03a_memspace_malloc (0 ms)
19: [ RUN      ] CUDA.IncrTest_03b_memspace_free
19: [       OK ] CUDA.IncrTest_03b_memspace_free (19261 ms)
19: [ RUN      ] CUDA.IncrTest_04_simple_parallelFor
19: [       OK ] CUDA.IncrTest_04_simple_parallelFor (0 ms)
19: [ RUN      ] CUDA.IncrTest_04_RangePolicy_parallelFor
19: [       OK ] CUDA.IncrTest_04_RangePolicy_parallelFor (0 ms)
19: [ RUN      ] CUDA.IncrTest_05_reduction
19: [       OK ] CUDA.IncrTest_05_reduction (4 ms)
19: [ RUN      ] CUDA.IncrTest_06_mdrange2D
19: [       OK ] CUDA.IncrTest_06_mdrange2D (0 ms)
19: [ RUN      ] CUDA.IncrTest_06_mdrange3D
19: [       OK ] CUDA.IncrTest_06_mdrange3D (0 ms)
19: [ RUN      ] CUDA.IncrTest_06_mdrange4D
19: [       OK ] CUDA.IncrTest_06_mdrange4D (0 ms)
19: [ RUN      ] CUDA.IncrTest_08_deep_copy_2D
19: [       OK ] CUDA.IncrTest_08_deep_copy_2D (5 ms)
19: [ RUN      ] CUDA.IncrTest_08_deep_copy_3D
19: [       OK ] CUDA.IncrTest_08_deep_copy_3D (0 ms)
19: [ RUN      ] CUDA.IncrTest_08_deep_copy_4D
19: [       OK ] CUDA.IncrTest_08_deep_copy_4D (0 ms)
19: [ RUN      ] CUDA.IncrTest_10_Hierarchical_Basics
19: [       OK ] CUDA.IncrTest_10_Hierarchical_Basics (0 ms)
19: [ RUN      ] CUDA.IncrTest_11a_Hierarchical_ForLoop
19: [       OK ] CUDA.IncrTest_11a_Hierarchical_ForLoop (2 ms)
19: [ RUN      ] CUDA.IncrTest_11b_Hierarchical_ForLoop
19: [       OK ] CUDA.IncrTest_11b_Hierarchical_ForLoop (2 ms)
19: [ RUN      ] CUDA.IncrTest_11c_Hierarchical_ForLoop
19: [       OK ] CUDA.IncrTest_11c_Hierarchical_ForLoop (1278 ms)
19: [ RUN      ] CUDA.IncrTest_12a_ThreadScratch
19: [       OK ] CUDA.IncrTest_12a_ThreadScratch (2 ms)
19: [ RUN      ] CUDA.IncrTest_12b_TeamScratch
19: [       OK ] CUDA.IncrTest_12b_TeamScratch (0 ms)
19: [ RUN      ] CUDA.IncrTest_13a_Hierarchical_Red
19: [       OK ] CUDA.IncrTest_13a_Hierarchical_Red (0 ms)
19: [ RUN      ] CUDA.IncrTest_13b_Hierarchical_Red
19: [       OK ] CUDA.IncrTest_13b_Hierarchical_Red (0 ms)
19: [ RUN      ] CUDA.IncrTest_13c_Hierarchical_Red
19: [       OK ] CUDA.IncrTest_13c_Hierarchical_Red (0 ms)
19: [ RUN      ] CUDA.incr_14_MDrangeReduce
19: [       OK ] CUDA.incr_14_MDrangeReduce (0 ms)
19: [ RUN      ] CUDA.IncrTest_16_parallelscan
19: [       OK ] CUDA.IncrTest_16_parallelscan (0 ms)
19: [ RUN      ] CUDA.incr_17_atomicView
19: [       OK ] CUDA.incr_17_atomicView (0 ms)
19: [----------] 28 tests from CUDA (20564 ms total)
19: 
19: [----------] Global test environment tear-down
19: [==========] 28 tests from 1 test suite ran. (20564 ms total)
19: [  PASSED  ] 28 tests.
19/50 Test #19: Kokkos_IncrementalTest_CUDA ......................   Passed   23.06 sec
test 20
      Start 20: Kokkos_CoreUnitTest_CTestDevice

20: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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.02 sec
test 21
      Start 21: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0

21: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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-5993/build/core/perf_test/Kokkos_PerformanceTest_Benchmark "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Benchmark_2024-04-25_T21-46-57.json"
23: Test timeout computed to be: 1500
23: 2024-04-26T00:36:45+00:00
23: Running /var/jenkins/workspace/Kokkos_PR-5993/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.23, 1.46, 1.33
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<double>/Count:1024/iterations:5/manual_time                            0.018 s         0.020 s             5       1024        17.3864u
23: GramSchmidt<double>/Count:2048/iterations:5/manual_time                            0.018 s         0.020 s             5     2.048k        8.65347u
23: GramSchmidt<double>/Count:4096/iterations:5/manual_time                            0.018 s         0.022 s             5     4.096k        4.35532u
23: GramSchmidt<double>/Count:8192/iterations:5/manual_time                            0.018 s         0.025 s             5     8.192k        2.21019u
23: GramSchmidt<double>/Count:16384/iterations:5/manual_time                           0.018 s         0.032 s             5    16.384k        1.11989u
23: GramSchmidt<double>/Count:32768/iterations:5/manual_time                           0.019 s         0.045 s             5    32.768k        565.444n
23: GramSchmidt<double>/Count:65536/iterations:5/manual_time                           0.019 s         0.071 s             5    65.536k         281.76n
23: GramSchmidt<double>/Count:131072/iterations:5/manual_time                          0.019 s         0.120 s             5   131.072k        145.581n
23: GramSchmidt<double>/Count:262144/iterations:5/manual_time                          0.021 s         0.231 s             5   262.144k        78.5696n
23: GramSchmidt<double>/Count:524288/iterations:5/manual_time                          0.023 s         0.438 s             5   524.288k        44.6789n
23: ----------------------------------------------------------------------------------------------------------------------------------------------
23: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s        Max
23: ----------------------------------------------------------------------------------------------------------------------------------------------
23: CustomReduction<double>/N:100000/R:1000/manual_time                                0.005 s         0.029 s           135  29.771k/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.804 s         0.804 s             1        0.107165     0.106768                0.107741             0.107766   0.0538771       0.0538858
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.70194m     5.62807m                4.70828m                   4.7083m    2.83035m        2.35391m
23: OverlapTeamPolicy/N:20/M:1000000/R:10                                              0.616 s         0.616 s             1       0.0843073    0.0839879               0.0791193                 0.0791116   0.0395985         0.03955
23: ---------------------------------------------------------------------------------------------------------------------------------------------------
23: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
23: ---------------------------------------------------------------------------------------------------------------------------------------------------
23: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time                      0.000 s         0.000 s             5       1024         27.834n
23: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                      0.000 s         0.000 s             5     2.048k        15.0225n
23: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                      0.000 s         0.001 s             5     4.096k        7.11792n
23: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                      0.000 s         0.000 s             5     8.192k        3.57605n
23: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                     0.000 s         0.000 s             5    16.384k        1.80701n
23: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                     0.000 s         0.001 s             5    32.768k        925.507p
23: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                     0.000 s         0.001 s             5    65.536k        743.591p
23: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                    0.000 s         0.001 s             5   131.072k        741.814p
23: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                    0.000 s         0.002 s             5   262.144k        621.426p
23: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                    0.000 s         0.002 s             5   524.288k        540.119p
23: -----------------------------------------------------------------------------------------------------------------------------------
23: Benchmark                                                                              Time             CPU   Iterations  FOM: rate
23: -----------------------------------------------------------------------------------------------------------------------------------
23: Malloc/N:1/manual_time                                                              12.3 us         26.4 us        56831 81.3088k/s
23: Malloc/N:16/manual_time                                                             12.3 us         26.4 us        56895 81.2483k/s
23: Malloc/N:256/manual_time                                                            12.3 us         26.3 us        56730 81.6222k/s
23: Malloc/N:4096/manual_time                                                           12.3 us         26.3 us        57052 81.3914k/s
23: Malloc/N:65536/manual_time                                                          12.3 us         26.3 us        56980 81.3504k/s
23: Malloc/N:1048576/manual_time                                                         108 us          199 us         6453 9.27063k/s
23: Malloc/N:16777216/manual_time                                                        505 us          610 us         1386 1.98114k/s
23: Malloc/N:268435456/manual_time                                                      4933 us         1090 us          846  202.711/s
23: Malloc/N:4294967296/manual_time                                                   111476 us         5774 us            9  8.97053/s
23: MallocFree/N:1/manual_time                                                          26.7 us         26.8 us        26216 37.4128k/s
23: MallocFree/N:16/manual_time                                                         26.7 us         26.8 us        26166  37.423k/s
23: MallocFree/N:256/manual_time                                                        26.1 us         26.2 us        26729 38.3267k/s
23: MallocFree/N:4096/manual_time                                                       26.2 us         26.3 us        26762 38.2276k/s
23: MallocFree/N:65536/manual_time                                                      26.1 us         26.3 us        26724 38.2503k/s
23: MallocFree/N:1048576/manual_time                                                     198 us          199 us         3527  5.0385k/s
23: MallocFree/N:16777216/manual_time                                                    609 us          610 us         1149 1.64092k/s
23: MallocFree/N:268435456/manual_time                                                  4654 us         1093 us          659  214.867/s
23: MallocFree/N:4294967296/manual_time                                               125104 us         5912 us            9  7.99335/s
23: MallocTouch/N:1/manual_time                                                         18.0 us         32.6 us        39072 55.7019k/s
23: MallocTouch/N:16/manual_time                                                        17.7 us         32.1 us        39001 56.5109k/s
23: MallocTouch/N:256/manual_time                                                       17.7 us         32.0 us        39511 56.5379k/s
23: MallocTouch/N:4096/manual_time                                                      29.7 us         44.5 us        23510 33.6725k/s
23: MallocTouch/N:65536/manual_time                                                     30.0 us         44.8 us        23356 33.3321k/s
23: MallocTouch/N:1048576/manual_time                                                    134 us          228 us         5204 7.44356k/s
23: MallocTouch/N:16777216/manual_time                                                   530 us          638 us         1321 1.88765k/s
23: MallocTouch/N:268435456/manual_time                                                 4931 us         1121 us          849  202.796/s
23: MallocTouch/N:4294967296/manual_time                                              110783 us         6318 us            9  9.02669/s
23: MallocTouchFree/N:1/manual_time                                                     32.3 us         32.5 us        21667 30.9276k/s
23: MallocTouchFree/N:16/manual_time                                                    32.4 us         32.5 us        21644  30.889k/s
23: MallocTouchFree/N:256/manual_time                                                   31.8 us         32.0 us        21959 31.3985k/s
23: MallocTouchFree/N:4096/manual_time                                                  44.2 us         44.4 us        15801 22.6009k/s
23: MallocTouchFree/N:65536/manual_time                                                 44.5 us         44.7 us        15702 22.4573k/s
23: MallocTouchFree/N:1048576/manual_time                                                228 us          228 us         3074 4.39512k/s
23: MallocTouchFree/N:16777216/manual_time                                               637 us          638 us         1097 1.56905k/s
23: MallocTouchFree/N:268435456/manual_time                                             4661 us         1115 us          658  214.524/s
23: MallocTouchFree/N:4294967296/manual_time                                           94260 us         5590 us            6  10.6089/s
23: ----------------------------------------------------------------------------------------------------------------------------------------------
23: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s         MB
23: ----------------------------------------------------------------------------------------------------------------------------------------------
23: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                            0.020 s         0.002 s            34  40.6157/s        800
23: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                           0.023 s         0.002 s            33  35.3956/s        800
23: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.002 s            33  43.0865/s        800
23: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                           0.020 s         0.002 s            34  39.9686/s        800
23: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.002 s            35  41.0424/s        800
23: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                           0.020 s         0.002 s            43  39.2414/s        800
23: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                            0.021 s         0.002 s            35  38.9602/s        800
23: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                           0.021 s         0.002 s            35  39.0094/s        800
23: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                            0.021 s         0.002 s            35  39.0109/s        800
23: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                           0.021 s         0.002 s            35  38.9577/s        800
23: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                            0.021 s         0.002 s            35  38.8985/s        800
23: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                           0.021 s         0.002 s            35  39.0068/s        800
23: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                            0.021 s         0.002 s            35  39.0027/s        800
23: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                           0.021 s         0.002 s            35  38.9497/s        800
23: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                            0.021 s         0.002 s            35  39.0115/s        800
23: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                           0.020 s         0.002 s            35  39.0681/s        800
23: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           626 1.43395k/s       1.6k
23: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           627 1.43027k/s       1.6k
23: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           626  1.4351k/s       1.6k
23: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           629 1.46952k/s       1.6k
23: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           629 1.46969k/s       1.6k
23: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           629 1.46975k/s       1.6k
23: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.001 s         0.001 s           629 1.46982k/s       1.6k
23: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.002 s         0.002 s           299  682.677/s       1.6k
23: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.004 s         0.004 s           182  416.439/s       1.6k
23: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.001 s         0.001 s           628 1.46953k/s       1.6k
23: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           300  685.065/s       1.6k
23: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           398  916.676/s       1.6k
23: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           629 1.46965k/s       1.6k
23: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           629 1.46976k/s       1.6k
23: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           629 1.46977k/s       1.6k
23: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           629  1.4696k/s       1.6k
23: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.004 s         0.004 s           173  396.971/s       1.6k
23: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.005 s         0.005 s           139  320.873/s       1.6k
23: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           285  653.816/s       1.6k
23: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.004 s         0.004 s           171  391.648/s       1.6k
23: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           629 1.46968k/s       1.6k
23: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           629 1.46964k/s       1.6k
23: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.008 s         0.008 s            88  204.066/s       1.6k
23: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.005 s         0.005 s           134  308.215/s       1.6k
23: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           628 1.46957k/s       1.6k
23: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           629 1.46953k/s       1.6k
23: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.006 s         0.006 s           116  268.979/s       1.6k
23: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.003 s         0.003 s           229  523.331/s       1.6k
23: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           629 1.46958k/s       1.6k
23: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           629 1.46977k/s       1.6k
23: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.007 s         0.007 s           102  236.499/s       1.6k
23: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.003 s         0.003 s           253  579.331/s       1.6k
23: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time          0.001 s         0.001 s           683 1.59558k/s       1.6k
23: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time        0.001 s         0.001 s           683 1.59547k/s       1.6k
23: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time         0.001 s         0.001 s           683 1.59559k/s       1.6k
23: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time         0.001 s         0.001 s           683 1.59553k/s       1.6k
23: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1168 1.33644k/s        800
23: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1168 1.33583k/s        800
23: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1168 1.33551k/s        800
23: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1169 1.33588k/s        800
23: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1169 1.33593k/s        800
23: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1169 1.33605k/s        800
23: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1169 1.33606k/s        800
23: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1169 1.33608k/s        800
23: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1169 1.33579k/s        800
23: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1169 1.33597k/s        800
23: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1169 1.33624k/s        800
23: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1169 1.33592k/s        800
23: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1169 1.33587k/s        800
23: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1168 1.33551k/s        800
23: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1169  1.3359k/s        800
23: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1169   1.336k/s        800
23: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                  0.001 s         0.001 s          1173 1.34045k/s        800
23: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                 0.001 s         0.001 s          1173 1.34041k/s        800
23: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 7.33233k/s       1.6k
23: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 7.44417k/s       1.6k
23: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10   4.652k/s       1.6k
23: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.61873k/s       1.6k
23: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 6.35817k/s       1.6k
23: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 5.17796k/s       1.6k
23: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 9.57315k/s       1.6k
23: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10  9.5549k/s       1.6k
23: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 5.38911k/s       1.6k
23: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.39387k/s       1.6k
23: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 7.98495k/s       1.6k
23: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 6.14439k/s       1.6k
23: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.55018k/s       1.6k
23: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10  4.0522k/s       1.6k
23: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.001 s            10 2.93126k/s       1.6k
23: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.001 s            10 2.81769k/s       1.6k
23: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 5.31422k/s       1.6k
23: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 4.59922k/s       1.6k
23: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.001 s            10 3.20066k/s       1.6k
23: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.001 s            10 3.06403k/s       1.6k
23: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.001 s            10 2.48712k/s       1.6k
23: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.001 s            10 2.45748k/s       1.6k
23: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.001 s         0.001 s            10 2.70077k/s       1.6k
23: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.001 s            10 2.64675k/s       1.6k
23: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.87064k/s       1.6k
23: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 3.83697k/s       1.6k
23: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 5.72154k/s       1.6k
23: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 4.32996k/s       1.6k
23: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.15137k/s       1.6k
23: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10  4.1239k/s       1.6k
23: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10  4.7535k/s       1.6k
23: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 4.70137k/s       1.6k
23: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time           0.002 s         0.002 s            10  1008.12/s       1.6k
23: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time          0.002 s         0.002 s            10  1028.61/s       1.6k
23/50 Test #23: Kokkos_PerformanceTest_Benchmark .................   Passed  134.19 sec
test 24
      Start 24: Kokkos_Benchmark_Atomic_MinMax

24: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_Benchmark_Atomic_MinMax_2024-04-25_T21-46-57.json"
24: Test timeout computed to be: 1500
24: 2024-04-26T00:38:59+00:00
24: Running /var/jenkins/workspace/Kokkos_PR-5993/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: 1.03, 1.26, 1.27
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<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
24: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
24: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
24: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
24: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
24: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
24: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
24: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
24: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
24: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
24: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
24: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
24: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
24: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
24: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
24: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
24: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
24: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
24: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
24: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
24: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
24: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
24: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
24: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
24: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
24: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
24: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
24: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
24: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
24: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
24: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
24: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
24: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
24: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
24: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
24: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
24: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
24: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
24: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
24: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
24: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
24: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
24: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
24: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
24: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
24: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
24: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
24: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
24/50 Test #24: Kokkos_Benchmark_Atomic_MinMax ...................   Passed    2.53 sec
test 25
      Start 25: Kokkos_PerformanceTest_Mempool

25: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Mempool "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Mempool_2024-04-25_T21-46-57.json"
25: Test timeout computed to be: 1500
25: 2024-04-26T00:39:02+00:00
25: Running /var/jenkins/workspace/Kokkos_PR-5993/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: 1.03, 1.26, 1.27
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          4416               35.1831M/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         12214                193.947M/s
25/50 Test #25: Kokkos_PerformanceTest_Mempool ...................   Passed    8.71 sec
test 26
      Start 26: Kokkos_PerformanceTest_Atomic

26: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Atomic "--benchmark_counters_tabular=true" "--benchmark_out=Kokkos_PerformanceTest_Atomic_2024-04-25_T21-46-57.json"
26: Test timeout computed to be: 1500
26: 2024-04-26T00:39:10+00:00
26: Running /var/jenkins/workspace/Kokkos_PR-5993/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.02, 1.25, 1.26
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<int>/100000/iterations:10                          1.75 s          1.75 s            10          1            4    2.36021m        1.44099m    2.70876m     704.983M         272.064k     704.983M
26: Test_Atomic<long int>/100000/iterations:10                     1.58 s          1.58 s            10          1            8    3.19717m        1.44821m    2.64664m     4.99995G         182.064k     4.99995G
26: Test_Atomic<long long int>/100000/iterations:10                4.74 s          4.74 s            10          1            8      7.9089        1.58335m    2.70034m     4.99995G         206.064k     4.99995G
26: Test_Atomic<unsigned int>/100000/iterations:10                 1.75 s          1.75 s            10          1            4    2.34728m         1.5586m    2.63813m     704.983M         278.816k     704.983M
26: Test_Atomic<unsigned long int>/100000/iterations:10            1.58 s          1.58 s            10          1            8    3.36217m        1.47475m    2.64154m     4.99995G         149.312k     4.99995G
26: Test_Atomic<unsigned long long int>/100000/iterations:10       4.74 s          4.74 s            10          1            8     7.88638        1.60921m    2.65685m     4.99995G         157.744k     4.99995G
26: Test_Atomic<float>/100000/iterations:10                        1.76 s          1.76 s            10          0            4    4.57434m        1.45361m    3.45104m     4.99994G           235.2k     4.99989G
26: Test_Atomic<double>/100000/iterations:10                       1.58 s          1.58 s            10          1            8    4.48086m        1.43819m    3.51767m     4.99995G         194.672k     4.99995G
26: Test_Atomic<int>/100000/iterations:10                          1.75 s          1.75 s            10          1            4    2.37251m        1.42927m    2.71777m     704.983M          268.64k     704.983M
26/50 Test #26: Kokkos_PerformanceTest_Atomic ....................   Passed  215.13 sec
test 27
      Start 27: Kokkos_ContainersUnitTest_Serial

27: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (8469 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 (104 ms)
27: [ RUN      ] serial.dyn_rank_view_api_generic
27: [       OK ] serial.dyn_rank_view_api_generic (41 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-5993/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 (1317 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 (6 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 (25386 ms)
27: [ RUN      ] serial.scatterview_devicetype
27: [       OK ] serial.scatterview_devicetype (6 ms)
27: [ RUN      ] serial.staticcrsgraph
27: [       OK ] serial.staticcrsgraph (14 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 (77786 ms)
27: [ RUN      ] serial.UnorderedMap_failed_insert
27: [       OK ] serial.UnorderedMap_failed_insert (28216 ms)
27: [ RUN      ] serial.UnorderedMap_deep_copy
27: [       OK ] serial.UnorderedMap_deep_copy (20 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 (141392 ms total)
27: 
27: [----------] Global test environment tear-down
27: [==========] 62 tests from 1 test suite ran. (141392 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  144.47 sec
test 28
      Start 28: Kokkos_ContainersUnitTest_Cuda

28: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (40 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 (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 (788 ms)
28: [ RUN      ] cuda.scatterview_devicetype
28: [       OK ] cuda.scatterview_devicetype (26 ms)
28: [ RUN      ] cuda.staticcrsgraph
28: [       OK ] cuda.staticcrsgraph (24 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 (11627 ms)
28: [ RUN      ] cuda.UnorderedMap_failed_insert
28: [       OK ] cuda.UnorderedMap_failed_insert (1356 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 (13929 ms total)
28: 
28: [----------] Global test environment tear-down
28: [==========] 62 tests from 1 test suite ran. (13929 ms total)
28: [  PASSED  ] 62 tests.
28/50 Test #28: Kokkos_ContainersUnitTest_Cuda ...................   Passed   16.60 sec
test 29
      Start 29: Kokkos_ContainersPerformanceTest_Cuda

29: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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.00531783
29:  View sum computation time: 0.00531783
29:  Strided View time (init only): 0.000577537
29:  View Rank7 time (init only): 0.000631379
29:  DynRankView time (init only): 0.000639765
29:  DynRankView sum computation time: 0.00196989
29:  Ratio of View to DynRankView time: 8.31217
29:  Ratio of View to DynRankView sum computation time: 0.854237
29:  Ratio of View to View Rank7  time: 8.42257
29:  Ratio of StrideView to DynRankView time: 0.902733
29:  Ratio of DynRankView to View Rank7  time: 1.01328
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.000285001, 2.8454e-05, 3.293e-05, 0.00252997
29: 512, 0.000210032, 1.7182e-05, 3.1147e-05, 0.0026146
29: 1024, 0.000209542, 1.7423e-05, 3.1249e-05, 0.00264662
29: 2048, 0.000207206, 1.7141e-05, 3.0908e-05, 0.00267736
29: 4096, 0.000208378, 1.6441e-05, 3.5295e-05, 0.00268785
29: 8192, 0.000209852, 1.6912e-05, 3.2301e-05, 0.00265123
29: 16384, 0.00020837, 1.65e-05, 3.7581e-05, 0.00274869
29: 32768, 0.000816695, 1.7793e-05, 4.7288e-05, 0.00279153
29: 65536, 0.00120672, 1.8054e-05, 4.8079e-05, 0.00291028
29: 131072, 0.00212531, 1.8505e-05, 6.7907e-05, 0.00314176
29: 262144, 0.00498845, 1.9166e-05, 8.9116e-05, 0.0037729
29: 524288, 0.00492195, 2.0749e-05, 0.0001443, 0.00528839
29: 1048576, 0.00466635, 2.9684e-05, 0.000248504, 0.012477
29: 2097152, 0.00141578, 3.0017e-05, 0.000778893, 0.0317331
29: 4194304, 0.0023655, 4.1848e-05, 0.00171259, 0.0749798
29: [       OK ] TEST_CATEGORY.global_2_local (187 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 (203 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 4 tests from 1 test suite ran. (203 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-5993/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-5993/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-5993/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 (1929 ms)
30: [ RUN      ] cuda.SortWithCustomComparator
30: [       OK ] cuda.SortWithCustomComparator (2389 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 (117964 ms)
30: [ RUN      ] cuda.NestedSort
30: [       OK ] cuda.NestedSort (239 ms)
30: [ RUN      ] cuda.NestedSortByKey
30: [       OK ] cuda.NestedSortByKey (806 ms)
30: [----------] 15 tests from cuda (123405 ms total)
30: 
30: [----------] Global test environment tear-down
30: [==========] 15 tests from 1 test suite ran. (123405 ms total)
30: [  PASSED  ] 15 tests.
30/50 Test #30: Kokkos_UnitTest_Sort .............................   Passed  126.49 sec
test 31
      Start 31: Kokkos_UnitTest_Random

31: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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:1714092456597682700
31: Test Scalar=int
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 6.45775e-07 -0.0164126 -0.0042479 || 0.051031 27996 29355 || 29152.9 28674.4 || -58.723 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.5082e-07 0.00729955 -0.00684134 || 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.00874352 0.00724932 || 0.051031 27988 29297 || 28425.8 28674.4 || 100.215 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.43252e-07 -0.00354494 -0.00439995 || 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.0107875 -0.00161439 || 0.051031 28037 29352 || 28987.1 28674.4 || -22.3173 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.43252e-07 0.0142895 0.00658359 || 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 -8.08813e-05 -0.0169985 || 0.051031 28045 29284 || 28676.7 28674.4 || -234.988 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.43252e-07 0.00719086 -0.000950755 || 0.051031 1e+64 -1e+64
31: Test Scalar=half
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 0.000245533 -0.99999 -48244.8 || 0.051031 0 194979 || 2.92865e+09 28674.4 || -6.66936e+08 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 0.000735452 -0.318157 0.147713 || 0.051031 1e+64 -1e+64
31: Test Scalar=bhalf
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 0.00195863 -0.999999 -57857.1 || 0.051031 0 1.55208e+06 || 2.86901e+10 28674.4 || -7.99817e+08 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 0.00588625 -0.967861 10.2564 || 0.051031 1e+64 -1e+64
31: Test Scalar=float
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 6.65955e-07 9.40695e-05 -0.0190616 || 0.051031 28039 29487 || 28671.7 28674.4 || -263.508 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 7.11361e-07 0.00358194 0.00151504 || 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.00101939 -0.0112074 || 0.051031 27983 29330 || 28703.6 28674.4 || -154.932 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.43252e-07 -0.0125946 0.00129633 || 0.051031 1e+64 -1e+64
31: Test Seed:1714092456751286746
31: Test Scalar=int
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 6.43252e-07 0.01232 0.030088 || 0.051031 28013 29360 || 28325.4 28674.4 || 415.936 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.43252e-07 0.00624814 -0.00207968 || 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.00855239 0.00172269 || 0.051031 27991 29343 || 28921.7 28674.4 || 23.8144 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.43252e-07 -0.0211584 0.00143114 || 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.0105588 0.0496521 || 0.051031 28046 29328 || 28980.4 28674.4 || 686.391 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.43252e-07 -0.0280052 0.00802067 || 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.0184465 -0.0102683 || 0.051031 28010 29307 || 29213.3 28674.4 || -141.948 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.43252e-07 0.0087505 -0.0013795 || 0.051031 1e+64 -1e+64
31: Test Scalar=half
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 0.000245861 -0.99999 -48247.9 || 0.051031 0 195020 || 2.9286e+09 28674.4 || -6.66979e+08 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 0.000736475 -0.324176 0.172848 || 0.051031 1e+64 -1e+64
31: Test Scalar=bhalf
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 0.00195783 -0.999999 -57857.8 || 0.051031 0 1.55149e+06 || 2.86902e+10 28674.4 || -7.99826e+08 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 0.00588414 -0.967951 10.4183 || 0.051031 1e+64 -1e+64
31: Test Scalar=float
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 6.73523e-07 -0.00882088 0.000520779 || 0.051031 28090 29400 || 28929.6 28674.4 || 7.19925 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 7.34064e-07 0.0267599 -0.00165253 || 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.00766644 0.0156204 || 0.051031 28013 29303 || 28456.2 28674.4 || 215.936 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.43252e-07 0.00786713 0.000492704 || 0.051031 1e+64 -1e+64
31: [       OK ] cuda.Random_XorShift64 (320 ms)
31: [ RUN      ] cuda.Random_XorShift1024_0
31: Test Seed:1714092456918564644
31: Test Scalar=int
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 2.47955e-07 -0.0102091 -0.00879779 || 0.051031 10961 11843 || 11494.3 11377 || -121.621 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 -0.00144328 0.00278244 || 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.00895758 0.00374613 || 0.051031 10970 11786 || 11276 11377 || 51.7865 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 -0.0113488 -0.000867413 || 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.000775344 -0.00152118 || 0.051031 10973 11830 || 11368.1 11377 || -21.0288 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 0.0062374 0.00102869 || 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.00218581 -0.0113253 || 0.051031 10909 11795 || 11352.1 11377 || -156.56 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 0.00685995 -0.00272171 || 0.051031 1e+64 -1e+64
31: Test Scalar=half
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 0.000242266 -0.999975 -7594.18 || 0.051031 0 77657 || 4.61019e+08 11377 || -1.04982e+08 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 0.000726445 -0.14544 0.0228571 || 0.051031 1e+64 -1e+64
31: Test Scalar=bhalf
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 0.00195389 -0.999997 -9107.74 || 0.051031 0 616301 || 4.51619e+09 11377 || -1.25905e+08 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 0.00587249 -0.922764 1.64488 || 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.00601728 0.0014875 || 0.051031 10957 11781 || 11308.9 11377 || 20.5632 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 3.43323e-07 0.00383554 -0.00308938 || 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.0228347 0.00213439 || 0.051031 10870 11764 || 11642.8 11377 || 29.5058 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 -0.00457493 -0.00388283 || 0.051031 1e+64 -1e+64
31: Test Seed:1714092457214358814
31: Test Scalar=int
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 2.47955e-07 -0.0043131 -0.00925605 || 0.051031 10968 11773 || 11426.2 11377 || -127.956 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 0.0155212 0.00033622 || 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.00151824 0.00102892 || 0.051031 10952 11781 || 11394.3 11377 || 14.2238 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 0.0102871 -0.000461878 || 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.0036634 -0.00527388 || 0.051031 10945 11786 || 11418.8 11377 || -72.9062 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 -4.25534e-06 -0.00147793 || 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.00757247 -0.00827344 || 0.051031 10979 11867 || 11291.5 11377 || -114.372 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 -0.0179539 -0.00544973 || 0.051031 1e+64 -1e+64
31: Test Scalar=half
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 0.000244149 -0.999975 -7594.98 || 0.051031 0 77589 || 4.61001e+08 11377 || -1.04993e+08 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 0.000732061 -0.127312 0.020239 || 0.051031 1e+64 -1e+64
31: Test Scalar=bhalf
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 0.00195698 -0.999997 -9107.84 || 0.051031 0 616207 || 4.51627e+09 11377 || -1.25907e+08 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 0.00588219 -0.92281 1.61035 || 0.051031 1e+64 -1e+64
31: Test Scalar=float
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 2.73387e-07 0.00567629 0.00325867 || 0.051031 10929 11764 || 11312.7 11377 || 45.0478 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 3.24249e-07 -0.0125111 0.000194728 || 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.0379515 -0.0166973 || 0.051031 10958 11805 || 11825.8 11377 || -230.823 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 0.0044026 -0.00160667 || 0.051031 1e+64 -1e+64
31: [       OK ] cuda.Random_XorShift1024_0 (831 ms)
31: [ RUN      ] cuda.Multi_streams
31: [       OK ] cuda.Multi_streams (4677 ms)
31: [----------] 3 tests from cuda (5830 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 3 tests from 1 test suite ran. (5830 ms total)
31: [  PASSED  ] 3 tests.
31/50 Test #31: Kokkos_UnitTest_Random ...........................   Passed    8.61 sec
test 32
      Start 32: Kokkos_AlgorithmsUnitTest_StdSet_A

32: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
32: Test timeout computed to be: 1500
32: [==========] Running 15 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: [----------] 11 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.constructiblity
32: [       OK ] random_access_iterator_test.constructiblity (0 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: [----------] 11 tests from random_access_iterator_test (8 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 15 tests from 3 test suites ran. (9 ms total)
32: [  PASSED  ] 15 tests.
32/50 Test #32: Kokkos_AlgorithmsUnitTest_StdSet_A ...............   Passed    2.50 sec
test 33
      Start 33: Kokkos_AlgorithmsUnitTest_StdSet_B

33: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (11 ms)
33: [----------] 7 tests from std_algorithms_min_max_element_test (45 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.51 sec
test 34
      Start 34: Kokkos_AlgorithmsUnitTest_StdSet_C

34: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (646 ms)
34: [----------] 1 test from std_algorithms_lexicographical_compare_test (646 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 (1017 ms)
34: [----------] 1 test from std_algorithms_for_each_test (1017 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 (376 ms)
34: [----------] 1 test from std_algorithms_find_test (376 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 (1240 ms)
34: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
34: [       OK ] std_algorithms_non_mod_seq_ops.find_end (3331 ms)
34: [ RUN      ] std_algorithms_non_mod_seq_ops.search
34: [       OK ] std_algorithms_non_mod_seq_ops.search (1820 ms)
34: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
34: [       OK ] std_algorithms_non_mod_seq_ops.search_n (1481 ms)
34: [----------] 4 tests from std_algorithms_non_mod_seq_ops (7873 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 (405 ms)
34: [----------] 1 test from std_algorithms_count_test (405 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 (412 ms)
34: [----------] 1 test from std_algorithms_all_any_none_of_test (412 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 (350 ms)
34: [----------] 1 test from std_algorithms_nonmod_seq_ops (350 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 (586 ms)
34: [----------] 1 test from std_algorithms_mismatch_test (586 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 (128 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 13 tests from 10 test suites ran. (11815 ms total)
34: [  PASSED  ] 13 tests.
34/50 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_C ...............   Passed   14.37 sec
test 35
      Start 35: Kokkos_AlgorithmsUnitTest_StdSet_D

35: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (4 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 (5 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 (170 ms)
35: [ RUN      ] std_algorithms_replace_ops_test.replace_if
35: [       OK ] std_algorithms_replace_ops_test.replace_if (642 ms)
35: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
35: [       OK ] std_algorithms_replace_ops_test.replace_copy (311 ms)
35: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
35: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (310 ms)
35: [----------] 4 tests from std_algorithms_replace_ops_test (1435 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 (1068 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
35: [       OK ] std_algorithms_mod_seq_ops.unique_copy (425 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 (231 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
35: [       OK ] std_algorithms_mod_seq_ops.remove_copy (489 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
35: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (221 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops.rotate
35: [       OK ] std_algorithms_mod_seq_ops.rotate (3497 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
35: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (1993 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
35: [       OK ] std_algorithms_mod_seq_ops.shift_left (3346 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
35: [       OK ] std_algorithms_mod_seq_ops.shift_right (3453 ms)
35: [----------] 11 tests from std_algorithms_mod_seq_ops (15133 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 (237 ms)
35: [----------] 1 test from std_algorithms_modseq_test (237 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 31 tests from 5 test suites ran. (16815 ms total)
35: [  PASSED  ] 31 tests.
35/50 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_D ...............   Passed   19.44 sec
test 36
      Start 36: Kokkos_AlgorithmsUnitTest_StdSet_E

36: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (20 ms)
36: [----------] 2 tests from std_algorithms_sorting_ops_test (45 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 (3 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 (533 ms)
36: [----------] 1 test from std_algorithms_numerics_ops_test (533 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 (1797 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 (1191 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 (540 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 (704 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 (4234 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 (173 ms)
36: [----------] 1 test from std_algorithms_transform_ops_test (173 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 29 tests from 7 test suites ran. (5029 ms total)
36: [  PASSED  ] 29 tests.
36/50 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_E ...............   Passed    7.64 sec
test 37
      Start 37: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

37: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (1499 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 (1483 ms)
37: [----------] 2 tests from std_algorithms_adjacent_find_team_test (2983 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 (2024 ms)
37: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
37: [       OK ] std_algorithms_count_team_test.count_returns_zero (707 ms)
37: [----------] 2 tests from std_algorithms_count_team_test (2732 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 (1093 ms)
37: [----------] 1 test from std_algorithms_count_if_team_test (1093 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 (2251 ms)
37: [----------] 1 test from std_algorithms_for_each_team_test (2251 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 (2640 ms)
37: [----------] 1 test from std_algorithms_for_each_n_team_test (2640 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 (10290 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 (5887 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 (5893 ms)
37: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (22070 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 (6458 ms)
37: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
37: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (2766 ms)
37: [----------] 2 tests from std_algorithms_mismatch_team_test (9225 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 12 tests from 7 test suites ran. (42998 ms total)
37: [  PASSED  ] 12 tests.
37/50 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ..........   Passed   46.07 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

38: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (5452 ms)
38: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
38: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (4180 ms)
38: [----------] 2 tests from std_algorithms_equal_team_test (9633 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 (2535 ms)
38: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
38: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (3525 ms)
38: [----------] 2 tests from std_algorithms_search_team_test (6060 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 (6444 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 (6295 ms)
38: [----------] 2 tests from std_algorithms_find_end_team_test (12740 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 (6498 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 (28337 ms)
38: [----------] 2 tests from std_algorithms_find_first_of_team_test (34835 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 8 tests from 4 test suites ran. (63270 ms total)
38: [  PASSED  ] 8 tests.
38/50 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ..........   Passed   66.17 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

39: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (921 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 (1558 ms)
39: [----------] 2 tests from std_algorithms_find_team_test (2479 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 (722 ms)
39: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
39: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (1567 ms)
39: [----------] 2 tests from std_algorithms_find_if_team_test (2290 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 (1583 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 (718 ms)
39: [----------] 2 tests from std_algorithms_find_if_not_team_test (2301 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 (1581 ms)
39: [----------] 1 test from std_algorithms_all_of_team_test (1581 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 (713 ms)
39: [----------] 1 test from std_algorithms_any_of_team_test (713 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 (1567 ms)
39: [----------] 1 test from std_algorithms_none_of_team_test (1567 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 (757 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 (889 ms)
39: [----------] 2 tests from std_algorithms_search_n_team_test (1646 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 11 tests from 7 test suites ran. (12581 ms total)
39: [  PASSED  ] 11 tests.
39/50 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ..........   Passed   15.12 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

40: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (5418 ms)
40: [----------] 1 test from std_algorithms_min_element_team_test (5418 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 (5391 ms)
40: [----------] 1 test from std_algorithms_max_element_team_test (5391 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 (6961 ms)
40: [----------] 1 test from std_algorithms_minmax_element_team_test (6961 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 3 tests from 3 test suites ran. (17771 ms total)
40: [  PASSED  ] 3 tests.
40/50 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ..........   Passed   20.25 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

41: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (1524 ms)
41: [----------] 1 test from std_algorithms_fill_team_test (1524 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 (577 ms)
41: [----------] 1 test from std_algorithms_fill_n_team_test (577 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 (2729 ms)
41: [----------] 1 test from std_algorithms_replace_team_test (2729 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 (3772 ms)
41: [----------] 1 test from std_algorithms_replace_if_team_test (3772 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 (4743 ms)
41: [----------] 1 test from std_algorithms_replace_copy_team_test (4743 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 (3853 ms)
41: [----------] 1 test from std_algorithms_replace_copy_if_team_test (3853 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 6 tests from 6 test suites ran. (17202 ms total)
41: [  PASSED  ] 6 tests.
41/50 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ..........   Passed   19.70 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

42: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (1761 ms)
42: [----------] 1 test from std_algorithms_reverse_team_test (1761 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 (1836 ms)
42: [----------] 1 test from std_algorithms_reverse_copy_team_test (1836 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 (2588 ms)
42: [----------] 1 test from std_algorithms_rotate_team_test (2588 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 (2245 ms)
42: [----------] 1 test from std_algorithms_rotate_copy_team_test (2245 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 4 tests from 4 test suites ran. (8431 ms total)
42: [  PASSED  ] 4 tests.
42/50 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ..........   Passed   10.91 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

43: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (3988 ms)
43: [----------] 1 test from std_algorithms_move_team_test (3988 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 (2381 ms)
43: [----------] 1 test from std_algorithms_move_backward_team_test (2381 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 (8052 ms)
43: [----------] 1 test from std_algorithms_shift_left_team_test (8052 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 (7671 ms)
43: [----------] 1 test from std_algorithms_shift_right_team_test (7671 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 4 tests from 4 test suites ran. (22093 ms total)
43: [  PASSED  ] 4 tests.
43/50 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ..........   Passed   24.58 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

44: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (5057 ms)
44: [----------] 1 test from std_algorithms_copy_team_test (5057 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 (656 ms)
44: [----------] 1 test from std_algorithms_copy_n_team_test (656 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 (2380 ms)
44: [----------] 1 test from std_algorithms_copy_backward_team_test (2380 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 (3354 ms)
44: [----------] 1 test from std_algorithms_copy_if_team_test (3354 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 (5672 ms)
44: [----------] 1 test from std_algorithms_unique_copy_team_test (5672 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 (3401 ms)
44: [----------] 1 test from std_algorithms_remove_team_test (3401 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 (2635 ms)
44: [----------] 1 test from std_algorithms_remove_if_team_test (2635 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 (3979 ms)
44: [----------] 1 test from std_algorithms_remove_copy_team_test (3979 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 (3874 ms)
44: [----------] 1 test from std_algorithms_remove_copy_if_team_test (3875 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 9 tests from 9 test suites ran. (31013 ms total)
44: [  PASSED  ] 9 tests.
44/50 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ..........   Passed   33.99 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

45: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (5800 ms)
45: [----------] 1 test from std_algorithms_unique_team_test (5800 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 (6670 ms)
45: [----------] 1 test from std_algorithms_adjacent_difference_team_test (6671 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 (3275 ms)
45: [----------] 1 test from std_algorithms_reduce_team_test (3275 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 (5978 ms)
45: [----------] 1 test from std_algorithms_transform_reduce_team_test (5978 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 4 tests from 4 test suites ran. (21725 ms total)
45: [  PASSED  ] 4 tests.
45/50 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ..........   Passed   24.23 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

46: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (3060 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 (5788 ms)
46: [----------] 2 tests from std_algorithms_is_sorted_team_test (8849 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 (21 ms)
46: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
46: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (26 ms)
46: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
46: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (5703 ms)
46: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
46: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (4188 ms)
46: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (9940 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 (2032 ms)
46: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
46: [       OK ] std_algorithms_is_partitioned_team_test.all_false (2017 ms)
46: [ RUN      ] std_algorithms_is_partitioned_team_test.random
46: [       OK ] std_algorithms_is_partitioned_team_test.random (1799 ms)
46: [----------] 4 tests from std_algorithms_is_partitioned_team_test (5860 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 (18 ms)
46: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
46: [       OK ] std_algorithms_partition_copy_team_test.all_true (4659 ms)
46: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
46: [       OK ] std_algorithms_partition_copy_team_test.all_false (4652 ms)
46: [ RUN      ] std_algorithms_partition_copy_team_test.random
46: [       OK ] std_algorithms_partition_copy_team_test.random (4395 ms)
46: [----------] 4 tests from std_algorithms_partition_copy_team_test (13726 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 (1447 ms)
46: [ RUN      ] std_algorithms_partition_point_team_test.all_false
46: [       OK ] std_algorithms_partition_point_team_test.all_false (1446 ms)
46: [ RUN      ] std_algorithms_partition_point_team_test.random
46: [       OK ] std_algorithms_partition_point_team_test.random (1215 ms)
46: [----------] 4 tests from std_algorithms_partition_point_team_test (4121 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 18 tests from 5 test suites ran. (42496 ms total)
46: [  PASSED  ] 18 tests.
46/50 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ..........   Passed   45.67 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

47: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (5527 ms)
47: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
47: [       OK ] std_algorithms_transform_team_test.test_binary_op (4136 ms)
47: [----------] 2 tests from std_algorithms_transform_team_test (9664 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 (12879 ms)
47: [----------] 1 test from std_algorithms_generate_team_test (12879 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 (5177 ms)
47: [----------] 1 test from std_algorithms_swap_ranges_team_test (5177 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 5 tests from 4 test suites ran. (28338 ms total)
47: [  PASSED  ] 5 tests.
47/50 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ..........   Passed   30.89 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

48: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (15130 ms)
48: [----------] 1 test from std_algorithms_exclusive_scan_team_test (15130 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 (7773 ms)
48: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (7773 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 2 tests from 2 test suites ran. (22903 ms total)
48: [  PASSED  ] 2 tests.
48/50 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ..........   Passed   25.43 sec
test 49
      Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

49: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (23927 ms)
49: [----------] 1 test from std_algorithms_inclusive_scan_team_test (23927 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 (16179 ms)
49: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (16179 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 2 tests from 2 test suites ran. (40107 ms total)
49: [  PASSED  ] 2 tests.
49/50 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ..........   Passed   42.77 sec
test 50
      Start 50: Kokkos_UnitTest_SIMD

50: Test command: /var/jenkins/workspace/Kokkos_PR-5993/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 (5 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.49 sec

100% tests passed, 0 tests failed out of 50

Total Test time (real) = 2300.81 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-5993/example/build_cmake_in_tree/build
+ make -j8
Scanning dependencies of target AlwaysCheckGit
Scanning dependencies of target kokkossimd
[  3%] Building CXX object kokkos/simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o
[  3%] Built target AlwaysCheckGit
Scanning dependencies of target impl_git_version
[ 11%] Linking CXX static library libkokkossimd.a
[ 11%] Building CXX object kokkos/CMakeFiles/impl_git_version.dir/example/build_cmake_in_tree/build/generated/Kokkos_Version_Info.cpp.o
[ 11%] Built target kokkossimd
[ 15%] Linking CXX static library libimpl_git_version.a
[ 15%] Built target impl_git_version
Scanning dependencies of target kokkoscore
[ 19%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[ 26%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[ 26%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[ 30%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[ 34%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
[ 38%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[ 46%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[ 46%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[ 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
In file included from /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostThreadTeam.hpp:21,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostThreadTeam.cpp:23:
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:454:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  454 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:454:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:460:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  460 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:460:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:466:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  466 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:466:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:472:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  472 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:472:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:478:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  478 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:478:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:484:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  484 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:484:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
In file included from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_MinMax.hpp:21,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_View.hpp:42,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Parallel.hpp:31,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_MemoryPool.hpp:26,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_TaskScheduler.hpp:34,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial.hpp:37,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/decl/Kokkos_Declare_SERIAL.hpp:21,
                 from /var/jenkins/workspace/Kokkos_PR-5993/example/build_cmake_in_tree/build/kokkos/KokkosCore_Config_DeclareBackend.hpp:22,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Core.hpp:45,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_ExecPolicy.cpp:21:
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:454:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  454 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:454:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:460:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  460 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:460:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:466:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  466 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:466:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:472:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  472 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:472:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:478:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  478 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:478:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:484:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  484 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:484:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
In file included from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_MinMax.hpp:21,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_View.hpp:42,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Parallel.hpp:31,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_MemoryPool.hpp:26,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_TaskScheduler.hpp:34,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial.hpp:37,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/decl/Kokkos_Declare_SERIAL.hpp:21,
                 from /var/jenkins/workspace/Kokkos_PR-5993/example/build_cmake_in_tree/build/kokkos/KokkosCore_Config_DeclareBackend.hpp:22,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Core.hpp:45,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Error.cpp:28:
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:454:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  454 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:454:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:460:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  460 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:460:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:466:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  466 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:466:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:472:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  472 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:472:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:478:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  478 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:478:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:484:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  484 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:484:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
In file included from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_MinMax.hpp:21,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_View.hpp:42,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Parallel.hpp:31,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_MemoryPool.hpp:26,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_TaskScheduler.hpp:34,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial.hpp:37,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/decl/Kokkos_Declare_SERIAL.hpp:21,
                 from /var/jenkins/workspace/Kokkos_PR-5993/example/build_cmake_in_tree/build/kokkos/KokkosCore_Config_DeclareBackend.hpp:22,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Core.hpp:45,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Core.cpp:21:
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:454:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  454 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:454:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:460:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  460 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:460:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:466:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  466 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:466:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:472:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  472 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:472:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:478:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  478 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:478:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:484:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  484 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:484:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
[ 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
In file included from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_MinMax.hpp:21,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_View.hpp:42,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Parallel.hpp:31,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_MemoryPool.hpp:26,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_TaskScheduler.hpp:34,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial.hpp:37,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/decl/Kokkos_Declare_SERIAL.hpp:21,
                 from /var/jenkins/workspace/Kokkos_PR-5993/example/build_cmake_in_tree/build/kokkos/KokkosCore_Config_DeclareBackend.hpp:22,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Core.hpp:45,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostSpace_deepcopy.cpp:21:
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:454:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  454 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:454:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:460:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  460 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:460:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:466:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  466 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:466:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:472:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  472 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:472:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:478:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  478 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:478:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:484:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  484 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:484:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
[ 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
In file included from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_MinMax.hpp:21,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_View.hpp:42,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Parallel.hpp:31,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_MemoryPool.hpp:26,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_TaskScheduler.hpp:34,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial.hpp:37,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/decl/Kokkos_Declare_SERIAL.hpp:21,
                 from /var/jenkins/workspace/Kokkos_PR-5993/example/build_cmake_in_tree/build/kokkos/KokkosCore_Config_DeclareBackend.hpp:22,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Core.hpp:45,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_SharedAlloc.cpp:21:
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:454:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  454 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:454:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:460:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  460 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:460:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:466:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  466 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:466:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:472:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  472 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:472:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:478:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  478 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:478:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:484:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  484 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:484:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
In file included from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_MinMax.hpp:21,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_View.hpp:42,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Parallel.hpp:31,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_MemoryPool.hpp:26,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_TaskScheduler.hpp:34,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial.hpp:37,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/decl/Kokkos_Declare_SERIAL.hpp:21,
                 from /var/jenkins/workspace/Kokkos_PR-5993/example/build_cmake_in_tree/build/kokkos/KokkosCore_Config_DeclareBackend.hpp:22,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Core.hpp:45,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_hwloc.cpp:28:
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:454:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  454 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:454:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:460:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  460 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:460:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:466:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  466 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:466:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:472:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  472 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:472:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:478:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  478 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:478:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:484:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  484 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:484:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
In file included from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_MinMax.hpp:21,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_View.hpp:42,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Parallel.hpp:31,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_MemoryPool.hpp:26,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_TaskScheduler.hpp:34,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial.hpp:37,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/decl/Kokkos_Declare_SERIAL.hpp:21,
                 from /var/jenkins/workspace/Kokkos_PR-5993/example/build_cmake_in_tree/build/kokkos/KokkosCore_Config_DeclareBackend.hpp:22,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Core.hpp:45,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial.cpp:21:
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:454:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  454 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:454:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:460:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  460 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:460:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:466:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  466 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:466:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:472:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  472 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:472:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:478:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  478 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:478:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:484:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  484 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:484:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
In file included from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_MinMax.hpp:21,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_View.hpp:42,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Parallel.hpp:31,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_MemoryPool.hpp:26,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_TaskScheduler.hpp:34,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial.hpp:37,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/decl/Kokkos_Declare_SERIAL.hpp:21,
                 from /var/jenkins/workspace/Kokkos_PR-5993/example/build_cmake_in_tree/build/kokkos/KokkosCore_Config_DeclareBackend.hpp:22,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Core.hpp:45,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial_Task.cpp:24:
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:454:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  454 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:454:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:460:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  460 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:460:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:466:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  466 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:466:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:472:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  472 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:472:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:478:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  478 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:478:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:484:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  484 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:484:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
[ 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
In file included from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_MinMax.hpp:21,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_View.hpp:42,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Parallel.hpp:31,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_MemoryPool.hpp:26,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_TaskScheduler.hpp:34,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial.hpp:37,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/decl/Kokkos_Declare_SERIAL.hpp:21,
                 from /var/jenkins/workspace/Kokkos_PR-5993/example/build_cmake_in_tree/build/kokkos/KokkosCore_Config_DeclareBackend.hpp:22,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Core.hpp:45,
                 from /var/jenkins/workspace/Kokkos_PR-5993/containers/src/Kokkos_UnorderedMap.hpp:30,
                 from /var/jenkins/workspace/Kokkos_PR-5993/containers/src/impl/Kokkos_UnorderedMap_impl.cpp:21:
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:454:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  454 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:454:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:460:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  460 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:460:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:466:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  466 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:466:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:472:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  472 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:472:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:478:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  478 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:478:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:484:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  484 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:484:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
[ 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
In file included from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_MinMax.hpp:21,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_View.hpp:42,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Parallel.hpp:31,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_MemoryPool.hpp:26,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_TaskScheduler.hpp:34,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial.hpp:37,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/decl/Kokkos_Declare_SERIAL.hpp:21,
                 from /var/jenkins/workspace/Kokkos_PR-5993/example/build_cmake_in_tree/build/kokkos/KokkosCore_Config_DeclareBackend.hpp:22,
                 from /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Core.hpp:45,
                 from /var/jenkins/workspace/Kokkos_PR-5993/example/build_cmake_in_tree/cmake_example.cpp:17:
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:454:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  454 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:454:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:460:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  460 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:460:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:466:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  466 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:466:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:472:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  472 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:472:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:478:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  478 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:478:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:484:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
  484 |     const pair<T1, void>& lhs, const pair<T1, void>& rhs) {
      |                                                         ^
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Pair.hpp:484:57: warning: 'pair' is deprecated [-Wdeprecated-declarations]
[100%] Linking CXX executable example
[100%] Built target example
+ ctest --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-5993/example/build_cmake_in_tree/build/DartConfiguration.tcl
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-5993/example/build_cmake_in_tree/build/DartConfiguration.tcl
Test project /var/jenkins/workspace/Kokkos_PR-5993/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-5993/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.000015
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                       Thu Apr 25 23:04:32 2024
stats zeroed                        Thu Apr 25 21:46:12 2024
cache hit (direct)                    54
cache hit (preprocessed)               1
cache miss                           684
cache hit rate                      7.44 %
compiler produced stdout               1
cache file missing                     1
cleanups performed                    64
files in cache                      2964
cache size                           4.3 GB
max cache size                       5.0 GB
[Pipeline] }
$ docker stop --time=1 bf0c929a6d2caebba3a0a504437bc3bbff188ca07f05b41eceb515bdf55b64f9
$ docker rm -f --volumes bf0c929a6d2caebba3a0a504437bc3bbff188ca07f05b41eceb515bdf55b64f9
[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 1

GitHub has been notified of this commit’s build result

Finished: FAILURE