Skip to content
Failed

Console Output

Pull request #5993 updated
10:19:40 Connecting to https://api.github.com using 476720/******
Obtained .jenkins from 1dcdc404d0772e1faacd462ace7995290ccf17fd+d02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a (ea6017a5d2221d78e319c5929f2066e59a7267fe)
[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
 > 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
Merging remotes/origin/develop commit d02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a into PR head commit 1dcdc404d0772e1faacd462ace7995290ccf17fd
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1dcdc404d0772e1faacd462ace7995290ccf17fd # timeout=10
Merge succeeded, producing af5e2fd813a9f355b416702dbdb0d5a0471f561c
Checking out Revision af5e2fd813a9f355b416702dbdb0d5a0471f561c (PR-5993)
Commit message: "Merge commit 'd02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a' into HEAD"
First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge d02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f af5e2fd813a9f355b416702dbdb0d5a0471f561c # timeout=10
 > git rev-list --no-walk a91c6292a2137e3fa9481cb8455ee29c913f513c # timeout=10
+ docker build -t 2e4e46f74eea7bf4c7a24b6eac73d4409256cce2 -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.53kB

Step 1/3 : FROM ubuntu:24.04@sha256:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd9058fc436217b30
 ---> 35a88802559d
Step 2/3 : RUN apt-get update && apt-get install -y         bc         git         build-essential         clang-format-16         wget         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 763bba6f062b
Step 3/3 : ENV CLANG_FORMAT_EXE=clang-format-16
 ---> Using cache
 ---> daad2c7eda65
Successfully built daad2c7eda65
Successfully tagged 2e4e46f74eea7bf4c7a24b6eac73d4409256cce2:latest
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . 2e4e46f74eea7bf4c7a24b6eac73d4409256cce2
.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] withDockerContainer
fetnat05 seems to be running inside container fca5a19704c9a272f59fa006ac1affd87924afe59bce2e1a06a2141435ae2ded
$ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache -w /var/jenkins/workspace/Kokkos_PR-5993 --volumes-from fca5a19704c9a272f59fa006ac1affd87924afe59bce2e1a06a2141435ae2ded -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 2e4e46f74eea7bf4c7a24b6eac73d4409256cce2 cat
$ docker top ba73cf56e456a8d1041a3968e5b66ed6a7efef06694ce16528f5f87733c7caef -eo pid,comm
[Pipeline] {
[Pipeline] sh
+ ./scripts/docker/check_format_cpp.sh
xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value
[Pipeline] }
$ docker stop --time=1 ba73cf56e456a8d1041a3968e5b66ed6a7efef06694ce16528f5f87733c7caef
$ docker rm -f --volumes ba73cf56e456a8d1041a3968e5b66ed6a7efef06694ce16528f5f87733c7caef
[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-AS-HOST-COMPILER)
[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-AS-HOST-COMPILER)
[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
Running on fetnat03 in /var/jenkins/workspace/Kokkos_PR-5993
[Pipeline] node
Running on fetnat07 in /var/jenkins/workspace/Kokkos_PR-5993
[Pipeline] node
Running on waffle03 in /var/jenkins/workspace/Kokkos_PR-5993
[Pipeline] node
Running on lascaux05 in /var/jenkins/workspace/Kokkos_PR-5993
[Pipeline] node
Running on padirac11 in /var/jenkins/workspace/Kokkos_PR-5993
[Pipeline] node
Running on fetnat05 in /var/jenkins/workspace/Kokkos_PR-5993
[Pipeline] node
Running on fetnat08 in /var/jenkins/workspace/Kokkos_PR-5993
[Pipeline] node
Running on fetnat06 in /var/jenkins/workspace/Kokkos_PR-5993
[Pipeline] node
Running on fetnat09 in /var/jenkins/workspace/Kokkos_PR-5993
[Pipeline] node
Running on waffle02 in /var/jenkins/workspace/Kokkos_PR-5993
[Pipeline] node
Running on CpuNode6 in /var/jenkins/workspace/Kokkos_PR-5993
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] checkout
[Pipeline] checkout
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
using credential Jenkins ORNL
[Pipeline] checkout
using credential Jenkins ORNL
[Pipeline] checkout
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
using credential Jenkins ORNL
[Pipeline] checkout
using credential Jenkins ORNL
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
Fetching changes from the remote Git repository
using credential Jenkins ORNL
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
Fetching without tags
Fetching changes from the remote Git repository
using credential Jenkins ORNL
[Pipeline] checkout
Fetching without tags
Fetching changes from the remote Git repository
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
[Pipeline] checkout
using credential Jenkins ORNL
Fetching without tags
Fetching changes from the remote Git repository
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
Fetching changes from the remote Git repository
using credential Jenkins ORNL
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
Fetching changes from the remote Git repository
[Pipeline] checkout
using credential Jenkins ORNL
Fetching without tags
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
Fetching without tags
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential Jenkins ORNL
using credential Jenkins ORNL
Fetching without tags
Fetching changes from the remote Git repository
Fetching without tags
Fetching changes from the remote Git repository
Fetching changes from the remote Git repository
Fetching changes from the remote Git repository
Fetching without tags
Fetching without tags
Fetching changes from the remote Git repository
Fetching without tags
Fetching without tags
Merging remotes/origin/develop commit d02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a into PR head commit 1dcdc404d0772e1faacd462ace7995290ccf17fd
 > 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
Merging remotes/origin/develop commit d02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a into PR head commit 1dcdc404d0772e1faacd462ace7995290ccf17fd
Merge succeeded, producing 7fee597a6801aa60a34d30b2de1e3f602b620a9a
Checking out Revision 7fee597a6801aa60a34d30b2de1e3f602b620a9a (PR-5993)
Commit message: "Merge commit 'd02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a' into HEAD"
First time build. Skipping changelog.
Merging remotes/origin/develop commit d02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a into PR head commit 1dcdc404d0772e1faacd462ace7995290ccf17fd
Merge succeeded, producing 7fee597a6801aa60a34d30b2de1e3f602b620a9a
Checking out Revision 7fee597a6801aa60a34d30b2de1e3f602b620a9a (PR-5993)
Merging remotes/origin/develop commit d02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a into PR head commit 1dcdc404d0772e1faacd462ace7995290ccf17fd
Commit message: "Merge commit 'd02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a' into HEAD"
Merge succeeded, producing 7fee597a6801aa60a34d30b2de1e3f602b620a9a
Checking out Revision 7fee597a6801aa60a34d30b2de1e3f602b620a9a (PR-5993)
Merge succeeded, producing 62d2f8eb4c35a345b0250c1f9830a03e2c90118a
Checking out Revision 62d2f8eb4c35a345b0250c1f9830a03e2c90118a (PR-5993)
Commit message: "Merge commit 'd02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a' into HEAD"
First time build. Skipping changelog.
Commit message: "Merge commit 'd02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a' into HEAD"
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[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 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.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 1dcdc404d0772e1faacd462ace7995290ccf17fd # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge d02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7fee597a6801aa60a34d30b2de1e3f602b620a9a # timeout=10
 > git rev-list --no-walk a91c6292a2137e3fa9481cb8455ee29c913f513c # 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 1dcdc404d0772e1faacd462ace7995290ccf17fd # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge d02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 62d2f8eb4c35a345b0250c1f9830a03e2c90118a # timeout=10
 > git rev-list --no-walk a91c6292a2137e3fa9481cb8455ee29c913f513c # 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.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 1dcdc404d0772e1faacd462ace7995290ccf17fd # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge d02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7fee597a6801aa60a34d30b2de1e3f602b620a9a # 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.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.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.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.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.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 1dcdc404d0772e1faacd462ace7995290ccf17fd # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge d02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7fee597a6801aa60a34d30b2de1e3f602b620a9a # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
+ docker build -t 6173b2cbbb115a46281c476c9d27ad0a82ce64a6 --build-arg BASE=rocm/dev-ubuntu-20.04:5.2-complete@sha256:4030c8af0c06c286174758523dabe4b3850bf72d4a8c1ef275d3ec69aa475f65 -f scripts/docker/Dockerfile.hipcc scripts/docker
#1 [internal] load build definition from Dockerfile.hipcc
#1 sha256:ed2ca5c8bb969105491689ca0c3c94c9861ac815797c9edac5689eb68f579164
#1 transferring dockerfile: 1.46kB done
#1 DONE 0.0s

#2 [internal] load metadata for docker.io/rocm/dev-ubuntu-20.04:5.2-complete@sha256:4030c8af0c06c286174758523dabe4b3850bf72d4a8c1ef275d3ec69aa475f65
#2 sha256:e7a1874c4d7bf86f6b0cbfe00c15efbe4abe0b9cc5ea83b418243fbe41f02f6a
[Pipeline] sh
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
+ docker build -t 4db201cea0a4edb1ed14810bb4b35e6166e3ee0b -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.53kB

Step 1/14 : ARG BASE=nvcr.io/nvidia/cuda:12.3.2-devel-ubuntu22.04@sha256:b3acdfb50afe62e6c367eba59ecf2d1768f9f174a62e005d282f843779721cb0
Step 2/14 : FROM $BASE
 ---> da3144977a75
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
 ---> 3463b2ef01b1
Step 4/14 : ARG NPROC=8
 ---> Using cache
 ---> 7342b92d2400
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
 ---> 0cf1c420b590
Step 6/14 : ARG CMAKE_VERSION=3.27.7
 ---> Using cache
 ---> 9486ad3c37b7
Step 7/14 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> fbcf7bf182e7
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
 ---> 151e4e4d404c
Step 9/14 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> 5732ec8afefe
Step 10/14 : ARG LLVM_VERSION=llvmorg-17.0.3
 ---> Using cache
 ---> a1159604f697
Step 11/14 : ENV LLVM_DIR=/opt/llvm
 ---> Using cache
 ---> 1af75310ae04
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"       -DLLVM_TARGETS_TO_BUILD="X86;NVPTX"       -DLIBOMPTARGET_DEVICE_ARCHITECTURES=sm_70     ../llvm &&     make -j${NPROC} &&     make install &&     rm -rf ${SCRATCH_DIR}
 ---> Using cache
 ---> 6ff46db9dbd6
Step 13/14 : ENV PATH=${LLVM_DIR}/bin:$PATH
 ---> Using cache
 ---> 3d9c1757ce16
Step 14/14 : ENV LD_LIBRARY_PATH=${LLVM_DIR}/lib:$LD_LIBRARY_PATH
 ---> Using cache
 ---> 51c342b9fd42
Successfully built 51c342b9fd42
Successfully tagged 4db201cea0a4edb1ed14810bb4b35e6166e3ee0b:latest
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
#2 DONE 0.4s

#3 [internal] load .dockerignore
#3 sha256:da1b72160da0737d335df6b0d4f047dd3d3099e92a056089dd89b4953a0e544a
#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:aaa786b9fe4ba6b6bd67544cecae71edb2f7b61145a18d6ccacacf5085969c62
#8 exporting layers done
#8 writing image sha256:c660a783e6c45a8e31ff3414e069a1a136e108b1b7f610ebc19bb4dff32d99f1 done
#8 naming to docker.io/library/6173b2cbbb115a46281c476c9d27ad0a82ce64a6:latest done
#8 DONE 0.0s
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
+ docker build -t 2761bc667d023e3fd254b71a97048d9ed89b7d46 --build-arg BASE=rocm/dev-ubuntu-22.04:5.6-complete@sha256:578a310fb1037d9c5e23fded2564f239acf6dc7231ff4742d2e7279fe7cc5c4a -f scripts/docker/Dockerfile.hipcc scripts/docker
#1 [internal] load build definition from Dockerfile.hipcc
#1 sha256:7861b94ff90f5247b21de0a943d37e6e88a172c64b0eb6da5147be0259eaf447
#1 transferring dockerfile: 1.46kB done
#1 DONE 0.0s

#2 [internal] load metadata for docker.io/rocm/dev-ubuntu-22.04:5.6-complete@sha256:578a310fb1037d9c5e23fded2564f239acf6dc7231ff4742d2e7279fe7cc5c4a
#2 sha256:72581a0366da919006dd08fd79121db254b92cc885b10a027d41cecd3416acd1
Merging remotes/origin/develop commit d02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a into PR head commit 1dcdc404d0772e1faacd462ace7995290ccf17fd
[Pipeline] sh
+ docker build -t 9d53bc4c5530cfc03159a3aa6b61f177cfc3ae52 -f scripts/docker/Dockerfile.gcc scripts/docker
#2 [internal] load .dockerignore
#2 sha256:dc914983666e26481cff765ea774c5a5542242b03cf2ff861a315f22a16d5d76
#2 transferring context: 2B done
#2 DONE 0.0s

#1 [internal] load build definition from Dockerfile.gcc
#1 sha256:67e43c05e05ae1956bf131b8db0f0047fa3abcdb07ee4e715bafc9b0a3a82c0d
#1 transferring dockerfile: 1.82kB done
#1 DONE 0.0s

#3 [internal] load metadata for docker.io/library/ubuntu:20.04@sha256:0b897358ff6624825fb50d20ffb605ab0eaea77ced0adb8c6a4b756513dec6fc
#3 sha256:b6204f87a2d8d170821dd5f672f6f21663c153a1f7b9f15036939a2a661bfbe9
+ docker inspect -f . 4db201cea0a4edb1ed14810bb4b35e6166e3ee0b
.
[Pipeline] }
[Pipeline] // withEnv
#2 DONE 0.4s

#3 [internal] load .dockerignore
#3 sha256:8484ab282df7366134dd92182372b85b2c70a73d56f3ccd68aaca18801964dab
#3 transferring context: 2B done
#3 DONE 0.0s

#7 [1/4] FROM docker.io/rocm/dev-ubuntu-22.04:5.6-complete@sha256:578a310fb1037d9c5e23fded2564f239acf6dc7231ff4742d2e7279fe7cc5c4a
#7 sha256:06a448e33f3519441cc5689ffe4c85ca9c68a5a276db6123269f5a2a242aaf26
#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:44c4ea3c5e73520bb5b0d8c056806e30a6ac374aa751b374fd26b0e6695d74b5
#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:66704d4a52cc0f9520444adc3ff95d2f5f1b77884c28eed7b62e0820dd9d0493
#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:fb6aac08e3f2f012243194b820bc0abe25ba144111219a9f4dfced475f93cc12
#4 CACHED

#8 exporting to image
#8 sha256:1d76e2affa0baf1832b37b3e943ad154cfb05204b3d440e0eebbfa5d7d88e879
#8 exporting layers done
#8 writing image sha256:19c842bbb30fa5f693748b21b83448a7fc2e6aeaecb01fffac4ac82a17b46d0d done
#8 naming to docker.io/library/2761bc667d023e3fd254b71a97048d9ed89b7d46:latest done
#8 DONE 0.0s
[Pipeline] withDockerContainer
+ docker inspect -f . 6173b2cbbb115a46281c476c9d27ad0a82ce64a6
.
fetnat05 seems to be running inside container fca5a19704c9a272f59fa006ac1affd87924afe59bce2e1a06a2141435ae2ded
#3 DONE 0.4s

#8 [1/5] FROM docker.io/library/ubuntu:20.04@sha256:0b897358ff6624825fb50d20ffb605ab0eaea77ced0adb8c6a4b756513dec6fc
#8 sha256:11336b4210a3c3aa919fb8cb1869a0f277e13efec40028dadb2a0d4875f369d9
#8 DONE 0.0s

#7 [2/5] RUN apt-get update && apt-get upgrade -y && apt-get install -y     build-essential     wget     git     bc     ccache     &&     apt-get clean && rm -rf /var/lib/apt/lists/*
#7 sha256:0f852447a8e733544890b6aaffb72a3325098256296364c94f302d75c207b4bd
#7 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:4dab7c7d2904f29d65941ba5bf559f25a9b7b29b282dc4b295fa9f8ee313be15
#6 CACHED

#5 [4/5] RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download &&     KEYDUMP_FILE=keydump &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE} &&     wget --quiet ${KEYDUMP_URL}/${KEYDUMP_FILE}.sig &&     gpg --import ${KEYDUMP_FILE} &&     gpg --verify ${KEYDUMP_FILE}.sig ${KEYDUMP_FILE} &&     rm ${KEYDUMP_FILE}*
#5 sha256:d065983265bfb78957921d2b38f26381dea9e798e97e821944f192655e8be4ad
#5 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:3dda534a106ddd1cafad3222a36c4a1eae4809905dd61d9b46597145c3e8530a
#4 CACHED

#9 exporting to image
#9 sha256:526392ccb03e8c2a6b3bbba12736c88ac8408c7333b43a198617e9ea0dc2fec2
#9 exporting layers done
#9 writing image sha256:b64bdd5a2aae6eda48e14d1630a0b5cb66cb60ed3bea86d30ee361fa9577a862 done
#9 naming to docker.io/library/9d53bc4c5530cfc03159a3aa6b61f177cfc3ae52:latest done
#9 DONE 0.0s
$ 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 fca5a19704c9a272f59fa006ac1affd87924afe59bce2e1a06a2141435ae2ded -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 4db201cea0a4edb1ed14810bb4b35e6166e3ee0b cat
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1dcdc404d0772e1faacd462ace7995290ccf17fd # timeout=10
Merging remotes/origin/develop commit d02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a into PR head commit 1dcdc404d0772e1faacd462ace7995290ccf17fd
Merging remotes/origin/develop commit d02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a into PR head commit 1dcdc404d0772e1faacd462ace7995290ccf17fd
Merging remotes/origin/develop commit d02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a into PR head commit 1dcdc404d0772e1faacd462ace7995290ccf17fd
Merging remotes/origin/develop commit d02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a into PR head commit 1dcdc404d0772e1faacd462ace7995290ccf17fd
Merging remotes/origin/develop commit d02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a into PR head commit 1dcdc404d0772e1faacd462ace7995290ccf17fd
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1dcdc404d0772e1faacd462ace7995290ccf17fd # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1dcdc404d0772e1faacd462ace7995290ccf17fd # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge d02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1dcdc404d0772e1faacd462ace7995290ccf17fd # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1dcdc404d0772e1faacd462ace7995290ccf17fd # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1dcdc404d0772e1faacd462ace7995290ccf17fd # timeout=10
Merge succeeded, producing a0def31fe62c6b3aecaa0b5a78b7637b125b6eb4
Checking out Revision a0def31fe62c6b3aecaa0b5a78b7637b125b6eb4 (PR-5993)
Commit message: "Merge commit 'd02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a' into HEAD"
First time build. Skipping changelog.
Merging remotes/origin/develop commit d02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a into PR head commit 1dcdc404d0772e1faacd462ace7995290ccf17fd
Merge succeeded, producing cdfa095aa9a28b788f7271ea5ad1893b602ddc3d
Checking out Revision cdfa095aa9a28b788f7271ea5ad1893b602ddc3d (PR-5993)
Commit message: "Merge commit 'd02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a' into HEAD"
First time build. Skipping changelog.
Merge succeeded, producing cdfa095aa9a28b788f7271ea5ad1893b602ddc3d
Checking out Revision cdfa095aa9a28b788f7271ea5ad1893b602ddc3d (PR-5993)
Merge succeeded, producing cdfa095aa9a28b788f7271ea5ad1893b602ddc3d
Checking out Revision cdfa095aa9a28b788f7271ea5ad1893b602ddc3d (PR-5993)
Commit message: "Merge commit 'd02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a' into HEAD"
Commit message: "Merge commit 'd02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a' into HEAD"
Merge succeeded, producing cdfa095aa9a28b788f7271ea5ad1893b602ddc3d
Checking out Revision cdfa095aa9a28b788f7271ea5ad1893b602ddc3d (PR-5993)
Commit message: "Merge commit 'd02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a' into HEAD"
Merge succeeded, producing cdfa095aa9a28b788f7271ea5ad1893b602ddc3d
Checking out Revision cdfa095aa9a28b788f7271ea5ad1893b602ddc3d (PR-5993)
Commit message: "Merge commit 'd02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a' into HEAD"
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge d02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cdfa095aa9a28b788f7271ea5ad1893b602ddc3d # timeout=10
 > git rev-list --no-walk a91c6292a2137e3fa9481cb8455ee29c913f513c # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge d02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cdfa095aa9a28b788f7271ea5ad1893b602ddc3d # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge d02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cdfa095aa9a28b788f7271ea5ad1893b602ddc3d # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a0def31fe62c6b3aecaa0b5a78b7637b125b6eb4 # timeout=10
 > git rev-list --no-walk a91c6292a2137e3fa9481cb8455ee29c913f513c # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge d02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cdfa095aa9a28b788f7271ea5ad1893b602ddc3d # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials 
 > git merge d02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cdfa095aa9a28b788f7271ea5ad1893b602ddc3d # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1dcdc404d0772e1faacd462ace7995290ccf17fd # timeout=10
Merge succeeded, producing 09cdcb4249183ed5dc40b16d8e5bdb771722d9f0
Checking out Revision 09cdcb4249183ed5dc40b16d8e5bdb771722d9f0 (PR-5993)
Commit message: "Merge commit 'd02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a' 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 d02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 09cdcb4249183ed5dc40b16d8e5bdb771722d9f0 # timeout=10
 > git rev-list --no-walk a91c6292a2137e3fa9481cb8455ee29c913f513c # timeout=10
$ docker top b41cc01294176d078d5a5e050bfe8cc1341b4408383b2975a022abb4e431eb81 -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] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[Pipeline] sh
[Pipeline] // withEnv
[Pipeline] withDockerContainer
lascaux05 seems to be running inside container b2bec46bc0004524dd6e6b253df566ad39e6af9ea7b5eb6021a5d28585c69eac
$ 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 b2bec46bc0004524dd6e6b253df566ad39e6af9ea7b5eb6021a5d28585c69eac -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 6173b2cbbb115a46281c476c9d27ad0a82ce64a6 cat
+ docker inspect -f . 2761bc667d023e3fd254b71a97048d9ed89b7d46
.
+ docker inspect -f . 9d53bc4c5530cfc03159a3aa6b61f177cfc3ae52
.
$ docker top b106c58d17193461b299128b6e760b3528af109821535134cf81bc9a5c748306 -eo pid,comm
[Pipeline] {
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] isUnix
[Pipeline] readFile
[Pipeline] sh
[Pipeline] }
[Pipeline] }
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ ccache --zero-stats
Statistics zeroed
[Pipeline] sh
[Pipeline] // withEnv
+ 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.53kB

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
 ---> 3f4f42056a0d
Step 4/7 : ARG CMAKE_VERSION=3.23.1
 ---> Using cache
 ---> f8cc3f2834df
Step 5/7 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> 8db4b9e7d01b
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
 ---> 5564db7b368a
Step 7/7 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> 5b12cd447be3
Successfully built 5b12cd447be3
Successfully tagged 4757cca33c9a48331b6e4e56a68a7a099815df55:latest
[Pipeline] // withEnv
[Pipeline] withDockerContainer
+ 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.53kB

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
 ---> fd85af54a657
Step 4/7 : ARG CMAKE_VERSION=3.23.1
 ---> Using cache
 ---> 960bc6a95472
Step 5/7 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> 5fc2f71abbaf
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
 ---> 3648cd6a2212
Step 7/7 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> eaba9cff225a
Successfully built eaba9cff225a
Successfully tagged 4757cca33c9a48331b6e4e56a68a7a099815df55:latest
padirac11 seems to be running inside container 13e056e01a5d53f10b3d8cb21da8ffd92654cf22e6eeee8cf323a7eab7f623ce
$ 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 ******** -e ******** 2761bc667d023e3fd254b71a97048d9ed89b7d46 cat
+ docker build -t c87cb431a15751961f46dc9aa1ad38dbc6018fce -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.53kB

Step 1/13 : FROM nvcr.io/nvidia/cuda:11.0.3-devel-ubuntu18.04@sha256:02d08888085d98c3c41b4db46e0f6b9e22671a70c1a2ff035ea91023effabff5
 ---> a557740b9093
Step 2/13 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
 ---> Using cache
 ---> 5014ce9deb94
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
 ---> 8197c1712127
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
 ---> 396db07bf469
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
 ---> a643f7a4316a
Step 6/13 : ARG CMAKE_VERSION=3.16.8
 ---> Using cache
 ---> 8ded770c6165
Step 7/13 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> 2a91adfd493a
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
 ---> c1ffafd88d5c
Step 9/13 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> 506518f8b4dd
Step 10/13 : ARG NPROC=8
 ---> Using cache
 ---> 857002fbe898
Step 11/13 : ENV LLVM_DIR=/opt/llvm
 ---> Using cache
 ---> 4754d656f26f
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
 ---> 789fbf0e393b
Step 13/13 : ENV PATH=${LLVM_DIR}/bin:$PATH
 ---> Using cache
 ---> ada2202fbedf
Successfully built ada2202fbedf
Successfully tagged c87cb431a15751961f46dc9aa1ad38dbc6018fce:latest
+ docker build -t 96f03ab46a597e92a1fa5cac5bc128ede6a1dcbe -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.53kB

Step 1/17 : ARG BASE=nvcr.io/nvidia/cuda:11.7.1-devel-ubuntu22.04@sha256:a3184e4dc6f968da5bba86df3081ff3013f8e3674a9bfce544af8be905d2f17a
Step 2/17 : FROM $BASE
 ---> 28a6f693c19c
Step 3/17 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
 ---> Using cache
 ---> 532d19067bf4
Step 4/17 : 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
 ---> 94e20968ac95
Step 5/17 : 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
 ---> 43305486b4af
Step 6/17 : ARG CMAKE_VERSION=3.23.2
 ---> Using cache
 ---> 4499bb245638
Step 7/17 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> f66171d4aece
Step 8/17 : 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
 ---> df3288d08ba2
Step 9/17 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> 92d450a09038
Step 10/17 : 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
 ---> 57f3d7739ef4
Step 11/17 : RUN wget https://cloud.cees.ornl.gov/download/oneapi-for-nvidia-gpus-2023.0.0-linux.sh &&     echo "3416721faf83e5858e65795231bae47bb51ff91d4e8738613d498674f1636f72  oneapi-for-nvidia-gpus-2023.0.0-linux.sh" | sha256sum --check &&     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
 ---> ce0ea0a31f66
Step 12/17 : ENV ONE_DPL_DIR=/opt/onedpl
 ---> Using cache
 ---> a40438e622d4
Step 13/17 : RUN . /opt/intel/oneapi/setvars.sh --include-intel-llvm &&     ONE_DPL_VERSION=oneDPL-2022.2.0 &&     ONE_DPL_URL=https://github.com/oneapi-src/oneDPL/archive &&     ONE_DPL_ARCHIVE=${ONE_DPL_VERSION}-rc1.tar.gz &&     SCRATCH_DIR=/scratch && mkdir -p ${SCRATCH_DIR} && cd ${SCRATCH_DIR} &&     wget --quiet ${ONE_DPL_URL}/${ONE_DPL_ARCHIVE} &&     mkdir onedpl &&     tar -xf ${ONE_DPL_ARCHIVE} -C onedpl --strip-components=1 && cd onedpl &&     mkdir build && cd build &&     cmake -DCMAKE_CXX_COMPILER=icpx -DCMAKE_CXX_FLAGS="-w" -DCMAKE_INSTALL_PREFIX=${ONE_DPL_DIR} -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=TRUE -DONEDPL_BACKEND="dpcpp_only" .. &&     make -j${NPROCS} install &&     rm -rf ${SCRATCH_DIR}
 ---> Using cache
 ---> 0f381aca6122
Step 14/17 : ENV PATH=/opt/intel/oneapi/compiler/latest/linux/bin-llvm/:$PATH
+ docker build -t 7a08d5d7ddd78b3420149d30112206091e7ea249 --build-arg BASE=nvcr.io/nvidia/cuda:11.7.1-devel-ubuntu20.04@sha256:fc997521e612899a01dce92820f5f5a201dd943ebfdc3e49ba0706d491a39d2d -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.53kB

Step 1/10 : ARG BASE=nvcr.io/nvidia/cuda:11.0.3-devel-ubuntu20.04@sha256:10ab0f09fcdc796b4a2325ef1bce8f766f4a3500eab5a83780f80475ae26c7a6
Step 2/10 : FROM $BASE
 ---> 54bed995e06c
Step 3/10 : ARG ADDITIONAL_PACKAGES
 ---> Using cache
 ---> 7a1116e300b8
Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
 ---> Using cache
 ---> d78e3ef5c3f0
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
 ---> 6de27d9e86c8
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
 ---> 363860bc2259
Step 7/10 : ARG CMAKE_VERSION=3.16.8
 ---> Using cache
 ---> 7d834a00a3a2
Step 8/10 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> 0afa951fb9ff
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
 ---> 56bd8409ac8b
Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> c755225360ec
Successfully built c755225360ec
Successfully tagged 7a08d5d7ddd78b3420149d30112206091e7ea249:latest
+ docker build -t a42fe4d871e7884887634023a7894748ca94d530 --build-arg BASE=nvcr.io/nvidia/cuda:11.0.3-devel-ubuntu20.04@sha256:10ab0f09fcdc796b4a2325ef1bce8f766f4a3500eab5a83780f80475ae26c7a6 --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.53kB

Step 1/10 : ARG BASE=nvcr.io/nvidia/cuda:11.0.3-devel-ubuntu20.04@sha256:10ab0f09fcdc796b4a2325ef1bce8f766f4a3500eab5a83780f80475ae26c7a6
Step 2/10 : FROM $BASE
 ---> 66deaf56c203
Step 3/10 : ARG ADDITIONAL_PACKAGES
 ---> Using cache
 ---> b5e406e3c8a0
Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
 ---> Using cache
 ---> 795a6fcc6072
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
 ---> 6d50eb8115dd
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
 ---> a86d67cd3712
Step 7/10 : ARG CMAKE_VERSION=3.16.8
 ---> Using cache
 ---> 13d5fd5c7ab7
Step 8/10 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> 0c7350b19782
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
 ---> 97b46aeb5d43
Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> 676d2b66b5d2
Successfully built 676d2b66b5d2
Successfully tagged a42fe4d871e7884887634023a7894748ca94d530:latest
+ docker build -t 77ff4de24e0d8a7f2e79c412019fb05b2db85baa --build-arg BASE=nvcr.io/nvidia/cuda:11.6.2-devel-ubuntu20.04@sha256:d95d54bc231f8aea7fda79f60da620324584b20ed31a8ebdb0686cffd34dd405 -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.53kB

Step 1/10 : ARG BASE=nvcr.io/nvidia/cuda:11.0.3-devel-ubuntu20.04@sha256:10ab0f09fcdc796b4a2325ef1bce8f766f4a3500eab5a83780f80475ae26c7a6
Step 2/10 : FROM $BASE
 ---> d3d3738d6060
Step 3/10 : ARG ADDITIONAL_PACKAGES
 ---> Using cache
 ---> ca7919e6cf00
Step 4/10 : RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
 ---> Using cache
 ---> 7466b026f48d
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
 ---> b88c171aa7b6
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
 ---> b97d2220e166
Step 7/10 : ARG CMAKE_VERSION=3.16.8
 ---> Using cache
 ---> d385288a734d
Step 8/10 : ENV CMAKE_DIR=/opt/cmake
 ---> Using cache
 ---> a799c8828313
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
 ---> a816ab353296
Step 10/10 : ENV PATH=${CMAKE_DIR}/bin:$PATH
 ---> Using cache
 ---> b090cfb418e4
Successfully built b090cfb418e4
Successfully tagged 77ff4de24e0d8a7f2e79c412019fb05b2db85baa:latest
+ ccache --zero-stats
Statistics zeroed
 ---> Using cache
 ---> 610d84b8c4a8
Step 15/17 : ENV PATH=/opt/intel/oneapi/compiler/latest/linux/bin/:$PATH
 ---> Using cache
 ---> 1b43430c5658
Step 16/17 : ENV LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/latest/linux/lib:$LD_LIBRARY_PATH
 ---> Using cache
 ---> bf638ee1fc6a
Step 17/17 : ENV LD_LIBRARY_PATH=/opt/intel/oneapi/compiler/latest/linux/compiler/lib/intel64_lin:$LD_LIBRARY_PATH
 ---> Using cache
 ---> b0bdf27f4cce
Successfully built b0bdf27f4cce
Successfully tagged 96f03ab46a597e92a1fa5cac5bc128ede6a1dcbe:latest
$ docker top aa33d1616fa859f257950988ef2ed5ff764ac48180ad0d6869befdaa2e4fb2ad -eo pid,comm
[Pipeline] {
[Pipeline] withDockerContainer
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 ******** -e ******** 9d53bc4c5530cfc03159a3aa6b61f177cfc3ae52 cat
$ docker top 58d4f189adbffebb51022b947afab01f683e85d07a90f40c94cde5f64c123794 -eo pid,comm
[Pipeline] {
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[Pipeline] sh
+ rm -rf build
[Pipeline] sh
+ ccache --zero-stats
Statistics zeroed
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
+ echo /opt/rocm/llvm/lib
+ ldconfig
[Pipeline] sh
[Pipeline] sh
+ docker inspect -f . 4757cca33c9a48331b6e4e56a68a7a099815df55
.
+ 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 ..
+ docker inspect -f . 4757cca33c9a48331b6e4e56a68a7a099815df55
.
[Pipeline] }
+ docker inspect -f . 96f03ab46a597e92a1fa5cac5bc128ede6a1dcbe
.
+ docker inspect -f . c87cb431a15751961f46dc9aa1ad38dbc6018fce
.
+ docker inspect -f . 7a08d5d7ddd78b3420149d30112206091e7ea249
.
[Pipeline] // withEnv
+ docker inspect -f . a42fe4d871e7884887634023a7894748ca94d530
.
+ docker inspect -f . 77ff4de24e0d8a7f2e79c412019fb05b2db85baa
.
[Pipeline] withDockerContainer
+ 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=ON -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
-- The CXX compiler identification is GNU 8.4.0
-- Check for working CXX compiler: /usr/bin/c++
fetnat03 seems to be running inside container 2268084541d0d08d711f7edbbbfaa08fb19cf439751cdf5b1a8bd2add07b9463
+ rm -rf build
$ docker run -t -d -u 0:0 --env NVIDIA_VISIBLE_DEVICES=$NVIDIA_VISIBLE_DEVICES -w /var/jenkins/workspace/Kokkos_PR-5993 --volumes-from 2268084541d0d08d711f7edbbbfaa08fb19cf439751cdf5b1a8bd2add07b9463 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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
+ rm -rf build
-- Setting default Kokkos CXX standard to 17
-- 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.4.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
+ 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_IMPL_MDSPAN=OFF -DKokkos_ENABLE_HIP_MULTIPLE_KERNEL_INSTANTIATIONS=ON ..
-- Setting default Kokkos CXX standard to 17
-- 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
+ mkdir -p build
+ cd build
+ cmake -DBUILD_SHARED_LIBS=ON -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
-- Found OpenMP_CXX: -fopenmp (found version "4.5") 
-- Found OpenMP: TRUE (found version "4.5") found components: CXX 
-- Using internal desul_atomics copy
-- Experimental mdspan support is enabled
-- Looking for C++ include experimental/mdspan
-- Looking for C++ include experimental/mdspan - not found
-- Looking for C++ include mdspan
-- Looking for C++ include mdspan - not found
-- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include
-- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) 
-- No installed google benchmark found, fetching from GitHub
-- The CXX compiler identification is Clang 17.0.3
-- The CXX compiler identification is Clang 16.0.0
-- The CXX compiler identification is Clang 14.0.0
-- Check for working CXX compiler: /opt/rocm/bin/hipcc
-- Detecting CXX compiler ABI info
-- Check for working CXX compiler: /opt/rocm/bin/hipcc
-- 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.4.99
-- [benchmark] Failed to find LLVM FileCheck
-- [benchmark] Found Git: /usr/bin/git (found version "2.25.1") 
-- [benchmark] git version: v0.0.0 normalized to 0.0.0
-- [benchmark] Version: 1.7.1
-- [benchmark] Looking for shm_open in rt
-- [benchmark] Looking for shm_open in rt - found
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW
-- [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
-- 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 -std=gnu++17 for C++17 extensions as feature
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - 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
-- Check for working CXX compiler: /opt/rocm/bin/hipcc -- works
-- Detecting CXX compiler ABI info
-- 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
-- Experimental mdspan support is enabled
-- Looking for C++ include experimental/mdspan
-- Looking for C++ include experimental/mdspan - not found
-- Looking for C++ include mdspan
-- Looking for C++ include mdspan - not found
-- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include
$ docker top 1c2ee2724e23abbfe28225664a6a5d7fb922d37ec1a2e305c998b74b3c8bde2b -eo pid,comm
ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements).
Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`.
[Pipeline] {
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
-- Check for working CXX compiler: /opt/rocm/bin/hipcc -- works
-- Detecting CXX compiler ABI info
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] // withEnv
[Pipeline] withDockerContainer
fetnat07 seems to be running inside container 981a884fbaebe0432dc334e01bae928e1590407ef47d1cb0ebc6bfad81cdfd93
$ 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 981a884fbaebe0432dc334e01bae928e1590407ef47d1cb0ebc6bfad81cdfd93 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Kokkos version: 4.4.99
-- The project name is: Kokkos
-- Using internal gtest for testing
-- Compiler Version: 5.2.21151
-- Using -std=gnu++17 for C++17 extensions as feature
-- [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
-- Found Python3: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter 
-- No installed google benchmark found, fetching from GitHub
-- [benchmark] Check if compiler accepts -pthread - yes
-- [benchmark] Found Threads: TRUE  
-- Sources TestOpenMP.cpp
-- Kokkos Backends: OPENMP;SERIAL
-- Configuring done
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Kokkos version: 4.4.99
-- The project name is: Kokkos
-- Using internal gtest for testing
-- 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
-- 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
Scanning dependencies of target kokkos_gtest
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o
[  1%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
[  2%] Linking CXX static library libkokkossimd.a
[  2%] Built target AlwaysCheckGit
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
[  2%] Built target kokkossimd
Scanning dependencies of target impl_git_version
Scanning dependencies of target kokkoscore
[  2%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.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 - found
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW
[  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/check.cc.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.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
[  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
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
$ docker top a86d60472669e2c57f1125e18215b6bb865cf9e196655a162530da8b4e24a53e -eo pid,comm
ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements).
Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`.
[Pipeline] {
[Pipeline] withDockerContainer
waffle03 seems to be running inside container b009feaf7eb8474980394a7d5782a18f1c6c0e560bb0919ac25bc2dd4311935b
$ docker run -t -d -u 0:0 -v /tmp/ccache.kokkos:/tmp/ccache -w /var/jenkins/workspace/Kokkos_PR-5993 --volumes-from b009feaf7eb8474980394a7d5782a18f1c6c0e560bb0919ac25bc2dd4311935b -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 96f03ab46a597e92a1fa5cac5bc128ede6a1dcbe cat
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o
-- [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 - 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
[  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
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
-- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Failed
-- [benchmark] Compiling and running to test HAVE_STD_REGEX
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o
$ docker top 8be92167453d971b1e8ae140dad4ea7ea5ad5b13c98b4a5dd5442edd850e83ee -eo pid,comm
ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements).
Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`.
[Pipeline] {
[Pipeline] withDockerContainer
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o
fetnat08 seems to be running inside container a12c3f7ec17489e10b5df7abf9ff9024acdba14502626a40004349263d6af8d9
$ 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 a12c3f7ec17489e10b5df7abf9ff9024acdba14502626a40004349263d6af8d9 -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** c87cb431a15751961f46dc9aa1ad38dbc6018fce cat
[  4%] 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
-- [benchmark] Performing Test HAVE_STD_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_GNU_POSIX_REGEX
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o
-- [benchmark] Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
-- [benchmark] Compiling and running to test HAVE_POSIX_REGEX
-- SIMD: AVX2 detected
-- Setting Kokkos_ARCH_VEGA90A=ON
-- Built-in Execution Spaces:
--     Device Parallel: Kokkos::HIP
--     Host Parallel: Kokkos::OpenMP
--       Host Serial: NONE
-- 
-- Architectures:
--  NATIVE
--  VEGA90A
-- Found TPLLIBDL: /usr/include  
-- Looking for C++ include pthread.h
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- [benchmark] Performing Test HAVE_POSIX_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK
-- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success
-- [benchmark] Found Threads: TRUE  
-- Kokkos Backends: SERIAL;OPENMPTARGET
-- Configuring done (11.0s)
[  4%] 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
-- 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
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- hip::amdhip64 is SHARED_LIBRARY
-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS
-- Generating done (1.1s)
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-5993/build
+ make -j8
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[  5%] Linking CXX static library libbenchmark.a
[  5%] Built target benchmark
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o
[  0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o
[  0%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o
[  0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o
[  0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[  0%] Built target AlwaysCheckGit
[  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 _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
$ docker top 20709658448b9076e96309eaf89c21b285a455f3820dda06656e8e0d85f5e9f6 -eo pid,comm
[Pipeline] {
[Pipeline] // withEnv
[Pipeline] withDockerContainer
fetnat06 seems to be running inside container 0a7584587bd291279c2178ab86e6c6600c4a7b8d0c3da6385797c2a28e0dce7b
$ 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 0a7584587bd291279c2178ab86e6c6600c4a7b8d0c3da6385797c2a28e0dce7b -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 7a08d5d7ddd78b3420149d30112206091e7ea249 cat
-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success
[  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
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[  1%] Linking CXX shared library libkokkosprinter-tool.so
[  1%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o
[  1%] Built target kokkosprinter-tool
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- hip::amdhip64 is SHARED_LIBRARY
-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
[  2%] Linking CXX static library libimpl_git_version.a
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o
[  2%] Built target impl_git_version
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Task.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
-- Performing Test HIP_CLANG_SUPPORTS_PARALLEL_JOBS - Success
-- Using internal desul_atomics copy
-- Experimental mdspan support is enabled
-- Looking for C++ include experimental/mdspan
[  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
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o
Scanning dependencies of target benchmark_main
-- Looking for C++ include experimental/mdspan - not found
-- Looking for C++ include mdspan
-- Found OpenMP_CXX: -fopenmp=libomp  
-- Found OpenMP: TRUE  found components: CXX 
-- Using internal desul_atomics copy
-- Found Python3: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter 
-- No installed google benchmark found, fetching from GitHub
[  6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o
-- Looking for C++ include mdspan - not found
-- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include
-- [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
[  6%] Linking CXX static library libbenchmark_main.a
$ docker top dcbb371d5f9e3ae502ae2e3eb4e9fae3892b7ba93add3e3ef43c05690587253d -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=''`.
-- Found Python3: /usr/bin/python3 (found version "3.10.6") found components: Interpreter 
-- No installed google benchmark found, fetching from GitHub
[Pipeline] {
[Pipeline] // withEnv
[Pipeline] withDockerContainer
fetnat09 seems to be running inside container 64b22132ff9bef1dbb374df99948fb9fc8d04952208b835fe61780347455767a
$ 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 64b22132ff9bef1dbb374df99948fb9fc8d04952208b835fe61780347455767a -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** a42fe4d871e7884887634023a7894748ca94d530 cat
[  6%] Built target benchmark_main
[  4%] 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
-- [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
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
-- [benchmark] Looking for shm_open in rt - found
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL
[  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
-- [benchmark] Looking for shm_open in rt - found
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL
[  7%] Linking CXX static library libkokkos_gtest.a
[  7%] Built target kokkos_gtest
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA
[  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
[  7%] Linking CXX static library libkokkoscore.a
[  7%] Built target kokkoscore
Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads
Scanning dependencies of target kokkoscontainers
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
[  7%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.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
-- [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_HostSpace_deepcopy.cpp.o
$ docker top d36962f29b8509b4b93c40600e301c28c80f3ecc0abb58819c03d6dfe7627e2c -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] withDockerContainer
waffle02 seems to be running inside container 6c7a1a1aa2ccb7df54f2c611be3a54b35e46c2e787e061888d431348945618eb
$ 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 6c7a1a1aa2ccb7df54f2c611be3a54b35e46c2e787e061888d431348945618eb -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** 77ff4de24e0d8a7f2e79c412019fb05b2db85baa cat
[  7%] Linking CXX static library libkokkoscontainers.a
[  7%] Built target kokkoscontainers
Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHook
Scanning dependencies of target Kokkos_CoreUnitTest_LegionInitialization
Scanning dependencies of target Kokkos_CoreUnitTest_ScopeGuard
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_OpenMPInterOp
[  7%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ScopeGuard.dir/UnitTestMain.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Default
[  7%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
[  4%] Linking CXX static library libbenchmark.a
[  4%] Built target benchmark
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Serial1
Scanning dependencies of target Kokkos_CoreUnitTest_Serial2
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_OpenMP
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ScopeGuard.dir/UnitTest_ScopeGuard.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR
[  9%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE
[  9%] Built target Kokkos_CoreUnitTest_PushFinalizeHook
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHookTerminate
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHookTerminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o
$ docker top 1b93a9f43fea8f097ba1c42119fe6b872c3f7e7fb34d9cf54136bf14a80fc0db -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_WSUGGEST_OVERRIDE - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o
[Pipeline] withEnv
[Pipeline] {
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.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_hwloc.cpp.o
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
[Pipeline] sh
+ ccache --zero-stats
Statistics zeroed
+ ccache --zero-stats
Statistics cleared
+ rm -rf build
+ ccache --zero-stats
Statistics zeroed
[Pipeline] sh
+ ccache --zero-stats
Statistics zeroed
[Pipeline] sh
[Pipeline] sh
+ rm -rf build
[Pipeline] sh
+ ccache --zero-stats
Statistics zeroed
[Pipeline] sh
[ 10%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHookTerminate
[ 10%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp
+ rm -rf build
+ rm -rf build
+ rm -rf build
-- [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_PEDANTIC_ERRORS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
+ rm -rf build
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMPTarget/Kokkos_OpenMPTarget_Instance.cpp.o
+ rm -rf install
[ 10%] Built target Kokkos_CoreUnitTest_PushFinalizeHookTerminate
[ 10%] Built target Kokkos_CoreUnitTest_OpenMPInterOp
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o
Scanning dependencies of target Kokkos_CoreTestCompileOnly
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
+ mkdir -p build
+ cd build
+ /opt/cmake/bin/cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_COMPILER=nvc++ -DCMAKE_CXX_STANDARD=17 -DCMAKE_CXX_FLAGS=-Werror --diag_suppress=implicit_return_from_non_void_function -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 ..
-- Setting default Kokkos CXX standard to 17
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMPTarget/Kokkos_OpenMPTarget_Task.cpp.o
[ 10%] 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/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 10%] Linking CXX executable Kokkos_CoreUnitTest_ScopeGuard
+ mkdir -p install
+ rm -rf build
[ 10%] Built target Kokkos_CoreUnitTest_ScopeGuard
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.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 -DCMAKE_PREFIX_PATH=/opt/onedpl -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_SYCL_RELOCATABLE_DEVICE_CODE=ON -DKokkos_ENABLE_UNSUPPORTED_ARCHS=ON -DCMAKE_CXX_STANDARD=17 ..
-- Setting default Kokkos CXX standard to 17
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.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_WSHORTEN_64_TO_32 - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
[ 10%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization
[ 10%] Built target Kokkos_CoreUnitTest_LegionInitialization
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[  7%] Linking CXX static library libkokkos_gtest.a
[  7%] Built target kokkos_gtest
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED
-- The CXX compiler identification is NVHPC 23.7.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin/nvc++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Kokkos version: 4.4.99
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
-- 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
-- Compiler Version: 12.2.91
-- kokkos_launch_compiler (/var/jenkins/workspace/Kokkos_PR-5993/bin/kokkos_launch_compiler) is enabled...
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
-- Using --c++17 for C++17 standard as feature
-- The CXX compiler identification is IntelLLVM 2023.0.0
-- Detecting CXX compiler ABI info
-- [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
-- 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.4.99
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654
-- [benchmark] Performing Test HAVE_CXX_FLAG_WD654 - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success
-- [benchmark] Enabling additional flags: -DINCLUDE_DIRECTORIES=/var/jenkins/workspace/Kokkos_PR-5993/build/_deps/googlebenchmark-src/include
-- [benchmark] Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o
-- [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
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
-- SIMD: AVX512 detected
-- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE
-- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success
-- [benchmark] Compiling and running to test HAVE_STD_REGEX
-- 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
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success
-- [benchmark] Compiling and running to test HAVE_STD_REGEX
[  7%] Linking CXX static library libkokkoscore.a
[  7%] Built target kokkoscore
[  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
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
-- 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 -std=gnu++17 for C++17 extensions as feature
[  7%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
-- [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
[ 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/TestVersionMacros.cpp.o
[  7%] Linking CXX static library libkokkoscontainers.a
[  7%] Built target kokkoscontainers
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
[  7%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
-- [benchmark] Performing Test HAVE_POSIX_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK
-- Looking for a CUDA compiler - /opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin/nvcc
-- [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
-- The CUDA compiler identification is NVIDIA 12.2.91
-- Detecting CUDA compiler ABI info
-- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success
-- Sources TestHIP.cpp
-- Kokkos Backends: SERIAL;HIP
-- Configuring done
-- [benchmark] Performing Test HAVE_POSIX_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK
-- 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 benchmark
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
[  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
Scanning dependencies of target kokkoscore
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
-- 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
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
-- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success
-- Sources TestOpenMP.cpp
-- Sources TestHIP.cpp
-- Kokkos Backends: OPENMP;HIP
-- Configuring done
-- SIMD: AVX2 detected
-- Looking for SYCL_EXT_ONEAPI_DEVICE_GLOBAL
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
+ mkdir -p build
+ cd build
+ /opt/cmake/bin/cmake -DCMAKE_CXX_COMPILER=nvc++ -DCMAKE_CXX_STANDARD=17 -DCMAKE_CXX_FLAGS=-Werror -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_OPENACC=ON -DKokkos_ARCH_VOLTA70=ON ..
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
-- 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%] Built target AlwaysCheckGit
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o
Scanning dependencies of target kokkos_gtest
Scanning dependencies of target impl_git_version
Scanning dependencies of target benchmark
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o
[  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
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
[  3%] Linking CXX shared library libkokkossimd.so
[  3%] Linking CXX shared library libimpl_git_version.so
[  3%] Built target kokkossimd
[  3%] Built target impl_git_version
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[  3%] Linking CXX shared library libkokkosprinter-tool.so
[  3%] Built target kokkosprinter-tool
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[  0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
[  1%] Linking CXX static library libkokkossimd.a
[  1%] Built target kokkossimd
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[  1%] Linking CXX static library libimpl_git_version.a
[  1%] Built target impl_git_version
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[  2%] Linking CXX shared library libkokkosprinter-tool.so
[  2%] Built target kokkosprinter-tool
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
-- Setting default Kokkos CXX standard to 17
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.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
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
[  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/check.cc.o
[  7%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[  7%] Built target Kokkos_CoreUnitTest_PushFinalizeHook
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o
-- Found TPLLIBDL: /usr/include  
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Abort.cpp.o
-- The CXX compiler identification is NVHPC 23.7.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin/nvc++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Setting build type to 'RelWithDebInfo' as none was specified.
-- Kokkos version: 4.4.99
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o
+ mkdir -p build
+ cd build
+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_CLANG_TIDY=clang-tidy;-warnings-as-errors=* -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_FLAGS=-Werror -Wno-unknown-cuda-version -DCMAKE_CXX_STANDARD=17 -DKokkos_ARCH_NATIVE=ON -DKokkos_ENABLE_COMPILER_WARNINGS=ON -DKokkos_ENABLE_DEPRECATED_CODE_4=ON -DKokkos_ENABLE_DEPRECATION_WARNINGS=OFF -DKokkos_ENABLE_TESTS=ON -DKokkos_ENABLE_BENCHMARKS=ON -DKokkos_ENABLE_CUDA=ON -DKokkos_ENABLE_CUDA_LAMBDA=ON -DKokkos_ENABLE_TUNING=ON -DKokkos_ARCH_VOLTA70=ON ..
-- Setting default Kokkos CXX standard to 17
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
+ mkdir -p build
+ cd build
+ ../gnu_generate_makefile.bash --with-options=compiler_warnings --cxxflags=-Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 --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 -Werror all-warnings -Xcudafe --diag_suppress=20208" 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 -Werror all-warnings -Xcudafe --diag_suppress=20208" 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'
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_RangePolicyRequire.cpp
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
-- Found OpenMP_CXX: -mp  
-- Found OpenMP: TRUE  found components: CXX 
-- Using internal desul_atomics copy
-- Experimental mdspan support is enabled
-- Looking for C++ include experimental/mdspan
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o
-- The project name is: Kokkos
-- Using internal gtest for testing
-- The CXX compiler identification is Clang 12.0.0
-- Check for working CXX compiler: /opt/llvm/bin/clang++
-- Looking for C++ include experimental/mdspan - found
-- Looking for C++ include mdspan
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o
-- Check for working CXX compiler: /opt/llvm/bin/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Kokkos version: 4.4.99
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
-- Looking for C++ include mdspan - not found
-- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include
-- 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
-- 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
-- Using -std=c++17 for C++17 standard as feature
[  4%] 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
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o
-- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) 
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
-- Looking for SYCL_EXT_ONEAPI_DEVICE_GLOBAL - not found
-- Built-in Execution Spaces:
--     Device Parallel: Kokkos::SYCL
--     Host Parallel: NoTypeDefined
--       Host Serial: SERIAL
-- 
-- Architectures:
--  NATIVE
--  AMPERE80
-- Found TPLLIBDL: /usr/include  
-- Looking for C++ include oneapi/dpl/execution
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
-- Sources TestOpenMP.cpp
-- Sources TestCuda.cpp
-- Kokkos Backends: OPENMP;CUDA
-- Configuring done
-- Looking for C++ include oneapi/dpl/execution - not found
-- Looking for C++ include oneapi/dpl/algorithm
-- Looking for C++ include oneapi/dpl/algorithm - not found
-- Performing Test KOKKOS_NO_TBB_CONFLICT
[  6%] Linking CXX shared library libbenchmark.so
[  6%] Built target benchmark
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
-- SIMD: AVX512 detected
-- Built-in Execution Spaces:
--     Device Parallel: Kokkos::Cuda
--     Host Parallel: NoTypeDefined
--       Host Serial: SERIAL
-- 
-- Architectures:
--  NATIVE
--  VOLTA70
-- Found CUDAToolkit: /usr/local/cuda/include (found version "11.0.221") 
-- Looking for C++ include pthread.h
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
[  6%] Linking CXX shared library libkokkos_gtest.so
[  6%] Built target kokkos_gtest
Scanning dependencies of target benchmark_main
[  6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.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
-- Looking for C++ include mdspan - not found
-- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-5993/build
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
-- SIMD: AVX512 detected
-- Built-in Execution Spaces:
--     Device Parallel: Kokkos::Experimental::OpenACC
--     Host Parallel: NoTypeDefined
--       Host Serial: SERIAL
-- 
-- Architectures:
--  NATIVE
--  VOLTA70
-- Found TPLLIBDL: /usr/include  
-- Using internal desul_atomics copy
-- Experimental mdspan support is enabled
-- Looking for C++ include experimental/mdspan
+ make -j8
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.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
[  1%] 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_Core.cpp.o
[  1%] Built target AlwaysCheckGit
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
-- Performing Test KOKKOS_NO_TBB_CONFLICT - Success
-- oneDPL: ONEDPL_PAR_BACKEND=tbb, disable OpenMP backend
-- Performing Test _fsycl_option
[  6%] Linking CXX shared library libbenchmark_main.so
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_DeepCopy.cpp.o
[  6%] Built target benchmark_main
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Instance.cpp.o
+ mkdir -p build
+ cd build
+ cmake -DBUILD_SHARED_LIBS=ON -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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -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_OPENMP=ON -DKokkos_ENABLE_IMPL_MDSPAN=OFF -DKokkos_ENABLE_IMPL_CUDA_MALLOC_ASYNC=OFF ..
-- Setting default Kokkos CXX standard to 17
-- The CXX compiler identification is GNU 9.4.0
-- Check for working CXX compiler: /var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
-- Found Python3: /usr/bin/python3.6 (found version "3.6.9") found components: Interpreter 
-- Performing Test _fsycl_option - Success
-- Adding -fsycl compiler option
-- 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
[  2%] Linking CXX static library libkokkossimd.a
+ 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 -DCMAKE_INSTALL_PREFIX=/var/jenkins/workspace/Kokkos_PR-5993/build/../install ..
-- Setting default Kokkos CXX standard to 17
-- The CXX compiler identification is GNU 8.4.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
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Kokkos version: 4.4.99
-- The project name is: Kokkos
-- Using internal gtest for testing
-- 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:202 (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:208 (INCLUDE)
  CMakeLists.txt:226 (KOKKOS_SETUP_BUILD_ENVIRONMENT)


-- Using -std=c++17 for C++17 standard as feature
-- SIMD: AVX512 detected
-- CUDA auto-detection of architecture failed with /usr/bin/g++-8. Enabling CUDA language ONLY to auto-detect architecture...
-- Looking for a CUDA compiler
-- Looking for C++ include mdspan - not found
-- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include
-- No installed google benchmark found, fetching from GitHub
-- Check for working CXX compiler: /var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -- works
-- Detecting CXX compiler ABI info
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
[  9%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization
-- 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/tpls/mdspan/include
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[  9%] Built target Kokkos_CoreUnitTest_LegionInitialization
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_SharedAllocationRecord.cpp.o
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Space.cpp.o
-- [benchmark] Failed to find LLVM FileCheck
-- [benchmark] Found Git: /usr/bin/git (found version "2.17.1") 
-- [benchmark] git version: v0.0.0 normalized to 0.0.0
-- [benchmark] Version: 1.7.1
-- [benchmark] Looking for shm_open in rt
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
-- [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
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.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
[ 14%] Linking CXX executable Kokkos_CoreTestCompileOnly
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Kokkos version: 4.4.99
[  2%] Built target kokkossimd
[  3%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
-- [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
[ 14%] Built target Kokkos_CoreTestCompileOnly
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
-- Looking for a CUDA compiler - /usr/local/cuda/bin/nvcc
-- The project name is: Kokkos
-- Using internal gtest for testing
-- Compiler Version: 11.6.124
-- Using -std=c++17 for C++17 standard as feature
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o
-- [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
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.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 - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
[  7%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_HIP.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
-- 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_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
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o
-- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) 
-- Kokkos Backends: SERIAL;OPENACC
-- Configuring done
-- [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
[  3%] Linking CXX shared library libkokkosprinter-tool.so
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o
-- [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
-- Found Python3: /usr/bin/python3.10 (found version "3.10.12") found components: Interpreter 
-- No installed google benchmark found, fetching from GitHub
-- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - works
-- Detecting CUDA compiler ABI info
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o
-- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success
-- [benchmark] Compiling and running to test HAVE_STD_REGEX
-- [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
-- Detecting CUDA compiler ABI info - done
-- Detecting CUDA compile features
-- Detecting CUDA compile features - done
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
-- 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
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[  2%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[  2%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[  2%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o
-- [benchmark] Looking for shm_open in rt - found
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL
[  3%] Linking CXX static library libimpl_git_version.a
[  2%] Built target AlwaysCheckGit
[  2%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[  3%] Linking CXX static library libkokkossimd.a
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA
[  3%] Built target kokkossimd
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
-- Detected CUDA Compute Capability 70
-- Setting Kokkos_ARCH_VOLTA70=ON
-- Built-in Execution Spaces:
CMake Deprecation Warning at cmake/kokkos_arch.cmake:1158 (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:210 (INCLUDE)
  CMakeLists.txt:226 (KOKKOS_SETUP_BUILD_ENVIRONMENT)


--     Device Parallel: Kokkos::Cuda
--     Host Parallel: NoTypeDefined
--       Host Serial: SERIAL
-- 
-- Architectures:
--  NATIVE
--  VOLTA70
-- Found CUDAToolkit: /usr/local/cuda/include (found version "11.0.221") 
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.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/OpenMP/Kokkos_OpenMP_Task.cpp.o
-- 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
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW
-- [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
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Found TPLLIBDL: /usr/include  
-- [benchmark] Check if compiler accepts -pthread - yes
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP.cpp.o
-- Using internal desul_atomics copy
-- Experimental mdspan support is enabled
-- Looking for C++ include experimental/mdspan
-- Looking for C++ include experimental/mdspan - not found
-- Looking for C++ include mdspan
-- Looking for C++ include mdspan - not found
-- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include
-- Kokkos Backends: SERIAL;CUDA
-- Configuring done
[  3%] Built target kokkosprinter-tool
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[  3%] Built target impl_git_version
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
-- Sources TestCuda.cpp
-- Kokkos Backends: SERIAL;CUDA
-- Configuring done
[  7%] Linking CXX shared library libkokkoscore.so
[  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
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
-- Generating done
-- 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%] Built target AlwaysCheckGit
[  3%] Building CXX object simd/src/CMakeFiles/kokkossimd.dir/Kokkos_SIMD_dummy.cpp.o
Scanning dependencies of target impl_git_version
[  7%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[  3%] Linking CXX static library libimpl_git_version.a
[ 10%] Linking CXX static library libkokkossimd.a
[ 10%] Built target kokkossimd
[ 14%] Linking CXX static library libimpl_git_version.a
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ArrayOps.cpp.o
[  3%] Built target impl_git_version
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
-- SIMD: AVX2 detected
[ 14%] Built target impl_git_version
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_DeepCopy.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Instance.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR
[  6%] Linking CXX static library libbenchmark.a
[  6%] Built target benchmark
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_SharedAllocationRecord.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
Scanning dependencies of target kokkoscore
[ 17%] 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
[ 42%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[ 42%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[ 42%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[ 42%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
[ 42%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[ 42%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
-- Generating done
-- Build files have been written to: /var/jenkins/workspace/Kokkos_PR-5993/build
+ make -j8
Scanning dependencies of target kokkosprinter-tool
Scanning dependencies of target AlwaysCheckGit
Scanning dependencies of target kokkossimd
[  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
[  4%] Linking CXX shared library libkokkosprinter-tool.so
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/HIP/Kokkos_HIP_Space.cpp.o
Scanning dependencies of target benchmark
[  0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o
[  0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o
[  0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o
Scanning dependencies of target kokkos_gtest
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.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
[ 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_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[  0%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
[  1%] Linking CXX static library libkokkossimd.a
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
[  1%] Built target kokkossimd
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o
-- Detected CUDA Compute Capability 80
-- Setting Kokkos_ARCH_AMPERE80=ON
-- Built-in Execution Spaces:
--     Device Parallel: Kokkos::Cuda
--     Host Parallel: Kokkos::OpenMP
--       Host Serial: NONE
-- 
-- Architectures:
--  NATIVE
--  AMPERE80
-- Found CUDAToolkit: /usr/local/cuda/include (found version "11.6.124") 
-- Looking for C++ include pthread.h
[  4%] Built target kokkosprinter-tool
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o
Scanning dependencies of target benchmark_main
[  6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
[  2%] Linking CXX static library libkokkos_gtest.a
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC
[  2%] Linking CXX shared library libkokkosprinter-tool.so
[  2%] Built target kokkos_gtest
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o
[  2%] Built target kokkosprinter-tool
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_HIP.cpp.o
[  3%] Linking CXX static library libimpl_git_version.a
[  3%] Built target impl_git_version
[  3%] Linking CXX static library libbenchmark.a
[  3%] Built target benchmark
Scanning dependencies of target benchmark_main
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
Scanning dependencies of target kokkoscore
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[  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
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_ViewAPI_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_ViewAPI_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_ViewCopy_a.cpp
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o
[  7%] Linking CXX static library libbenchmark_main.a
[  7%] Built target benchmark_main
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
[  3%] Linking CXX static library libbenchmark_main.a
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
[  3%] Built target benchmark_main
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[  8%] Linking CXX shared library libkokkoscontainers.so
[  8%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  8%] 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_ToolIndependence
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHook
Scanning dependencies of target Kokkos_CoreUnitTest_LegionInitialization
Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpStreams
[  9%] 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_LegionInitialization.dir/UnitTestMain.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/UnitTestMain.cpp.o
[  9%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpInit
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/UnitTestMain.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Serial1
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[ 46%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Found TPLCUDA: TRUE  
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_HIP
[ 50%] 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_unsignedlongint.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/UnitTestMainInit.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_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[ 53%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.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
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED
[ 10%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 10%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
Scanning dependencies of target Kokkos_IncrementalTest_SERIAL
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/hip/TestHIP_InterOp_Init.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/hip/TestHIP_InterOp_Streams.cpp.o
[ 10%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 10%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 57%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
-- Found OpenMP_CXX: -fopenmp (found version "4.5") 
-- Found OpenMP: TRUE (found version "4.5") found components: CXX 
-- Using internal desul_atomics copy
Scanning dependencies of target Kokkos_IncrementalTest_HIP
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/UnitTestMainInit.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.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
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
-- [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
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Task.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
-- Could NOT find Python3 (missing: Python3_EXECUTABLE Interpreter) 
[ 11%] 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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_ViewCopy_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_ViewCopy_c.cpp
-- No installed google benchmark found, fetching from GitHub
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
-- [benchmark] Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE
[ 10%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook
[ 10%] Built target Kokkos_CoreUnitTest_PushFinalizeHook
Scanning dependencies of target Kokkos_CoreUnitTest_Default
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
-- [benchmark] Failed to find LLVM FileCheck
-- [benchmark] Could NOT find Git (missing: GIT_EXECUTABLE) 
-- [benchmark] Version: 1.7.1
-- [benchmark] Looking for shm_open in rt
-- [benchmark] 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_hwloc.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.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_DynRankView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[  7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[  7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[  7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_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_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
[  7%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[  8%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Abort.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o
[ 11%] 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_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC.cpp.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
[ 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
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o
-- [benchmark] Looking for shm_open in rt - found
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL
-- [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
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
[  5%] Linking CXX static library libkokkoscore.a
[  5%] Built target kokkoscore
-- [benchmark] Performing Test HAVE_POSIX_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o
Scanning dependencies of target kokkoscontainers
[  6%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
-- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success
-- [benchmark] Found Threads: TRUE  
-- [benchmark] Performing Test HAVE_CXX_FLAG_WALL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_complexfloat.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACCSpace.cpp.o
[ 75%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o
-- Kokkos Backends: SERIAL;SYCL
-- Configuring done
[ 78%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Task.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test01_execspace_HIP.cpp.o
[  8%] Linking CXX static library libkokkos_gtest.a
[  8%] Built target kokkos_gtest
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[  9%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 10%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpInit
-- [benchmark] Performing Test HAVE_CXX_FLAG_WEXTRA - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW
[ 10%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization
[ 10%] Built target Kokkos_CoreUnitTest_HIPInterOpInit
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test02_atomic_host_HIP.cpp.o
[ 11%] Built target Kokkos_CoreUnitTest_LegionInitialization
[  9%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[  9%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Serial2
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHADOW - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o
[ 10%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 10%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 10%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 10%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[ 10%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
-- 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_CPUDiscovery.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/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 _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o
[  0%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[  1%] Linking CXX static library libkokkossimd.a
[  6%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  6%] Linking CXX static library libkokkoscontainers.a
[  6%] Built target kokkoscontainers
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreams
[ 11%] Built target Kokkos_CoreUnitTest_HIPInterOpStreams
Scanning dependencies of target Kokkos_CoreUnitTest_ScopeGuard
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ScopeGuard.dir/UnitTestMain.cpp.o
[ 10%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[  1%] Built target AlwaysCheckGit
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[  1%] Linking CXX shared library libkokkosprinter-tool.so
[  1%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o
[  1%] Built target kokkossimd
[  2%] Linking CXX static library libkokkos_gtest.a
[  2%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[  6%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
Scanning dependencies of target Kokkos_ProfilingAllCalls
Scanning dependencies of target Kokkos_ToolsInitialization
Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHook
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreams
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC_Instance.cpp.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o
[  2%] Built target kokkosprinter-tool
[  2%] Built target kokkos_gtest
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o
Scanning dependencies of target Kokkos_StackTraceTestExec
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.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
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
[  3%] Linking CXX static library libimpl_git_version.a
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o
[  3%] Built target impl_git_version
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 82%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
Scanning dependencies of target Kokkos_IncrementalTest_CUDA
[  5%] 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
[  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
[  5%] Linking CXX static library libbenchmark.a
[  6%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/UnitTestMainInit.cpp.o
Scanning dependencies of target Kokkos_IncrementalTest_SERIAL
[  5%] Built target benchmark
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WERROR - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
[  6%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace_deepcopy.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ArrayOps.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC
[ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 11%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 12%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenACC/Kokkos_OpenACC_SharedAllocationRecord.cpp.o
[  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
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ScopeGuard.dir/UnitTest_ScopeGuard.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o
[  7%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
[ 85%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o
[ 89%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o
[ 12%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_DeepCopyAlignment.cpp
Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03a_MemorySpace_malloc_HIP.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
[  7%] Built target Kokkos_CoreUnitTest_PushFinalizeHook
[  8%] Linking CXX executable Kokkos_ProfilingAllCalls
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_CudaTimingBased
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_ViewMapping_a.cpp
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 12%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 12%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_ViewMapping_b.cpp
[  8%] Built target Kokkos_ProfilingAllCalls
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 12%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 12%] 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_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test01_execspace_CUDA.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
[ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success
-- [benchmark] Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
[ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexdouble.cpp.o
[  8%] Linking CXX executable Kokkos_ToolsInitialization
[  8%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams
-- [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
[ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostThreadTeam.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_ViewMapping_subview.cpp
-- [benchmark] Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_ScopeGuard
[ 12%] Built target Kokkos_CoreUnitTest_ScopeGuard
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o
[  8%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o
Scanning dependencies of target Kokkos_StackTraceTestExec
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[  8%] Built target 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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_ViewResize.cpp
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03b_MemorySpace_free_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_ViewLayoutStrideAssignment.cpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test02_atomic_host_CUDA.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 15%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 16%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 17%] 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_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 16%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 16%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 16%] 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_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
[ 16%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 17%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 17%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[ 17%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
Scanning dependencies of target Kokkos_CoreUnitTest_Develop
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
-- [benchmark] Performing Test HAVE_CXX_FLAG_COVERAGE - Success
-- [benchmark] Compiling and running to test HAVE_STD_REGEX
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 92%] Linking CXX static library libkokkoscore.a
[ 92%] Built target kokkoscore
Scanning dependencies of target kokkoscontainers
[ 96%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 18%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[  7%] Linking CXX static library libkokkoscore.a
[  7%] Built target kokkoscore
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
[  7%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 18%] Built target Kokkos_CoreTestCompileOnly
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.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
Scanning dependencies of target Kokkos_CoreUnitTest_Cuda2
Scanning dependencies of target Kokkos_CoreUnitTest_Serial2
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_double.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o
[  9%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCudaUVM_ViewAPI_a.cpp
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03a_MemorySpace_malloc_CUDA.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test04_ParallelFor_RangePolicy_HIP.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[  9%] Built target Kokkos_CoreUnitTest_CudaTimingBased
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o
[  9%] Linking CXX executable Kokkos_StackTraceTestExec
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[  4%] Linking CXX static library libkokkos_gtest.a
[  9%] Built target Kokkos_StackTraceTestExec
Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexfloat.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_float.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[  4%] Built target kokkos_gtest
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Task.cpp.o
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
-- [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
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 18%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 19%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 19%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 19%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 19%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[  7%] Linking CXX static library libkokkoscontainers.a
[  7%] Built target kokkoscontainers
[  7%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[  7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[  7%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[  8%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[  8%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[  8%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
[ 20%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL_Instance.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
-- [benchmark] Performing Test HAVE_POSIX_REGEX -- success
-- [benchmark] Compiling and running to test HAVE_STEADY_CLOCK
[ 12%] Linking CXX executable Kokkos_CoreTestCompileOnly
[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_DesulAtomicsConfig.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_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_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/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_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_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/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
-- 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_MDRange.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_ParallelFor_MDRange.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_DeepCopy.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_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_FunctorAdapter.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/Kokkos_ViewCtor.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/View/Kokkos_ViewUniformType.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/View/Kokkos_ViewMapping.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/View/Kokkos_ViewAtomic.hpp
-- 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_Accessor.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/View/MDSpan/Kokkos_MDSpan_Layout.hpp
-- 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/View/Kokkos_ViewLegacy.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/View/Kokkos_ViewDataAnalysis.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/View/Kokkos_ViewAlloc.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/View/Kokkos_ViewTracker.hpp
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/View/Kokkos_ViewTraits.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_GraphNodeKernel.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_GraphNode_Impl.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_Graph_Impl.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/Adapt_HIP.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/__p2389_bits
-- Installing: /var/jenkins/workspace/Kokkos_PR-5993/install/include/experimental/__p2389_bits/dims.hpp
-- 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/utility.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
[ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 20%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[  8%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 12%] Built target Kokkos_CoreTestCompileOnly
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_int.cpp.o
-- 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
-- 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
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 20%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 20%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03b_MemorySpace_free_CUDA.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
[ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[  8%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[  8%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
-- [benchmark] Performing Test HAVE_STEADY_CLOCK -- success
-- Sources TestOpenMP.cpp
-- Sources TestCuda.cpp
[ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 20%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[  8%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[  8%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o
-- Kokkos Backends: OPENMP;CUDA
-- Configuring done
[ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[  8%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 20%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 20%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[  8%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 20%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[  8%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test05_ParallelReduce_RangePolicy_HIP.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/SYCL/Kokkos_SYCL_Space.cpp.o
[  8%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 21%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 21%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o
[  8%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 21%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 14%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[  9%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[  9%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[ 14%] Built target Kokkos_CoreUnitTest_Develop
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[ 21%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 21%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[  9%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o
[ 21%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 21%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
-- 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
[  0%] 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_register.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_name.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
nvcc_wrapper has been given GNU extension standard flag -std=gnu++17 - reverting flag to -std=c++17
[ 10%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 10%] Linking CXX static library libkokkos_gtest.a
[ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
Scanning dependencies of target kokkoscore
[  1%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
+ 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
[ 10%] Built target kokkos_gtest
[ 10%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCudaUVM_ViewAPI_b.cpp
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
[ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_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
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 10%] 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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCudaUVM_ViewAPI_c.cpp
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test04_ParallelFor_RangePolicy_CUDA.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_SYCL.cpp.o
[ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_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
[ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 10%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 10%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 11%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 12%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[  6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
[  6%] Linking CXX static library libbenchmark_main.a
[  6%] Built target benchmark_main
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_double.cpp.o
[ 13%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
Scanning dependencies of target Kokkos_CoreUnitTest_Cuda1
[ 11%] Built target Kokkos_CoreUnitTest_CTestDevice
-- The CXX compiler identification is GNU 8.4.0
-- Check for working CXX compiler: /var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[  2%] Linking CXX shared library libkokkossimd.so
[  2%] Built target kokkossimd
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[  2%] Linking CXX shared library libimpl_git_version.so
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o
[ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 13%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[  2%] Built target impl_git_version
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o
[ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 22%] 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
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o
[ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 13%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 13%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
-- Check for working CXX compiler: /var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper - works
-- Detecting CXX compiler ABI info
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 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
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_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
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Kokkos version: 4.4.99
-- The project name is: Kokkos
-- Using internal gtest for testing
-- Found CUDAToolkit: /usr/local/cuda/include (found version "11.0.221") 
-- Looking for C++ include pthread.h
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.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
[ 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
[ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[  2%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Error.cpp.o
[ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[  2%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o
-- Looking for C++ include pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test06_ParallelFor_MDRangePolicy_HIP.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Cuda3
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Serial1
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test05_ParallelReduce_RangePolicy_CUDA.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 14%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 14%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 23%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 23%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 14%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 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_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[ 15%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- 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:43 (INCLUDE)
  cmake/kokkos_tribits.cmake:192 (FIND_PACKAGE)
  CMakeLists.txt:226 (KOKKOS_SETUP_BUILD_ENVIRONMENT)


[ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.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
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[ 15%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o
[  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
-- Found Python3: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter 
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 15%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 15%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
-- Sources TestCuda.cpp
[  6%] Linking CXX static library libkokkoscore.a
[  6%] Built target kokkoscore
[  6%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
[ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
-- Kokkos Backends: 
-- Configuring done
[ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
Scanning dependencies of target Kokkos_PerformanceTest_Benchmark
[ 24%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
[ 15%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax
[ 24%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o
[ 15%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o
[ 16%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
-- 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%] Built target AlwaysCheckGit
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkosprinter-tool.dir/tools/printing-tool.cpp.o
Scanning dependencies of target Kokkos_query_device
[  0%] Building CXX object example/query_device/CMakeFiles/Kokkos_query_device.dir/query_device.cpp.o
Scanning dependencies of target Kokkos_example_relocatable_function
[  0%] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/main.cpp.o
Scanning dependencies of target kokkos_gtest
[  0%] Building CXX object core/unit_test/CMakeFiles/kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o
[  1%] Linking CXX shared library libkokkosprinter-tool.so
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
Scanning dependencies of target Kokkos_CoreUnitTest_DeviceAndThreads
Scanning dependencies of target Kokkos_ContainersTestCompileOnly
[  1%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[  2%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
[  2%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
Scanning dependencies of target Kokkos_CoreTestCompileOnly
[  2%] Linking CXX executable Kokkos_query_device
[  2%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[  2%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 25%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 25%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 26%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o
[  2%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  2%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[  2%] Linking CXX static library libkokkos_gtest.a
[  2%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[  2%] Built target kokkos_gtest
[  3%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[  3%] Built target kokkosprinter-tool
Scanning dependencies of target Kokkos_tutorial_01_hello_world
Scanning dependencies of target Kokkos_tutorial_02_simple_reduce
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o
[ 16%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[  3%] Building CXX object example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/hello_world.cpp.o
[  3%] Building CXX object example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/simple_reduce.cpp.o
[  3%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[  3%] Linking CXX executable Kokkos_tutorial_01_hello_world
[  3%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[  3%] Linking CXX executable Kokkos_tutorial_02_simple_reduce
[  3%] Built target Kokkos_query_device
[  3%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test06_ParallelFor_MDRangePolicy_CUDA.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Task.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
[ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
Scanning dependencies of target Kokkos_PerformanceTest_TaskDag
[ 26%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o
[ 16%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
Scanning dependencies of target Kokkos_tutorial_03_simple_view
[  3%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[  3%] Building CXX object example/tutorial/03_simple_view/CMakeFiles/Kokkos_tutorial_03_simple_view.dir/simple_view.cpp.o
[  3%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[  3%] Linking CXX executable Kokkos_tutorial_03_simple_view
[ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 26%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[ 21%] Linking CXX executable Kokkos_CoreUnitTest_Default
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[ 16%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 16%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 16%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_tutorial_04_simple_memoryspaces
[  4%] Building CXX object example/tutorial/04_simple_memoryspaces/CMakeFiles/Kokkos_tutorial_04_simple_memoryspaces.dir/simple_memoryspaces.cpp.o
[  4%] Built target Kokkos_tutorial_01_hello_world
[  4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
Scanning dependencies of target Kokkos_tutorial_05_simple_atomics
[  4%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[  4%] Building CXX object example/tutorial/05_simple_atomics/CMakeFiles/Kokkos_tutorial_05_simple_atomics.dir/simple_atomics.cpp.o
[  4%] Linking CXX executable Kokkos_tutorial_04_simple_memoryspaces
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCudaUVM_ViewAPI_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCudaUVM_ViewAPI_e.cpp
[ 21%] Built target Kokkos_CoreUnitTest_Default
[ 16%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[  4%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[  4%] Built target Kokkos_tutorial_02_simple_reduce
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
Scanning dependencies of target Kokkos_tutorial_06_simple_mdrangepolicy
[  5%] Linking CXX executable Kokkos_tutorial_05_simple_atomics
[  5%] Building CXX object example/tutorial/06_simple_mdrangepolicy/CMakeFiles/Kokkos_tutorial_06_simple_mdrangepolicy.dir/simple_mdrangepolicy.cpp.o
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.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

[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[  5%] Linking CXX executable Kokkos_tutorial_06_simple_mdrangepolicy
[ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
Scanning dependencies of target Kokkos_PerformanceTest_SharedSpace
[ 26%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o
Scanning dependencies of target Kokkos_StackTraceTestExec
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 17%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[  5%] Built target Kokkos_tutorial_03_simple_view
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_longint.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_float.cpp.o
Scanning dependencies of target Kokkos_tutorial_advancedviews_01_data_layouts
Scanning dependencies of target Kokkos_tutorial_advancedviews_02_memory_traits
[  5%] Building CXX object example/tutorial/Advanced_Views/01_data_layouts/CMakeFiles/Kokkos_tutorial_advancedviews_01_data_layouts.dir/data_layouts.cpp.o
[  5%] Building CXX object example/tutorial/Advanced_Views/02_memory_traits/CMakeFiles/Kokkos_tutorial_advancedviews_02_memory_traits.dir/memory_traits.cpp.o
[  5%] Built target Kokkos_tutorial_04_simple_memoryspaces
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[  5%] Built target Kokkos_tutorial_05_simple_atomics
[  5%] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/functor.cpp.o
[  6%] Linking CXX executable Kokkos_tutorial_advancedviews_01_data_layouts
[  6%] Linking CXX executable Kokkos_tutorial_advancedviews_02_memory_traits
Scanning dependencies of target Kokkos_tutorial_advancedviews_03_subviews
[ 17%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 18%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test08_deep_copy_HIP.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
[  6%] Building CXX object example/tutorial/Advanced_Views/03_subviews/CMakeFiles/Kokkos_tutorial_advancedviews_03_subviews.dir/subviews.cpp.o
[  6%] Built target Kokkos_tutorial_06_simple_mdrangepolicy
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[  3%] Linking CXX shared library libkokkos_gtest.so
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[  7%] Linking CXX executable Kokkos_tutorial_advancedviews_03_subviews
[ 18%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[  3%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sleep.cc.o
[  3%] Built target kokkos_gtest
[  3%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostBarrier.cpp.o
Scanning dependencies of target Kokkos_tutorial_advancedviews_04_dualviews
[  7%] Linking CXX executable Kokkos_CoreTestCompileOnly
[  7%] Building CXX object example/tutorial/Advanced_Views/04_dualviews/CMakeFiles/Kokkos_tutorial_advancedviews_04_dualviews.dir/dual_view.cpp.o
[  4%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_HostSpace.cpp.o
[  7%] Built target Kokkos_tutorial_advancedviews_02_memory_traits
[  7%] Linking CXX executable Kokkos_tutorial_advancedviews_04_dualviews
[  7%] Built target Kokkos_tutorial_advancedviews_01_data_layouts
Scanning dependencies of target Kokkos_tutorial_advancedviews_05_nvidia_uvm
Scanning dependencies of target Kokkos_tutorial_algorithms_01_random_numbers
[  8%] Building CXX object example/tutorial/Advanced_Views/05_NVIDIA_UVM/CMakeFiles/Kokkos_tutorial_advancedviews_05_nvidia_uvm.dir/uvm_example.cpp.o
[  8%] Building CXX object example/tutorial/Algorithms/01_random_numbers/CMakeFiles/Kokkos_tutorial_algorithms_01_random_numbers.dir/random_numbers.cpp.o
[  8%] Built target Kokkos_tutorial_advancedviews_03_subviews
[  8%] Linking CXX executable Kokkos_tutorial_algorithms_01_random_numbers
Scanning dependencies of target Kokkos_tutorial_hierarchicalparallelism_01_thread_teams
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCudaUVM_ViewCopy_a.cpp
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o
[  4%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o
[  8%] Linking CXX executable Kokkos_tutorial_advancedviews_05_nvidia_uvm
[  9%] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams.dir/thread_teams.cpp.o
[  9%] Built target Kokkos_CoreTestCompileOnly
[  9%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_01_thread_teams
[  9%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[  9%] Built target Kokkos_tutorial_advancedviews_04_dualviews
[ 26%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_longlongint.cpp.o
[ 26%] Linking CXX executable Kokkos_PerformanceTest_TaskDag
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o
Scanning dependencies of target Kokkos_tutorial_hierarchical_01_thread_teams_lambda
[  9%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[  9%] 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
[  9%] Linking CXX executable Kokkos_tutorial_hierarchical_01_thread_teams_lambda
[  9%] Built target Kokkos_tutorial_algorithms_01_random_numbers
[  9%] Built target Kokkos_tutorial_advancedviews_05_nvidia_uvm
Scanning dependencies of target Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for
[  9%] 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
[  9%] Built target Kokkos_tutorial_hierarchicalparallelism_01_thread_teams
Scanning dependencies of target Kokkos_tutorial_hierarchicalparallelism_03_vectorization
[  9%] Building CXX object example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_03_vectorization.dir/vectorization.cpp.o
[  9%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for
Scanning dependencies of target Kokkos_launch_bounds_reduce
[  9%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_03_vectorization
[  9%] Building CXX object example/tutorial/launch_bounds/CMakeFiles/Kokkos_launch_bounds_reduce.dir/launch_bounds_reduce.cpp.o
[ 26%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
[  9%] Linking CXX executable Kokkos_launch_bounds_reduce
[ 26%] Built target Kokkos_PerformanceTest_TaskDag
[ 26%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[  5%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o
[  9%] Built target Kokkos_tutorial_hierarchical_01_thread_teams_lambda
Scanning dependencies of target Kokkos_tutorial_01_hello_world_lambda
[  9%] Building CXX object example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/hello_world_lambda.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o
[ 19%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[  9%] Built target Kokkos_tutorial_hierarchicalparallelism_03_vectorization
[  9%] Built target Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for
Scanning dependencies of target Kokkos_tutorial_02_simple_reduce_lambda
[ 10%] Building CXX object example/tutorial/02_simple_reduce_lambda/CMakeFiles/Kokkos_tutorial_02_simple_reduce_lambda.dir/simple_reduce_lambda.cpp.o
[ 10%] Linking CXX executable Kokkos_tutorial_01_hello_world_lambda
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test08_deep_copy_CUDA.cpp.o
[ 15%] Linking CXX executable Kokkos_StackTraceTestExec
Scanning dependencies of target Kokkos_tutorial_03_simple_view_lambda
[ 10%] Building CXX object example/tutorial/03_simple_view_lambda/CMakeFiles/Kokkos_tutorial_03_simple_view_lambda.dir/simple_view_lambda.cpp.o
[ 10%] Linking CXX executable Kokkos_tutorial_02_simple_reduce_lambda
Scanning dependencies of target Kokkos_atomic
[ 10%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
[ 10%] Built target Kokkos_launch_bounds_reduce
[ 10%] Linking CXX executable Kokkos_atomic
Scanning dependencies of target Kokkos_gather
[  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
[ 15%] Built target Kokkos_StackTraceTestExec
Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHookTerminate
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHookTerminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o
[ 10%] Linking CXX executable Kokkos_tutorial_03_simple_view_lambda
[ 11%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
[ 11%] Linking CXX executable Kokkos_gather
[ 11%] Built target Kokkos_tutorial_01_hello_world_lambda
[ 11%] Built target Kokkos_tutorial_02_simple_reduce_lambda
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
Scanning dependencies of target Kokkos_gups
Scanning dependencies of target Kokkos_launch_latency
[ 11%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[ 12%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[ 12%] Built target Kokkos_tutorial_03_simple_view_lambda
Scanning dependencies of target Kokkos_stream
[ 12%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[ 12%] Linking CXX executable Kokkos_gups
[ 12%] Built target Kokkos_atomic
[ 12%] Linking CXX executable Kokkos_launch_latency
[ 19%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_unsignedint.cpp.o
Scanning dependencies of target Kokkos_view_copy_constructor
[ 13%] Linking CXX executable Kokkos_stream
[ 13%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCudaUVM_ViewCopy_b.cpp
[ 14%] Linking CXX executable Kokkos_view_copy_constructor
[ 14%] Built target Kokkos_gather
[ 19%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
Scanning dependencies of target Kokkos_policy_performance
[ 14%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
[ 14%] Built target Kokkos_gups
[ 14%] Built target Kokkos_launch_latency
Scanning dependencies of target impl_git_version
[ 14%] Building CXX object CMakeFiles/impl_git_version.dir/generated/Kokkos_Version_Info.cpp.o
[  5%] Linking CXX shared library libbenchmark.so
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicOperations_unsignedlongint.cpp.o
Scanning dependencies of target Kokkos_bytes_and_flops
[ 14%] Linking CXX executable Kokkos_policy_performance
[ 14%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
[ 14%] Built target Kokkos_stream
[ 14%] Built target Kokkos_view_copy_constructor
Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 14%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[ 14%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[  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
[  5%] Built target benchmark
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
Scanning dependencies of target Kokkos_StackTraceTestExec
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 15%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o
[ 19%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 15%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 16%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 21%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o
[  5%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_CudaSpace.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o
[ 20%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 16%] Linking CXX executable Kokkos_bytes_and_flops
[ 16%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreams
[ 16%] Built target Kokkos_policy_performance
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o
[ 17%] Linking CXX executable Kokkos_StackTraceTestExec
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 21%] Built target Kokkos_CoreUnitTest_KokkosP
Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHook
[ 17%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o
[  7%] Linking CXX static library libkokkoscontainers.a
[  7%] Built target kokkoscontainers
[  7%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/UnitTestMainInit.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/UnitTestMainInit.cpp.o
Scanning dependencies of target Kokkos_IncrementalTest_OPENMP
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Instance.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o
[ 27%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace
[ 20%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 18%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook
[ 27%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[ 27%] Built target Kokkos_PerformanceTest_SharedSpace
[ 27%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
Scanning dependencies of target Kokkos_PerformanceTest_Mempool
[ 27%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
[ 18%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams
Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpInit
[ 27%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 21%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o
[ 18%] Built target Kokkos_bytes_and_flops
[ 18%] Linking CXX executable Kokkos_example_relocatable_function
Scanning dependencies of target Kokkos_CoreUnitTest_CudaTimingBased
[ 18%] Built target Kokkos_StackTraceTestExec
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o
nvcc_wrapper has been given GNU extension standard flag -std=gnu++17 - reverting flag to -std=c++17
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/Cuda/Kokkos_Cuda_Task.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o
[ 19%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit
[ 19%] Built target Kokkos_CoreUnitTest_PushFinalizeHook
[ 16%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHookTerminate
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o
[  7%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Cuda2
Scanning dependencies of target Kokkos_CoreUnitTest_Serial2
[ 16%] Built target Kokkos_CoreUnitTest_PushFinalizeHookTerminate
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
Scanning dependencies of target Kokkos_CoreTestCompileOnly
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
[ 19%] Built target Kokkos_example_relocatable_function
[ 19%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test10_HierarchicalBasics_HIP.cpp.o
[ 21%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP.cpp.o
[ 19%] 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_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o
[ 19%] Built target Kokkos_CoreUnitTest_CudaInterOpInit
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o
[ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCudaUVM_ViewCopy_c.cpp
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o
[ 21%] Built target Kokkos_CoreUnitTest_CudaTimingBased
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o
[ 21%] Linking CXX static library libimpl_git_version.a
[ 21%] Built target impl_git_version
Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 23%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Cuda1
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.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_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Instance.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewBadAlloc.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o
[ 26%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.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_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_c.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Cuda3
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Task.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/OpenMP/Kokkos_OpenMP_Task.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewHooks.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o
[ 29%] 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_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o
[  5%] Linking CXX static library libkokkoscore.a
[  5%] Built target kokkoscore
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_DeviceAndThreads.dir/UnitTest_DeviceAndThreads.cpp.o
[  5%] Building CXX object containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
[ 22%] Linking CXX executable Kokkos_StackTraceTestExec
[ 22%] Built target Kokkos_StackTraceTestExec
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_c.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfViews.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[ 27%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test10_HierarchicalBasics_CUDA.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
Scanning dependencies of target Kokkos_IncrementalTest_SERIAL
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Atomics.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestComplex.hpp(28): warning: invalid error number

Warning: 'long double' is treated as 'double' in device code

[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o
[ 33%] 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_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o
[ 27%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpaceThreadSafety.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o
[ 21%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 21%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_c.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Graph.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o
[ 27%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 41%] 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_c04.cpp.o
[ 41%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[  6%] Building CXX object core/src/CMakeFiles/kokkoscore.dir/__/__/tpls/desul/src/Lock_Array_CUDA.cpp.o
nvlink warning : Stack size for entry function '_ZN6Kokkos4Impl72_GLOBAL__N__48_tmpxft_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_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_00001d99_00000000_7_TestCuda_Task_cpp1_ii_948529ff23cuda_task_queue_executeINS_18BasicTaskSchedulerINS_4CudaENS0_9TaskQueueIS4_NS_12CudaUVMSpaceEEEEEEEvT_i' cannot be statically determined
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Init.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o
[ 44%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 21%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 44%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
Scanning dependencies of target Kokkos_CoreUnitTest_LegionInitialization
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o
Scanning dependencies of target benchmark_main
[  6%] Building CXX object _deps/googlebenchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
[ 44%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization
Scanning dependencies of target Kokkos_CoreUnitTest_Serial1
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o
[ 14%] 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_b.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[ 45%] Built target Kokkos_CoreUnitTest_LegionInitialization
Scanning dependencies of target Kokkos_CoreUnitTest_ToolIndependence
[ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 22%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 27%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[ 46%] Built target Kokkos_CoreUnitTest_Cuda3
[ 46%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o
[ 46%] Built target Kokkos_CoreUnitTest_Serial2
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[ 22%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 22%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 22%] 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/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCudaUVM_ViewMapping_a.cpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o
Scanning dependencies of target Kokkos_ToolsInitialization
[ 47%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
[ 48%] Linking CXX executable Kokkos_ToolsInitialization
[ 23%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[  6%] Linking CXX shared library libbenchmark_main.so
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[  6%] Built target benchmark_main
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 48%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 48%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11a_ParallelFor_TeamThreadRange_HIP.cpp.o
[ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_PerformanceTest_Atomic
[ 27%] 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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCudaUVM_ViewMapping_b.cpp
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o
[ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 24%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
[ 48%] Built target Kokkos_ToolsInitialization
Scanning dependencies of target Kokkos_CoreUnitTest_Default
[ 48%] Built target Kokkos_CoreUnitTest_Cuda2
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_ScopeGuard
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ScopeGuard.dir/UnitTestMain.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Develop
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ScopeGuard.dir/UnitTest_ScopeGuard.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 24%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 24%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 27%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 49%] Linking CXX executable Kokkos_CoreUnitTest_ScopeGuard
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 49%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCudaUVM_ViewMapping_subview.cpp
[ 24%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11a_ParallelFor_TeamThreadRange_CUDA.cpp.o
[ 14%] 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_b.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 50%] Built target Kokkos_CoreUnitTest_Develop
Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHookTerminate
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHookTerminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 50%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHookTerminate
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestComplex.hpp(28): warning: invalid error number

Warning: 'long double' is treated as 'double' in device code

[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[ 51%] Built target Kokkos_CoreUnitTest_ScopeGuard
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[ 27%] Built target Kokkos_PerformanceTest_Mempool
Scanning dependencies of target Kokkos_ContainersUnitTest_OpenMP
[ 27%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o
[ 25%] Built target Kokkos_CoreTestCompileOnly
[ 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_MinMax_hpp
[ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 52%] Built target Kokkos_CoreUnitTest_PushFinalizeHookTerminate
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
Scanning dependencies of target Kokkos_ProfilingAllCalls
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 25%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
[ 53%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[  6%] Linking CXX shared library libkokkoscore.so
[ 25%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 27%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o
[ 28%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 54%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 54%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
[ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Abort.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Abort.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_a.cpp.o
[  6%] Built target kokkoscore
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longint.cpp.o
[ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamBasic.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamBasic.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_a.cpp.o
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
Scanning dependencies of target Kokkos_ContainersUnitTest_HIP
[ 28%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/UnitTestMain.cpp.o
[ 54%] Built target Kokkos_ProfilingAllCalls
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
[ 54%] Built target Kokkos_CoreUnitTest_KokkosP
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_ContainersUnitTest_Cuda
Scanning dependencies of target Kokkos_ContainersUnitTest_Serial
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 54%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
[ 54%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o
[ 54%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
[ 54%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
[ 55%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DualView.hpp(447): warning: missing return statement at end of non-void function "Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=double *, Arg1Type=Kokkos::LayoutLeft, Arg2Type=Test::<unnamed>::DeviceType, Arg3Type=void, Device=Test::<unnamed>::d_device]"
          detected during instantiation of "auto Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=double *, Arg1Type=Kokkos::LayoutLeft, Arg2Type=Test::<unnamed>::DeviceType, Arg3Type=void, Device=Test::<unnamed>::d_device]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDualView.hpp(547): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DualView.hpp(447): warning: missing return statement at end of non-void function "Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=double *, Arg1Type=Kokkos::LayoutLeft, Arg2Type=Test::<unnamed>::DeviceType, Arg3Type=void, Device=Test::<unnamed>::h_device]"
          detected during instantiation of "auto Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=double *, Arg1Type=Kokkos::LayoutLeft, Arg2Type=Test::<unnamed>::DeviceType, Arg3Type=void, Device=Test::<unnamed>::h_device]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDualView.hpp(556): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DualView.hpp(447): warning: missing return statement at end of non-void function "Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=double *, Arg1Type=Kokkos::LayoutLeft, Arg2Type=Test::<unnamed>::DeviceType, Arg3Type=void, Device=Kokkos::DefaultHostExecutionSpace]"
          detected during instantiation of "auto Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=double *, Arg1Type=Kokkos::LayoutLeft, Arg2Type=Test::<unnamed>::DeviceType, Arg3Type=void, Device=Kokkos::DefaultHostExecutionSpace]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDualView.hpp(606): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DualView.hpp(447): warning: missing return statement at end of non-void function "Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=double *, Arg1Type=Kokkos::LayoutLeft, Arg2Type=Test::<unnamed>::DeviceType, Arg3Type=void, Device=Kokkos::DefaultExecutionSpace]"
          detected during instantiation of "auto Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=double *, Arg1Type=Kokkos::LayoutLeft, Arg2Type=Test::<unnamed>::DeviceType, Arg3Type=void, Device=Kokkos::DefaultExecutionSpace]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDualView.hpp(607): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DualView.hpp(447): warning: missing return statement at end of non-void function "Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=const double *, Arg1Type=Kokkos::LayoutLeft, Arg2Type=Test::<unnamed>::DeviceType, Arg3Type=void, Device=Kokkos::DefaultHostExecutionSpace]"
          detected during instantiation of "auto Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=const double *, Arg1Type=Kokkos::LayoutLeft, Arg2Type=Test::<unnamed>::DeviceType, Arg3Type=void, Device=Kokkos::DefaultHostExecutionSpace]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDualView.hpp(619): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DualView.hpp(447): warning: missing return statement at end of non-void function "Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=const double *, Arg1Type=Kokkos::LayoutLeft, Arg2Type=Test::<unnamed>::DeviceType, Arg3Type=void, Device=Kokkos::DefaultExecutionSpace]"
          detected during instantiation of "auto Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=const double *, Arg1Type=Kokkos::LayoutLeft, Arg2Type=Test::<unnamed>::DeviceType, Arg3Type=void, Device=Kokkos::DefaultExecutionSpace]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDualView.hpp(621): here

[ 55%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
[ 55%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
[ 55%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynRankView.hpp(2056): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=double, P=<Kokkos::LayoutLeft, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=double, P=<Kokkos::LayoutLeft, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]" 
(2079): here
            instantiation of "auto Kokkos::create_mirror_view(const Space &, const Kokkos::DynRankView<T, P...> &) [with Space=Kokkos::HostSpace, T=double, P=<Kokkos::LayoutLeft, Kokkos::HostSpace>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDynViewAPI.hpp(786): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynRankView.hpp(2056): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=double, P=<Kokkos::LayoutRight, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=double, P=<Kokkos::LayoutRight, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]" 
(2079): here
            instantiation of "auto Kokkos::create_mirror_view(const Space &, const Kokkos::DynRankView<T, P...> &) [with Space=Kokkos::HostSpace, T=double, P=<Kokkos::LayoutRight, Kokkos::HostSpace>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDynViewAPI.hpp(810): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynRankView.hpp(2056): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int, P=<Kokkos::LayoutStride, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int, P=<Kokkos::LayoutStride, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]" 
(2079): here
            instantiation of "auto Kokkos::create_mirror_view(const Space &, const Kokkos::DynRankView<T, P...> &) [with Space=Kokkos::HostSpace, T=int, P=<Kokkos::LayoutStride, Kokkos::HostSpace>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDynViewAPI.hpp(838): here

[ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DualView.hpp(447): warning: missing return statement at end of non-void function "Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=double *, Arg1Type=Kokkos::LayoutLeft, Arg2Type=Test::<unnamed>::DeviceType, Arg3Type=void, Device=Test::<unnamed>::d_device]"
          detected during instantiation of "auto Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=double *, Arg1Type=Kokkos::LayoutLeft, Arg2Type=Test::<unnamed>::DeviceType, Arg3Type=void, Device=Test::<unnamed>::d_device]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDualView.hpp(547): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DualView.hpp(447): warning: missing return statement at end of non-void function "Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=double *, Arg1Type=Kokkos::LayoutLeft, Arg2Type=Test::<unnamed>::DeviceType, Arg3Type=void, Device=Test::<unnamed>::h_device]"
          detected during instantiation of "auto Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=double *, Arg1Type=Kokkos::LayoutLeft, Arg2Type=Test::<unnamed>::DeviceType, Arg3Type=void, Device=Test::<unnamed>::h_device]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDualView.hpp(556): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DualView.hpp(447): warning: missing return statement at end of non-void function "Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=double *, Arg1Type=Kokkos::LayoutLeft, Arg2Type=Test::<unnamed>::DeviceType, Arg3Type=void, Device=Kokkos::DefaultHostExecutionSpace]"
          detected during instantiation of "auto Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=double *, Arg1Type=Kokkos::LayoutLeft, Arg2Type=Test::<unnamed>::DeviceType, Arg3Type=void, Device=Kokkos::DefaultHostExecutionSpace]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDualView.hpp(606): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DualView.hpp(447): warning: missing return statement at end of non-void function "Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=double *, Arg1Type=Kokkos::LayoutLeft, Arg2Type=Test::<unnamed>::DeviceType, Arg3Type=void, Device=Kokkos::DefaultExecutionSpace]"
          detected during instantiation of "auto Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=double *, Arg1Type=Kokkos::LayoutLeft, Arg2Type=Test::<unnamed>::DeviceType, Arg3Type=void, Device=Kokkos::DefaultExecutionSpace]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDualView.hpp(607): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DualView.hpp(447): warning: missing return statement at end of non-void function "Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=const double *, Arg1Type=Kokkos::LayoutLeft, Arg2Type=Test::<unnamed>::DeviceType, Arg3Type=void, Device=Kokkos::DefaultHostExecutionSpace]"
          detected during instantiation of "auto Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=const double *, Arg1Type=Kokkos::LayoutLeft, Arg2Type=Test::<unnamed>::DeviceType, Arg3Type=void, Device=Kokkos::DefaultHostExecutionSpace]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDualView.hpp(619): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DualView.hpp(447): warning: missing return statement at end of non-void function "Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=const double *, Arg1Type=Kokkos::LayoutLeft, Arg2Type=Test::<unnamed>::DeviceType, Arg3Type=void, Device=Kokkos::DefaultExecutionSpace]"
          detected during instantiation of "auto Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=const double *, Arg1Type=Kokkos::LayoutLeft, Arg2Type=Test::<unnamed>::DeviceType, Arg3Type=void, Device=Kokkos::DefaultExecutionSpace]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDualView.hpp(621): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynRankView.hpp(2056): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=double, P=<Kokkos::LayoutLeft, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=double, P=<Kokkos::LayoutLeft, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]" 
(2079): here
            instantiation of "auto Kokkos::create_mirror_view(const Space &, const Kokkos::DynRankView<T, P...> &) [with Space=Kokkos::HostSpace, T=double, P=<Kokkos::LayoutLeft, Kokkos::HostSpace>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDynViewAPI.hpp(786): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynRankView.hpp(2056): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=double, P=<Kokkos::LayoutRight, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=double, P=<Kokkos::LayoutRight, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]" 
(2079): here
            instantiation of "auto Kokkos::create_mirror_view(const Space &, const Kokkos::DynRankView<T, P...> &) [with Space=Kokkos::HostSpace, T=double, P=<Kokkos::LayoutRight, Kokkos::HostSpace>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDynViewAPI.hpp(810): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynRankView.hpp(2056):[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11b_ParallelFor_TeamVectorRange_CUDA.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o
 warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int, P=<Kokkos::LayoutStride, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int, P=<Kokkos::LayoutStride, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]" 
(2079): here
            instantiation of "auto Kokkos::create_mirror_view(const Space &, const Kokkos::DynRankView<T, P...> &) [with Space=Kokkos::HostSpace, T=int, P=<Kokkos::LayoutStride, Kokkos::HostSpace>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDynViewAPI.hpp(838): here

[ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
[ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
[ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynRankView.hpp(2056): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=double, P=<Kokkos::LayoutLeft, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=double, P=<Kokkos::LayoutLeft, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]" 
(2079): here
            instantiation of "auto Kokkos::create_mirror_view(const Space &, const Kokkos::DynRankView<T, P...> &) [with Space=Kokkos::HostSpace, T=double, P=<Kokkos::LayoutLeft, Kokkos::HostSpace>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDynViewAPI.hpp(786): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynRankView.hpp(2056): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=double, P=<Kokkos::LayoutRight, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=double, P=<Kokkos::LayoutRight, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]" 
(2079): here
            instantiation of "auto Kokkos::create_mirror_view(const Space &, const Kokkos::DynRankView<T, P...> &) [with Space=Kokkos::HostSpace, T=double, P=<Kokkos::LayoutRight, Kokkos::HostSpace>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDynViewAPI.hpp(810): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynRankView.hpp(2056): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int, P=<Kokkos::LayoutStride, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int, P=<Kokkos::LayoutStride, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]" 
(2079): here
            instantiation of "auto Kokkos::create_mirror_view(const Space &, const Kokkos::DynRankView<T, P...> &) [with Space=Kokkos::HostSpace, T=int, P=<Kokkos::LayoutStride, Kokkos::HostSpace>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDynViewAPI.hpp(838): here

[ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o
[ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
[ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
[ 56%] Built target Kokkos_CoreUnitTest_Default
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynRankView.hpp(2056): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=double, P=<Kokkos::LayoutLeft, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=double, P=<Kokkos::LayoutLeft, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]" 
(2079): here
            instantiation of "auto Kokkos::create_mirror_view(const Space &, const Kokkos::DynRankView<T, P...> &) [with Space=Kokkos::HostSpace, T=double, P=<Kokkos::LayoutLeft, Kokkos::HostSpace>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDynViewAPI.hpp(786): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynRankView.hpp(2056): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=double, P=<Kokkos::LayoutRight, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=double, P=<Kokkos::LayoutRight, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]" 
(2079): here
            instantiation of "auto Kokkos::create_mirror_view(const Space &, const Kokkos::DynRankView<T, P...> &) [with Space=Kokkos::HostSpace, T=double, P=<Kokkos::LayoutRight, Kokkos::HostSpace>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDynViewAPI.hpp(810): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynRankView.hpp(2056): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int, P=<Kokkos::LayoutStride, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int, P=<Kokkos::LayoutStride, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]" 
(2079): here
            instantiation of "auto Kokkos::create_mirror_view(const Space &, const Kokkos::DynRankView<T, P...> &) [with Space=Kokkos::HostSpace, T=int, P=<Kokkos::LayoutStride, Kokkos::HostSpace>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDynViewAPI.hpp(838): here

[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o
[ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCudaHostPinned_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCudaHostPinned_ViewAPI_b.cpp
[ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynRankView.hpp(2056): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=double, P=<Kokkos::LayoutLeft, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=double, P=<Kokkos::LayoutLeft, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]" 
(2079): here
            instantiation of "auto Kokkos::create_mirror_view(const Space &, const Kokkos::DynRankView<T, P...> &) [with Space=Kokkos::HostSpace, T=double, P=<Kokkos::LayoutLeft, Kokkos::HostSpace>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDynViewAPI.hpp(786): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynRankView.hpp(2056): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=double, P=<Kokkos::LayoutRight, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=double, P=<Kokkos::LayoutRight, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]" 
(2079): here
            instantiation of "auto Kokkos::create_mirror_view(const Space &, const Kokkos::DynRankView<T, P...> &) [with Space=Kokkos::HostSpace, T=double, P=<Kokkos::LayoutRight, Kokkos::HostSpace>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDynViewAPI.hpp(810): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynRankView.hpp(2056): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int, P=<Kokkos::LayoutStride, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int, P=<Kokkos::LayoutStride, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]" 
(2079): here
            instantiation of "auto Kokkos::create_mirror_view(const Space &, const Kokkos::DynRankView<T, P...> &) [with Space=Kokkos::HostSpace, T=int, P=<Kokkos::LayoutStride, Kokkos::HostSpace>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDynViewAPI.hpp(838): here

[ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynRankView.hpp(2056): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=double, P=<Kokkos::LayoutLeft, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=double, P=<Kokkos::LayoutLeft, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]" 
(2079): here
            instantiation of "auto Kokkos::create_mirror_view(const Space &, const Kokkos::DynRankView<T, P...> &) [with Space=Kokkos::HostSpace, T=double, P=<Kokkos::LayoutLeft, Kokkos::HostSpace>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDynViewAPI.hpp(786): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynRankView.hpp(2056): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=double, P=<Kokkos::LayoutRight, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=double, P=<Kokkos::LayoutRight, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]" 
(2079): here
            instantiation of "auto Kokkos::create_mirror_view(const Space &, const Kokkos::DynRankView<T, P...> &) [with Space=Kokkos::HostSpace, T=double, P=<Kokkos::LayoutRight, Kokkos::HostSpace>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDynViewAPI.hpp(810): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynRankView.hpp(2056): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int, P=<Kokkos::LayoutStride, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int, P=<Kokkos::LayoutStride, Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace>]" 
(2079): here
            instantiation of "auto Kokkos::create_mirror_view(const Space &, const Kokkos::DynRankView<T, P...> &) [with Space=Kokkos::HostSpace, T=int, P=<Kokkos::LayoutStride, Kokkos::HostSpace>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDynViewAPI.hpp(838): here

[ 56%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o
[ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[ 57%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o
Scanning dependencies of target Kokkos_ContainersPerformanceTest_Cuda
[ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_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/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCudaHostPinned_ViewAPI_c.cpp
[ 57%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o
[ 57%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o
[ 28%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o
[ 29%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Bitset.cpp.o
[ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o
[ 27%] 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_ScratchSpace_hpp
[ 28%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 58%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda
[ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11b_ParallelFor_TeamVectorRange_HIP.cpp.o
[ 29%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 29%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[  5%] Linking CXX static library libkokkoscontainers.a
[  5%] Built target kokkoscontainers
[  5%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o
[  5%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_AtomicViews.cpp.o
[ 30%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 30%] 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
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 29%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o
[  6%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[ 31%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 32%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 32%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 29%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DualView.cpp.o
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[  7%] Linking CXX executable Kokkos_CoreUnitTest_DeviceAndThreads
[  7%] Linking CXX shared library libkokkoscontainers.so
[  7%] Built target Kokkos_CoreUnitTest_DeviceAndThreads
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o
[ 59%] Built target Kokkos_ContainersPerformanceTest_Cuda
[  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
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o
[ 59%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHook
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_OpenMPInterOp
Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreams
Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpInit
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/UnitTestMain.cpp.o
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[ 60%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11c_ParallelFor_ThreadVectorRange_CUDA.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCudaHostPinned_ViewAPI_d.cpp
Scanning dependencies of target Kokkos_CoreUnitTest_Cuda3
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/UnitTestMainInit.cpp.o
[ 60%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o
[ 60%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 33%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 33%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o
[ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[ 29%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_BitManipulationBuiltins.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_OpenMP
[  8%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o
[  8%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 34%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o
[ 61%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[ 61%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 34%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longlongint.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_HIP.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[ 34%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanAtomicAccessor.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanConversion.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCudaHostPinned_ViewAPI_e.cpp
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o
[ 35%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp(32): warning: invalid error number

[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.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_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_LegionInitialization
[ 35%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12a_ThreadScratch_CUDA.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_BlockSizeDeduction.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12b_TeamScratch_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCudaHostPinned_ViewCopy_a.cpp
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 63%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestRangePolicyConstructors.hpp(228): warning: variable "get_error_msg" was set but never used

[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o
[ 64%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_CheckedIntegerOps.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
[ 65%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[  8%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook
[  8%] Built target Kokkos_CoreUnitTest_PushFinalizeHook
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
Scanning dependencies of target Kokkos_CoreUnitTest_Cuda2
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/UnitTestMainInit.cpp.o
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 66%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
Scanning dependencies of target Kokkos_UnitTest_Sort
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ArrayOps.cpp.o
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessorAccessViolation.cpp.o
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessor.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12a_ThreadScratch_HIP.cpp.o
[ 69%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o
[  8%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCudaHostPinned_ViewCopy_b.cpp
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[  8%] Built target Kokkos_CoreUnitTest_CTestDevice
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCudaHostPinned_ViewCopy_c.cpp
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_CommonPolicyConstructors.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o
[ 70%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Task.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Cuda1
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/UnitTestMainInit.cpp.o
[ 70%] Built target Kokkos_ContainersTestCompileOnly
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[  8%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o
[  8%] Built target Kokkos_CoreUnitTest_OpenMPInterOp
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 30%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o
[ 30%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
Scanning dependencies of target Kokkos_UnitTest_Random
[ 72%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o
[ 72%] Linking CXX executable Kokkos_UnitTest_Sort
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 38%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 72%] Linking CXX executable Kokkos_UnitTest_Random
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 38%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[ 72%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/UnitTestMainInit.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13a_ParallelRed_TeamThreadRange_CUDA.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_CommonPolicyInterface.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[ 73%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_shared.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 73%] Built target Kokkos_UnitTest_Random
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 74%] Built target Kokkos_UnitTest_Sort
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexdouble.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
[ 75%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o
[ 76%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o
[  9%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCudaHostPinned_ViewMapping_a.cpp
[  9%] Built target Kokkos_CoreUnitTest_CudaInterOpInit
Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
/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

[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_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/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCudaHostPinned_ViewMapping_b.cpp
[ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12b_TeamScratch_HIP.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/UnitTestMainInit.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 79%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 79%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/UnitTestMainInit.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 79%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 79%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o
[  9%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams
[  9%] 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_CoreUnitTest_Serial1.dir/serial/TestSerial_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCudaHostPinned_ViewMapping_subview.cpp
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 79%] 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_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[  9%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 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_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 81%] 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_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Complex.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 82%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13b_ParallelRed_TeamVectorRange_CUDA.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedint.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamBasic.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Abort.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_View_64bit.cpp
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 86%] 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_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization
[ 30%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c01.cpp.o
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_complexdouble.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o
[ 12%] Built target Kokkos_CoreUnitTest_LegionInitialization
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 88%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 88%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_StaticCrsGraph.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_ViewOfClass.cpp
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o
[ 88%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.cpp.o
[ 30%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 88%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o
[ 88%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Vector.cpp.o
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
[ 90%] 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_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 90%] 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_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[  6%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Task.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_c.cpp.o
[ 19%] 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_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13c_ParallelRed_ThreadVectorRange_CUDA.cpp.o
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
Scanning dependencies of target Kokkos_UnitTest_SIMD
[ 91%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 91%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13a_ParallelRed_TeamThreadRange_HIP.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_SubView_a.cpp
[ 91%] Linking CXX executable Kokkos_UnitTest_SIMD
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_SubView_b.cpp
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpaceThreadSafety.cpp.o
[ 30%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 92%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 93%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 93%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[ 94%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ViewCtorPropEmbeddedDim.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[ 95%] Built target Kokkos_UnitTest_SIMD
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 30%] Built target Kokkos_Benchmark_Atomic_MinMax
[ 30%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 30%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp(32): warning: invalid error number

[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestRangePolicyConstructors.hpp(228): warning: variable "get_error_msg" was set but never used

[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o
[ 99%] 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_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o
[ 43%] 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_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o
[ 30%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Abort.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[ 30%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ArrayOps.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Concepts.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13b_ParallelRed_TeamVectorRange_HIP.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o
[ 30%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test14_MDRangeReduce_CUDA.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.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_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o
[ 30%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynamicView.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_SubView_c02.cpp
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.cpp.o
[ 30%] Linking CXX executable Kokkos_PerformanceTest_Atomic
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedlongint.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o
[ 30%] Built target Kokkos_PerformanceTest_Atomic
[ 30%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_generic.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o
[ 30%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank12345.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_SubView_c03.cpp
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
[ 22%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 22%] Built target Kokkos_CoreUnitTest_KokkosP
Scanning dependencies of target Kokkos_ProfilingAllCalls
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_SubView_c04.cpp
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_a.cpp.o
[ 30%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank67.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o
[ 22%] 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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_SubView_c05.cpp
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_complexfloat.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ScopeGuard.dir/UnitTestMain.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewBadAlloc.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o
[ 29%] 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_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test16_ParallelScan_CUDA.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_HIP.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_double.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Graph.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_SubView_c06.cpp
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[ 13%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 30%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Crs.cpp.o
[  6%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit
[  6%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp
[ 13%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o
[ 22%] 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_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 22%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 22%] Built target Kokkos_ProfilingAllCalls
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test14_MDRangeReduce_HIP.cpp.o
[  6%] Built target Kokkos_CoreUnitTest_OpenMPInterOp
[  6%] Built target Kokkos_CoreUnitTest_CudaInterOpInit
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/UnitTestMain.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_TeamScratchStreams.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ScopeGuard.dir/UnitTest_ScopeGuard.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test17_CompleteAtomic_CUDA.cpp.o
[ 22%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
[ 22%] Built target Kokkos_IncrementalTest_SERIAL
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test16_ParallelScan_HIP.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[100%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
[100%] Built target Kokkos_CoreUnitTest_Serial1
[ 18%] 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_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o
[ 22%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_c.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longlongint.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 30%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[ 22%] Built target Kokkos_IncrementalTest_SERIAL
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Atomics.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test17_CompleteAtomic_HIP.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_float.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o
[ 29%] 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_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o
Scanning dependencies of target Kokkos_ContainersTestCompileOnly
[ 30%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c02.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DualView.hpp(447): warning: missing return statement at end of non-void function "Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=int ****[1][2][3][4], Arg1Type=Kokkos::Serial, Arg2Type=void, Arg3Type=void, Device=Kokkos::Serial]"
          detected during instantiation of "auto Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=int ****[1][2][3][4], Arg1Type=Kokkos::Serial, Arg2Type=void, Arg3Type=void, Device=Kokkos::Serial]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(59): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DualView.hpp(447): warning: missing return statement at end of non-void function "Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=int *, Arg1Type=Kokkos::Serial, Arg2Type=void, Arg3Type=void, Device=Kokkos::Serial]"
          detected during instantiation of "auto Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=int *, Arg1Type=Kokkos::Serial, Arg2Type=void, Arg3Type=void, Device=Kokkos::Serial]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(159): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynRankView.hpp(1967): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int, P=<Kokkos::Serial>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int, P=<Kokkos::Serial>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t>]" 
(1985): here
            instantiation of "auto Kokkos::create_mirror(Kokkos::Impl::WithoutInitializing_t, const Kokkos::DynRankView<T, P...> &) [with T=int, P=<Kokkos::Serial>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(433): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynRankView.hpp(2056): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace, Kokkos::Impl::WithoutInitializing_t>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace, Kokkos::Impl::WithoutInitializing_t>]" 
(2089): here
            instantiation of "auto Kokkos::create_mirror_view(Kokkos::Impl::WithoutInitializing_t, const Space &, const Kokkos::DynRankView<T, P...> &) [with Space=Kokkos::Serial, T=int, P=<Kokkos::HostSpace>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(442): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynRankView.hpp(1967): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int, P=<Kokkos::DefaultExecutionSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int, P=<Kokkos::DefaultExecutionSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t>]" 
(2016): here
            instantiation of "auto Kokkos::create_mirror(const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &, const Kokkos::DynRankView<T, P...> &) [with T=int, P=<Kokkos::DefaultExecutionSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(464): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynRankView.hpp(1967): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t, Kokkos::Serial>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t, Kokkos::Serial>]" 
(2016): here
            instantiation of "auto Kokkos::create_mirror(const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &, const Kokkos::DynRankView<T, P...> &) [with T=int, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t, Kokkos::Serial>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(469): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_OffsetView.hpp(1339): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror(const Kokkos::Experimental::OffsetView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int *, P=<Kokkos::Serial>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror(const Kokkos::Experimental::OffsetView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int *, P=<Kokkos::Serial>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t>]" 
(1359): here
            instantiation of "auto Kokkos::create_mirror(Kokkos::Impl::WithoutInitializing_t, const Kokkos::Experimental::OffsetView<T, P...> &) [with T=int *, P=<Kokkos::Serial>, <unnamed>=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(534): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_OffsetView.hpp(1435): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror_view(const Kokkos::Experimental::OffsetView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int *, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace, Kokkos::Impl::WithoutInitializing_t>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror_view(const Kokkos::Experimental::OffsetView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int *, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace, Kokkos::Impl::WithoutInitializing_t>]" 
(1470): here
            instantiation of "auto Kokkos::create_mirror_view(Kokkos::Impl::WithoutInitializing_t, const Space &, const Kokkos::Experimental::OffsetView<T, P...> &) [with Space=Kokkos::DefaultHostExecutionSpace, T=int *, P=<Kokkos::HostSpace>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(545): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_OffsetView.hpp(1339): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror(const Kokkos::Experimental::OffsetView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int *, P=<Kokkos::DefaultExecutionSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror(const Kokkos::Experimental::OffsetView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int *, P=<Kokkos::DefaultExecutionSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t>]" 
(1393): here
            instantiation of "auto Kokkos::create_mirror(const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &, const Kokkos::Experimental::OffsetView<T, P...> &) [with T=int *, P=<Kokkos::DefaultExecutionSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t>, <unnamed>=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(568): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_OffsetView.hpp(1339): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror(const Kokkos::Experimental::OffsetView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int *, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t, Kokkos::Serial>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror(const Kokkos::Experimental::OffsetView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int *, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t, Kokkos::Serial>]" 
(1393): here
            instantiation of "auto Kokkos::create_mirror(const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &, const Kokkos::Experimental::OffsetView<T, P...> &) [with T=int *, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t, Kokkos::Serial>, <unnamed>=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(573): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynamicView.hpp(629): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror(const Kokkos::Experimental::DynamicView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int *, P=<Kokkos::Serial>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror(const Kokkos::Experimental::DynamicView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int *, P=<Kokkos::Serial>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t>]" 
(649): here
            instantiation of "auto Kokkos::create_mirror(Kokkos::Impl::WithoutInitializing_t, const Kokkos::Experimental::DynamicView<T, P...> &) [with T=int *, P=<Kokkos::Serial>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(644): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynamicView.hpp(726): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror_view(const Kokkos::Experimental::DynamicView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int *, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t, Kokkos::HostSpace>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror_view(const Kokkos::Experimental::DynamicView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int *, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t, Kokkos::HostSpace>]" 
(761): here
            instantiation of "auto Kokkos::create_mirror_view(Kokkos::Impl::WithoutInitializing_t, const Space &, const Kokkos::Experimental::DynamicView<T, P...> &) [with Space=Kokkos::Serial, T=int *, P=<Kokkos::HostSpace>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(653): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynamicView.hpp(629): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror(const Kokkos::Experimental::DynamicView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int *, P=<Kokkos::DefaultExecutionSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror(const Kokkos::Experimental::DynamicView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int *, P=<Kokkos::DefaultExecutionSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t>]" 
(683): here
            instantiation of "auto Kokkos::create_mirror(const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &, const Kokkos::Experimental::DynamicView<T, P...> &) [with T=int *, P=<Kokkos::DefaultExecutionSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(724): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynamicView.hpp(629): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror(const Kokkos::Experimental::DynamicView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int *, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t, Kokkos::Cuda>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror(const Kokkos::Experimental::DynamicView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int *, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t, Kokkos::Cuda>]" 
(683): here
            instantiation of "auto Kokkos::create_mirror(const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &, const Kokkos::Experimental::DynamicView<T, P...> &) [with T=int *, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t, Kokkos::Cuda>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(729): here

[100%] Linking CXX executable Kokkos_ContainersUnitTest_Serial
[100%] Built target Kokkos_ContainersUnitTest_Serial
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 30%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ErrorReporter.cpp.o
[ 30%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 19%] Linking CXX executable Kokkos_CoreUnitTest_ScopeGuard
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_SubView_c07.cpp
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o
[ 23%] Linking CXX executable Kokkos_IncrementalTest_CUDA
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_int.cpp.o
[ 19%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 19%] Built target Kokkos_CoreUnitTest_ScopeGuard
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ExecSpacePartitioning.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o
[ 19%] Built target Kokkos_CoreUnitTest_Develop
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHookTerminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o
[ 30%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_OffsetView.cpp.o
[ 23%] Built target Kokkos_IncrementalTest_CUDA
[ 24%] Linking CXX executable Kokkos_CoreTestCompileOnly
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ArrayOps.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 24%] Built target Kokkos_CoreTestCompileOnly
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_LegionInitialization
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_SubView_c08.cpp
[100%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ArrayOps.cpp.o
[ 30%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 30%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 24%] Linking CXX executable Kokkos_IncrementalTest_HIP
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_SubView_c09.cpp
[ 24%] Built target Kokkos_IncrementalTest_HIP
Scanning dependencies of target Kokkos_ToolsInitialization
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[100%] Built target Kokkos_CoreUnitTest_Cuda1
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.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_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_c.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_SubView_c10.cpp
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ExecSpaceThreadSafety.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreams.dir/cuda/TestCuda_InterOp_Streams.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[ 19%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHookTerminate
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_SubView_c11.cpp
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[ 19%] Built target Kokkos_CoreUnitTest_PushFinalizeHookTerminate
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ExecutionSpace.cpp.o
[ 31%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBuiltins.dir/tools/TestBuiltinTuners.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o
[ 24%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DualView.hpp(447): warning: missing return statement at end of non-void function "Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=int ****[1][2][3][4], Arg1Type=Kokkos::Cuda, Arg2Type=void, Arg3Type=void, Device=Kokkos::Cuda]"
          detected during instantiation of "auto Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=int ****[1][2][3][4], Arg1Type=Kokkos::Cuda, Arg2Type=void, Arg3Type=void, Device=Kokkos::Cuda]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(59): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DualView.hpp(447): warning: missing return statement at end of non-void function "Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=int *, Arg1Type=Kokkos::Cuda, Arg2Type=void, Arg3Type=void, Device=Kokkos::Cuda]"
          detected during instantiation of "auto Kokkos::DualView<DataType, Arg1Type, Arg2Type, Arg3Type>::view<Device>() const [with DataType=int *, Arg1Type=Kokkos::Cuda, Arg2Type=void, Arg3Type=void, Device=Kokkos::Cuda]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(159): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynRankView.hpp(1967): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int, P=<Kokkos::Cuda>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int, P=<Kokkos::Cuda>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t>]" 
(1985): here
            instantiation of "auto Kokkos::create_mirror(Kokkos::Impl::WithoutInitializing_t, const Kokkos::DynRankView<T, P...> &) [with T=int, P=<Kokkos::Cuda>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(433): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynRankView.hpp(2056): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::CudaUVMSpace, Kokkos::Impl::WithoutInitializing_t>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror_view(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::CudaUVMSpace, Kokkos::Impl::WithoutInitializing_t>]" 
(2089): here
            instantiation of "auto Kokkos::create_mirror_view(Kokkos::Impl::WithoutInitializing_t, const Space &, const Kokkos::DynRankView<T, P...> &) [with Space=Kokkos::Cuda, T=int, P=<Kokkos::HostSpace>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(442): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynRankView.hpp(1967): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t, Kokkos::Serial>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror(const Kokkos::DynRankView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t, Kokkos::Serial>]" 
(2016): here
            instantiation of "auto Kokkos::create_mirror(const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &, const Kokkos::DynRankView<T, P...> &) [with T=int, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t, Kokkos::Serial>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(469): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynRankView.hpp(2146): warning: missing return statement at end of non-void function "Kokkos::create_mirror_view_and_copy(const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &, const Kokkos::DynRankView<T, P...> &) [with ViewCtorArgs=<Kokkos::CudaUVMSpace, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>, T=int, P=<Kokkos::HostSpace>, Enable=void]"
          detected during:
            instantiation of "auto Kokkos::create_mirror_view_and_copy(const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &, const Kokkos::DynRankView<T, P...> &) [with ViewCtorArgs=<Kokkos::CudaUVMSpace, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>, T=int, P=<Kokkos::HostSpace>, Enable=void]" 
(2153): here
            instantiation of "auto Kokkos::create_mirror_view_and_copy(const Space &, const Kokkos::DynRankView<T, P...> &, const std::__cxx11::string &) [with Space=Kokkos::Cuda, T=int, P=<Kokkos::HostSpace>]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(498): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynRankView.hpp(2146): warning: missing return statement at end of non-void function "Kokkos::create_mirror_view_and_copy(const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &, const Kokkos::DynRankView<T, P...> &) [with ViewCtorArgs=<Kokkos::Cuda, Kokkos::CudaUVMSpace>, T=int, P=<Kokkos::HostSpace>, Enable=void]"
          detected during instantiation of "auto Kokkos::create_mirror_view_and_copy(const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &, const Kokkos::DynRankView<T, P...> &) [with ViewCtorArgs=<Kokkos::Cuda, Kokkos::CudaUVMSpace>, T=int, P=<Kokkos::HostSpace>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(505): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_OffsetView.hpp(1339): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror(const Kokkos::Experimental::OffsetView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int *, P=<Kokkos::Cuda>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror(const Kokkos::Experimental::OffsetView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int *, P=<Kokkos::Cuda>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t>]" 
(1359): here
            instantiation of "auto Kokkos::create_mirror(Kokkos::Impl::WithoutInitializing_t, const Kokkos::Experimental::OffsetView<T, P...> &) [with T=int *, P=<Kokkos::Cuda>, <unnamed>=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(534): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_OffsetView.hpp(1435): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror_view(const Kokkos::Experimental::OffsetView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int *, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace, Kokkos::Impl::WithoutInitializing_t>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror_view(const Kokkos::Experimental::OffsetView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int *, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::HostSpace, Kokkos::Impl::WithoutInitializing_t>]" 
(1470): here
            instantiation of "auto Kokkos::create_mirror_view(Kokkos::Impl::WithoutInitializing_t, const Space &, const Kokkos::Experimental::OffsetView<T, P...> &) [with Space=Kokkos::DefaultHostExecutionSpace, T=int *, P=<Kokkos::HostSpace>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(545): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_OffsetView.hpp(1339): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror(const Kokkos::Experimental::OffsetView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int *, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t, Kokkos::Serial>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror(const Kokkos::Experimental::OffsetView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int *, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t, Kokkos::Serial>]" 
(1393): here
            instantiation of "auto Kokkos::create_mirror(const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &, const Kokkos::Experimental::OffsetView<T, P...> &) [with T=int *, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t, Kokkos::Serial>, <unnamed>=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(573): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynamicView.hpp(629): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror(const Kokkos::Experimental::DynamicView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int *, P=<Kokkos::Cuda>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror(const Kokkos::Experimental::DynamicView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int *, P=<Kokkos::Cuda>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t>]" 
(649): here
            instantiation of "auto Kokkos::create_mirror(Kokkos::Impl::WithoutInitializing_t, const Kokkos::Experimental::DynamicView<T, P...> &) [with T=int *, P=<Kokkos::Cuda>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(644): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynamicView.hpp(726): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror_view(const Kokkos::Experimental::DynamicView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int *, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t, Kokkos::CudaUVMSpace>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror_view(const Kokkos::Experimental::DynamicView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int *, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t, Kokkos::CudaUVMSpace>]" 
(761): here
            instantiation of "auto Kokkos::create_mirror_view(Kokkos::Impl::WithoutInitializing_t, const Space &, const Kokkos::Experimental::DynamicView<T, P...> &) [with Space=Kokkos::Cuda, T=int *, P=<Kokkos::HostSpace>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(653): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynamicView.hpp(1009): warning: missing return statement at end of non-void function "Kokkos::create_mirror_view_and_copy(const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &, const Kokkos::Experimental::DynamicView<T, P...> &) [with ViewCtorArgs=<Kokkos::CudaUVMSpace, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>, T=int *, P=<Kokkos::HostSpace>, Enable=void]"
          detected during:
            instantiation of "auto Kokkos::create_mirror_view_and_copy(const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &, const Kokkos::Experimental::DynamicView<T, P...> &) [with ViewCtorArgs=<Kokkos::CudaUVMSpace, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>, T=int *, P=<Kokkos::HostSpace>, Enable=void]" 
(1017): here
            instantiation of "auto Kokkos::create_mirror_view_and_copy(const Space &, const Kokkos::Experimental::DynamicView<T, P...> &, const std::__cxx11::string &) [with Space=Kokkos::Cuda, T=int *, P=<Kokkos::HostSpace>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(677): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynamicView.hpp(1009): warning: missing return statement at end of non-void function "Kokkos::create_mirror_view_and_copy(const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &, const Kokkos::Experimental::DynamicView<T, P...> &) [with ViewCtorArgs=<Kokkos::Cuda, Kokkos::CudaUVMSpace>, T=int *, P=<Kokkos::HostSpace>, Enable=void]"
          detected during instantiation of "auto Kokkos::create_mirror_view_and_copy(const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &, const Kokkos::Experimental::DynamicView<T, P...> &) [with ViewCtorArgs=<Kokkos::Cuda, Kokkos::CudaUVMSpace>, T=int *, P=<Kokkos::HostSpace>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(684): here

/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/../src/Kokkos_DynamicView.hpp(629): warning: missing return statement at end of non-void function "Kokkos::Impl::create_mirror(const Kokkos::Experimental::DynamicView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int *, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t, Kokkos::Cuda>]"
          detected during:
            instantiation of "auto Kokkos::Impl::create_mirror(const Kokkos::Experimental::DynamicView<T, P...> &, const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &) [with T=int *, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t, Kokkos::Cuda>]" 
(683): here
            instantiation of "auto Kokkos::create_mirror(const Kokkos::Impl::ViewCtorProp<ViewCtorArgs...> &, const Kokkos::Experimental::DynamicView<T, P...> &) [with T=int *, P=<Kokkos::HostSpace>, ViewCtorArgs=<Kokkos::Impl::WithoutInitializing_t, Kokkos::Cuda>, Enable=void]" 
/var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp(729): here

[100%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_double.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o
[ 24%] Built target Kokkos_CoreUnitTest_LegionInitialization
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_longint.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_ToolIndependence
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o
[100%] Built target Kokkos_ContainersUnitTest_Cuda
+ 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
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 252 tests from 4 test suites.
1: [----------] Global test environment set-up.
1: [----------] 9 tests from serial_DeathTest
1: [ RUN      ] serial_DeathTest.abort_from_host
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
1: [       OK ] serial_DeathTest.abort_from_host (351 ms)
1: [ RUN      ] serial_DeathTest.abort_from_device
[ 31%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ScatterView.cpp.o
1: [       OK ] serial_DeathTest.abort_from_device (341 ms)
1: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
1: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (342 ms)
1: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Init.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
1: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (341 ms)
1: [ RUN      ] serial_DeathTest.policy_invalid_bounds
1: [       OK ] serial_DeathTest.policy_invalid_bounds (3 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 (4 ms)
1: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:89: Skipped
1: skipping since no memory access violation would occur
1: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms)
1: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:105: Skipped
1: skipping since no memory access violation would occur
1: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms)
1: [----------] 9 tests from serial_DeathTest (1390 ms total)
1: 
1: [----------] 1 test from serial_graph_DeathTest
1: [ RUN      ] serial_graph_DeathTest.can_instantiate_only_once
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestGraph.hpp:177: Skipped
1: Preconditions are not checked.
1: [  SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms)
1: [----------] 1 test from serial_graph_DeathTest (0 ms total)
1: 
1: [----------] 230 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_operator_equal
1: [       OK ] serial.array_operator_equal (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 (101 ms)
1: [ RUN      ] serial.atomic_views_nonintegral
1: [       OK ] serial.atomic_views_nonintegral (57 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.complex_structured_bindings
1: [       OK ] serial.complex_structured_bindings (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 (28 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.exec_space_thread_safety_range
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c03.cpp.o
[ 25%] Linking CXX executable Kokkos_ToolsInitialization
1: [       OK ] serial.exec_space_thread_safety_range (1029 ms)
1: [ RUN      ] serial.exec_space_thread_safety_mdrange
1: [       OK ] serial.exec_space_thread_safety_mdrange (102 ms)
1: [ RUN      ] serial.exec_space_thread_safety_team_policy
1: [       OK ] serial.exec_space_thread_safety_team_policy (102 ms)
1: [ RUN      ] serial.exec_space_thread_safety_range_reduce
1: [       OK ] serial.exec_space_thread_safety_range_reduce (102 ms)
1: [ RUN      ] serial.exec_space_thread_safety_mdrange_reduce
[ 25%] Built target Kokkos_ToolsInitialization
Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
1: [       OK ] serial.exec_space_thread_safety_mdrange_reduce (103 ms)
1: [ RUN      ] serial.exec_space_thread_safety_team_policy_reduce
1: [       OK ] serial.exec_space_thread_safety_team_policy_reduce (103 ms)
1: [ RUN      ] serial.exec_space_thread_safety_range_scan
1: [       OK ] serial.exec_space_thread_safety_range_scan (103 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
[ 24%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_c.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o
[ 24%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 25%] 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_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o
[ 44%] 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_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o
[ 31%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_longlongint.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
1: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (2736 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o
[ 32%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[ 32%] Built target Kokkos_IncrementalTest_SERIAL
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o
[  7%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_FunctorAnalysis.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o
[ 20%] Linking CXX executable Kokkos_CoreUnitTest_TuningBuiltins
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewHooks.cpp.o
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (2435 ms)
1: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
[ 25%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 25%] Built target Kokkos_CoreUnitTest_CTestDevice
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 25%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 20%] Built target Kokkos_CoreUnitTest_TuningBuiltins
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_SharedAlloc.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicViews.cpp.o
1: [       OK ] serial.local_deepcopy_teampolicy_layoutright (990 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BitManipulationBuiltins.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (995 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 (34 ms)
1: [ RUN      ] serial.mdrange_6d
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
1: [       OK ] serial.mdrange_6d (135 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 (10 ms)
1: [ RUN      ] serial.mdrange_neg_idx
1: [       OK ] serial.mdrange_neg_idx (69 ms)
1: [ RUN      ] serial.mdrange_4d
1: [       OK ] serial.mdrange_4d (8 ms)
1: [ RUN      ] serial.mdrange_scalar
1: [       OK ] serial.mdrange_scalar (0 ms)
1: [ RUN      ] serial.mdrange_large_deep_copy
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_complexfloat.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o
1: [       OK ] serial.mdrange_large_deep_copy (1113 ms)
1: [ RUN      ] serial.md_range_policy_construction_from_arrays
1: [       OK ] serial.md_range_policy_construction_from_arrays (0 ms)
1: [ RUN      ] serial.policy_get_tile_size
1: [       OK ] serial.policy_get_tile_size (0 ms)
1: [ RUN      ] serial.mdrange_parallel_reduce_primitive_types
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c04.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o
[ 31%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.cpp.o
[ 31%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
[ 31%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
[ 26%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vector_hpp.dir/tstHeader.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_d.cpp.o
[ 33%] Linking CXX executable Kokkos_IncrementalTest_OPENMP
[ 33%] Built target Kokkos_IncrementalTest_OPENMP
Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 33%] 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_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpaceThreadSafety.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Graph.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexdouble.cpp.o
[ 27%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 27%] Built target Kokkos_CoreUnitTest_Cuda3
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
[ 26%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
[ 26%] Built target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 27%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 33%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 33%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[ 15%] 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_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
1: [       OK ] serial.mdrange_parallel_reduce_primitive_types (7009 ms)
1: [ RUN      ] serial.mdspan_minimal_functional
1: [       OK ] serial.mdspan_minimal_functional (0 ms)
1: [ RUN      ] serial.mdspan_atomic_accessor
1: [       OK ] serial.mdspan_atomic_accessor (0 ms)
1: [ RUN      ] serial.view_mdspan_conversion
1: [       OK ] serial.view_mdspan_conversion (0 ms)
1: [ RUN      ] serial.view_mdspan_conversion_with_stride
1: [       OK ] serial.view_mdspan_conversion_with_stride (1 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 (23 ms)
1: [ RUN      ] serial.cxx11
1: [       OK ] serial.cxx11 (0 ms)
1: [ RUN      ] serial.viewctorprop_embedded_dim
1: [       OK ] serial.viewctorprop_embedded_dim (0 ms)
1: [ RUN      ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility
1: [       OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
1: [ RUN      ] serial.parallel_scan_range_policy
1: [       OK ] serial.parallel_scan_range_policy (5 ms)
1: [ RUN      ] serial.kokkos_printf
1: [       OK ] serial.kokkos_printf (1 ms)
1: [ RUN      ] serial.range_for
1: [       OK ] serial.range_for (0 ms)
1: [ RUN      ] serial.range_reduce
1: [       OK ] serial.range_reduce (0 ms)
1: [ RUN      ] serial.range_dynamic_policy
1: [       OK ] serial.range_dynamic_policy (0 ms)
1: [ RUN      ] serial.range_policy_runtime_parameters
1: [       OK ] serial.range_policy_runtime_parameters (0 ms)
1: [ RUN      ] serial.range_policy_round_trip_conversion_fires
1: [       OK ] serial.range_policy_round_trip_conversion_fires (1 ms)
1: [ RUN      ] serial.range_policy_one_way_convertible_bounds
1: [       OK ] serial.range_policy_one_way_convertible_bounds (0 ms)
1: [ RUN      ] serial.range_policy_check_sign_changes
1: [       OK ] serial.range_policy_check_sign_changes (12 ms)
1: [ RUN      ] serial.range_for_require
1: [       OK ] serial.range_for_require (0 ms)
1: [ RUN      ] serial.range_reduce_require
1: [       OK ] serial.range_reduce_require (0 ms)
1: [ RUN      ] serial.range_dynamic_policy_require
1: [       OK ] serial.range_dynamic_policy_require (0 ms)
1: [ RUN      ] serial.reducers_int
1: [       OK ] serial.reducers_int (2 ms)
1: [ RUN      ] serial.reducers_double
1: [       OK ] serial.reducers_double (2 ms)
1: [ RUN      ] serial.reducers_complex_double
1: [       OK ] serial.reducers_complex_double (0 ms)
1: [ RUN      ] serial.reducers_struct
1: [       OK ] serial.reducers_struct (0 ms)
1: [ RUN      ] serial.reducers_half_t
1: [       OK ] serial.reducers_half_t (0 ms)
1: [ RUN      ] serial.reducers_bhalf_t
1: [       OK ] serial.reducers_bhalf_t (0 ms)
1: [ RUN      ] serial.reducers_int8_t
1: [       OK ] serial.reducers_int8_t (0 ms)
1: [ RUN      ] serial.reducers_int16_t
1: [       OK ] serial.reducers_int16_t (0 ms)
1: [ RUN      ] serial.reducers_point_t
1: [       OK ] serial.reducers_point_t (0 ms)
1: [ RUN      ] serial.reducers_bool
1: [       OK ] serial.reducers_bool (0 ms)
1: [ RUN      ] serial.int64_t_reduce
1: [       OK ] serial.int64_t_reduce (241 ms)
1: [ RUN      ] serial.double_reduce
1: [       OK ] serial.double_reduce (282 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic
1: [       OK ] serial.int64_t_reduce_dynamic (857 ms)
1: [ RUN      ] serial.double_reduce_dynamic
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Graph.cpp.o
[ 31%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o
[ 31%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
1: [       OK ] serial.double_reduce_dynamic (1090 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic_view
1: [       OK ] serial.int64_t_reduce_dynamic_view (256 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 (11 ms)
1: [ RUN      ] serial.reduce_device_view_mdrange_policy
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
[ 27%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 27%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_float.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU.dir/cuda/TestCuda_InterOp_StreamsMultiGPU.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Default
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o
[  8%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased
1: [       OK ] serial.reduce_device_view_mdrange_policy (2402 ms)
1: [ RUN      ] serial.reduce_device_view_team_policy
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlockSizeDeduction.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CheckedIntegerOps.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_double.cpp.o
[ 31%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
1: [       OK ] serial.reduce_device_view_team_policy (2178 ms)
1: [ RUN      ] serial.impl_shared_alloc
1: [       OK ] serial.impl_shared_alloc (6 ms)
1: [ RUN      ] serial.mdspan_space_aware_accessor
1: [       OK ] serial.mdspan_space_aware_accessor (0 ms)
1: [ RUN      ] serial.kokkos_swap
1: [       OK ] serial.kokkos_swap (0 ms)
1: [ RUN      ] serial.task_fib_deprecated
1: [       OK ] serial.task_fib_deprecated (650 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 (11 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
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2B.dir/sycl/TestSYCL_SubView_c05.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_unsignedint.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o
1: [       OK ] serial.task_fib_deprecated_multiple (660 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 (13 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
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Init.cpp.o
[ 28%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 31%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
1: [       OK ] serial.task_fib_single (534 ms)
1: [ RUN      ] serial.task_depend_single
1: [       OK ] serial.task_depend_single (0 ms)
1: [ RUN      ] serial.task_team_single
1: [       OK ] serial.task_team_single (0 ms)
1: [ RUN      ] serial.task_with_mempool_single
1: [       OK ] serial.task_with_mempool_single (0 ms)
1: [ RUN      ] serial.task_multiple_depend_single
1: [       OK ] serial.task_multiple_depend_single (9 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
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[  8%] Built target Kokkos_CoreUnitTest_CudaTimingBased
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o
1: [       OK ] serial.task_fib_multiple (536 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 (10 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
[ 29%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
1: [       OK ] serial.task_fib_chase_lev (566 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 (11 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: [----------] 230 tests from serial (27798 ms total)
1: 
1: [----------] 12 tests from serial_graph
1: [ RUN      ] serial_graph.submit_once
1: [       OK ] serial_graph.submit_once (0 ms)
1: [ RUN      ] serial_graph.submit_once_rvalue
1: [       OK ] serial_graph.submit_once_rvalue (0 ms)
1: [ RUN      ] serial_graph.instantiate_and_submit_once
1: [       OK ] serial_graph.instantiate_and_submit_once (0 ms)
1: [ RUN      ] serial_graph.submit_onto_another_execution_space_instance
1: [       OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms)
1: [ RUN      ] serial_graph.create_graph_no_closure_with_exec
1: [       OK ] serial_graph.create_graph_no_closure_with_exec (0 ms)
1: [ RUN      ] serial_graph.create_graph_no_arg
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestGraph.hpp:243: Skipped
1: Skipping since useless if the test fixture is not on the default execution space.
1: [  SKIPPED ] serial_graph.create_graph_no_arg (0 ms)
1: [ RUN      ] serial_graph.submit_six
1: [       OK ] serial_graph.submit_six (0 ms)
1: [ RUN      ] serial_graph.when_all_cycle
1: [       OK ] serial_graph.when_all_cycle (0 ms)
1: [ RUN      ] serial_graph.zero_work_reduce
1: [       OK ] serial_graph.zero_work_reduce (0 ms)
1: [ RUN      ] serial_graph.empty_graph
1: [       OK ] serial_graph.empty_graph (0 ms)
1: [ RUN      ] serial_graph.diamond
1: [       OK ] serial_graph.diamond (0 ms)
1: [ RUN      ] serial_graph.end_of_submit_control_flow
1: [       OK ] serial_graph.end_of_submit_control_flow (0 ms)
1: [----------] 12 tests from serial_graph (0 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 252 tests from 4 test suites ran. (29189 ms total)
1: [  PASSED  ] 247 tests.
1: [  SKIPPED ] 5 tests, listed below:
1: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
1: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
1: [  SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once
1: [  SKIPPED ] serial.reduction_with_large_iteration_count
1: [  SKIPPED ] serial_graph.create_graph_no_arg
1: 
1:   YOU HAVE 1 DISABLED TEST
1: 
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
 1/51 Test  #1: Kokkos_CoreUnitTest_Serial1 ..........................   Passed   29.36 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
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 135 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: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:102: Skipped
2: only enforced when debug bound checks is enabled
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_stat
2: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:131: Skipped
2: only enforced when debug bound checks is enabled
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_mix
2: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:160: Skipped
2: only enforced when debug bound checks is enabled
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_static_extents
2: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:192: Skipped
2: only enforced when debug bound checks is enabled
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms)
2: [ RUN      ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_ScopeGuard
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[  8%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreams
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyConstructors.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ScopeGuard.dir/UnitTestMain.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 44%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyInterface.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_float.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
[ 45%] Built target Kokkos_CoreUnitTest_Default
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_int.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o
2: [       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (2392 ms)
2: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 31%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 13%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
[  8%] Built target Kokkos_CoreUnitTest_CudaInterOpStreams
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o
[ 32%] 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_MDRangeReduce.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ScopeGuard.dir/UnitTest_ScopeGuard.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[ 31%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o
[ 31%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
2: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (2623 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 (5016 ms total)
2: 
2: [----------] 127 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
[ 16%] 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_CommonPolicyInterface.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Complex.cpp.o
2: [       OK ] serial.team_reduce_large (932 ms)
2: [ RUN      ] serial.team_parallel_single
2: [       OK ] serial.team_parallel_single (5 ms)
2: [ RUN      ] serial.large_team_scratch_size
2: [       OK ] serial.large_team_scratch_size (0 ms)
2: [ RUN      ] serial.team_broadcast_long
2: [       OK ] serial.team_broadcast_long (0 ms)
2: [ RUN      ] serial.team_broadcast_long_wrapper
2: [       OK ] serial.team_broadcast_long_wrapper (0 ms)
2: [ RUN      ] serial.team_broadcast_char
2: [       OK ] serial.team_broadcast_char (0 ms)
2: [ RUN      ] serial.team_broadcast_float
2: [       OK ] serial.team_broadcast_float (0 ms)
2: [ RUN      ] serial.team_broadcast_double
2: [       OK ] serial.team_broadcast_double (0 ms)
2: [ RUN      ] serial.team_handle_by_value
2: [       OK ] serial.team_handle_by_value (0 ms)
2: [ RUN      ] serial.team_vector
2: [       OK ] serial.team_vector (5 ms)
2: [ RUN      ] serial.triple_nested_parallelism
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_SubView_c12.cpp
2: [       OK ] serial.triple_nested_parallelism (431 ms)
2: [ RUN      ] serial.parallel_scan_with_reducers
2: [       OK ] serial.parallel_scan_with_reducers (91 ms)
2: [ RUN      ] serial.team_thread_range_combined_reducers
2: [       OK ] serial.team_thread_range_combined_reducers (0 ms)
2: [ RUN      ] serial.thread_vector_range_combined_reducers
2: [       OK ] serial.thread_vector_range_combined_reducers (0 ms)
2: [ RUN      ] serial.team_vector_range_combined_reducers
2: [       OK ] serial.team_vector_range_combined_reducers (0 ms)
2: [ RUN      ] serial.TeamThreadMDRangeParallelFor
2: [       OK ] serial.TeamThreadMDRangeParallelFor (3 ms)
2: [ RUN      ] serial.ThreadVectorMDRangeParallelFor
2: [       OK ] serial.ThreadVectorMDRangeParallelFor (3 ms)
2: [ RUN      ] serial.TeamVectorMDRangeParallelFor
2: [       OK ] serial.TeamVectorMDRangeParallelFor (3 ms)
2: [ RUN      ] serial.TeamThreadMDRangeParallelReduce
2: [       OK ] serial.TeamThreadMDRangeParallelReduce (6 ms)
2: [ RUN      ] serial.ThreadVectorMDRangeParallelReduce
2: [       OK ] serial.ThreadVectorMDRangeParallelReduce (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 (143 ms)
2: [ RUN      ] serial.team_long_reduce
2: [       OK ] serial.team_long_reduce (40 ms)
2: [ RUN      ] serial.team_double_reduce
2: [       OK ] serial.team_double_reduce (62 ms)
2: [ RUN      ] serial.team_long_array_reduce
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_SubView_c13.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_Reductions.cpp
2: [       OK ] serial.team_long_array_reduce (175 ms)
2: [ RUN      ] serial.team_double_array_reduce
2: [       OK ] serial.team_double_array_reduce (57 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
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Concepts.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o
[ 13%] Built target Kokkos_CoreTestCompileOnly
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/UnitTestMainInit.cpp.o
[ 33%] Linking CXX executable Kokkos_CoreUnitTest_ScopeGuard
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
Scanning dependencies of target Kokkos_ContainersPerformanceTest_OpenMP
[ 32%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
[ 33%] Built target Kokkos_CoreUnitTest_ScopeGuard
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Develop
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Crs.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longint.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o
[ 22%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopyAlignment.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o
2: [       OK ] serial.repeated_team_reduce (3977 ms)
2: [ RUN      ] serial.team_scan
2: [       OK ] serial.team_scan (101 ms)
2: [ RUN      ] serial.team_scan_ret_val
2: [       OK ] serial.team_scan_ret_val (106 ms)
2: [ RUN      ] serial.team_shared_request
2: [       OK ] serial.team_shared_request (33 ms)
2: [ RUN      ] serial.team_scratch_request
2: [       OK ] serial.team_scratch_request (5 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 (7 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 (7 ms)
2: [ RUN      ] serial.view_layout_left_with_stride
2: [       OK ] serial.view_layout_left_with_stride (1 ms)
2: [ RUN      ] serial.view_layout_right_with_stride
2: [       OK ] serial.view_layout_right_with_stride (0 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_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
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o
[ 22%] Built target Kokkos_CoreUnitTest_Default
2: [       OK ] serial.view_allocation_large_rank (913 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_bad_alloc
2: [       OK ] serial.view_bad_alloc (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
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
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBasics.dir/tools/TestTuning.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_HostSharedPtr.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[ 33%] 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_Serial1.dir/serial/TestSerial_Other.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_HostSharedPtrAccessOnDevice.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_ParallelScanRangePolicy.cpp
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_int.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 32%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpacePartitioning.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpaceThreadSafety.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_c.cpp.o
[ 31%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 31%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_Reductions_DeviceView.cpp
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_longlongint.cpp.o
[ 16%] 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_SYCL1B.dir/sycl/TestSYCL_MDRange_e.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_shared.cpp.o
[ 34%] 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_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 32%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
[ 22%] Linking CXX executable Kokkos_CoreUnitTest_TuningBasics
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 22%] Built target Kokkos_CoreUnitTest_TuningBasics
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CategoricalTuner.dir/tools/TestCategoricalTuner.cpp.o
[  8%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c06.cpp.o
[  8%] Built target Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecutionSpace.cpp.o
[ 22%] 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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_Reducers_b.cpp
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_Reducers_c.cpp
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_FunctorAnalysis.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
[ 34%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[  8%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_complexfloat.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_JoinBackwardCompatibility.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
2: [       OK ] serial.view_fill_tests_layout_right (9579 ms)
2: [ RUN      ] serial.view_fill_tests_layout_left
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Graph.cpp.o
[ 33%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
[ 34%] Built target Kokkos_CoreUnitTest_Develop
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHookTerminate
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfViews.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHookTerminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_Reducers_d.cpp
[ 33%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalConstants.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 22%] Linking CXX executable Kokkos_CoreUnitTest_CategoricalTuner
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtr.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
[ 33%] Built target Kokkos_ContainersTestCompileOnly
Scanning dependencies of target Kokkos_ContainersPerformanceTest_HIP
[ 33%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestMain.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtrAccessOnDevice.cpp.o
[ 22%] Built target Kokkos_CoreUnitTest_CategoricalTuner
[ 22%] 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
[  9%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 13%] 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_HIP.dir/hip/TestHIP_Init.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[ 10%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o
[ 34%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHookTerminate
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 34%] Built target Kokkos_CoreUnitTest_PushFinalizeHookTerminate
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_Reducers_e.cpp
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_JoinBackwardCompatibility.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.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_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ScopeGuard.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_Complex.cpp
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[ 33%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestHIP.cpp.o
[ 33%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 33%] Built target Kokkos_ContainersPerformanceTest_OpenMP
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 33%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
[ 45%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaInterOpInit.dir/cuda/TestCuda_InterOp_Init.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 33%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_StaticCrsGraph.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o
[ 45%] Built target Kokkos_CoreUnitTest_LegionInitialization
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[ 33%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_AtomicOperations_int.cpp
2: [       OK ] serial.view_fill_tests_layout_left (10483 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 (60 ms)
2: [ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
2: [       OK ] serial.view_layoutstride_right_to_layoutright_assignment (57 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.view_of_views_default
2: [       OK ] serial.view_of_views_default (0 ms)
2: [ RUN      ] serial.view_of_views_without_initializing
2: [       OK ] serial.view_of_views_without_initializing (0 ms)
2: [ RUN      ] serial.test_view_of_views_sequential_host_init
2: [       OK ] serial.test_view_of_views_sequential_host_init (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 (3 ms)
2: [ RUN      ] serial.view_realloc
2: [       OK ] serial.view_realloc (0 ms)
2: [ RUN      ] serial.workgraph_fib
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_LocalDeepCopy.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamCombinedReducers.cpp.o
2: [       OK ] serial.workgraph_fib (110 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:285: 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 (150 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
2: [       OK ] serial.view_subview_3d_from_5d_left_atomic (150 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
2: [       OK ] serial.view_subview_3d_from_5d_left_randomaccess (150 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right
2: [       OK ] serial.view_subview_3d_from_5d_right (182 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
2: [       OK ] serial.view_subview_3d_from_5d_right_atomic (183 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
[ 46%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook
2: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (182 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: [----------] 127 tests from serial (28542 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 135 tests from 2 test suites ran. (33559 ms total)
2: [  PASSED  ] 128 tests.
2: [  SKIPPED ] 7 tests, listed below:
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents
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/51 Test  #2: Kokkos_CoreUnitTest_Serial2 ..........................   Passed   33.72 sec
test 3
      Start  3: Kokkos_CoreUnitTest_Cuda1

3: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_Cuda1
3: Test timeout computed to be: 1500
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 219 tests from 4 test suites.
3: [----------] Global test environment set-up.
3: [----------] 9 tests from cuda_DeathTest
3: [ RUN      ] cuda_DeathTest.abort_from_host
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalFunctions1.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalConstants.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 46%] Built target Kokkos_CoreUnitTest_PushFinalizeHook
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedint.cpp.o
3: [       OK ] cuda_DeathTest.abort_from_host (859 ms)
3: [ RUN      ] cuda_DeathTest.abort_from_device
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o
[ 36%] Linking CXX executable Kokkos_CoreUnitTest_CudaInterOpInit
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 33%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ScopeGuard.dir/UnitTest_ScopeGuard.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicOperations_unsignedlongint.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions1.cpp.o
3: [       OK ] cuda_DeathTest.abort_from_device (837 ms)
3: [ RUN      ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 36%] Built target Kokkos_CoreUnitTest_CudaInterOpInit
3: [       OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (834 ms)
3: [ RUN      ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_TuningBuiltins
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBuiltins.dir/tools/TestBuiltinTuners.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
3: [       OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (828 ms)
3: [ RUN      ] cuda_DeathTest.policy_invalid_bounds
3: [       OK ] cuda_DeathTest.policy_invalid_bounds (1 ms)
3: [ RUN      ] cuda_DeathTest.range_policy_invalid_bounds
3: [       OK ] cuda_DeathTest.range_policy_invalid_bounds (4 ms)
3: [ RUN      ] cuda_DeathTest.range_policy_implicitly_converted_bounds
3: [       OK ] cuda_DeathTest.range_policy_implicitly_converted_bounds (2 ms)
3: [ RUN      ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:89: Skipped
3: skipping since no memory access violation would occur
3: [  SKIPPED ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms)
3: [ RUN      ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamCombinedReducers.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o
3: [       OK ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (820 ms)
3: [----------] 9 tests from cuda_DeathTest (4188 ms total)
3: 
3: [----------] 1 test from cuda_graph_DeathTest
3: [ RUN      ] cuda_graph_DeathTest.can_instantiate_only_once
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestGraph.hpp:177: Skipped
3: Preconditions are not checked.
3: [  SKIPPED ] cuda_graph_DeathTest.can_instantiate_only_once (1 ms)
3: [----------] 1 test from cuda_graph_DeathTest (1 ms total)
3: 
3: [----------] 197 tests from cuda
3: [ RUN      ] cuda.array_capacity
3: [       OK ] cuda.array_capacity (0 ms)
3: [ RUN      ] cuda.array_element_access
3: [       OK ] cuda.array_element_access (0 ms)
3: [ RUN      ] cuda.array_operator_equal
3: [       OK ] cuda.array_operator_equal (0 ms)
3: [ RUN      ] cuda.array_zero_capacity
3: [       OK ] cuda.array_zero_capacity (0 ms)
3: [ RUN      ] cuda.array_zero_data_nullptr
3: [       OK ] cuda.array_zero_data_nullptr (0 ms)
3: [ RUN      ] cuda.array_contiguous_capacity
3: [       OK ] cuda.array_contiguous_capacity (0 ms)
3: [ RUN      ] cuda.array_contiguous_element_access
3: [       OK ] cuda.array_contiguous_element_access (0 ms)
3: [ RUN      ] cuda.array_contiguous_assignment
3: [       OK ] cuda.array_contiguous_assignment (0 ms)
3: [ RUN      ] cuda.array_strided_capacity
3: [       OK ] cuda.array_strided_capacity (0 ms)
3: [ RUN      ] cuda.array_strided_element_access
3: [       OK ] cuda.array_strided_element_access (0 ms)
3: [ RUN      ] cuda.array_strided_assignment
3: [       OK ] cuda.array_strided_assignment (0 ms)
3: [ RUN      ] cuda.atomic_operations_complexdouble
3: [       OK ] cuda.atomic_operations_complexdouble (27 ms)
3: [ RUN      ] cuda.atomic_operations_complexfloat
3: [       OK ] cuda.atomic_operations_complexfloat (27 ms)
3: [ RUN      ] cuda.atomic_operations_double
3: [       OK ] cuda.atomic_operations_double (41 ms)
3: [ RUN      ] cuda.atomic_operations_float
3: [       OK ] cuda.atomic_operations_float (37 ms)
3: [ RUN      ] cuda.atomic_operations_int
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o
3: [       OK ] cuda.atomic_operations_int (81 ms)
3: [ RUN      ] cuda.atomic_operations_long
3: [       OK ] cuda.atomic_operations_long (81 ms)
3: [ RUN      ] cuda.atomic_operations_longlong
3: [       OK ] cuda.atomic_operations_longlong (87 ms)
3: [ RUN      ] cuda.atomic_shared
3: [       OK ] cuda.atomic_shared (0 ms)
3: [ RUN      ] cuda.atomic_operations_unsigned
3: [       OK ] cuda.atomic_operations_unsigned (66 ms)
3: [ RUN      ] cuda.atomic_operations_unsignedlong
3: [       OK ] cuda.atomic_operations_unsignedlong (70 ms)
3: [ RUN      ] cuda.atomics
3: [       OK ] cuda.atomics (239 ms)
3: [ RUN      ] cuda.atomics_tpetra_max_abs
3: [       OK ] cuda.atomics_tpetra_max_abs (0 ms)
3: [ RUN      ] cuda.atomic_views_integral
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions2.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[ 11%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o
[ 33%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Atomics.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o
[ 33%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
[ 37%] Linking CXX executable Kokkos_CoreUnitTest_TuningBuiltins
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 11%] Built target Kokkos_CoreUnitTest_PushFinalizeHook
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
[ 37%] 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_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 11%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_b.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHookTerminate.dir/UnitTest_PushFinalizeHook_terminate.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_AtomicOperations_longint.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_AtomicOperations_unsignedlongint.cpp
[ 37%] Built target Kokkos_CoreUnitTest_TuningBuiltins
[ 48%] Linking CXX executable Kokkos_CoreUnitTest_Develop
Scanning dependencies of target Kokkos_CoreUnitTest_CategoricalTuner
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CategoricalTuner.dir/tools/TestCategoricalTuner.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
[ 33%] Linking CXX executable Kokkos_ContainersPerformanceTest_HIP
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_f.cpp.o
3: [       OK ] cuda.atomic_views_integral (6468 ms)
3: [ RUN      ] cuda.atomic_views_nonintegral
3: [       OK ] cuda.atomic_views_nonintegral (59 ms)
3: [ RUN      ] cuda.atomic_view_api
3: [       OK ] cuda.atomic_view_api (2 ms)
3: [ RUN      ] cuda.bit_manip_countl_zero
3: [       OK ] cuda.bit_manip_countl_zero (3 ms)
3: [ RUN      ] cuda.bit_manip_countl_one
3: [       OK ] cuda.bit_manip_countl_one (0 ms)
3: [ RUN      ] cuda.bit_manip_countr_zero
3: [       OK ] cuda.bit_manip_countr_zero (0 ms)
3: [ RUN      ] cuda.bit_manip_countr_one
3: [       OK ] cuda.bit_manip_countr_one (0 ms)
3: [ RUN      ] cuda.bit_manip_popcount
3: [       OK ] cuda.bit_manip_popcount (0 ms)
3: [ RUN      ] cuda.bit_manip_has_single_bit
3: [       OK ] cuda.bit_manip_has_single_bit (0 ms)
3: [ RUN      ] cuda.bit_manip_bit_floor
3: [       OK ] cuda.bit_manip_bit_floor (0 ms)
3: [ RUN      ] cuda.bit_manip_bit_ceil
3: [       OK ] cuda.bit_manip_bit_ceil (0 ms)
3: [ RUN      ] cuda.bit_manip_bit_width
3: [       OK ] cuda.bit_manip_bit_width (0 ms)
3: [ RUN      ] cuda.bit_manip_rotl
3: [       OK ] cuda.bit_manip_rotl (0 ms)
3: [ RUN      ] cuda.bit_manip_rotr
3: [       OK ] cuda.bit_manip_rotr (0 ms)
3: [ RUN      ] cuda.bit_manip_byeswap
3: [       OK ] cuda.bit_manip_byeswap (0 ms)
3: [ RUN      ] cuda.bit_manip_bit_cast
3: [       OK ] cuda.bit_manip_bit_cast (0 ms)
3: [ RUN      ] cuda.test_block_deduction_bug_pr_3103
3: [       OK ] cuda.test_block_deduction_bug_pr_3103 (0 ms)
3: [ RUN      ] cuda.checked_integer_operations_multiply_overflow
3: [       OK ] cuda.checked_integer_operations_multiply_overflow (0 ms)
3: [ RUN      ] cuda.execution_policy_occupancy_and_hint
3: [       OK ] cuda.execution_policy_occupancy_and_hint (0 ms)
3: [ RUN      ] cuda.complex_construction
3: [       OK ] cuda.complex_construction (0 ms)
3: [ RUN      ] cuda.complex_basic_math
3: [       OK ] cuda.complex_basic_math (0 ms)
3: [ RUN      ] cuda.complex_special_funtions
3: [       OK ] cuda.complex_special_funtions (0 ms)
3: [ RUN      ] cuda.complex_io
3: [       OK ] cuda.complex_io (0 ms)
3: [ RUN      ] cuda.complex_trivially_copyable
3: [       OK ] cuda.complex_trivially_copyable (0 ms)
3: [ RUN      ] cuda.complex_issue_3865
3: [       OK ] cuda.complex_issue_3865 (0 ms)
3: [ RUN      ] cuda.complex_operations_arithmetic_types_overloads
3: [       OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms)
3: [ RUN      ] cuda.complex_structured_bindings
3: [       OK ] cuda.complex_structured_bindings (0 ms)
3: [ RUN      ] cuda.crs_count_fill
3: [       OK ] cuda.crs_count_fill (6 ms)
3: [ RUN      ] cuda.crs_copy_constructor
3: [       OK ] cuda.crs_copy_constructor (23 ms)
3: [ RUN      ] cuda.deep_copy_alignment
3: [       OK ] cuda.deep_copy_alignment (7 ms)
3: [ RUN      ] cuda.deep_copy_conversion
3: [       OK ] cuda.deep_copy_conversion (23 ms)
3: [ RUN      ] cuda.partitioning_by_args
3: [       OK ] cuda.partitioning_by_args (0 ms)
3: [ RUN      ] cuda.partitioning_by_vector
3: [       OK ] cuda.partitioning_by_vector (0 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_range
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_AtomicOperations_longlongint.cpp
[ 33%] Built target Kokkos_ContainersPerformanceTest_HIP
[ 33%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 48%] Built target Kokkos_CoreUnitTest_Develop
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicOperations_unsignedlongint.cpp.o
[ 48%] Linking CXX executable Kokkos_CoreUnitTest_ScopeGuard
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_longint.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions3.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o
[ 48%] Built target Kokkos_CoreUnitTest_ScopeGuard
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 37%] Linking CXX executable Kokkos_CoreUnitTest_CategoricalTuner
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o
[ 37%] Built target Kokkos_CoreUnitTest_CategoricalTuner
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_TuningBasics
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_TuningBasics.dir/tools/TestTuning.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o
Scanning dependencies of target Kokkos_CoreTestCompileOnly
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o
[ 37%] 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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_AtomicOperations_double.cpp
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalFunctions2.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[ 49%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHookTerminate
[ 49%] Built target Kokkos_CoreUnitTest_PushFinalizeHookTerminate
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MathematicalFunctions3.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamMDRange.cpp.o
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization
[ 33%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 34%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
[ 34%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Atomics.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o
[ 37%] Linking CXX executable Kokkos_CoreUnitTest_TuningBasics
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 37%] Built target Kokkos_CoreUnitTest_TuningBasics
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_AtomicOperations_float.cpp
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_AtomicOperations_complexfloat.cpp
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o
[ 12%] Built target Kokkos_CoreUnitTest_LegionInitialization
[ 34%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ScopeGuard.dir/UnitTestMain.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
3: [       OK ] cuda.exec_space_thread_safety_range (10237 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_mdrange
3: [       OK ] cuda.exec_space_thread_safety_mdrange (1019 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_team_policy
[ 34%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_double.cpp.o
3: [       OK ] cuda.exec_space_thread_safety_team_policy (1022 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_range_reduce
[ 25%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 25%] Built target Kokkos_CoreUnitTest_KokkosP
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRange_g.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamMDRange.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o
3: [       OK ] cuda.exec_space_thread_safety_range_reduce (1173 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_mdrange_reduce
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
3: [       OK ] cuda.exec_space_thread_safety_mdrange_reduce (1173 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_team_policy_reduce
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_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/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_AtomicOperations_complexdouble.cpp
3: [       OK ] cuda.exec_space_thread_safety_team_policy_reduce (942 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_range_scan
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_AtomicViews.cpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
[ 34%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_Atomics.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_TeamBasic.cpp
3: [       OK ] cuda.exec_space_thread_safety_range_scan (1048 ms)
3: [ RUN      ] cuda.execution_space_as_class_data_member
3: [       OK ] cuda.execution_space_as_class_data_member (0 ms)
3: [ RUN      ] cuda.functor_analysis
3: [       OK ] cuda.functor_analysis (0 ms)
3: [ RUN      ] cuda.host_shared_ptr_use_count
3: [       OK ] cuda.host_shared_ptr_use_count (0 ms)
3: [ RUN      ] cuda.host_shared_ptr_get
3: [       OK ] cuda.host_shared_ptr_get (0 ms)
3: [ RUN      ] cuda.host_shared_ptr_dereference_on_device
3: [       OK ] cuda.host_shared_ptr_dereference_on_device (1 ms)
3: [ RUN      ] cuda.host_shared_ptr_special_members_on_device
3: [       OK ] cuda.host_shared_ptr_special_members_on_device (0 ms)
3: [ RUN      ] cuda.host_shared_ptr_tracking
3: [       OK ] cuda.host_shared_ptr_tracking (1 ms)
3: [ RUN      ] cuda.init
3: [       OK ] cuda.init (0 ms)
3: [ RUN      ] cuda.dispatch
3: [       OK ] cuda.dispatch (37 ms)
3: [ RUN      ] cuda.join_backward_compatibility
3: [       OK ] cuda.join_backward_compatibility (0 ms)
3: [ RUN      ] cuda.local_deepcopy_teampolicy_layoutleft
[ 33%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[ 33%] Built target Kokkos_CoreUnitTest_Default
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 33%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[ 26%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalSpecialFunctions.cpp.o
[ 26%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
3: [       OK ] cuda.local_deepcopy_teampolicy_layoutleft (1202 ms)
3: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutleft
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o
3: [       OK ] cuda.local_deepcopy_rangepolicy_layoutleft (1991 ms)
3: [ RUN      ] cuda.local_deepcopy_teampolicy_layoutright
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o
[ 38%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_TeamScratch.cpp
[ 38%] Built target Kokkos_CoreUnitTest_Serial1
Scanning dependencies of target Kokkos_CoreUnitTest_Develop
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o
3: [       OK ] cuda.local_deepcopy_teampolicy_layoutright (1177 ms)
3: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutright
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.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_HIP.dir/hip/TestHIP_MDRange_a.cpp.o
[ 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_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_b.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o
3: [       OK ] cuda.local_deepcopy_rangepolicy_layoutright (1402 ms)
3: [ RUN      ] cuda.deep_copy_scratch
3: [       OK ] cuda.deep_copy_scratch (1 ms)
3: [ RUN      ] cuda.mathematical_constants_e
3: [       OK ] cuda.mathematical_constants_e (0 ms)
3: [ RUN      ] cuda.mathematical_constants_log2e
3: [       OK ] cuda.mathematical_constants_log2e (0 ms)
3: [ RUN      ] cuda.mathematical_constants_log10e
3: [       OK ] cuda.mathematical_constants_log10e (0 ms)
3: [ RUN      ] cuda.mathematical_constants_pi
3: [       OK ] cuda.mathematical_constants_pi (0 ms)
3: [ RUN      ] cuda.mathematical_constants_inv_pi
3: [       OK ] cuda.mathematical_constants_inv_pi (0 ms)
3: [ RUN      ] cuda.mathematical_constants_inv_sqrtpi
3: [       OK ] cuda.mathematical_constants_inv_sqrtpi (0 ms)
3: [ RUN      ] cuda.mathematical_constants_ln2
3: [       OK ] cuda.mathematical_constants_ln2 (0 ms)
3: [ RUN      ] cuda.mathematical_constants_ln10
3: [       OK ] cuda.mathematical_constants_ln10 (0 ms)
3: [ RUN      ] cuda.mathematical_constants_sqrt2
3: [       OK ] cuda.mathematical_constants_sqrt2 (0 ms)
3: [ RUN      ] cuda.mathematical_constants_sqrt3
3: [       OK ] cuda.mathematical_constants_sqrt3 (0 ms)
3: [ RUN      ] cuda.mathematical_constants_inv_sqrt3
3: [       OK ] cuda.mathematical_constants_inv_sqrt3 (0 ms)
3: [ RUN      ] cuda.mathematical_constants_egamma
3: [       OK ] cuda.mathematical_constants_egamma (0 ms)
3: [ RUN      ] cuda.mathematical_constants_phi
3: [       OK ] cuda.mathematical_constants_phi (0 ms)
3: [ RUN      ] cuda.mathematical_functions_trigonometric_functions
3: [       OK ] cuda.mathematical_functions_trigonometric_functions (2 ms)
3: [ RUN      ] cuda.mathematical_functions_hyperbolic_functions
3: [       OK ] cuda.mathematical_functions_hyperbolic_functions (1 ms)
3: [ RUN      ] cuda.mathematical_functions_non_standard
3: [       OK ] cuda.mathematical_functions_non_standard (0 ms)
3: [ RUN      ] cuda.mathematical_functions_power_functions
3: [       OK ] cuda.mathematical_functions_power_functions (1 ms)
3: [ RUN      ] cuda.mathematical_functions_fma
3: [       OK ] cuda.mathematical_functions_fma (0 ms)
3: [ RUN      ] cuda.mathematical_functions_error_and_gamma_functions
3: [       OK ] cuda.mathematical_functions_error_and_gamma_functions (1 ms)
3: [ RUN      ] cuda.mathematical_functions_nearest_interger_floating_point_operations
3: [       OK ] cuda.mathematical_functions_nearest_interger_floating_point_operations (1 ms)
3: [ RUN      ] cuda.mathematical_functions_floating_point_manipulation_functions
3: [       OK ] cuda.mathematical_functions_floating_point_manipulation_functions (0 ms)
3: [ RUN      ] cuda.mathematical_functions_absolute_value
3: [       OK ] cuda.mathematical_functions_absolute_value (0 ms)
3: [ RUN      ] cuda.mathematical_functions_floating_point_absolute_value
3: [       OK ] cuda.mathematical_functions_floating_point_absolute_value (0 ms)
3: [ RUN      ] cuda.mathematical_functions_remainder_function
3: [       OK ] cuda.mathematical_functions_remainder_function (0 ms)
3: [ RUN      ] cuda.mathematical_functions_isfinite
3: [       OK ] cuda.mathematical_functions_isfinite (0 ms)
3: [ RUN      ] cuda.mathematical_functions_isinf
3: [       OK ] cuda.mathematical_functions_isinf (0 ms)
3: [ RUN      ] cuda.mathematical_functions_isnan
3: [       OK ] cuda.mathematical_functions_isnan (0 ms)
3: [ RUN      ] cuda.mathematical_functions_exponential_functions
3: [       OK ] cuda.mathematical_functions_exponential_functions (2 ms)
3: [ RUN      ] cuda.mathspecialfunc_expint1
3: [       OK ] cuda.mathspecialfunc_expint1 (1 ms)
3: [ RUN      ] cuda.mathspecialfunc_errorfunc
3: [       OK ] cuda.mathspecialfunc_errorfunc (1 ms)
3: [ RUN      ] cuda.mathspecialfunc_cbesselj0y0
3: [       OK ] cuda.mathspecialfunc_cbesselj0y0 (24 ms)
3: [ RUN      ] cuda.mathspecialfunc_cbesselj1y1
3: [       OK ] cuda.mathspecialfunc_cbesselj1y1 (24 ms)
3: [ RUN      ] cuda.mathspecialfunc_cbesseli0k0
3: [       OK ] cuda.mathspecialfunc_cbesseli0k0 (2 ms)
3: [ RUN      ] cuda.mathspecialfunc_cbesseli1k1
3: [       OK ] cuda.mathspecialfunc_cbesseli1k1 (2 ms)
3: [ RUN      ] cuda.mathspecialfunc_cbesselh1stkind
3: [       OK ] cuda.mathspecialfunc_cbesselh1stkind (1 ms)
3: [ RUN      ] cuda.mathspecialfunc_cbesselh2ndkind
3: [       OK ] cuda.mathspecialfunc_cbesselh2ndkind (1 ms)
3: [ RUN      ] cuda.mdrange_5d
3: [       OK ] cuda.mdrange_5d (24 ms)
3: [ RUN      ] cuda.mdrange_6d
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_TeamReductionScan.cpp
3: [       OK ] cuda.mdrange_6d (45 ms)
3: [ RUN      ] cuda.mdrange_2d
3: [       OK ] cuda.mdrange_2d (8 ms)
3: [ RUN      ] cuda.mdrange_array_reduce
3: [       OK ] cuda.mdrange_array_reduce (0 ms)
3: [ RUN      ] cuda.mdrange_3d
3: [       OK ] cuda.mdrange_3d (19 ms)
3: [ RUN      ] cuda.mdrange_neg_idx
3: [       OK ] cuda.mdrange_neg_idx (5 ms)
3: [ RUN      ] cuda.mdrange_4d
3: [       OK ] cuda.mdrange_4d (12 ms)
3: [ RUN      ] cuda.mdrange_scalar
3: [       OK ] cuda.mdrange_scalar (0 ms)
3: [ RUN      ] cuda.mdrange_large_deep_copy
3: [       OK ] cuda.mdrange_large_deep_copy (194 ms)
3: [ RUN      ] cuda.md_range_policy_construction_from_arrays
3: [       OK ] cuda.md_range_policy_construction_from_arrays (0 ms)
3: [ RUN      ] cuda.policy_get_tile_size
3: [       OK ] cuda.policy_get_tile_size (0 ms)
3: [ RUN      ] cuda.mdrange_parallel_reduce_primitive_types
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.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_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[ 26%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 40%] 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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_TeamTeamSize.cpp
3: [       OK ] cuda.mdrange_parallel_reduce_primitive_types (1451 ms)
3: [ RUN      ] cuda.mdspan_minimal_functional
3: [       OK ] cuda.mdspan_minimal_functional (1 ms)
3: [ RUN      ] cuda.mdspan_atomic_accessor
3: [       OK ] cuda.mdspan_atomic_accessor (0 ms)
3: [ RUN      ] cuda.view_mdspan_conversion
3: [       OK ] cuda.view_mdspan_conversion (42 ms)
3: [ RUN      ] cuda.view_mdspan_conversion_with_stride
3: [       OK ] cuda.view_mdspan_conversion_with_stride (0 ms)
3: [ RUN      ] cuda.max
3: [       OK ] cuda.max (0 ms)
3: [ RUN      ] cuda.max_within_parfor
3: [       OK ] cuda.max_within_parfor (0 ms)
3: [ RUN      ] cuda.min
3: [       OK ] cuda.min (0 ms)
3: [ RUN      ] cuda.min_within_parfor
3: [       OK ] cuda.min_within_parfor (0 ms)
3: [ RUN      ] cuda.minmax
3: [       OK ] cuda.minmax (0 ms)
3: [ RUN      ] cuda.minmax_within_parfor
3: [       OK ] cuda.minmax_within_parfor (0 ms)
3: [ RUN      ] cuda.clamp
3: [       OK ] cuda.clamp (0 ms)
3: [ RUN      ] cuda.clamp_within_parfor
3: [       OK ] cuda.clamp_within_parfor (0 ms)
3: [ RUN      ] cuda.numeric_traits_infinity
3: [       OK ] cuda.numeric_traits_infinity (1 ms)
3: [ RUN      ] cuda.numeric_traits_epsilon
3: [       OK ] cuda.numeric_traits_epsilon (1 ms)
3: [ RUN      ] cuda.numeric_traits_round_error
3: [       OK ] cuda.numeric_traits_round_error (1 ms)
3: [ RUN      ] cuda.numeric_traits_norm_min
3: [       OK ] cuda.numeric_traits_norm_min (1 ms)
3: [ RUN      ] cuda.numeric_traits_denorm_min
3: [       OK ] cuda.numeric_traits_denorm_min (0 ms)
3: [ RUN      ] cuda.numeric_traits_finite_min_max
3: [       OK ] cuda.numeric_traits_finite_min_max (9 ms)
3: [ RUN      ] cuda.numeric_traits_digits
3: [       OK ] cuda.numeric_traits_digits (5 ms)
3: [ RUN      ] cuda.numeric_traits_digits10
3: [       OK ] cuda.numeric_traits_digits10 (5 ms)
3: [ RUN      ] cuda.numeric_traits_max_digits10
3: [       OK ] cuda.numeric_traits_max_digits10 (0 ms)
3: [ RUN      ] cuda.numeric_traits_radix
3: [       OK ] cuda.numeric_traits_radix (5 ms)
3: [ RUN      ] cuda.numeric_traits_min_max_exponent
3: [       OK ] cuda.numeric_traits_min_max_exponent (2 ms)
3: [ RUN      ] cuda.numeric_traits_min_max_exponent10
3: [       OK ] cuda.numeric_traits_min_max_exponent10 (1 ms)
3: [ RUN      ] cuda.numeric_traits_quiet_and_signaling_nan
3: [       OK ] cuda.numeric_traits_quiet_and_signaling_nan (3 ms)
3: [ RUN      ] cuda.numeric_traits_sfinae_friendly
3: [       OK ] cuda.numeric_traits_sfinae_friendly (0 ms)
3: [ RUN      ] cuda.occupancy_control
3: [       OK ] cuda.occupancy_control (0 ms)
3: [ RUN      ] cuda.memory_pool
3: [       OK ] cuda.memory_pool (20 ms)
3: [ RUN      ] cuda.cxx11
3: [       OK ] cuda.cxx11 (4 ms)
3: [ RUN      ] cuda.viewctorprop_embedded_dim
3: [       OK ] cuda.viewctorprop_embedded_dim (1 ms)
3: [ RUN      ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility
3: [       OK ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
3: [ RUN      ] cuda.parallel_scan_range_policy
3: [       OK ] cuda.parallel_scan_range_policy (52 ms)
3: [ RUN      ] cuda.kokkos_printf
3: [       OK ] cuda.kokkos_printf (1 ms)
3: [ RUN      ] cuda.range_for
3: [       OK ] cuda.range_for (3 ms)
3: [ RUN      ] cuda.range_reduce
3: [       OK ] cuda.range_reduce (2 ms)
3: [ RUN      ] cuda.range_dynamic_policy
3: [       OK ] cuda.range_dynamic_policy (0 ms)
3: [ RUN      ] cuda.range_policy_runtime_parameters
3: [       OK ] cuda.range_policy_runtime_parameters (0 ms)
3: [ RUN      ] cuda.range_policy_round_trip_conversion_fires
3: [       OK ] cuda.range_policy_round_trip_conversion_fires (0 ms)
3: [ RUN      ] cuda.range_policy_one_way_convertible_bounds
3: [       OK ] cuda.range_policy_one_way_convertible_bounds (0 ms)
3: [ RUN      ] cuda.range_policy_check_sign_changes
3: [       OK ] cuda.range_policy_check_sign_changes (3 ms)
3: [ RUN      ] cuda.range_for_require
3: [       OK ] cuda.range_for_require (3 ms)
3: [ RUN      ] cuda.range_reduce_require
3: [       OK ] cuda.range_reduce_require (1 ms)
3: [ RUN      ] cuda.range_dynamic_policy_require
3: [       OK ] cuda.range_dynamic_policy_require (0 ms)
3: [ RUN      ] cuda.reducers_int
3: [       OK ] cuda.reducers_int (10 ms)
3: [ RUN      ] cuda.reducers_double
3: [       OK ] cuda.reducers_double (9 ms)
3: [ RUN      ] cuda.reducers_complex_double
3: [       OK ] cuda.reducers_complex_double (2 ms)
3: [ RUN      ] cuda.reducers_struct
3: [       OK ] cuda.reducers_struct (7 ms)
3: [ RUN      ] cuda.reducers_half_t
3: [       OK ] cuda.reducers_half_t (8 ms)
3: [ RUN      ] cuda.reducers_bhalf_t
3: [       OK ] cuda.reducers_bhalf_t (8 ms)
3: [ RUN      ] cuda.reducers_int8_t
3: [       OK ] cuda.reducers_int8_t (10 ms)
3: [ RUN      ] cuda.reducers_int16_t
3: [       OK ] cuda.reducers_int16_t (11 ms)
3: [ RUN      ] cuda.reducers_point_t
3: [       OK ] cuda.reducers_point_t (4 ms)
3: [ RUN      ] cuda.reducers_bool
3: [       OK ] cuda.reducers_bool (1 ms)
3: [ RUN      ] cuda.int64_t_reduce
3: [       OK ] cuda.int64_t_reduce (8 ms)
3: [ RUN      ] cuda.double_reduce
3: [       OK ] cuda.double_reduce (8 ms)
3: [ RUN      ] cuda.int64_t_reduce_dynamic
3: [       OK ] cuda.int64_t_reduce_dynamic (13 ms)
3: [ RUN      ] cuda.double_reduce_dynamic
3: [       OK ] cuda.double_reduce_dynamic (13 ms)
3: [ RUN      ] cuda.int64_t_reduce_dynamic_view
3: [       OK ] cuda.int64_t_reduce_dynamic_view (23 ms)
3: [ RUN      ] cuda.int_combined_reduce
3: [       OK ] cuda.int_combined_reduce (0 ms)
3: [ RUN      ] cuda.mdrange_combined_reduce
3: [       OK ] cuda.mdrange_combined_reduce (0 ms)
3: [ RUN      ] cuda.int_combined_reduce_mixed
3: [       OK ] cuda.int_combined_reduce_mixed (0 ms)
3: [ RUN      ] cuda.reduction_with_large_iteration_count
[ 26%] Built target Kokkos_ProfilingAllCalls
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
3: [       OK ] cuda.reduction_with_large_iteration_count (328 ms)
3: [ RUN      ] cuda.reduction_deduction
3: [       OK ] cuda.reduction_deduction (0 ms)
3: [ RUN      ] cuda.reduce_device_view_range_policy
3: [       OK ] cuda.reduce_device_view_range_policy (5 ms)
3: [ RUN      ] cuda.reduce_device_view_mdrange_policy
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o
3: [       OK ] cuda.reduce_device_view_mdrange_policy (133 ms)
3: [ RUN      ] cuda.reduce_device_view_team_policy
3: [       OK ] cuda.reduce_device_view_team_policy (6 ms)
3: [ RUN      ] cuda.impl_shared_alloc
3: [       OK ] cuda.impl_shared_alloc (59 ms)
3: [ RUN      ] cuda.mdspan_space_aware_accessor
3: [       OK ] cuda.mdspan_space_aware_accessor (2 ms)
3: [ RUN      ] cuda.kokkos_swap
3: [       OK ] cuda.kokkos_swap (0 ms)
3: [ RUN      ] cuda.reduceRangePolicyViewSizeLimit
3: [       OK ] cuda.reduceRangePolicyViewSizeLimit (16 ms)
3: [ RUN      ] cuda.reduceMDRangePolicyViewSizeLimit
3: [       OK ] cuda.reduceMDRangePolicyViewSizeLimit (67 ms)
3: [----------] 197 tests from cuda (32583 ms total)
3: 
3: [----------] 12 tests from cuda_graph
3: [ RUN      ] cuda_graph.submit_once
3: [       OK ] cuda_graph.submit_once (3 ms)
3: [ RUN      ] cuda_graph.submit_once_rvalue
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_c.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o
3: [       OK ] cuda_graph.submit_once_rvalue (0 ms)
3: [ RUN      ] cuda_graph.instantiate_and_submit_once
3: [       OK ] cuda_graph.instantiate_and_submit_once (0 ms)
3: [ RUN      ] cuda_graph.submit_onto_another_execution_space_instance
3: [       OK ] cuda_graph.submit_onto_another_execution_space_instance (1 ms)
3: [ RUN      ] cuda_graph.create_graph_no_closure_with_exec
3: [       OK ] cuda_graph.create_graph_no_closure_with_exec (0 ms)
3: [ RUN      ] cuda_graph.create_graph_no_arg
3: [       OK ] cuda_graph.create_graph_no_arg (0 ms)
3: [ RUN      ] cuda_graph.submit_six
3: [       OK ] cuda_graph.submit_six (0 ms)
3: [ RUN      ] cuda_graph.when_all_cycle
3: [       OK ] cuda_graph.when_all_cycle (0 ms)
3: [ RUN      ] cuda_graph.zero_work_reduce
3: [       OK ] cuda_graph.zero_work_reduce (0 ms)
3: [ RUN      ] cuda_graph.empty_graph
3: [       OK ] cuda_graph.empty_graph (0 ms)
3: [ RUN      ] cuda_graph.diamond
3: [       OK ] cuda_graph.diamond (1 ms)
3: [ RUN      ] cuda_graph.end_of_submit_control_flow
3: [       OK ] cuda_graph.end_of_submit_control_flow (1 ms)
3: [----------] 12 tests from cuda_graph (12 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 219 tests from 4 test suites ran. (36786 ms total)
3: [  PASSED  ] 217 tests.
3: [  SKIPPED ] 2 tests, listed below:
3: [  SKIPPED ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
3: [  SKIPPED ] cuda_graph_DeathTest.can_instantiate_only_once
3: 
3:   YOU HAVE 1 DISABLED TEST
3: 
 3/51 Test  #3: Kokkos_CoreUnitTest_Cuda1 ............................   Passed   37.19 sec
test 4
      Start  4: Kokkos_CoreUnitTest_Cuda2

4: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_Cuda2
4: Test timeout computed to be: 1500
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 135 tests from 3 test suites.
4: [----------] Global test environment set-up.
4: [----------] 8 tests from cuda_DeathTest
4: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_dyn
4: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:102: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
4: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_stat
4: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:131: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_stat (0 ms)
4: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_mix
4: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:160: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_mix (0 ms)
4: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_static_extents
4: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:192: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_static_extents (0 ms)
4: [ RUN      ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[ 40%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o
[ 39%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 39%] Built target Kokkos_CoreUnitTest_Develop
Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o
[ 39%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o
[ 39%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 40%] Built target Kokkos_CoreUnitTest_Default
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ScopeGuard.dir/UnitTest_ScopeGuard.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.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_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpanAtomicAccessor.cpp.o
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 39%] 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_MathematicalFunctions2.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpanConversion.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_TeamVectorRange.cpp
[ 34%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamPolicyConstructors.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_AtomicViews.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRangePolicyConstructors.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_AtomicViews.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
4: [       OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (5809 ms)
4: [ RUN      ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_c.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_longlongint.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 40%] 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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_Other.cpp
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.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_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 49%] Linking CXX executable Kokkos_UnitTest_SIMD
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_MDRange_a.cpp
[ 26%] Linking CXX executable Kokkos_ToolsInitialization
[ 26%] Built target Kokkos_ToolsInitialization
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 19%] 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_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanAtomicAccessor.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanConversion.cpp.o
4: [       OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (5845 ms)
4: [ RUN      ] cuda_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 ] cuda_DeathTest.view_memory_access_violations_from_host (0 ms)
4: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_device
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
[ 49%] Built target Kokkos_UnitTest_SIMD
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
[ 34%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_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/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_MDRange_b.cpp
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamReductionScan.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpaceThreadSafety.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_MDRange_c.cpp
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecutionSpace.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDRangeReduce.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 34%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_d.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o
[ 42%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_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/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_MDRange_e.cpp
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[ 42%] Built target Kokkos_CoreTestCompileOnly
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_Crs.cpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScan.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BitManipulationBuiltins.cpp.o
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 34%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_float.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o
[ 12%] Linking CXX executable Kokkos_CoreUnitTest_ScopeGuard
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o
[ 44%] 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/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/cuda/TestCuda_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/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_WorkGraph.cpp
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Graph.cpp.o
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vector_hpp.dir/tstHeader.cpp.o
4: [       OK ] cuda_DeathTest.view_memory_access_violations_from_device (15137 ms)
4: [----------] 8 tests from cuda_DeathTest (26792 ms total)
4: 
4: [----------] 99 tests from cuda
4: [ RUN      ] cuda.team_for
4: [       OK ] cuda.team_for (7 ms)
4: [ RUN      ] cuda.team_reduce
4: [       OK ] cuda.team_reduce (1 ms)
4: [ RUN      ] cuda.team_reduce_large
4: [       OK ] cuda.team_reduce_large (384 ms)
4: [ RUN      ] cuda.team_parallel_single
4: [       OK ] cuda.team_parallel_single (28 ms)
4: [ RUN      ] cuda.large_team_scratch_size
4: [       OK ] cuda.large_team_scratch_size (0 ms)
4: [ RUN      ] cuda.team_broadcast_long
4: [       OK ] cuda.team_broadcast_long (0 ms)
4: [ RUN      ] cuda.team_broadcast_long_wrapper
4: [       OK ] cuda.team_broadcast_long_wrapper (0 ms)
4: [ RUN      ] cuda.team_broadcast_char
4: [       OK ] cuda.team_broadcast_char (0 ms)
4: [ RUN      ] cuda.team_broadcast_float
4: [       OK ] cuda.team_broadcast_float (0 ms)
4: [ RUN      ] cuda.team_broadcast_double
4: [       OK ] cuda.team_broadcast_double (0 ms)
4: [ RUN      ] cuda.team_handle_by_value
4: [       OK ] cuda.team_handle_by_value (0 ms)
4: [ RUN      ] cuda.team_vector
4: [       OK ] cuda.team_vector (57 ms)
4: [ RUN      ] cuda.triple_nested_parallelism
4: [       OK ] cuda.triple_nested_parallelism (74 ms)
4: [ RUN      ] cuda.parallel_scan_with_reducers
4: [       OK ] cuda.parallel_scan_with_reducers (134 ms)
4: [ RUN      ] cuda.team_thread_range_combined_reducers
4: [       OK ] cuda.team_thread_range_combined_reducers (2 ms)
4: [ RUN      ] cuda.thread_vector_range_combined_reducers
4: [       OK ] cuda.thread_vector_range_combined_reducers (1 ms)
4: [ RUN      ] cuda.team_vector_range_combined_reducers
4: [       OK ] cuda.team_vector_range_combined_reducers (1 ms)
4: [ RUN      ] cuda.TeamThreadMDRangeParallelFor
4: [       OK ] cuda.TeamThreadMDRangeParallelFor (25 ms)
4: [ RUN      ] cuda.ThreadVectorMDRangeParallelFor
4: [       OK ] cuda.ThreadVectorMDRangeParallelFor (13 ms)
4: [ RUN      ] cuda.TeamVectorMDRangeParallelFor
4: [       OK ] cuda.TeamVectorMDRangeParallelFor (15 ms)
4: [ RUN      ] cuda.TeamThreadMDRangeParallelReduce
4: [       OK ] cuda.TeamThreadMDRangeParallelReduce (19 ms)
4: [ RUN      ] cuda.ThreadVectorMDRangeParallelReduce
4: [       OK ] cuda.ThreadVectorMDRangeParallelReduce (9 ms)
4: [ RUN      ] cuda.TeamVectorMDRangeParallelReduce
4: [       OK ] cuda.TeamVectorMDRangeParallelReduce (9 ms)
4: [ RUN      ] cuda.team_policy_runtime_parameters
4: [       OK ] cuda.team_policy_runtime_parameters (0 ms)
4: [ RUN      ] cuda.team_reduction_scan
4: [       OK ] cuda.team_reduction_scan (1310 ms)
4: [ RUN      ] cuda.team_long_reduce
4: [       OK ] cuda.team_long_reduce (8 ms)
4: [ RUN      ] cuda.team_double_reduce
4: [       OK ] cuda.team_double_reduce (8 ms)
4: [ RUN      ] cuda.team_long_array_reduce
4: [       OK ] cuda.team_long_array_reduce (8 ms)
4: [ RUN      ] cuda.team_double_array_reduce
4: [       OK ] cuda.team_double_array_reduce (8 ms)
4: [ RUN      ] cuda.team_parallel_dummy_with_reducer_and_scratch_space
4: [       OK ] cuda.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
4: [ RUN      ] cuda.repeated_team_reduce
4: [       OK ] cuda.repeated_team_reduce (13 ms)
4: [ RUN      ] cuda.team_scan
4: [       OK ] cuda.team_scan (225 ms)
4: [ RUN      ] cuda.team_scan_ret_val
4: [       OK ] cuda.team_scan_ret_val (249 ms)
4: [ RUN      ] cuda.team_shared_request
4: [       OK ] cuda.team_shared_request (0 ms)
4: [ RUN      ] cuda.team_scratch_request
4: [       OK ] cuda.team_scratch_request (0 ms)
4: [ RUN      ] cuda.team_lambda_shared_request
4: [       OK ] cuda.team_lambda_shared_request (0 ms)
4: [ RUN      ] cuda.scratch_align
4: [       OK ] cuda.scratch_align (1 ms)
4: [ RUN      ] cuda.shmem_size
4: [       OK ] cuda.shmem_size (0 ms)
4: [ RUN      ] cuda.multi_level_scratch
4: [       OK ] cuda.multi_level_scratch (7 ms)
4: [ RUN      ] cuda.team_scratch_memory_index_parallel_for
4: [       OK ] cuda.team_scratch_memory_index_parallel_for (0 ms)
4: [ RUN      ] cuda.team_policy_max_recommended
4: [       OK ] cuda.team_policy_max_recommended (290 ms)
4: [ RUN      ] cuda.team_policy_minmax_scalar_without_plus_equal_k
4: [       OK ] cuda.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
4: [ RUN      ] cuda.team_teamvector_range
4: [       OK ] cuda.team_teamvector_range (9 ms)
4: [ RUN      ] cuda.unique_token_global
4: [       OK ] cuda.unique_token_global (2 ms)
4: [ RUN      ] cuda.unique_token_instance
4: [       OK ] cuda.unique_token_instance (2 ms)
4: [ RUN      ] cuda.unique_token_team_acquire
4: [       OK ] cuda.unique_token_team_acquire (12 ms)
4: [ RUN      ] cuda.view_api_a
4: [       OK ] cuda.view_api_a (13 ms)
4: [ RUN      ] cuda.view_layout_left_with_stride
4: [       OK ] cuda.view_layout_left_with_stride (0 ms)
4: [ RUN      ] cuda.view_layout_right_with_stride
4: [       OK ] cuda.view_layout_right_with_stride (0 ms)
4: [ RUN      ] cuda.view_api_b
4: [       OK ] cuda.view_api_b (20 ms)
4: [ RUN      ] cuda.view_api_c
4: [       OK ] cuda.view_api_c (1 ms)
4: [ RUN      ] cuda.view_api_d
4: [       OK ] cuda.view_api_d (3 ms)
4: [ RUN      ] cuda.view_remap
4: [       OK ] cuda.view_remap (0 ms)
4: [ RUN      ] cuda.view_mirror_nonconst
4: [       OK ] cuda.view_mirror_nonconst (0 ms)
4: [ RUN      ] cuda.view_stride_method
4: [       OK ] cuda.view_stride_method (0 ms)
4: [ RUN      ] cuda.anonymous_space
4: [       OK ] cuda.anonymous_space (0 ms)
4: [ RUN      ] cuda.view_overload_resolution
4: [       OK ] cuda.view_overload_resolution (0 ms)
4: [ RUN      ] cuda.view_allocation_large_rank
4: [       OK ] cuda.view_allocation_large_rank (287 ms)
4: [ RUN      ] cuda.view_shmem_size_on_device
4: [       OK ] cuda.view_shmem_size_on_device (1 ms)
4: [ RUN      ] cuda.view_is_assignable
4: [       OK ] cuda.view_is_assignable (24 ms)
4: [ RUN      ] cuda.view_bad_alloc
4: [       OK ] cuda.view_bad_alloc (0 ms)
4: [ RUN      ] cuda.view_copy_tests
4: [       OK ] cuda.view_copy_tests (32 ms)
4: [ RUN      ] cuda.view_copy_tests_rank_0
4: [       OK ] cuda.view_copy_tests_rank_0 (9 ms)
4: [ RUN      ] cuda.view_copy_degenerated
4: [       OK ] cuda.view_copy_degenerated (0 ms)
4: [ RUN      ] cuda.view_fill_tests_layout_right
4: [       OK ] cuda.view_fill_tests_layout_right (140 ms)
4: [ RUN      ] cuda.view_fill_tests_layout_left
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_f.cpp.o
4: [       OK ] cuda.view_fill_tests_layout_left (105 ms)
4: [ RUN      ] cuda.view_empty_runtime_unmanaged
4: [       OK ] cuda.view_empty_runtime_unmanaged (0 ms)
4: [ RUN      ] cuda.view_hooks
4: [       OK ] cuda.view_hooks (0 ms)
4: [ RUN      ] cuda.view_layoutstride_left_to_layoutleft_assignment
4: [       OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (71 ms)
4: [ RUN      ] cuda.view_layoutstride_right_to_layoutright_assignment
4: [       OK ] cuda.view_layoutstride_right_to_layoutright_assignment (66 ms)
4: [ RUN      ] cuda.view_irregular_layout
4: [       OK ] cuda.view_irregular_layout (0 ms)
4: [ RUN      ] cuda.view_mapping
4: [       OK ] cuda.view_mapping (61 ms)
4: [ RUN      ] cuda.view_mapping_operator
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
4: [       OK ] cuda.view_mapping_operator (15 ms)
4: [ RUN      ] cuda.static_extent
4: [       OK ] cuda.static_extent (0 ms)
4: [ RUN      ] cuda.view_mapping_atomic
4: [       OK ] cuda.view_mapping_atomic (1 ms)
4: [ RUN      ] cuda.view_mapping_class_value
4: [       OK ] cuda.view_mapping_class_value (0 ms)
4: [ RUN      ] cuda.view_mapping_assignable
4: [       OK ] cuda.view_mapping_assignable (0 ms)
4: [ RUN      ] cuda.view_mapping_trivially_copyable
4: [       OK ] cuda.view_mapping_trivially_copyable (0 ms)
4: [ RUN      ] cuda.view_mapping_subview
4: [       OK ] cuda.view_mapping_subview (2 ms)
4: [ RUN      ] cuda.view_nested_view
4: [       OK ] cuda.view_nested_view (0 ms)
4: [ RUN      ] cuda.view_of_views_default
4: [       OK ] cuda.view_of_views_default (1 ms)
4: [ RUN      ] cuda.view_of_views_without_initializing
4: [       OK ] cuda.view_of_views_without_initializing (1 ms)
4: [ RUN      ] cuda.test_view_of_views_sequential_host_init
4: [       OK ] cuda.test_view_of_views_sequential_host_init (1 ms)
4: [ RUN      ] cuda.append_formatted_multidimensional_index
4: [       OK ] cuda.append_formatted_multidimensional_index (0 ms)
4: [ RUN      ] cuda.view_resize
4: [       OK ] cuda.view_resize (29 ms)
4: [ RUN      ] cuda.view_realloc
4: [       OK ] cuda.view_realloc (6 ms)
4: [ RUN      ] cuda.workgraph_fib
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o
[ 34%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 12%] Built target Kokkos_CoreUnitTest_ScopeGuard
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 46%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
4: [       OK ] cuda.workgraph_fib (845 ms)
4: [ RUN      ] cuda.resize_realloc_no_init
4: [       OK ] cuda.resize_realloc_no_init (1 ms)
4: [ RUN      ] cuda.resize_realloc_no_alloc
4: [       OK ] cuda.resize_realloc_no_alloc (0 ms)
4: [ RUN      ] cuda.realloc_exec_space
4: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestWithoutInitializing.hpp:78: Skipped
4: skipping since CudaUVMSpace requires additional fences
4: [  SKIPPED ] cuda.realloc_exec_space (0 ms)
4: [ RUN      ] cuda.view_alloc
4: [       OK ] cuda.view_alloc (0 ms)
4: [ RUN      ] cuda.view_alloc_exec_space
4: [       OK ] cuda.view_alloc_exec_space (0 ms)
4: [ RUN      ] cuda.view_alloc_int
4: [       OK ] cuda.view_alloc_int (0 ms)
4: [ RUN      ] cuda.view_alloc_exec_space_int
4: [       OK ] cuda.view_alloc_exec_space_int (0 ms)
4: [ RUN      ] cuda.deep_copy_zero_memset
4: [       OK ] cuda.deep_copy_zero_memset (0 ms)
4: [ RUN      ] cuda.resize_exec_space
4: [       OK ] cuda.resize_exec_space (0 ms)
4: [ RUN      ] cuda.view_allocation_int
4: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestWithoutInitializing.hpp:285: Skipped
4: skipping since the fence checked for isn't necessary
4: [  SKIPPED ] cuda.view_allocation_int (0 ms)
4: [ RUN      ] cuda.view_allocation_exec_space_int
4: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestWithoutInitializing.hpp:317: Skipped
4: skipping since the CudaUVMSpace requires additiional fences
4: [  SKIPPED ] cuda.view_allocation_exec_space_int (0 ms)
4: [ RUN      ] cuda.view_not_default_constructible
4: [       OK ] cuda.view_not_default_constructible (0 ms)
4: [----------] 99 tests from cuda (4708 ms total)
4: 
4: [----------] 28 tests from cuda_uvm
4: [ RUN      ] cuda_uvm.view_subview_auto_1d_left
4: [       OK ] cuda_uvm.view_subview_auto_1d_left (4 ms)
4: [ RUN      ] cuda_uvm.view_subview_auto_1d_right
4: [       OK ] cuda_uvm.view_subview_auto_1d_right (5 ms)
4: [ RUN      ] cuda_uvm.view_subview_auto_1d_stride
4: [       OK ] cuda_uvm.view_subview_auto_1d_stride (5 ms)
4: [ RUN      ] cuda_uvm.view_subview_assign_strided
4: [       OK ] cuda_uvm.view_subview_assign_strided (4 ms)
4: [ RUN      ] cuda_uvm.view_subview_left_0
4: [       OK ] cuda_uvm.view_subview_left_0 (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_left_1
4: [       OK ] cuda_uvm.view_subview_left_1 (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_left_2
4: [       OK ] cuda_uvm.view_subview_left_2 (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_left_3
4: [       OK ] cuda_uvm.view_subview_left_3 (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_right_0
4: [       OK ] cuda_uvm.view_subview_right_0 (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_right_1
4: [       OK ] cuda_uvm.view_subview_right_1 (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_right_3
4: [       OK ] cuda_uvm.view_subview_right_3 (0 ms)
4: [ RUN      ] cuda_uvm.view_static_tests
4: [       OK ] cuda_uvm.view_static_tests (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_layoutleft_to_layoutleft
4: [       OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (3 ms)
4: [ RUN      ] cuda_uvm.view_subview_layoutright_to_layoutright
4: [       OK ] cuda_uvm.view_subview_layoutright_to_layoutright (2 ms)
4: [ RUN      ] cuda_uvm.view_subview_1d_assign
4: [       OK ] cuda_uvm.view_subview_1d_assign (3 ms)
4: [ RUN      ] cuda_uvm.view_subview_1d_assign_atomic
4: [       OK ] cuda_uvm.view_subview_1d_assign_atomic (3 ms)
4: [ RUN      ] cuda_uvm.view_subview_1d_assign_randomaccess
4: [       OK ] cuda_uvm.view_subview_1d_assign_randomaccess (4 ms)
4: [ RUN      ] cuda_uvm.view_subview_2d_from_3d
4: [       OK ] cuda_uvm.view_subview_2d_from_3d (51 ms)
4: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_atomic
4: [       OK ] cuda_uvm.view_subview_2d_from_3d_atomic (50 ms)
4: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_randomaccess
4: [       OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (51 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_left (73 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_atomic
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (71 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (72 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_right (71 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_atomic
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (73 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (73 ms)
4: [ RUN      ] cuda_uvm.view_test_unmanaged_subview_reset
4: [       OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_memory_traits_construction
4: [       OK ] cuda_uvm.view_subview_memory_traits_construction (0 ms)
4: [----------] 28 tests from cuda_uvm (632 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 135 tests from 3 test suites ran. (32133 ms total)
4: [  PASSED  ] 127 tests.
4: [  SKIPPED ] 8 tests, listed below:
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_dyn
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_stat
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_mix
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_static_extents
4: [  SKIPPED ] cuda_DeathTest.view_memory_access_violations_from_host
4: [  SKIPPED ] cuda.realloc_exec_space
4: [  SKIPPED ] cuda.view_allocation_int
4: [  SKIPPED ] cuda.view_allocation_exec_space_int
 4/51 Test  #4: Kokkos_CoreUnitTest_Cuda2 ............................   Passed   32.54 sec
test 5
      Start  5: Kokkos_CoreUnitTest_Cuda3

5: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_Cuda3
5: Test timeout computed to be: 1500
[ 46%] Built target Kokkos_CoreUnitTest_KokkosP
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamCombinedReducers.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamMDRange.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 97 tests from 3 test suites.
5: [----------] Global test environment set-up.
5: [----------] 41 tests from cuda
5: [ RUN      ] cuda.task_fib_deprecated
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/cuda/TestCuda_Spaces.cpp
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_BitManipulationBuiltins.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_c.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o
[ 52%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
5: [       OK ] cuda.task_fib_deprecated (2035 ms)
5: [ RUN      ] cuda.task_depend_deprecated
5: [       OK ] cuda.task_depend_deprecated (65 ms)
5: [ RUN      ] cuda.task_team_deprecated
5: [       OK ] cuda.task_team_deprecated (7 ms)
5: [ RUN      ] cuda.task_with_mempool_deprecated
5: [       OK ] cuda.task_with_mempool_deprecated (1 ms)
5: [ RUN      ] cuda.task_multiple_depend_deprecated
5: [       OK ] cuda.task_multiple_depend_deprecated (51 ms)
5: [ RUN      ] cuda.task_scheduler_ctors_deprecated
5: [       OK ] cuda.task_scheduler_ctors_deprecated (0 ms)
5: [ RUN      ] cuda.task_scheduer_ctors_device_deprecated
5: [       OK ] cuda.task_scheduer_ctors_device_deprecated (2 ms)
5: [ RUN      ] cuda.task_fib_deprecated_multiple
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_UniqueToken.cpp
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_g.cpp.o
5: [       OK ] cuda.task_fib_deprecated_multiple (585 ms)
5: [ RUN      ] cuda.task_depend_deprecated_multiple
5: [       OK ] cuda.task_depend_deprecated_multiple (127 ms)
5: [ RUN      ] cuda.task_team_deprecated_multiple
[ 52%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
5: [       OK ] cuda.task_team_deprecated_multiple (19 ms)
5: [ RUN      ] cuda.task_with_mempool_deprecated_multiple
5: [       OK ] cuda.task_with_mempool_deprecated_multiple (18 ms)
5: [ RUN      ] cuda.task_multiple_depend_deprecated_multiple
5: [       OK ] cuda.task_multiple_depend_deprecated_multiple (83 ms)
5: [ RUN      ] cuda.task_scheduler_ctors_deprecated_multiple
5: [       OK ] cuda.task_scheduler_ctors_deprecated_multiple (0 ms)
5: [ RUN      ] cuda.task_scheduer_ctors_device_deprecated_multiple
5: [       OK ] cuda.task_scheduer_ctors_device_deprecated_multiple (29 ms)
5: [ RUN      ] cuda.task_fib_single
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 34%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[ 34%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamPolicyConstructors.cpp.o
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangePolicyConstructors.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o
5: [       OK ] cuda.task_fib_single (1810 ms)
5: [ RUN      ] cuda.task_depend_single
5: [       OK ] cuda.task_depend_single (74 ms)
5: [ RUN      ] cuda.task_team_single
5: [       OK ] cuda.task_team_single (9 ms)
5: [ RUN      ] cuda.task_with_mempool_single
5: [       OK ] cuda.task_with_mempool_single (1 ms)
5: [ RUN      ] cuda.task_multiple_depend_single
5: [       OK ] cuda.task_multiple_depend_single (59 ms)
5: [ RUN      ] cuda.task_scheduler_ctors_single
5: [       OK ] cuda.task_scheduler_ctors_single (0 ms)
5: [ RUN      ] cuda.task_scheduer_ctors_device_single
5: [       OK ] cuda.task_scheduer_ctors_device_single (1 ms)
5: [ RUN      ] cuda.task_fib_multiple
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Init.cpp.o
5: [       OK ] cuda.task_fib_multiple (1236 ms)
5: [ RUN      ] cuda.task_depend_multiple
5: [       OK ] cuda.task_depend_multiple (77 ms)
5: [ RUN      ] cuda.task_team_multiple
5: [       OK ] cuda.task_team_multiple (7 ms)
5: [ RUN      ] cuda.task_with_mempool_multiple
5: [       OK ] cuda.task_with_mempool_multiple (1 ms)
5: [ RUN      ] cuda.task_multiple_depend_multiple
5: [       OK ] cuda.task_multiple_depend_multiple (46 ms)
5: [ RUN      ] cuda.task_scheduler_ctors_multiple
5: [       OK ] cuda.task_scheduler_ctors_multiple (0 ms)
5: [ RUN      ] cuda.task_scheduer_ctors_device_multiple
5: [       OK ] cuda.task_scheduer_ctors_device_multiple (2 ms)
5: [ RUN      ] cuda.task_fib_chase_lev
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_LocalDeepCopy.cpp
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 34%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 35%] 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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/cuda/TestCuda_DebugSerialExecution.cpp
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/cuda/TestCuda_DebugPinUVMSpace.cpp
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/cuda/TestCuda_TeamScratchStreams.cpp
5: [       OK ] cuda.task_fib_chase_lev (1407 ms)
5: [ RUN      ] cuda.task_depend_chase_lev
5: [       OK ] cuda.task_depend_chase_lev (136 ms)
5: [ RUN      ] cuda.task_team_chase_lev
5: [       OK ] cuda.task_team_chase_lev (10 ms)
5: [ RUN      ] cuda.task_with_mempool_chase_lev
5: [       OK ] cuda.task_with_mempool_chase_lev (4 ms)
5: [ RUN      ] cuda.task_multiple_depend_chase_lev
5: [       OK ] cuda.task_multiple_depend_chase_lev (57 ms)
5: [ RUN      ] cuda.task_scheduler_ctors_chase_lev
5: [       OK ] cuda.task_scheduler_ctors_chase_lev (0 ms)
5: [ RUN      ] cuda.task_scheduer_ctors_device_chase_lev
5: [       OK ] cuda.task_scheduer_ctors_device_chase_lev (4 ms)
5: [ RUN      ] cuda.team_scratch_1_streams
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDSpan.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_BlockSizeDeduction.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangeReduce.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_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/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostSpace_deepcopy.cpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 27%] Linking CXX executable Kokkos_StackTraceTestExec
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
[ 27%] Built target Kokkos_StackTraceTestExec
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Abort.cpp
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 35%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 35%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
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_DetectionIdiom_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o
[ 35%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_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
[ 52%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/UnitTestMainInit.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o
[ 52%] Built target Kokkos_ProfilingAllCalls
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpaceThreadSafety.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 22%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 47%] 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/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_ExecPolicy.cpp
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 29%] 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_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 47%] 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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostThreadTeam.cpp
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_SharedAlloc.cpp
[ 35%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_unsignedint.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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_hwloc.cpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
[ 22%] Built target Kokkos_CoreUnitTest_Cuda3
Scanning dependencies of target Kokkos_CoreUnitTest_Default
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewBadAlloc.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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -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/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_CPUDiscovery.cpp
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/UnitTestMainInit.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostBarrier.cpp
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CheckedIntegerOps.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
[ 35%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Core.cpp
[ 35%] Built target Kokkos_PerformanceTest_Benchmark
[ 35%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[ 12%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
Scanning dependencies of 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_NestedSort_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
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDSpanAtomicAccessor.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test01_execspace_OPENMPTARGET.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Stacktrace.cpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -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/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Error.cpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
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
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 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
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostSpace.cpp
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
5: [       OK ] cuda.team_scratch_1_streams (15687 ms)
5: [ RUN      ] cuda.space_access
5: [       OK ] cuda.space_access (0 ms)
5: [ RUN      ] cuda.uvm
5: [       OK ] cuda.uvm (0 ms)
5: [ RUN      ] cuda.impl_view_accessible
5: [       OK ] cuda.impl_view_accessible (1 ms)
5: [ RUN      ] cuda.impl_view_texture
5: [       OK ] cuda.impl_view_texture (0 ms)
5: [ RUN      ] cuda.view_subview_const_randomaccess
5: [       OK ] cuda.view_subview_const_randomaccess (0 ms)
5: [----------] 41 tests from cuda (23670 ms total)
5: 
5: [----------] 28 tests from cuda_hostpinned
5: [ RUN      ] cuda_hostpinned.impl_shared_alloc
5: [       OK ] cuda_hostpinned.impl_shared_alloc (31 ms)
5: [ RUN      ] cuda_hostpinned.view_api_a
5: [       OK ] cuda_hostpinned.view_api_a (10 ms)
5: [ RUN      ] cuda_hostpinned.view_layout_left_with_stride
5: [       OK ] cuda_hostpinned.view_layout_left_with_stride (0 ms)
5: [ RUN      ] cuda_hostpinned.view_layout_right_with_stride
5: [       OK ] cuda_hostpinned.view_layout_right_with_stride (0 ms)
5: [ RUN      ] cuda_hostpinned.view_api_b
5: [       OK ] cuda_hostpinned.view_api_b (6 ms)
5: [ RUN      ] cuda_hostpinned.view_api_c
5: [       OK ] cuda_hostpinned.view_api_c (0 ms)
5: [ RUN      ] cuda_hostpinned.view_api_d
5: [       OK ] cuda_hostpinned.view_api_d (1 ms)
5: [ RUN      ] cuda_hostpinned.view_remap
5: [       OK ] cuda_hostpinned.view_remap (0 ms)
5: [ RUN      ] cuda_hostpinned.view_mirror_nonconst
5: [       OK ] cuda_hostpinned.view_mirror_nonconst (0 ms)
5: [ RUN      ] cuda_hostpinned.view_stride_method
5: [       OK ] cuda_hostpinned.view_stride_method (0 ms)
5: [ RUN      ] cuda_hostpinned.anonymous_space
5: [       OK ] cuda_hostpinned.anonymous_space (0 ms)
5: [ RUN      ] cuda_hostpinned.view_overload_resolution
5: [       OK ] cuda_hostpinned.view_overload_resolution (0 ms)
5: [ RUN      ] cuda_hostpinned.view_allocation_large_rank
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 49%] 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_Kokkos_UniqueToken_hpp
[ 35%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
[ 35%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 30%] 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/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_MemoryPool.cpp
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamScratch.cpp.o
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
5: [       OK ] cuda_hostpinned.view_allocation_large_rank (3295 ms)
5: [ RUN      ] cuda_hostpinned.view_shmem_size_on_device
5: [       OK ] cuda_hostpinned.view_shmem_size_on_device (0 ms)
5: [ RUN      ] cuda_hostpinned.view_is_assignable
5: [       OK ] cuda_hostpinned.view_is_assignable (0 ms)
5: [ RUN      ] cuda_hostpinned.view_copy_tests
5: [       OK ] cuda_hostpinned.view_copy_tests (8 ms)
5: [ RUN      ] cuda_hostpinned.view_copy_tests_rank_0
5: [       OK ] cuda_hostpinned.view_copy_tests_rank_0 (0 ms)
5: [ RUN      ] cuda_hostpinned.view_copy_degenerated
5: [       OK ] cuda_hostpinned.view_copy_degenerated (0 ms)
5: [ RUN      ] cuda_hostpinned.view_fill_tests_layout_right
[ 18%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2B
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[ 49%] 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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/containers/src/impl/Kokkos_UnorderedMap_impl.cpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_Cuda_Instance.cpp
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o
[ 49%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Graph.cpp.o
Scanning dependencies of target Kokkos_UnitTest_Sort
[ 35%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyConstructors.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test02_atomic_host_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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_CudaSpace.cpp
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_Cuda_Task.cpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial.cpp
[ 35%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test03a_MemorySpace_malloc_OPENMPTARGET.cpp.o
[ 53%] Linking CXX executable Kokkos_ToolsInitialization
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_int.cpp.o
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 53%] Built target Kokkos_ToolsInitialization
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial_Task.cpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/UnitTestMain.cpp
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 13%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/cuda/TestCuda_InterOp_Init.cpp
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/cuda/TestCuda_InterOp_Streams.cpp
[ 36%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_Init.cpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_longint.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_SharedAlloc.cpp
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SpaceAwareAccessorAccessViolation.cpp.o
[ 36%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSort.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SpaceAwareAccessor.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_RangePolicy.cpp
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MDSpanConversion.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o
[ 36%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
5: [       OK ] cuda_hostpinned.view_fill_tests_layout_right (11112 ms)
5: [ RUN      ] cuda_hostpinned.view_fill_tests_layout_left
[ 36%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 36%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 36%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[ 14%] 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_IncrementalTest_OPENMPTARGET.dir/generated/Test03b_MemorySpace_free_OPENMPTARGET.cpp.o
[ 36%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 36%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_CommonPolicyInterface.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamPolicyConstructors.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_RangePolicyRequire.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_View_64bit.cpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
[ 36%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/UnitTestMainInit.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 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
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Concepts.cpp.o
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
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
[ 32%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o
[ 32%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test04_ParallelFor_RangePolicy_OPENMPTARGET.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMPTARGET.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_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
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_d.cpp.o
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 39%] Built 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_Future_hpp.dir/tstHeader.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_ViewAPI_b.cpp
[ 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_Macros_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c07.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_ViewAPI_d.cpp
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp
5: [       OK ] cuda_hostpinned.view_fill_tests_layout_left (10936 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping
5: [       OK ] cuda_hostpinned.view_mapping (55 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping_operator
5: [       OK ] cuda_hostpinned.view_mapping_operator (4 ms)
5: [ RUN      ] cuda_hostpinned.static_extent
5: [       OK ] cuda_hostpinned.static_extent (0 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping_atomic
5: [       OK ] cuda_hostpinned.view_mapping_atomic (0 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping_class_value
5: [       OK ] cuda_hostpinned.view_mapping_class_value (0 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping_assignable
5: [       OK ] cuda_hostpinned.view_mapping_assignable (0 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping_trivially_copyable
5: [       OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping_subview
5: [       OK ] cuda_hostpinned.view_mapping_subview (0 ms)
5: [----------] 28 tests from cuda_hostpinned (25465 ms total)
5: 
5: [----------] 28 tests from cuda_uvm
5: [ RUN      ] cuda_uvm.impl_shared_alloc
5: [       OK ] cuda_uvm.impl_shared_alloc (41 ms)
5: [ RUN      ] cuda_uvm.view_api_a
5: [       OK ] cuda_uvm.view_api_a (14 ms)
5: [ RUN      ] cuda_uvm.view_layout_left_with_stride
5: [       OK ] cuda_uvm.view_layout_left_with_stride (0 ms)
5: [ RUN      ] cuda_uvm.view_layout_right_with_stride
5: [       OK ] cuda_uvm.view_layout_right_with_stride (0 ms)
5: [ RUN      ] cuda_uvm.view_api_b
5: [       OK ] cuda_uvm.view_api_b (21 ms)
5: [ RUN      ] cuda_uvm.view_api_c
5: [       OK ] cuda_uvm.view_api_c (0 ms)
5: [ RUN      ] cuda_uvm.view_api_d
5: [       OK ] cuda_uvm.view_api_d (3 ms)
5: [ RUN      ] cuda_uvm.view_remap
5: [       OK ] cuda_uvm.view_remap (1 ms)
5: [ RUN      ] cuda_uvm.view_mirror_nonconst
5: [       OK ] cuda_uvm.view_mirror_nonconst (0 ms)
5: [ RUN      ] cuda_uvm.view_stride_method
5: [       OK ] cuda_uvm.view_stride_method (0 ms)
5: [ RUN      ] cuda_uvm.anonymous_space
5: [       OK ] cuda_uvm.anonymous_space (0 ms)
5: [ RUN      ] cuda_uvm.view_overload_resolution
5: [       OK ] cuda_uvm.view_overload_resolution (0 ms)
5: [ RUN      ] cuda_uvm.view_allocation_large_rank
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
5: [       OK ] cuda_uvm.view_allocation_large_rank (290 ms)
5: [ RUN      ] cuda_uvm.view_shmem_size_on_device
5: [       OK ] cuda_uvm.view_shmem_size_on_device (1 ms)
5: [ RUN      ] cuda_uvm.view_is_assignable
5: [       OK ] cuda_uvm.view_is_assignable (24 ms)
5: [ RUN      ] cuda_uvm.view_copy_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/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_ViewAPI_e.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
5: [       OK ] cuda_uvm.view_copy_tests (29 ms)
5: [ RUN      ] cuda_uvm.view_copy_tests_rank_0
5: [       OK ] cuda_uvm.view_copy_tests_rank_0 (8 ms)
5: [ RUN      ] cuda_uvm.view_copy_degenerated
5: [       OK ] cuda_uvm.view_copy_degenerated (0 ms)
5: [ RUN      ] cuda_uvm.view_fill_tests_layout_right
5: [       OK ] cuda_uvm.view_fill_tests_layout_right (148 ms)
5: [ RUN      ] cuda_uvm.view_fill_tests_layout_left
5: [       OK ] cuda_uvm.view_fill_tests_layout_left (110 ms)
5: [ RUN      ] cuda_uvm.view_mapping
5: [       OK ] cuda_uvm.view_mapping (59 ms)
5: [ RUN      ] cuda_uvm.view_mapping_operator
5: [       OK ] cuda_uvm.view_mapping_operator (14 ms)
5: [ RUN      ] cuda_uvm.static_extent
5: [       OK ] cuda_uvm.static_extent (0 ms)
5: [ RUN      ] cuda_uvm.view_mapping_atomic
5: [       OK ] cuda_uvm.view_mapping_atomic (0 ms)
5: [ RUN      ] cuda_uvm.view_mapping_class_value
5: [       OK ] cuda_uvm.view_mapping_class_value (0 ms)
5: [ RUN      ] cuda_uvm.view_mapping_assignable
5: [       OK ] cuda_uvm.view_mapping_assignable (0 ms)
5: [ RUN      ] cuda_uvm.view_mapping_trivially_copyable
5: [       OK ] cuda_uvm.view_mapping_trivially_copyable (0 ms)
5: [ RUN      ] cuda_uvm.view_mapping_subview
5: [       OK ] cuda_uvm.view_mapping_subview (2 ms)
5: [----------] 28 tests from cuda_uvm (772 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 97 tests from 3 test suites ran. (49908 ms total)
5: [  PASSED  ] 97 tests.
 5/51 Test  #5: Kokkos_CoreUnitTest_Cuda3 ............................   Passed   50.10 sec
test 6
      Start  6: Kokkos_CoreUnitTest_CudaTimingBased

6: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_CudaTimingBased
6: Test timeout computed to be: 1500
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 2 tests from 1 test suite.
6: [----------] Global test environment set-up.
6: [----------] 2 tests from cuda
6: [ RUN      ] cuda.debug_serial_execution
6: [       OK ] cuda.debug_serial_execution (43 ms)
6: [ RUN      ] cuda.debug_pin_um_to_host
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 50%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
6: [       OK ] cuda.debug_pin_um_to_host (692 ms)
6: [----------] 2 tests from cuda (736 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 2 tests from 1 test suite ran. (736 ms total)
6: [  PASSED  ] 2 tests.
 6/51 Test  #6: Kokkos_CoreUnitTest_CudaTimingBased ..................   Passed    0.92 sec
test 7
      Start  7: Kokkos_CoreUnitTest_CudaInterOpInit

7: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpInit
7: Test timeout computed to be: 1500
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o
7: [==========] Running 1 test from 1 test suite.
7: [----------] Global test environment set-up.
7: [----------] 1 test from cuda
7: [ RUN      ] cuda.raw_cuda_interop
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: [       OK ] cuda.raw_cuda_interop (107 ms)
7: [----------] 1 test from cuda (107 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 1 test from 1 test suite ran. (107 ms total)
7: [  PASSED  ] 1 test.
 7/51 Test  #7: Kokkos_CoreUnitTest_CudaInterOpInit ..................   Passed    0.15 sec
test 8
      Start  8: Kokkos_CoreUnitTest_CudaInterOpStreams

8: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreams
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_streams
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
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_streams (111 ms)
8: [----------] 1 test from cuda (111 ms total)
8: 
8: [----------] Global test environment tear-down
8: [==========] 1 test from 1 test suite ran. (112 ms total)
8: [  PASSED  ] 1 test.
 8/51 Test  #8: Kokkos_CoreUnitTest_CudaInterOpStreams ...............   Passed    0.17 sec
test 9
      Start  9: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU

9: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
9: Test timeout computed to be: 1500
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: [==========] Running 3 tests from 1 test suite.
9: [----------] Global test environment set-up.
9: [----------] 3 tests from cuda_multi_gpu
9: [ RUN      ] cuda_multi_gpu.managed_views
9: [       OK ] cuda_multi_gpu.managed_views (1 ms)
9: [ RUN      ] cuda_multi_gpu.unmanaged_views
9: [       OK ] cuda_multi_gpu.unmanaged_views (0 ms)
9: [ RUN      ] cuda_multi_gpu.scratch_space
9: [       OK ] cuda_multi_gpu.scratch_space (1 ms)
9: [----------] 3 tests from cuda_multi_gpu (4 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 3 tests from 1 test suite ran. (4 ms total)
9: [  PASSED  ] 3 tests.
 9/51 Test  #9: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU .......   Passed    0.16 sec
test 10
      Start 10: Kokkos_CoreUnitTest_Default

10: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_Default
10: Test timeout computed to be: 1500
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
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 71 tests from 41 test suites.
10: [----------] Global test environment set-up.
10: [----------] 31 tests from defaultdevicetype
10: [ RUN      ] defaultdevicetype.initialization_settings
10: [       OK ] defaultdevicetype.initialization_settings (0 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_num_threads
10: [       OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_device_id
10: [       OK ] defaultdevicetype.cmd_line_args_device_id (0 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_disable_warning
10: [       OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_tune_internals
10: [       OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_help
10: [       OK ] defaultdevicetype.cmd_line_args_help (6 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_tools_arguments
10: [       OK ] defaultdevicetype.cmd_line_args_tools_arguments (2 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_unrecognized_flag
10: [       OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (8 ms)
10: [ RUN      ] defaultdevicetype.env_vars_num_threads
10: [       OK ] defaultdevicetype.env_vars_num_threads (0 ms)
10: [ RUN      ] defaultdevicetype.env_vars_device_id
10: [       OK ] defaultdevicetype.env_vars_device_id (0 ms)
10: [ RUN      ] defaultdevicetype.env_vars_disable_warnings
10: [       OK ] defaultdevicetype.env_vars_disable_warnings (0 ms)
10: [ RUN      ] defaultdevicetype.env_vars_tune_internals
10: [       OK ] defaultdevicetype.env_vars_tune_internals (0 ms)
10: [ RUN      ] defaultdevicetype.visible_devices
10: [       OK ] defaultdevicetype.visible_devices (0 ms)
10: [ RUN      ] defaultdevicetype.shared_space
10: [       OK ] defaultdevicetype.shared_space (68 ms)
10: [ RUN      ] defaultdevicetype.shared_host_pinned_space
10: [       OK ] defaultdevicetype.shared_host_pinned_space (0 ms)
10: [ RUN      ] defaultdevicetype.compiler_macros
10: [       OK ] defaultdevicetype.compiler_macros (0 ms)
10: [ RUN      ] defaultdevicetype.half_conversion
10: [       OK ] defaultdevicetype.half_conversion (4 ms)
10: [ RUN      ] defaultdevicetype.bhalf_conversion
10: [       OK ] defaultdevicetype.bhalf_conversion (3 ms)
10: [ RUN      ] defaultdevicetype.half_operators
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
10: [       OK ] defaultdevicetype.half_operators (2 ms)
10: [ RUN      ] defaultdevicetype.bhalf_operators
10: [       OK ] defaultdevicetype.bhalf_operators (2 ms)
10: [ RUN      ] defaultdevicetype.host_space_access
10: [       OK ] defaultdevicetype.host_space_access (0 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_a1
10: [       OK ] defaultdevicetype.reduce_instantiation_a1 (11 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_b1
10: [       OK ] defaultdevicetype.reduce_instantiation_b1 (34 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_c1
10: [       OK ] defaultdevicetype.reduce_instantiation_c1 (11 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_a2
10: [       OK ] defaultdevicetype.reduce_instantiation_a2 (16 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_b2
10: [       OK ] defaultdevicetype.reduce_instantiation_b2 (46 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_c2
10: [       OK ] defaultdevicetype.reduce_instantiation_c2 (16 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_a3
10: [       OK ] defaultdevicetype.reduce_instantiation_a3 (17 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_b3
10: [       OK ] defaultdevicetype.reduce_instantiation_b3 (50 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
10: [       OK ] defaultdevicetype.reduce_instantiation_c3 (16 ms)
10: [ RUN      ] defaultdevicetype.malloc
10: [       OK ] defaultdevicetype.malloc (0 ms)
10: [----------] 31 tests from defaultdevicetype (324 ms total)
10: 
10: [----------] 1 test from kokkosresize
10: [ RUN      ] kokkosresize.host_space_access
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test01_execspace_OPENACC.cpp.o
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
10: [       OK ] kokkosresize.host_space_access (29 ms)
10: [----------] 1 test from kokkosresize (29 ms total)
10: 
10: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple<int, Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
10: [ RUN      ] TestViewAPI/0.sizes
10: [       OK ] TestViewAPI/0.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/0 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/1, where TypeParam = std::tuple<int [5], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
10: [ RUN      ] TestViewAPI/1.sizes
10: [       OK ] TestViewAPI/1.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/1 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/2, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
10: [ RUN      ] TestViewAPI/2.sizes
10: [       OK ] TestViewAPI/2.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/2 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/3.sizes
10: [       OK ] TestViewAPI/3.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/3 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/4.sizes
10: [       OK ] TestViewAPI/4.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/4 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/5.sizes
10: [       OK ] TestViewAPI/5.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/5 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/6.sizes
10: [       OK ] TestViewAPI/6.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/6 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/7.sizes
10: [       OK ] TestViewAPI/7.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/7 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/8.sizes
10: [       OK ] TestViewAPI/8.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/8 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/9.sizes
10: [       OK ] TestViewAPI/9.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/9 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/10, where TypeParam = std::tuple<int, Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
10: [ RUN      ] TestViewAPI/10.sizes
10: [       OK ] TestViewAPI/10.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/10 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/11, where TypeParam = std::tuple<int [5], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
10: [ RUN      ] TestViewAPI/11.sizes
10: [       OK ] TestViewAPI/11.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/11 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/12, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
10: [ RUN      ] TestViewAPI/12.sizes
10: [       OK ] TestViewAPI/12.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/12 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/13.sizes
10: [       OK ] TestViewAPI/13.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/13 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/14.sizes
10: [       OK ] TestViewAPI/14.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/14 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/15.sizes
10: [       OK ] TestViewAPI/15.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/15 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/16.sizes
10: [       OK ] TestViewAPI/16.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/16 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/17.sizes
10: [       OK ] TestViewAPI/17.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/17 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/18.sizes
10: [       OK ] TestViewAPI/18.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/18 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/19.sizes
10: [       OK ] TestViewAPI/19.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/19 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/20, where TypeParam = std::tuple<int, Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
10: [ RUN      ] TestViewAPI/20.sizes
10: [       OK ] TestViewAPI/20.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/20 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/21, where TypeParam = std::tuple<int [5], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
10: [ RUN      ] TestViewAPI/21.sizes
10: [       OK ] TestViewAPI/21.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/21 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/22, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
10: [ RUN      ] TestViewAPI/22.sizes
10: [       OK ] TestViewAPI/22.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/22 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/23.sizes
10: [       OK ] TestViewAPI/23.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/23 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/24.sizes
10: [       OK ] TestViewAPI/24.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/24 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/25.sizes
10: [       OK ] TestViewAPI/25.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/25 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/26.sizes
10: [       OK ] TestViewAPI/26.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/26 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/27.sizes
10: [       OK ] TestViewAPI/27.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/27 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/28.sizes
10: [       OK ] TestViewAPI/28.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/28 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/29.sizes
10: [       OK ] TestViewAPI/29.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/29 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/30, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
10: [ RUN      ] TestViewAPI/30.sizes
10: [       OK ] TestViewAPI/30.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/30 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/31.sizes
10: [       OK ] TestViewAPI/31.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/31 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/32.sizes
10: [       OK ] TestViewAPI/32.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/32 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/33, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
10: [ RUN      ] TestViewAPI/33.sizes
10: [       OK ] TestViewAPI/33.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/33 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/34.sizes
10: [       OK ] TestViewAPI/34.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/34 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/35.sizes
10: [       OK ] TestViewAPI/35.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/35 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/36, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
10: [ RUN      ] TestViewAPI/36.sizes
10: [       OK ] TestViewAPI/36.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/36 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/37.sizes
10: [       OK ] TestViewAPI/37.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/37 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/38.sizes
10: [       OK ] TestViewAPI/38.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/38 (0 ms total)
10: 
10: [----------] Global test environment tear-down
10: [==========] 71 tests from 41 test suites ran. (366 ms total)
10: [  PASSED  ] 71 tests.
10/51 Test #10: Kokkos_CoreUnitTest_Default ..........................   Passed    0.60 sec
test 11
      Start 11: Kokkos_CoreUnitTest_LegionInitialization

11: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization
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 initialization
11: [ RUN      ] initialization.legion_initialization
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: [       OK ] initialization.legion_initialization (108 ms)
11: [----------] 1 test from initialization (108 ms total)
11: 
11: [----------] Global test environment tear-down
11: [==========] 1 test from 1 test suite ran. (108 ms total)
11: [  PASSED  ] 1 test.
11/51 Test #11: Kokkos_CoreUnitTest_LegionInitialization .............   Passed    0.16 sec
test 12
      Start 12: Kokkos_CoreUnitTest_PushFinalizeHook

12: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook
12: Test timeout computed to be: 1500
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Complex.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
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: SUCCESS
12/51 Test #12: Kokkos_CoreUnitTest_PushFinalizeHook .................   Passed    0.15 sec
test 13
      Start 13: Kokkos_CoreUnitTest_ScopeGuard

13: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_ScopeGuard
13: Test timeout computed to be: 1500
13: [==========] Running 6 tests from 1 test suite.
13: [----------] Global test environment set-up.
13: [----------] 6 tests from scope_guard_DeathTest
13: [ RUN      ] scope_guard_DeathTest.create
13: [       OK ] scope_guard_DeathTest.create (148 ms)
13: [ RUN      ] scope_guard_DeathTest.create_argument
13: [       OK ] scope_guard_DeathTest.create_argument (150 ms)
13: [ RUN      ] scope_guard_DeathTest.create_while_initialize
[ 51%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_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/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_DeepCopyAlignment.cpp
13: [       OK ] scope_guard_DeathTest.create_while_initialize (391 ms)
13: [ RUN      ] scope_guard_DeathTest.create_after_initialize
[ 51%] Built target Kokkos_CoreUnitTest_Serial2
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_ViewCopy_a.cpp
13: [       OK ] scope_guard_DeathTest.create_after_initialize (357 ms)
13: [ RUN      ] scope_guard_DeathTest.create_after_finalize
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicOperations_unsignedlongint.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMPTARGET.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o
13: [       OK ] scope_guard_DeathTest.create_after_finalize (343 ms)
13: [ RUN      ] scope_guard_DeathTest.destroy_after_finalize
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[ 36%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
13: [       OK ] scope_guard_DeathTest.destroy_after_finalize (397 ms)
13: [----------] 6 tests from scope_guard_DeathTest (1789 ms total)
13: 
13: [----------] Global test environment tear-down
13: [==========] 6 tests from 1 test suite ran. (1789 ms total)
13: [  PASSED  ] 6 tests.
13/51 Test #13: Kokkos_CoreUnitTest_ScopeGuard .......................   Passed    1.80 sec
test 14
      Start 14: Kokkos_CoreUnitTest_Develop

14: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_Develop
14: Test timeout computed to be: 1500
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: [==========] Running 1 test from 1 test suite.
14: [----------] Global test environment set-up.
14: [----------] 1 test from defaultdevicetype
14: [ RUN      ] defaultdevicetype.development_test
14: [       OK ] defaultdevicetype.development_test (0 ms)
14: [----------] 1 test from defaultdevicetype (0 ms total)
14: 
14: [----------] Global test environment tear-down
14: [==========] 1 test from 1 test suite ran. (0 ms total)
14: [  PASSED  ] 1 test.
14/51 Test #14: Kokkos_CoreUnitTest_Develop ..........................   Passed    0.18 sec
test 15
      Start 15: Kokkos_CoreUnitTest_PushFinalizeHookTerminateRegex

15: Test command: /opt/cmake/bin/cmake "-E" "env" "/var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHookTerminate"
15: Test timeout computed to be: 1500
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamReductionScan.cpp.o
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: PASSED: I am the custom std::terminate handler.
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamTeamSize.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
15: Child aborted
15/51 Test #15: Kokkos_CoreUnitTest_PushFinalizeHookTerminateRegex ...   Passed    0.36 sec
test 16
      Start 16: Kokkos_CoreUnitTest_PushFinalizeHookTerminateFails

16: Test command: /opt/cmake/bin/cmake "-E" "env" "/var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHookTerminate"
16: Test timeout computed to be: 1500
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: PASSED: I am the custom std::terminate handler.
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o
[ 52%] Built target Kokkos_CoreUnitTest_Cuda2
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
16: Child aborted
16/51 Test #16: Kokkos_CoreUnitTest_PushFinalizeHookTerminateFails ...   Passed    0.34 sec
test 17
      Start 17: Kokkos_CoreUnitTest_KokkosP

17: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_KokkosP
17: Test timeout computed to be: 1500
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
17: 
17: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
17:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
17:                                   setting CUDA_VISIBLE_DEVICES.
17:                                   This could on multi GPU systems lead to severe performance"
17:                                   penalties.
17: [==========] Running 32 tests from 1 test suite.
17: [----------] Global test environment set-up.
17: [----------] 32 tests from kokkosp
17: [ RUN      ] kokkosp.test_named_instance_fence
17: Ref: 33554433
17: Ref: named_instance
17: 33554433
17: named_instance
17: [       OK ] kokkosp.test_named_instance_fence (0 ms)
17: [ RUN      ] kokkosp.test_unnamed_instance_fence
17: Ref: 33554433
17: Ref: Unnamed Instance Fence
17: 33554433
17: Kokkos::Cuda::fence(): Unnamed Instance Fence
17: [       OK ] kokkosp.test_unnamed_instance_fence (0 ms)
17: [ RUN      ] kokkosp.test_named_global_fence
17: Ref: 33554432
17: Ref: test global fence
17: 0
17: test global fence
17: Miss on id
17: 33554432
17: test global fence
17: [       OK ] kokkosp.test_named_global_fence (0 ms)
17: [ RUN      ] kokkosp.test_unnamed_global_fence
17: Ref: 33554432
17: Ref: Unnamed Global Fence
17: 0
17: Kokkos::fence: Unnamed Global Fence
17: Miss on id
17: 33554432
17: Kokkos::fence: Unnamed Global Fence
17: [       OK ] kokkosp.test_unnamed_global_fence (0 ms)
17: [ RUN      ] kokkosp.test_multiple_default_instances
17: [       OK ] kokkosp.test_multiple_default_instances (0 ms)
17: [ RUN      ] kokkosp.test_id_gen
17: [       OK ] kokkosp.test_id_gen (0 ms)
17: [ RUN      ] kokkosp.test_kernel_sequence
17: Ref: 33554433
17: Ref: named_instance
17: 33554433
17: named_instance
17: Ref: 33554433
17: Ref: test_kernel
17: 33554433
17: named_instance
17: Miss on name
17: 0
17: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence
17: Miss on name
17: Miss on id
17: 33554432
17: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence
17: Miss on name
17: Miss on id
17: 33554433
17: test_kernel
17: [       OK ] kokkosp.test_kernel_sequence (0 ms)
17: [ RUN      ] kokkosp.test_streams
17: [       OK ] kokkosp.test_streams (0 ms)
17: [ RUN      ] kokkosp.async_deep_copy
17: [       OK ] kokkosp.async_deep_copy (2 ms)
17: [ RUN      ] kokkosp.parallel_for
17: [       OK ] kokkosp.parallel_for (0 ms)
17: [ RUN      ] kokkosp.parallel_reduce
17: [       OK ] kokkosp.parallel_reduce (0 ms)
17: [ RUN      ] kokkosp.parallel_scan
17: [       OK ] kokkosp.parallel_scan (2 ms)
17: [ RUN      ] kokkosp.parallel_scan_no_fence
17: [       OK ] kokkosp.parallel_scan_no_fence (0 ms)
17: [ RUN      ] kokkosp.parallel_scan_no_fence_view
17: [       OK ] kokkosp.parallel_scan_no_fence_view (0 ms)
17: [ RUN      ] kokkosp.regions
17: [       OK ] kokkosp.regions (0 ms)
17: [ RUN      ] kokkosp.fences
17: [       OK ] kokkosp.fences (0 ms)
17: [ RUN      ] kokkosp.raw_allocation
17: [       OK ] kokkosp.raw_allocation (0 ms)
17: [ RUN      ] kokkosp.view
17: [       OK ] kokkosp.view (0 ms)
17: [ RUN      ] kokkosp.sections
17: [       OK ] kokkosp.sections (0 ms)
17: [ RUN      ] kokkosp.metadata
17: [       OK ] kokkosp.metadata (0 ms)
17: [ RUN      ] kokkosp.profile_events
17: [       OK ] kokkosp.profile_events (0 ms)
17: [ RUN      ] kokkosp.no_init_kernel
17: [       OK ] kokkosp.no_init_kernel (0 ms)
17: [ RUN      ] kokkosp.get_events
17: [       OK ] kokkosp.get_events (0 ms)
17: [ RUN      ] kokkosp.kernel_name_parallel_for
17: [       OK ] kokkosp.kernel_name_parallel_for (0 ms)
17: [ RUN      ] kokkosp.kernel_name_parallel_reduce
17: [       OK ] kokkosp.kernel_name_parallel_reduce (0 ms)
17: [ RUN      ] kokkosp.kernel_name_parallel_scan
17: [       OK ] kokkosp.kernel_name_parallel_scan (0 ms)
17: [ RUN      ] kokkosp.kernel_name_internal
17: [       OK ] kokkosp.kernel_name_internal (0 ms)
17: [ RUN      ] kokkosp.profiling_section
17: [       OK ] kokkosp.profiling_section (0 ms)
17: [ RUN      ] kokkosp.scoped_profile_region
17: [       OK ] kokkosp.scoped_profile_region (0 ms)
17: [ RUN      ] kokkosp.create_mirror_no_init
17: [       OK ] kokkosp.create_mirror_no_init (0 ms)
17: [ RUN      ] kokkosp.create_mirror_no_init_view_ctor
17: [       OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms)
17: [ RUN      ] kokkosp.create_mirror_view_and_copy
17: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/tools/TestWithoutInitializing.cpp:98: Skipped
17: skipping since the CudaUVMSpace requires additional fences
17: [  SKIPPED ] kokkosp.create_mirror_view_and_copy (0 ms)
17: [----------] 32 tests from kokkosp (8 ms total)
17: 
17: [----------] Global test environment tear-down
17: [==========] 32 tests from 1 test suite ran. (8 ms total)
17: [  PASSED  ] 31 tests.
17: [  SKIPPED ] 1 test, listed below:
17: [  SKIPPED ] kokkosp.create_mirror_view_and_copy
17/51 Test #17: Kokkos_CoreUnitTest_KokkosP ..........................   Passed    0.17 sec
test 18
      Start 18: Kokkos_CoreUnitTest_ToolIndependence

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

19: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help"
19: Environment variables: 
19:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/libkokkosprinter-tool.so
19: Test timeout computed to be: 1500
19: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize().
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::
19/51 Test #19: Kokkos_ProfilingTestLibraryLoadHelp ..................   Passed    0.15 sec
test 20
      Start 20: Kokkos_ProfilingTestLibraryCmdLineHelp

20: 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"
20: Test timeout computed to be: 1500
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
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_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
20/51 Test #20: Kokkos_ProfilingTestLibraryCmdLineHelp ...............   Passed    0.14 sec
test 21
      Start 21: Kokkos_ProfilingTestLibraryLoad

21: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
21: Environment variables: 
21:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-5993/build-tests/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: 
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:Cuda::kokkosp_declare_metadata:GPU architecture:VOLTA70::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.4.99::kokkosp_allocate_data:Host:source:0x555556112080:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x5555561121c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x555556112240:Host:source:0x555556112100: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:0x555556112340: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:0x5555561121c0:40::kokkosp_deallocate_data:Host:source:0x555556112080:40::kokkosp_finalize_library::
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
21/51 Test #21: Kokkos_ProfilingTestLibraryLoad ......................   Passed    0.14 sec
test 22
      Start 22: Kokkos_ProfilingTestLibraryCmdLine

22: 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"
22: Test timeout computed to be: 1500
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: 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:Cuda::kokkosp_declare_metadata:GPU architecture:VOLTA70::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.4.99::kokkosp_allocate_data:Host:source:0x555556112080:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x5555561121c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x555556112240:Host:source:0x555556112100: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:0x555556112340: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:0x5555561121c0:40::kokkosp_deallocate_data:Host:source:0x555556112080:40::kokkosp_finalize_library::
22/51 Test #22: Kokkos_ProfilingTestLibraryCmdLine ...................   Passed    0.15 sec
test 23
      Start 23: Kokkos_CoreUnitTest_StackTraceTest

23: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec
23: Test timeout computed to be: 1500
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
23: 
23: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
23:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
23:                                   setting CUDA_VISIBLE_DEVICES.
23:                                   This could on multi GPU systems lead to severe performance"
23:                                   penalties.
23: [==========] Running 3 tests from 2 test suites.
23: [----------] Global test environment set-up.
23: [----------] 2 tests from defaultdevicetype_DeathTest
23: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_terminate
23: 
23: [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.
23: Top of f1
23: Top of f0
23: Top of f0
23: test_f1:
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555603fd9]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x5555555a9b59]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x41) [0x5555555a2b71]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x2ff) [0x5555555a49bf]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x5555555dc18e]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7943f) [0x5555555cd43f]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7989a) [0x5555555cd89a]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x79e7d) [0x5555555cde7d]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555d0458]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x5555555d092c]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55555559eec6]
23: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5660083]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555555a0fee]
23:  
23: demangled test_f1:
23: [0x555555603fd9] Kokkos::Impl::save_stacktrace()
23: [0x5555555a9b59] Test::stacktrace_test_f1(std::ostream&)
23: [0x5555555a2b71] Test::test_stacktrace(bool, bool)
23: [0x5555555a49bf] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
23: [0x5555555dc18e] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
23: [0x5555555cd43f] 
23: [0x5555555cd89a] 
23: [0x5555555cde7d] 
23: [0x5555555d0458] testing::internal::UnitTestImpl::RunAllTests()
23: [0x5555555d092c] testing::UnitTest::Run()
23: [0x55555559eec6] main
23: [0x7ffff5660083] __libc_start_main
23: [0x5555555a0fee] _start
23:  
23: Top of f3
23: Top of f3
23: Top of f3
23: Top of f3
23: Top of f3
23: Top of f1
23: Top of f0
23: Top of f0
23: StackTrace f3(std::cout, 4) returned: 110
23: test_f3:
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555603fd9]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x5555555a9b59]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xa8) [0x5555555a9f88]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x97a) [0x5555555a34aa]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x2ff) [0x5555555a49bf]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x5555555dc18e]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7943f) [0x5555555cd43f]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7989a) [0x5555555cd89a]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x79e7d) [0x5555555cde7d]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555d0458]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x5555555d092c]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55555559eec6]
23: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5660083]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555555a0fee]
23:  
23: demangled test_f3:
23: [0x555555603fd9] Kokkos::Impl::save_stacktrace()
23: [0x5555555a9b59] Test::stacktrace_test_f1(std::ostream&)
23: [0x5555555a9f88] Test::stacktrace_test_f3(std::ostream&, int)
23: [0x5555555a34aa] Test::test_stacktrace(bool, bool)
23: [0x5555555a49bf] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
23: [0x5555555dc18e] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
23: [0x5555555cd43f] 
23: [0x5555555cd89a] 
23: [0x5555555cde7d] 
23: [0x5555555d0458] testing::internal::UnitTestImpl::RunAllTests()
23: [0x5555555d092c] testing::UnitTest::Run()
23: [0x55555559eec6] main
23: [0x7ffff5660083] __libc_start_main
23: [0x5555555a0fee] _start
23:  
23: Test setting std::terminate handler that prints the last saved stack trace
23: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (213 ms)
23: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
23: 
23: [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.
23: Top of f1
23: Top of f0
23: Top of f0
23: test_f1:
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555603fd9]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x5555555a9b59]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x41) [0x5555555a2b71]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x2fc) [0x5555555a4d2c]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x5555555dc18e]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7943f) [0x5555555cd43f]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7989a) [0x5555555cd89a]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x79e7d) [0x5555555cde7d]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555d0458]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x5555555d092c]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55555559eec6]
23: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5660083]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555555a0fee]
23:  
23: demangled test_f1:
23: [0x555555603fd9] Kokkos::Impl::save_stacktrace()
23: [0x5555555a9b59] Test::stacktrace_test_f1(std::ostream&)
23: [0x5555555a2b71] Test::test_stacktrace(bool, bool)
23: [0x5555555a4d2c] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
23: [0x5555555dc18e] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
23: [0x5555555cd43f] 
23: [0x5555555cd89a] 
23: [0x5555555cde7d] 
23: [0x5555555d0458] testing::internal::UnitTestImpl::RunAllTests()
23: [0x5555555d092c] testing::UnitTest::Run()
23: [0x55555559eec6] main
23: [0x7ffff5660083] __libc_start_main
23: [0x5555555a0fee] _start
23:  
23: Top of f3
23: Top of f3
23: Top of f3
23: Top of f3
23: Top of f3
23: Top of f1
23: Top of f0
23: Top of f0
23: StackTrace f3(std::cout, 4) returned: 110
23: test_f3:
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555603fd9]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x5555555a9b59]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xa8) [0x5555555a9f88]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x97a) [0x5555555a34aa]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x2fc) [0x5555555a4d2c]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x5555555dc18e]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7943f) [0x5555555cd43f]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7989a) [0x5555555cd89a]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x79e7d) [0x5555555cde7d]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555d0458]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x5555555d092c]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55555559eec6]
23: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5660083]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555555a0fee]
23:  
23: demangled test_f3:
23: [0x555555603fd9] Kokkos::Impl::save_stacktrace()
23: [0x5555555a9b59] Test::stacktrace_test_f1(std::ostream&)
23: [0x5555555a9f88] Test::stacktrace_test_f3(std::ostream&, int)
23: [0x5555555a34aa] Test::test_stacktrace(bool, bool)
23: [0x5555555a4d2c] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
23: [0x5555555dc18e] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
23: [0x5555555cd43f] 
23: [0x5555555cd89a] 
23: [0x5555555cde7d] 
23: [0x5555555d0458] testing::internal::UnitTestImpl::RunAllTests()
23: [0x5555555d092c] testing::UnitTest::Run()
23: [0x55555559eec6] main
23: [0x7ffff5660083] __libc_start_main
23: [0x5555555a0fee] _start
23:  
23: Test setting std::terminate handler that prints the last saved stack trace
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
23: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (225 ms)
23: [----------] 2 tests from defaultdevicetype_DeathTest (439 ms total)
23: 
23: [----------] 1 test from defaultdevicetype
23: [ RUN      ] defaultdevicetype.stacktrace_normal
23: Top of f1
23: Top of f0
23: Top of f0
23: test_f1:
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555603fd9]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x5555555a9b59]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x41) [0x5555555a2b71]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x5555555dc18e]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7943f) [0x5555555cd43f]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7989a) [0x5555555cd89a]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x79e7d) [0x5555555cde7d]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555d0458]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x5555555d092c]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55555559eec6]
23: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5660083]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555555a0fee]
23:  
23: demangled test_f1:
23: [0x555555603fd9] Kokkos::Impl::save_stacktrace()
23: [0x5555555a9b59] Test::stacktrace_test_f1(std::ostream&)
23: [0x5555555a2b71] Test::test_stacktrace(bool, bool)
23: [0x5555555dc18e] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
23: [0x5555555cd43f] 
23: [0x5555555cd89a] 
23: [0x5555555cde7d] 
23: [0x5555555d0458] testing::internal::UnitTestImpl::RunAllTests()
23: [0x5555555d092c] testing::UnitTest::Run()
23: [0x55555559eec6] main
23: [0x7ffff5660083] __libc_start_main
23: [0x5555555a0fee] _start
23:  
23: Top of f3
23: Top of f3
23: Top of f3
23: Top of f3
23: Top of f3
23: Top of f1
23: Top of f0
23: Top of f0
23: StackTrace f3(std::cout, 4) returned: 110
23: test_f3:
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x555555603fd9]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x5555555a9b59]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xa8) [0x5555555a9f88]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x97a) [0x5555555a34aa]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x5555555dc18e]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7943f) [0x5555555cd43f]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x7989a) [0x5555555cd89a]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(+0x79e7d) [0x5555555cde7d]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xb38) [0x5555555d0458]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x5555555d092c]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x55555559eec6]
23: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff5660083]
23: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5555555a0fee]
23:  
23: demangled test_f3:
23: [0x555555603fd9] Kokkos::Impl::save_stacktrace()
23: [0x5555555a9b59] Test::stacktrace_test_f1(std::ostream&)
23: [0x5555555a9f88] Test::stacktrace_test_f3(std::ostream&, int)
23: [0x5555555a34aa] Test::test_stacktrace(bool, bool)
23: [0x5555555dc18e] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
23: [0x5555555cd43f] 
23: [0x5555555cd89a] 
23: [0x5555555cde7d] 
23: [0x5555555d0458] testing::internal::UnitTestImpl::RunAllTests()
23: [0x5555555d092c] testing::UnitTest::Run()
23: [0x55555559eec6] main
23: [0x7ffff5660083] __libc_start_main
23: [0x5555555a0fee] _start
23:  
23: Test setting std::terminate handler that prints the last saved stack trace
23: [       OK ] defaultdevicetype.stacktrace_normal (1 ms)
23: [----------] 1 test from defaultdevicetype (1 ms total)
23: 
23: [----------] Global test environment tear-down
23: [==========] 3 tests from 2 test suites ran. (440 ms total)
23: [  PASSED  ] 3 tests.
23/51 Test #23: Kokkos_CoreUnitTest_StackTraceTest ...................   Passed    0.59 sec
test 24
      Start 24: Kokkos_CoreUnitTest_CTestDevice

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

25: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE"
25: Test timeout computed to be: 1500
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
25/51 Test #25: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ............   Passed    0.01 sec
test 26
      Start 26: Kokkos_CoreUnitTest_DeviceAndThreads

26: Test command: /usr/bin/python3.8 "/var/jenkins/workspace/Kokkos_PR-5993/build-tests/core/unit_test/TestDeviceAndThreads.py" "-v"
26: Test timeout computed to be: 1500
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_ViewCopy_b.cpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessorAccessViolation.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o
26: test_device_id (__main__.KokkosInitializationTestCase) ... ok
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessor.cpp.o
26: test_disable_warnings (__main__.KokkosInitializationTestCase) ... ok
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
Scanning dependencies of target Kokkos_PerformanceTest_Mempool
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CheckedIntegerOps.cpp.o
26: test_num_devices (__main__.KokkosInitializationTestCase) ... ok
26: test_num_threads (__main__.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled'
Scanning dependencies of target Kokkos_PerformanceTest_Benchmark
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
26: test_tune_internals (__main__.KokkosInitializationTestCase) ... ok
26: 
26: ----------------------------------------------------------------------
26: Ran 5 tests in 1.614s
26: 
26: OK (skipped=1)
26/51 Test #26: Kokkos_CoreUnitTest_DeviceAndThreads .................   Passed    2.09 sec
test 27
      Start 27: Kokkos_ContainersUnitTest_Serial

27: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/containers/unit_tests/Kokkos_ContainersUnitTest_Serial
27: Test timeout computed to be: 1500
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 66 tests from 1 test suite.
27: [----------] Global test environment set-up.
27: [----------] 66 tests from serial
27: [ RUN      ] serial.bitset
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
27: [       OK ] serial.bitset (1811 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 (1 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.dualview_template_views_return_correct_views_from_const_dual_view
27: [       OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
27: [ RUN      ] serial.dynamic_view
27: [       OK ] serial.dynamic_view (13 ms)
27: [ RUN      ] serial.dyn_rank_view_api_generic
27: [       OK ] serial.dyn_rank_view_api_generic (9 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 (35 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 (8 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
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_ViewCopy_c.cpp
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test02_atomic_host_OPENACC.cpp.o
[ 57%] Linking CXX executable Kokkos_StackTraceTestExec
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
27: [       OK ] serial.scatterview (1985 ms)
27: [ RUN      ] serial.scatterview_devicetype
27: [       OK ] serial.scatterview_devicetype (1 ms)
27: [ RUN      ] serial.staticcrsgraph
27: [       OK ] serial.staticcrsgraph (15 ms)
27: [ RUN      ] serial.resize_realloc_no_init_dualview
27: [       OK ] serial.resize_realloc_no_init_dualview (0 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 (0 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 (1 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
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 57%] Built target Kokkos_StackTraceTestExec
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test03a_MemorySpace_malloc_OPENACC.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_c.cpp.o
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 41%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 41%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 41%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_ViewMapping_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_ViewMapping_b.cpp
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[ 58%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test08_deep_copy_OPENMPTARGET.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 18%] 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_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_ViewMapping_subview.cpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_MinMaxClamp.cpp.o
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
[ 60%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[ 60%] Built target Kokkos_PerformanceTest_Mempool
Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_CommonPolicyInterface.cpp.o
[ 59%] Built target Kokkos_CoreUnitTest_Cuda1
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 60%] 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_Kokkos_CopyViews_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_View_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_ViewResize.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_ViewLayoutStrideAssignment.cpp
Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 63%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 24%] 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_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o
[ 64%] Built 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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_ViewOfClass.cpp
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 59%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test03b_MemorySpace_free_OPENACC.cpp.o
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test04_ParallelFor_RangePolicy_OPENACC.cpp.o
27: [       OK ] serial.UnorderedMap_insert (10076 ms)
27: [ RUN      ] serial.UnorderedMap_failed_insert
[ 66%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 66%] 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_Rank_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 61%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_TeamVectorRange.cpp.o
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[ 59%] Built target Kokkos_CoreUnitTest_KokkosP
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 61%] Built target Kokkos_CoreUnitTest_Serial2
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o
[ 14%] 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_Serial1.dir/serial/TestSerial_Swap.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 36%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_SubView_a.cpp
[ 36%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
[ 61%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Crs.cpp.o
[ 60%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_SubView_b.cpp
27: [       OK ] serial.UnorderedMap_failed_insert (5148 ms)
27: [ RUN      ] serial.UnorderedMap_deep_copy
27: [       OK ] serial.UnorderedMap_deep_copy (3 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.vector_combination
27: [       OK ] serial.vector_combination (0 ms)
27: [ RUN      ] serial.vector_insert
27: [       OK ] serial.vector_insert (0 ms)
27: [ RUN      ] serial.vector_push_back_default_exec
27: [       OK ] serial.vector_push_back_default_exec (0 ms)
27: [ RUN      ] serial.viewctorprop_embedded_dim
27: [       OK ] serial.viewctorprop_embedded_dim (0 ms)
27: [----------] 66 tests from serial (19119 ms total)
27: 
27: [----------] Global test environment tear-down
27: [==========] 66 tests from 1 test suite ran. (19119 ms total)
27: [  PASSED  ] 65 tests.
27: [  SKIPPED ] 1 test, listed below:
27: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc
27/51 Test #27: Kokkos_ContainersUnitTest_Serial .....................   Passed   19.37 sec
test 28
      Start 28: Kokkos_ContainersUnitTest_Cuda

28: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda
28: Test timeout computed to be: 1500
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 66 tests from 1 test suite.
28: [----------] Global test environment set-up.
28: [----------] 66 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 (4 ms)
28: [ RUN      ] cuda.dualview_realloc
28: [       OK ] cuda.dualview_realloc (1 ms)
28: [ RUN      ] cuda.dualview_resize
28: [       OK ] cuda.dualview_resize (2 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.dualview_template_views_return_correct_views_from_const_dual_view
28: [       OK ] cuda.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
28: [ RUN      ] cuda.dynamic_view
28: [       OK ] cuda.dynamic_view (63 ms)
28: [ RUN      ] cuda.dyn_rank_view_api_generic
28: [       OK ] cuda.dyn_rank_view_api_generic (26 ms)
28: [ RUN      ] cuda.dyn_rank_view_api_operator_rank12345
28: [       OK ] cuda.dyn_rank_view_api_operator_rank12345 (3 ms)
28: [ RUN      ] cuda.dyn_rank_view_check_fence_resize_realloc
28: [       OK ] cuda.dyn_rank_view_check_fence_resize_realloc (0 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 (1 ms)
28: [ RUN      ] cuda.ErrorReporter
28: [       OK ] cuda.ErrorReporter (2 ms)
28: [ RUN      ] cuda.offsetview_construction
28: [       OK ] cuda.offsetview_construction (6 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 (4 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
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[ 60%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[ 66%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewBadAlloc.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 68%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o
[ 62%] 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_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o
[ 68%] Built target Kokkos_CoreUnitTest_Serial1
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 68%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 42%] Linking CXX executable 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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_SubView_c01.cpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpan.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpanAtomicAccessor.cpp.o
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpanConversion.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
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
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 62%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 62%] Built target Kokkos_Benchmark_Atomic_MinMax
Scanning dependencies of target Kokkos_PerformanceTest_TaskDag
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_c.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test10_HierarchicalBasics_OPENMPTARGET.cpp.o
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_shared.cpp.o
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_NumericTraits.cpp.o
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 14%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedint.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o
[ 69%] 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
[ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[ 18%] Built target Kokkos_CoreUnitTest_SYCL2B
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/UnitTestMainInit.cpp.o
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test05_ParallelReduce_RangePolicy_OPENACC.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 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
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_SubView_c02.cpp
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_SubView_c03.cpp
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 69%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_SubView_c04.cpp
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamScan.cpp.o
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.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
Scanning dependencies of target Kokkos_PerformanceTest_TaskDag
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o
Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewAPI_e.cpp.o
[ 36%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
Scanning dependencies of target Kokkos_PerformanceTest_SharedSpace
Scanning dependencies of target Kokkos_PerformanceTest_Mempool
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o
[ 63%] Linking CXX executable Kokkos_PerformanceTest_TaskDag
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o
[ 64%] Built target Kokkos_PerformanceTest_TaskDag
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MinMaxClamp.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_NumericTraits.cpp.o
Scanning dependencies of target Kokkos_PerformanceTest_Atomic
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
Scanning dependencies of target Kokkos_PerformanceTest_Benchmark
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 61%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
Scanning dependencies of target Kokkos_PerformanceTest_Atomic
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Atomics.cpp.o
[ 61%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 69%] Linking CXX executable Kokkos_PerformanceTest_TaskDag
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 70%] Built target Kokkos_PerformanceTest_TaskDag
Scanning dependencies of target Kokkos_ContainersUnitTest_Serial
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_a.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
Scanning dependencies of target Kokkos_ContainersUnitTest_Cuda
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o
[ 70%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewHooks.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o
[ 36%] 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_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENACC.cpp.o
[ 70%] Built target Kokkos_PerformanceTest_SharedSpace
Scanning dependencies of target Kokkos_ContainersTestCompileOnly
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMPTARGET.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_b.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_DeepCopyAlignment.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
Scanning dependencies of target Kokkos_ContainersPerformanceTest_Cuda
[ 70%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 70%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o
28: [       OK ] cuda.scatterview (14572 ms)
28: [ RUN      ] cuda.scatterview_devicetype
28: [       OK ] cuda.scatterview_devicetype (38 ms)
28: [ RUN      ] cuda.staticcrsgraph
28: [       OK ] cuda.staticcrsgraph (56 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: /var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp:149: Skipped
28: skipping since CudaUVMSpace requires additional fences
28: [  SKIPPED ] 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: /var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp:241: Skipped
28: skipping since CudaUVMSpace requires additional fences
28: [  SKIPPED ] cuda.realloc_exec_space_dynrankview (0 ms)
28: [ RUN      ] cuda.resize_realloc_no_init_scatterview
28: [       OK ] cuda.resize_realloc_no_init_scatterview (1 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: /var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp:380: Skipped
28: skipping since CudaUVMSpace requires additional fences
28: [  SKIPPED ] 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: /var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp:490: Skipped
28: skipping since CudaUVMSpace requires additional fences
28: [  SKIPPED ] 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: /var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp:594: Skipped
28: skipping since CudaUVMSpace requires additional fences
28: [  SKIPPED ] 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: /var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestWithoutInitializing.hpp:666: Skipped
28: skipping since CudaUVMSpace requires additional fences
28: [  SKIPPED ] 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
[ 70%] Built target Kokkos_Benchmark_Atomic_MinMax
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_c.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCL_Task.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_UniqueToken.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 71%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o
[ 71%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_SubView_c05.cpp
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[ 71%] 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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_SubView_c06.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_SubView_c07.cpp
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_SubView_c08.cpp
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o
[ 71%] Linking CXX executable Kokkos_PerformanceTest_Atomic
[ 71%] Built target Kokkos_PerformanceTest_Atomic
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
[ 65%] Linking CXX executable Kokkos_PerformanceTest_Atomic
[ 65%] Built target Kokkos_PerformanceTest_Atomic
Scanning dependencies of target Kokkos_ContainersUnitTest_Serial
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
[ 36%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_OccupancyControlTrait.cpp.o
[ 71%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_SubView_c09.cpp
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
[ 71%] Built target Kokkos_ContainersPerformanceTest_Cuda
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCL_TeamScratchStreams.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMPTARGET.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_SubView_c10.cpp
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Concepts.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_SubView_c11.cpp
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMPTARGET.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test08_deep_copy_OPENACC.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ExecSpacePartitioning.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_a.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
28: [       OK ] cuda.UnorderedMap_insert (13418 ms)
28: [ RUN      ] cuda.UnorderedMap_failed_insert
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
Scanning dependencies of target Kokkos_UnitTest_Sort
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[ 36%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortByKey.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewCopy_b.cpp.o
28: [       OK ] cuda.UnorderedMap_failed_insert (4718 ms)
28: [ RUN      ] cuda.UnorderedMap_deep_copy
28: [       OK ] cuda.UnorderedMap_deep_copy (21 ms)
28: [ RUN      ] cuda.UnorderedMap_valid_empty
28: [       OK ] cuda.UnorderedMap_valid_empty (6 ms)
28: [ RUN      ] cuda.UnorderedMap_clear_zero_size
28: [       OK ] cuda.UnorderedMap_clear_zero_size (3 ms)
28: [ RUN      ] cuda.UnorderedMap_consistent_size
28: [       OK ] cuda.UnorderedMap_consistent_size (1 ms)
28: [ RUN      ] cuda.UnorderedMap_shallow_copyable_on_device
28: [       OK ] cuda.UnorderedMap_shallow_copyable_on_device (1 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.vector_combination
28: [       OK ] cuda.vector_combination (1 ms)
28: [ RUN      ] cuda.vector_insert
28: [       OK ] cuda.vector_insert (2 ms)
28: [ RUN      ] cuda.vector_push_back_default_exec
28: [       OK ] cuda.vector_push_back_default_exec (0 ms)
28: [ RUN      ] cuda.viewctorprop_embedded_dim
28: [       OK ] cuda.viewctorprop_embedded_dim (2 ms)
28: [----------] 66 tests from cuda (32998 ms total)
28: 
28: [----------] Global test environment tear-down
28: [==========] 66 tests from 1 test suite ran. (32999 ms total)
28: [  PASSED  ] 60 tests.
28: [  SKIPPED ] 6 tests, listed below:
28: [  SKIPPED ] cuda.realloc_exec_space_dualview
28: [  SKIPPED ] cuda.realloc_exec_space_dynrankview
28: [  SKIPPED ] cuda.realloc_exec_space_scatterview
28: [  SKIPPED ] cuda.create_mirror_view_and_copy_dynrankview
28: [  SKIPPED ] cuda.create_mirror_view_and_copy_offsetview
28: [  SKIPPED ] cuda.create_mirror_view_and_copy_dynamicview
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o
28/51 Test #28: Kokkos_ContainersUnitTest_Cuda .......................   Passed   33.25 sec
test 29
      Start 29: Kokkos_ContainersPerformanceTest_Cuda

29: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/containers/performance_tests/Kokkos_ContainersPerformanceTest_Cuda
29: Test timeout computed to be: 1500
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 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.00112384
29:  View sum computation time: 0.00112384
29:  Strided View time (init only): 0.00107144
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o
29:  View Rank7 time (init only): 0.00109545
29:  DynRankView time (init only): 0.00108666
29:  DynRankView sum computation time: 0.00262095
29:  Ratio of View to DynRankView time: 1.03421
29:  Ratio of View to DynRankView sum computation time: 0.995901
29:  Ratio of View to View Rank7  time: 1.02592
29:  Ratio of StrideView to DynRankView time: 0.985996
29:  Ratio of DynRankView to View Rank7  time: 0.991975
29: [       OK ] TEST_CATEGORY.dynrankview_perf (200 ms)
29: [ RUN      ] TEST_CATEGORY.global_2_local
29: Cuda
29: size, create, generate, fill, find
29: 256, 0.00556564, 1.9273e-05, 0.00371492, 0.0018493
29: 512, 0.00418371, 1.7384e-05, 2.3938e-05, 0.00187715
29: 1024, 0.00203164, 1.4048e-05, 2.2227e-05, 0.00186382
29: 2048, 0.0018994, 1.4395e-05, 2.3465e-05, 0.00195056
29: 4096, 0.00151065, 1.2788e-05, 2.1596e-05, 0.00191086
29: 8192, 0.00158644, 1.1465e-05, 2.6167e-05, 0.00192249
29: 16384, 0.00149163, 1.1411e-05, 2.5335e-05, 0.00192917
29: 32768, 0.00165505, 1.2554e-05, 3.0279e-05, 0.00201664
29: 65536, 0.00258967, 1.2227e-05, 3.5468e-05, 0.00235431
29: 131072, 0.00359004, 1.359e-05, 5.3774e-05, 0.00272118
29: 262144, 0.00560152, 1.9023e-05, 0.000118676, 0.00447932
29: 524288, 0.00755028, 2.1702e-05, 0.000491884, 0.0162234
29: 1048576, 0.00922382, 2.858e-05, 0.00124885, 0.0453542
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test12a_ThreadScratch_OPENMPTARGET.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
29: 2097152, 0.0121723, 4.6825e-05, 0.00296681, 0.108673
[ 15%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
29: 4194304, 0.0172133, 6.2798e-05, 0.00668093, 0.235256
29: [       OK ] TEST_CATEGORY.global_2_local (532 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 (733 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 4 tests from 1 test suite ran. (733 ms total)
29: [  PASSED  ] 4 tests.
29/51 Test #29: Kokkos_ContainersPerformanceTest_Cuda ................   Passed    0.93 sec
test 30
      Start 30: Kokkos_UnitTest_Sort

30: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_UnitTest_Sort
30: Test timeout computed to be: 1500
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
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 17 tests from 1 test suite.
30: [----------] Global test environment set-up.
30: [----------] 17 tests from cuda
30: [ RUN      ] cuda.SortUnsignedValueType
30: [       OK ] cuda.SortUnsignedValueType (22 ms)
30: [ RUN      ] cuda.SortEmptyView
30: [       OK ] cuda.SortEmptyView (0 ms)
30: [ RUN      ] cuda.SortByKeyEmptyView
30: [       OK ] cuda.SortByKeyEmptyView (0 ms)
30: [ RUN      ] cuda.SortByKeyEmptyViewHost
30: [       OK ] cuda.SortByKeyEmptyViewHost (0 ms)
30: [ RUN      ] cuda.SortByKey
30: [       OK ] cuda.SortByKey (3 ms)
30: [ RUN      ] cuda.SortByKeyWithComparator
30: [       OK ] cuda.SortByKeyWithComparator (3 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.
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMPTARGET.dir/generated/Test12b_TeamScratch_OPENMPTARGET.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o
30: [       OK ] cuda.SortByKeyKeysLargerThanValues (683 ms)
30: [ RUN      ] cuda.SortWithCustomComparator
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
30: [       OK ] cuda.SortWithCustomComparator (748 ms)
30: [ RUN      ] cuda.BinSortGenericTests
30: [       OK ] cuda.BinSortGenericTests (35 ms)
30: [ RUN      ] cuda.BinSortEmptyView
30: [       OK ] cuda.BinSortEmptyView (0 ms)
30: [ RUN      ] cuda.BinSortEmptyKeysView
30: [       OK ] cuda.BinSortEmptyKeysView (0 ms)
30: [ RUN      ] cuda.BinSort_issue_7221
30: [       OK ] cuda.BinSort_issue_7221 (0 ms)
30: [ RUN      ] cuda.BinSortUnsignedKeyLayoutStrideValues
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_d.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_SharedAlloc.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_View_64bit.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_e.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ExecSpaceThreadSafety.cpp.o
[ 36%] 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_UnitTest_Sort.dir/cuda/TestSort.cpp.o
[ 75%] 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_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamScratch.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 45%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
[ 45%] Built target Kokkos_CoreUnitTest_Serial1
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_f.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ExecutionSpace.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_FunctorAnalysis.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Other.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_SubView_c12.cpp
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRange_g.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
[ 37%] Linking CXX executable Kokkos_IncrementalTest_OPENMPTARGET
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
[ 36%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_a.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
[ 37%] Built target Kokkos_IncrementalTest_OPENMPTARGET
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRangePolicyConstructors.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpacePartitioning.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_a.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o
[ 15%] Built target Kokkos_CoreTestCompileOnly
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 38%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 47%] 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
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 38%] Built target Kokkos_IncrementalTest_SERIAL
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicOperations_unsignedlongint.cpp.o
[ 75%] 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_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[ 38%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 38%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDRangeReduce.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_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
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewHooks.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfViews.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_SubView_c13.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_Reductions.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_ParallelScanRangePolicy.cpp
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
30: [       OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (17062 ms)
30: [ RUN      ] cuda.NestedSort
30: [       OK ] cuda.NestedSort (43 ms)
30: [ RUN      ] cuda.NestedSortByKey
30: [       OK ] cuda.NestedSortByKey (130 ms)
30: [----------] 17 tests from cuda (18738 ms total)
30: 
30: [----------] Global test environment tear-down
30: [==========] 17 tests from 1 test suite ran. (18738 ms total)
30: [  PASSED  ] 17 tests.
30/51 Test #30: Kokkos_UnitTest_Sort .................................   Passed   18.98 sec
test 31
      Start 31: Kokkos_UnitTest_Random

31: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_UnitTest_Random
31: Test timeout computed to be: 1500
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 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:1726151295085765017
31: Test Scalar=int
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 6.43252e-07 0.0124039 -0.0136149 || 0.051031 27992 29326 || 28323.1 28674.4 || -188.212 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.43252e-07 -0.0333417 -0.000767297 || 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.0104896 -0.00551105 || 0.051031 28046 29463 || 28978.4 28674.4 || -76.1847 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.43252e-07 -0.0110728 0.00205763 || 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.0245725 0.0039141 || 0.051031 28007 29345 || 29396.7 28674.4 || 54.1086 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.43252e-07 -0.00224031 0.0139361 || 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.0128189 0.0167048 || 0.051031 28060 29326 || 28311.5 28674.4 || 230.927 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.43252e-07 -0.0200519 0.00718125 || 0.051031 1e+64 -1e+64
31: Test Scalar=half
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 0.000246772 -0.99999 -48243.1 || 0.051031 0 195161 || 2.92855e+09 28674.4 || -6.66913e+08 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 0.000739203 -0.310249 0.137902 || 0.051031 1e+64 -1e+64
31: Test Scalar=bhalf
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 0.00196016 -0.999999 -57856.8 || 0.051031 0 1.55198e+06 || 2.86895e+10 28674.4 || -7.99813e+08 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 0.00589061 -0.967775 10.3051 || 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.00711152 -0.0230174 || 0.051031 27987 29281 || 28471.9 28674.4 || -318.192 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 7.34064e-07 -0.0146146 -0.00662177 || 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.00783393 -0.0230168 || 0.051031 28025 29387 || 28900.8 28674.4 || -318.185 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.43252e-07 0.00839421 -0.00342514 || 0.051031 1e+64 -1e+64
31: Test Seed:1726151295182254287
31: Test Scalar=int
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 6.45775e-07 -0.00143969 -0.0131802 || 0.051031 27975 29378 || 28715.7 28674.4 || -182.203 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.5082e-07 0.0109906 -0.00169024 || 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.0193282 -0.00115553 || 0.051031 28069 29362 || 28130.7 28674.4 || -15.974 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.43252e-07 0.00445939 0.00367084 || 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.00540261 0.00371983 || 0.051031 27985 29358 || 28830.1 28674.4 || 51.4229 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.43252e-07 -0.00221599 -0.00568235 || 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.00451262 -0.00360259 || 0.051031 28030 29336 || 28804.4 28674.4 || -49.8022 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.43252e-07 0.002136 -0.00755475 || 0.051031 1e+64 -1e+64
31: Test Scalar=half
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 0.000243728 -0.99999 -48247.9 || 0.051031 0 194879 || 2.92886e+09 28674.4 || -6.6698e+08 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 0.000730071 -0.309368 0.148584 || 0.051031 1e+64 -1e+64
31: Test Scalar=bhalf
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 0.00196182 -0.999999 -57857.1 || 0.051031 0 1.55323e+06 || 2.8689e+10 28674.4 || -7.99817e+08 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 0.0058958 -0.967955 10.2966 || 0.051031 1e+64 -1e+64
31: Test Scalar=float
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 6.6091e-07 0.000768974 -0.0167954 || 0.051031 27743 29339 || 28652.4 28674.4 || -232.18 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.96226e-07 0.0337615 0.00179835 || 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.00223073 0.0125915 || 0.051031 28053 29331 || 28738.5 28674.4 || 174.065 -2.0744
31:  -- Testing 3-D histogram
31: Density 3D: 6.43252e-07 -0.0163544 -0.00288234 || 0.051031 1e+64 -1e+64
31: [       OK ] cuda.Random_XorShift64 (196 ms)
31: [ RUN      ] cuda.Random_XorShift1024_0
31: Test Seed:1726151295281590642
31: Test Scalar=int
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 2.47955e-07 0.0176312 0.00707547 || 0.051031 10990 11765 || 11179.8 11377 || 97.8113 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 0.00257456 -0.00116991 || 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.0203302 -0.00405726 || 0.051031 10989 11806 || 11613.1 11377 || -56.0876 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 -0.00968869 -0.00153879 || 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.00547673 0.00562178 || 0.051031 10969 11788 || 11439.6 11377 || 77.7155 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 -0.000437064 0.0034735 || 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.0124856 4.89751e-05 || 0.051031 10914 11739 || 11236.7 11377 || 0.677032 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 0.00663979 -0.00219608 || 0.051031 1e+64 -1e+64
31: Test Scalar=half
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 0.000245911 -0.999975 -7594.21 || 0.051031 0 77667 || 4.61045e+08 11377 || -1.04982e+08 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 0.000737409 -0.155169 0.0209395 || 0.051031 1e+64 -1e+64
31: Test Scalar=bhalf
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 0.00195613 -0.999997 -9107.89 || 0.051031 0 616574 || 4.51644e+09 11377 || -1.25907e+08 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 0.00587872 -0.922731 1.62177 || 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.00171038 0.00189968 || 0.051031 11008 11769 || 11396.4 11377 || 26.2612 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 3.24249e-07 -0.0212397 -0.000437977 || 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.00327169 0.0157343 || 0.051031 10959 11779 || 11414.3 11377 || 217.512 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 -0.0138381 -0.000239812 || 0.051031 1e+64 -1e+64
31: Test Seed:1726151295358219711
31: Test Scalar=int
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 2.47955e-07 -0.0126487 0.00148575 || 0.051031 10889 11786 || 11522.7 11377 || 20.5391 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 0.00420378 -0.00591114 || 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.00254675 -0.0109086 || 0.051031 11005 11805 || 11406 11377 || -150.8 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 -0.00103273 -0.00173827 || 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.00368066 -0.00354048 || 0.051031 10961 11824 || 11419 11377 || -48.9436 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 -0.00176415 0.000383102 || 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.00544603 -0.00958072 || 0.051031 10969 11783 || 11315.3 11377 || -132.444 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 0.016865 0.00164931 || 0.051031 1e+64 -1e+64
31: Test Scalar=half
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 0.000243271 -0.999975 -7595.46 || 0.051031 0 77750 || 4.61058e+08 11377 || -1.05e+08 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 0.000729558 -0.166234 0.0233821 || 0.051031 1e+64 -1e+64
31: Test Scalar=bhalf
31:  -- Testing randomness properties
31:  -- Testing 1-D histogram
31: Density 1D: 0.00196018 -0.999997 -9107.47 || 0.051031 0 616735 || 4.51639e+09 11377 || -1.25902e+08 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 0.00589173 -0.922208 1.60489 || 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.0166236 -0.00400708 || 0.051031 10970 11964 || 11569.3 11377 || -55.3938 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 3.24249e-07 -0.0345658 -0.00245484 || 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.00299908 0.0114305 || 0.051031 10970 11743 || 11342.9 11377 || 158.015 -0.823045
31:  -- Testing 3-D histogram
31: Density 3D: 2.47955e-07 -0.00623271 -0.00390521 || 0.051031 1e+64 -1e+64
31: [       OK ] cuda.Random_XorShift1024_0 (184 ms)
31: [ RUN      ] cuda.Multi_streams
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_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
31: [       OK ] cuda.Multi_streams (253 ms)
31: [----------] 3 tests from cuda (634 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 3 tests from 1 test suite ran. (634 ms total)
31: [  PASSED  ] 3 tests.
31/51 Test #31: Kokkos_UnitTest_Random ...............................   Passed    0.81 sec
test 32
      Start 32: Kokkos_AlgorithmsUnitTest_StdSet_A

32: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
32: Test timeout computed to be: 1500
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 16 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: [----------] 2 tests from std_algorithms
32: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
32: [       OK ] std_algorithms.is_admissible_to_std_algorithms (1 ms)
32: [ RUN      ] std_algorithms.expect_no_overlap
32: [       OK ] std_algorithms.expect_no_overlap (2 ms)
32: [----------] 2 tests from std_algorithms (3 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 (0 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 (3 ms)
32: [ RUN      ] random_access_iterator_test.subscript_operator
32: [       OK ] random_access_iterator_test.subscript_operator (2 ms)
32: [ RUN      ] random_access_iterator_test.operatorsSet1
32: [       OK ] random_access_iterator_test.operatorsSet1 (2 ms)
32: [ RUN      ] random_access_iterator_test.operatorsSet2
32: [       OK ] random_access_iterator_test.operatorsSet2 (3 ms)
32: [ RUN      ] random_access_iterator_test.operatorsSet3
32: [       OK ] random_access_iterator_test.operatorsSet3 (2 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 (17 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 16 tests from 3 test suites ran. (20 ms total)
32: [  PASSED  ] 16 tests.
32/51 Test #32: Kokkos_AlgorithmsUnitTest_StdSet_A ...................   Passed    0.19 sec
test 33
      Start 33: Kokkos_AlgorithmsUnitTest_StdSet_B

33: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
33: Test timeout computed to be: 1500
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_b.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 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 (1 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 (11 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 (12 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 (12 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 (11 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 (17 ms)
33: [----------] 7 tests from std_algorithms_min_max_element_test (67 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 7 tests from 1 test suite ran. (67 ms total)
33: [  PASSED  ] 7 tests.
33/51 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_B ...................   Passed    0.23 sec
test 34
      Start 34: Kokkos_AlgorithmsUnitTest_StdSet_C

34: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
34: Test timeout computed to be: 1500
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
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 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
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_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
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
34: [       OK ] std_algorithms_lexicographical_compare_test.test (260 ms)
34: [----------] 1 test from std_algorithms_lexicographical_compare_test (260 ms total)
34: 
34: [----------] 1 test from std_algorithms_for_each_test
34: [ RUN      ] std_algorithms_for_each_test.test
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDSpan.cpp.o
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
34: [       OK ] std_algorithms_for_each_test.test (217 ms)
34: [----------] 1 test from std_algorithms_for_each_test (217 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 (114 ms)
34: [----------] 1 test from std_algorithms_find_test (114 ms total)
34: 
34: [----------] 4 tests from std_algorithms_non_mod_seq_ops
34: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_Reductions_DeviceView.cpp
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_c.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_ScopeGuard
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ScopeGuard.dir/UnitTestMain.cpp.o
34: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (1719 ms)
34: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
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
34: [       OK ] std_algorithms_non_mod_seq_ops.find_end (2035 ms)
34: [ RUN      ] std_algorithms_non_mod_seq_ops.search
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ParallelScanRangePolicy.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_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
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDSpanAtomicAccessor.cpp.o
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecSpaceThreadSafety.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
[ 36%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortCustomComp.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
34: [       OK ] std_algorithms_non_mod_seq_ops.search (1504 ms)
34: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_Reducers_b.cpp
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
34: [       OK ] std_algorithms_non_mod_seq_ops.search_n (976 ms)
34: [----------] 4 tests from std_algorithms_non_mod_seq_ops (6236 ms total)
34: 
34: [----------] 1 test from std_algorithms_count_test
34: [ RUN      ] std_algorithms_count_test.test
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
34: [       OK ] std_algorithms_count_test.test (129 ms)
34: [----------] 1 test from std_algorithms_count_test (129 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 (41 ms)
34: [----------] 1 test from std_algorithms_equal_test (41 ms total)
34: 
34: [----------] 1 test from std_algorithms_all_any_none_of_test
34: [ RUN      ] std_algorithms_all_any_none_of_test.test
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
34: [       OK ] std_algorithms_all_any_none_of_test.test (122 ms)
34: [----------] 1 test from std_algorithms_all_any_none_of_test (122 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 (191 ms)
34: [----------] 1 test from std_algorithms_nonmod_seq_ops (191 ms total)
34: 
34: [----------] 1 test from std_algorithms_mismatch_test
34: [ RUN      ] std_algorithms_mismatch_test.test
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ScopeGuard.dir/UnitTest_ScopeGuard.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_MDSpanConversion.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o
34: [       OK ] std_algorithms_mismatch_test.test (320 ms)
34: [----------] 1 test from std_algorithms_mismatch_test (320 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 (252 ms)
34: [----------] 1 test from std_algorithms_mod_seq_ops (252 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 13 tests from 10 test suites ran. (7886 ms total)
34: [  PASSED  ] 13 tests.
34/51 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_C ...................   Passed    8.08 sec
test 35
      Start 35: Kokkos_AlgorithmsUnitTest_StdSet_D

35: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
35: Test timeout computed to be: 1500
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 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 (0 ms)
35: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
35: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (2 ms)
35: [----------] 3 tests from std_algorithms_mod_ops_test (3 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 (2 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
35: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (1 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
35: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (1 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
35: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (1 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
35: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (1 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
35: [       OK ] std_algorithms_mod_seq_ops_test.fill (1 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
35: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (1 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 (1 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 (1 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
35: [       OK ] std_algorithms_mod_seq_ops_test.generate (1 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 (4 ms)
35: [----------] 12 tests from std_algorithms_mod_seq_ops_test (18 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 (112 ms)
35: [ RUN      ] std_algorithms_replace_ops_test.replace_if
35: [       OK ] std_algorithms_replace_ops_test.replace_if (320 ms)
35: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
35: [       OK ] std_algorithms_replace_ops_test.replace_copy (258 ms)
35: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_Reducers_c.cpp
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o
35: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (212 ms)
35: [----------] 4 tests from std_algorithms_replace_ops_test (902 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 (127 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops.unique
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
35: [       OK ] std_algorithms_mod_seq_ops.unique (482 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
35: [       OK ] std_algorithms_mod_seq_ops.unique_copy (218 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops.remove
35: [       OK ] std_algorithms_mod_seq_ops.remove (170 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
35: [       OK ] std_algorithms_mod_seq_ops.remove_if (168 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
35: [       OK ] std_algorithms_mod_seq_ops.remove_copy (346 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
35: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (172 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops.rotate
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test10_HierarchicalBasics_OPENACC.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Graph.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o
[ 15%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 37%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorPropEmbeddedDim.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o
35: [       OK ] std_algorithms_mod_seq_ops.rotate (1716 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
[ 77%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SERIAL.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o
35: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (930 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
[ 77%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_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/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_Reducers_d.cpp
[ 77%] 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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_Reducers_e.cpp
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_NumericTraits.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Init.cpp.o
[ 16%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 38%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_Complex.cpp
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
35: [       OK ] std_algorithms_mod_seq_ops.shift_left (2586 ms)
35: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_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
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_OccupancyControlTrait.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
Scanning dependencies of target Kokkos_ContainersUnitTest_OpenMP
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 38%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 38%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[ 27%] Linking CXX executable Kokkos_CoreUnitTest_ScopeGuard
[ 27%] Built target Kokkos_CoreUnitTest_ScopeGuard
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ExecutionSpace.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_Develop
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_AtomicViews.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_AtomicOperations_int.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_AtomicOperations_unsignedint.cpp
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.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
35: [       OK ] std_algorithms_mod_seq_ops.shift_right (2548 ms)
35: [----------] 11 tests from std_algorithms_mod_seq_ops (9468 ms total)
35: 
35: [----------] 1 test from std_algorithms_modseq_test
35: [ RUN      ] std_algorithms_modseq_test.reverse
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o
35: [       OK ] std_algorithms_modseq_test.reverse (231 ms)
35: [----------] 1 test from std_algorithms_modseq_test (231 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 31 tests from 5 test suites ran. (10625 ms total)
35: [  PASSED  ] 31 tests.
35/51 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_D ...................   Passed   10.81 sec
test 36
      Start 36: Kokkos_AlgorithmsUnitTest_StdSet_E

36: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
36: Test timeout computed to be: 1500
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MathematicalConstants.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o
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 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 (26 ms)
36: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
36: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (23 ms)
36: [----------] 2 tests from std_algorithms_sorting_ops_test (50 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 (3 ms)
36: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
36: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (3 ms)
36: [ RUN      ] std_algorithms_partitioning_test.partition_point
36: [       OK ] std_algorithms_partitioning_test.partition_point (2 ms)
36: [----------] 4 tests from std_algorithms_partitioning_test (10 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 (134 ms)
36: [----------] 1 test from std_algorithms_partitioning_ops (134 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 (1 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 (1 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 (1 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 (1 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 (1 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 (1 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 (1 ms)
36: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o
36: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (1 ms)
36: [----------] 12 tests from std_algorithms_numerics_test (18 ms total)
36: 
36: [----------] 1 test from std_algorithms_numerics_ops_test
36: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
36: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (280 ms)
36: [----------] 1 test from std_algorithms_numerics_ops_test (280 ms total)
36: 
36: [----------] 8 tests from std_algorithms_numeric_ops_test
36: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 79%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[ 38%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 38%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
Scanning dependencies of target Kokkos_PerformanceTest_TaskDag
[ 57%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o
Scanning dependencies of target Kokkos_PerformanceTest_Benchmark
[ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
36: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (2267 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
[ 38%] Built target Kokkos_ContainersUnitTest_OpenMP
Scanning dependencies of target Kokkos_UnitTest_Random
[ 38%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 79%] Built target Kokkos_ContainersTestCompileOnly
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
Scanning dependencies of target Kokkos_UnitTest_Random
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_AtomicOperations_longint.cpp
Scanning dependencies of target Kokkos_PerformanceTest_SharedSpace
[ 58%] 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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_AtomicOperations_unsignedlongint.cpp
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
36: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (1903 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 (775 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
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_TeamTeamSize.cpp.o
[ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MathematicalSpecialFunctions.cpp.o
[ 38%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/hip/TestRandom.cpp.o
36: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (1252 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 (6200 ms total)
36: 
36: [----------] 1 test from std_algorithms_transform_ops_test
36: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
36: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (168 ms)
36: [----------] 1 test from std_algorithms_transform_ops_test (168 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 29 tests from 7 test suites ran. (6862 ms total)
36: [  PASSED  ] 29 tests.
36/51 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_E ...................   Passed    7.06 sec
test 37
      Start 37: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

37: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
37: Test timeout computed to be: 1500
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o
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 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
[ 38%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o
[ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 58%] Linking CXX executable Kokkos_PerformanceTest_TaskDag
[ 58%] Built target Kokkos_PerformanceTest_TaskDag
Scanning dependencies of target Kokkos_PerformanceTest_Mempool
[ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
37: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (1232 ms)
37: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_AtomicOperations_longlongint.cpp
37: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (1230 ms)
37: [----------] 2 tests from std_algorithms_adjacent_find_team_test (2463 ms total)
37: 
37: [----------] 2 tests from std_algorithms_count_team_test
37: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_FunctorAnalysis.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_AtomicOperations_double.cpp
[ 58%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace
[ 58%] Built target Kokkos_PerformanceTest_SharedSpace
Scanning dependencies of target Kokkos_PerformanceTest_Atomic
[ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
[ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o
[ 28%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 28%] Built target Kokkos_CoreUnitTest_Develop
Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHookTerminate
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHookTerminate.dir/UnitTest_PushFinalizeHook_terminate.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_AtomicOperations_float.cpp
37: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (1008 ms)
37: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c11.cpp.o
37: [       OK ] std_algorithms_count_team_test.count_returns_zero (582 ms)
37: [----------] 2 tests from std_algorithms_count_team_test (1590 ms total)
37: 
37: [----------] 1 test from std_algorithms_count_if_team_test
37: [ RUN      ] std_algorithms_count_if_team_test.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/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_AtomicOperations_complexfloat.cpp
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o
[ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
[ 79%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
37: [       OK ] std_algorithms_count_if_team_test.test (557 ms)
37: [----------] 1 test from std_algorithms_count_if_team_test (558 ms total)
37: 
37: [----------] 1 test from std_algorithms_for_each_team_test
37: [ RUN      ] std_algorithms_for_each_team_test.test
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
37: [       OK ] std_algorithms_for_each_team_test.test (685 ms)
37: [----------] 1 test from std_algorithms_for_each_team_test (685 ms total)
37: 
37: [----------] 1 test from std_algorithms_for_each_n_team_test
37: [ RUN      ] std_algorithms_for_each_n_team_test.test
[ 79%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 39%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[ 40%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_StaticCrsGraph.cpp.o
37: [       OK ] std_algorithms_for_each_n_team_test.test (798 ms)
37: [----------] 1 test from std_algorithms_for_each_n_team_test (798 ms total)
37: 
37: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
37: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_c.cpp.o
[ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_AtomicOperations_complexdouble.cpp
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENACC.cpp.o
[ 70%] Linking CXX executable Kokkos_ContainersUnitTest_Serial
[ 70%] Built target Kokkos_ContainersUnitTest_Serial
Scanning dependencies of target Kokkos_ContainersTestCompileOnly
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamReductionScan.cpp.o
[ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o
[ 29%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHookTerminate
[ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_AtomicViews.cpp
[ 29%] Built target Kokkos_CoreUnitTest_PushFinalizeHookTerminate
[ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_CudaTimingBased
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/UnitTestMainInit.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
37: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (4357 ms)
37: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
[ 79%] Linking CXX executable Kokkos_UnitTest_Random
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_Atomics.cpp
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Graph.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 79%] Built target Kokkos_UnitTest_Random
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_a.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o
37: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (2985 ms)
37: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
[ 58%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
[ 59%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[ 59%] Built target Kokkos_PerformanceTest_Mempool
Scanning dependencies of target Kokkos_ContainersUnitTest_Serial
[ 59%] 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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_TeamBasic.cpp
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
[ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o
[ 80%] Linking CXX executable Kokkos_UnitTest_Sort
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
37: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (3010 ms)
37: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (10353 ms total)
37: 
37: [----------] 2 tests from std_algorithms_mismatch_team_test
37: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_TeamScratch.cpp
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Printf.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_d.cpp.o
[ 80%] Built target Kokkos_UnitTest_Sort
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_TeamVectorRange.cpp
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_TeamReductionScan.cpp
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_TeamTeamSize.cpp
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
[ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o
[ 17%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_Other.cpp
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugSerialExecution.cpp.o
[ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
37: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (3466 ms)
37: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
37: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (1655 ms)
37: [----------] 2 tests from std_algorithms_mismatch_team_test (5122 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 12 tests from 7 test suites ran. (21572 ms total)
37: [  PASSED  ] 12 tests.
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o
[ 72%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o
[ 72%] Built target Kokkos_ContainersTestCompileOnly
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o
37/51 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ..............   Passed   21.75 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

38: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
38: Test timeout computed to be: 1500
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 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
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Atomics.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_QuadPrecisionMath.cpp.o
[ 59%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 59%] Built target Kokkos_Benchmark_Atomic_MinMax
Scanning dependencies of target Kokkos_ContainersUnitTest_HIP
[ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/UnitTestMain.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 17%] Built target Kokkos_CoreUnitTest_Develop
[ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[ 40%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_d.cpp.o
38: [       OK ] std_algorithms_equal_team_test.views_are_equal (2895 ms)
38: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
[ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Bitset.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[ 59%] Linking CXX executable Kokkos_PerformanceTest_Atomic
[ 59%] Built target Kokkos_PerformanceTest_Atomic
[ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DualView.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
[ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicy.cpp.o
[ 41%] 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_IncrementalTest_OPENACC.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENACC.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
38: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (2188 ms)
38: [----------] 2 tests from std_algorithms_equal_team_test (5084 ms total)
38: 
38: [----------] 2 tests from std_algorithms_search_team_test
38: [ RUN      ] std_algorithms_search_team_test.sequences_exist
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_BitManipulationBuiltins.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHookTerminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o
[ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_MDRange_a.cpp
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_StaticCrsGraph.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 81%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
[ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynamicView.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c08.cpp.o
38: [       OK ] std_algorithms_search_team_test.sequences_exist (1457 ms)
38: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_MDRange_b.cpp
38: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (1680 ms)
38: [----------] 2 tests from std_algorithms_search_team_test (3137 ms total)
38: 
38: [----------] 2 tests from std_algorithms_find_end_team_test
38: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o
[ 59%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CudaTimingBased.dir/cuda/TestCuda_DebugPinUVMSpace.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_MDRange_c.cpp
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 59%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.cpp.o
[ 59%] Built target Kokkos_CoreUnitTest_Serial2
Scanning dependencies of target Kokkos_ContainersTestCompileOnly
[ 59%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_MDRange_d.cpp
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 40%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[ 82%] 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_SYCL2A.dir/sycl/TestSYCL_TeamVectorRange.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
38: [       OK ] std_algorithms_find_end_team_test.sequences_exist (2929 ms)
38: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
[ 60%] 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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_Crs.cpp
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtr.cpp.o
[ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
[ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
38: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (2592 ms)
38: [----------] 2 tests from std_algorithms_find_end_team_test (5522 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
[ 84%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ParallelScanRangePolicy.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_generic.cpp.o
[ 60%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/serial/TestSerial_Task.cpp
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyConstructors.cpp.o
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o
[ 60%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
[ 40%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 40%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_UnorderedMap.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 61%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank12345.cpp.o
38: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (2378 ms)
38: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewAPI_e.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewAPI_e.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 31%] Linking CXX executable Kokkos_CoreUnitTest_CudaTimingBased
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfViews.cpp.o
[ 31%] Built target Kokkos_CoreUnitTest_CudaTimingBased
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewBadAlloc.cpp.o
Scanning dependencies of target Kokkos_IncrementalTest_CUDA
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/UnitTestMainInit.cpp.o
[ 85%] 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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_WorkGraph.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_LocalDeepCopy.cpp
[ 40%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestHWLOC.cpp
[ 40%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Printf.cpp.o
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyRequire.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/default/TestDefaultDeviceType.cpp
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_HostSharedPtrAccessOnDevice.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_b.cpp.o
[ 85%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
[ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/default/TestDefaultDeviceType_a1.cpp
[ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
38: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (7473 ms)
38: [----------] 2 tests from std_algorithms_find_first_of_team_test (9852 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 8 tests from 4 test suites ran. (23596 ms total)
38: [  PASSED  ] 8 tests.
38/51 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ..............   Passed   23.80 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

39: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
39: Test timeout computed to be: 1500
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 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 (636 ms)
39: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/default/TestDefaultDeviceType_b1.cpp
[ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_DynViewAPI_rank67.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_QuadPrecisionMath.cpp.o
39: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (798 ms)
39: [----------] 2 tests from std_algorithms_find_team_test (1435 ms total)
39: 
39: [----------] 2 tests from std_algorithms_find_if_team_test
39: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_RangePolicy.cpp.o
39: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (562 ms)
39: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENACC.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/default/TestDefaultDeviceType_c1.cpp
39: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (792 ms)
39: [----------] 2 tests from std_algorithms_find_if_team_test (1355 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
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/default/TestDefaultDeviceType_a2.cpp
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_RangePolicyConstructors.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_d.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o
[ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ErrorReporter.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/default/TestDefaultDeviceType_b2.cpp
39: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (798 ms)
39: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
[ 62%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 85%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
39: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (569 ms)
39: [----------] 2 tests from std_algorithms_find_if_not_team_test (1368 ms total)
39: 
39: [----------] 1 test from std_algorithms_all_of_team_test
39: [ RUN      ] std_algorithms_all_of_team_test.test
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_RangePolicyRequire.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test01_execspace_CUDA.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
39: [       OK ] std_algorithms_all_of_team_test.test (717 ms)
39: [----------] 1 test from std_algorithms_all_of_team_test (717 ms total)
39: 
39: [----------] 1 test from std_algorithms_any_of_team_test
39: [ RUN      ] std_algorithms_any_of_team_test.test
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o
39: [       OK ] std_algorithms_any_of_team_test.test (499 ms)
39: [----------] 1 test from std_algorithms_any_of_team_test (499 ms total)
39: 
39: [----------] 1 test from std_algorithms_none_of_team_test
39: [ RUN      ] std_algorithms_none_of_team_test.test
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_a.cpp.o
[ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o
39: [       OK ] std_algorithms_none_of_team_test.test (732 ms)
39: [----------] 1 test from std_algorithms_none_of_team_test (732 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 (599 ms)
39: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o
39: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (641 ms)
39: [----------] 2 tests from std_algorithms_search_n_team_test (1241 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 11 tests from 7 test suites ran. (7349 ms total)
39: [  PASSED  ] 11 tests.
39/51 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ..............   Passed    7.52 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

40: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
40: Test timeout computed to be: 1500
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[ 87%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.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 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
[ 62%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_OffsetView.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[ 17%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ReducerCTADs.cpp.o
[ 40%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 40%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortA.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_UniqueToken.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_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/core/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/default/TestDefaultDeviceType_c2.cpp
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o
[ 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
40: [       OK ] std_algorithms_min_element_team_test.test (2352 ms)
40: [----------] 1 test from std_algorithms_min_element_team_test (2352 ms total)
40: 
40: [----------] 1 test from std_algorithms_max_element_team_test
40: [ RUN      ] std_algorithms_max_element_team_test.test
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Init.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ReducerCTADs.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 87%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
40: [       OK ] std_algorithms_max_element_team_test.test (2330 ms)
40: [----------] 1 test from std_algorithms_max_element_team_test (2330 ms total)
40: 
40: [----------] 1 test from std_algorithms_minmax_element_team_test
40: [ RUN      ] std_algorithms_minmax_element_team_test.test
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test02_atomic_host_CUDA.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_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
[ 17%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHookTerminate
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_a.cpp.o
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewCopy_a.cpp.o
40: [       OK ] std_algorithms_minmax_element_team_test.test (3059 ms)
40: [----------] 1 test from std_algorithms_minmax_element_team_test (3059 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 3 tests from 3 test suites ran. (7743 ms total)
40: [  PASSED  ] 3 tests.
40/51 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ..............   Passed    7.91 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

41: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
41: Test timeout computed to be: 1500
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 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 (389 ms)
41: [----------] 1 test from std_algorithms_fill_team_test (389 ms total)
41: 
41: [----------] 1 test from std_algorithms_fill_n_team_test
41: [ RUN      ] std_algorithms_fill_n_team_test.test
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o
[ 87%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_OccupancyControlTrait.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Task.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
41: [       OK ] std_algorithms_fill_n_team_test.test (2005 ms)
41: [----------] 1 test from std_algorithms_fill_n_team_test (2005 ms total)
41: 
41: [----------] 1 test from std_algorithms_replace_team_test
41: [ RUN      ] std_algorithms_replace_team_test.test
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/default/TestDefaultDeviceType_a3.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/default/TestDefaultDeviceType_b3.cpp
[ 18%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScan.cpp.o
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 18%] Built target Kokkos_CoreUnitTest_PushFinalizeHookTerminate
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
41: [       OK ] std_algorithms_replace_team_test.test (550 ms)
41: [----------] 1 test from std_algorithms_replace_team_test (550 ms total)
41: 
41: [----------] 1 test from std_algorithms_replace_if_team_test
41: [ RUN      ] std_algorithms_replace_if_team_test.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/unit_test -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/default/TestDefaultDeviceType_c3.cpp
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[ 63%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[ 63%] Built target Kokkos_ContainersTestCompileOnly
Scanning dependencies of target Kokkos_ContainersPerformanceTest_HIP
[ 63%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestMain.cpp.o
41: [       OK ] std_algorithms_replace_if_team_test.test (676 ms)
41: [----------] 1 test from std_algorithms_replace_if_team_test (676 ms total)
41: 
41: [----------] 1 test from std_algorithms_replace_copy_team_test
41: [ RUN      ] std_algorithms_replace_copy_team_test.test
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/default/TestDefaultDeviceType_d.cpp
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_a.cpp.o
41: [       OK ] std_algorithms_replace_copy_team_test.test (1580 ms)
41: [----------] 1 test from std_algorithms_replace_copy_team_test (1580 ms total)
41: 
41: [----------] 1 test from std_algorithms_replace_copy_if_team_test
41: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 87%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_JoinBackwardCompatibility.cpp.o
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_b.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03a_MemorySpace_malloc_CUDA.cpp.o
41: [       OK ] std_algorithms_replace_copy_if_team_test.test (1267 ms)
41: [----------] 1 test from std_algorithms_replace_copy_if_team_test (1267 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 6 tests from 6 test suites ran. (6468 ms total)
41: [  PASSED  ] 6 tests.
41/51 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ..............   Passed    6.64 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

42: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
42: Test timeout computed to be: 1500
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 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
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestStackTrace.cpp
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
42: [       OK ] std_algorithms_reverse_team_test.test (404 ms)
42: [----------] 1 test from std_algorithms_reverse_team_test (404 ms total)
42: 
42: [----------] 1 test from std_algorithms_reverse_copy_team_test
42: [ RUN      ] std_algorithms_reverse_copy_team_test.test
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test12a_ThreadScratch_OPENACC.cpp.o
42: [       OK ] std_algorithms_reverse_copy_team_test.test (757 ms)
42: [----------] 1 test from std_algorithms_reverse_copy_team_test (758 ms total)
42: 
42: [----------] 1 test from std_algorithms_rotate_team_test
42: [ RUN      ] std_algorithms_rotate_team_test.test
[ 63%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_HIP.dir/TestHIP.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestStackTrace_f0.cpp
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_View_64bit.cpp.o
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ScatterView.cpp.o
[ 63%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
Scanning dependencies of target Kokkos_ContainersPerformanceTest_OpenMP
[ 75%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_StaticCrsGraph.cpp.o
42: [       OK ] std_algorithms_rotate_team_test.test (2509 ms)
42: [----------] 1 test from std_algorithms_rotate_team_test (2509 ms total)
42: 
42: [----------] 1 test from std_algorithms_rotate_copy_team_test
42: [ RUN      ] std_algorithms_rotate_copy_team_test.test
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
[ 63%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
[ 88%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[ 88%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestStackTrace_f1.cpp
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
[ 75%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o
42: [       OK ] std_algorithms_rotate_copy_team_test.test (2387 ms)
42: [----------] 1 test from std_algorithms_rotate_copy_team_test (2387 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 4 tests from 4 test suites ran. (6059 ms total)
42: [  PASSED  ] 4 tests.
42/51 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ..............   Passed    6.22 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

43: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
43: Test timeout computed to be: 1500
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_move_team_test
43: [ RUN      ] std_algorithms_move_team_test.test
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.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_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestStackTrace_f2.cpp
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o
43: [       OK ] std_algorithms_move_team_test.test (1092 ms)
43: [----------] 1 test from std_algorithms_move_team_test (1092 ms total)
43: 
43: [----------] 1 test from std_algorithms_move_backward_team_test
43: [ RUN      ] std_algorithms_move_backward_team_test.test
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03b_MemorySpace_free_CUDA.cpp.o
43: [       OK ] std_algorithms_move_backward_team_test.test (1007 ms)
43: [----------] 1 test from std_algorithms_move_backward_team_test (1007 ms total)
43: 
43: [----------] 1 test from std_algorithms_shift_left_team_test
43: [ RUN      ] std_algorithms_shift_left_team_test.test
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
[ 64%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[ 41%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortB.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewCopy_b.cpp.o
[ 88%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
[ 64%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_LocalDeepCopy.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestStackTrace_f3.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestStackTrace_f4.cpp
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_b.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCopy_c.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_e.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o
[ 88%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[ 64%] Linking CXX executable Kokkos_ContainersPerformanceTest_HIP
[ 64%] Built target Kokkos_ContainersPerformanceTest_HIP
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Other.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_a.cpp.o
ar cr libkokkos.a Kokkos_HostSpace_deepcopy.o Kokkos_Error.o Kokkos_Profiling.o Kokkos_MemoryPool.o Kokkos_hwloc.o Kokkos_HostSpace.o Kokkos_HostThreadTeam.o Kokkos_Stacktrace.o Kokkos_ExecPolicy.o Kokkos_HostBarrier.o Kokkos_SharedAlloc.o Kokkos_Command_Line_Parsing.o Kokkos_Core.o Kokkos_Abort.o Kokkos_CPUDiscovery.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  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
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
43: [       OK ] std_algorithms_shift_left_team_test.test (4355 ms)
43: [----------] 1 test from std_algorithms_shift_left_team_test (4355 ms total)
43: 
43: [----------] 1 test from std_algorithms_shift_right_team_test
43: [ RUN      ] std_algorithms_shift_right_team_test.test
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 65%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.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
[ 75%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRange_g.cpp.o
[ 75%] Built target Kokkos_ContainersPerformanceTest_OpenMP
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_c.cpp.o
[ 89%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
[ 89%] Linking CXX executable Kokkos_ContainersUnitTest_Serial
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
/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
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.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_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRangePolicyConstructors.cpp.o
[ 89%] Built target Kokkos_ContainersUnitTest_Serial
[ 41%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
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
[ 65%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test04_ParallelFor_RangePolicy_CUDA.cpp.o
43: [       OK ] std_algorithms_shift_right_team_test.test (4235 ms)
43: [----------] 1 test from std_algorithms_shift_right_team_test (4235 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 4 tests from 4 test suites ran. (10690 ms total)
43: [  PASSED  ] 4 tests.
43/51 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ..............   Passed   10.86 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

44: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
44: Test timeout computed to be: 1500
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 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
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_a.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[ 89%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
44: [       OK ] std_algorithms_copy_team_test.test (1279 ms)
44: [----------] 1 test from std_algorithms_copy_team_test (1279 ms total)
44: 
44: [----------] 1 test from std_algorithms_copy_n_team_test
44: [ RUN      ] std_algorithms_copy_n_team_test.test
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_UnorderedMap.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[ 19%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
/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
/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
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o
44: [       OK ] std_algorithms_copy_n_team_test.test (2234 ms)
44: [----------] 1 test from std_algorithms_copy_n_team_test (2234 ms total)
44: 
44: [----------] 1 test from std_algorithms_copy_backward_team_test
44: [ RUN      ] std_algorithms_copy_backward_team_test.test
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test12b_TeamScratch_OPENACC.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_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
44: [       OK ] std_algorithms_copy_backward_team_test.test (1020 ms)
44: [----------] 1 test from std_algorithms_copy_backward_team_test (1020 ms total)
44: 
44: [----------] 1 test from std_algorithms_copy_if_team_test
44: [ RUN      ] std_algorithms_copy_if_team_test.test
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewCopy_c.cpp.o
[ 19%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 89%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
44: [       OK ] std_algorithms_copy_if_team_test.test (1096 ms)
44: [----------] 1 test from std_algorithms_copy_if_team_test (1096 ms total)
44: 
44: [----------] 1 test from std_algorithms_unique_copy_team_test
44: [ RUN      ] std_algorithms_unique_copy_team_test.test
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_b.cpp.o
44: [       OK ] std_algorithms_unique_copy_team_test.test (1703 ms)
44: [----------] 1 test from std_algorithms_unique_copy_team_test (1703 ms total)
44: 
44: [----------] 1 test from std_algorithms_remove_team_test
44: [ RUN      ] std_algorithms_remove_team_test.test
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewCtorDimMatch.cpp.o
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.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 -Werror all-warnings -Xcudafe --diag_suppress=20208" 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'
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 90%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 90%] 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/perf_test -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -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/perf_test -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Command_Line_Parsing.cpp
[ 41%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test05_ParallelReduce_RangePolicy_CUDA.cpp.o
44: [       OK ] std_algorithms_remove_team_test.test (1209 ms)
44: [----------] 1 test from std_algorithms_remove_team_test (1209 ms total)
44: 
44: [----------] 1 test from std_algorithms_remove_if_team_test
44: [ RUN      ] std_algorithms_remove_if_team_test.test
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 41%] Linking CXX executable Kokkos_UnitTest_Random
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
[ 41%] Built target Kokkos_UnitTest_Random
[ 41%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
44: [       OK ] std_algorithms_remove_if_team_test.test (1157 ms)
44: [----------] 1 test from std_algorithms_remove_if_team_test (1157 ms total)
44: 
44: [----------] 1 test from std_algorithms_remove_copy_team_test
44: [ RUN      ] std_algorithms_remove_copy_team_test.test
[ 76%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
[ 76%] Built target Kokkos_PerformanceTest_Benchmark
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_StaticCrsGraph.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.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/perf_test -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostBarrier.cpp
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
44: [       OK ] std_algorithms_remove_copy_team_test.test (1386 ms)
44: [----------] 1 test from std_algorithms_remove_copy_team_test (1386 ms total)
44: 
44: [----------] 1 test from std_algorithms_remove_copy_if_team_test
44: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
44: [       OK ] std_algorithms_remove_copy_if_team_test.test (1264 ms)
44: [----------] 1 test from std_algorithms_remove_copy_if_team_test (1264 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 9 tests from 9 test suites ran. (12351 ms total)
44: [  PASSED  ] 9 tests.
44/51 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ..............   Passed   12.53 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

45: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
45: Test timeout computed to be: 1500
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 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
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 76%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Core.cpp
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
45: [       OK ] std_algorithms_unique_team_test.test_default_predicate (1828 ms)
45: [----------] 1 test from std_algorithms_unique_team_test (1828 ms total)
45: 
45: [----------] 1 test from std_algorithms_adjacent_difference_team_test
45: [ RUN      ] std_algorithms_adjacent_difference_team_test.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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Stacktrace.cpp
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_d.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
[ 66%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
[ 90%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
[ 90%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Vector.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 43%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Profiling.cpp
[ 76%] Built target Kokkos_CoreUnitTest_OpenMP
Scanning dependencies of target Kokkos_UnitTest_Sort
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.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/perf_test -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostSpace.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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/containers/src/impl/Kokkos_UnorderedMap_impl.cpp
45: [       OK ] std_algorithms_adjacent_difference_team_test.test (2223 ms)
45: [----------] 1 test from std_algorithms_adjacent_difference_team_test (2223 ms total)
45: 
45: [----------] 1 test from std_algorithms_reduce_team_test
45: [ RUN      ] std_algorithms_reduce_team_test.test
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_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/perf_test -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_Cuda_Instance.cpp
[ 73%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test06_ParallelFor_MDRangePolicy_CUDA.cpp.o
[ 41%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestNestedSort.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 41%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 73%] Built 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/perf_test -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_CudaSpace.cpp
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewEmptyRuntimeUnmanaged.cpp.o
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
45: [       OK ] std_algorithms_reduce_team_test.test (2029 ms)
45: [----------] 1 test from std_algorithms_reduce_team_test (2029 ms total)
45: 
45: [----------] 1 test from std_algorithms_transform_reduce_team_test
45: [ RUN      ] std_algorithms_transform_reduce_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_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 77%] 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/perf_test -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_Cuda_Task.cpp
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewHooks.cpp.o
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 90%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o
[ 90%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ViewCtorPropEmbeddedDim.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
45: [       OK ] std_algorithms_transform_reduce_team_test.test (2731 ms)
45: [----------] 1 test from std_algorithms_transform_reduce_team_test (2731 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 4 tests from 4 test suites ran. (8812 ms total)
45: [  PASSED  ] 4 tests.
45/51 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ..............   Passed    8.97 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

46: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
46: Test timeout computed to be: 1500
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 66%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.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 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
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -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/perf_test -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial.cpp
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestSort.cpp.o
46: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (1485 ms)
46: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
[ 42%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.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/perf_test -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial_Task.cpp
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_BlockSizeDeduction.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENACC.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
46: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (2584 ms)
46: [----------] 2 tests from std_algorithms_is_sorted_team_test (4069 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 (99 ms)
46: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
46: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (148 ms)
46: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 90%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test08_deep_copy_CUDA.cpp.o
[ 42%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDRangeReduce.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o
[ 42%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
46: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (2387 ms)
46: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDSpan.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDSpanAtomicAccessor.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_c.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_ParallelScanRangePolicy.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_Vector.cpp.o
46: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (1695 ms)
46: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (4331 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 (52 ms)
46: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MDSpanConversion.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reducers_e.cpp.o
ar cr libkokkos.a Kokkos_HostSpace_deepcopy.o Kokkos_Error.o Kokkos_Profiling.o Kokkos_MemoryPool.o Kokkos_hwloc.o Kokkos_HostSpace.o Kokkos_HostThreadTeam.o Kokkos_Stacktrace.o Kokkos_ExecPolicy.o Kokkos_HostBarrier.o Kokkos_SharedAlloc.o Kokkos_Command_Line_Parsing.o Kokkos_Core.o Kokkos_Abort.o Kokkos_CPUDiscovery.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 -Werror all-warnings -Xcudafe --diag_suppress=20208" 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'
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_DynViewAPI_rank67.cpp
46: [       OK ] std_algorithms_is_partitioned_team_test.all_true (864 ms)
46: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
[ 90%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 90%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reductions.cpp.o
46: [       OK ] std_algorithms_is_partitioned_team_test.all_false (778 ms)
46: [ RUN      ] std_algorithms_is_partitioned_team_test.random
[ 90%] Built target Kokkos_ContainersUnitTest_Cuda
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
[ 67%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
46: [       OK ] std_algorithms_is_partitioned_team_test.random (672 ms)
46: [----------] 4 tests from std_algorithms_is_partitioned_team_test (2367 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 (58 ms)
46: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestSortByKey.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
46: [       OK ] std_algorithms_partition_copy_team_test.all_true (1393 ms)
46: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 67%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ViewCtorPropEmbeddedDim.cpp.o
46: [       OK ] std_algorithms_partition_copy_team_test.all_false (1391 ms)
46: [ RUN      ] std_algorithms_partition_copy_team_test.random
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestSortCustomComp.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Reductions_DeviceView.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o
[ 90%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
46: [       OK ] std_algorithms_partition_copy_team_test.random (1370 ms)
46: [----------] 4 tests from std_algorithms_partition_copy_team_test (4214 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 (38 ms)
46: [ RUN      ] std_algorithms_partition_point_team_test.all_true
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestBinSortA.cpp.o
[ 79%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
46: [       OK ] std_algorithms_partition_point_team_test.all_true (566 ms)
46: [ RUN      ] std_algorithms_partition_point_team_test.all_false
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_AtomicViews.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 79%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
46: [       OK ] std_algorithms_partition_point_team_test.all_false (562 ms)
46: [ RUN      ] std_algorithms_partition_point_team_test.random
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 19%] Linking CXX executable Kokkos_ProfilingAllCalls
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_CheckedIntegerOps.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewMapping_a.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
46: [       OK ] std_algorithms_partition_point_team_test.random (515 ms)
46: [----------] 4 tests from std_algorithms_partition_point_team_test (1682 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 18 tests from 5 test suites ran. (16666 ms total)
46: [  PASSED  ] 18 tests.
46/51 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ..............   Passed   16.83 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

47: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
47: Test timeout computed to be: 1500
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 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
[ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Vector.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 42%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o
47: [       OK ] std_algorithms_transform_team_test.test_unary_op (1683 ms)
47: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_ErrorReporter.cpp
[ 42%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 92%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 68%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_OffsetView.cpp
47: [       OK ] std_algorithms_transform_team_test.test_binary_op (1632 ms)
47: [----------] 2 tests from std_algorithms_transform_team_test (3315 ms total)
47: 
47: [----------] 1 test from std_algorithms_generate_team_test
47: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_MinMaxClamp.cpp.o
[ 69%] Linking CXX executable Kokkos_ContainersUnitTest_HIP
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
[ 69%] Built target Kokkos_ContainersUnitTest_HIP
Scanning dependencies of target Kokkos_UnitTest_Sort
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test10_HierarchicalBasics_CUDA.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalConstants.cpp.o
[ 92%] Built target Kokkos_PerformanceTest_Benchmark
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENACC.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENACC.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewLayoutStrideAssignment.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
47: [       OK ] std_algorithms_generate_team_test.test_unary_op (1893 ms)
47: [----------] 1 test from std_algorithms_generate_team_test (1893 ms total)
47: 
47: [----------] 1 test from std_algorithms_generate_n_team_test
47: [ RUN      ] std_algorithms_generate_n_team_test.test
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[ 45%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 45%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SpaceAwareAccessorAccessViolation.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_CommonPolicyConstructors.cpp.o
47: [       OK ] std_algorithms_generate_n_team_test.test (2083 ms)
47: [----------] 1 test from std_algorithms_generate_n_team_test (2083 ms total)
47: 
47: [----------] 1 test from std_algorithms_swap_ranges_team_test
47: [ RUN      ] std_algorithms_swap_ranges_team_test.test
[ 69%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 69%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_StaticCrsGraph.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_UnorderedMap.cpp
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestBinSortB.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
47: [       OK ] std_algorithms_swap_ranges_team_test.test (1460 ms)
47: [----------] 1 test from std_algorithms_swap_ranges_team_test (1460 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 5 tests from 4 test suites ran. (8753 ms total)
47: [  PASSED  ] 5 tests.
47/51 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ..............   Passed    8.92 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

48: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
48: Test timeout computed to be: 1500
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 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
[ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorPropEmbeddedDim.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_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/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestCuda_ViewCtorPropEmbeddedDim.cpp
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 19%] Built target Kokkos_ProfilingAllCalls
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmp/TestNestedSort.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_a.cpp.o
Scanning dependencies of target Kokkos_atomic
[ 93%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
Scanning dependencies of target Kokkos_UnitTest_SIMD
[ 93%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_c.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSort.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
48: [       OK ] std_algorithms_exclusive_scan_team_test.test (5364 ms)
48: [----------] 1 test from std_algorithms_exclusive_scan_team_test (5364 ms total)
48: 
48: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
48: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[ 80%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP
[ 80%] Built target Kokkos_ContainersUnitTest_OpenMP
Scanning dependencies of target Kokkos_UnitTest_Random
[ 95%] Linking CXX executable Kokkos_atomic
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11a_ParallelFor_TeamThreadRange_CUDA.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SpaceAwareAccessor.cpp.o
[ 45%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_Swap.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.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_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[ 95%] Built target Kokkos_atomic
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o
[ 42%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 42%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
48: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (2733 ms)
48: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (2733 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 2 tests from 2 test suites ran. (8097 ms total)
48: [  PASSED  ] 2 tests.
48/51 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ..............   Passed    8.27 sec
test 49
      Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

49: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
49: Test timeout computed to be: 1500
49: 
49: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
49:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
49:                                   setting CUDA_VISIBLE_DEVICES.
49:                                   This could on multi GPU systems lead to severe performance"
49:                                   penalties.
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
Scanning dependencies of target Kokkos_gather
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[ 95%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 43%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_HIP.dir/hip/TestHIP_ViewCtorPropEmbeddedDim.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_CommonPolicyInterface.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_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/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostSpace_deepcopy.cpp
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/openmp/TestRandom.cpp.o
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 46%] 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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Abort.cpp
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
Scanning dependencies of target Kokkos_gups
[ 96%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_e.cpp.o
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -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/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -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/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_SharedAlloc.cpp
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 96%] Linking CXX executable Kokkos_gather
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[ 96%] Linking CXX executable Kokkos_UnitTest_SIMD
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 96%] Built target Kokkos_gather
[ 96%] Built target Kokkos_UnitTest_SIMD
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_OccupancyControlTrait.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
Scanning dependencies of target Kokkos_stream
[ 97%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
Scanning dependencies of target Kokkos_launch_latency
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewMapping_b.cpp.o
49: [       OK ] std_algorithms_inclusive_scan_team_test.test (8149 ms)
49: [----------] 1 test from std_algorithms_inclusive_scan_team_test (8149 ms total)
49: 
49: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
49: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 97%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test14_MDRangeReduce_OPENACC.cpp.o
[ 97%] Linking CXX executable Kokkos_gups
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 97%] Built target Kokkos_gups
[ 43%] Linking CXX executable Kokkos_UnitTest_Sort
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions1.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11b_ParallelFor_TeamVectorRange_CUDA.cpp.o
[ 82%] Linking CXX executable Kokkos_UnitTest_Sort
[ 82%] Built target Kokkos_UnitTest_Sort
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C
Scanning dependencies of target Kokkos_view_copy_constructor
[ 43%] Built target Kokkos_UnitTest_Sort
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 43%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_hwloc.cpp
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Command_Line_Parsing.cpp
[ 97%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_CPUDiscovery.cpp
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Complex.cpp.o
[ 97%] Linking CXX executable Kokkos_launch_latency
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_b.cpp.o
[ 97%] Linking CXX executable Kokkos_stream
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_d.cpp.o
[ 97%] Built target Kokkos_launch_latency
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 97%] Built target Kokkos_stream
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamMDRange.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
Scanning dependencies of target Kokkos_policy_performance
[ 98%] Linking CXX executable Kokkos_view_copy_constructor
[ 98%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
Scanning dependencies of target Kokkos_bytes_and_flops
[ 44%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostBarrier.cpp
[ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 98%] Built target Kokkos_view_copy_constructor
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
49: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (5385 ms)
49: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (5385 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 2 tests from 2 test suites ran. (13534 ms total)
49: [  PASSED  ] 2 tests.
49/51 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ..............   Passed   13.70 sec
test 50
      Start 50: Kokkos_UnitTest_SIMD

50: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/simd/unit_tests/Kokkos_UnitTest_SIMD
50: Test timeout computed to be: 1500
50: 
50: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
50:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
50:                                   setting CUDA_VISIBLE_DEVICES.
50:                                   This could on multi GPU systems lead to severe performance"
50:                                   penalties.
50: [==========] Running 18 tests from 1 test suite.
50: [----------] Global test environment set-up.
50: [----------] 18 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 (2 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: [ RUN      ] simd.host_construction
50: [       OK ] simd.host_construction (0 ms)
50: [ RUN      ] simd.device_construction
50: [       OK ] simd.device_construction (0 ms)
50: [----------] 18 tests from simd (3 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 18 tests from 1 test suite ran. (3 ms total)
50: [  PASSED  ] 18 tests.
50/51 Test #50: Kokkos_UnitTest_SIMD .................................   Passed    0.17 sec
test 51
      Start 51: Kokkos_RelocatableFunction

51: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build-tests/example/relocatable_function/Kokkos_example_relocatable_function
51: Test timeout computed to be: 1500
51: 
51: Kokkos::Cuda::initialize WARNING: Cuda is allocating into UVMSpace by default
51:                                   without setting CUDA_MANAGED_FORCE_DEVICE_ALLOC=1 or
51:                                   setting CUDA_VISIBLE_DEVICES.
51:                                   This could on multi GPU systems lead to severe performance"
51:                                   penalties.
51: 1.000000e+01 3.325800e-05s (RDC) vs. 1.707200e-05s (inline)
51: 1.000000e+02 1.599500e-05s (RDC) vs. 1.562500e-05s (inline)
51: 1.000000e+03 1.534400e-05s (RDC) vs. 1.463700e-05s (inline)
51: 1.000000e+04 1.511600e-05s (RDC) vs. 1.500800e-05s (inline)
51: 1.000000e+05 1.596800e-05s (RDC) vs. 1.494400e-05s (inline)
51: 1.000000e+06 1.771600e-05s (RDC) vs. 1.622300e-05s (inline)
51: 1.000000e+07 4.018500e-05s (RDC) vs. 2.586600e-05s (inline)
51: 1.000000e+08 2.401970e-04s (RDC) vs. 1.151910e-04s (inline)
51/51 Test #51: Kokkos_RelocatableFunction ...........................   Passed    0.15 sec

100% tests passed, 0 tests failed out of 51

Total Test time (real) = 445.40 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
-- The Fortran compiler identification is GNU 9.4.0
-- Check for working CXX compiler: /usr/bin/g++-8
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Core.cpp
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
-- 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
-- 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
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamPolicyConstructors.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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Stacktrace.cpp
-- Checking whether /usr/bin/gfortran supports Fortran 90 - yes
-- Found CUDAToolkit: /usr/local/cuda/include (found version "11.0.221") 
-- Looking for C++ include pthread.h
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Profiling.cpp
-- 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
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- 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:43 (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
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamScratch.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Error.cpp
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
Scanning dependencies of target example
[ 66%] Building CXX object CMakeFiles/example.dir/cmake_example.cpp.o
[ 66%] Building Fortran object CMakeFiles/example.dir/foo.f.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamScratch.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o
[ 19%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_b.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
[ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostSpace.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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -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/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -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/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_Cuda_Instance.cpp
[ 98%] Linking CXX executable Kokkos_policy_performance
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[100%] Built target Kokkos_policy_performance
[100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewBadAlloc.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_TeamTeamSize.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11c_ParallelFor_ThreadVectorRange_CUDA.cpp.o
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
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLHostUSM_ViewMapping_subview.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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_CudaSpace.cpp
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[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
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_Cuda_Task.cpp
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_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 ] Tesla V100S-PCIE-32GB capability 7.0, Total Global Memory: 31.73 GiB, Shared Memory per Block: 48 KiB : Selected
1: Number of even integers from 0 to 9
1:   Parallel: 5      0.000052
1: Sequential: 5      0.000000
1:  Hello World from Fortran
1/1 Test #1: KokkosInTree_Verify ..............   Passed    0.16 sec

100% tests passed, 0 tests failed out of 1

Total Test time (real) =   0.16 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
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/src/Lock_Array_CUDA.cpp
-- Enabled Kokkos devices: SERIAL;CUDA
-- 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
[ 50%] Built target example_no_kokkos
Scanning dependencies of target example_with_kokkos
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test16_ParallelScan_OPENACC.cpp.o
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 75%] Building CXX object CMakeFiles/example_with_kokkos.dir/foo.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions_DeviceView.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/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/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial.cpp
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o
[100%] Linking CXX executable Kokkos_bytes_and_flops
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[100%] Built target Kokkos_bytes_and_flops
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
+ ctest --verbose
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial_Task.cpp
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
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_View_64bit.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
1: [==========] Running 217 tests from 4 test suites.
1: [----------] Global test environment set-up.
1: [----------] 9 tests from serial_DeathTest
1: [ RUN      ] serial_DeathTest.abort_from_host
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions2.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2C.dir/sycl/TestSYCL_SubView_c09.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_Bitset.cpp
1: [       OK ] serial_DeathTest.abort_from_host (367 ms)
1: [ RUN      ] serial_DeathTest.abort_from_device
[ 83%] Linking CXX executable Kokkos_UnitTest_Random
1: [       OK ] serial_DeathTest.abort_from_device (352 ms)
1: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.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
1: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (362 ms)
1: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_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/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_DualView.cpp
1: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (358 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 (5 ms)
1: [ RUN      ] serial_DeathTest.range_policy_implicitly_converted_bounds
1: [       OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (4 ms)
1: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:89: Skipped
1: skipping since no memory access violation would occur
1: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms)
1: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:105: Skipped
1: skipping since no memory access violation would occur
1: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms)
1: [----------] 9 tests from serial_DeathTest (1455 ms total)
1: 
1: [----------] 1 test from serial_graph_DeathTest
1: [ RUN      ] serial_graph_DeathTest.can_instantiate_only_once
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestGraph.hpp:177: Skipped
1: Preconditions are not checked.
1: [  SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms)
1: [----------] 1 test from serial_graph_DeathTest (0 ms total)
1: 
1: [----------] 195 tests from serial
1: [ RUN      ] serial.array_capacity
1: [       OK ] serial.array_capacity (0 ms)
1: [ RUN      ] serial.array_element_access
1: [       OK ] serial.array_element_access (0 ms)
1: [ RUN      ] serial.array_operator_equal
1: [       OK ] serial.array_operator_equal (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 (76 ms)
1: [ RUN      ] serial.atomic_views_nonintegral
1: [       OK ] serial.atomic_views_nonintegral (46 ms)
1: [ RUN      ] serial.atomic_view_api
1: [       OK ] serial.atomic_view_api (0 ms)
1: [ RUN      ] serial.bit_manip_countl_zero
1: [       OK ] serial.bit_manip_countl_zero (0 ms)
1: [ RUN      ] serial.bit_manip_countl_one
1: [       OK ] serial.bit_manip_countl_one (0 ms)
1: [ RUN      ] serial.bit_manip_countr_zero
1: [       OK ] serial.bit_manip_countr_zero (0 ms)
1: [ RUN      ] serial.bit_manip_countr_one
1: [       OK ] serial.bit_manip_countr_one (0 ms)
1: [ RUN      ] serial.bit_manip_popcount
1: [       OK ] serial.bit_manip_popcount (0 ms)
1: [ RUN      ] serial.bit_manip_has_single_bit
1: [       OK ] serial.bit_manip_has_single_bit (0 ms)
1: [ RUN      ] serial.bit_manip_bit_floor
1: [       OK ] serial.bit_manip_bit_floor (0 ms)
1: [ RUN      ] serial.bit_manip_bit_ceil
1: [       OK ] serial.bit_manip_bit_ceil (0 ms)
1: [ RUN      ] serial.bit_manip_bit_width
1: [       OK ] serial.bit_manip_bit_width (0 ms)
1: [ RUN      ] serial.bit_manip_rotl
1: [       OK ] serial.bit_manip_rotl (0 ms)
1: [ RUN      ] serial.bit_manip_rotr
1: [       OK ] serial.bit_manip_rotr (0 ms)
1: [ RUN      ] serial.bit_manip_byeswap
1: [       OK ] serial.bit_manip_byeswap (0 ms)
1: [ RUN      ] serial.bit_manip_bit_cast
1: [       OK ] serial.bit_manip_bit_cast (0 ms)
1: [ RUN      ] serial.test_block_deduction_bug_pr_3103
1: [       OK ] serial.test_block_deduction_bug_pr_3103 (0 ms)
1: [ RUN      ] serial.checked_integer_operations_multiply_overflow
1: [       OK ] serial.checked_integer_operations_multiply_overflow (0 ms)
1: [ RUN      ] serial.execution_policy_occupancy_and_hint
1: [       OK ] serial.execution_policy_occupancy_and_hint (0 ms)
1: [ RUN      ] serial.complex_construction
1: [       OK ] serial.complex_construction (0 ms)
1: [ RUN      ] serial.complex_basic_math
1: [       OK ] serial.complex_basic_math (0 ms)
1: [ RUN      ] serial.complex_special_funtions
1: [       OK ] serial.complex_special_funtions (0 ms)
1: [ RUN      ] serial.complex_io
1: [       OK ] serial.complex_io (0 ms)
1: [ RUN      ] serial.complex_trivially_copyable
1: [       OK ] serial.complex_trivially_copyable (0 ms)
1: [ RUN      ] serial.complex_issue_3865
1: [       OK ] serial.complex_issue_3865 (0 ms)
1: [ RUN      ] serial.complex_operations_arithmetic_types_overloads
1: [       OK ] serial.complex_operations_arithmetic_types_overloads (0 ms)
1: [ RUN      ] serial.complex_structured_bindings
1: [       OK ] serial.complex_structured_bindings (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 (33 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.exec_space_thread_safety_range
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[ 45%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 20%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o
[ 45%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_DynViewAPI_rank12345.cpp
1: [       OK ] serial.exec_space_thread_safety_range (1013 ms)
1: [ RUN      ] serial.exec_space_thread_safety_mdrange
1: [       OK ] serial.exec_space_thread_safety_mdrange (101 ms)
1: [ RUN      ] serial.exec_space_thread_safety_team_policy
1: [       OK ] serial.exec_space_thread_safety_team_policy (104 ms)
1: [ RUN      ] serial.exec_space_thread_safety_range_reduce
1: [       OK ] serial.exec_space_thread_safety_range_reduce (101 ms)
1: [ RUN      ] serial.exec_space_thread_safety_mdrange_reduce
1: [       OK ] serial.exec_space_thread_safety_mdrange_reduce (102 ms)
1: [ RUN      ] serial.exec_space_thread_safety_team_policy_reduce
1: [       OK ] serial.exec_space_thread_safety_team_policy_reduce (102 ms)
1: [ RUN      ] serial.exec_space_thread_safety_range_scan
1: [       OK ] serial.exec_space_thread_safety_range_scan (105 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
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.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
2/2 Test #2: KokkosLauncher_WithKokkos_Verify ...   Passed    0.16 sec

100% tests passed, 0 tests failed out of 2

Total Test time (real) =   0.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 Sep 12 14:23:49 2024
stats zeroed                        Thu Sep 12 14:21:09 2024
cache hit (direct)                   566
cache hit (preprocessed)               0
cache miss                            14
cache hit rate                     97.59 %
compiler produced stdout               1
cleanups performed                     2
files in cache                      9422
cache size                           4.4 GB
max cache size                       5.0 GB
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 d36962f29b8509b4b93c40600e301c28c80f3ecc0abb58819c03d6dfe7627e2c
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewAPI_e.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Concepts.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[ 37%] 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/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_DynViewAPI_rank67.cpp
$ docker rm -f --volumes d36962f29b8509b4b93c40600e301c28c80f3ecc0abb58819c03d6dfe7627e2c
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12a_ThreadScratch_CUDA.cpp.o
1: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (2047 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedAlloc.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_SharedAlloc.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_b.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_ErrorReporter.cpp
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (2494 ms)
1: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
1: [       OK ] serial.local_deepcopy_teampolicy_layoutright (1025 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (1021 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 (27 ms)
1: [ RUN      ] serial.mdrange_6d
1: [       OK ] serial.mdrange_6d (116 ms)
1: [ RUN      ] serial.mdrange_2d
1: [       OK ] serial.mdrange_2d (1 ms)
1: [ RUN      ] serial.mdrange_array_reduce
1: [       OK ] serial.mdrange_array_reduce (0 ms)
1: [ RUN      ] serial.mdrange_3d
1: [       OK ] serial.mdrange_3d (6 ms)
1: [ RUN      ] serial.mdrange_neg_idx
1: [       OK ] serial.mdrange_neg_idx (89 ms)
1: [ RUN      ] serial.mdrange_4d
1: [       OK ] serial.mdrange_4d (7 ms)
1: [ RUN      ] serial.mdrange_scalar
1: [       OK ] serial.mdrange_scalar (0 ms)
1: [ RUN      ] serial.mdrange_large_deep_copy
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[ 71%] 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/containers/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_OffsetView.cpp
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
1: [       OK ] serial.mdrange_large_deep_copy (1004 ms)
1: [ RUN      ] serial.md_range_policy_construction_from_arrays
1: [       OK ] serial.md_range_policy_construction_from_arrays (0 ms)
1: [ RUN      ] serial.policy_get_tile_size
1: [       OK ] serial.policy_get_tile_size (0 ms)
1: [ RUN      ] serial.mdrange_parallel_reduce_primitive_types
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SpaceAwareAccessorAccessViolation.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_c.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewAPI_d.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_c.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewBadAlloc.cpp.o
1: [       OK ] serial.mdrange_parallel_reduce_primitive_types (2689 ms)
1: [ RUN      ] serial.mdspan_minimal_functional
1: [       OK ] serial.mdspan_minimal_functional (0 ms)
1: [ RUN      ] serial.mdspan_atomic_accessor
1: [       OK ] serial.mdspan_atomic_accessor (0 ms)
1: [ RUN      ] serial.view_mdspan_conversion
1: [       OK ] serial.view_mdspan_conversion (0 ms)
1: [ RUN      ] serial.view_mdspan_conversion_with_stride
1: [       OK ] serial.view_mdspan_conversion_with_stride (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 (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 (4 ms)
1: [ RUN      ] serial.kokkos_printf
1: [       OK ] serial.kokkos_printf (1 ms)
1: [ RUN      ] serial.range_for
1: [       OK ] serial.range_for (0 ms)
1: [ RUN      ] serial.range_reduce
1: [       OK ] serial.range_reduce (0 ms)
1: [ RUN      ] serial.range_dynamic_policy
1: [       OK ] serial.range_dynamic_policy (0 ms)
1: [ RUN      ] serial.range_policy_runtime_parameters
1: [       OK ] serial.range_policy_runtime_parameters (0 ms)
1: [ RUN      ] serial.range_policy_round_trip_conversion_fires
1: [       OK ] serial.range_policy_round_trip_conversion_fires (2 ms)
1: [ RUN      ] serial.range_policy_one_way_convertible_bounds
1: [       OK ] serial.range_policy_one_way_convertible_bounds (0 ms)
1: [ RUN      ] serial.range_policy_check_sign_changes
1: [       OK ] serial.range_policy_check_sign_changes (4 ms)
1: [ RUN      ] serial.range_for_require
1: [       OK ] serial.range_for_require (0 ms)
1: [ RUN      ] serial.range_reduce_require
1: [       OK ] serial.range_reduce_require (0 ms)
1: [ RUN      ] serial.range_dynamic_policy_require
1: [       OK ] serial.range_dynamic_policy_require (0 ms)
1: [ RUN      ] serial.reducers_int
1: [       OK ] serial.reducers_int (2 ms)
1: [ RUN      ] serial.reducers_double
1: [       OK ] serial.reducers_double (2 ms)
1: [ RUN      ] serial.reducers_complex_double
1: [       OK ] serial.reducers_complex_double (0 ms)
1: [ RUN      ] serial.reducers_struct
1: [       OK ] serial.reducers_struct (0 ms)
1: [ RUN      ] serial.reducers_half_t
1: [       OK ] serial.reducers_half_t (0 ms)
1: [ RUN      ] serial.reducers_bhalf_t
1: [       OK ] serial.reducers_bhalf_t (0 ms)
1: [ RUN      ] serial.reducers_int8_t
1: [       OK ] serial.reducers_int8_t (0 ms)
1: [ RUN      ] serial.reducers_int16_t
1: [       OK ] serial.reducers_int16_t (0 ms)
1: [ RUN      ] serial.reducers_point_t
1: [       OK ] serial.reducers_point_t (0 ms)
1: [ RUN      ] serial.reducers_bool
1: [       OK ] serial.reducers_bool (0 ms)
1: [ RUN      ] serial.int64_t_reduce
1: [       OK ] serial.int64_t_reduce (0 ms)
1: [ RUN      ] serial.double_reduce
1: [       OK ] serial.double_reduce (110 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o
1: [       OK ] serial.int64_t_reduce_dynamic (1228 ms)
1: [ RUN      ] serial.double_reduce_dynamic
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Crs.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_ScatterView.cpp
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 45%] Linking CXX executable Kokkos_ContainersUnitTest_HIP
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_StaticCrsGraph.cpp
1: [       OK ] serial.double_reduce_dynamic (1310 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic_view
[ 21%] Linking CXX executable Kokkos_ToolsInitialization
1: [       OK ] serial.int64_t_reduce_dynamic_view (286 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 (10 ms)
1: [ RUN      ] serial.reduce_device_view_mdrange_policy
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12b_TeamScratch_CUDA.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SpaceAwareAccessor.cpp.o
[ 45%] Built target Kokkos_ContainersUnitTest_HIP
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_UnorderedMap.cpp
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial_ViewCtorPropEmbeddedDim.cpp
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_a.cpp.o
1: [       OK ] serial.reduce_device_view_mdrange_policy (1812 ms)
1: [ RUN      ] serial.reduce_device_view_team_policy
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ParallelScanRangePolicy.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
1: [       OK ] serial.reduce_device_view_team_policy (1503 ms)
1: [ RUN      ] serial.impl_shared_alloc
1: [       OK ] serial.impl_shared_alloc (6 ms)
1: [ RUN      ] serial.mdspan_space_aware_accessor
1: [       OK ] serial.mdspan_space_aware_accessor (0 ms)
1: [ RUN      ] serial.kokkos_swap
1: [       OK ] serial.kokkos_swap (0 ms)
1: [----------] 195 tests from serial (18671 ms total)
1: 
1: [----------] 12 tests from serial_graph
1: [ RUN      ] serial_graph.submit_once
1: [       OK ] serial_graph.submit_once (0 ms)
1: [ RUN      ] serial_graph.submit_once_rvalue
1: [       OK ] serial_graph.submit_once_rvalue (0 ms)
1: [ RUN      ] serial_graph.instantiate_and_submit_once
1: [       OK ] serial_graph.instantiate_and_submit_once (0 ms)
1: [ RUN      ] serial_graph.submit_onto_another_execution_space_instance
1: [       OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms)
1: [ RUN      ] serial_graph.create_graph_no_closure_with_exec
1: [       OK ] serial_graph.create_graph_no_closure_with_exec (0 ms)
1: [ RUN      ] serial_graph.create_graph_no_arg
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestGraph.hpp:243: Skipped
1: Skipping since useless if the test fixture is not on the default execution space.
1: [  SKIPPED ] serial_graph.create_graph_no_arg (0 ms)
1: [ RUN      ] serial_graph.submit_six
1: [       OK ] serial_graph.submit_six (0 ms)
1: [ RUN      ] serial_graph.when_all_cycle
1: [       OK ] serial_graph.when_all_cycle (0 ms)
1: [ RUN      ] serial_graph.zero_work_reduce
1: [       OK ] serial_graph.zero_work_reduce (0 ms)
1: [ RUN      ] serial_graph.empty_graph
1: [       OK ] serial_graph.empty_graph (0 ms)
1: [ RUN      ] serial_graph.diamond
1: [       OK ] serial_graph.diamond (0 ms)
1: [ RUN      ] serial_graph.end_of_submit_control_flow
1: [       OK ] serial_graph.end_of_submit_control_flow (0 ms)
1: [----------] 12 tests from serial_graph (0 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 217 tests from 4 test suites ran. (20128 ms total)
1: [  PASSED  ] 212 tests.
1: [  SKIPPED ] 5 tests, listed below:
1: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
1: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
1: [  SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once
1: [  SKIPPED ] serial.reduction_with_large_iteration_count
1: [  SKIPPED ] serial_graph.create_graph_no_arg
1: 
1:   YOU HAVE 1 DISABLED TEST
1: 
 1/59 Test  #1: Kokkos_CoreUnitTest_Serial1 ..........................   Passed   20.50 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 135 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: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:102: Skipped
2: only enforced when debug bound checks is enabled
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_stat
2: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:131: Skipped
2: only enforced when debug bound checks is enabled
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_mix
2: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:160: Skipped
2: only enforced when debug bound checks is enabled
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_static_extents
2: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:192: Skipped
2: only enforced when debug bound checks is enabled
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms)
2: [ RUN      ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.cpp.o
[ 72%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 21%] Built target Kokkos_ToolsInitialization
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
ar cr libkokkos.a Kokkos_HostSpace_deepcopy.o Kokkos_Error.o Kokkos_Profiling.o Kokkos_MemoryPool.o Kokkos_hwloc.o Kokkos_HostSpace.o Kokkos_HostThreadTeam.o Kokkos_Stacktrace.o Kokkos_ExecPolicy.o Kokkos_HostBarrier.o Kokkos_SharedAlloc.o Kokkos_Command_Line_Parsing.o Kokkos_Core.o Kokkos_Abort.o Kokkos_CPUDiscovery.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  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
2: [       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (2491 ms)
2: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENACC.dir/generated/Test17_CompleteAtomic_OPENACC.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Swap.cpp.o
[ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
2: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (2504 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 (4995 ms total)
2: 
2: [----------] 127 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
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCopy_a.cpp.o
2: [       OK ] serial.team_reduce_large (359 ms)
2: [ RUN      ] serial.team_parallel_single
2: [       OK ] serial.team_parallel_single (5 ms)
2: [ RUN      ] serial.large_team_scratch_size
2: [       OK ] serial.large_team_scratch_size (0 ms)
2: [ RUN      ] serial.team_broadcast_long
2: [       OK ] serial.team_broadcast_long (0 ms)
2: [ RUN      ] serial.team_broadcast_long_wrapper
2: [       OK ] serial.team_broadcast_long_wrapper (0 ms)
2: [ RUN      ] serial.team_broadcast_char
2: [       OK ] serial.team_broadcast_char (0 ms)
2: [ RUN      ] serial.team_broadcast_float
2: [       OK ] serial.team_broadcast_float (0 ms)
2: [ RUN      ] serial.team_broadcast_double
2: [       OK ] serial.team_broadcast_double (0 ms)
2: [ RUN      ] serial.team_handle_by_value
2: [       OK ] serial.team_handle_by_value (0 ms)
2: [ RUN      ] serial.team_vector
2: [       OK ] serial.team_vector (5 ms)
2: [ RUN      ] serial.triple_nested_parallelism
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BitManipulationBuiltins.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o
2: [       OK ] serial.triple_nested_parallelism (422 ms)
2: [ RUN      ] serial.parallel_scan_with_reducers
2: [       OK ] serial.parallel_scan_with_reducers (72 ms)
2: [ RUN      ] serial.team_thread_range_combined_reducers
2: [       OK ] serial.team_thread_range_combined_reducers (0 ms)
2: [ RUN      ] serial.thread_vector_range_combined_reducers
2: [       OK ] serial.thread_vector_range_combined_reducers (0 ms)
2: [ RUN      ] serial.team_vector_range_combined_reducers
2: [       OK ] serial.team_vector_range_combined_reducers (0 ms)
2: [ RUN      ] serial.TeamThreadMDRangeParallelFor
2: [       OK ] serial.TeamThreadMDRangeParallelFor (3 ms)
2: [ RUN      ] serial.ThreadVectorMDRangeParallelFor
2: [       OK ] serial.ThreadVectorMDRangeParallelFor (3 ms)
2: [ RUN      ] serial.TeamVectorMDRangeParallelFor
2: [       OK ] serial.TeamVectorMDRangeParallelFor (3 ms)
2: [ RUN      ] serial.TeamThreadMDRangeParallelReduce
2: [       OK ] serial.TeamThreadMDRangeParallelReduce (5 ms)
2: [ RUN      ] serial.ThreadVectorMDRangeParallelReduce
2: [       OK ] serial.ThreadVectorMDRangeParallelReduce (6 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
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMapping_subview.cpp.o
2: [       OK ] serial.team_reduction_scan (240 ms)
2: [ RUN      ] serial.team_long_reduce
2: [       OK ] serial.team_long_reduce (105 ms)
2: [ RUN      ] serial.team_double_reduce
2: [       OK ] serial.team_double_reduce (36 ms)
2: [ RUN      ] serial.team_long_array_reduce
2: [       OK ] serial.team_long_array_reduce (113 ms)
2: [ RUN      ] serial.team_double_array_reduce
2: [       OK ] serial.team_double_array_reduce (51 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
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaHostPinned_ViewMapping_subview.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 45%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCopy_b.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13a_ParallelRed_TeamThreadRange_CUDA.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 45%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewBadAlloc.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCopy_c.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewCtorDimMatch.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamBasic.cpp.o
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
[ 73%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 73%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
Scanning dependencies of target Kokkos_UnitTest_Random
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestSortCustomComp.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Printf.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewMemoryAccessViolation.cpp.o
[ 48%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewEmptyRuntimeUnmanaged.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewHooks.cpp.o
[ 74%] Linking CXX executable Kokkos_ContainersUnitTest_Serial
[ 74%] Built target Kokkos_ContainersUnitTest_Serial
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
2: [       OK ] serial.repeated_team_reduce (5285 ms)
2: [ RUN      ] serial.team_scan
2: [       OK ] serial.team_scan (106 ms)
2: [ RUN      ] serial.team_scan_ret_val
2: [       OK ] serial.team_scan_ret_val (94 ms)
2: [ RUN      ] serial.team_shared_request
2: [       OK ] serial.team_shared_request (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 (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 (2 ms)
2: [ RUN      ] serial.team_scratch_memory_index_parallel_for
2: [       OK ] serial.team_scratch_memory_index_parallel_for (0 ms)
2: [ RUN      ] serial.team_policy_max_recommended
2: [       OK ] serial.team_policy_max_recommended (1 ms)
2: [ RUN      ] serial.team_policy_minmax_scalar_without_plus_equal_k
2: [       OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
2: [ RUN      ] serial.team_teamvector_range
2: [       OK ] serial.team_teamvector_range (1 ms)
2: [ RUN      ] serial.unique_token_global
2: [       OK ] serial.unique_token_global (0 ms)
2: [ RUN      ] serial.unique_token_instance
2: [       OK ] serial.unique_token_instance (0 ms)
2: [ RUN      ] serial.unique_token_team_acquire
2: [       OK ] serial.unique_token_team_acquire (0 ms)
2: [ RUN      ] serial.view_api_a
2: [       OK ] serial.view_api_a (4 ms)
2: [ RUN      ] serial.view_layout_left_with_stride
2: [       OK ] serial.view_layout_left_with_stride (0 ms)
2: [ RUN      ] serial.view_layout_right_with_stride
2: [       OK ] serial.view_layout_right_with_stride (0 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_remap
2: [       OK ] serial.view_remap (0 ms)
2: [ RUN      ] serial.view_mirror_nonconst
2: [       OK ] serial.view_mirror_nonconst (0 ms)
2: [ RUN      ] serial.view_stride_method
2: [       OK ] serial.view_stride_method (0 ms)
2: [ RUN      ] serial.anonymous_space
2: [       OK ] serial.anonymous_space (0 ms)
2: [ RUN      ] serial.view_overload_resolution
2: [       OK ] serial.view_overload_resolution (0 ms)
2: [ RUN      ] serial.view_allocation_large_rank
2: [       OK ] serial.view_allocation_large_rank (926 ms)
2: [ RUN      ] serial.view_shmem_size_on_device
2: [       OK ] serial.view_shmem_size_on_device (0 ms)
2: [ RUN      ] serial.view_is_assignable
2: [       OK ] serial.view_is_assignable (0 ms)
2: [ RUN      ] serial.view_bad_alloc
2: [       OK ] serial.view_bad_alloc (0 ms)
2: [ RUN      ] serial.view_copy_tests
2: [       OK ] serial.view_copy_tests (5 ms)
2: [ RUN      ] serial.view_copy_tests_rank_0
2: [       OK ] serial.view_copy_tests_rank_0 (0 ms)
2: [ RUN      ] serial.view_copy_degenerated
2: [       OK ] serial.view_copy_degenerated (0 ms)
2: [ RUN      ] serial.view_fill_tests_layout_right
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalFunctions3.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_DeepCopyAlignment.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o
[ 48%] Built target Kokkos_CoreUnitTest_Serial1
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewHooks.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortA.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/hip/TestRandom.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
2: [       OK ] serial.view_fill_tests_layout_right (3179 ms)
2: [ RUN      ] serial.view_fill_tests_layout_left
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewLayoutStrideAssignment.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_a.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13b_ParallelRed_TeamVectorRange_CUDA.cpp.o
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMapping_a.cpp.o
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
2: [       OK ] serial.view_fill_tests_layout_left (3473 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 (53 ms)
2: [ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
2: [       OK ] serial.view_layoutstride_right_to_layoutright_assignment (50 ms)
2: [ RUN      ] serial.view_irregular_layout
2: [       OK ] serial.view_irregular_layout (0 ms)
2: [ RUN      ] serial.view_mapping
2: [       OK ] serial.view_mapping (27 ms)
2: [ RUN      ] serial.view_mapping_operator
2: [       OK ] serial.view_mapping_operator (2 ms)
2: [ RUN      ] serial.static_extent
2: [       OK ] serial.static_extent (0 ms)
2: [ RUN      ] serial.view_mapping_atomic
2: [       OK ] serial.view_mapping_atomic (0 ms)
2: [ RUN      ] serial.view_mapping_class_value
2: [       OK ] serial.view_mapping_class_value (0 ms)
2: [ RUN      ] serial.view_mapping_assignable
2: [       OK ] serial.view_mapping_assignable (0 ms)
2: [ RUN      ] serial.view_mapping_trivially_copyable
2: [       OK ] serial.view_mapping_trivially_copyable (0 ms)
2: [ RUN      ] serial.view_mapping_subview
2: [       OK ] serial.view_mapping_subview (0 ms)
2: [ RUN      ] serial.view_nested_view
2: [       OK ] serial.view_nested_view (0 ms)
2: [ RUN      ] serial.view_of_views_default
2: [       OK ] serial.view_of_views_default (0 ms)
2: [ RUN      ] serial.view_of_views_without_initializing
2: [       OK ] serial.view_of_views_without_initializing (0 ms)
2: [ RUN      ] serial.test_view_of_views_sequential_host_init
2: [       OK ] serial.test_view_of_views_sequential_host_init (0 ms)
2: [ RUN      ] serial.append_formatted_multidimensional_index
2: [       OK ] serial.append_formatted_multidimensional_index (0 ms)
2: [ RUN      ] serial.view_resize
2: [       OK ] serial.view_resize (4 ms)
2: [ RUN      ] serial.view_realloc
2: [       OK ] serial.view_realloc (0 ms)
2: [ RUN      ] serial.workgraph_fib
2: [       OK ] serial.workgraph_fib (103 ms)
2: [ RUN      ] serial.resize_realloc_no_init
2: [       OK ] serial.resize_realloc_no_init (0 ms)
2: [ RUN      ] serial.resize_realloc_no_alloc
2: [       OK ] serial.resize_realloc_no_alloc (0 ms)
2: [ RUN      ] serial.realloc_exec_space
2: [       OK ] serial.realloc_exec_space (0 ms)
2: [ RUN      ] serial.view_alloc
2: [       OK ] serial.view_alloc (0 ms)
2: [ RUN      ] serial.view_alloc_exec_space
2: [       OK ] serial.view_alloc_exec_space (0 ms)
2: [ RUN      ] serial.view_alloc_int
2: [       OK ] serial.view_alloc_int (0 ms)
2: [ RUN      ] serial.view_alloc_exec_space_int
2: [       OK ] serial.view_alloc_exec_space_int (0 ms)
2: [ RUN      ] serial.deep_copy_zero_memset
2: [       OK ] serial.deep_copy_zero_memset (0 ms)
2: [ RUN      ] serial.resize_exec_space
2: [       OK ] serial.resize_exec_space (0 ms)
2: [ RUN      ] serial.view_allocation_int
2: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestWithoutInitializing.hpp:285: Skipped
2: skipping since the fence checked for isn't necessary
2: [  SKIPPED ] serial.view_allocation_int (0 ms)
2: [ RUN      ] serial.view_allocation_exec_space_int
2: [       OK ] serial.view_allocation_exec_space_int (0 ms)
2: [ RUN      ] serial.view_not_default_constructible
2: [       OK ] serial.view_not_default_constructible (0 ms)
2: [ RUN      ] serial.view_subview_auto_1d_left
2: [       OK ] serial.view_subview_auto_1d_left (0 ms)
2: [ RUN      ] serial.view_subview_auto_1d_right
2: [       OK ] serial.view_subview_auto_1d_right (0 ms)
2: [ RUN      ] serial.view_subview_auto_1d_stride
2: [       OK ] serial.view_subview_auto_1d_stride (0 ms)
2: [ RUN      ] serial.view_subview_assign_strided
2: [       OK ] serial.view_subview_assign_strided (0 ms)
2: [ RUN      ] serial.view_subview_left_0
2: [       OK ] serial.view_subview_left_0 (0 ms)
2: [ RUN      ] serial.view_subview_left_1
2: [       OK ] serial.view_subview_left_1 (0 ms)
2: [ RUN      ] serial.view_subview_left_2
2: [       OK ] serial.view_subview_left_2 (0 ms)
2: [ RUN      ] serial.view_subview_left_3
2: [       OK ] serial.view_subview_left_3 (0 ms)
2: [ RUN      ] serial.view_subview_right_0
2: [       OK ] serial.view_subview_right_0 (0 ms)
2: [ RUN      ] serial.view_subview_right_1
2: [       OK ] serial.view_subview_right_1 (0 ms)
2: [ RUN      ] serial.view_subview_right_3
2: [       OK ] serial.view_subview_right_3 (0 ms)
2: [ RUN      ] serial.view_static_tests
2: [       OK ] serial.view_static_tests (0 ms)
2: [ RUN      ] serial.view_subview_layoutleft_to_layoutleft
2: [       OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms)
2: [ RUN      ] serial.view_subview_layoutright_to_layoutright
2: [       OK ] serial.view_subview_layoutright_to_layoutright (0 ms)
2: [ RUN      ] serial.view_subview_1d_assign
2: [       OK ] serial.view_subview_1d_assign (0 ms)
2: [ RUN      ] serial.view_subview_1d_assign_atomic
2: [       OK ] serial.view_subview_1d_assign_atomic (0 ms)
2: [ RUN      ] serial.view_subview_1d_assign_randomaccess
2: [       OK ] serial.view_subview_1d_assign_randomaccess (0 ms)
2: [ RUN      ] serial.view_subview_2d_from_3d
2: [       OK ] serial.view_subview_2d_from_3d (4 ms)
2: [ RUN      ] serial.view_subview_2d_from_3d_atomic
2: [       OK ] serial.view_subview_2d_from_3d_atomic (4 ms)
2: [ RUN      ] serial.view_subview_2d_from_3d_randomaccess
2: [       OK ] serial.view_subview_2d_from_3d_randomaccess (4 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left
2: [       OK ] serial.view_subview_3d_from_5d_left (102 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
2: [       OK ] serial.view_subview_3d_from_5d_left_atomic (102 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
2: [       OK ] serial.view_subview_3d_from_5d_left_randomaccess (101 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right
2: [       OK ] serial.view_subview_3d_from_5d_right (158 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
2: [       OK ] serial.view_subview_3d_from_5d_right_atomic (159 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
[ 45%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
2: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (161 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: [----------] 127 tests from serial (15639 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 135 tests from 2 test suites ran. (20635 ms total)
2: [  PASSED  ] 128 tests.
2: [  SKIPPED ] 7 tests, listed below:
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents
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   20.83 sec
test 3
      Start  3: Kokkos_CoreUnitTest_Cuda1

3: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Cuda1
3: Test timeout computed to be: 1500
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
3: [==========] Running 219 tests from 4 test suites.
3: [----------] Global test environment set-up.
3: [----------] 9 tests from cuda_DeathTest
3: [ RUN      ] cuda_DeathTest.abort_from_host
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o
[ 45%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMapping_b.cpp.o
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCopy_a.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_b.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
3: [       OK ] cuda_DeathTest.abort_from_host (749 ms)
3: [ RUN      ] cuda_DeathTest.abort_from_device
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMapping_subview.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
3: [       OK ] cuda_DeathTest.abort_from_device (732 ms)
3: [ RUN      ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestBinSortB.cpp.o
[ 75%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_QuadPrecisionMath.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
3: [       OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (716 ms)
3: [ RUN      ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions
[ 75%] Built target Kokkos_PerformanceTest_Benchmark
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
3: [       OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (718 ms)
3: [ RUN      ] cuda_DeathTest.policy_invalid_bounds
3: [       OK ] cuda_DeathTest.policy_invalid_bounds (2 ms)
3: [ RUN      ] cuda_DeathTest.range_policy_invalid_bounds
3: [       OK ] cuda_DeathTest.range_policy_invalid_bounds (4 ms)
3: [ RUN      ] cuda_DeathTest.range_policy_implicitly_converted_bounds
3: [       OK ] cuda_DeathTest.range_policy_implicitly_converted_bounds (4 ms)
3: [ RUN      ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
/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
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 -Werror all-warnings -Xcudafe --diag_suppress=20208" 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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -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/containers/performance_tests -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_SharedAlloc.cpp
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
3: [       OK ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (703 ms)
3: [ RUN      ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 21%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
3: [       OK ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (738 ms)
3: [----------] 9 tests from cuda_DeathTest (4369 ms total)
3: 
3: [----------] 1 test from cuda_graph_DeathTest
3: [ RUN      ] cuda_graph_DeathTest.can_instantiate_only_once
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestGraph.hpp:177: Skipped
3: Preconditions are not checked.
3: [  SKIPPED ] cuda_graph_DeathTest.can_instantiate_only_once (0 ms)
3: [----------] 1 test from cuda_graph_DeathTest (0 ms total)
3: 
3: [----------] 197 tests from cuda
3: [ RUN      ] cuda.array_capacity
3: [       OK ] cuda.array_capacity (0 ms)
3: [ RUN      ] cuda.array_element_access
3: [       OK ] cuda.array_element_access (0 ms)
3: [ RUN      ] cuda.array_operator_equal
3: [       OK ] cuda.array_operator_equal (0 ms)
3: [ RUN      ] cuda.array_zero_capacity
3: [       OK ] cuda.array_zero_capacity (0 ms)
3: [ RUN      ] cuda.array_zero_data_nullptr
3: [       OK ] cuda.array_zero_data_nullptr (0 ms)
3: [ RUN      ] cuda.array_contiguous_capacity
3: [       OK ] cuda.array_contiguous_capacity (0 ms)
3: [ RUN      ] cuda.array_contiguous_element_access
3: [       OK ] cuda.array_contiguous_element_access (0 ms)
3: [ RUN      ] cuda.array_contiguous_assignment
3: [       OK ] cuda.array_contiguous_assignment (0 ms)
3: [ RUN      ] cuda.array_strided_capacity
3: [       OK ] cuda.array_strided_capacity (0 ms)
3: [ RUN      ] cuda.array_strided_element_access
3: [       OK ] cuda.array_strided_element_access (0 ms)
3: [ RUN      ] cuda.array_strided_assignment
3: [       OK ] cuda.array_strided_assignment (0 ms)
3: [ RUN      ] cuda.atomic_operations_complexdouble
3: [       OK ] cuda.atomic_operations_complexdouble (5 ms)
3: [ RUN      ] cuda.atomic_operations_complexfloat
3: [       OK ] cuda.atomic_operations_complexfloat (5 ms)
3: [ RUN      ] cuda.atomic_operations_double
3: [       OK ] cuda.atomic_operations_double (5 ms)
3: [ RUN      ] cuda.atomic_operations_float
3: [       OK ] cuda.atomic_operations_float (5 ms)
3: [ RUN      ] cuda.atomic_operations_int
3: [       OK ] cuda.atomic_operations_int (12 ms)
3: [ RUN      ] cuda.atomic_operations_long
3: [       OK ] cuda.atomic_operations_long (12 ms)
3: [ RUN      ] cuda.atomic_operations_longlong
3: [       OK ] cuda.atomic_operations_longlong (12 ms)
3: [ RUN      ] cuda.atomic_shared
3: [       OK ] cuda.atomic_shared (0 ms)
3: [ RUN      ] cuda.atomic_operations_unsigned
3: [       OK ] cuda.atomic_operations_unsigned (10 ms)
3: [ RUN      ] cuda.atomic_operations_unsignedlong
3: [       OK ] cuda.atomic_operations_unsignedlong (10 ms)
3: [ RUN      ] cuda.atomics
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
3: [       OK ] cuda.atomics (243 ms)
3: [ RUN      ] cuda.atomics_tpetra_max_abs
3: [       OK ] cuda.atomics_tpetra_max_abs (0 ms)
3: [ RUN      ] cuda.atomic_views_integral
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -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/containers/performance_tests -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Command_Line_Parsing.cpp
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfClass.cpp.o
[ 45%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 45%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 21%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamTeamSize.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13c_ParallelRed_ThreadVectorRange_CUDA.cpp.o
[ 75%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 75%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
[ 22%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 78%] Linking CXX executable Kokkos_IncrementalTest_OPENACC
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 22%] Built target Kokkos_CoreUnitTest_KokkosP
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_RangePolicy.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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -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/containers/performance_tests -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Core.cpp
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o
[ 78%] Built target Kokkos_IncrementalTest_OPENACC
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOfViews.cpp.o
3: [       OK ] cuda.atomic_views_integral (6465 ms)
3: [ RUN      ] cuda.atomic_views_nonintegral
3: [       OK ] cuda.atomic_views_nonintegral (53 ms)
3: [ RUN      ] cuda.atomic_view_api
3: [       OK ] cuda.atomic_view_api (0 ms)
3: [ RUN      ] cuda.bit_manip_countl_zero
3: [       OK ] cuda.bit_manip_countl_zero (3 ms)
3: [ RUN      ] cuda.bit_manip_countl_one
3: [       OK ] cuda.bit_manip_countl_one (0 ms)
3: [ RUN      ] cuda.bit_manip_countr_zero
3: [       OK ] cuda.bit_manip_countr_zero (0 ms)
3: [ RUN      ] cuda.bit_manip_countr_one
3: [       OK ] cuda.bit_manip_countr_one (0 ms)
3: [ RUN      ] cuda.bit_manip_popcount
3: [       OK ] cuda.bit_manip_popcount (0 ms)
3: [ RUN      ] cuda.bit_manip_has_single_bit
3: [       OK ] cuda.bit_manip_has_single_bit (0 ms)
3: [ RUN      ] cuda.bit_manip_bit_floor
3: [       OK ] cuda.bit_manip_bit_floor (0 ms)
3: [ RUN      ] cuda.bit_manip_bit_ceil
3: [       OK ] cuda.bit_manip_bit_ceil (0 ms)
3: [ RUN      ] cuda.bit_manip_bit_width
3: [       OK ] cuda.bit_manip_bit_width (0 ms)
3: [ RUN      ] cuda.bit_manip_rotl
3: [       OK ] cuda.bit_manip_rotl (0 ms)
3: [ RUN      ] cuda.bit_manip_rotr
3: [       OK ] cuda.bit_manip_rotr (0 ms)
3: [ RUN      ] cuda.bit_manip_byeswap
3: [       OK ] cuda.bit_manip_byeswap (0 ms)
3: [ RUN      ] cuda.bit_manip_bit_cast
3: [       OK ] cuda.bit_manip_bit_cast (0 ms)
3: [ RUN      ] cuda.test_block_deduction_bug_pr_3103
3: [       OK ] cuda.test_block_deduction_bug_pr_3103 (0 ms)
3: [ RUN      ] cuda.checked_integer_operations_multiply_overflow
3: [       OK ] cuda.checked_integer_operations_multiply_overflow (0 ms)
3: [ RUN      ] cuda.execution_policy_occupancy_and_hint
3: [       OK ] cuda.execution_policy_occupancy_and_hint (0 ms)
3: [ RUN      ] cuda.complex_construction
3: [       OK ] cuda.complex_construction (0 ms)
3: [ RUN      ] cuda.complex_basic_math
3: [       OK ] cuda.complex_basic_math (0 ms)
3: [ RUN      ] cuda.complex_special_funtions
3: [       OK ] cuda.complex_special_funtions (0 ms)
3: [ RUN      ] cuda.complex_io
3: [       OK ] cuda.complex_io (0 ms)
3: [ RUN      ] cuda.complex_trivially_copyable
3: [       OK ] cuda.complex_trivially_copyable (0 ms)
3: [ RUN      ] cuda.complex_issue_3865
3: [       OK ] cuda.complex_issue_3865 (0 ms)
3: [ RUN      ] cuda.complex_operations_arithmetic_types_overloads
3: [       OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms)
3: [ RUN      ] cuda.complex_structured_bindings
3: [       OK ] cuda.complex_structured_bindings (0 ms)
3: [ RUN      ] cuda.crs_count_fill
3: [       OK ] cuda.crs_count_fill (1 ms)
3: [ RUN      ] cuda.crs_copy_constructor
3: [       OK ] cuda.crs_copy_constructor (5 ms)
3: [ RUN      ] cuda.deep_copy_alignment
3: [       OK ] cuda.deep_copy_alignment (2 ms)
3: [ RUN      ] cuda.deep_copy_conversion
3: [       OK ] cuda.deep_copy_conversion (7 ms)
3: [ RUN      ] cuda.partitioning_by_args
3: [       OK ] cuda.partitioning_by_args (1 ms)
3: [ RUN      ] cuda.partitioning_by_vector
3: [       OK ] cuda.partitioning_by_vector (0 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_range
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
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.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/performance_tests -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -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/containers/performance_tests -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Error.cpp
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewOutOfBoundsAccess.cpp.o
[ 75%] 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/containers/performance_tests -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostSpace.cpp
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 90%] 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/performance_tests -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/containers/src/impl/Kokkos_UnorderedMap_impl.cpp
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.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/performance_tests -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_Cuda_Instance.cpp
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MathematicalSpecialFunctions.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_CudaSpace.cpp
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test14_MDRangeReduce_CUDA.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_Cuda_Task.cpp
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/hip/TestNestedSort.cpp.o
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewMemoryAccessViolation.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_ViewResize.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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/src/Lock_Array_CUDA.cpp
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
3: [       OK ] cuda.exec_space_thread_safety_range (7348 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_mdrange
3: [       OK ] cuda.exec_space_thread_safety_mdrange (739 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_team_policy
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
3: [       OK ] cuda.exec_space_thread_safety_team_policy (747 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_range_reduce
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial_Task.cpp
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WorkGraph.cpp.o
3: [       OK ] cuda.exec_space_thread_safety_range_reduce (776 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_mdrange_reduce
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
3: [       OK ] cuda.exec_space_thread_safety_mdrange_reduce (780 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_team_policy_reduce
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
3: [       OK ] cuda.exec_space_thread_safety_team_policy_reduce (747 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_range_scan
[ 76%] Linking CXX executable Kokkos_UnitTest_Random
[ 76%] Built target Kokkos_UnitTest_Random
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_SharedAlloc.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
3: [       OK ] cuda.exec_space_thread_safety_range_scan (1381 ms)
3: [ RUN      ] cuda.execution_space_as_class_data_member
3: [       OK ] cuda.execution_space_as_class_data_member (0 ms)
3: [ RUN      ] cuda.functor_analysis
3: [       OK ] cuda.functor_analysis (0 ms)
3: [ RUN      ] cuda.host_shared_ptr_use_count
3: [       OK ] cuda.host_shared_ptr_use_count (0 ms)
3: [ RUN      ] cuda.host_shared_ptr_get
3: [       OK ] cuda.host_shared_ptr_get (0 ms)
3: [ RUN      ] cuda.host_shared_ptr_dereference_on_device
3: [       OK ] cuda.host_shared_ptr_dereference_on_device (0 ms)
3: [ RUN      ] cuda.host_shared_ptr_special_members_on_device
3: [       OK ] cuda.host_shared_ptr_special_members_on_device (0 ms)
3: [ RUN      ] cuda.host_shared_ptr_tracking
3: [       OK ] cuda.host_shared_ptr_tracking (1 ms)
3: [ RUN      ] cuda.init
3: [       OK ] cuda.init (0 ms)
3: [ RUN      ] cuda.dispatch
3: [       OK ] cuda.dispatch (31 ms)
3: [ RUN      ] cuda.join_backward_compatibility
3: [       OK ] cuda.join_backward_compatibility (0 ms)
3: [ RUN      ] cuda.local_deepcopy_teampolicy_layoutleft
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[ 45%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
3: [       OK ] cuda.local_deepcopy_teampolicy_layoutleft (1354 ms)
3: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutleft
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewOfClass.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
ar cr libkokkos.a Kokkos_HostSpace_deepcopy.o Kokkos_Error.o Kokkos_Profiling.o Kokkos_MemoryPool.o Kokkos_hwloc.o Kokkos_HostSpace.o Kokkos_HostThreadTeam.o Kokkos_Stacktrace.o Kokkos_ExecPolicy.o Kokkos_HostBarrier.o Kokkos_SharedAlloc.o Kokkos_Command_Line_Parsing.o Kokkos_Core.o Kokkos_Abort.o Kokkos_CPUDiscovery.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/containers/performance_tests -L/usr/local/cuda/lib64  -lpthread  TestCuda.o TestMain.o gtest-all.o -lkokkos -ldl -lcudart -lcuda  -o KokkosContainers_PerformanceTest_Cuda
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test16_ParallelScan_CUDA.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_a.cpp.o
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 -Werror all-warnings -Xcudafe --diag_suppress=20208" 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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -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/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostThreadTeam.cpp
3: [       OK ] cuda.local_deepcopy_rangepolicy_layoutleft (2136 ms)
3: [ RUN      ] cuda.local_deepcopy_teampolicy_layoutright
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfViews.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewOfViews.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
3: [       OK ] cuda.local_deepcopy_teampolicy_layoutright (1351 ms)
3: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutright
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
[ 51%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[ 46%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyConstructors.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 46%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
3: [       OK ] cuda.local_deepcopy_rangepolicy_layoutright (1602 ms)
3: [ RUN      ] cuda.deep_copy_scratch
3: [       OK ] cuda.deep_copy_scratch (0 ms)
3: [ RUN      ] cuda.mathematical_constants_e
3: [       OK ] cuda.mathematical_constants_e (0 ms)
3: [ RUN      ] cuda.mathematical_constants_log2e
3: [       OK ] cuda.mathematical_constants_log2e (0 ms)
3: [ RUN      ] cuda.mathematical_constants_log10e
3: [       OK ] cuda.mathematical_constants_log10e (0 ms)
3: [ RUN      ] cuda.mathematical_constants_pi
3: [       OK ] cuda.mathematical_constants_pi (0 ms)
3: [ RUN      ] cuda.mathematical_constants_inv_pi
3: [       OK ] cuda.mathematical_constants_inv_pi (0 ms)
3: [ RUN      ] cuda.mathematical_constants_inv_sqrtpi
3: [       OK ] cuda.mathematical_constants_inv_sqrtpi (0 ms)
3: [ RUN      ] cuda.mathematical_constants_ln2
3: [       OK ] cuda.mathematical_constants_ln2 (0 ms)
3: [ RUN      ] cuda.mathematical_constants_ln10
3: [       OK ] cuda.mathematical_constants_ln10 (0 ms)
3: [ RUN      ] cuda.mathematical_constants_sqrt2
3: [       OK ] cuda.mathematical_constants_sqrt2 (0 ms)
3: [ RUN      ] cuda.mathematical_constants_sqrt3
3: [       OK ] cuda.mathematical_constants_sqrt3 (0 ms)
3: [ RUN      ] cuda.mathematical_constants_inv_sqrt3
3: [       OK ] cuda.mathematical_constants_inv_sqrt3 (0 ms)
3: [ RUN      ] cuda.mathematical_constants_egamma
3: [       OK ] cuda.mathematical_constants_egamma (0 ms)
3: [ RUN      ] cuda.mathematical_constants_phi
3: [       OK ] cuda.mathematical_constants_phi (0 ms)
3: [ RUN      ] cuda.mathematical_functions_trigonometric_functions
3: [       OK ] cuda.mathematical_functions_trigonometric_functions (2 ms)
3: [ RUN      ] cuda.mathematical_functions_hyperbolic_functions
3: [       OK ] cuda.mathematical_functions_hyperbolic_functions (2 ms)
3: [ RUN      ] cuda.mathematical_functions_non_standard
3: [       OK ] cuda.mathematical_functions_non_standard (0 ms)
3: [ RUN      ] cuda.mathematical_functions_power_functions
3: [       OK ] cuda.mathematical_functions_power_functions (1 ms)
3: [ RUN      ] cuda.mathematical_functions_fma
3: [       OK ] cuda.mathematical_functions_fma (0 ms)
3: [ RUN      ] cuda.mathematical_functions_error_and_gamma_functions
3: [       OK ] cuda.mathematical_functions_error_and_gamma_functions (1 ms)
3: [ RUN      ] cuda.mathematical_functions_nearest_interger_floating_point_operations
3: [       OK ] cuda.mathematical_functions_nearest_interger_floating_point_operations (1 ms)
3: [ RUN      ] cuda.mathematical_functions_floating_point_manipulation_functions
3: [       OK ] cuda.mathematical_functions_floating_point_manipulation_functions (0 ms)
3: [ RUN      ] cuda.mathematical_functions_absolute_value
3: [       OK ] cuda.mathematical_functions_absolute_value (0 ms)
3: [ RUN      ] cuda.mathematical_functions_floating_point_absolute_value
3: [       OK ] cuda.mathematical_functions_floating_point_absolute_value (0 ms)
3: [ RUN      ] cuda.mathematical_functions_remainder_function
3: [       OK ] cuda.mathematical_functions_remainder_function (0 ms)
3: [ RUN      ] cuda.mathematical_functions_isfinite
3: [       OK ] cuda.mathematical_functions_isfinite (0 ms)
3: [ RUN      ] cuda.mathematical_functions_isinf
3: [       OK ] cuda.mathematical_functions_isinf (0 ms)
3: [ RUN      ] cuda.mathematical_functions_isnan
3: [       OK ] cuda.mathematical_functions_isnan (0 ms)
3: [ RUN      ] cuda.mathematical_functions_exponential_functions
3: [       OK ] cuda.mathematical_functions_exponential_functions (2 ms)
3: [ RUN      ] cuda.mathspecialfunc_expint1
3: [       OK ] cuda.mathspecialfunc_expint1 (0 ms)
3: [ RUN      ] cuda.mathspecialfunc_errorfunc
3: [       OK ] cuda.mathspecialfunc_errorfunc (0 ms)
3: [ RUN      ] cuda.mathspecialfunc_cbesselj0y0
3: [       OK ] cuda.mathspecialfunc_cbesselj0y0 (23 ms)
3: [ RUN      ] cuda.mathspecialfunc_cbesselj1y1
3: [       OK ] cuda.mathspecialfunc_cbesselj1y1 (23 ms)
3: [ RUN      ] cuda.mathspecialfunc_cbesseli0k0
3: [       OK ] cuda.mathspecialfunc_cbesseli0k0 (0 ms)
3: [ RUN      ] cuda.mathspecialfunc_cbesseli1k1
3: [       OK ] cuda.mathspecialfunc_cbesseli1k1 (0 ms)
3: [ RUN      ] cuda.mathspecialfunc_cbesselh1stkind
3: [       OK ] cuda.mathspecialfunc_cbesselh1stkind (0 ms)
3: [ RUN      ] cuda.mathspecialfunc_cbesselh2ndkind
3: [       OK ] cuda.mathspecialfunc_cbesselh2ndkind (0 ms)
3: [ RUN      ] cuda.mdrange_5d
3: [       OK ] cuda.mdrange_5d (15 ms)
3: [ RUN      ] cuda.mdrange_6d
3: [       OK ] cuda.mdrange_6d (24 ms)
3: [ RUN      ] cuda.mdrange_2d
3: [       OK ] cuda.mdrange_2d (1 ms)
3: [ RUN      ] cuda.mdrange_array_reduce
3: [       OK ] cuda.mdrange_array_reduce (0 ms)
3: [ RUN      ] cuda.mdrange_3d
3: [       OK ] cuda.mdrange_3d (4 ms)
3: [ RUN      ] cuda.mdrange_neg_idx
3: [       OK ] cuda.mdrange_neg_idx (1 ms)
3: [ RUN      ] cuda.mdrange_4d
3: [       OK ] cuda.mdrange_4d (3 ms)
3: [ RUN      ] cuda.mdrange_scalar
3: [       OK ] cuda.mdrange_scalar (0 ms)
3: [ RUN      ] cuda.mdrange_large_deep_copy
3: [       OK ] cuda.mdrange_large_deep_copy (75 ms)
3: [ RUN      ] cuda.md_range_policy_construction_from_arrays
3: [       OK ] cuda.md_range_policy_construction_from_arrays (0 ms)
3: [ RUN      ] cuda.policy_get_tile_size
3: [       OK ] cuda.policy_get_tile_size (0 ms)
3: [ RUN      ] cuda.mdrange_parallel_reduce_primitive_types
[ 46%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewOutOfBoundsAccess.cpp.o
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_ViewResize.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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_hwloc.cpp
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
3: [       OK ] cuda.mdrange_parallel_reduce_primitive_types (1402 ms)
3: [ RUN      ] cuda.mdspan_minimal_functional
3: [       OK ] cuda.mdspan_minimal_functional (0 ms)
3: [ RUN      ] cuda.mdspan_atomic_accessor
3: [       OK ] cuda.mdspan_atomic_accessor (0 ms)
3: [ RUN      ] cuda.view_mdspan_conversion
3: [       OK ] cuda.view_mdspan_conversion (2 ms)
3: [ RUN      ] cuda.view_mdspan_conversion_with_stride
3: [       OK ] cuda.view_mdspan_conversion_with_stride (0 ms)
3: [ RUN      ] cuda.max
3: [       OK ] cuda.max (0 ms)
3: [ RUN      ] cuda.max_within_parfor
3: [       OK ] cuda.max_within_parfor (0 ms)
3: [ RUN      ] cuda.min
3: [       OK ] cuda.min (0 ms)
3: [ RUN      ] cuda.min_within_parfor
3: [       OK ] cuda.min_within_parfor (0 ms)
3: [ RUN      ] cuda.minmax
3: [       OK ] cuda.minmax (0 ms)
3: [ RUN      ] cuda.minmax_within_parfor
3: [       OK ] cuda.minmax_within_parfor (0 ms)
3: [ RUN      ] cuda.clamp
3: [       OK ] cuda.clamp (0 ms)
3: [ RUN      ] cuda.clamp_within_parfor
3: [       OK ] cuda.clamp_within_parfor (0 ms)
3: [ RUN      ] cuda.numeric_traits_infinity
3: [       OK ] cuda.numeric_traits_infinity (0 ms)
3: [ RUN      ] cuda.numeric_traits_epsilon
3: [       OK ] cuda.numeric_traits_epsilon (0 ms)
3: [ RUN      ] cuda.numeric_traits_round_error
3: [       OK ] cuda.numeric_traits_round_error (0 ms)
3: [ RUN      ] cuda.numeric_traits_norm_min
3: [       OK ] cuda.numeric_traits_norm_min (0 ms)
3: [ RUN      ] cuda.numeric_traits_denorm_min
3: [       OK ] cuda.numeric_traits_denorm_min (0 ms)
3: [ RUN      ] cuda.numeric_traits_finite_min_max
3: [       OK ] cuda.numeric_traits_finite_min_max (1 ms)
3: [ RUN      ] cuda.numeric_traits_digits
3: [       OK ] cuda.numeric_traits_digits (0 ms)
3: [ RUN      ] cuda.numeric_traits_digits10
3: [       OK ] cuda.numeric_traits_digits10 (0 ms)
3: [ RUN      ] cuda.numeric_traits_max_digits10
3: [       OK ] cuda.numeric_traits_max_digits10 (0 ms)
3: [ RUN      ] cuda.numeric_traits_radix
3: [       OK ] cuda.numeric_traits_radix (0 ms)
3: [ RUN      ] cuda.numeric_traits_min_max_exponent
3: [       OK ] cuda.numeric_traits_min_max_exponent (0 ms)
3: [ RUN      ] cuda.numeric_traits_min_max_exponent10
3: [       OK ] cuda.numeric_traits_min_max_exponent10 (0 ms)
3: [ RUN      ] cuda.numeric_traits_quiet_and_signaling_nan
3: [       OK ] cuda.numeric_traits_quiet_and_signaling_nan (0 ms)
3: [ RUN      ] cuda.numeric_traits_sfinae_friendly
3: [       OK ] cuda.numeric_traits_sfinae_friendly (0 ms)
3: [ RUN      ] cuda.occupancy_control
3: [       OK ] cuda.occupancy_control (0 ms)
3: [ RUN      ] cuda.memory_pool
3: [       OK ] cuda.memory_pool (7 ms)
3: [ RUN      ] cuda.cxx11
3: [       OK ] cuda.cxx11 (0 ms)
3: [ RUN      ] cuda.viewctorprop_embedded_dim
3: [       OK ] cuda.viewctorprop_embedded_dim (0 ms)
3: [ RUN      ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility
3: [       OK ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
3: [ RUN      ] cuda.parallel_scan_range_policy
3: [       OK ] cuda.parallel_scan_range_policy (22 ms)
3: [ RUN      ] cuda.kokkos_printf
3: [       OK ] cuda.kokkos_printf (2 ms)
3: [ RUN      ] cuda.range_for
3: [       OK ] cuda.range_for (0 ms)
3: [ RUN      ] cuda.range_reduce
3: [       OK ] cuda.range_reduce (0 ms)
3: [ RUN      ] cuda.range_dynamic_policy
3: [       OK ] cuda.range_dynamic_policy (0 ms)
3: [ RUN      ] cuda.range_policy_runtime_parameters
3: [       OK ] cuda.range_policy_runtime_parameters (0 ms)
3: [ RUN      ] cuda.range_policy_round_trip_conversion_fires
3: [       OK ] cuda.range_policy_round_trip_conversion_fires (1 ms)
3: [ RUN      ] cuda.range_policy_one_way_convertible_bounds
3: [       OK ] cuda.range_policy_one_way_convertible_bounds (0 ms)
3: [ RUN      ] cuda.range_policy_check_sign_changes
3: [       OK ] cuda.range_policy_check_sign_changes (4 ms)
3: [ RUN      ] cuda.range_for_require
3: [       OK ] cuda.range_for_require (0 ms)
3: [ RUN      ] cuda.range_reduce_require
3: [       OK ] cuda.range_reduce_require (0 ms)
3: [ RUN      ] cuda.range_dynamic_policy_require
3: [       OK ] cuda.range_dynamic_policy_require (0 ms)
3: [ RUN      ] cuda.reducers_int
3: [       OK ] cuda.reducers_int (3 ms)
3: [ RUN      ] cuda.reducers_double
3: [       OK ] cuda.reducers_double (3 ms)
3: [ RUN      ] cuda.reducers_complex_double
3: [       OK ] cuda.reducers_complex_double (1 ms)
3: [ RUN      ] cuda.reducers_struct
3: [       OK ] cuda.reducers_struct (4 ms)
3: [ RUN      ] cuda.reducers_half_t
3: [       OK ] cuda.reducers_half_t (3 ms)
3: [ RUN      ] cuda.reducers_bhalf_t
3: [       OK ] cuda.reducers_bhalf_t (2 ms)
3: [ RUN      ] cuda.reducers_int8_t
3: [       OK ] cuda.reducers_int8_t (2 ms)
3: [ RUN      ] cuda.reducers_int16_t
3: [       OK ] cuda.reducers_int16_t (2 ms)
3: [ RUN      ] cuda.reducers_point_t
3: [       OK ] cuda.reducers_point_t (2 ms)
3: [ RUN      ] cuda.reducers_bool
3: [       OK ] cuda.reducers_bool (0 ms)
3: [ RUN      ] cuda.int64_t_reduce
3: [       OK ] cuda.int64_t_reduce (8 ms)
3: [ RUN      ] cuda.double_reduce
3: [       OK ] cuda.double_reduce (8 ms)
3: [ RUN      ] cuda.int64_t_reduce_dynamic
3: [       OK ] cuda.int64_t_reduce_dynamic (14 ms)
3: [ RUN      ] cuda.double_reduce_dynamic
3: [       OK ] cuda.double_reduce_dynamic (14 ms)
3: [ RUN      ] cuda.int64_t_reduce_dynamic_view
3: [       OK ] cuda.int64_t_reduce_dynamic_view (3 ms)
3: [ RUN      ] cuda.int_combined_reduce
3: [       OK ] cuda.int_combined_reduce (0 ms)
3: [ RUN      ] cuda.mdrange_combined_reduce
3: [       OK ] cuda.mdrange_combined_reduce (0 ms)
3: [ RUN      ] cuda.int_combined_reduce_mixed
3: [       OK ] cuda.int_combined_reduce_mixed (0 ms)
3: [ RUN      ] cuda.reduction_with_large_iteration_count
3: [       OK ] cuda.reduction_with_large_iteration_count (328 ms)
3: [ RUN      ] cuda.reduction_deduction
3: [       OK ] cuda.reduction_deduction (0 ms)
3: [ RUN      ] cuda.reduce_device_view_range_policy
3: [       OK ] cuda.reduce_device_view_range_policy (4 ms)
3: [ RUN      ] cuda.reduce_device_view_mdrange_policy
3: [       OK ] cuda.reduce_device_view_mdrange_policy (124 ms)
3: [ RUN      ] cuda.reduce_device_view_team_policy
3: [       OK ] cuda.reduce_device_view_team_policy (4 ms)
3: [ RUN      ] cuda.impl_shared_alloc
3: [       OK ] cuda.impl_shared_alloc (55 ms)
3: [ RUN      ] cuda.mdspan_space_aware_accessor
3: [       OK ] cuda.mdspan_space_aware_accessor (0 ms)
3: [ RUN      ] cuda.kokkos_swap
3: [       OK ] cuda.kokkos_swap (0 ms)
3: [ RUN      ] cuda.reduceRangePolicyViewSizeLimit
3: [       OK ] cuda.reduceRangePolicyViewSizeLimit (17 ms)
3: [ RUN      ] cuda.reduceMDRangePolicyViewSizeLimit
3: [       OK ] cuda.reduceMDRangePolicyViewSizeLimit (69 ms)
3: [----------] 197 tests from cuda (28200 ms total)
3: 
3: [----------] 12 tests from cuda_graph
3: [ RUN      ] cuda_graph.submit_once
3: [       OK ] cuda_graph.submit_once (0 ms)
3: [ RUN      ] cuda_graph.submit_once_rvalue
3: [       OK ] cuda_graph.submit_once_rvalue (0 ms)
3: [ RUN      ] cuda_graph.instantiate_and_submit_once
3: [       OK ] cuda_graph.instantiate_and_submit_once (0 ms)
3: [ RUN      ] cuda_graph.submit_onto_another_execution_space_instance
3: [       OK ] cuda_graph.submit_onto_another_execution_space_instance (0 ms)
3: [ RUN      ] cuda_graph.create_graph_no_closure_with_exec
3: [       OK ] cuda_graph.create_graph_no_closure_with_exec (0 ms)
3: [ RUN      ] cuda_graph.create_graph_no_arg
3: [       OK ] cuda_graph.create_graph_no_arg (0 ms)
3: [ RUN      ] cuda_graph.submit_six
3: [       OK ] cuda_graph.submit_six (0 ms)
3: [ RUN      ] cuda_graph.when_all_cycle
3: [       OK ] cuda_graph.when_all_cycle (0 ms)
3: [ RUN      ] cuda_graph.zero_work_reduce
3: [       OK ] cuda_graph.zero_work_reduce (0 ms)
3: [ RUN      ] cuda_graph.empty_graph
3: [       OK ] cuda_graph.empty_graph (0 ms)
3: [ RUN      ] cuda_graph.diamond
3: [       OK ] cuda_graph.diamond (0 ms)
3: [ RUN      ] cuda_graph.end_of_submit_control_flow
3: [       OK ] cuda_graph.end_of_submit_control_flow (0 ms)
3: [----------] 12 tests from cuda_graph (4 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 219 tests from 4 test suites ran. (32575 ms total)
3: [  PASSED  ] 218 tests.
3: [  SKIPPED ] 1 test, listed below:
3: [  SKIPPED ] cuda_graph_DeathTest.can_instantiate_only_once
3: 
3:   YOU HAVE 1 DISABLED TEST
3: 
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCopy_b.cpp.o
 3/59 Test  #3: Kokkos_CoreUnitTest_Cuda1 ............................   Passed   32.93 sec
test 4
      Start  4: Kokkos_CoreUnitTest_Cuda2

4: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Cuda2
4: Test timeout computed to be: 1500
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
4: [==========] Running 135 tests from 3 test suites.
4: [----------] Global test environment set-up.
4: [----------] 8 tests from cuda_DeathTest
4: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_dyn
4: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:102: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
4: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_stat
4: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:131: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_stat (0 ms)
4: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_mix
4: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:160: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_mix (0 ms)
4: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_static_extents
4: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:192: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_static_extents (0 ms)
4: [ RUN      ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 28%] 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_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_WithoutInitializing.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_RangePolicyConstructors.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 78%] Linking CXX executable Kokkos_UnitTest_Sort
[ 78%] Built target Kokkos_UnitTest_Sort
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Command_Line_Parsing.cpp
[ 53%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_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/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_CPUDiscovery.cpp
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_c.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_a.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostBarrier.cpp
4: [       OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (5063 ms)
4: [ RUN      ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 78%] 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/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Core.cpp
[ 81%] 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/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Stacktrace.cpp
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Profiling.cpp
[ 53%] Built target Kokkos_CoreUnitTest_Serial2
[ 53%] 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/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_Error.cpp
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
/var/jenkins/workspace/Kokkos_PR-5993/bin/nvcc_wrapper -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include -Wall -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wignored-qualifiers -Wempty-body -Wclobbered -Wuninitialized -std=c++17 -Xcudafe --diag_suppress=esa_on_defaulted_function_ignored -extended-lambda -arch=sm_70 -I./ -I/var/jenkins/workspace/Kokkos_PR-5993/core/src -I/var/jenkins/workspace/Kokkos_PR-5993/containers/src -I/var/jenkins/workspace/Kokkos_PR-5993/algorithms/src -I/var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/include -I/var/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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_HostSpace.cpp
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test17_CompleteAtomic_CUDA.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_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/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/impl/Kokkos_MemoryPool.cpp
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/containers/src/impl/Kokkos_UnorderedMap_impl.cpp
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 46%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 46%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c04.cpp.o
4: [       OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (4982 ms)
4: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_host
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -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/algorithms/unit_tests -I/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/category_files -Werror -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_CudaSpace.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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Cuda/Kokkos_Cuda_Task.cpp
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.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_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/tpls/desul/src/Lock_Array_CUDA.cpp
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial.cpp
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.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 -Werror all-warnings -Xcudafe --diag_suppress=20208 -c /var/jenkins/workspace/Kokkos_PR-5993/core/src/Serial/Kokkos_Serial_Task.cpp
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 46%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCopy_c.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_b.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_b.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.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 -Werror all-warnings -Xcudafe --diag_suppress=20208  -c TestSerial.cpp
[ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_RangePolicyRequire.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c05.cpp.o
[ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 41%] Linking CXX executable Kokkos_IncrementalTest_CUDA
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 41%] Built target Kokkos_IncrementalTest_CUDA
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o
Scanning dependencies of target Kokkos_CoreTestCompileOnly
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCompileMain.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_a.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_d.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestArray.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestCreateMirror.cpp.o
ar cr libkokkos.a Kokkos_HostSpace_deepcopy.o Kokkos_Error.o Kokkos_Profiling.o Kokkos_MemoryPool.o Kokkos_hwloc.o Kokkos_HostSpace.o Kokkos_HostThreadTeam.o Kokkos_Stacktrace.o Kokkos_ExecPolicy.o Kokkos_HostBarrier.o Kokkos_SharedAlloc.o Kokkos_Command_Line_Parsing.o Kokkos_Core.o Kokkos_Abort.o Kokkos_CPUDiscovery.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
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 46%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
4: [       OK ] cuda_DeathTest.view_memory_access_violations_from_host (12792 ms)
4: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_device
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestDetectionIdiom.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c06.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o
[ 23%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_TeamVectorRange.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestBitManipulation.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 46%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c03.cpp.o
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 46%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 46%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c07.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestInterOp.cpp.o
[ 46%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c08.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamCombinedReducers.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c09.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 46%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 46%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ExecSpacePartitioning.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_c.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestRangePolicyCTAD.cpp.o
[ 46%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
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
[ 46%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 46%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c13.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_BlockSizeDeduction.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
4: [       OK ] cuda_DeathTest.view_memory_access_violations_from_device (13218 ms)
4: [----------] 8 tests from cuda_DeathTest (36056 ms total)
4: 
4: [----------] 99 tests from cuda
4: [ RUN      ] cuda.team_for
4: [       OK ] cuda.team_for (4 ms)
4: [ RUN      ] cuda.team_reduce
4: [       OK ] cuda.team_reduce (0 ms)
4: [ RUN      ] cuda.team_reduce_large
4: [       OK ] cuda.team_reduce_large (56 ms)
4: [ RUN      ] cuda.team_parallel_single
4: [       OK ] cuda.team_parallel_single (7 ms)
4: [ RUN      ] cuda.large_team_scratch_size
4: [       OK ] cuda.large_team_scratch_size (0 ms)
4: [ RUN      ] cuda.team_broadcast_long
4: [       OK ] cuda.team_broadcast_long (0 ms)
4: [ RUN      ] cuda.team_broadcast_long_wrapper
4: [       OK ] cuda.team_broadcast_long_wrapper (0 ms)
4: [ RUN      ] cuda.team_broadcast_char
4: [       OK ] cuda.team_broadcast_char (0 ms)
4: [ RUN      ] cuda.team_broadcast_float
4: [       OK ] cuda.team_broadcast_float (0 ms)
4: [ RUN      ] cuda.team_broadcast_double
4: [       OK ] cuda.team_broadcast_double (0 ms)
4: [ RUN      ] cuda.team_handle_by_value
4: [       OK ] cuda.team_handle_by_value (0 ms)
4: [ RUN      ] cuda.team_vector
4: [       OK ] cuda.team_vector (8 ms)
4: [ RUN      ] cuda.triple_nested_parallelism
4: [       OK ] cuda.triple_nested_parallelism (6 ms)
4: [ RUN      ] cuda.parallel_scan_with_reducers
4: [       OK ] cuda.parallel_scan_with_reducers (82 ms)
4: [ RUN      ] cuda.team_thread_range_combined_reducers
4: [       OK ] cuda.team_thread_range_combined_reducers (0 ms)
4: [ RUN      ] cuda.thread_vector_range_combined_reducers
4: [       OK ] cuda.thread_vector_range_combined_reducers (0 ms)
4: [ RUN      ] cuda.team_vector_range_combined_reducers
4: [       OK ] cuda.team_vector_range_combined_reducers (0 ms)
4: [ RUN      ] cuda.TeamThreadMDRangeParallelFor
4: [       OK ] cuda.TeamThreadMDRangeParallelFor (22 ms)
4: [ RUN      ] cuda.ThreadVectorMDRangeParallelFor
4: [       OK ] cuda.ThreadVectorMDRangeParallelFor (10 ms)
4: [ RUN      ] cuda.TeamVectorMDRangeParallelFor
4: [       OK ] cuda.TeamVectorMDRangeParallelFor (10 ms)
4: [ RUN      ] cuda.TeamThreadMDRangeParallelReduce
4: [       OK ] cuda.TeamThreadMDRangeParallelReduce (16 ms)
4: [ RUN      ] cuda.ThreadVectorMDRangeParallelReduce
4: [       OK ] cuda.ThreadVectorMDRangeParallelReduce (6 ms)
4: [ RUN      ] cuda.TeamVectorMDRangeParallelReduce
4: [       OK ] cuda.TeamVectorMDRangeParallelReduce (6 ms)
4: [ RUN      ] cuda.team_policy_runtime_parameters
4: [       OK ] cuda.team_policy_runtime_parameters (0 ms)
4: [ RUN      ] cuda.team_reduction_scan
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o
4: [       OK ] cuda.team_reduction_scan (2062 ms)
4: [ RUN      ] cuda.team_long_reduce
4: [       OK ] cuda.team_long_reduce (31 ms)
4: [ RUN      ] cuda.team_double_reduce
4: [       OK ] cuda.team_double_reduce (31 ms)
4: [ RUN      ] cuda.team_long_array_reduce
4: [       OK ] cuda.team_long_array_reduce (13 ms)
4: [ RUN      ] cuda.team_double_array_reduce
4: [       OK ] cuda.team_double_array_reduce (13 ms)
4: [ RUN      ] cuda.team_parallel_dummy_with_reducer_and_scratch_space
4: [       OK ] cuda.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
4: [ RUN      ] cuda.repeated_team_reduce
4: [       OK ] cuda.repeated_team_reduce (10 ms)
4: [ RUN      ] cuda.team_scan
4: [       OK ] cuda.team_scan (204 ms)
4: [ RUN      ] cuda.team_scan_ret_val
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
4: [       OK ] cuda.team_scan_ret_val (198 ms)
4: [ RUN      ] cuda.team_shared_request
4: [       OK ] cuda.team_shared_request (0 ms)
4: [ RUN      ] cuda.team_scratch_request
4: [       OK ] cuda.team_scratch_request (0 ms)
4: [ RUN      ] cuda.team_lambda_shared_request
4: [       OK ] cuda.team_lambda_shared_request (0 ms)
4: [ RUN      ] cuda.scratch_align
4: [       OK ] cuda.scratch_align (0 ms)
4: [ RUN      ] cuda.shmem_size
4: [       OK ] cuda.shmem_size (0 ms)
4: [ RUN      ] cuda.multi_level_scratch
4: [       OK ] cuda.multi_level_scratch (3 ms)
4: [ RUN      ] cuda.team_scratch_memory_index_parallel_for
4: [       OK ] cuda.team_scratch_memory_index_parallel_for (0 ms)
4: [ RUN      ] cuda.team_policy_max_recommended
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 46%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
4: [       OK ] cuda.team_policy_max_recommended (421 ms)
4: [ RUN      ] cuda.team_policy_minmax_scalar_without_plus_equal_k
4: [       OK ] cuda.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
4: [ RUN      ] cuda.team_teamvector_range
4: [       OK ] cuda.team_teamvector_range (1 ms)
4: [ RUN      ] cuda.unique_token_global
4: [       OK ] cuda.unique_token_global (2 ms)
4: [ RUN      ] cuda.unique_token_instance
4: [       OK ] cuda.unique_token_instance (1 ms)
4: [ RUN      ] cuda.unique_token_team_acquire
4: [       OK ] cuda.unique_token_team_acquire (11 ms)
4: [ RUN      ] cuda.view_api_a
4: [       OK ] cuda.view_api_a (7 ms)
4: [ RUN      ] cuda.view_layout_left_with_stride
4: [       OK ] cuda.view_layout_left_with_stride (0 ms)
4: [ RUN      ] cuda.view_layout_right_with_stride
4: [       OK ] cuda.view_layout_right_with_stride (0 ms)
4: [ RUN      ] cuda.view_api_b
4: [       OK ] cuda.view_api_b (4 ms)
4: [ RUN      ] cuda.view_api_c
4: [       OK ] cuda.view_api_c (0 ms)
4: [ RUN      ] cuda.view_api_d
4: [       OK ] cuda.view_api_d (1 ms)
4: [ RUN      ] cuda.view_remap
4: [       OK ] cuda.view_remap (0 ms)
4: [ RUN      ] cuda.view_mirror_nonconst
4: [       OK ] cuda.view_mirror_nonconst (0 ms)
4: [ RUN      ] cuda.view_stride_method
4: [       OK ] cuda.view_stride_method (0 ms)
4: [ RUN      ] cuda.anonymous_space
4: [       OK ] cuda.anonymous_space (0 ms)
4: [ RUN      ] cuda.view_overload_resolution
4: [       OK ] cuda.view_overload_resolution (0 ms)
4: [ RUN      ] cuda.view_allocation_large_rank
4: [       OK ] cuda.view_allocation_large_rank (5 ms)
4: [ RUN      ] cuda.view_shmem_size_on_device
4: [       OK ] cuda.view_shmem_size_on_device (0 ms)
4: [ RUN      ] cuda.view_is_assignable
4: [       OK ] cuda.view_is_assignable (0 ms)
4: [ RUN      ] cuda.view_bad_alloc
4: [       OK ] cuda.view_bad_alloc (0 ms)
4: [ RUN      ] cuda.view_copy_tests
4: [       OK ] cuda.view_copy_tests (6 ms)
4: [ RUN      ] cuda.view_copy_tests_rank_0
4: [       OK ] cuda.view_copy_tests_rank_0 (0 ms)
4: [ RUN      ] cuda.view_copy_degenerated
4: [       OK ] cuda.view_copy_degenerated (0 ms)
4: [ RUN      ] cuda.view_fill_tests_layout_right
4: [       OK ] cuda.view_fill_tests_layout_right (97 ms)
4: [ RUN      ] cuda.view_fill_tests_layout_left
4: [       OK ] cuda.view_fill_tests_layout_left (49 ms)
4: [ RUN      ] cuda.view_empty_runtime_unmanaged
4: [       OK ] cuda.view_empty_runtime_unmanaged (0 ms)
4: [ RUN      ] cuda.view_hooks
4: [       OK ] cuda.view_hooks (0 ms)
4: [ RUN      ] cuda.view_layoutstride_left_to_layoutleft_assignment
4: [       OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (77 ms)
4: [ RUN      ] cuda.view_layoutstride_right_to_layoutright_assignment
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
4: [       OK ] cuda.view_layoutstride_right_to_layoutright_assignment (73 ms)
4: [ RUN      ] cuda.view_irregular_layout
4: [       OK ] cuda.view_irregular_layout (0 ms)
4: [ RUN      ] cuda.view_mapping
4: [       OK ] cuda.view_mapping (28 ms)
4: [ RUN      ] cuda.view_mapping_operator
4: [       OK ] cuda.view_mapping_operator (7 ms)
4: [ RUN      ] cuda.static_extent
4: [       OK ] cuda.static_extent (0 ms)
4: [ RUN      ] cuda.view_mapping_atomic
4: [       OK ] cuda.view_mapping_atomic (0 ms)
4: [ RUN      ] cuda.view_mapping_class_value
4: [       OK ] cuda.view_mapping_class_value (0 ms)
4: [ RUN      ] cuda.view_mapping_assignable
4: [       OK ] cuda.view_mapping_assignable (0 ms)
4: [ RUN      ] cuda.view_mapping_trivially_copyable
4: [       OK ] cuda.view_mapping_trivially_copyable (0 ms)
4: [ RUN      ] cuda.view_mapping_subview
4: [       OK ] cuda.view_mapping_subview (0 ms)
4: [ RUN      ] cuda.view_nested_view
4: [       OK ] cuda.view_nested_view (0 ms)
4: [ RUN      ] cuda.view_of_views_default
4: [       OK ] cuda.view_of_views_default (0 ms)
4: [ RUN      ] cuda.view_of_views_without_initializing
4: [       OK ] cuda.view_of_views_without_initializing (0 ms)
4: [ RUN      ] cuda.test_view_of_views_sequential_host_init
4: [       OK ] cuda.test_view_of_views_sequential_host_init (0 ms)
4: [ RUN      ] cuda.append_formatted_multidimensional_index
4: [       OK ] cuda.append_formatted_multidimensional_index (0 ms)
4: [ RUN      ] cuda.view_resize
4: [       OK ] cuda.view_resize (16 ms)
4: [ RUN      ] cuda.view_realloc
4: [       OK ] cuda.view_realloc (0 ms)
4: [ RUN      ] cuda.workgraph_fib
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewAPI_e.cpp.o
[ 46%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
4: [       OK ] cuda.workgraph_fib (825 ms)
4: [ RUN      ] cuda.resize_realloc_no_init
4: [       OK ] cuda.resize_realloc_no_init (0 ms)
4: [ RUN      ] cuda.resize_realloc_no_alloc
4: [       OK ] cuda.resize_realloc_no_alloc (0 ms)
4: [ RUN      ] cuda.realloc_exec_space
4: [       OK ] cuda.realloc_exec_space (0 ms)
4: [ RUN      ] cuda.view_alloc
4: [       OK ] cuda.view_alloc (0 ms)
4: [ RUN      ] cuda.view_alloc_exec_space
4: [       OK ] cuda.view_alloc_exec_space (0 ms)
4: [ RUN      ] cuda.view_alloc_int
4: [       OK ] cuda.view_alloc_int (0 ms)
4: [ RUN      ] cuda.view_alloc_exec_space_int
4: [       OK ] cuda.view_alloc_exec_space_int (0 ms)
4: [ RUN      ] cuda.deep_copy_zero_memset
4: [       OK ] cuda.deep_copy_zero_memset (0 ms)
4: [ RUN      ] cuda.resize_exec_space
4: [       OK ] cuda.resize_exec_space (0 ms)
4: [ RUN      ] cuda.view_allocation_int
4: [       OK ] cuda.view_allocation_int (0 ms)
4: [ RUN      ] cuda.view_allocation_exec_space_int
4: [       OK ] cuda.view_allocation_exec_space_int (0 ms)
4: [ RUN      ] cuda.view_not_default_constructible
4: [       OK ] cuda.view_not_default_constructible (0 ms)
4: [----------] 99 tests from cuda (4463 ms total)
4: 
4: [----------] 28 tests from cuda_uvm
4: [ RUN      ] cuda_uvm.view_subview_auto_1d_left
4: [       OK ] cuda_uvm.view_subview_auto_1d_left (5 ms)
4: [ RUN      ] cuda_uvm.view_subview_auto_1d_right
4: [       OK ] cuda_uvm.view_subview_auto_1d_right (5 ms)
4: [ RUN      ] cuda_uvm.view_subview_auto_1d_stride
4: [       OK ] cuda_uvm.view_subview_auto_1d_stride (4 ms)
4: [ RUN      ] cuda_uvm.view_subview_assign_strided
4: [       OK ] cuda_uvm.view_subview_assign_strided (4 ms)
4: [ RUN      ] cuda_uvm.view_subview_left_0
4: [       OK ] cuda_uvm.view_subview_left_0 (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_left_1
4: [       OK ] cuda_uvm.view_subview_left_1 (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_left_2
4: [       OK ] cuda_uvm.view_subview_left_2 (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_left_3
4: [       OK ] cuda_uvm.view_subview_left_3 (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_right_0
4: [       OK ] cuda_uvm.view_subview_right_0 (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_right_1
4: [       OK ] cuda_uvm.view_subview_right_1 (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_right_3
4: [       OK ] cuda_uvm.view_subview_right_3 (0 ms)
4: [ RUN      ] cuda_uvm.view_static_tests
4: [       OK ] cuda_uvm.view_static_tests (1 ms)
4: [ RUN      ] cuda_uvm.view_subview_layoutleft_to_layoutleft
4: [       OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (3 ms)
4: [ RUN      ] cuda_uvm.view_subview_layoutright_to_layoutright
4: [       OK ] cuda_uvm.view_subview_layoutright_to_layoutright (2 ms)
4: [ RUN      ] cuda_uvm.view_subview_1d_assign
4: [       OK ] cuda_uvm.view_subview_1d_assign (3 ms)
4: [ RUN      ] cuda_uvm.view_subview_1d_assign_atomic
4: [       OK ] cuda_uvm.view_subview_1d_assign_atomic (3 ms)
4: [ RUN      ] cuda_uvm.view_subview_1d_assign_randomaccess
4: [       OK ] cuda_uvm.view_subview_1d_assign_randomaccess (4 ms)
4: [ RUN      ] cuda_uvm.view_subview_2d_from_3d
4: [       OK ] cuda_uvm.view_subview_2d_from_3d (49 ms)
4: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_atomic
4: [       OK ] cuda_uvm.view_subview_2d_from_3d_atomic (50 ms)
4: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_randomaccess
4: [       OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (48 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_left (67 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_atomic
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (66 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (66 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_right (67 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_atomic
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (69 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (67 ms)
4: [ RUN      ] cuda_uvm.view_test_unmanaged_subview_reset
4: [       OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_memory_traits_construction
4: [       OK ] cuda_uvm.view_subview_memory_traits_construction (0 ms)
4: [----------] 28 tests from cuda_uvm (598 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 135 tests from 3 test suites ran. (41119 ms total)
4: [  PASSED  ] 131 tests.
4: [  SKIPPED ] 4 tests, listed below:
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_dyn
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_stat
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_mix
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_static_extents
 4/59 Test  #4: Kokkos_CoreUnitTest_Cuda2 ............................   Passed   41.49 sec
test 5
      Start  5: Kokkos_CoreUnitTest_Cuda3

5: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Cuda3
5: Test timeout computed to be: 1500
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
5: [==========] Running 62 tests from 3 test suites.
5: [----------] Global test environment set-up.
5: [----------] 6 tests from cuda
5: [ RUN      ] cuda.team_scratch_1_streams
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
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
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestStringManipulation.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_ReducerCTADs.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamMDRange.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_b.cpp.o
[ 47%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 47%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 47%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 79%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 79%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamPolicyConstructors.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestVersionMacros.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamReductionScan.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o
[ 47%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_c.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ExecSpaceThreadSafety.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o
[ 47%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScan.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_d.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratch.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewRank.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Printf.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
[ 80%] 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_OpenACC.dir/openacc/TestOpenACC_QuadPrecisionMath.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2D.dir/sycl/TestSYCL_SubView_c14.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_a.cpp.o
[ 47%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.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
5: [       OK ] cuda.team_scratch_1_streams (14234 ms)
5: [ RUN      ] cuda.space_access
5: [       OK ] cuda.space_access (0 ms)
5: [ RUN      ] cuda.uvm
5: [       OK ] cuda.uvm (0 ms)
5: [ RUN      ] cuda.impl_view_accessible
5: [       OK ] cuda.impl_view_accessible (1 ms)
5: [ RUN      ] cuda.impl_view_texture
5: [       OK ] cuda.impl_view_texture (0 ms)
5: [ RUN      ] cuda.view_subview_const_randomaccess
5: [       OK ] cuda.view_subview_const_randomaccess (0 ms)
5: [----------] 6 tests from cuda (14237 ms total)
5: 
5: [----------] 28 tests from cuda_hostpinned
5: [ RUN      ] cuda_hostpinned.impl_shared_alloc
5: [       OK ] cuda_hostpinned.impl_shared_alloc (27 ms)
5: [ RUN      ] cuda_hostpinned.view_api_a
5: [       OK ] cuda_hostpinned.view_api_a (6 ms)
5: [ RUN      ] cuda_hostpinned.view_layout_left_with_stride
5: [       OK ] cuda_hostpinned.view_layout_left_with_stride (0 ms)
5: [ RUN      ] cuda_hostpinned.view_layout_right_with_stride
5: [       OK ] cuda_hostpinned.view_layout_right_with_stride (0 ms)
5: [ RUN      ] cuda_hostpinned.view_api_b
5: [       OK ] cuda_hostpinned.view_api_b (5 ms)
5: [ RUN      ] cuda_hostpinned.view_api_c
5: [       OK ] cuda_hostpinned.view_api_c (0 ms)
5: [ RUN      ] cuda_hostpinned.view_api_d
5: [       OK ] cuda_hostpinned.view_api_d (1 ms)
5: [ RUN      ] cuda_hostpinned.view_remap
5: [       OK ] cuda_hostpinned.view_remap (0 ms)
5: [ RUN      ] cuda_hostpinned.view_mirror_nonconst
5: [       OK ] cuda_hostpinned.view_mirror_nonconst (0 ms)
5: [ RUN      ] cuda_hostpinned.view_stride_method
5: [       OK ] cuda_hostpinned.view_stride_method (0 ms)
5: [ RUN      ] cuda_hostpinned.anonymous_space
5: [       OK ] cuda_hostpinned.anonymous_space (0 ms)
5: [ RUN      ] cuda_hostpinned.view_overload_resolution
5: [       OK ] cuda_hostpinned.view_overload_resolution (0 ms)
5: [ RUN      ] cuda_hostpinned.view_allocation_large_rank
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestViewTypeTraits.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c10.cpp.o
5: [       OK ] cuda_hostpinned.view_allocation_large_rank (3622 ms)
5: [ RUN      ] cuda_hostpinned.view_shmem_size_on_device
5: [       OK ] cuda_hostpinned.view_shmem_size_on_device (0 ms)
5: [ RUN      ] cuda_hostpinned.view_is_assignable
5: [       OK ] cuda_hostpinned.view_is_assignable (0 ms)
5: [ RUN      ] cuda_hostpinned.view_copy_tests
5: [       OK ] cuda_hostpinned.view_copy_tests (7 ms)
5: [ RUN      ] cuda_hostpinned.view_copy_tests_rank_0
5: [       OK ] cuda_hostpinned.view_copy_tests_rank_0 (0 ms)
5: [ RUN      ] cuda_hostpinned.view_copy_degenerated
5: [       OK ] cuda_hostpinned.view_copy_degenerated (0 ms)
5: [ RUN      ] cuda_hostpinned.view_fill_tests_layout_right
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[ 80%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 80%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamTeamSize.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c01.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CheckedIntegerOps.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

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

Warning #20208-D: 'long double' is treated as 'double' in device code

[ 29%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2C
5: [       OK ] cuda_hostpinned.view_fill_tests_layout_right (4508 ms)
5: [ RUN      ] cuda_hostpinned.view_fill_tests_layout_left
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[ 47%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTypeList.cpp.o
[ 47%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 47%] 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_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_ExecutionSpace.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamVectorRange.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_UniqueToken.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewCopy_a.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
Scanning dependencies of target Kokkos_UnitTest_SIMD
[ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestMDRangePolicyCTAD.cpp.o
[ 29%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2D
5: [       OK ] cuda_hostpinned.view_fill_tests_layout_left (4506 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping
5: [       OK ] cuda_hostpinned.view_mapping (28 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping_operator
5: [       OK ] cuda_hostpinned.view_mapping_operator (4 ms)
5: [ RUN      ] cuda_hostpinned.static_extent
5: [       OK ] cuda_hostpinned.static_extent (0 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping_atomic
5: [       OK ] cuda_hostpinned.view_mapping_atomic (0 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping_class_value
5: [       OK ] cuda_hostpinned.view_mapping_class_value (0 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping_assignable
5: [       OK ] cuda_hostpinned.view_mapping_assignable (0 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping_trivially_copyable
5: [       OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping_subview
5: [       OK ] cuda_hostpinned.view_mapping_subview (0 ms)
5: [----------] 28 tests from cuda_hostpinned (12721 ms total)
5: 
5: [----------] 28 tests from cuda_uvm
5: [ RUN      ] cuda_uvm.impl_shared_alloc
5: [       OK ] cuda_uvm.impl_shared_alloc (44 ms)
5: [ RUN      ] cuda_uvm.view_api_a
5: [       OK ] cuda_uvm.view_api_a (12 ms)
5: [ RUN      ] cuda_uvm.view_layout_left_with_stride
5: [       OK ] cuda_uvm.view_layout_left_with_stride (0 ms)
5: [ RUN      ] cuda_uvm.view_layout_right_with_stride
5: [       OK ] cuda_uvm.view_layout_right_with_stride (0 ms)
5: [ RUN      ] cuda_uvm.view_api_b
5: [       OK ] cuda_uvm.view_api_b (15 ms)
5: [ RUN      ] cuda_uvm.view_api_c
5: [       OK ] cuda_uvm.view_api_c (0 ms)
5: [ RUN      ] cuda_uvm.view_api_d
5: [       OK ] cuda_uvm.view_api_d (4 ms)
5: [ RUN      ] cuda_uvm.view_remap
5: [       OK ] cuda_uvm.view_remap (1 ms)
5: [ RUN      ] cuda_uvm.view_mirror_nonconst
5: [       OK ] cuda_uvm.view_mirror_nonconst (0 ms)
5: [ RUN      ] cuda_uvm.view_stride_method
5: [       OK ] cuda_uvm.view_stride_method (0 ms)
5: [ RUN      ] cuda_uvm.anonymous_space
5: [       OK ] cuda_uvm.anonymous_space (0 ms)
5: [ RUN      ] cuda_uvm.view_overload_resolution
5: [       OK ] cuda_uvm.view_overload_resolution (0 ms)
5: [ RUN      ] cuda_uvm.view_allocation_large_rank
5: [       OK ] cuda_uvm.view_allocation_large_rank (284 ms)
5: [ RUN      ] cuda_uvm.view_shmem_size_on_device
5: [       OK ] cuda_uvm.view_shmem_size_on_device (3 ms)
5: [ RUN      ] cuda_uvm.view_is_assignable
5: [       OK ] cuda_uvm.view_is_assignable (25 ms)
5: [ RUN      ] cuda_uvm.view_copy_tests
5: [       OK ] cuda_uvm.view_copy_tests (32 ms)
5: [ RUN      ] cuda_uvm.view_copy_tests_rank_0
5: [       OK ] cuda_uvm.view_copy_tests_rank_0 (10 ms)
5: [ RUN      ] cuda_uvm.view_copy_degenerated
5: [       OK ] cuda_uvm.view_copy_degenerated (0 ms)
5: [ RUN      ] cuda_uvm.view_fill_tests_layout_right
5: [       OK ] cuda_uvm.view_fill_tests_layout_right (138 ms)
5: [ RUN      ] cuda_uvm.view_fill_tests_layout_left
5: [       OK ] cuda_uvm.view_fill_tests_layout_left (104 ms)
5: [ RUN      ] cuda_uvm.view_mapping
5: [       OK ] cuda_uvm.view_mapping (28 ms)
5: [ RUN      ] cuda_uvm.view_mapping_operator
5: [       OK ] cuda_uvm.view_mapping_operator (7 ms)
5: [ RUN      ] cuda_uvm.static_extent
5: [       OK ] cuda_uvm.static_extent (0 ms)
5: [ RUN      ] cuda_uvm.view_mapping_atomic
5: [       OK ] cuda_uvm.view_mapping_atomic (0 ms)
5: [ RUN      ] cuda_uvm.view_mapping_class_value
5: [       OK ] cuda_uvm.view_mapping_class_value (0 ms)
5: [ RUN      ] cuda_uvm.view_mapping_assignable
5: [       OK ] cuda_uvm.view_mapping_assignable (0 ms)
5: [ RUN      ] cuda_uvm.view_mapping_trivially_copyable
5: [       OK ] cuda_uvm.view_mapping_trivially_copyable (0 ms)
5: [ RUN      ] cuda_uvm.view_mapping_subview
5: [       OK ] cuda_uvm.view_mapping_subview (0 ms)
5: [----------] 28 tests from cuda_uvm (717 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 62 tests from 3 test suites ran. (27675 ms total)
5: [  PASSED  ] 62 tests.
 5/59 Test  #5: Kokkos_CoreUnitTest_Cuda3 ............................   Passed   27.90 sec
test 6
      Start  6: Kokkos_CoreUnitTest_CudaTimingBased

6: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CudaTimingBased
6: Test timeout computed to be: 1500
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_e.cpp.o
6: [==========] Running 2 tests from 1 test suite.
6: [----------] Global test environment set-up.
6: [----------] 2 tests from cuda
6: [ RUN      ] cuda.debug_serial_execution
6: [       OK ] cuda.debug_serial_execution (15 ms)
6: [ RUN      ] cuda.debug_pin_um_to_host
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o
6: [       OK ] cuda.debug_pin_um_to_host (689 ms)
6: [----------] 2 tests from cuda (704 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 2 tests from 1 test suite ran. (704 ms total)
6: [  PASSED  ] 2 tests.
 6/59 Test  #6: Kokkos_CoreUnitTest_CudaTimingBased ..................   Passed    0.87 sec
test 7
      Start  7: Kokkos_CoreUnitTest_CudaInterOpInit

7: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpInit
7: Test timeout computed to be: 1500
7: [==========] Running 1 test from 1 test suite.
7: [----------] Global test environment set-up.
7: [----------] 1 test from cuda
7: [ RUN      ] cuda.raw_cuda_interop
7: [       OK ] cuda.raw_cuda_interop (107 ms)
7: [----------] 1 test from cuda (107 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 1 test from 1 test suite ran. (107 ms total)
7: [  PASSED  ] 1 test.
 7/59 Test  #7: Kokkos_CoreUnitTest_CudaInterOpInit ..................   Passed    0.16 sec
test 8
      Start  8: Kokkos_CoreUnitTest_CudaInterOpStreams

8: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreams
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_streams
8: [       OK ] cuda.raw_cuda_streams (109 ms)
8: [----------] 1 test from cuda (109 ms total)
8: 
8: [----------] Global test environment tear-down
8: [==========] 1 test from 1 test suite ran. (110 ms total)
8: [  PASSED  ] 1 test.
 8/59 Test  #8: Kokkos_CoreUnitTest_CudaInterOpStreams ...............   Passed    0.16 sec
test 9
      Start  9: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU

9: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
9: Test timeout computed to be: 1500
9: [==========] Running 3 tests from 1 test suite.
9: [----------] Global test environment set-up.
9: [----------] 3 tests from cuda_multi_gpu
9: [ RUN      ] cuda_multi_gpu.managed_views
9: [       OK ] cuda_multi_gpu.managed_views (0 ms)
9: [ RUN      ] cuda_multi_gpu.unmanaged_views
9: [       OK ] cuda_multi_gpu.unmanaged_views (0 ms)
9: [ RUN      ] cuda_multi_gpu.scratch_space
9: [       OK ] cuda_multi_gpu.scratch_space (1 ms)
9: [----------] 3 tests from cuda_multi_gpu (3 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 3 tests from 1 test suite ran. (3 ms total)
9: [  PASSED  ] 3 tests.
 9/59 Test  #9: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU .......   Passed    0.16 sec
test 10
      Start 10: Kokkos_CoreUnitTest_Default

10: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Default
10: Test timeout computed to be: 1500
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UniqueToken.cpp.o
[ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
10: [==========] Running 71 tests from 41 test suites.
10: [----------] Global test environment set-up.
10: [----------] 31 tests from defaultdevicetype
10: [ RUN      ] defaultdevicetype.initialization_settings
10: [       OK ] defaultdevicetype.initialization_settings (0 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_num_threads
10: [       OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_device_id
10: [       OK ] defaultdevicetype.cmd_line_args_device_id (0 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_disable_warning
10: [       OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_tune_internals
10: [       OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_help
10: [       OK ] defaultdevicetype.cmd_line_args_help (9 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_tools_arguments
10: [       OK ] defaultdevicetype.cmd_line_args_tools_arguments (2 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_unrecognized_flag
10: [       OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (8 ms)
10: [ RUN      ] defaultdevicetype.env_vars_num_threads
10: [       OK ] defaultdevicetype.env_vars_num_threads (0 ms)
10: [ RUN      ] defaultdevicetype.env_vars_device_id
10: [       OK ] defaultdevicetype.env_vars_device_id (0 ms)
10: [ RUN      ] defaultdevicetype.env_vars_disable_warnings
10: [       OK ] defaultdevicetype.env_vars_disable_warnings (0 ms)
10: [ RUN      ] defaultdevicetype.env_vars_tune_internals
10: [       OK ] defaultdevicetype.env_vars_tune_internals (0 ms)
10: [ RUN      ] defaultdevicetype.visible_devices
10: [       OK ] defaultdevicetype.visible_devices (0 ms)
10: [ RUN      ] defaultdevicetype.shared_space
10: [       OK ] defaultdevicetype.shared_space (61 ms)
10: [ RUN      ] defaultdevicetype.shared_host_pinned_space
10: [       OK ] defaultdevicetype.shared_host_pinned_space (0 ms)
10: [ RUN      ] defaultdevicetype.compiler_macros
10: [       OK ] defaultdevicetype.compiler_macros (0 ms)
10: [ RUN      ] defaultdevicetype.half_conversion
10: [       OK ] defaultdevicetype.half_conversion (0 ms)
10: [ RUN      ] defaultdevicetype.bhalf_conversion
10: [       OK ] defaultdevicetype.bhalf_conversion (0 ms)
10: [ RUN      ] defaultdevicetype.half_operators
10: [       OK ] defaultdevicetype.half_operators (0 ms)
10: [ RUN      ] defaultdevicetype.bhalf_operators
10: [       OK ] defaultdevicetype.bhalf_operators (0 ms)
10: [ RUN      ] defaultdevicetype.host_space_access
10: [       OK ] defaultdevicetype.host_space_access (0 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_a1
10: [       OK ] defaultdevicetype.reduce_instantiation_a1 (3 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_b1
10: [       OK ] defaultdevicetype.reduce_instantiation_b1 (8 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_c1
10: [       OK ] defaultdevicetype.reduce_instantiation_c1 (3 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_a2
10: [       OK ] defaultdevicetype.reduce_instantiation_a2 (4 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_b2
10: [       OK ] defaultdevicetype.reduce_instantiation_b2 (11 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_c2
10: [       OK ] defaultdevicetype.reduce_instantiation_c2 (4 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_a3
10: [       OK ] defaultdevicetype.reduce_instantiation_a3 (6 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_b3
10: [       OK ] defaultdevicetype.reduce_instantiation_b3 (16 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
10: [       OK ] defaultdevicetype.reduce_instantiation_c3 (6 ms)
10: [ RUN      ] defaultdevicetype.malloc
10: [       OK ] defaultdevicetype.malloc (0 ms)
10: [----------] 31 tests from defaultdevicetype (150 ms total)
10: 
10: [----------] 1 test from kokkosresize
10: [ RUN      ] kokkosresize.host_space_access
10: [       OK ] kokkosresize.host_space_access (15 ms)
10: [----------] 1 test from kokkosresize (15 ms total)
10: 
10: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple<int, Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
10: [ RUN      ] TestViewAPI/0.sizes
10: [       OK ] TestViewAPI/0.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/0 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/1, where TypeParam = std::tuple<int [5], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
10: [ RUN      ] TestViewAPI/1.sizes
10: [       OK ] TestViewAPI/1.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/1 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/2, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
10: [ RUN      ] TestViewAPI/2.sizes
10: [       OK ] TestViewAPI/2.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/2 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/3.sizes
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
10: [       OK ] TestViewAPI/3.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/3 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/4.sizes
10: [       OK ] TestViewAPI/4.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/4 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/5.sizes
10: [       OK ] TestViewAPI/5.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/5 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/6.sizes
10: [       OK ] TestViewAPI/6.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/6 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/7.sizes
10: [       OK ] TestViewAPI/7.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/7 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/8.sizes
10: [       OK ] TestViewAPI/8.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/8 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/9.sizes
10: [       OK ] TestViewAPI/9.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/9 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/10, where TypeParam = std::tuple<int, Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
10: [ RUN      ] TestViewAPI/10.sizes
10: [       OK ] TestViewAPI/10.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/10 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/11, where TypeParam = std::tuple<int [5], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
10: [ RUN      ] TestViewAPI/11.sizes
10: [       OK ] TestViewAPI/11.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/11 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/12, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
10: [ RUN      ] TestViewAPI/12.sizes
10: [       OK ] TestViewAPI/12.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/12 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/13.sizes
10: [       OK ] TestViewAPI/13.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/13 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/14.sizes
10: [       OK ] TestViewAPI/14.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/14 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/15.sizes
10: [       OK ] TestViewAPI/15.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/15 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/16.sizes
10: [       OK ] TestViewAPI/16.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/16 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/17.sizes
10: [       OK ] TestViewAPI/17.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/17 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/18.sizes
10: [       OK ] TestViewAPI/18.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/18 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/19.sizes
10: [       OK ] TestViewAPI/19.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/19 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/20, where TypeParam = std::tuple<int, Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
10: [ RUN      ] TestViewAPI/20.sizes
10: [       OK ] TestViewAPI/20.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/20 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/21, where TypeParam = std::tuple<int [5], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
10: [ RUN      ] TestViewAPI/21.sizes
10: [       OK ] TestViewAPI/21.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/21 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/22, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
10: [ RUN      ] TestViewAPI/22.sizes
10: [       OK ] TestViewAPI/22.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/22 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/23.sizes
10: [       OK ] TestViewAPI/23.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/23 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/24.sizes
10: [       OK ] TestViewAPI/24.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/24 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/25.sizes
10: [       OK ] TestViewAPI/25.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/25 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/26.sizes
10: [       OK ] TestViewAPI/26.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/26 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/27.sizes
10: [       OK ] TestViewAPI/27.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/27 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/28.sizes
10: [       OK ] TestViewAPI/28.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/28 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/29.sizes
10: [       OK ] TestViewAPI/29.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/29 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/30, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
10: [ RUN      ] TestViewAPI/30.sizes
10: [       OK ] TestViewAPI/30.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/30 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/31.sizes
10: [       OK ] TestViewAPI/31.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/31 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/32.sizes
10: [       OK ] TestViewAPI/32.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/32 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/33, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
10: [ RUN      ] TestViewAPI/33.sizes
10: [       OK ] TestViewAPI/33.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/33 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/34.sizes
10: [       OK ] TestViewAPI/34.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/34 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/35.sizes
10: [       OK ] TestViewAPI/35.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/35 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/36, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
10: [ RUN      ] TestViewAPI/36.sizes
10: [       OK ] TestViewAPI/36.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/36 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/37.sizes
10: [       OK ] TestViewAPI/37.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/37 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/38.sizes
10: [       OK ] TestViewAPI/38.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/38 (0 ms total)
10: 
10: [----------] Global test environment tear-down
10: [==========] 71 tests from 41 test suites ran. (167 ms total)
10: [  PASSED  ] 71 tests.
10/59 Test #10: Kokkos_CoreUnitTest_Default ..........................   Passed    0.36 sec
test 11
      Start 11: Kokkos_CoreUnitTest_LegionInitialization

11: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization
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 initialization
11: [ RUN      ] initialization.legion_initialization
11: [       OK ] initialization.legion_initialization (106 ms)
11: [----------] 1 test from initialization (106 ms total)
11: 
11: [----------] Global test environment tear-down
11: [==========] 1 test from 1 test suite ran. (106 ms total)
11: [  PASSED  ] 1 test.
11/59 Test #11: Kokkos_CoreUnitTest_LegionInitialization .............   Passed    0.15 sec
test 12
      Start 12: Kokkos_CoreUnitTest_PushFinalizeHook

12: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook
12: Test timeout computed to be: 1500
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
12: SUCCESS
12/59 Test #12: Kokkos_CoreUnitTest_PushFinalizeHook .................   Passed    0.16 sec
test 13
      Start 13: Kokkos_CoreUnitTest_ScopeGuard

13: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_ScopeGuard
13: Test timeout computed to be: 1500
13: [==========] Running 6 tests from 1 test suite.
13: [----------] Global test environment set-up.
13: [----------] 6 tests from scope_guard_DeathTest
13: [ RUN      ] scope_guard_DeathTest.create
13: [       OK ] scope_guard_DeathTest.create (149 ms)
13: [ RUN      ] scope_guard_DeathTest.create_argument
13: [       OK ] scope_guard_DeathTest.create_argument (151 ms)
13: [ RUN      ] scope_guard_DeathTest.create_while_initialize
13: [       OK ] scope_guard_DeathTest.create_while_initialize (355 ms)
13: [ RUN      ] scope_guard_DeathTest.create_after_initialize
13: [       OK ] scope_guard_DeathTest.create_after_initialize (370 ms)
13: [ RUN      ] scope_guard_DeathTest.create_after_finalize
13: [       OK ] scope_guard_DeathTest.create_after_finalize (345 ms)
13: [ RUN      ] scope_guard_DeathTest.destroy_after_finalize
[ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
Scanning dependencies of target Kokkos_atomic
[ 98%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
13: [       OK ] scope_guard_DeathTest.destroy_after_finalize (350 ms)
13: [----------] 6 tests from scope_guard_DeathTest (1723 ms total)
13: 
13: [----------] Global test environment tear-down
13: [==========] 6 tests from 1 test suite ran. (1723 ms total)
13: [  PASSED  ] 6 tests.
13/59 Test #13: Kokkos_CoreUnitTest_ScopeGuard .......................   Passed    1.74 sec
test 14
      Start 14: Kokkos_CoreUnitTest_Develop

14: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Develop
14: Test timeout computed to be: 1500
14: [==========] Running 1 test from 1 test suite.
14: [----------] Global test environment set-up.
14: [----------] 1 test from defaultdevicetype
14: [ RUN      ] defaultdevicetype.development_test
14: [       OK ] defaultdevicetype.development_test (0 ms)
14: [----------] 1 test from defaultdevicetype (0 ms total)
14: 
14: [----------] Global test environment tear-down
14: [==========] 1 test from 1 test suite ran. (0 ms total)
14: [  PASSED  ] 1 test.
14/59 Test #14: Kokkos_CoreUnitTest_Develop ..........................   Passed    0.16 sec
test 15
      Start 15: Kokkos_CoreUnitTest_PushFinalizeHookTerminateRegex

15: Test command: /opt/cmake/bin/cmake "-E" "env" "/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHookTerminate"
15: Test timeout computed to be: 1500
15: PASSED: I am the custom std::terminate handler.
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c11.cpp.o
15: Child aborted
15/59 Test #15: Kokkos_CoreUnitTest_PushFinalizeHookTerminateRegex ...   Passed    0.35 sec
test 16
      Start 16: Kokkos_CoreUnitTest_PushFinalizeHookTerminateFails

16: Test command: /opt/cmake/bin/cmake "-E" "env" "/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHookTerminate"
16: Test timeout computed to be: 1500
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o
16: PASSED: I am the custom std::terminate handler.
16: Child aborted
16/59 Test #16: Kokkos_CoreUnitTest_PushFinalizeHookTerminateFails ...   Passed    0.35 sec
test 17
      Start 17: Kokkos_CoreUnitTest_TuningBuiltins

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

18: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_TuningBasics
18: Test timeout computed to be: 1500
18: Set of size 10
18: 4,4
18: Expect 1, have 1
18: Expect 2, have 2
18/59 Test #18: Kokkos_CoreUnitTest_TuningBasics .....................   Passed    0.16 sec
test 19
      Start 19: Kokkos_CoreUnitTest_CategoricalTuner

19: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CategoricalTuner
19: Test timeout computed to be: 1500
[ 47%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 47%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 48%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 48%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 48%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamPolicyCTAD.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o
19/59 Test #19: Kokkos_CoreUnitTest_CategoricalTuner .................   Passed    0.62 sec
test 20
      Start 20: Kokkos_CoreUnitTest_KokkosP

20: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP
20: Test timeout computed to be: 1500
20: [==========] Running 33 tests from 1 test suite.
20: [----------] Global test environment set-up.
20: [----------] 33 tests from kokkosp
20: [ RUN      ] kokkosp.test_named_instance_fence
20: Ref: 33554433
20: Ref: named_instance
20: 33554433
20: named_instance
20: [       OK ] kokkosp.test_named_instance_fence (0 ms)
20: [ RUN      ] kokkosp.test_unnamed_instance_fence
20: Ref: 33554433
20: Ref: Unnamed Instance Fence
20: 33554433
20: Kokkos::Cuda::fence(): Unnamed Instance Fence
20: [       OK ] kokkosp.test_unnamed_instance_fence (0 ms)
20: [ RUN      ] kokkosp.test_named_global_fence
20: Ref: 33554432
20: Ref: test global fence
20: 0
20: test global fence
20: Miss on id
20: 33554432
20: test global fence
20: [       OK ] kokkosp.test_named_global_fence (0 ms)
20: [ RUN      ] kokkosp.test_unnamed_global_fence
20: Ref: 33554432
20: Ref: Unnamed Global Fence
20: 0
20: Kokkos::fence: Unnamed Global Fence
20: Miss on id
20: 33554432
20: Kokkos::fence: Unnamed Global Fence
20: [       OK ] kokkosp.test_unnamed_global_fence (0 ms)
20: [ RUN      ] kokkosp.test_multiple_default_instances
20: [       OK ] kokkosp.test_multiple_default_instances (0 ms)
20: [ RUN      ] kokkosp.test_id_gen
20: [       OK ] kokkosp.test_id_gen (0 ms)
20: [ RUN      ] kokkosp.test_kernel_sequence
20: Ref: 33554433
20: Ref: named_instance
20: 33554433
20: named_instance
20: Ref: 33554433
20: Ref: test_kernel
20: 33554433
20: named_instance
20: Miss on name
20: 0
20: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence
20: Miss on name
20: Miss on id
20: 33554432
20: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence
20: Miss on name
20: Miss on id
20: 33554433
20: test_kernel
20: [       OK ] kokkosp.test_kernel_sequence (0 ms)
20: [ RUN      ] kokkosp.test_streams
20: [       OK ] kokkosp.test_streams (0 ms)
20: [ RUN      ] kokkosp.async_deep_copy
20: [       OK ] kokkosp.async_deep_copy (0 ms)
20: [ RUN      ] kokkosp.parallel_for
20: [       OK ] kokkosp.parallel_for (0 ms)
20: [ RUN      ] kokkosp.parallel_reduce
20: [       OK ] kokkosp.parallel_reduce (0 ms)
20: [ RUN      ] kokkosp.parallel_scan
20: [       OK ] kokkosp.parallel_scan (2 ms)
20: [ RUN      ] kokkosp.parallel_scan_no_fence
20: [       OK ] kokkosp.parallel_scan_no_fence (0 ms)
20: [ RUN      ] kokkosp.parallel_scan_no_fence_view
20: [       OK ] kokkosp.parallel_scan_no_fence_view (0 ms)
20: [ RUN      ] kokkosp.regions
20: [       OK ] kokkosp.regions (0 ms)
20: [ RUN      ] kokkosp.fences
20: [       OK ] kokkosp.fences (0 ms)
20: [ RUN      ] kokkosp.raw_allocation
20: [       OK ] kokkosp.raw_allocation (0 ms)
20: [ RUN      ] kokkosp.view
20: [       OK ] kokkosp.view (0 ms)
20: [ RUN      ] kokkosp.sections
20: [       OK ] kokkosp.sections (0 ms)
20: [ RUN      ] kokkosp.metadata
20: [       OK ] kokkosp.metadata (0 ms)
20: [ RUN      ] kokkosp.profile_events
20: [       OK ] kokkosp.profile_events (0 ms)
20: [ RUN      ] kokkosp.tuning_sequence
20: [       OK ] kokkosp.tuning_sequence (0 ms)
20: [ RUN      ] kokkosp.no_init_kernel
20: [       OK ] kokkosp.no_init_kernel (0 ms)
20: [ RUN      ] kokkosp.get_events
20: [       OK ] kokkosp.get_events (0 ms)
20: [ RUN      ] kokkosp.kernel_name_parallel_for
20: [       OK ] kokkosp.kernel_name_parallel_for (0 ms)
20: [ RUN      ] kokkosp.kernel_name_parallel_reduce
20: [       OK ] kokkosp.kernel_name_parallel_reduce (0 ms)
20: [ RUN      ] kokkosp.kernel_name_parallel_scan
20: [       OK ] kokkosp.kernel_name_parallel_scan (0 ms)
20: [ RUN      ] kokkosp.kernel_name_internal
20: [       OK ] kokkosp.kernel_name_internal (0 ms)
20: [ RUN      ] kokkosp.profiling_section
20: [       OK ] kokkosp.profiling_section (0 ms)
20: [ RUN      ] kokkosp.scoped_profile_region
20: [       OK ] kokkosp.scoped_profile_region (0 ms)
20: [ RUN      ] kokkosp.create_mirror_no_init
20: [       OK ] kokkosp.create_mirror_no_init (0 ms)
20: [ RUN      ] kokkosp.create_mirror_no_init_view_ctor
20: [       OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms)
20: [ RUN      ] kokkosp.create_mirror_view_and_copy
20: [       OK ] kokkosp.create_mirror_view_and_copy (0 ms)
20: [----------] 33 tests from kokkosp (4 ms total)
20: 
20: [----------] Global test environment tear-down
20: [==========] 33 tests from 1 test suite ran. (4 ms total)
20: [  PASSED  ] 33 tests.
20/59 Test #20: Kokkos_CoreUnitTest_KokkosP ..........................   Passed    0.18 sec
test 21
      Start 21: Kokkos_CoreUnitTest_ToolIndependence

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

22: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help"
22: Environment variables: 
22:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkosprinter-tool.so
22: Test timeout computed to be: 1500
22: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize().
22: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
[ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
Scanning dependencies of target Kokkos_gather
[ 98%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
22/59 Test #22: Kokkos_ProfilingTestLibraryLoadHelp ..................   Passed    0.16 sec
test 23
      Start 23: Kokkos_ProfilingTestLibraryCmdLineHelp

23: 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"
23: Test timeout computed to be: 1500
23: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
23/59 Test #23: Kokkos_ProfilingTestLibraryCmdLineHelp ...............   Passed    0.15 sec
test 24
      Start 24: Kokkos_ProfilingTestLibraryLoad

24: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
24: Environment variables: 
24:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkosprinter-tool.so
24: Test timeout computed to be: 1500
24: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize().
Scanning dependencies of target Kokkos_gups
[ 98%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
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:Cuda::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.4.99::kokkosp_allocate_data:Host:source:0x11c9f00:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x11ca040:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x11ca0c0:Host:source:0x11c9f80: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:0x11ca1c0: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:0x11ca040:40::kokkosp_deallocate_data:Host:source:0x11c9f00:40::kokkosp_finalize_library::
24/59 Test #24: Kokkos_ProfilingTestLibraryLoad ......................   Passed    0.15 sec
test 25
      Start 25: Kokkos_ProfilingTestLibraryCmdLine

25: 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"
25: Test timeout computed to be: 1500
25: 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:Cuda::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.4.99::kokkosp_allocate_data:Host:source:0x11c9f00:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x11ca040:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x11ca0c0:Host:source:0x11c9f80: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:0x11ca1c0: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:0x11ca040:40::kokkosp_deallocate_data:Host:source:0x11c9f00:40::kokkosp_finalize_library::
25/59 Test #25: Kokkos_ProfilingTestLibraryCmdLine ...................   Passed    0.15 sec
test 26
      Start 26: Kokkos_CoreUnitTest_StackTraceTest

26: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec
26: Test timeout computed to be: 1500
26: [==========] Running 3 tests from 2 test suites.
26: [----------] Global test environment set-up.
26: [----------] 2 tests from defaultdevicetype_DeathTest
26: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_terminate
26: 
26: [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.
26: Top of f1
26: Top of f0
26: Top of f0
26: test_f1:
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a1250]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x439e9b]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x20) [0x436710]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbd) [0x437ddd]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x44) [0x46fe94]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1e8) [0x4485b8]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x210) [0x4498f0]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x137) [0x44a197]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x5bd) [0x459e5d]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x44) [0x470a64]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x45986c]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x4382f0]
26: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7ffff47a3c87]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2a) [0x4365ea]
26:  
26: demangled test_f1:
26: [0x4a1250] Kokkos::Impl::save_stacktrace()
26: [0x439e9b] Test::stacktrace_test_f1(std::ostream&)
26: [0x436710] Test::test_stacktrace(bool, bool)
26: [0x437ddd] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
26: [0x46fe94] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
26: [0x4485b8] testing::Test::Run()
26: [0x4498f0] testing::TestInfo::Run()
26: [0x44a197] testing::TestSuite::Run()
26: [0x459e5d] testing::internal::UnitTestImpl::RunAllTests()
26: [0x470a64] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
26: [0x45986c] testing::UnitTest::Run()
26: [0x4382f0] main
26: [0x7ffff47a3c87] __libc_start_main
26: [0x4365ea] _start
26:  
26: Top of f3
26: Top of f3
26: Top of f3
26: Top of f3
26: Top of f3
26: Top of f1
26: Top of f0
26: Top of f0
26: StackTrace f3(std::cout, 4) returned: 110
26: test_f3:
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a1250]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x439e9b]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x43a1b6]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa14) [0x437104]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbd) [0x437ddd]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x44) [0x46fe94]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1e8) [0x4485b8]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x210) [0x4498f0]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x137) [0x44a197]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x5bd) [0x459e5d]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x44) [0x470a64]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x45986c]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x4382f0]
26: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7ffff47a3c87]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2a) [0x4365ea]
26:  
26: demangled test_f3:
26: [0x4a1250] Kokkos::Impl::save_stacktrace()
26: [0x439e9b] Test::stacktrace_test_f1(std::ostream&)
26: [0x43a1b6] Test::stacktrace_test_f3(std::ostream&, int)
26: [0x437104] Test::test_stacktrace(bool, bool)
26: [0x437ddd] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
26: [0x46fe94] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
26: [0x4485b8] testing::Test::Run()
26: [0x4498f0] testing::TestInfo::Run()
26: [0x44a197] testing::TestSuite::Run()
26: [0x459e5d] testing::internal::UnitTestImpl::RunAllTests()
26: [0x470a64] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
26: [0x45986c] testing::UnitTest::Run()
26: [0x4382f0] main
26: [0x7ffff47a3c87] __libc_start_main
26: [0x4365ea] _start
26:  
26: Test setting std::terminate handler that prints the last saved stack trace
26: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (208 ms)
26: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
26: 
26: [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.
26: Top of f1
26: Top of f0
26: Top of f0
26: test_f1:
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a1250]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x439e9b]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x20) [0x436710]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xba) [0x4380aa]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x44) [0x46fe94]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1e8) [0x4485b8]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x210) [0x4498f0]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x137) [0x44a197]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x5bd) [0x459e5d]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x44) [0x470a64]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x45986c]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x4382f0]
26: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7ffff47a3c87]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2a) [0x4365ea]
26:  
26: demangled test_f1:
26: [0x4a1250] Kokkos::Impl::save_stacktrace()
26: [0x439e9b] Test::stacktrace_test_f1(std::ostream&)
26: [0x436710] Test::test_stacktrace(bool, bool)
26: [0x4380aa] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
26: [0x46fe94] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
26: [0x4485b8] testing::Test::Run()
26: [0x4498f0] testing::TestInfo::Run()
26: [0x44a197] testing::TestSuite::Run()
26: [0x459e5d] testing::internal::UnitTestImpl::RunAllTests()
26: [0x470a64] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
26: [0x45986c] testing::UnitTest::Run()
26: [0x4382f0] main
26: [0x7ffff47a3c87] __libc_start_main
26: [0x4365ea] _start
26:  
26: Top of f3
26: Top of f3
26: Top of f3
26: Top of f3
26: Top of f3
26: Top of f1
26: Top of f0
26: Top of f0
26: StackTrace f3(std::cout, 4) returned: 110
26: test_f3:
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a1250]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x439e9b]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x43a1b6]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa14) [0x437104]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xba) [0x4380aa]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x44) [0x46fe94]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1e8) [0x4485b8]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x210) [0x4498f0]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x137) [0x44a197]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x5bd) [0x459e5d]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x44) [0x470a64]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x45986c]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x4382f0]
26: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7ffff47a3c87]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2a) [0x4365ea]
26:  
26: demangled test_f3:
26: [0x4a1250] Kokkos::Impl::save_stacktrace()
26: [0x439e9b] Test::stacktrace_test_f1(std::ostream&)
26: [0x43a1b6] Test::stacktrace_test_f3(std::ostream&, int)
26: [0x437104] Test::test_stacktrace(bool, bool)
26: [0x4380aa] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
26: [0x46fe94] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
26: [0x4485b8] testing::Test::Run()
26: [0x4498f0] testing::TestInfo::Run()
26: [0x44a197] testing::TestSuite::Run()
26: [0x459e5d] testing::internal::UnitTestImpl::RunAllTests()
26: [0x470a64] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
26: [0x45986c] testing::UnitTest::Run()
26: [0x4382f0] main
26: [0x7ffff47a3c87] __libc_start_main
26: [0x4365ea] _start
26:  
26: Test setting std::terminate handler that prints the last saved stack trace
26: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (213 ms)
26: [----------] 2 tests from defaultdevicetype_DeathTest (422 ms total)
26: 
26: [----------] 1 test from defaultdevicetype
26: [ RUN      ] defaultdevicetype.stacktrace_normal
26: Top of f1
26: Top of f0
26: Top of f0
26: test_f1:
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a1250]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x439e9b]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x20) [0x436710]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x44) [0x46fe94]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1e8) [0x4485b8]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x210) [0x4498f0]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x137) [0x44a197]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x5bd) [0x459e5d]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x44) [0x470a64]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x45986c]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x4382f0]
26: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7ffff47a3c87]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2a) [0x4365ea]
26:  
26: demangled test_f1:
26: [0x4a1250] Kokkos::Impl::save_stacktrace()
26: [0x439e9b] Test::stacktrace_test_f1(std::ostream&)
26: [0x436710] Test::test_stacktrace(bool, bool)
26: [0x46fe94] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
26: [0x4485b8] testing::Test::Run()
26: [0x4498f0] testing::TestInfo::Run()
26: [0x44a197] testing::TestSuite::Run()
26: [0x459e5d] testing::internal::UnitTestImpl::RunAllTests()
26: [0x470a64] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
26: [0x45986c] testing::UnitTest::Run()
26: [0x4382f0] main
26: [0x7ffff47a3c87] __libc_start_main
26: [0x4365ea] _start
26:  
26: Top of f3
26: Top of f3
26: Top of f3
26: Top of f3
26: Top of f3
26: Top of f1
26: Top of f0
26: Top of f0
26: StackTrace f3(std::cout, 4) returned: 110
26: test_f3:
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x4a1250]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x439e9b]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x43a1b6]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa14) [0x437104]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x44) [0x46fe94]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1e8) [0x4485b8]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x210) [0x4498f0]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x137) [0x44a197]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x5bd) [0x459e5d]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x44) [0x470a64]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x45986c]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x4382f0]
26: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7ffff47a3c87]
26: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2a) [0x4365ea]
26:  
26: demangled test_f3:
26: [0x4a1250] Kokkos::Impl::save_stacktrace()
26: [0x439e9b] Test::stacktrace_test_f1(std::ostream&)
26: [0x43a1b6] Test::stacktrace_test_f3(std::ostream&, int)
26: [0x437104] Test::test_stacktrace(bool, bool)
26: [0x46fe94] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
26: [0x4485b8] testing::Test::Run()
26: [0x4498f0] testing::TestInfo::Run()
26: [0x44a197] testing::TestSuite::Run()
26: [0x459e5d] testing::internal::UnitTestImpl::RunAllTests()
26: [0x470a64] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
26: [0x45986c] testing::UnitTest::Run()
26: [0x4382f0] main
26: [0x7ffff47a3c87] __libc_start_main
26: [0x4365ea] _start
26:  
26: Test setting std::terminate handler that prints the last saved stack trace
26: [       OK ] defaultdevicetype.stacktrace_normal (1 ms)
26: [----------] 1 test from defaultdevicetype (1 ms total)
26: 
26: [----------] Global test environment tear-down
26: [==========] 3 tests from 2 test suites ran. (423 ms total)
26: [  PASSED  ] 3 tests.
[ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
26/59 Test #26: Kokkos_CoreUnitTest_StackTraceTest ...................   Passed    0.58 sec
test 27
      Start 27: Kokkos_IncrementalTest_SERIAL

27: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_IncrementalTest_SERIAL
27: Test timeout computed to be: 1500
27: [==========] Running 28 tests from 1 test suite.
27: [----------] Global test environment set-up.
27: [----------] 28 tests from SERIAL
27: [ RUN      ] SERIAL.IncrTest_01_execspace_typedef
27: [       OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms)
27: [ RUN      ] SERIAL.IncrTest_01_execspace
27: Host Serial Execution Space:
27:   KOKKOS_ENABLE_SERIAL: yes
27: 
27: Serial Runtime Configuration:
27: Serial
27: [       OK ] SERIAL.IncrTest_01_execspace (0 ms)
27: [ RUN      ] SERIAL.IncrTest_02_AtomicExchange
27: [       OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms)
27: [ RUN      ] SERIAL.IncrTest_02_AtomicAdd
27: [       OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms)
27: [ RUN      ] SERIAL.IncrTest_02_AtomicSub
27: [       OK ] SERIAL.IncrTest_02_AtomicSub (0 ms)
27: [ RUN      ] SERIAL.IncrTest_03a_memspace_malloc
27: [       OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms)
27: [ RUN      ] SERIAL.IncrTest_03b_memspace_free
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
Scanning dependencies of target Kokkos_launch_latency
[ 99%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o
27: [       OK ] SERIAL.IncrTest_03b_memspace_free (114 ms)
27: [ RUN      ] SERIAL.IncrTest_04_simple_parallelFor
27: [       OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms)
27: [ RUN      ] SERIAL.IncrTest_04_RangePolicy_parallelFor
27: [       OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms)
27: [ RUN      ] SERIAL.IncrTest_05_reduction
27: [       OK ] SERIAL.IncrTest_05_reduction (0 ms)
27: [ RUN      ] SERIAL.IncrTest_06_mdrange2D
27: [       OK ] SERIAL.IncrTest_06_mdrange2D (0 ms)
27: [ RUN      ] SERIAL.IncrTest_06_mdrange3D
27: [       OK ] SERIAL.IncrTest_06_mdrange3D (0 ms)
27: [ RUN      ] SERIAL.IncrTest_06_mdrange4D
27: [       OK ] SERIAL.IncrTest_06_mdrange4D (0 ms)
27: [ RUN      ] SERIAL.IncrTest_08_deep_copy_2D
27: [       OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms)
27: [ RUN      ] SERIAL.IncrTest_08_deep_copy_3D
27: [       OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms)
27: [ RUN      ] SERIAL.IncrTest_08_deep_copy_4D
27: [       OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms)
27: [ RUN      ] SERIAL.IncrTest_10_Hierarchical_Basics
27: [       OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms)
27: [ RUN      ] SERIAL.IncrTest_11a_Hierarchical_ForLoop
27: [       OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms)
27: [ RUN      ] SERIAL.IncrTest_11b_Hierarchical_ForLoop
27: [       OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms)
27: [ RUN      ] SERIAL.IncrTest_11c_Hierarchical_ForLoop
27: [       OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (121 ms)
27: [ RUN      ] SERIAL.IncrTest_12a_ThreadScratch
27: [       OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms)
27: [ RUN      ] SERIAL.IncrTest_12b_TeamScratch
27: [       OK ] SERIAL.IncrTest_12b_TeamScratch (2 ms)
27: [ RUN      ] SERIAL.IncrTest_13a_Hierarchical_Red
27: [       OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms)
27: [ RUN      ] SERIAL.IncrTest_13b_Hierarchical_Red
27: [       OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms)
27: [ RUN      ] SERIAL.IncrTest_13c_Hierarchical_Red
27: [       OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms)
27: [ RUN      ] SERIAL.incr_14_MDrangeReduce
27: [       OK ] SERIAL.incr_14_MDrangeReduce (0 ms)
27: [ RUN      ] SERIAL.IncrTest_16_parallelscan
27: [       OK ] SERIAL.IncrTest_16_parallelscan (0 ms)
27: [ RUN      ] SERIAL.incr_17_atomicView
27: [       OK ] SERIAL.incr_17_atomicView (0 ms)
27: [----------] 28 tests from SERIAL (239 ms total)
27: 
27: [----------] Global test environment tear-down
27: [==========] 28 tests from 1 test suite ran. (239 ms total)
27: [  PASSED  ] 28 tests.
27/59 Test #27: Kokkos_IncrementalTest_SERIAL ........................   Passed    0.40 sec
test 28
      Start 28: Kokkos_IncrementalTest_CUDA

28: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_IncrementalTest_CUDA
28: Test timeout computed to be: 1500
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o
28: [==========] Running 28 tests from 1 test suite.
28: [----------] Global test environment set-up.
28: [----------] 28 tests from CUDA
28: [ RUN      ] CUDA.IncrTest_01_execspace_typedef
28: [       OK ] CUDA.IncrTest_01_execspace_typedef (0 ms)
28: [ RUN      ] CUDA.IncrTest_01_execspace
28: Device Execution Space:
28:   KOKKOS_ENABLE_CUDA: yes
28: Cuda Options:
28:   KOKKOS_ENABLE_CUDA_LAMBDA: yes
28:   KOKKOS_ENABLE_CUDA_LDG_INTRINSIC: yes
28:   KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no
28:   KOKKOS_ENABLE_CUDA_UVM: no
28:   KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes
28: 
28: Cuda Runtime Configuration:
28: macro  KOKKOS_ENABLE_CUDA      : defined
28: macro  CUDA_VERSION          = 11000 = version 11.0
28: Kokkos::Cuda[ 0 ] Tesla V100S-PCIE-32GB capability 7.0, Total Global Memory: 31.73 GiB, Shared Memory per Block: 48 KiB : Selected
28: Cuda
28: [       OK ] CUDA.IncrTest_01_execspace (0 ms)
28: [ RUN      ] CUDA.IncrTest_02_AtomicExchange
28: [       OK ] CUDA.IncrTest_02_AtomicExchange (0 ms)
28: [ RUN      ] CUDA.IncrTest_02_AtomicAdd
28: [       OK ] CUDA.IncrTest_02_AtomicAdd (0 ms)
28: [ RUN      ] CUDA.IncrTest_02_AtomicSub
28: [       OK ] CUDA.IncrTest_02_AtomicSub (0 ms)
28: [ RUN      ] CUDA.IncrTest_03a_memspace_malloc
28: [       OK ] CUDA.IncrTest_03a_memspace_malloc (0 ms)
28: [ RUN      ] CUDA.IncrTest_03b_memspace_free
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[ 48%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
28: [       OK ] CUDA.IncrTest_03b_memspace_free (1922 ms)
28: [ RUN      ] CUDA.IncrTest_04_simple_parallelFor
28: [       OK ] CUDA.IncrTest_04_simple_parallelFor (0 ms)
28: [ RUN      ] CUDA.IncrTest_04_RangePolicy_parallelFor
28: [       OK ] CUDA.IncrTest_04_RangePolicy_parallelFor (0 ms)
28: [ RUN      ] CUDA.IncrTest_05_reduction
28: [       OK ] CUDA.IncrTest_05_reduction (3 ms)
28: [ RUN      ] CUDA.IncrTest_06_mdrange2D
28: [       OK ] CUDA.IncrTest_06_mdrange2D (0 ms)
28: [ RUN      ] CUDA.IncrTest_06_mdrange3D
28: [       OK ] CUDA.IncrTest_06_mdrange3D (0 ms)
28: [ RUN      ] CUDA.IncrTest_06_mdrange4D
28: [       OK ] CUDA.IncrTest_06_mdrange4D (0 ms)
28: [ RUN      ] CUDA.IncrTest_08_deep_copy_2D
28: [       OK ] CUDA.IncrTest_08_deep_copy_2D (0 ms)
28: [ RUN      ] CUDA.IncrTest_08_deep_copy_3D
28: [       OK ] CUDA.IncrTest_08_deep_copy_3D (0 ms)
28: [ RUN      ] CUDA.IncrTest_08_deep_copy_4D
28: [       OK ] CUDA.IncrTest_08_deep_copy_4D (0 ms)
28: [ RUN      ] CUDA.IncrTest_10_Hierarchical_Basics
28: [       OK ] CUDA.IncrTest_10_Hierarchical_Basics (0 ms)
28: [ RUN      ] CUDA.IncrTest_11a_Hierarchical_ForLoop
28: [       OK ] CUDA.IncrTest_11a_Hierarchical_ForLoop (0 ms)
28: [ RUN      ] CUDA.IncrTest_11b_Hierarchical_ForLoop
28: [       OK ] CUDA.IncrTest_11b_Hierarchical_ForLoop (0 ms)
28: [ RUN      ] CUDA.IncrTest_11c_Hierarchical_ForLoop
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o
[ 48%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
28: [       OK ] CUDA.IncrTest_11c_Hierarchical_ForLoop (231 ms)
28: [ RUN      ] CUDA.IncrTest_12a_ThreadScratch
28: [       OK ] CUDA.IncrTest_12a_ThreadScratch (2 ms)
28: [ RUN      ] CUDA.IncrTest_12b_TeamScratch
28: [       OK ] CUDA.IncrTest_12b_TeamScratch (0 ms)
28: [ RUN      ] CUDA.IncrTest_13a_Hierarchical_Red
28: [       OK ] CUDA.IncrTest_13a_Hierarchical_Red (0 ms)
28: [ RUN      ] CUDA.IncrTest_13b_Hierarchical_Red
28: [       OK ] CUDA.IncrTest_13b_Hierarchical_Red (0 ms)
28: [ RUN      ] CUDA.IncrTest_13c_Hierarchical_Red
28: [       OK ] CUDA.IncrTest_13c_Hierarchical_Red (0 ms)
28: [ RUN      ] CUDA.incr_14_MDrangeReduce
28: [       OK ] CUDA.incr_14_MDrangeReduce (0 ms)
28: [ RUN      ] CUDA.IncrTest_16_parallelscan
28: [       OK ] CUDA.IncrTest_16_parallelscan (3 ms)
28: [ RUN      ] CUDA.incr_17_atomicView
28: [       OK ] CUDA.incr_17_atomicView (0 ms)
28: [----------] 28 tests from CUDA (2167 ms total)
28: 
28: [----------] Global test environment tear-down
28: [==========] 28 tests from 1 test suite ran. (2167 ms total)
28: [  PASSED  ] 28 tests.
28/59 Test #28: Kokkos_IncrementalTest_CUDA ..........................   Passed    2.34 sec
test 29
      Start 29: Kokkos_CoreUnitTest_CTestDevice

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

30: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE"
30: Test timeout computed to be: 1500
30/59 Test #30: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ............   Passed    0.00 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.00 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-09-12_T14-21-42.json"
32: Test timeout computed to be: 1500
[ 81%] 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_Serial2.dir/serial/TestSerial_SubView_c02.cpp.o
32: 2024-09-12T14:34:01+00:00
32: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
32: Run on (6 X 2095.08 MHz CPU s)
32: CPU Caches:
32:   L1 Data 32 KiB (x6)
32:   L1 Instruction 32 KiB (x6)
32:   L2 Unified 4096 KiB (x6)
32:   L3 Unified 16384 KiB (x6)
32: Load Average: 2.15, 5.04, 3.86
32: CPU architecture: none
32: Default Device: Cuda
32: GIT_BRANCH: HEAD
32: GIT_CLEAN_STATUS: CLEAN
32: GIT_COMMIT_DATE: 2024-09-12T14:20:40+00:00
32: GIT_COMMIT_DESCRIPTION: Merge commit 'd02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a' into HEAD
32: GIT_COMMIT_HASH: cdfa095aa
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_CXX17: yes
32: KOKKOS_ENABLE_CXX20: no
32: KOKKOS_ENABLE_CXX23: no
32: KOKKOS_ENABLE_CXX26: no
32: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
32: KOKKOS_ENABLE_HWLOC: no
32: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes
32: KOKKOS_ENABLE_LIBDL: yes
32: KOKKOS_ENABLE_PRAGMA_IVDEP: no
32: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
32: KOKKOS_ENABLE_PRAGMA_UNROLL: no
32: KOKKOS_ENABLE_PRAGMA_VECTOR: no
32: KOKKOS_ENABLE_SERIAL: yes
32: Kokkos: Cuda[ 0 ] Tesla V100S-PCIE-32GB capability 7.0, Total Global Memory: 31.73 GiB, Shared Memory per Block: 48 KiB : Selected
32: Kokkos Version: 4.4.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.005 s         0.005 s             5       1024        4.47999u
32: GramSchmidt<double>/Count:2048/iterations:5/manual_time                            0.005 s         0.005 s             5     2.048k        2.24883u
32: GramSchmidt<double>/Count:4096/iterations:5/manual_time                            0.005 s         0.005 s             5     4.096k        1.12194u
32: GramSchmidt<double>/Count:8192/iterations:5/manual_time                            0.005 s         0.006 s             5     8.192k        571.179n
32: GramSchmidt<double>/Count:16384/iterations:5/manual_time                           0.005 s         0.007 s             5    16.384k         293.05n
32: GramSchmidt<double>/Count:32768/iterations:5/manual_time                           0.005 s         0.009 s             5    32.768k        160.859n
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_FunctorAnalysis.cpp.o
32: GramSchmidt<double>/Count:65536/iterations:5/manual_time                           0.006 s         0.013 s             5    65.536k        94.3543n
32: GramSchmidt<double>/Count:131072/iterations:5/manual_time                          0.007 s         0.022 s             5   131.072k        52.1645n
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
Scanning dependencies of target Kokkos_stream
[ 99%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
32: GramSchmidt<double>/Count:262144/iterations:5/manual_time                          0.009 s         0.043 s             5   262.144k        32.7543n
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyConstructors.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_a.cpp.o
[ 99%] Linking CXX executable Kokkos_gups
[ 99%] Built target Kokkos_gups
Scanning dependencies of target Kokkos_view_copy_constructor
[ 99%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o
32: GramSchmidt<double>/Count:524288/iterations:5/manual_time                          0.016 s         0.088 s             5   524.288k        30.6644n
[ 99%] Linking CXX executable Kokkos_atomic
[ 24%] Linking CXX executable Kokkos_StackTraceTestExec
[ 99%] Built target Kokkos_atomic
Scanning dependencies of target Kokkos_policy_performance
[ 99%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestTeamMDRangePolicyCTAD.cpp.o
[ 48%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[ 99%] Linking CXX executable Kokkos_launch_latency
[ 99%] 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
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_RangePolicyConstructors.cpp.o
32: ----------------------------------------------------------------------------------------------------------------------------------------------
32: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s        Max
32: ----------------------------------------------------------------------------------------------------------------------------------------------
32: CustomReduction<double>/N:100000/R:1000/manual_time                                0.003 s         0.008 s           240 93.8942k/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.311 s         0.310 s             2       0.0780282    0.0375841               0.0321933            0.0147503   0.0160601          6.244u
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 48%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[ 48%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_b.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 48%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 99%] Linking CXX executable Kokkos_stream
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_c.cpp.o
[ 99%] Linking CXX executable Kokkos_view_copy_constructor
[ 99%] Built target Kokkos_stream
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
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.023 s         0.023 s            30        5.85014m     2.92768m                2.16791m                  1088.84u    1.10093m          5.571u
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_d.cpp.o
[100%] Built target Kokkos_view_copy_constructor
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewCtorDimMatch.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_f.cpp.o
32: OverlapTeamPolicy/N:20/M:1000000/R:10                                              0.314 s         0.313 s             2       0.0625623    0.0298479               0.0518064                 0.0250042   0.0259304          7.546u
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        9.62793n
32: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                      0.000 s         0.000 s             5     2.048k        4.69189n
32: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                      0.000 s         0.000 s             5     4.096k        2.53296n
32: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                      0.000 s         0.000 s             5     8.192k        1.42578n
32: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                     0.000 s         0.000 s             5    16.384k        944.885p
32: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                     0.000 s         0.000 s             5    32.768k        769.775p
32: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                     0.000 s         0.000 s             5    65.536k        618.515p
32: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                    0.000 s         0.000 s             5   131.072k        536.301p
32: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                    0.000 s         0.001 s             5   262.144k        547.249p
32: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                    0.000 s         0.001 s             5   524.288k        532.057p
[ 24%] Built target Kokkos_StackTraceTestExec
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_e.cpp.o
[ 24%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o
32: -----------------------------------------------------------------------------------------------------------------------------------
32: Benchmark                                                                              Time             CPU   Iterations  FOM: rate
32: -----------------------------------------------------------------------------------------------------------------------------------
32: Malloc/N:1/manual_time                                                              8.85 us         19.0 us        79418 112.954k/s
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_d.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/TestNestedReducerCTAD.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o
[ 48%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 48%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[100%] Linking CXX executable Kokkos_policy_performance
32: Malloc/N:16/manual_time                                                             8.83 us         19.0 us        79468 113.291k/s
[100%] Linking CXX executable Kokkos_gather
[100%] Built target Kokkos_policy_performance
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
[100%] Built target Kokkos_gather
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 48%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewBadAlloc.cpp.o
32: Malloc/N:256/manual_time                                                            8.79 us         19.0 us        79711 113.814k/s
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Graph.cpp.o
[ 48%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
32: Malloc/N:4096/manual_time                                                           8.77 us         18.9 us        79637 114.022k/s
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewAPI_e.cpp.o
[ 48%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_a.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_b.cpp.o
[100%] Linking CXX executable Kokkos_UnitTest_SIMD
[100%] Built target Kokkos_UnitTest_SIMD
32: Malloc/N:65536/manual_time                                                          8.79 us         19.0 us        80160 113.726k/s
[ 48%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 29%] 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  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 -Werror all-warnings -Xcudafe --diag_suppress=20208" 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 -Werror all-warnings -Xcudafe --diag_suppress=20208" 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 15 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 15 tests from defaultdevicetype
[ RUN      ] defaultdevicetype.half_conversion
[       OK ] defaultdevicetype.half_conversion (8 ms)
[ RUN      ] defaultdevicetype.bhalf_conversion
[       OK ] defaultdevicetype.bhalf_conversion (3 ms)
[ RUN      ] defaultdevicetype.half_operators
[       OK ] defaultdevicetype.half_operators (1 ms)
[ RUN      ] defaultdevicetype.bhalf_operators
[       OK ] defaultdevicetype.bhalf_operators (4 ms)
Note: Google Test filter = *terminate
[==========] Running 1 test from 1 test suite.
[ RUN      ] defaultdevicetype.host_space_access
[----------] Global test environment set-up.
[       OK ] defaultdevicetype.host_space_access (0 ms)
[----------] 1 test from defaultdevicetype_DeathTest
[ RUN      ] defaultdevicetype.reduce_instantiation_a1
[ 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.
Top of f1
Top of f0
[==========] Running 15 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 15 tests from defaultdevicetype
[ RUN      ] defaultdevicetype.half_conversion
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 (14 ms)
[ RUN      ] defaultdevicetype.bhalf_conversion
[==========] Running 15 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 15 tests from defaultdevicetype
[ RUN      ] defaultdevicetype.half_conversion
Note: Google Test filter = *generic_term
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from defaultdevicetype_DeathTest
[ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term

[WARNING] /var/jenkins/workspace/Kokkos_PR-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.
[       OK ] defaultdevicetype.bhalf_conversion (20 ms)
[ RUN      ] defaultdevicetype.half_operators
[       OK ] defaultdevicetype.half_conversion (13 ms)
[ RUN      ] defaultdevicetype.bhalf_conversion
[==========] Running 168 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 2 tests from serial_DeathTest
[ RUN      ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[       OK ] defaultdevicetype.reduce_instantiation_a1 (57 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b1
[       OK ] defaultdevicetype.half_operators (10 ms)
[ RUN      ] defaultdevicetype.bhalf_operators
[       OK ] defaultdevicetype.bhalf_conversion (12 ms)
[ RUN      ] defaultdevicetype.half_operators
[       OK ] defaultdevicetype.bhalf_operators (7 ms)
[ RUN      ] defaultdevicetype.host_space_access
[       OK ] defaultdevicetype.host_space_access (0 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a1
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_operators (9 ms)
[ RUN      ] defaultdevicetype.bhalf_operators
Note: Google Test filter = *normal
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from defaultdevicetype
[ RUN      ] defaultdevicetype.stacktrace_normal
Top of f1
Top of f0
Top of f0
Top of f3
Top of f3
Top of f3
Top of f3
Top of f3
Top of f1
Top of f0
Top of f0
StackTrace f3(std::cout, 4) returned: 110
Test setting std::terminate handler that prints the last saved stack trace
[       OK ] defaultdevicetype.stacktrace_normal (0 ms)
[----------] 1 test from defaultdevicetype (0 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (0 ms total)
[  PASSED  ] 1 test.
[       OK ] defaultdevicetype.bhalf_operators (6 ms)
[ RUN      ] defaultdevicetype.host_space_access
[       OK ] defaultdevicetype.host_space_access (0 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a1
[       OK ] defaultdevicetype.reduce_instantiation_a1 (30 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b1
[       OK ] defaultdevicetype.reduce_instantiation_a1 (51 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b1
[       OK ] defaultdevicetype.reduce_instantiation_b1 (109 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c1
[       OK ] defaultdevicetype.reduce_instantiation_c1 (27 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a2
[==========] Running 235 tests from 4 test suites.
[----------] Global test environment set-up.
[----------] 2 tests from cuda_DeathTest
[ RUN      ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[       OK ] defaultdevicetype.reduce_instantiation_a2 (30 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b2
[       OK ] defaultdevicetype.reduce_instantiation_b1 (171 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c1
[       OK ] defaultdevicetype.reduce_instantiation_c1 (39 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a2
[       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (312 ms)
[----------] 1 test from defaultdevicetype_DeathTest (312 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (312 ms total)
[  PASSED  ] 1 test.
[       OK ] defaultdevicetype.reduce_instantiation_b1 (191 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c1
[       OK ] defaultdevicetype.reduce_instantiation_c1 (35 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a2
[       OK ] defaultdevicetype.reduce_instantiation_a2 (47 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b2
[       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (353 ms)
[----------] 1 test from defaultdevicetype_DeathTest (353 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (353 ms total)
[  PASSED  ] 1 test.
[       OK ] defaultdevicetype.reduce_instantiation_a2 (65 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b2
[       OK ] defaultdevicetype.reduce_instantiation_b2 (204 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c2
[       OK ] defaultdevicetype.reduce_instantiation_c2 (62 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a3
[       OK ] defaultdevicetype.reduce_instantiation_b2 (186 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c2
[       OK ] defaultdevicetype.reduce_instantiation_a3 (69 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b3
[       OK ] defaultdevicetype.reduce_instantiation_c2 (55 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a3
[       OK ] defaultdevicetype.reduce_instantiation_b2 (209 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c2
[       OK ] defaultdevicetype.reduce_instantiation_a3 (71 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b3
[       OK ] defaultdevicetype.reduce_instantiation_c2 (70 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_a3
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[       OK ] defaultdevicetype.reduce_instantiation_b3 (195 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c3
[       OK ] defaultdevicetype.reduce_instantiation_a3 (60 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_b3
[       OK ] defaultdevicetype.reduce_instantiation_c3 (61 ms)
[ RUN      ] defaultdevicetype.malloc
[       OK ] defaultdevicetype.malloc (0 ms)
[----------] 15 tests from defaultdevicetype (837 ms total)

[----------] Global test environment tear-down
[==========] 15 tests from 1 test suite ran. (838 ms total)
[  PASSED  ] 15 tests.
[       OK ] defaultdevicetype.reduce_instantiation_b3 (170 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c3
[       OK ] defaultdevicetype.reduce_instantiation_c3 (40 ms)
[ RUN      ] defaultdevicetype.malloc
[       OK ] defaultdevicetype.malloc (0 ms)
[----------] 15 tests from defaultdevicetype (867 ms total)

[----------] Global test environment tear-down
[==========] 15 tests from 1 test suite ran. (867 ms total)
[  PASSED  ] 15 tests.
[       OK ] defaultdevicetype.reduce_instantiation_b3 (123 ms)
[ RUN      ] defaultdevicetype.reduce_instantiation_c3
[       OK ] defaultdevicetype.reduce_instantiation_c3 (7 ms)
[ RUN      ] defaultdevicetype.malloc
[       OK ] defaultdevicetype.malloc (0 ms)
[----------] 15 tests from defaultdevicetype (856 ms total)

[----------] Global test environment tear-down
[==========] 15 tests from 1 test suite ran. (856 ms total)
[  PASSED  ] 15 tests.
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
32: Malloc/N:1048576/manual_time                                                        65.4 us          121 us        10740 15.2896k/s
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_c.cpp.o
[100%] Linking CXX executable Kokkos_bytes_and_flops
[100%] Built target Kokkos_bytes_and_flops
+ ctest --verbose
UpdateCTestConfiguration  from :/var/jenkins/workspace/Kokkos_PR-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 254 tests from 4 test suites.
1: [----------] Global test environment set-up.
1: [----------] 9 tests from serial_DeathTest
1: [ RUN      ] serial_DeathTest.abort_from_host
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreTestCompileOnly.dir/view/TestExtentsDatatypeConversion.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o
1: [       OK ] serial_DeathTest.abort_from_host (362 ms)
1: [ RUN      ] serial_DeathTest.abort_from_device
1: [       OK ] serial_DeathTest.abort_from_device (170 ms)
1: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
1: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (164 ms)
1: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
1: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (180 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: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:89: Skipped
1: skipping since no memory access violation would occur
1: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms)
1: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:105: Skipped
1: skipping since no memory access violation would occur
1: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms)
1: [----------] 9 tests from serial_DeathTest (878 ms total)
1: 
1: [----------] 1 test from serial_graph_DeathTest
1: [ RUN      ] serial_graph_DeathTest.can_instantiate_only_once
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestGraph.hpp:177: Skipped
1: Preconditions are not checked.
1: [  SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms)
1: [----------] 1 test from serial_graph_DeathTest (0 ms total)
1: 
1: [----------] 232 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_operator_equal
1: [       OK ] serial.array_operator_equal (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 (5 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.complex_structured_bindings
1: [       OK ] serial.complex_structured_bindings (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 (21 ms)
1: [ RUN      ] serial.partitioning_by_args
1: [       OK ] serial.partitioning_by_args (11 ms)
1: [ RUN      ] serial.partitioning_by_vector
1: [       OK ] serial.partitioning_by_vector (20 ms)
1: [ RUN      ] serial.exec_space_thread_safety_range
[       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (2965 ms)
[ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRange_g.cpp.o
1: [       OK ] serial.exec_space_thread_safety_range (1077 ms)
1: [ RUN      ] serial.exec_space_thread_safety_mdrange
1: [       OK ] serial.exec_space_thread_safety_mdrange (124 ms)
1: [ RUN      ] serial.exec_space_thread_safety_team_policy
1: [       OK ] serial.exec_space_thread_safety_team_policy (113 ms)
1: [ RUN      ] serial.exec_space_thread_safety_range_reduce
1: [       OK ] serial.exec_space_thread_safety_range_reduce (113 ms)
1: [ RUN      ] serial.exec_space_thread_safety_mdrange_reduce
1: [       OK ] serial.exec_space_thread_safety_mdrange_reduce (121 ms)
1: [ RUN      ] serial.exec_space_thread_safety_team_policy_reduce
1: [       OK ] serial.exec_space_thread_safety_team_policy_reduce (124 ms)
1: [ RUN      ] serial.exec_space_thread_safety_range_scan
1: [       OK ] serial.exec_space_thread_safety_range_scan (125 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 (6 ms)
1: [ RUN      ] serial.join_backward_compatibility
1: [       OK ] serial.join_backward_compatibility (0 ms)
1: [ RUN      ] serial.local_deepcopy_teampolicy_layoutleft
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewEmptyRuntimeUnmanaged.cpp.o
32: Malloc/N:16777216/manual_time                                                        328 us          162 us         9763 3.05181k/s
[       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (2862 ms)
[----------] 2 tests from serial_DeathTest (5828 ms total)

[----------] 166 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 (12 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 (55 ms)
[ RUN      ] serial.view_layout_left_with_stride
[       OK ] serial.view_layout_left_with_stride (0 ms)
[ RUN      ] serial.view_layout_right_with_stride
[       OK ] serial.view_layout_right_with_stride (0 ms)
[ RUN      ] serial.view_api_b
[       OK ] serial.view_api_b (1 ms)
[ RUN      ] serial.view_api_c
[       OK ] serial.view_api_c (99 ms)
[ RUN      ] serial.view_api_d
[       OK ] serial.view_api_d (1 ms)
[ RUN      ] serial.view_remap
[       OK ] serial.view_remap (0 ms)
[ RUN      ] serial.view_mirror_nonconst
[       OK ] serial.view_mirror_nonconst (0 ms)
[ RUN      ] serial.view_stride_method
[       OK ] serial.view_stride_method (0 ms)
[ RUN      ] serial.anonymous_space
[       OK ] serial.anonymous_space (0 ms)
[ RUN      ] serial.view_overload_resolution
[       OK ] serial.view_overload_resolution (0 ms)
[ RUN      ] serial.view_allocation_large_rank
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o
32: Malloc/N:268435456/manual_time                                                      6322 us          442 us          111  158.171/s
[ 48%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorDimMatch.cpp.o
[       OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (6722 ms)
[ RUN      ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 46%] Linking CXX executable Kokkos_CoreTestCompileOnly
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[       OK ] serial.view_allocation_large_rank (1597 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
[ 46%] Built target Kokkos_CoreTestCompileOnly
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewEmptyRuntimeUnmanaged.cpp.o
[       OK ] serial.deep_copy_alignment (90 ms)
[ RUN      ] serial.deep_copy_conversion
32: Malloc/N:4294967296/manual_time                                                    92084 us         3201 us            7  10.8597/s
Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewHooks.cpp.o
[       OK ] serial.deep_copy_conversion (430 ms)
[ RUN      ] serial.view_copy_tests
1: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (2738 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
[       OK ] serial.view_copy_tests (80 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
32: MallocFree/N:1/manual_time                                                          19.2 us         19.2 us        36134 52.0534k/s
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
32: MallocFree/N:16/manual_time                                                         19.2 us         19.2 us        36837 52.1291k/s
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_b.cpp.o
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (2187 ms)
1: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_CommonPolicyInterface.cpp.o
32: MallocFree/N:256/manual_time                                                        19.1 us         19.1 us        36522 52.3721k/s
32: MallocFree/N:4096/manual_time                                                       19.2 us         19.2 us        37023 52.0306k/s
1: [       OK ] serial.local_deepcopy_teampolicy_layoutright (1348 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
32: MallocFree/N:65536/manual_time                                                      19.8 us         19.8 us        35266 50.4877k/s
[       OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (5483 ms)
[----------] 2 tests from cuda_DeathTest (12206 ms total)

[----------] 150 tests from cuda
[ RUN      ] cuda.init
[       OK ] cuda.init (0 ms)
[ RUN      ] cuda.dispatch
[       OK ] cuda.dispatch (55 ms)
[ RUN      ] cuda.impl_shared_alloc
[       OK ] cuda.impl_shared_alloc (65 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 (62 ms)
[ RUN      ] cuda.view_layout_left_with_stride
[       OK ] cuda.view_layout_left_with_stride (0 ms)
[ RUN      ] cuda.view_layout_right_with_stride
[       OK ] cuda.view_layout_right_with_stride (0 ms)
[ RUN      ] cuda.view_api_b
[       OK ] cuda.view_api_b (4 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_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 (1 ms)
[ RUN      ] cuda.view_copy_degenerated
[       OK ] cuda.view_copy_degenerated (0 ms)
[ RUN      ] cuda.view_fill_tests_layout_right
[       OK ] cuda.view_fill_tests_layout_right (99 ms)
[ RUN      ] cuda.view_fill_tests_layout_left
[       OK ] cuda.view_fill_tests_layout_left (57 ms)
[ RUN      ] cuda.deep_copy_alignment
[       OK ] cuda.deep_copy_alignment (34 ms)
[ RUN      ] cuda.deep_copy_conversion
[       OK ] cuda.deep_copy_conversion (5 ms)
[ RUN      ] cuda.view_mapping
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (1336 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 (7 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
1: [       OK ] serial.mdrange_6d (191 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 (12 ms)
1: [ RUN      ] serial.mdrange_neg_idx
1: [       OK ] serial.mdrange_neg_idx (97 ms)
1: [ RUN      ] serial.mdrange_4d
1: [       OK ] serial.mdrange_4d (14 ms)
1: [ RUN      ] serial.mdrange_scalar
1: [       OK ] serial.mdrange_scalar (0 ms)
1: [ RUN      ] serial.mdrange_large_deep_copy
32: MallocFree/N:1048576/manual_time                                                     123 us          121 us         5752 8.15349k/s
[       OK ] cuda.view_mapping (606 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
[       OK ] cuda.view_resize (70 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 (214 ms)
[ RUN      ] cuda.view_layoutstride_right_to_layoutright_assignment
[       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 (9 ms)
[ RUN      ] cuda.double_reduce
[       OK ] cuda.double_reduce (9 ms)
[ RUN      ] cuda.int64_t_reduce_dynamic
[       OK ] cuda.int64_t_reduce_dynamic (13 ms)
[ RUN      ] cuda.double_reduce_dynamic
1: [       OK ] serial.mdrange_large_deep_copy (1064 ms)
1: [ RUN      ] serial.md_range_policy_construction_from_arrays
1: [       OK ] serial.md_range_policy_construction_from_arrays (0 ms)
1: [ RUN      ] serial.policy_get_tile_size
1: [       OK ] serial.policy_get_tile_size (0 ms)
1: [ RUN      ] serial.mdrange_parallel_reduce_primitive_types
[       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 (53 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 (125 ms)
[ RUN      ] cuda.reduce_device_view_team_policy
[       OK ] cuda.reduce_device_view_team_policy (5 ms)
[ RUN      ] cuda.reducers_int
[       OK ] cuda.reducers_int (6 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 (3 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.complex_structured_bindings
[       OK ] cuda.complex_structured_bindings (0 ms)
[ RUN      ] cuda.atomic_operations_int
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewLayoutStrideAssignment.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_a.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_b.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_subview.cpp.o
[       OK ] cuda.atomic_operations_int (14 ms)
[ RUN      ] cuda.atomic_operations_unsigned
[       OK ] cuda.atomic_operations_unsigned (12 ms)
[ RUN      ] cuda.atomic_operations_long
[       OK ] cuda.atomic_operations_long (14 ms)
[ RUN      ] cuda.atomic_operations_unsignedlong
[       OK ] cuda.atomic_operations_unsignedlong (11 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 (5 ms)
[ RUN      ] cuda.atomic_operations_complexdouble
[       OK ] cuda.atomic_operations_complexdouble (5 ms)
[ RUN      ] cuda.atomic_views_integral
32: MallocFree/N:16777216/manual_time                                                    359 us          159 us         5053 2.78619k/s
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ReducerCTADs.cpp.o
[ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMemoryAccessViolation.cpp.o
32: MallocFree/N:268435456/manual_time                                                  6407 us          416 us          108  156.074/s
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_View_64bit.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o
[ 25%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o
32: MallocFree/N:4294967296/manual_time                                                97977 us         3193 us            7  10.2065/s
1: [       OK ] serial.mdrange_parallel_reduce_primitive_types (3002 ms)
1: [ RUN      ] serial.mdspan_minimal_functional
1: [       OK ] serial.mdspan_minimal_functional (0 ms)
1: [ RUN      ] serial.mdspan_atomic_accessor
1: [       OK ] serial.mdspan_atomic_accessor (0 ms)
1: [ RUN      ] serial.view_mdspan_conversion
1: [       OK ] serial.view_mdspan_conversion (0 ms)
1: [ RUN      ] serial.view_mdspan_conversion_with_stride
1: [       OK ] serial.view_mdspan_conversion_with_stride (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_policy_round_trip_conversion_fires
1: [       OK ] serial.range_policy_round_trip_conversion_fires (0 ms)
1: [ RUN      ] serial.range_policy_one_way_convertible_bounds
1: [       OK ] serial.range_policy_one_way_convertible_bounds (0 ms)
1: [ RUN      ] serial.range_policy_check_sign_changes
1: [       OK ] serial.range_policy_check_sign_changes (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 (1 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 (243 ms)
1: [ RUN      ] serial.double_reduce
1: [       OK ] serial.double_reduce (262 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewCopy_b.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangePolicyConstructors.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c04.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewHooks.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
Scanning dependencies of target Kokkos_StackTraceTestExec
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
1: [       OK ] serial.int64_t_reduce_dynamic (802 ms)
1: [ RUN      ] serial.double_reduce_dynamic
32: MallocTouch/N:1/manual_time                                                         10.7 us         21.2 us        64741 93.0681k/s
1: [       OK ] serial.double_reduce_dynamic (1007 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic_view
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
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o
32: MallocTouch/N:16/manual_time                                                        11.0 us         21.8 us        65293 90.6706k/s
[       OK ] cuda.atomic_views_integral (6505 ms)
[ RUN      ] cuda.atomic_views_nonintegral
[       OK ] cuda.atomic_views_nonintegral (66 ms)
[ RUN      ] cuda.atomic_view_api
[       OK ] cuda.atomic_view_api (0 ms)
[ RUN      ] cuda.atomics
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfClass.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfViews.cpp.o
[       OK ] cuda.atomics (206 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 (4 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 (12 ms)
[ RUN      ] cuda.triple_nested_parallelism
[       OK ] cuda.triple_nested_parallelism (7 ms)
[ RUN      ] cuda.parallel_scan_with_reducers
[ 49%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 49%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_c.cpp.o
32: MallocTouch/N:256/manual_time                                                       10.6 us         20.9 us        65913  94.548k/s
[       OK ] cuda.parallel_scan_with_reducers (668 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
1: [       OK ] serial.reduce_device_view_mdrange_policy (2930 ms)
1: [ RUN      ] serial.reduce_device_view_team_policy
[       OK ] cuda.team_reduction_scan (1207 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_long_array_reduce
[       OK ] cuda.team_long_array_reduce (10 ms)
[ RUN      ] cuda.team_double_array_reduce
[       OK ] cuda.team_double_array_reduce (10 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
[ 49%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
32: MallocTouch/N:4096/manual_time                                                      17.5 us         28.2 us        39881  57.053k/s
[       OK ] cuda.team_policy_max_recommended (323 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 (2 ms)
[ RUN      ] cuda.memory_pool
[       OK ] cuda.memory_pool (19 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 (94 ms)
[ RUN      ] cuda.mdrange_6d
[       OK ] cuda.mdrange_6d (124 ms)
[ RUN      ] cuda.mdrange_2d
[       OK ] cuda.mdrange_2d (4 ms)
[ RUN      ] cuda.mdrange_array_reduce
[       OK ] cuda.mdrange_array_reduce (0 ms)
[ RUN      ] cuda.mdrange_3d
[       OK ] cuda.mdrange_3d (18 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 (16 ms)
[ RUN      ] cuda.workgraph_fib
[ 49%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 49%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
1: [       OK ] serial.reduce_device_view_team_policy (1626 ms)
1: [ RUN      ] serial.impl_shared_alloc
1: [       OK ] serial.impl_shared_alloc (4 ms)
1: [ RUN      ] serial.mdspan_space_aware_accessor
1: [       OK ] serial.mdspan_space_aware_accessor (0 ms)
1: [ RUN      ] serial.kokkos_swap
1: [       OK ] serial.kokkos_swap (0 ms)
1: [ RUN      ] serial.task_fib_deprecated
[       OK ] cuda.workgraph_fib (925 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
32: MallocTouch/N:65536/manual_time                                                     17.6 us         28.2 us        39919 56.9115k/s
1: [       OK ] serial.task_fib_deprecated (926 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 (21 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
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_b.cpp.o
[ 50%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
32: MallocTouch/N:1048576/manual_time                                                   77.3 us          135 us         9004 12.9328k/s
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 (20 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
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOutOfBoundsAccess.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 (19 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
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewResize.cpp.o
1: [       OK ] serial.task_fib_multiple (725 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 (19 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
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_HostSharedPtr.cpp.o
1: [       OK ] serial.task_fib_chase_lev (755 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 (20 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: [----------] 232 tests from serial (25397 ms total)
1: 
1: [----------] 12 tests from serial_graph
1: [ RUN      ] serial_graph.submit_once
1: [       OK ] serial_graph.submit_once (0 ms)
1: [ RUN      ] serial_graph.submit_once_rvalue
1: [       OK ] serial_graph.submit_once_rvalue (0 ms)
1: [ RUN      ] serial_graph.instantiate_and_submit_once
1: [       OK ] serial_graph.instantiate_and_submit_once (0 ms)
1: [ RUN      ] serial_graph.submit_onto_another_execution_space_instance
1: [       OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms)
1: [ RUN      ] serial_graph.create_graph_no_closure_with_exec
1: [       OK ] serial_graph.create_graph_no_closure_with_exec (0 ms)
1: [ RUN      ] serial_graph.create_graph_no_arg
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestGraph.hpp:243: Skipped
1: Skipping since useless if the test fixture is not on the default execution space.
1: [  SKIPPED ] serial_graph.create_graph_no_arg (0 ms)
1: [ RUN      ] serial_graph.submit_six
1: [       OK ] serial_graph.submit_six (0 ms)
1: [ RUN      ] serial_graph.when_all_cycle
1: [       OK ] serial_graph.when_all_cycle (0 ms)
1: [ RUN      ] serial_graph.zero_work_reduce
1: [       OK ] serial_graph.zero_work_reduce (0 ms)
1: [ RUN      ] serial_graph.empty_graph
1: [       OK ] serial_graph.empty_graph (0 ms)
1: [ RUN      ] serial_graph.diamond
1: [       OK ] serial_graph.diamond (0 ms)
1: [ RUN      ] serial_graph.end_of_submit_control_flow
1: [       OK ] serial_graph.end_of_submit_control_flow (0 ms)
1: [----------] 12 tests from serial_graph (0 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 254 tests from 4 test suites ran. (26277 ms total)
1: [  PASSED  ] 249 tests.
1: [  SKIPPED ] 5 tests, listed below:
1: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
1: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
1: [  SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once
1: [  SKIPPED ] serial.reduction_with_large_iteration_count
1: [  SKIPPED ] serial_graph.create_graph_no_arg
1: 
1:   YOU HAVE 1 DISABLED TEST
1: 
 1/46 Test  #1: Kokkos_CoreUnitTest_Serial1 ..........................   Passed   26.32 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 135 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: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:102: Skipped
2: only enforced when debug bound checks is enabled
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_stat
2: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:131: Skipped
2: only enforced when debug bound checks is enabled
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_mix
2: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:160: Skipped
2: only enforced when debug bound checks is enabled
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_static_extents
2: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:192: Skipped
2: only enforced when debug bound checks is enabled
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms)
2: [ RUN      ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewLayoutStrideAssignment.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WorkGraph.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
32: MallocTouch/N:16777216/manual_time                                                   312 us          178 us         7692 3.20296k/s
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o
2: [       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (1190 ms)
2: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
[       OK ] cuda.local_deepcopy_teampolicy_layoutleft (5129 ms)
[ RUN      ] cuda.local_deepcopy_rangepolicy_layoutleft
32: MallocTouch/N:268435456/manual_time                                                 6248 us          574 us          110  160.059/s
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o
2: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (1192 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 (2383 ms total)
2: 
2: [----------] 127 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
[ 50%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
32: MallocTouch/N:4294967296/manual_time                                              115579 us         5793 us           10  8.65206/s
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_a.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
2: [       OK ] serial.team_reduce_large (1347 ms)
2: [ RUN      ] serial.team_parallel_single
2: [       OK ] serial.team_parallel_single (6 ms)
2: [ RUN      ] serial.large_team_scratch_size
2: [       OK ] serial.large_team_scratch_size (0 ms)
2: [ RUN      ] serial.team_broadcast_long
2: [       OK ] serial.team_broadcast_long (0 ms)
2: [ RUN      ] serial.team_broadcast_long_wrapper
2: [       OK ] serial.team_broadcast_long_wrapper (0 ms)
2: [ RUN      ] serial.team_broadcast_char
2: [       OK ] serial.team_broadcast_char (0 ms)
2: [ RUN      ] serial.team_broadcast_float
2: [       OK ] serial.team_broadcast_float (0 ms)
2: [ RUN      ] serial.team_broadcast_double
2: [       OK ] serial.team_broadcast_double (0 ms)
2: [ RUN      ] serial.team_handle_by_value
2: [       OK ] serial.team_handle_by_value (0 ms)
2: [ RUN      ] serial.team_vector
2: [       OK ] serial.team_vector (4 ms)
2: [ RUN      ] serial.triple_nested_parallelism
32: MallocTouchFree/N:1/manual_time                                                     21.3 us         21.3 us        32647 47.0065k/s
2: [       OK ] serial.triple_nested_parallelism (558 ms)
2: [ RUN      ] serial.parallel_scan_with_reducers
2: [       OK ] serial.parallel_scan_with_reducers (67 ms)
2: [ RUN      ] serial.team_thread_range_combined_reducers
2: [       OK ] serial.team_thread_range_combined_reducers (0 ms)
2: [ RUN      ] serial.thread_vector_range_combined_reducers
2: [       OK ] serial.thread_vector_range_combined_reducers (0 ms)
2: [ RUN      ] serial.team_vector_range_combined_reducers
2: [       OK ] serial.team_vector_range_combined_reducers (0 ms)
2: [ RUN      ] serial.TeamThreadMDRangeParallelFor
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_a.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
2: [       OK ] serial.TeamThreadMDRangeParallelFor (8 ms)
2: [ RUN      ] serial.ThreadVectorMDRangeParallelFor
2: [       OK ] serial.ThreadVectorMDRangeParallelFor (5 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 (47 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_long_array_reduce
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
2: [       OK ] serial.team_long_array_reduce (99 ms)
2: [ RUN      ] serial.team_double_array_reduce
2: [       OK ] serial.team_double_array_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
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
32: MallocTouchFree/N:16/manual_time                                                    21.1 us         21.1 us        33192 47.4544k/s
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDRangeReduce.cpp.o
32: MallocTouchFree/N:256/manual_time                                                   21.0 us         21.0 us        33243 47.5893k/s
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_b.cpp.o
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Complex.cpp.o
32: MallocTouchFree/N:4096/manual_time                                                  28.2 us         28.2 us        24754 35.4265k/s
[       OK ] cuda.local_deepcopy_rangepolicy_layoutleft (6003 ms)
[ RUN      ] cuda.local_deepcopy_teampolicy_layoutright
32: MallocTouchFree/N:65536/manual_time                                                 28.3 us         28.2 us        24807  35.373k/s
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewCopy_c.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_HostSharedPtrAccessOnDevice.cpp.o
32: MallocTouchFree/N:1048576/manual_time                                                137 us          136 us         5091 7.30002k/s
2: [       OK ] serial.repeated_team_reduce (4229 ms)
2: [ RUN      ] serial.team_scan
2: [       OK ] serial.team_scan (120 ms)
2: [ RUN      ] serial.team_scan_ret_val
2: [       OK ] serial.team_scan_ret_val (120 ms)
2: [ RUN      ] serial.team_shared_request
2: [       OK ] serial.team_shared_request (63 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 (63 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 (5 ms)
2: [ RUN      ] serial.view_layout_left_with_stride
2: [       OK ] serial.view_layout_left_with_stride (0 ms)
2: [ RUN      ] serial.view_layout_right_with_stride
2: [       OK ] serial.view_layout_right_with_stride (0 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_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
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c01.cpp.o
32: MallocTouchFree/N:16777216/manual_time                                               338 us          175 us         4320 2.96249k/s
2: [       OK ] serial.view_allocation_large_rank (1399 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_bad_alloc
2: [       OK ] serial.view_bad_alloc (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
32: MallocTouchFree/N:268435456/manual_time                                             6447 us          594 us          106  155.099/s
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c02.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
32: MallocTouchFree/N:4294967296/manual_time                                          129964 us         6040 us            9  7.69447/s
[       OK ] cuda.local_deepcopy_teampolicy_layoutright (5800 ms)
[ RUN      ] cuda.local_deepcopy_rangepolicy_layoutright
[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_a.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
32: ----------------------------------------------------------------------------------------------------------------------------------------------
32: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s         MB
32: ----------------------------------------------------------------------------------------------------------------------------------------------
32: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                            0.018 s         0.002 s           100  44.8799/s        800
32: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                           0.018 s         0.002 s            38  45.3897/s        800
2: [       OK ] serial.view_fill_tests_layout_right (5264 ms)
2: [ RUN      ] serial.view_fill_tests_layout_left
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c03.cpp.o
32: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.002 s            38  43.1397/s        800
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
[ 50%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[ 50%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
32: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                           0.018 s         0.002 s            38  43.2855/s        800
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 51%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c12.cpp.o
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_c.cpp.o
32: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.002 s            38  42.9412/s        800
[ 48%] Linking CXX executable Kokkos_StackTraceTestExec
[ 48%] Built target Kokkos_StackTraceTestExec
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Complex.hpp(110): warning #20208-D: 'long double' is treated as 'double' in device code

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

Warning #20208-D: 'long double' is treated as 'double' in device code

[ 26%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o
Scanning dependencies of target Kokkos_IncrementalTest_OPENMP
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o
32: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.002 s            38  43.0336/s        800
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Reducers_e.cpp.o
[       OK ] cuda.local_deepcopy_rangepolicy_layoutright (6693 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
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c04.cpp.o
32: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.002 s            38  43.0178/s        800
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpan.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions.cpp.o
[       OK ] cuda.debug_pin_um_to_host (628 ms)
[ RUN      ] cuda.team_scratch_1_streams
32: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.002 s            37  41.9515/s        800
[ 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_HIP.dir/hip/TestHIP_SubView_c05.cpp.o
32: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.001 s            38  42.8591/s        800
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c06.cpp.o
2: [       OK ] serial.view_fill_tests_layout_left (5354 ms)
2: [ RUN      ] serial.view_empty_runtime_unmanaged
2: [       OK ] serial.view_empty_runtime_unmanaged (0 ms)
2: [ RUN      ] serial.view_hooks
2: [       OK ] serial.view_hooks (0 ms)
2: [ RUN      ] serial.view_layoutstride_left_to_layoutleft_assignment
2: [       OK ] serial.view_layoutstride_left_to_layoutleft_assignment (52 ms)
2: [ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
2: [       OK ] serial.view_layoutstride_right_to_layoutright_assignment (42 ms)
2: [ RUN      ] serial.view_irregular_layout
2: [       OK ] serial.view_irregular_layout (0 ms)
2: [ RUN      ] serial.view_mapping
2: [       OK ] serial.view_mapping (54 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.view_of_views_default
2: [       OK ] serial.view_of_views_default (0 ms)
2: [ RUN      ] serial.view_of_views_without_initializing
2: [       OK ] serial.view_of_views_without_initializing (0 ms)
2: [ RUN      ] serial.test_view_of_views_sequential_host_init
2: [       OK ] serial.test_view_of_views_sequential_host_init (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 (9 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:285: 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 (12 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 (12 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left
2: [       OK ] serial.view_subview_3d_from_5d_left (514 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
2: [       OK ] serial.view_subview_3d_from_5d_left_atomic (516 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
32: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.001 s            38  42.8685/s        800
2: [       OK ] serial.view_subview_3d_from_5d_left_randomaccess (515 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right
2: [       OK ] serial.view_subview_3d_from_5d_right (561 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
32: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.001 s            37  41.8678/s        800
2: [       OK ] serial.view_subview_3d_from_5d_right_atomic (561 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
32: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.001 s            38  42.9371/s        800
2: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (562 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: [----------] 127 tests from serial (22602 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 135 tests from 2 test suites ran. (24985 ms total)
2: [  PASSED  ] 128 tests.
2: [  SKIPPED ] 7 tests, listed below:
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents
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/46 Test  #2: Kokkos_CoreUnitTest_Serial2 ..........................   Passed   25.02 sec
test 3
      Start  3: Kokkos_CoreUnitTest_OpenMP

3: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_OpenMP
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 389 tests from 4 test suites.
3: [----------] Global test environment set-up.
3: [----------] 17 tests from openmp_DeathTest
3: [ RUN      ] openmp_DeathTest.abort_from_host
3: [       OK ] openmp_DeathTest.abort_from_host (160 ms)
3: [ RUN      ] openmp_DeathTest.abort_from_device
3: [       OK ] openmp_DeathTest.abort_from_device (172 ms)
3: [ RUN      ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort
3: [       OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (171 ms)
3: [ RUN      ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_Init.cpp.o
3: [       OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (161 ms)
3: [ RUN      ] openmp_DeathTest.policy_invalid_bounds
3: [       OK ] openmp_DeathTest.policy_invalid_bounds (0 ms)
3: [ RUN      ] openmp_DeathTest.range_policy_invalid_bounds
3: [       OK ] openmp_DeathTest.range_policy_invalid_bounds (0 ms)
3: [ RUN      ] openmp_DeathTest.range_policy_implicitly_converted_bounds
3: [       OK ] openmp_DeathTest.range_policy_implicitly_converted_bounds (0 ms)
3: [ RUN      ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:89: Skipped
3: skipping since no memory access violation would occur
3: [  SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms)
3: [ RUN      ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:105: Skipped
3: skipping since no memory access violation would occur
3: [  SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms)
3: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_dyn
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:102: Skipped
3: only enforced when debug bound checks is enabled
3: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
3: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_stat
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:131: Skipped
3: only enforced when debug bound checks is enabled
3: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_stat (0 ms)
3: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_mix
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:160: Skipped
3: only enforced when debug bound checks is enabled
3: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_mix (0 ms)
3: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_static_extents
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:192: Skipped
3: only enforced when debug bound checks is enabled
3: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_static_extents (0 ms)
3: [ RUN      ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment
32: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.001 s            38  42.9152/s        800
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c13.cpp.o
32: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.002 s            37   41.892/s        800
[ 32%] Built target Kokkos_CoreUnitTest_SYCL2D
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanAtomicAccessor.cpp.o
3: [       OK ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment (1164 ms)
3: [ RUN      ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c07.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
32: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.002 s            37  41.9086/s        800
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
3: [       OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (1189 ms)
3: [ RUN      ] openmp_DeathTest.view_memory_access_violations_from_host
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewMemoryAccessViolation.hpp:154: Skipped
3: skipping since no memory access violation would occur
3: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host (0 ms)
3: [ RUN      ] openmp_DeathTest.view_memory_access_violations_from_device
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewMemoryAccessViolation.hpp:169: Skipped
3: skipping since no memory access violation would occur
3: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device (0 ms)
3: [----------] 17 tests from openmp_DeathTest (3021 ms total)
3: 
3: [----------] 1 test from openmp_graph_DeathTest
3: [ RUN      ] openmp_graph_DeathTest.can_instantiate_only_once
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestGraph.hpp:177: Skipped
3: Preconditions are not checked.
3: [  SKIPPED ] openmp_graph_DeathTest.can_instantiate_only_once (0 ms)
3: [----------] 1 test from openmp_graph_DeathTest (0 ms total)
3: 
3: [----------] 359 tests from openmp
3: [ RUN      ] openmp.array_capacity
3: [       OK ] openmp.array_capacity (0 ms)
3: [ RUN      ] openmp.array_element_access
3: [       OK ] openmp.array_element_access (0 ms)
3: [ RUN      ] openmp.array_operator_equal
3: [       OK ] openmp.array_operator_equal (0 ms)
3: [ RUN      ] openmp.array_zero_capacity
3: [       OK ] openmp.array_zero_capacity (0 ms)
3: [ RUN      ] openmp.array_zero_data_nullptr
3: [       OK ] openmp.array_zero_data_nullptr (0 ms)
3: [ RUN      ] openmp.array_contiguous_capacity
3: [       OK ] openmp.array_contiguous_capacity (0 ms)
3: [ RUN      ] openmp.array_contiguous_element_access
3: [       OK ] openmp.array_contiguous_element_access (0 ms)
3: [ RUN      ] openmp.array_contiguous_assignment
3: [       OK ] openmp.array_contiguous_assignment (0 ms)
3: [ RUN      ] openmp.array_strided_capacity
3: [       OK ] openmp.array_strided_capacity (0 ms)
3: [ RUN      ] openmp.array_strided_element_access
3: [       OK ] openmp.array_strided_element_access (0 ms)
3: [ RUN      ] openmp.array_strided_assignment
3: [       OK ] openmp.array_strided_assignment (0 ms)
3: [ RUN      ] openmp.atomic_operations_complexdouble
3: [       OK ] openmp.atomic_operations_complexdouble (10 ms)
3: [ RUN      ] openmp.atomic_operations_complexfloat
3: [       OK ] openmp.atomic_operations_complexfloat (10 ms)
3: [ RUN      ] openmp.atomic_operations_double
3: [       OK ] openmp.atomic_operations_double (9 ms)
3: [ RUN      ] openmp.atomic_operations_float
3: [       OK ] openmp.atomic_operations_float (9 ms)
3: [ RUN      ] openmp.atomic_operations_int
3: [       OK ] openmp.atomic_operations_int (21 ms)
3: [ RUN      ] openmp.atomic_operations_long
3: [       OK ] openmp.atomic_operations_long (21 ms)
3: [ RUN      ] openmp.atomic_operations_longlong
3: [       OK ] openmp.atomic_operations_longlong (21 ms)
3: [ RUN      ] openmp.atomic_shared
3: [       OK ] openmp.atomic_shared (0 ms)
3: [ RUN      ] openmp.atomic_operations_unsigned
3: [       OK ] openmp.atomic_operations_unsigned (17 ms)
3: [ RUN      ] openmp.atomic_operations_unsignedlong
3: [       OK ] openmp.atomic_operations_unsignedlong (19 ms)
3: [ RUN      ] openmp.atomics
3: [       OK ] openmp.atomics (33 ms)
3: [ RUN      ] openmp.atomics_tpetra_max_abs
3: [       OK ] openmp.atomics_tpetra_max_abs (0 ms)
3: [ RUN      ] openmp.atomic_views_integral
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
3: [       OK ] openmp.atomic_views_integral (249 ms)
3: [ RUN      ] openmp.atomic_views_nonintegral
3: [       OK ] openmp.atomic_views_nonintegral (81 ms)
3: [ RUN      ] openmp.atomic_view_api
3: [       OK ] openmp.atomic_view_api (0 ms)
3: [ RUN      ] openmp.bit_manip_countl_zero
3: [       OK ] openmp.bit_manip_countl_zero (0 ms)
3: [ RUN      ] openmp.bit_manip_countl_one
3: [       OK ] openmp.bit_manip_countl_one (0 ms)
3: [ RUN      ] openmp.bit_manip_countr_zero
3: [       OK ] openmp.bit_manip_countr_zero (0 ms)
3: [ RUN      ] openmp.bit_manip_countr_one
3: [       OK ] openmp.bit_manip_countr_one (0 ms)
3: [ RUN      ] openmp.bit_manip_popcount
3: [       OK ] openmp.bit_manip_popcount (0 ms)
3: [ RUN      ] openmp.bit_manip_has_single_bit
3: [       OK ] openmp.bit_manip_has_single_bit (0 ms)
3: [ RUN      ] openmp.bit_manip_bit_floor
3: [       OK ] openmp.bit_manip_bit_floor (0 ms)
3: [ RUN      ] openmp.bit_manip_bit_ceil
3: [       OK ] openmp.bit_manip_bit_ceil (0 ms)
3: [ RUN      ] openmp.bit_manip_bit_width
3: [       OK ] openmp.bit_manip_bit_width (0 ms)
3: [ RUN      ] openmp.bit_manip_rotl
3: [       OK ] openmp.bit_manip_rotl (0 ms)
3: [ RUN      ] openmp.bit_manip_rotr
3: [       OK ] openmp.bit_manip_rotr (0 ms)
3: [ RUN      ] openmp.bit_manip_byeswap
3: [       OK ] openmp.bit_manip_byeswap (0 ms)
3: [ RUN      ] openmp.bit_manip_bit_cast
3: [       OK ] openmp.bit_manip_bit_cast (0 ms)
3: [ RUN      ] openmp.test_block_deduction_bug_pr_3103
3: [       OK ] openmp.test_block_deduction_bug_pr_3103 (0 ms)
3: [ RUN      ] openmp.checked_integer_operations_multiply_overflow
3: [       OK ] openmp.checked_integer_operations_multiply_overflow (0 ms)
3: [ RUN      ] openmp.execution_policy_occupancy_and_hint
3: [       OK ] openmp.execution_policy_occupancy_and_hint (0 ms)
3: [ RUN      ] openmp.complex_construction
3: [       OK ] openmp.complex_construction (0 ms)
3: [ RUN      ] openmp.complex_basic_math
3: [       OK ] openmp.complex_basic_math (0 ms)
3: [ RUN      ] openmp.complex_special_funtions
3: [       OK ] openmp.complex_special_funtions (0 ms)
3: [ RUN      ] openmp.complex_io
3: [       OK ] openmp.complex_io (0 ms)
3: [ RUN      ] openmp.complex_trivially_copyable
3: [       OK ] openmp.complex_trivially_copyable (0 ms)
3: [ RUN      ] openmp.complex_issue_3865
3: [       OK ] openmp.complex_issue_3865 (0 ms)
3: [ RUN      ] openmp.complex_operations_arithmetic_types_overloads
3: [       OK ] openmp.complex_operations_arithmetic_types_overloads (0 ms)
3: [ RUN      ] openmp.complex_structured_bindings
3: [       OK ] openmp.complex_structured_bindings (0 ms)
3: [ RUN      ] openmp.crs_count_fill
3: [       OK ] openmp.crs_count_fill (2 ms)
3: [ RUN      ] openmp.crs_copy_constructor
3: [       OK ] openmp.crs_copy_constructor (9 ms)
3: [ RUN      ] openmp.deep_copy_alignment
3: [       OK ] openmp.deep_copy_alignment (6 ms)
3: [ RUN      ] openmp.deep_copy_conversion
32: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.002 s            37   41.837/s        800
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o
3: [       OK ] openmp.deep_copy_conversion (122 ms)
3: [ RUN      ] openmp.partitioning_by_args
3: [       OK ] openmp.partitioning_by_args (54 ms)
3: [ RUN      ] openmp.partitioning_by_vector
3: [       OK ] openmp.partitioning_by_vector (64 ms)
3: [ RUN      ] openmp.exec_space_thread_safety_range
32: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           394  907.591/s       1.6k
3: [       OK ] openmp.exec_space_thread_safety_range (1070 ms)
3: [ RUN      ] openmp.exec_space_thread_safety_mdrange
3: [       OK ] openmp.exec_space_thread_safety_mdrange (296 ms)
3: [ RUN      ] openmp.exec_space_thread_safety_team_policy
3: [       OK ] openmp.exec_space_thread_safety_team_policy (264 ms)
3: [ RUN      ] openmp.exec_space_thread_safety_range_reduce
32: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           410  966.825/s       1.6k
3: [       OK ] openmp.exec_space_thread_safety_range_reduce (291 ms)
3: [ RUN      ] openmp.exec_space_thread_safety_mdrange_reduce
3: [       OK ] openmp.exec_space_thread_safety_mdrange_reduce (276 ms)
3: [ RUN      ] openmp.exec_space_thread_safety_team_policy_reduce
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
3: [       OK ] openmp.exec_space_thread_safety_team_policy_reduce (287 ms)
3: [ RUN      ] openmp.exec_space_thread_safety_range_scan
32: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           409  965.593/s       1.6k
3: [       OK ] openmp.exec_space_thread_safety_range_scan (323 ms)
3: [ RUN      ] openmp.execution_space_as_class_data_member
3: [       OK ] openmp.execution_space_as_class_data_member (0 ms)
3: [ RUN      ] openmp.functor_analysis
3: [       OK ] openmp.functor_analysis (0 ms)
3: [ RUN      ] openmp.host_shared_ptr_use_count
3: [       OK ] openmp.host_shared_ptr_use_count (0 ms)
3: [ RUN      ] openmp.host_shared_ptr_get
3: [       OK ] openmp.host_shared_ptr_get (0 ms)
3: [ RUN      ] openmp.host_shared_ptr_dereference_on_device
3: [       OK ] openmp.host_shared_ptr_dereference_on_device (0 ms)
3: [ RUN      ] openmp.host_shared_ptr_special_members_on_device
3: [       OK ] openmp.host_shared_ptr_special_members_on_device (0 ms)
3: [ RUN      ] openmp.host_shared_ptr_tracking
3: [       OK ] openmp.host_shared_ptr_tracking (0 ms)
3: [ RUN      ] openmp.init
3: [       OK ] openmp.init (0 ms)
3: [ RUN      ] openmp.dispatch
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c08.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 49%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
3: [       OK ] openmp.dispatch (430 ms)
3: [ RUN      ] openmp.join_backward_compatibility
3: [       OK ] openmp.join_backward_compatibility (0 ms)
3: [ RUN      ] openmp.local_deepcopy_teampolicy_layoutleft
32: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           408  966.819/s       1.6k
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit.dir/UnitTestMain.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c05.cpp.o
[ 49%] Built target Kokkos_CoreUnitTest_KokkosP
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 52%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPTarget.dir/openmptarget/TestOpenMPTarget_SubView_c14.cpp.o
32: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           409  965.649/s       1.6k
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_d.cpp.o
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
3: [       OK ] openmp.local_deepcopy_teampolicy_layoutleft (1672 ms)
3: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutleft
32: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           408  966.817/s       1.6k
[ 52%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit.dir/sycl/TestSYCL_InterOp_Init.cpp.o
32: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.002 s         0.002 s           409  965.452/s       1.6k
3: [       OK ] openmp.local_deepcopy_rangepolicy_layoutleft (1598 ms)
3: [ RUN      ] openmp.local_deepcopy_teampolicy_layoutright
[       OK ] cuda.team_scratch_1_streams (14179 ms)
[----------] 150 tests from cuda (50757 ms total)

[----------] 55 tests from cuda_uvm
[ RUN      ] cuda_uvm.impl_shared_alloc
[       OK ] cuda_uvm.impl_shared_alloc (49 ms)
[ RUN      ] cuda_uvm.view_api_a
[       OK ] cuda_uvm.view_api_a (63 ms)
[ RUN      ] cuda_uvm.view_layout_left_with_stride
[       OK ] cuda_uvm.view_layout_left_with_stride (0 ms)
[ RUN      ] cuda_uvm.view_layout_right_with_stride
[       OK ] cuda_uvm.view_layout_right_with_stride (0 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_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 (298 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 (24 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 (9 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 (142 ms)
[ RUN      ] cuda_uvm.view_fill_tests_layout_left
[       OK ] cuda_uvm.view_fill_tests_layout_left (108 ms)
[ RUN      ] cuda_uvm.view_mapping
[       OK ] cuda_uvm.view_mapping (613 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 (6 ms)
[ RUN      ] cuda_uvm.view_subview_auto_1d_right
[       OK ] cuda_uvm.view_subview_auto_1d_right (5 ms)
[ RUN      ] cuda_uvm.view_subview_auto_1d_stride
[       OK ] cuda_uvm.view_subview_auto_1d_stride (5 ms)
[ RUN      ] cuda_uvm.view_subview_assign_strided
[       OK ] cuda_uvm.view_subview_assign_strided (4 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 (3 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 (57 ms)
[ RUN      ] cuda_uvm.view_subview_2d_from_3d_randomaccess
[       OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (56 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_left
[       OK ] cuda_uvm.view_subview_3d_from_5d_left (78 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_atomic
[       OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (78 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
32: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.005 s         0.005 s           150  345.861/s       1.6k
3: [       OK ] openmp.local_deepcopy_teampolicy_layoutright (1288 ms)
3: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutright
[       OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (82 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_right
[       OK ] cuda_uvm.view_subview_3d_from_5d_right (76 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_atomic
[       OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (76 ms)
[ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o
[       OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (78 ms)
[ RUN      ] cuda_uvm.view_test_unmanaged_subview_reset
[       OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms)
[----------] 55 tests from cuda_uvm (2074 ms total)

[----------] 28 tests from cuda_hostpinned
[ RUN      ] cuda_hostpinned.impl_shared_alloc
[       OK ] cuda_hostpinned.impl_shared_alloc (30 ms)
[ RUN      ] cuda_hostpinned.view_api_a
[       OK ] cuda_hostpinned.view_api_a (58 ms)
[ RUN      ] cuda_hostpinned.view_layout_left_with_stride
[       OK ] cuda_hostpinned.view_layout_left_with_stride (0 ms)
[ RUN      ] cuda_hostpinned.view_layout_right_with_stride
[       OK ] cuda_hostpinned.view_layout_right_with_stride (0 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_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
32: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.012 s         0.012 s            58  137.301/s       1.6k
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o
32: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           409  965.585/s       1.6k
3: [       OK ] openmp.local_deepcopy_rangepolicy_layoutright (1287 ms)
3: [ RUN      ] openmp.deep_copy_scratch
3: [       OK ] openmp.deep_copy_scratch (0 ms)
3: [ RUN      ] openmp.mathematical_constants_e
3: [       OK ] openmp.mathematical_constants_e (0 ms)
3: [ RUN      ] openmp.mathematical_constants_log2e
3: [       OK ] openmp.mathematical_constants_log2e (0 ms)
3: [ RUN      ] openmp.mathematical_constants_log10e
3: [       OK ] openmp.mathematical_constants_log10e (0 ms)
3: [ RUN      ] openmp.mathematical_constants_pi
3: [       OK ] openmp.mathematical_constants_pi (0 ms)
3: [ RUN      ] openmp.mathematical_constants_inv_pi
3: [       OK ] openmp.mathematical_constants_inv_pi (0 ms)
3: [ RUN      ] openmp.mathematical_constants_inv_sqrtpi
3: [       OK ] openmp.mathematical_constants_inv_sqrtpi (0 ms)
3: [ RUN      ] openmp.mathematical_constants_ln2
3: [       OK ] openmp.mathematical_constants_ln2 (0 ms)
3: [ RUN      ] openmp.mathematical_constants_ln10
3: [       OK ] openmp.mathematical_constants_ln10 (0 ms)
3: [ RUN      ] openmp.mathematical_constants_sqrt2
3: [       OK ] openmp.mathematical_constants_sqrt2 (0 ms)
3: [ RUN      ] openmp.mathematical_constants_sqrt3
3: [       OK ] openmp.mathematical_constants_sqrt3 (0 ms)
3: [ RUN      ] openmp.mathematical_constants_inv_sqrt3
3: [       OK ] openmp.mathematical_constants_inv_sqrt3 (0 ms)
3: [ RUN      ] openmp.mathematical_constants_egamma
3: [       OK ] openmp.mathematical_constants_egamma (0 ms)
3: [ RUN      ] openmp.mathematical_constants_phi
3: [       OK ] openmp.mathematical_constants_phi (0 ms)
3: [ RUN      ] openmp.mathematical_functions_trigonometric_functions
3: [       OK ] openmp.mathematical_functions_trigonometric_functions (3 ms)
3: [ RUN      ] openmp.mathematical_functions_hyperbolic_functions
3: [       OK ] openmp.mathematical_functions_hyperbolic_functions (3 ms)
3: [ RUN      ] openmp.mathematical_functions_non_standard
3: [       OK ] openmp.mathematical_functions_non_standard (0 ms)
3: [ RUN      ] openmp.mathematical_functions_power_functions
3: [       OK ] openmp.mathematical_functions_power_functions (1 ms)
3: [ RUN      ] openmp.mathematical_functions_fma
3: [       OK ] openmp.mathematical_functions_fma (0 ms)
3: [ RUN      ] openmp.mathematical_functions_error_and_gamma_functions
3: [       OK ] openmp.mathematical_functions_error_and_gamma_functions (2 ms)
3: [ RUN      ] openmp.mathematical_functions_nearest_interger_floating_point_operations
3: [       OK ] openmp.mathematical_functions_nearest_interger_floating_point_operations (2 ms)
3: [ RUN      ] openmp.mathematical_functions_floating_point_manipulation_functions
3: [       OK ] openmp.mathematical_functions_floating_point_manipulation_functions (1 ms)
3: [ RUN      ] openmp.mathematical_functions_absolute_value
3: [       OK ] openmp.mathematical_functions_absolute_value (0 ms)
3: [ RUN      ] openmp.mathematical_functions_floating_point_absolute_value
3: [       OK ] openmp.mathematical_functions_floating_point_absolute_value (0 ms)
3: [ RUN      ] openmp.mathematical_functions_remainder_function
3: [       OK ] openmp.mathematical_functions_remainder_function (0 ms)
3: [ RUN      ] openmp.mathematical_functions_isfinite
3: [       OK ] openmp.mathematical_functions_isfinite (0 ms)
3: [ RUN      ] openmp.mathematical_functions_isinf
3: [       OK ] openmp.mathematical_functions_isinf (0 ms)
3: [ RUN      ] openmp.mathematical_functions_isnan
3: [       OK ] openmp.mathematical_functions_isnan (0 ms)
3: [ RUN      ] openmp.mathematical_functions_exponential_functions
3: [       OK ] openmp.mathematical_functions_exponential_functions (3 ms)
3: [ RUN      ] openmp.mathspecialfunc_expint1
3: [       OK ] openmp.mathspecialfunc_expint1 (0 ms)
3: [ RUN      ] openmp.mathspecialfunc_errorfunc
3: [       OK ] openmp.mathspecialfunc_errorfunc (0 ms)
3: [ RUN      ] openmp.mathspecialfunc_cbesselj0y0
3: [       OK ] openmp.mathspecialfunc_cbesselj0y0 (1 ms)
3: [ RUN      ] openmp.mathspecialfunc_cbesselj1y1
3: [       OK ] openmp.mathspecialfunc_cbesselj1y1 (1 ms)
3: [ RUN      ] openmp.mathspecialfunc_cbesseli0k0
3: [       OK ] openmp.mathspecialfunc_cbesseli0k0 (0 ms)
3: [ RUN      ] openmp.mathspecialfunc_cbesseli1k1
3: [       OK ] openmp.mathspecialfunc_cbesseli1k1 (0 ms)
3: [ RUN      ] openmp.mathspecialfunc_cbesselh1stkind
3: [       OK ] openmp.mathspecialfunc_cbesselh1stkind (0 ms)
3: [ RUN      ] openmp.mathspecialfunc_cbesselh2ndkind
3: [       OK ] openmp.mathspecialfunc_cbesselh2ndkind (0 ms)
3: [ RUN      ] openmp.mdrange_5d
3: [       OK ] openmp.mdrange_5d (33 ms)
3: [ RUN      ] openmp.mdrange_6d
3: [       OK ] openmp.mdrange_6d (94 ms)
3: [ RUN      ] openmp.mdrange_2d
3: [       OK ] openmp.mdrange_2d (2 ms)
3: [ RUN      ] openmp.mdrange_array_reduce
3: [       OK ] openmp.mdrange_array_reduce (0 ms)
3: [ RUN      ] openmp.mdrange_3d
3: [       OK ] openmp.mdrange_3d (14 ms)
3: [ RUN      ] openmp.mdrange_neg_idx
3: [       OK ] openmp.mdrange_neg_idx (49 ms)
3: [ RUN      ] openmp.mdrange_4d
3: [       OK ] openmp.mdrange_4d (10 ms)
3: [ RUN      ] openmp.mdrange_scalar
3: [       OK ] openmp.mdrange_scalar (0 ms)
3: [ RUN      ] openmp.mdrange_large_deep_copy
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[ 52%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
3: [       OK ] openmp.mdrange_large_deep_copy (892 ms)
3: [ RUN      ] openmp.md_range_policy_construction_from_arrays
3: [       OK ] openmp.md_range_policy_construction_from_arrays (0 ms)
3: [ RUN      ] openmp.policy_get_tile_size
3: [       OK ] openmp.policy_get_tile_size (0 ms)
3: [ RUN      ] openmp.mdrange_parallel_reduce_primitive_types
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_JoinBackwardCompatibility.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MDSpanConversion.cpp.o
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
32: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.004 s         0.004 s           166  379.128/s       1.6k
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[       OK ] cuda_hostpinned.view_allocation_large_rank (2652 ms)
[ RUN      ] cuda_hostpinned.view_shmem_size_on_device
[       OK ] cuda_hostpinned.view_shmem_size_on_device (0 ms)
[ RUN      ] cuda_hostpinned.view_is_assignable
[       OK ] cuda_hostpinned.view_is_assignable (0 ms)
[ RUN      ] cuda_hostpinned.view_copy_tests
[       OK ] cuda_hostpinned.view_copy_tests (83 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
32: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.004 s         0.004 s           159  364.605/s       1.6k
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o
32: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           409  966.609/s       1.6k
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
32: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           409  965.363/s       1.6k
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 52%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
32: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           408  966.594/s       1.6k
32: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           409  965.304/s       1.6k
3: [       OK ] openmp.mdrange_parallel_reduce_primitive_types (4884 ms)
3: [ RUN      ] openmp.mdspan_minimal_functional
3: [       OK ] openmp.mdspan_minimal_functional (0 ms)
3: [ RUN      ] openmp.mdspan_atomic_accessor
3: [       OK ] openmp.mdspan_atomic_accessor (0 ms)
3: [ RUN      ] openmp.view_mdspan_conversion
3: [       OK ] openmp.view_mdspan_conversion (0 ms)
3: [ RUN      ] openmp.view_mdspan_conversion_with_stride
3: [       OK ] openmp.view_mdspan_conversion_with_stride (0 ms)
3: [ RUN      ] openmp.max
3: [       OK ] openmp.max (0 ms)
3: [ RUN      ] openmp.max_within_parfor
3: [       OK ] openmp.max_within_parfor (0 ms)
3: [ RUN      ] openmp.min
3: [       OK ] openmp.min (0 ms)
3: [ RUN      ] openmp.min_within_parfor
3: [       OK ] openmp.min_within_parfor (0 ms)
3: [ RUN      ] openmp.minmax
3: [       OK ] openmp.minmax (0 ms)
3: [ RUN      ] openmp.minmax_within_parfor
3: [       OK ] openmp.minmax_within_parfor (0 ms)
3: [ RUN      ] openmp.clamp
3: [       OK ] openmp.clamp (0 ms)
3: [ RUN      ] openmp.clamp_within_parfor
3: [       OK ] openmp.clamp_within_parfor (0 ms)
3: [ RUN      ] openmp.numeric_traits_infinity
3: [       OK ] openmp.numeric_traits_infinity (0 ms)
3: [ RUN      ] openmp.numeric_traits_epsilon
3: [       OK ] openmp.numeric_traits_epsilon (0 ms)
3: [ RUN      ] openmp.numeric_traits_round_error
3: [       OK ] openmp.numeric_traits_round_error (0 ms)
3: [ RUN      ] openmp.numeric_traits_norm_min
3: [       OK ] openmp.numeric_traits_norm_min (0 ms)
3: [ RUN      ] openmp.numeric_traits_denorm_min
3: [       OK ] openmp.numeric_traits_denorm_min (0 ms)
3: [ RUN      ] openmp.numeric_traits_finite_min_max
3: [       OK ] openmp.numeric_traits_finite_min_max (1 ms)
3: [ RUN      ] openmp.numeric_traits_digits
3: [       OK ] openmp.numeric_traits_digits (0 ms)
3: [ RUN      ] openmp.numeric_traits_digits10
3: [       OK ] openmp.numeric_traits_digits10 (0 ms)
3: [ RUN      ] openmp.numeric_traits_max_digits10
3: [       OK ] openmp.numeric_traits_max_digits10 (0 ms)
3: [ RUN      ] openmp.numeric_traits_radix
3: [       OK ] openmp.numeric_traits_radix (0 ms)
3: [ RUN      ] openmp.numeric_traits_min_max_exponent
3: [       OK ] openmp.numeric_traits_min_max_exponent (0 ms)
3: [ RUN      ] openmp.numeric_traits_min_max_exponent10
3: [       OK ] openmp.numeric_traits_min_max_exponent10 (0 ms)
3: [ RUN      ] openmp.numeric_traits_quiet_and_signaling_nan
3: [       OK ] openmp.numeric_traits_quiet_and_signaling_nan (0 ms)
3: [ RUN      ] openmp.numeric_traits_sfinae_friendly
3: [       OK ] openmp.numeric_traits_sfinae_friendly (0 ms)
3: [ RUN      ] openmp.occupancy_control
3: [       OK ] openmp.occupancy_control (0 ms)
3: [ RUN      ] openmp.memory_pool
3: [       OK ] openmp.memory_pool (62 ms)
3: [ RUN      ] openmp.cxx11
3: [       OK ] openmp.cxx11 (0 ms)
3: [ RUN      ] openmp.viewctorprop_embedded_dim
3: [       OK ] openmp.viewctorprop_embedded_dim (0 ms)
3: [ RUN      ] openmp.viewctorpop_view_allocate_without_initializing_backward_compatility
3: [       OK ] openmp.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
3: [ RUN      ] openmp.parallel_scan_range_policy
3: [       OK ] openmp.parallel_scan_range_policy (29 ms)
3: [ RUN      ] openmp.kokkos_printf
3: [       OK ] openmp.kokkos_printf (0 ms)
3: [ RUN      ] openmp.quad_precision_reductions
3: [       OK ] openmp.quad_precision_reductions (0 ms)
3: [ RUN      ] openmp.quad_precision_common_math_functions
3: [       OK ] openmp.quad_precision_common_math_functions (0 ms)
3: [ RUN      ] openmp.range_for
3: [       OK ] openmp.range_for (1 ms)
3: [ RUN      ] openmp.range_reduce
3: [       OK ] openmp.range_reduce (1 ms)
3: [ RUN      ] openmp.range_dynamic_policy
3: [       OK ] openmp.range_dynamic_policy (15 ms)
3: [ RUN      ] openmp.range_policy_runtime_parameters
3: [       OK ] openmp.range_policy_runtime_parameters (0 ms)
3: [ RUN      ] openmp.range_policy_round_trip_conversion_fires
3: [       OK ] openmp.range_policy_round_trip_conversion_fires (0 ms)
3: [ RUN      ] openmp.range_policy_one_way_convertible_bounds
3: [       OK ] openmp.range_policy_one_way_convertible_bounds (0 ms)
3: [ RUN      ] openmp.range_policy_check_sign_changes
3: [       OK ] openmp.range_policy_check_sign_changes (0 ms)
3: [ RUN      ] openmp.range_for_require
3: [       OK ] openmp.range_for_require (1 ms)
3: [ RUN      ] openmp.range_reduce_require
3: [       OK ] openmp.range_reduce_require (0 ms)
3: [ RUN      ] openmp.range_dynamic_policy_require
3: [       OK ] openmp.range_dynamic_policy_require (15 ms)
3: [ RUN      ] openmp.reducers_int
3: [       OK ] openmp.reducers_int (5 ms)
3: [ RUN      ] openmp.reducers_double
3: [       OK ] openmp.reducers_double (6 ms)
3: [ RUN      ] openmp.reducers_complex_double
3: [       OK ] openmp.reducers_complex_double (4 ms)
3: [ RUN      ] openmp.reducers_struct
3: [       OK ] openmp.reducers_struct (13 ms)
3: [ RUN      ] openmp.reducers_half_t
3: [       OK ] openmp.reducers_half_t (6 ms)
3: [ RUN      ] openmp.reducers_bhalf_t
3: [       OK ] openmp.reducers_bhalf_t (6 ms)
3: [ RUN      ] openmp.reducers_int8_t
3: [       OK ] openmp.reducers_int8_t (6 ms)
3: [ RUN      ] openmp.reducers_int16_t
3: [       OK ] openmp.reducers_int16_t (6 ms)
3: [ RUN      ] openmp.reducers_point_t
3: [       OK ] openmp.reducers_point_t (6 ms)
3: [ RUN      ] openmp.reducers_bool
3: [       OK ] openmp.reducers_bool (0 ms)
3: [ RUN      ] openmp.int64_t_reduce
3: [       OK ] openmp.int64_t_reduce (86 ms)
3: [ RUN      ] openmp.double_reduce
3: [       OK ] openmp.double_reduce (92 ms)
3: [ RUN      ] openmp.int64_t_reduce_dynamic
3: [       OK ] openmp.int64_t_reduce_dynamic (220 ms)
3: [ RUN      ] openmp.double_reduce_dynamic
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMapping_a.cpp.o
32: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.012 s         0.012 s            56  132.846/s       1.6k
3: [       OK ] openmp.double_reduce_dynamic (278 ms)
3: [ RUN      ] openmp.int64_t_reduce_dynamic_view
3: [       OK ] openmp.int64_t_reduce_dynamic_view (61 ms)
3: [ RUN      ] openmp.int_combined_reduce
3: [       OK ] openmp.int_combined_reduce (0 ms)
3: [ RUN      ] openmp.mdrange_combined_reduce
3: [       OK ] openmp.mdrange_combined_reduce (0 ms)
3: [ RUN      ] openmp.int_combined_reduce_mixed
3: [       OK ] openmp.int_combined_reduce_mixed (0 ms)
3: [ RUN      ] openmp.reduction_with_large_iteration_count
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestReduce.hpp:642: Skipped
3: Disabling for host backends
3: [  SKIPPED ] openmp.reduction_with_large_iteration_count (0 ms)
3: [ RUN      ] openmp.reduction_deduction
3: [       OK ] openmp.reduction_deduction (0 ms)
3: [ RUN      ] openmp.reduce_device_view_range_policy
3: [       OK ] openmp.reduce_device_view_range_policy (14 ms)
3: [ RUN      ] openmp.reduce_device_view_mdrange_policy
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
3: [       OK ] openmp.reduce_device_view_mdrange_policy (595 ms)
3: [ RUN      ] openmp.reduce_device_view_team_policy
32: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.012 s         0.012 s            55  129.553/s       1.6k
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
3: [       OK ] openmp.reduce_device_view_team_policy (427 ms)
3: [ RUN      ] openmp.impl_shared_alloc
3: [       OK ] openmp.impl_shared_alloc (6 ms)
3: [ RUN      ] openmp.mdspan_space_aware_accessor
3: [       OK ] openmp.mdspan_space_aware_accessor (0 ms)
3: [ RUN      ] openmp.kokkos_swap
3: [       OK ] openmp.kokkos_swap (0 ms)
3: [ RUN      ] openmp.team_for
3: [       OK ] openmp.team_for (216 ms)
3: [ RUN      ] openmp.team_reduce
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
32: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.005 s         0.005 s           136  340.564/s       1.6k
[ 52%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
3: [       OK ] openmp.team_reduce (182 ms)
3: [ RUN      ] openmp.team_reduce_large
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
3: [       OK ] openmp.team_reduce_large (389 ms)
3: [ RUN      ] openmp.team_parallel_single
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
32: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.008 s         0.008 s            80  197.655/s       1.6k
[ 52%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Concepts.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SharedAlloc.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
32: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           408  965.091/s       1.6k
[ 52%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
32: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           408  966.479/s       1.6k
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 33%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpInit
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
32: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.023 s         0.023 s            30  70.1908/s       1.6k
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
32: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.005 s         0.005 s           132  322.909/s       1.6k
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 33%] Built target Kokkos_CoreUnitTest_SYCL2C
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit_Context.dir/UnitTestMainInit.cpp.o
32: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           408  966.437/s       1.6k
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
32: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           408  965.099/s       1.6k
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
32: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.019 s         0.019 s            37  85.6558/s       1.6k
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
32: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.006 s         0.006 s           105  265.058/s       1.6k
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_LocalDeepCopy.cpp.o
[ 34%] Built target Kokkos_CoreUnitTest_SYCLInterOpInit
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreams.dir/UnitTestMain.cpp.o
32: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           409  965.331/s       1.6k
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 50%] 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
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
32: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           408  966.666/s       1.6k
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
32: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.021 s         0.021 s            33  76.3084/s       1.6k
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 63%] 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/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
32: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.006 s         0.006 s           102    265.5/s       1.6k
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreams.dir/sycl/TestSYCL_InterOp_Streams.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
32: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time          0.002 s         0.002 s           424  1002.95/s       1.6k
[ 52%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[ 52%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o
32: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time        0.002 s         0.002 s           424  1003.35/s       1.6k
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
32: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time         0.002 s         0.002 s           424  1002.97/s       1.6k
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
32: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time         0.002 s         0.002 s           424  1003.35/s       1.6k
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 51%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
32: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           660  754.471/s        800
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SpaceAwareAccessorAccessViolation.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpInit_Context.dir/sycl/TestSYCL_InterOp_Init_Context.cpp.o
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
32: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           660  754.491/s        800
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_b.cpp.o
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
32: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           660  754.543/s        800
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c09.cpp.o
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
32: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           660  754.704/s        800
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vector_hpp.dir/tstHeader.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
32: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           660  754.598/s        800
32: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           652  754.592/s        800
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SpaceAwareAccessor.cpp.o
32: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           660  754.709/s        800
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c10.cpp.o
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c11.cpp.o
32: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           660  754.719/s        800
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o
32: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           660  754.509/s        800
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_MinMaxClamp.cpp.o
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o
32: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           660  754.553/s        800
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Vector_hpp
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
32: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           660   754.45/s        800
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
32: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           660  754.471/s        800
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
32: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           660  754.165/s        800
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[       OK ] serial.view_fill_tests_layout_right (87008 ms)
[ RUN      ] serial.view_fill_tests_layout_left
32: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           660  754.125/s        800
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_Swap.cpp.o
3: [       OK ] openmp.team_parallel_single (24535 ms)
3: [ RUN      ] openmp.large_team_scratch_size
3: [       OK ] openmp.large_team_scratch_size (0 ms)
3: [ RUN      ] openmp.team_broadcast_long
3: [       OK ] openmp.team_broadcast_long (844 ms)
3: [ RUN      ] openmp.team_broadcast_long_wrapper
3: [       OK ] openmp.team_broadcast_long_wrapper (826 ms)
3: [ RUN      ] openmp.team_broadcast_char
32: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           660  754.117/s        800
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
3: [       OK ] openmp.team_broadcast_char (818 ms)
3: [ RUN      ] openmp.team_broadcast_float
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
32: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           660  753.862/s        800
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
3: [       OK ] openmp.team_broadcast_float (839 ms)
3: [ RUN      ] openmp.team_broadcast_double
32: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                  0.001 s         0.001 s           661  756.302/s        800
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
3: [       OK ] openmp.team_broadcast_double (822 ms)
3: [ RUN      ] openmp.team_handle_by_value
3: [       OK ] openmp.team_handle_by_value (0 ms)
3: [ RUN      ] openmp.team_vector
32: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                 0.001 s         0.001 s           662  756.322/s        800
32: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 5.68482k/s       1.6k
32: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 5.78208k/s       1.6k
32: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.001 s            10 3.05901k/s       1.6k
32: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.001 s            10 3.03968k/s       1.6k
32: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 5.06565k/s       1.6k
32: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.001 s            10 2.48688k/s       1.6k
32: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 8.49017k/s       1.6k
32: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 8.46478k/s       1.6k
32: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 3.65147k/s       1.6k
32: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 3.65122k/s       1.6k
32: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 6.94781k/s       1.6k
32: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.001 s            10 2.88116k/s       1.6k
32: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10  4.9065k/s       1.6k
32: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.001 s            10 2.58635k/s       1.6k
32: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10  4.1339k/s       1.6k
32: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.001 s            10 1.82896k/s       1.6k
32: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 6.31075k/s       1.6k
32: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.001 s            10  2.9808k/s       1.6k
32: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 5.29775k/s       1.6k
32: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.001 s            10 2.03302k/s       1.6k
32: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10  3.2248k/s       1.6k
32: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.001 s            10 2.48773k/s       1.6k
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
32: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.004 s         0.000 s            10   361.58/s       1.6k
32: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.004 s         0.001 s            10  405.023/s       1.6k
32: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.004 s         0.001 s            10  444.025/s       1.6k
32: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.004 s         0.001 s            10  399.855/s       1.6k
32: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.004 s         0.001 s            10  455.697/s       1.6k
32: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.004 s         0.001 s            10    390.3/s       1.6k
[ 52%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
32: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.004 s         0.001 s            10  434.827/s       1.6k
32: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.004 s         0.001 s            10   426.27/s       1.6k
32: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.004 s         0.001 s            10   425.55/s       1.6k
32: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.004 s         0.001 s            10  412.666/s       1.6k
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o
32: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time           0.023 s         0.003 s            10  69.8434/s       1.6k
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Crs.cpp.o
32: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time          0.023 s         0.003 s            10  69.0107/s       1.6k
32/59 Test #32: Kokkos_PerformanceTest_Benchmark .....................   Passed  120.30 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-09-12_T14-21-42.json"
33: Test timeout computed to be: 1500
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c06.cpp.o
[ 34%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpInit_Context
33: 2024-09-12T14:36:02+00:00
33: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
33: Run on (6 X 2095.08 MHz CPU s)
33: CPU Caches:
33:   L1 Data 32 KiB (x6)
33:   L1 Instruction 32 KiB (x6)
33:   L2 Unified 4096 KiB (x6)
33:   L3 Unified 16384 KiB (x6)
33: Load Average: 1.02, 3.58, 3.46
33: CPU architecture: none
33: Default Device: Cuda
33: GIT_BRANCH: HEAD
33: GIT_CLEAN_STATUS: CLEAN
33: GIT_COMMIT_DATE: 2024-09-12T14:20:40+00:00
33: GIT_COMMIT_DESCRIPTION: Merge commit 'd02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a' into HEAD
33: GIT_COMMIT_HASH: cdfa095aa
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_CXX17: yes
33: KOKKOS_ENABLE_CXX20: no
33: KOKKOS_ENABLE_CXX23: no
33: KOKKOS_ENABLE_CXX26: no
33: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
33: KOKKOS_ENABLE_HWLOC: no
33: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes
33: KOKKOS_ENABLE_LIBDL: yes
33: KOKKOS_ENABLE_PRAGMA_IVDEP: no
33: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
33: KOKKOS_ENABLE_PRAGMA_UNROLL: no
33: KOKKOS_ENABLE_PRAGMA_VECTOR: no
33: KOKKOS_ENABLE_SERIAL: yes
33: Kokkos: Cuda[ 0 ] Tesla V100S-PCIE-32GB capability 7.0, Total Global Memory: 31.73 GiB, Shared Memory per Block: 48 KiB : Selected
33: Kokkos Version: 4.4.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    0.25 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-09-12_T14-21-42.json"
34: Test timeout computed to be: 1500
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o
34: 2024-09-12T14:36:02+00:00
34: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Mempool
34: Run on (6 X 2095.08 MHz CPU s)
34: CPU Caches:
34:   L1 Data 32 KiB (x6)
34:   L1 Instruction 32 KiB (x6)
34:   L2 Unified 4096 KiB (x6)
34:   L3 Unified 16384 KiB (x6)
34: Load Average: 1.02, 3.58, 3.46
34: CPU architecture: none
34: Default Device: Cuda
34: GIT_BRANCH: HEAD
34: GIT_CLEAN_STATUS: CLEAN
34: GIT_COMMIT_DATE: 2024-09-12T14:20:40+00:00
34: GIT_COMMIT_DESCRIPTION: Merge commit 'd02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a' into HEAD
34: GIT_COMMIT_HASH: cdfa095aa
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_CXX17: yes
34: KOKKOS_ENABLE_CXX20: no
34: KOKKOS_ENABLE_CXX23: no
34: KOKKOS_ENABLE_CXX26: no
34: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
34: KOKKOS_ENABLE_HWLOC: no
34: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes
34: KOKKOS_ENABLE_LIBDL: yes
34: KOKKOS_ENABLE_PRAGMA_IVDEP: no
34: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
34: KOKKOS_ENABLE_PRAGMA_UNROLL: no
34: KOKKOS_ENABLE_PRAGMA_VECTOR: no
34: KOKKOS_ENABLE_SERIAL: yes
34: Kokkos: Cuda[ 0 ] Tesla V100S-PCIE-32GB capability 7.0, Total Global Memory: 31.73 GiB, Shared Memory per Block: 48 KiB : Selected
34: Kokkos Version: 4.4.99
34: macro  KOKKOS_ENABLE_CUDA: defined
34: platform: 64bit
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c12.cpp.o
[ 34%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpStreams
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewMapping_a.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 56%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o
3: [       OK ] openmp.team_vector (3124 ms)
3: [ RUN      ] openmp.triple_nested_parallelism
34: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
34: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: fill ops per second
34: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
34: Mempool_Fill/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time               0.000 s         0.000 s          6041               48.7024M/s
3: [       OK ] openmp.triple_nested_parallelism (485 ms)
3: [ RUN      ] openmp.parallel_scan_with_reducers
3: [       OK ] openmp.parallel_scan_with_reducers (64 ms)
3: [ RUN      ] openmp.team_thread_range_combined_reducers
3: [       OK ] openmp.team_thread_range_combined_reducers (0 ms)
3: [ RUN      ] openmp.thread_vector_range_combined_reducers
3: [       OK ] openmp.thread_vector_range_combined_reducers (0 ms)
3: [ RUN      ] openmp.team_vector_range_combined_reducers
3: [       OK ] openmp.team_vector_range_combined_reducers (0 ms)
3: [ RUN      ] openmp.TeamThreadMDRangeParallelFor
3: [       OK ] openmp.TeamThreadMDRangeParallelFor (6 ms)
3: [ RUN      ] openmp.ThreadVectorMDRangeParallelFor
3: [       OK ] openmp.ThreadVectorMDRangeParallelFor (5 ms)
3: [ RUN      ] openmp.TeamVectorMDRangeParallelFor
3: [       OK ] openmp.TeamVectorMDRangeParallelFor (5 ms)
3: [ RUN      ] openmp.TeamThreadMDRangeParallelReduce
3: [       OK ] openmp.TeamThreadMDRangeParallelReduce (7 ms)
3: [ RUN      ] openmp.ThreadVectorMDRangeParallelReduce
3: [       OK ] openmp.ThreadVectorMDRangeParallelReduce (7 ms)
3: [ RUN      ] openmp.TeamVectorMDRangeParallelReduce
3: [       OK ] openmp.TeamVectorMDRangeParallelReduce (7 ms)
3: [ RUN      ] openmp.team_policy_runtime_parameters
3: [       OK ] openmp.team_policy_runtime_parameters (0 ms)
3: [ RUN      ] openmp.team_reduction_scan
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 34%] Built target Kokkos_CoreUnitTest_SYCLInterOpInit_Context
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU.dir/UnitTestMainInit.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_TeamPolicyConstructors.cpp.o
[ 34%] Built target Kokkos_CoreUnitTest_SYCLInterOpStreams
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c13.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_NumericTraits.cpp.o
[ 58%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c14.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
34: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
34: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: cycle ops per second
34: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
34: Mempool_Alloc_Dealloc/total_alloc_size:1000000/min_superblock_size:10000/chunk_span:5/fill_stride:1/fill_level:70/repeat_inner:1/manual_time      0.000 s         0.000 s         18384                293.004M/s
34/59 Test #34: Kokkos_PerformanceTest_Mempool .......................   Passed    8.03 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-09-12_T14-21-42.json"
35: Test timeout computed to be: 1500
35: 2024-09-12T14:36:10+00:00
35: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Atomic
35: Run on (6 X 2095.08 MHz CPU s)
35: CPU Caches:
35:   L1 Data 32 KiB (x6)
35:   L1 Instruction 32 KiB (x6)
35:   L2 Unified 4096 KiB (x6)
35:   L3 Unified 16384 KiB (x6)
35: Load Average: 1.01, 3.54, 3.45
35: CPU architecture: none
35: Default Device: Cuda
35: GIT_BRANCH: HEAD
35: GIT_CLEAN_STATUS: CLEAN
35: GIT_COMMIT_DATE: 2024-09-12T14:20:40+00:00
35: GIT_COMMIT_DESCRIPTION: Merge commit 'd02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a' into HEAD
35: GIT_COMMIT_HASH: cdfa095aa
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_CXX17: yes
35: KOKKOS_ENABLE_CXX20: no
35: KOKKOS_ENABLE_CXX23: no
35: KOKKOS_ENABLE_CXX26: no
35: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
35: KOKKOS_ENABLE_HWLOC: no
35: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes
35: KOKKOS_ENABLE_LIBDL: yes
35: KOKKOS_ENABLE_PRAGMA_IVDEP: no
35: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
35: KOKKOS_ENABLE_PRAGMA_UNROLL: no
35: KOKKOS_ENABLE_PRAGMA_VECTOR: no
35: KOKKOS_ENABLE_SERIAL: yes
35: Kokkos: Cuda[ 0 ] Tesla V100S-PCIE-32GB capability 7.0, Total Global Memory: 31.73 GiB, Shared Memory per Block: 48 KiB : Selected
35: Kokkos Version: 4.4.99
35: macro  KOKKOS_ENABLE_CUDA: defined
35: platform: 64bit
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_View_64bit.cpp.o
[ 58%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
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>/30000/iterations:10                          0.166 s         0.166 s            10          1            4    3.74633m          3.248m    175.733u     449.985M           39.04k     449.985M
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_a.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMapping_b.cpp.o
[ 27%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_b.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_SharedAlloc.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_c.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU.dir/sycl/TestSYCL_InterOp_StreamsMultiGPU.cpp.o
[ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
[ 60%] Built target Kokkos_CoreUnitTest_Cuda2
Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[ 70%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 71%] Built target Kokkos_PerformanceTest_Mempool
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_a.cpp.o
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_b.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
[ 61%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 61%] Built target Kokkos_CoreUnitTest_Cuda1
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
35: Test_Atomic<long int>/100000/iterations:10                     1.05 s          1.05 s            10          1            8    2.36982m         1.2031m      81.03u     4.99995G          179.04k     4.99995G
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 53%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
[ 53%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 53%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_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
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_c.cpp.o
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_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
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_b.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
[ 28%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_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
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
[ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMapping_subview.cpp.o
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o
[ 53%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 53%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
Scanning dependencies of target Kokkos_UnitTest_SIMD
[ 54%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 29%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_d.cpp.o
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_c.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_e.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_a.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 54%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 54%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[ 54%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
Scanning dependencies of target Kokkos_atomic
[ 54%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_b.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 54%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o
[ 54%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
Scanning dependencies of target Kokkos_gather
[ 54%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_c.cpp.o
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o
[ 34%] Linking CXX executable Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_OccupancyControlTrait.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c07.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_a.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_b.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_subview.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
[ 35%] Built target Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Other.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewMemoryAccessViolation.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_SharedAlloc.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_a.cpp.o
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_DeepCopyAlignment.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewCopy_c.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
[ 30%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o
[ 54%] Linking CXX executable Kokkos_atomic
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewMapping_b.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
[ 73%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 54%] Built target Kokkos_atomic
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_b.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_c.cpp.o
[ 73%] Built target Kokkos_Benchmark_Atomic_MinMax
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
[ 73%] Linking CXX executable Kokkos_PerformanceTest_Atomic
[ 73%] Built target Kokkos_PerformanceTest_Atomic
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[       OK ] cuda_hostpinned.view_fill_tests_layout_right (87068 ms)
[ RUN      ] cuda_hostpinned.view_fill_tests_layout_left
[ 54%] 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_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCLSharedUSM_ViewMapping_subview.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
35: Test_Atomic<long long int>/100000/iterations:10                3.12 s          3.11 s            10          1            8     5.29516        1088.22u      69.15u     4.99995G         767.568k     4.99995G
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewOfClass.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpacePartitioning.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ExecSpaceThreadSafety.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_d.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_e.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_a.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 54%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestSort.cpp.o
[ 55%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalConstants.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ParallelScanRangePolicy.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
[ 74%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPTarget
[ 55%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
Scanning dependencies of target Kokkos_gups
[ 55%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Task.cpp.o
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewAPI_d.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/openmptarget/TestRandom.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestSortByKey.cpp.o
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
35: Test_Atomic<unsigned int>/100000/iterations:10                 1.13 s          1.12 s            10          1            4    1.59387m        1081.19u     105.29u     704.983M         634.624k     704.983M
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewBadAlloc.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCopy_a.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_b.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 67%] 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
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
Scanning dependencies of target Kokkos_launch_latency
[ 55%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Printf.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL3.dir/sycl/TestSYCL_Spaces.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCopy_b.cpp.o
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_c.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_a.cpp.o
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_d.cpp.o
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[ 55%] Linking CXX executable Kokkos_gups
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o
[ 55%] Built target Kokkos_gups
Scanning dependencies of target Kokkos_stream
[ 55%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 76%] Built target Kokkos_CoreUnitTest_OpenMPTarget
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewOfViews.cpp.o
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_b.cpp.o
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 67%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
35: Test_Atomic<unsigned long int>/100000/iterations:10            1.04 s          1.03 s            10          1            8    2.34774m        1005.05u       72.4u     4.99995G          182.88k     4.99995G
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 67%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_subview.cpp.o
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 68%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 68%] Linking CXX executable Kokkos_IncrementalTest_OPENMP
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 68%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[ 68%] Built target Kokkos_IncrementalTest_OPENMP
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 68%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
Scanning dependencies of target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 68%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 55%] Linking CXX executable Kokkos_UnitTest_SIMD
[ 55%] Linking CXX executable Kokkos_gather
[ 55%] Linking CXX executable Kokkos_launch_latency
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCopy_c.cpp.o
[ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
Scanning dependencies of target Kokkos_PerformanceTest_Benchmark
Scanning dependencies of target Kokkos_Benchmark_Atomic_MinMax
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
[ 56%] Built target Kokkos_UnitTest_SIMD
Scanning dependencies of target Kokkos_view_copy_constructor
[ 56%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o
[       OK ] serial.view_fill_tests_layout_left (85175 ms)
[ RUN      ] serial.view_mapping
[       OK ] serial.view_mapping (611 ms)
[ RUN      ] serial.view_mapping_operator
[       OK ] serial.view_mapping_operator (40 ms)
[ RUN      ] serial.static_extent
[       OK ] serial.static_extent (0 ms)
[ RUN      ] serial.view_mapping_atomic
[       OK ] serial.view_mapping_atomic (6 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 (102 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 (195 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 (70 ms)
[ RUN      ] serial.view_subview_2d_from_3d_atomic
[       OK ] serial.view_subview_2d_from_3d_atomic (71 ms)
[ RUN      ] serial.view_subview_2d_from_3d_randomaccess
[       OK ] serial.view_subview_2d_from_3d_randomaccess (70 ms)
[ RUN      ] serial.view_subview_3d_from_5d_left
[ 56%] Built target Kokkos_gather
Scanning dependencies of target Kokkos_policy_performance
[ 56%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
[ 56%] Built target Kokkos_launch_latency
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
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
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
Scanning dependencies of target Kokkos_PerformanceTest_TaskDag
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[       OK ] serial.view_subview_3d_from_5d_left (2390 ms)
[ RUN      ] serial.view_subview_3d_from_5d_left_atomic
[ 56%] Linking CXX executable Kokkos_stream
Scanning dependencies of target Kokkos_PerformanceTest_SharedSpace
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
Scanning dependencies of target Kokkos_PerformanceTest_Mempool
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_QuadPrecisionMath.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpaceThreadSafety.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 56%] Built target Kokkos_stream
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ScanUnit.cpp.o
[ 56%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[ 76%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Spaces.cpp.o
[ 77%] Built target Kokkos_ContainersTestCompileOnly
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Memory_Requirements.cpp.o
[       OK ] serial.view_subview_3d_from_5d_left_atomic (2388 ms)
[ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[       OK ] serial.view_subview_3d_from_5d_left_randomaccess (2375 ms)
[ RUN      ] serial.view_subview_3d_from_5d_right
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c08.cpp.o
[ 56%] Linking CXX executable Kokkos_view_copy_constructor
[ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 56%] Built target Kokkos_view_copy_constructor
[ 56%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratchStreams.cpp.o
[ 68%] Linking CXX executable Kokkos_PerformanceTest_TaskDag
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
[ 68%] Built target Kokkos_PerformanceTest_TaskDag
[ 31%] Linking CXX executable Kokkos_CoreUnitTest_Default
Scanning dependencies of target Kokkos_PerformanceTest_Atomic
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
[ 36%] Linking CXX executable Kokkos_CoreUnitTest_SYCL3
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicy.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewOutOfBoundsAccess.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AsyncLauncher.cpp.o
[ 69%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace
[       OK ] serial.view_subview_3d_from_5d_right (2831 ms)
[ RUN      ] serial.view_subview_3d_from_5d_right_atomic
[ 69%] Built target Kokkos_PerformanceTest_SharedSpace
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
[ 56%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
[ 78%] 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_Cuda1.dir/cuda/TestCuda_ExecutionSpace.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_Benchmark.dir/PerfTest_CustomReduction.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlocksizeDeduction.cpp.o
[       OK ] serial.view_subview_3d_from_5d_right_atomic (2837 ms)
[ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o
[ 31%] Built target Kokkos_CoreUnitTest_Default
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/UnitTestMainInit.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[       OK ] serial.view_subview_3d_from_5d_right_randomaccess (2843 ms)
[ RUN      ] serial.view_test_unmanaged_subview_reset
[       OK ] serial.view_test_unmanaged_subview_reset (0 ms)
[ RUN      ] serial.int64_t_reduce
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
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
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewCtorDimMatch.cpp.o
[ 69%] Built target Kokkos_CoreUnitTest_OpenMP
Scanning dependencies of target Kokkos_ContainersUnitTest_OpenMP
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_FunctorAnalysis.cpp.o
Scanning dependencies of target Kokkos_ContainersUnitTest_Cuda
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewEmptyRuntimeUnmanaged.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reducers_e.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[       OK ] serial.int64_t_reduce (2343 ms)
[ RUN      ] serial.double_reduce
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
[ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 56%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 56%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
Scanning dependencies of target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 69%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHook
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o
[ 56%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 95%] Linking CXX executable Kokkos_CoreUnitTest_HIP
[       OK ] serial.double_reduce (2369 ms)
[ RUN      ] serial.int64_t_reduce_dynamic
[ 95%] Built target Kokkos_CoreUnitTest_HIP
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 56%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 56%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_ViewResize.cpp.o
3: [       OK ] openmp.team_reduction_scan (95021 ms)
3: [ RUN      ] openmp.team_long_reduce
3: [       OK ] openmp.team_long_reduce (100 ms)
3: [ RUN      ] openmp.team_double_reduce
3: [       OK ] openmp.team_double_reduce (168 ms)
3: [ RUN      ] openmp.team_long_array_reduce
3: [       OK ] openmp.team_long_array_reduce (119 ms)
3: [ RUN      ] openmp.team_double_array_reduce
3: [       OK ] openmp.team_double_array_reduce (72 ms)
3: [ RUN      ] openmp.team_parallel_dummy_with_reducer_and_scratch_space
3: [       OK ] openmp.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
3: [ RUN      ] openmp.repeated_team_reduce
3: [       OK ] openmp.repeated_team_reduce (1131 ms)
3: [ RUN      ] openmp.team_scan
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestSortCustomComp.cpp.o
3: [       OK ] openmp.team_scan (846 ms)
3: [ RUN      ] openmp.team_scan_ret_val
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 57%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook
3: [       OK ] openmp.team_scan_ret_val (893 ms)
3: [ RUN      ] openmp.team_shared_request
[ 57%] Built target Kokkos_CoreUnitTest_PushFinalizeHook
Scanning dependencies of target Kokkos_ContainersTestCompileOnly
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o
3: [       OK ] openmp.team_shared_request (305 ms)
3: [ RUN      ] openmp.team_scratch_request
Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpStreams
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/UnitTestMain.cpp.o
[ 69%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[       OK ] serial.int64_t_reduce_dynamic (4056 ms)
[ RUN      ] serial.double_reduce_dynamic
[ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyConstructors.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalFunctions1.cpp.o
3: [       OK ] openmp.team_scratch_request (387 ms)
3: [ RUN      ] openmp.team_lambda_shared_request
3: [       OK ] openmp.team_lambda_shared_request (18 ms)
3: [ RUN      ] openmp.scratch_align
3: [       OK ] openmp.scratch_align (0 ms)
3: [ RUN      ] openmp.shmem_size
3: [       OK ] openmp.shmem_size (0 ms)
3: [ RUN      ] openmp.multi_level_scratch
3: [       OK ] openmp.multi_level_scratch (42 ms)
3: [ RUN      ] openmp.team_scratch_memory_index_parallel_for
3: [       OK ] openmp.team_scratch_memory_index_parallel_for (0 ms)
3: [ RUN      ] openmp.team_policy_max_recommended
[ 69%] Built target Kokkos_Benchmark_Atomic_MinMax
[ 69%] Linking CXX executable Kokkos_PerformanceTest_Atomic
Scanning dependencies of target Kokkos_ContainersPerformanceTest_OpenMP
[ 70%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o
[ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[ 72%] Built target Kokkos_PerformanceTest_Atomic
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
Scanning dependencies of target Kokkos_ContainersPerformanceTest_Cuda
[ 72%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 72%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[ 72%] Built target Kokkos_PerformanceTest_Mempool
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewHooks.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpStreams.dir/hip/TestHIP_InterOp_Streams.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[       OK ] serial.double_reduce_dynamic (4189 ms)
[ RUN      ] serial.int64_t_reduce_dynamic_view
Scanning dependencies of target Kokkos_CoreUnitTest_OpenMPInterOp
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/UnitTestMain.cpp.o
[       OK ] serial.int64_t_reduce_dynamic_view (828 ms)
[ RUN      ] serial.int_combined_reduce
[       OK ] serial.int_combined_reduce (0 ms)
[ RUN      ] serial.mdrange_combined_reduce
[       OK ] serial.mdrange_combined_reduce (0 ms)
[ RUN      ] serial.int_combined_reduce_mixed
[       OK ] serial.int_combined_reduce_mixed (0 ms)
[ RUN      ] serial.reduction_deduction
[       OK ] serial.reduction_deduction (0 ms)
[ RUN      ] serial.parallel_scan_range_policy
[       OK ] serial.parallel_scan_range_policy (35 ms)
[ RUN      ] serial.reduce_device_view_range_policy
35: Test_Atomic<unsigned long long int>/100000/iterations:10       3.12 s          3.11 s            10          1            8     5.44637        1.56081m      72.46u     4.99995G         178.656k     4.99995G
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 38%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization
[ 57%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 57%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_LegionInitialization
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/UnitTestMain.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMPInterOp.dir/openmp/TestOpenMP_InterOp.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
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
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
[ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_LegionInitialization.dir/TestLegionInitialization.cpp.o
[ 38%] Built target Kokkos_CoreUnitTest_LegionInitialization
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHook.dir/UnitTest_PushFinalizeHook.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewAPI_e.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 72%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o
[ 72%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reductions.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewLayoutStrideAssignment.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.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/TestStdAlgorithmsCommon.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 57%] Linking CXX executable Kokkos_CoreUnitTest_OpenMPInterOp
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[ 57%] Built target Kokkos_CoreUnitTest_OpenMPInterOp
Scanning dependencies of target Kokkos_CoreUnitTest_ToolIndependence
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewMapping_a.cpp.o
[ 57%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpStreams
[ 57%] Built target Kokkos_CoreUnitTest_HIPInterOpStreams
[ 58%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewBadAlloc.cpp.o
[ 58%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
35: Test_Atomic<float>/100000/iterations:10                        1.13 s          1.13 s            10          0            4    3.69026m        1.10379m    1083.95u      5.0001G         692.864k     4.99989G
[ 58%] Built target Kokkos_CoreUnitTest_ToolIndependence
Scanning dependencies of target Kokkos_CoreUnitTest_HIP
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/UnitTestMainInit.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test01_execspace_CUDA.cpp.o
[ 59%] Linking CXX executable Kokkos_policy_performance
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
[ 59%] Built target Kokkos_policy_performance
[ 59%] Linking CXX executable Kokkos_CoreUnitTest_LegionInitialization
Scanning dependencies of target Kokkos_CoreUnitTest_HIPInterOpInit
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/UnitTestMain.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_RangePolicyRequire.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o
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
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIPInterOpInit.dir/hip/TestHIP_InterOp_Init.cpp.o
[ 59%] Built target Kokkos_CoreUnitTest_LegionInitialization
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Abort.cpp.o
Scanning dependencies of target Kokkos_IncrementalTest_HIP
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/UnitTestMainInit.cpp.o
[ 38%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHook
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Graph.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test01_execspace_HIP.cpp.o
[ 38%] Built target Kokkos_CoreUnitTest_PushFinalizeHook
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_ReducerCTADs.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewMapping_b.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[ 72%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP
[ 72%] Built target Kokkos_ContainersPerformanceTest_OpenMP
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
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test02_atomic_host_HIP.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ArrayOps.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
[ 59%] Linking CXX executable Kokkos_CoreUnitTest_HIPInterOpInit
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[ 59%] Built target Kokkos_CoreUnitTest_HIPInterOpInit
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03a_MemorySpace_malloc_HIP.cpp.o
[ 73%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda
Scanning dependencies of target Kokkos_CoreUnitTest_Default
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/UnitTestMainInit.cpp.o
[ 73%] Built target Kokkos_ContainersPerformanceTest_Cuda
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
Scanning dependencies of target Kokkos_UnitTest_SIMD
[ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
35: Test_Atomic<double>/100000/iterations:10                       1.13 s          1.13 s            10          1            8    3.69483m        1.11679m    1086.28u     4.99995G         674.176k     4.99995G
35/59 Test #35: Kokkos_PerformanceTest_Atomic ........................   Passed  119.04 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 66 tests from 1 test suite.
36: [----------] Global test environment set-up.
36: [----------] 66 tests from serial
36: [ RUN      ] serial.bitset
[ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
Scanning dependencies of target Kokkos_atomic
[ 98%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
[ 38%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c09.cpp.o
36: [       OK ] serial.bitset (2044 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.dualview_template_views_return_correct_views_from_const_dual_view
36: [       OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
36: [ RUN      ] serial.dynamic_view
36: [       OK ] serial.dynamic_view (15 ms)
36: [ RUN      ] serial.dyn_rank_view_api_generic
36: [       OK ] serial.dyn_rank_view_api_generic (7 ms)
36: [ RUN      ] serial.dyn_rank_view_api_operator_rank12345
36: [       OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms)
36: [ RUN      ] serial.dyn_rank_view_check_fence_resize_realloc
36: /var/jenkins/workspace/Kokkos_PR-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 (17 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 (7 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
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexdouble.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestInitializationSettings.cpp.o
Scanning dependencies of target Kokkos_CoreUnitTest_ScopeGuard
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ScopeGuard.dir/UnitTestMain.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test03b_MemorySpace_free_HIP.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
36: [       OK ] serial.scatterview (1955 ms)
36: [ RUN      ] serial.scatterview_devicetype
36: [       OK ] serial.scatterview_devicetype (2 ms)
36: [ RUN      ] serial.staticcrsgraph
36: [       OK ] serial.staticcrsgraph (19 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
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 59%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ScopeGuard.dir/UnitTest_ScopeGuard.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Reductions_DeviceView.cpp.o
[       OK ] serial.reduce_device_view_range_policy (25237 ms)
[ RUN      ] serial.reduce_device_view_mdrange_policy
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test04_ParallelFor_RangePolicy_HIP.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ScopeGuard.dir/UnitTestMain.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
Scanning dependencies of target Kokkos_gather
[ 98%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
Scanning dependencies of target Kokkos_gups
[ 98%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestParseCmdLineArgsAndEnvVars.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedSpace.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_a.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
[ 61%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestSharedHostPinnedSpace.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
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ScopeGuard.dir/UnitTest_ScopeGuard.cpp.o
[       OK ] cuda_hostpinned.view_fill_tests_layout_left (86506 ms)
[ RUN      ] cuda_hostpinned.view_mapping
[       OK ] cuda_hostpinned.view_mapping (608 ms)
[ RUN      ] cuda_hostpinned.view_mapping_operator
[ 98%] Linking CXX executable Kokkos_atomic
[ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 98%] Built target Kokkos_atomic
[ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
Scanning dependencies of target Kokkos_stream
[ 98%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
Scanning dependencies of target Kokkos_view_copy_constructor
[ 98%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o
[       OK ] cuda_hostpinned.view_mapping_operator (39 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 (6 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 (0 ms)
[----------] 28 tests from cuda_hostpinned (177068 ms total)

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

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (104 ms total)
[  PASSED  ] 1 test.
[ 61%] Linking CXX executable Kokkos_CoreUnitTest_ScopeGuard
./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 (96 ms)
[----------] 1 test from cuda (96 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (96 ms total)
[  PASSED  ] 1 test.
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[ 61%] Built target Kokkos_CoreUnitTest_ScopeGuard
Scanning dependencies of target Kokkos_CoreUnitTest_Develop
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[ 80%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 62%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test05_ParallelReduce_RangePolicy_HIP.cpp.o
[ 80%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestBinSortA.cpp.o
[ 98%] Linking CXX executable Kokkos_gups
36: [       OK ] serial.UnorderedMap_insert (7980 ms)
36: [ RUN      ] serial.UnorderedMap_failed_insert
[ 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
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
3: [       OK ] openmp.team_policy_max_recommended (32194 ms)
3: [ RUN      ] openmp.team_policy_minmax_scalar_without_plus_equal_k
3: [       OK ] openmp.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
3: [ RUN      ] openmp.team_teamvector_range
3: [       OK ] openmp.team_teamvector_range (961 ms)
3: [ RUN      ] openmp.unique_token_global
3: [       OK ] openmp.unique_token_global (6 ms)
3: [ RUN      ] openmp.unique_token_instance
3: [       OK ] openmp.unique_token_instance (18 ms)
3: [ RUN      ] openmp.unique_token_team_acquire
3: [       OK ] openmp.unique_token_team_acquire (47 ms)
3: [ RUN      ] openmp.view_api_a
3: [       OK ] openmp.view_api_a (5 ms)
3: [ RUN      ] openmp.view_layout_left_with_stride
3: [       OK ] openmp.view_layout_left_with_stride (0 ms)
3: [ RUN      ] openmp.view_layout_right_with_stride
3: [       OK ] openmp.view_layout_right_with_stride (0 ms)
3: [ RUN      ] openmp.view_api_b
3: [       OK ] openmp.view_api_b (1 ms)
3: [ RUN      ] openmp.view_api_c
3: [       OK ] openmp.view_api_c (0 ms)
3: [ RUN      ] openmp.view_api_d
3: [       OK ] openmp.view_api_d (0 ms)
3: [ RUN      ] openmp.view_remap
3: [       OK ] openmp.view_remap (0 ms)
3: [ RUN      ] openmp.view_mirror_nonconst
3: [       OK ] openmp.view_mirror_nonconst (0 ms)
3: [ RUN      ] openmp.view_stride_method
3: [       OK ] openmp.view_stride_method (0 ms)
3: [ RUN      ] openmp.anonymous_space
3: [       OK ] openmp.anonymous_space (0 ms)
3: [ RUN      ] openmp.view_overload_resolution
3: [       OK ] openmp.view_overload_resolution (0 ms)
3: [ RUN      ] openmp.view_allocation_large_rank
3: [       OK ] openmp.view_allocation_large_rank (1374 ms)
3: [ RUN      ] openmp.view_shmem_size_on_device
3: [       OK ] openmp.view_shmem_size_on_device (0 ms)
3: [ RUN      ] openmp.view_is_assignable
3: [       OK ] openmp.view_is_assignable (0 ms)
3: [ RUN      ] openmp.view_bad_alloc
3: [       OK ] openmp.view_bad_alloc (0 ms)
3: [ RUN      ] openmp.view_copy_tests
3: [       OK ] openmp.view_copy_tests (6 ms)
3: [ RUN      ] openmp.view_copy_tests_rank_0
3: [       OK ] openmp.view_copy_tests_rank_0 (2 ms)
3: [ RUN      ] openmp.view_copy_degenerated
3: [       OK ] openmp.view_copy_degenerated (0 ms)
3: [ RUN      ] openmp.view_fill_tests_layout_right
3: [       OK ] openmp.view_fill_tests_layout_right (1668 ms)
3: [ RUN      ] openmp.view_fill_tests_layout_left
3: [       OK ] openmp.view_fill_tests_layout_left (1702 ms)
3: [ RUN      ] openmp.view_empty_runtime_unmanaged
3: [       OK ] openmp.view_empty_runtime_unmanaged (0 ms)
3: [ RUN      ] openmp.view_hooks
3: [       OK ] openmp.view_hooks (0 ms)
3: [ RUN      ] openmp.view_layoutstride_left_to_layoutleft_assignment
3: [       OK ] openmp.view_layoutstride_left_to_layoutleft_assignment (45 ms)
3: [ RUN      ] openmp.view_layoutstride_right_to_layoutright_assignment
3: [       OK ] openmp.view_layoutstride_right_to_layoutright_assignment (42 ms)
3: [ RUN      ] openmp.view_irregular_layout
3: [       OK ] openmp.view_irregular_layout (0 ms)
3: [ RUN      ] openmp.view_mapping
3: [       OK ] openmp.view_mapping (52 ms)
3: [ RUN      ] openmp.view_mapping_operator
3: [       OK ] openmp.view_mapping_operator (1 ms)
3: [ RUN      ] openmp.static_extent
3: [       OK ] openmp.static_extent (0 ms)
3: [ RUN      ] openmp.view_mapping_atomic
3: [       OK ] openmp.view_mapping_atomic (1 ms)
3: [ RUN      ] openmp.view_mapping_class_value
3: [       OK ] openmp.view_mapping_class_value (0 ms)
3: [ RUN      ] openmp.view_mapping_assignable
3: [       OK ] openmp.view_mapping_assignable (0 ms)
3: [ RUN      ] openmp.view_mapping_trivially_copyable
3: [       OK ] openmp.view_mapping_trivially_copyable (0 ms)
3: [ RUN      ] openmp.view_mapping_subview
3: [       OK ] openmp.view_mapping_subview (0 ms)
3: [ RUN      ] openmp.view_nested_view
3: [       OK ] openmp.view_nested_view (0 ms)
3: [ RUN      ] openmp.view_of_views_default
3: [       OK ] openmp.view_of_views_default (0 ms)
3: [ RUN      ] openmp.view_of_views_without_initializing
3: [       OK ] openmp.view_of_views_without_initializing (0 ms)
3: [ RUN      ] openmp.test_view_of_views_sequential_host_init
3: [       OK ] openmp.test_view_of_views_sequential_host_init (0 ms)
3: [ RUN      ] openmp.append_formatted_multidimensional_index
3: [       OK ] openmp.append_formatted_multidimensional_index (0 ms)
3: [ RUN      ] openmp.view_resize
3: [       OK ] openmp.view_resize (5 ms)
3: [ RUN      ] openmp.view_realloc
3: [       OK ] openmp.view_realloc (0 ms)
3: [ RUN      ] openmp.workgraph_fib
3: [       OK ] openmp.workgraph_fib (800 ms)
3: [ RUN      ] openmp.resize_realloc_no_init
3: [       OK ] openmp.resize_realloc_no_init (0 ms)
3: [ RUN      ] openmp.resize_realloc_no_alloc
3: [       OK ] openmp.resize_realloc_no_alloc (0 ms)
3: [ RUN      ] openmp.realloc_exec_space
3: [       OK ] openmp.realloc_exec_space (0 ms)
3: [ RUN      ] openmp.view_alloc
3: [       OK ] openmp.view_alloc (0 ms)
3: [ RUN      ] openmp.view_alloc_exec_space
3: [       OK ] openmp.view_alloc_exec_space (0 ms)
3: [ RUN      ] openmp.view_alloc_int
3: [       OK ] openmp.view_alloc_int (0 ms)
3: [ RUN      ] openmp.view_alloc_exec_space_int
3: [       OK ] openmp.view_alloc_exec_space_int (0 ms)
3: [ RUN      ] openmp.deep_copy_zero_memset
3: [       OK ] openmp.deep_copy_zero_memset (0 ms)
3: [ RUN      ] openmp.resize_exec_space
3: [       OK ] openmp.resize_exec_space (0 ms)
3: [ RUN      ] openmp.view_allocation_int
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestWithoutInitializing.hpp:285: Skipped
3: skipping since the fence checked for isn't necessary
3: [  SKIPPED ] openmp.view_allocation_int (0 ms)
3: [ RUN      ] openmp.view_allocation_exec_space_int
3: [       OK ] openmp.view_allocation_exec_space_int (0 ms)
3: [ RUN      ] openmp.view_not_default_constructible
3: [       OK ] openmp.view_not_default_constructible (0 ms)
3: [ RUN      ] openmp.view_subview_auto_1d_left
3: [       OK ] openmp.view_subview_auto_1d_left (0 ms)
3: [ RUN      ] openmp.view_subview_auto_1d_right
3: [       OK ] openmp.view_subview_auto_1d_right (0 ms)
3: [ RUN      ] openmp.view_subview_auto_1d_stride
3: [       OK ] openmp.view_subview_auto_1d_stride (0 ms)
3: [ RUN      ] openmp.view_subview_assign_strided
3: [       OK ] openmp.view_subview_assign_strided (0 ms)
3: [ RUN      ] openmp.view_subview_left_0
3: [       OK ] openmp.view_subview_left_0 (0 ms)
3: [ RUN      ] openmp.view_subview_left_1
3: [       OK ] openmp.view_subview_left_1 (0 ms)
3: [ RUN      ] openmp.view_subview_left_2
3: [       OK ] openmp.view_subview_left_2 (0 ms)
3: [ RUN      ] openmp.view_subview_left_3
3: [       OK ] openmp.view_subview_left_3 (0 ms)
3: [ RUN      ] openmp.view_subview_right_0
3: [       OK ] openmp.view_subview_right_0 (0 ms)
3: [ RUN      ] openmp.view_subview_right_1
3: [       OK ] openmp.view_subview_right_1 (0 ms)
3: [ RUN      ] openmp.view_subview_right_3
3: [       OK ] openmp.view_subview_right_3 (0 ms)
3: [ RUN      ] openmp.view_static_tests
3: [       OK ] openmp.view_static_tests (0 ms)
3: [ RUN      ] openmp.view_subview_layoutleft_to_layoutleft
3: [       OK ] openmp.view_subview_layoutleft_to_layoutleft (1 ms)
3: [ RUN      ] openmp.view_subview_layoutright_to_layoutright
3: [       OK ] openmp.view_subview_layoutright_to_layoutright (0 ms)
3: [ RUN      ] openmp.view_subview_1d_assign
3: [       OK ] openmp.view_subview_1d_assign (1 ms)
3: [ RUN      ] openmp.view_subview_1d_assign_atomic
3: [       OK ] openmp.view_subview_1d_assign_atomic (1 ms)
3: [ RUN      ] openmp.view_subview_1d_assign_randomaccess
3: [       OK ] openmp.view_subview_1d_assign_randomaccess (2 ms)
3: [ RUN      ] openmp.view_subview_2d_from_3d
3: [       OK ] openmp.view_subview_2d_from_3d (23 ms)
3: [ RUN      ] openmp.view_subview_2d_from_3d_atomic
3: [       OK ] openmp.view_subview_2d_from_3d_atomic (23 ms)
3: [ RUN      ] openmp.view_subview_2d_from_3d_randomaccess
3: [       OK ] openmp.view_subview_2d_from_3d_randomaccess (23 ms)
3: [ RUN      ] openmp.view_subview_3d_from_5d_left
[ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o
3: [       OK ] openmp.view_subview_3d_from_5d_left (207 ms)
3: [ RUN      ] openmp.view_subview_3d_from_5d_left_atomic
3: [       OK ] openmp.view_subview_3d_from_5d_left_atomic (206 ms)
3: [ RUN      ] openmp.view_subview_3d_from_5d_left_randomaccess
3: [       OK ] openmp.view_subview_3d_from_5d_left_randomaccess (206 ms)
3: [ RUN      ] openmp.view_subview_3d_from_5d_right
3: [       OK ] openmp.view_subview_3d_from_5d_right (228 ms)
3: [ RUN      ] openmp.view_subview_3d_from_5d_right_atomic
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_complexfloat.cpp.o
3: [       OK ] openmp.view_subview_3d_from_5d_right_atomic (241 ms)
3: [ RUN      ] openmp.view_subview_3d_from_5d_right_randomaccess
Scanning dependencies of target Kokkos_bytes_and_flops
[ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
3: [       OK ] openmp.view_subview_3d_from_5d_right_randomaccess (232 ms)
3: [ RUN      ] openmp.view_test_unmanaged_subview_reset
3: [       OK ] openmp.view_test_unmanaged_subview_reset (0 ms)
3: [ RUN      ] openmp.view_subview_memory_traits_construction
3: [       OK ] openmp.view_subview_memory_traits_construction (0 ms)
3: [ RUN      ] openmp.task_fib_deprecated
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_double.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[ 98%] Linking CXX executable Kokkos_stream
[ 98%] Linking CXX executable Kokkos_view_copy_constructor
[ 98%] Built target Kokkos_stream
[ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[ 98%] Built target Kokkos_view_copy_constructor
[ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
[100%] Linking CXX executable Kokkos_launch_latency
Scanning dependencies of target Kokkos_CoreUnitTest_PushFinalizeHookTerminate
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHookTerminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o
[100%] Built target Kokkos_launch_latency
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewMemoryAccessViolation.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewOfViews.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
36: [       OK ] serial.UnorderedMap_failed_insert (4070 ms)
36: [ RUN      ] serial.UnorderedMap_deep_copy
36: [       OK ] serial.UnorderedMap_deep_copy (4 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: [----------] 66 tests from serial (16133 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 66 tests from 1 test suite ran. (16133 ms total)
36: [  PASSED  ] 65 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   16.41 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 66 tests from 1 test suite.
37: [----------] Global test environment set-up.
37: [----------] 66 tests from cuda
37: [ RUN      ] cuda.bitset
37: [       OK ] cuda.bitset (11 ms)
37: [ RUN      ] cuda.bitset_default_constructor_no_alloc
37: [       OK ] cuda.bitset_default_constructor_no_alloc (0 ms)
37: [ RUN      ] cuda.dualview_combination
37: [       OK ] cuda.dualview_combination (0 ms)
37: [ RUN      ] cuda.dualview_alloc
37: [       OK ] cuda.dualview_alloc (0 ms)
37: [ RUN      ] cuda.test_dualview_copy_construction_and_assignment
37: [       OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms)
37: [ RUN      ] cuda.dualview_combinations_without_init
37: [       OK ] cuda.dualview_combinations_without_init (0 ms)
37: [ RUN      ] cuda.dualview_deep_copy
37: [       OK ] cuda.dualview_deep_copy (1 ms)
37: [ RUN      ] cuda.dualview_realloc
37: [       OK ] cuda.dualview_realloc (0 ms)
37: [ RUN      ] cuda.dualview_resize
37: [       OK ] cuda.dualview_resize (0 ms)
37: [ RUN      ] cuda.dualview_device_correct_kokkos_device
37: [       OK ] cuda.dualview_device_correct_kokkos_device (0 ms)
37: [ RUN      ] cuda.dualview_host_correct_kokkos_device
37: [       OK ] cuda.dualview_host_correct_kokkos_device (0 ms)
37: [ RUN      ] cuda.dualview_host_modify_template_device_sync
37: [       OK ] cuda.dualview_host_modify_template_device_sync (0 ms)
37: [ RUN      ] cuda.dualview_host_modify_template_device_execspace_sync
37: [       OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms)
37: [ RUN      ] cuda.dualview_device_modify_template_host_sync
37: [       OK ] cuda.dualview_device_modify_template_host_sync (0 ms)
37: [ RUN      ] cuda.dualview_device_modify_template_host_execspace_sync
37: [       OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms)
37: [ RUN      ] cuda.dualview_template_views_return_correct_executionspace_views
37: [       OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms)
37: [ RUN      ] cuda.dualview_template_views_return_correct_views_from_const_dual_view
37: [       OK ] cuda.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
37: [ RUN      ] cuda.dynamic_view
37: [       OK ] cuda.dynamic_view (26 ms)
37: [ RUN      ] cuda.dyn_rank_view_api_generic
37: [       OK ] cuda.dyn_rank_view_api_generic (7 ms)
37: [ RUN      ] cuda.dyn_rank_view_api_operator_rank12345
37: [       OK ] cuda.dyn_rank_view_api_operator_rank12345 (0 ms)
37: [ RUN      ] cuda.dyn_rank_view_check_fence_resize_realloc
37: [       OK ] cuda.dyn_rank_view_check_fence_resize_realloc (1 ms)
37: [ RUN      ] cuda.dyn_rank_view_api_operator_rank67
37: [       OK ] cuda.dyn_rank_view_api_operator_rank67 (1 ms)
37: [ RUN      ] cuda.ErrorReporterViaLambda
37: [       OK ] cuda.ErrorReporterViaLambda (0 ms)
37: [ RUN      ] cuda.ErrorReporter
37: [       OK ] cuda.ErrorReporter (0 ms)
37: [ RUN      ] cuda.offsetview_construction
37: [       OK ] cuda.offsetview_construction (1 ms)
37: [ RUN      ] cuda.offsetview_unmanaged_construction
37: [       OK ] cuda.offsetview_unmanaged_construction (0 ms)
37: [ RUN      ] cuda.offsetview_subview
37: [       OK ] cuda.offsetview_subview (0 ms)
37: [ RUN      ] cuda.offsetview_offsets_rank1
37: [       OK ] cuda.offsetview_offsets_rank1 (0 ms)
37: [ RUN      ] cuda.offsetview_offsets_rank2
37: [       OK ] cuda.offsetview_offsets_rank2 (0 ms)
37: [ RUN      ] cuda.offsetview_offsets_rank3
37: [       OK ] cuda.offsetview_offsets_rank3 (0 ms)
37: [ RUN      ] cuda.scatterview
Scanning dependencies of target Kokkos_CoreUnitTest_KokkosP
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
3: [       OK ] openmp.task_fib_deprecated (2573 ms)
3: [ RUN      ] openmp.task_depend_deprecated
3: [       OK ] openmp.task_depend_deprecated (195 ms)
3: [ RUN      ] openmp.task_team_deprecated
3: [       OK ] openmp.task_team_deprecated (0 ms)
3: [ RUN      ] openmp.task_with_mempool_deprecated
3: [       OK ] openmp.task_with_mempool_deprecated (11 ms)
3: [ RUN      ] openmp.task_multiple_depend_deprecated
3: [       OK ] openmp.task_multiple_depend_deprecated (24 ms)
3: [ RUN      ] openmp.task_scheduler_ctors_deprecated
3: [       OK ] openmp.task_scheduler_ctors_deprecated (0 ms)
3: [ RUN      ] openmp.task_scheduer_ctors_device_deprecated
3: [       OK ] openmp.task_scheduer_ctors_device_deprecated (0 ms)
3: [ RUN      ] openmp.task_fib_deprecated_multiple
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test06_ParallelFor_MDRangePolicy_HIP.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Graph.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test02_atomic_host_CUDA.cpp.o
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
[ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
[ 63%] Linking CXX executable Kokkos_CoreUnitTest_Develop
3: [       OK ] openmp.task_fib_deprecated_multiple (2615 ms)
3: [ RUN      ] openmp.task_depend_deprecated_multiple
3: [       OK ] openmp.task_depend_deprecated_multiple (42 ms)
3: [ RUN      ] openmp.task_team_deprecated_multiple
3: [       OK ] openmp.task_team_deprecated_multiple (0 ms)
3: [ RUN      ] openmp.task_with_mempool_deprecated_multiple
3: [       OK ] openmp.task_with_mempool_deprecated_multiple (0 ms)
3: [ RUN      ] openmp.task_multiple_depend_deprecated_multiple
[ 63%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHookTerminate
3: [       OK ] openmp.task_multiple_depend_deprecated_multiple (24 ms)
3: [ RUN      ] openmp.task_scheduler_ctors_deprecated_multiple
3: [       OK ] openmp.task_scheduler_ctors_deprecated_multiple (0 ms)
3: [ RUN      ] openmp.task_scheduer_ctors_device_deprecated_multiple
3: [       OK ] openmp.task_scheduer_ctors_device_deprecated_multiple (0 ms)
3: [ RUN      ] openmp.task_fib_single
[ 63%] Built target Kokkos_CoreUnitTest_Develop
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test08_deep_copy_HIP.cpp.o
[ 73%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[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
[ 40%] Linking CXX executable Kokkos_CoreUnitTest_ScopeGuard
[ 73%] Built target Kokkos_ContainersTestCompileOnly
[ 63%] Built target Kokkos_CoreUnitTest_PushFinalizeHookTerminate
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
Scanning dependencies of target Kokkos_UnitTest_Sort
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[100%] Linking CXX executable Kokkos_UnitTest_SIMD
[100%] Built target Kokkos_UnitTest_SIMD
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/TestCompilerMacros.cpp.o
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o
[ 40%] Built target Kokkos_CoreUnitTest_SYCL3
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/UnitTestMainInit.cpp.o
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
3: [       OK ] openmp.task_fib_single (2404 ms)
3: [ RUN      ] openmp.task_depend_single
3: [       OK ] openmp.task_depend_single (191 ms)
3: [ RUN      ] openmp.task_team_single
3: [       OK ] openmp.task_team_single (0 ms)
3: [ RUN      ] openmp.task_with_mempool_single
3: [       OK ] openmp.task_with_mempool_single (11 ms)
3: [ RUN      ] openmp.task_multiple_depend_single
3: [       OK ] openmp.task_multiple_depend_single (22 ms)
3: [ RUN      ] openmp.task_scheduler_ctors_single
3: [       OK ] openmp.task_scheduler_ctors_single (0 ms)
3: [ RUN      ] openmp.task_scheduer_ctors_device_single
3: [       OK ] openmp.task_scheduer_ctors_device_single (0 ms)
3: [ RUN      ] openmp.task_fib_multiple
[ 40%] Built target Kokkos_CoreUnitTest_ScopeGuard
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_PushFinalizeHookTerminate.dir/UnitTest_PushFinalizeHook_terminate.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test10_HierarchicalBasics_HIP.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11a_ParallelFor_TeamThreadRange_HIP.cpp.o
3: [       OK ] openmp.task_fib_multiple (1689 ms)
3: [ RUN      ] openmp.task_depend_multiple
3: [       OK ] openmp.task_depend_multiple (119 ms)
3: [ RUN      ] openmp.task_team_multiple
3: [       OK ] openmp.task_team_multiple (0 ms)
3: [ RUN      ] openmp.task_with_mempool_multiple
3: [       OK ] openmp.task_with_mempool_multiple (0 ms)
3: [ RUN      ] openmp.task_multiple_depend_multiple
3: [       OK ] openmp.task_multiple_depend_multiple (21 ms)
3: [ RUN      ] openmp.task_scheduler_ctors_multiple
3: [       OK ] openmp.task_scheduler_ctors_multiple (0 ms)
3: [ RUN      ] openmp.task_scheduer_ctors_device_multiple
3: [       OK ] openmp.task_scheduer_ctors_device_multiple (0 ms)
3: [ RUN      ] openmp.task_fib_chase_lev
[ 64%] Linking CXX executable Kokkos_bytes_and_flops
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11b_ParallelFor_TeamVectorRange_HIP.cpp.o
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o
[ 64%] Built target Kokkos_bytes_and_flops
Scanning dependencies of target Kokkos_StackTraceTestExec
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_a.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_SharedAlloc.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType.cpp.o
3: [       OK ] openmp.task_fib_chase_lev (1777 ms)
3: [ RUN      ] openmp.task_depend_chase_lev
3: [       OK ] openmp.task_depend_chase_lev (2 ms)
3: [ RUN      ] openmp.task_team_chase_lev
3: [       OK ] openmp.task_team_chase_lev (0 ms)
3: [ RUN      ] openmp.task_with_mempool_chase_lev
3: [       OK ] openmp.task_with_mempool_chase_lev (0 ms)
3: [ RUN      ] openmp.task_multiple_depend_chase_lev
3: [       OK ] openmp.task_multiple_depend_chase_lev (20 ms)
3: [ RUN      ] openmp.task_scheduler_ctors_chase_lev
3: [       OK ] openmp.task_scheduler_ctors_chase_lev (0 ms)
3: [ RUN      ] openmp.task_scheduer_ctors_device_chase_lev
3: [       OK ] openmp.task_scheduer_ctors_device_chase_lev (0 ms)
3: [----------] 359 tests from openmp (202258 ms total)
3: 
3: [----------] 12 tests from openmp_graph
3: [ RUN      ] openmp_graph.submit_once
3: [       OK ] openmp_graph.submit_once (0 ms)
3: [ RUN      ] openmp_graph.submit_once_rvalue
3: [       OK ] openmp_graph.submit_once_rvalue (0 ms)
3: [ RUN      ] openmp_graph.instantiate_and_submit_once
3: [       OK ] openmp_graph.instantiate_and_submit_once (0 ms)
3: [ RUN      ] openmp_graph.submit_onto_another_execution_space_instance
3: [       OK ] openmp_graph.submit_onto_another_execution_space_instance (23 ms)
3: [ RUN      ] openmp_graph.create_graph_no_closure_with_exec
3: [       OK ] openmp_graph.create_graph_no_closure_with_exec (8 ms)
3: [ RUN      ] openmp_graph.create_graph_no_arg
3: [       OK ] openmp_graph.create_graph_no_arg (0 ms)
3: [ RUN      ] openmp_graph.submit_six
3: [       OK ] openmp_graph.submit_six (0 ms)
3: [ RUN      ] openmp_graph.when_all_cycle
3: [       OK ] openmp_graph.when_all_cycle (0 ms)
3: [ RUN      ] openmp_graph.zero_work_reduce
3: [       OK ] openmp_graph.zero_work_reduce (0 ms)
3: [ RUN      ] openmp_graph.empty_graph
3: [       OK ] openmp_graph.empty_graph (0 ms)
3: [ RUN      ] openmp_graph.diamond
3: [       OK ] openmp_graph.diamond (162 ms)
3: [ RUN      ] openmp_graph.end_of_submit_control_flow
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_b.cpp.o
3: [       OK ] openmp_graph.end_of_submit_control_flow (187 ms)
3: [----------] 12 tests from openmp_graph (383 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 389 tests from 4 test suites ran. (205663 ms total)
3: [  PASSED  ] 378 tests.
3: [  SKIPPED ] 11 tests, listed below:
3: [  SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
3: [  SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
3: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_dyn
3: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_stat
3: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_mix
3: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_static_extents
3: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host
3: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device
3: [  SKIPPED ] openmp_graph_DeathTest.can_instantiate_only_once
3: [  SKIPPED ] openmp.reduction_with_large_iteration_count
3: [  SKIPPED ] openmp.view_allocation_int
3: 
3:   YOU HAVE 1 DISABLED TEST
3: 
 3/46 Test  #3: Kokkos_CoreUnitTest_OpenMP ...........................   Passed  205.68 sec
test 4
      Start  4: Kokkos_CoreUnitTest_OpenMPInterOp

4: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPInterOp
4: Test timeout computed to be: 1500
4: [==========] Running 1 test from 1 test suite.
4: [----------] Global test environment set-up.
4: [----------] 1 test from openmp
4: [ RUN      ] openmp.raw_openmp_interop
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: [       OK ] openmp.raw_openmp_interop (0 ms)
4: [----------] 1 test from openmp (0 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 1 test from 1 test suite ran. (0 ms total)
4: [  PASSED  ] 1 test.
 4/46 Test  #4: Kokkos_CoreUnitTest_OpenMPInterOp ....................   Passed    0.01 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
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: [==========] Running 71 tests from 41 test suites.
5: [----------] Global test environment set-up.
5: [----------] 31 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 (0 ms)
5: [ RUN      ] defaultdevicetype.cmd_line_args_tools_arguments
5: Warning: command line argument '--kokkos-tools-libs=ich_tue_nur.so' ignored because kokkos-tools is disabled. Raised by Kokkos::initialize().
5: [       OK ] defaultdevicetype.cmd_line_args_tools_arguments (0 ms)
5: [ RUN      ] defaultdevicetype.cmd_line_args_unrecognized_flag
5: [       OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (0 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.shared_space
5: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSharedSpace.cpp:105: Skipped
5: Skipping as host and device are the same space
5: [  SKIPPED ] defaultdevicetype.shared_space (0 ms)
5: [ RUN      ] defaultdevicetype.shared_host_pinned_space
5: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSharedHostPinnedSpace.cpp:65: Skipped
5: Skipping as host and device are the same space
5: [  SKIPPED ] defaultdevicetype.shared_host_pinned_space (0 ms)
5: [ RUN      ] defaultdevicetype.compiler_macros
5: [       OK ] defaultdevicetype.compiler_macros (0 ms)
5: [ RUN      ] defaultdevicetype.half_conversion
5: [       OK ] defaultdevicetype.half_conversion (0 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: [ RUN      ] defaultdevicetype.reduce_instantiation_a1
5: [       OK ] defaultdevicetype.reduce_instantiation_a1 (7 ms)
5: [ RUN      ] defaultdevicetype.reduce_instantiation_b1
5: [       OK ] defaultdevicetype.reduce_instantiation_b1 (14 ms)
5: [ RUN      ] defaultdevicetype.reduce_instantiation_c1
5: [       OK ] defaultdevicetype.reduce_instantiation_c1 (6 ms)
5: [ RUN      ] defaultdevicetype.reduce_instantiation_a2
5: [       OK ] defaultdevicetype.reduce_instantiation_a2 (14 ms)
5: [ RUN      ] defaultdevicetype.reduce_instantiation_b2
5: [       OK ] defaultdevicetype.reduce_instantiation_b2 (27 ms)
5: [ RUN      ] defaultdevicetype.reduce_instantiation_c2
5: [       OK ] defaultdevicetype.reduce_instantiation_c2 (13 ms)
5: [ RUN      ] defaultdevicetype.reduce_instantiation_a3
5: [       OK ] defaultdevicetype.reduce_instantiation_a3 (13 ms)
5: [ RUN      ] defaultdevicetype.reduce_instantiation_b3
5: [       OK ] defaultdevicetype.reduce_instantiation_b3 (27 ms)
5: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
5: [       OK ] defaultdevicetype.reduce_instantiation_c3 (14 ms)
5: [ RUN      ] defaultdevicetype.malloc
5: [       OK ] defaultdevicetype.malloc (0 ms)
5: [----------] 31 tests from defaultdevicetype (144 ms total)
5: 
5: [----------] 1 test from kokkosresize
5: [ RUN      ] kokkosresize.host_space_access
5: [       OK ] kokkosresize.host_space_access (11 ms)
5: [----------] 1 test from kokkosresize (11 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: [==========] 71 tests from 41 test suites ran. (156 ms total)
5: [  PASSED  ] 69 tests.
5: [  SKIPPED ] 2 tests, listed below:
5: [  SKIPPED ] defaultdevicetype.shared_space
5: [  SKIPPED ] defaultdevicetype.shared_host_pinned_space
 5/46 Test  #5: Kokkos_CoreUnitTest_Default ..........................   Passed    0.18 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
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: [       OK ] initialization.legion_initialization (0 ms)
6: [----------] 1 test from initialization (0 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 1 test from 1 test suite ran. (0 ms total)
6: [  PASSED  ] 1 test.
 6/46 Test  #6: Kokkos_CoreUnitTest_LegionInitialization .............   Passed    0.01 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
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: SUCCESS
 7/46 Test  #7: Kokkos_CoreUnitTest_PushFinalizeHook .................   Passed    0.00 sec
test 8
      Start  8: Kokkos_CoreUnitTest_ScopeGuard

8: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_ScopeGuard
8: Test timeout computed to be: 1500
8: [==========] Running 6 tests from 1 test suite.
8: [----------] Global test environment set-up.
8: [----------] 6 tests from scope_guard_DeathTest
8: [ RUN      ] scope_guard_DeathTest.create
8: [       OK ] scope_guard_DeathTest.create (2 ms)
8: [ RUN      ] scope_guard_DeathTest.create_argument
8: [       OK ] scope_guard_DeathTest.create_argument (1 ms)
8: [ RUN      ] scope_guard_DeathTest.create_while_initialize
[ 81%] Linking CXX executable Kokkos_UnitTest_Random
[ 81%] Built target Kokkos_UnitTest_Random
[ 81%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
8: [       OK ] scope_guard_DeathTest.create_while_initialize (158 ms)
8: [ RUN      ] scope_guard_DeathTest.create_after_initialize
8: [       OK ] scope_guard_DeathTest.create_after_initialize (176 ms)
8: [ RUN      ] scope_guard_DeathTest.create_after_finalize
8: [       OK ] scope_guard_DeathTest.create_after_finalize (168 ms)
8: [ RUN      ] scope_guard_DeathTest.destroy_after_finalize
8: [       OK ] scope_guard_DeathTest.destroy_after_finalize (173 ms)
8: [----------] 6 tests from scope_guard_DeathTest (681 ms total)
8: 
8: [----------] Global test environment tear-down
8: [==========] 6 tests from 1 test suite ran. (681 ms total)
8: [  PASSED  ] 6 tests.
 8/46 Test  #8: Kokkos_CoreUnitTest_ScopeGuard .......................   Passed    0.69 sec
test 9
      Start  9: Kokkos_CoreUnitTest_Develop

9: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Develop
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: [==========] Running 1 test from 1 test suite.
9: [----------] Global test environment set-up.
9: [----------] 1 test from defaultdevicetype
9: [ RUN      ] defaultdevicetype.development_test
9: [       OK ] defaultdevicetype.development_test (0 ms)
9: [----------] 1 test from defaultdevicetype (0 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 1 test from 1 test suite ran. (0 ms total)
9: [  PASSED  ] 1 test.
 9/46 Test  #9: Kokkos_CoreUnitTest_Develop ..........................   Passed    0.01 sec
test 10
      Start 10: Kokkos_CoreUnitTest_PushFinalizeHookTerminateRegex

10: Test command: /opt/cmake/bin/cmake "-E" "env" "/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHookTerminate"
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: PASSED: I am the custom std::terminate handler.
10: Child aborted
10/46 Test #10: Kokkos_CoreUnitTest_PushFinalizeHookTerminateRegex ...   Passed    0.17 sec
test 11
      Start 11: Kokkos_CoreUnitTest_PushFinalizeHookTerminateFails

11: Test command: /opt/cmake/bin/cmake "-E" "env" "/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHookTerminate"
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: PASSED: I am the custom std::terminate handler.
11: Child aborted
11/46 Test #11: Kokkos_CoreUnitTest_PushFinalizeHookTerminateFails ...   Passed    0.16 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: 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 31 tests from 1 test suite.
12: [----------] Global test environment set-up.
12: [----------] 31 tests from kokkosp
12: [ RUN      ] kokkosp.test_named_instance_fence
12: Ref: 16777217
12: Ref: named_instance
12: 16777217
12: named_instance
12: [       OK ] kokkosp.test_named_instance_fence (0 ms)
12: [ RUN      ] kokkosp.test_unnamed_instance_fence
12: Ref: 16777217
12: Ref: Unnamed Instance Fence
12: 16777217
12: Kokkos::OpenMP::fence: Unnamed Instance Fence
12: [       OK ] kokkosp.test_unnamed_instance_fence (0 ms)
12: [ RUN      ] kokkosp.test_named_global_fence
12: Ref: 16777216
12: Ref: test global fence
12: 16777216
12: test global fence
12: [       OK ] kokkosp.test_named_global_fence (0 ms)
12: [ RUN      ] kokkosp.test_unnamed_global_fence
12: Ref: 16777216
12: Ref: Unnamed Global Fence
12: 16777216
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: 16777217
12: Ref: named_instance
12: 16777217
12: named_instance
12: Ref: 16777217
12: Ref: test_kernel
12: 16777217
12: named_instance
12: Miss on name
12: 16777217
12: test_kernel
12: [       OK ] kokkosp.test_kernel_sequence (0 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 (0 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.kernel_name_parallel_for
12: [       OK ] kokkosp.kernel_name_parallel_for (0 ms)
12: [ RUN      ] kokkosp.kernel_name_parallel_reduce
12: [       OK ] kokkosp.kernel_name_parallel_reduce (0 ms)
12: [ RUN      ] kokkosp.kernel_name_parallel_scan
12: [       OK ] kokkosp.kernel_name_parallel_scan (1 ms)
12: [ RUN      ] kokkosp.kernel_name_internal
12: [       OK ] kokkosp.kernel_name_internal (0 ms)
12: [ RUN      ] kokkosp.profiling_section
12: [       OK ] kokkosp.profiling_section (0 ms)
12: [ RUN      ] kokkosp.scoped_profile_region
12: [       OK ] kokkosp.scoped_profile_region (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: [----------] 31 tests from kokkosp (4 ms total)
12: 
12: [----------] Global test environment tear-down
12: [==========] 31 tests from 1 test suite ran. (4 ms total)
12: [  PASSED  ] 31 tests.
12/46 Test #12: Kokkos_CoreUnitTest_KokkosP ..........................   Passed    0.01 sec
test 13
      Start 13: Kokkos_CoreUnitTest_StackTraceTest

13: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec
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 3 tests from 2 test suites.
13: [----------] Global test environment set-up.
13: [----------] 2 tests from defaultdevicetype_DeathTest
13: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_terminate
13: 
13: [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.
13: Top of f1
13: Top of f0
13: Top of f0
13: test_f1:
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x5606227b9de9]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x560622769909]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x44) [0x5606227628c4]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x30f) [0x56062276497f]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x56062279bbbe]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6a82f) [0x56062278d82f]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6ab42) [0x56062278db42]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6b12d) [0x56062278e12d]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x560622790848]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x560622790d1c]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x560622761066]
13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f51f7cb3083]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5606227626ce]
13:  
13: demangled test_f1:
13: [0x5606227b9de9] Kokkos::Impl::save_stacktrace()
13: [0x560622769909] Test::stacktrace_test_f1(std::ostream&)
13: [0x5606227628c4] Test::test_stacktrace(bool, bool)
13: [0x56062276497f] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
13: [0x56062279bbbe] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
13: [0x56062278d82f] 
13: [0x56062278db42] 
13: [0x56062278e12d] 
13: [0x560622790848] testing::internal::UnitTestImpl::RunAllTests()
13: [0x560622790d1c] testing::UnitTest::Run()
13: [0x560622761066] main
13: [0x7f51f7cb3083] __libc_start_main
13: [0x5606227626ce] _start
13:  
13: Top of f3
13: Top of f3
13: Top of f3
13: Top of f3
13: Top of f3
13: Top of f1
13: Top of f0
13: Top of f0
13: StackTrace f3(std::cout, 4) returned: 110
13: test_f3:
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x5606227b9de9]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x560622769909]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x560622769b48]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x92e) [0x5606227631ae]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x30f) [0x56062276497f]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x56062279bbbe]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6a82f) [0x56062278d82f]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6ab42) [0x56062278db42]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6b12d) [0x56062278e12d]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x560622790848]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x560622790d1c]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x560622761066]
13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f51f7cb3083]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5606227626ce]
13:  
13: demangled test_f3:
13: [0x5606227b9de9] Kokkos::Impl::save_stacktrace()
13: [0x560622769909] Test::stacktrace_test_f1(std::ostream&)
13: [0x560622769b48] Test::stacktrace_test_f3(std::ostream&, int)
13: [0x5606227631ae] Test::test_stacktrace(bool, bool)
13: [0x56062276497f] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
13: [0x56062279bbbe] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
13: [0x56062278d82f] 
13: [0x56062278db42] 
13: [0x56062278e12d] 
13: [0x560622790848] testing::internal::UnitTestImpl::RunAllTests()
13: [0x560622790d1c] testing::UnitTest::Run()
13: [0x560622761066] main
13: [0x7f51f7cb3083] __libc_start_main
13: [0x5606227626ce] _start
13:  
13: Test setting std::terminate handler that prints the last saved stack trace
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_float.cpp.o
13: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (160 ms)
13: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
13: 
13: [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.
13: Top of f1
13: Top of f0
13: Top of f0
13: test_f1:
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x5606227b9de9]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x560622769909]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x44) [0x5606227628c4]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x30c) [0x560622764cfc]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x56062279bbbe]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6a82f) [0x56062278d82f]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6ab42) [0x56062278db42]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6b12d) [0x56062278e12d]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x560622790848]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x560622790d1c]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x560622761066]
13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f51f7cb3083]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5606227626ce]
13:  
13: demangled test_f1:
13: [0x5606227b9de9] Kokkos::Impl::save_stacktrace()
13: [0x560622769909] Test::stacktrace_test_f1(std::ostream&)
13: [0x5606227628c4] Test::test_stacktrace(bool, bool)
13: [0x560622764cfc] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
13: [0x56062279bbbe] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
13: [0x56062278d82f] 
13: [0x56062278db42] 
13: [0x56062278e12d] 
13: [0x560622790848] testing::internal::UnitTestImpl::RunAllTests()
13: [0x560622790d1c] testing::UnitTest::Run()
13: [0x560622761066] main
13: [0x7f51f7cb3083] __libc_start_main
13: [0x5606227626ce] _start
13:  
13: Top of f3
13: Top of f3
13: Top of f3
13: Top of f3
13: Top of f3
13: Top of f1
13: Top of f0
13: Top of f0
13: StackTrace f3(std::cout, 4) returned: 110
13: test_f3:
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x5606227b9de9]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x560622769909]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x560622769b48]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x92e) [0x5606227631ae]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x30c) [0x560622764cfc]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x56062279bbbe]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6a82f) [0x56062278d82f]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6ab42) [0x56062278db42]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6b12d) [0x56062278e12d]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x560622790848]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x560622790d1c]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x560622761066]
13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f51f7cb3083]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5606227626ce]
13:  
13: demangled test_f3:
13: [0x5606227b9de9] Kokkos::Impl::save_stacktrace()
13: [0x560622769909] Test::stacktrace_test_f1(std::ostream&)
13: [0x560622769b48] Test::stacktrace_test_f3(std::ostream&, int)
13: [0x5606227631ae] Test::test_stacktrace(bool, bool)
13: [0x560622764cfc] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
13: [0x56062279bbbe] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
13: [0x56062278d82f] 
13: [0x56062278db42] 
13: [0x56062278e12d] 
13: [0x560622790848] testing::internal::UnitTestImpl::RunAllTests()
13: [0x560622790d1c] testing::UnitTest::Run()
13: [0x560622761066] main
13: [0x7f51f7cb3083] __libc_start_main
13: [0x5606227626ce] _start
13:  
13: Test setting std::terminate handler that prints the last saved stack trace
13: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (156 ms)
13: [----------] 2 tests from defaultdevicetype_DeathTest (316 ms total)
13: 
13: [----------] 1 test from defaultdevicetype
13: [ RUN      ] defaultdevicetype.stacktrace_normal
13: Top of f1
13: Top of f0
13: Top of f0
13: test_f1:
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x5606227b9de9]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x560622769909]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x44) [0x5606227628c4]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x56062279bbbe]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6a82f) [0x56062278d82f]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6ab42) [0x56062278db42]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6b12d) [0x56062278e12d]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x560622790848]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x560622790d1c]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x560622761066]
13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f51f7cb3083]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5606227626ce]
13:  
13: demangled test_f1:
13: [0x5606227b9de9] Kokkos::Impl::save_stacktrace()
13: [0x560622769909] Test::stacktrace_test_f1(std::ostream&)
13: [0x5606227628c4] Test::test_stacktrace(bool, bool)
13: [0x56062279bbbe] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
13: [0x56062278d82f] 
13: [0x56062278db42] 
13: [0x56062278e12d] 
13: [0x560622790848] testing::internal::UnitTestImpl::RunAllTests()
13: [0x560622790d1c] testing::UnitTest::Run()
13: [0x560622761066] main
13: [0x7f51f7cb3083] __libc_start_main
13: [0x5606227626ce] _start
13:  
13: Top of f3
13: Top of f3
13: Top of f3
13: Top of f3
13: Top of f3
13: Top of f1
13: Top of f0
13: Top of f0
13: StackTrace f3(std::cout, 4) returned: 110
13: test_f3:
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x19) [0x5606227b9de9]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x59) [0x560622769909]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb8) [0x560622769b48]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x92e) [0x5606227631ae]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x4e) [0x56062279bbbe]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6a82f) [0x56062278d82f]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6ab42) [0x56062278db42]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(+0x6b12d) [0x56062278e12d]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0xc78) [0x560622790848]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x9c) [0x560622790d1c]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x36) [0x560622761066]
13: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f51f7cb3083]
13: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x5606227626ce]
13:  
13: demangled test_f3:
13: [0x5606227b9de9] Kokkos::Impl::save_stacktrace()
13: [0x560622769909] Test::stacktrace_test_f1(std::ostream&)
13: [0x560622769b48] Test::stacktrace_test_f3(std::ostream&, int)
13: [0x5606227631ae] Test::test_stacktrace(bool, bool)
13: [0x56062279bbbe] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
13: [0x56062278d82f] 
13: [0x56062278db42] 
13: [0x56062278e12d] 
13: [0x560622790848] testing::internal::UnitTestImpl::RunAllTests()
13: [0x560622790d1c] testing::UnitTest::Run()
13: [0x560622761066] main
13: [0x7f51f7cb3083] __libc_start_main
13: [0x5606227626ce] _start
13:  
13: Test setting std::terminate handler that prints the last saved stack trace
13: [       OK ] defaultdevicetype.stacktrace_normal (0 ms)
13: [----------] 1 test from defaultdevicetype (0 ms total)
13: 
13: [----------] Global test environment tear-down
13: [==========] 3 tests from 2 test suites ran. (317 ms total)
13: [  PASSED  ] 3 tests.
13/46 Test #13: Kokkos_CoreUnitTest_StackTraceTest ...................   Passed    0.32 sec
test 14
      Start 14: Kokkos_IncrementalTest_OPENMP

14: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_IncrementalTest_OPENMP
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 OPENMP
14: [ RUN      ] OPENMP.IncrTest_01_execspace_typedef
14: [       OK ] OPENMP.IncrTest_01_execspace_typedef (0 ms)
14: [ RUN      ] OPENMP.IncrTest_01_execspace
14: Host Parallel Execution Space:
14:   KOKKOS_ENABLE_OPENMP: yes
14: 
14: OpenMP Runtime Configuration:
14: Kokkos::OpenMP thread_pool_topology[ 1 x 8 x 1 ]
14: OpenMP
14: [       OK ] OPENMP.IncrTest_01_execspace (0 ms)
14: [ RUN      ] OPENMP.IncrTest_02_AtomicExchange
14: [       OK ] OPENMP.IncrTest_02_AtomicExchange (0 ms)
14: [ RUN      ] OPENMP.IncrTest_02_AtomicAdd
14: [       OK ] OPENMP.IncrTest_02_AtomicAdd (0 ms)
14: [ RUN      ] OPENMP.IncrTest_02_AtomicSub
14: [       OK ] OPENMP.IncrTest_02_AtomicSub (0 ms)
14: [ RUN      ] OPENMP.IncrTest_03a_memspace_malloc
14: [       OK ] OPENMP.IncrTest_03a_memspace_malloc (0 ms)
14: [ RUN      ] OPENMP.IncrTest_03b_memspace_free
14: [       OK ] OPENMP.IncrTest_03b_memspace_free (31 ms)
14: [ RUN      ] OPENMP.IncrTest_04_simple_parallelFor
14: [       OK ] OPENMP.IncrTest_04_simple_parallelFor (0 ms)
14: [ RUN      ] OPENMP.IncrTest_04_RangePolicy_parallelFor
14: [       OK ] OPENMP.IncrTest_04_RangePolicy_parallelFor (0 ms)
14: [ RUN      ] OPENMP.IncrTest_05_reduction
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[100%] Linking CXX executable Kokkos_policy_performance
[100%] Built target Kokkos_policy_performance
14: [       OK ] OPENMP.IncrTest_05_reduction (26 ms)
14: [ RUN      ] OPENMP.IncrTest_06_mdrange2D
14: [       OK ] OPENMP.IncrTest_06_mdrange2D (0 ms)
14: [ RUN      ] OPENMP.IncrTest_06_mdrange3D
14: [       OK ] OPENMP.IncrTest_06_mdrange3D (0 ms)
14: [ RUN      ] OPENMP.IncrTest_06_mdrange4D
14: [       OK ] OPENMP.IncrTest_06_mdrange4D (0 ms)
14: [ RUN      ] OPENMP.IncrTest_08_deep_copy_2D
14: [       OK ] OPENMP.IncrTest_08_deep_copy_2D (0 ms)
14: [ RUN      ] OPENMP.IncrTest_08_deep_copy_3D
14: [       OK ] OPENMP.IncrTest_08_deep_copy_3D (0 ms)
14: [ RUN      ] OPENMP.IncrTest_08_deep_copy_4D
14: [       OK ] OPENMP.IncrTest_08_deep_copy_4D (0 ms)
14: [ RUN      ] OPENMP.IncrTest_10_Hierarchical_Basics
14: [       OK ] OPENMP.IncrTest_10_Hierarchical_Basics (1 ms)
14: [ RUN      ] OPENMP.IncrTest_11a_Hierarchical_ForLoop
14: [       OK ] OPENMP.IncrTest_11a_Hierarchical_ForLoop (0 ms)
14: [ RUN      ] OPENMP.IncrTest_11b_Hierarchical_ForLoop
14: [       OK ] OPENMP.IncrTest_11b_Hierarchical_ForLoop (0 ms)
14: [ RUN      ] OPENMP.IncrTest_11c_Hierarchical_ForLoop
14: [       OK ] OPENMP.IncrTest_11c_Hierarchical_ForLoop (184 ms)
14: [ RUN      ] OPENMP.IncrTest_12a_ThreadScratch
14: [       OK ] OPENMP.IncrTest_12a_ThreadScratch (4 ms)
14: [ RUN      ] OPENMP.IncrTest_12b_TeamScratch
14: [       OK ] OPENMP.IncrTest_12b_TeamScratch (2 ms)
14: [ RUN      ] OPENMP.IncrTest_13a_Hierarchical_Red
14: [       OK ] OPENMP.IncrTest_13a_Hierarchical_Red (0 ms)
14: [ RUN      ] OPENMP.IncrTest_13b_Hierarchical_Red
14: [       OK ] OPENMP.IncrTest_13b_Hierarchical_Red (0 ms)
14: [ RUN      ] OPENMP.IncrTest_13c_Hierarchical_Red
14: [       OK ] OPENMP.IncrTest_13c_Hierarchical_Red (0 ms)
14: [ RUN      ] OPENMP.incr_14_MDrangeReduce
14: [       OK ] OPENMP.incr_14_MDrangeReduce (0 ms)
14: [ RUN      ] OPENMP.IncrTest_16_parallelscan
14: [       OK ] OPENMP.IncrTest_16_parallelscan (1 ms)
14: [ RUN      ] OPENMP.incr_17_atomicView
14: [       OK ] OPENMP.incr_17_atomicView (0 ms)
14: [----------] 28 tests from OPENMP (255 ms total)
14: 
14: [----------] Global test environment tear-down
14: [==========] 28 tests from 1 test suite ran. (255 ms total)
14: [  PASSED  ] 28 tests.
14/46 Test #14: Kokkos_IncrementalTest_OPENMP ........................   Passed    0.26 sec
test 15
      Start 15: Kokkos_IncrementalTest_SERIAL

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

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

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

18: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_TaskDag
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: "taskdag: alloc super repeat input output task-accum task-max" 1000000 10000 1 4 3 0 0
18: "taskdag: time (min, avg)" 0.00825135 0.00825135
18: "taskdag: tasks per second (max, avg)" 1575.5 1575.5
18/46 Test #18: Kokkos_PerformanceTest_TaskDag .......................   Passed    0.01 sec
test 19
      Start 19: Kokkos_PerformanceTest_Benchmark

19: 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-09-12_T14-20-49.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-09-12T14:38:38+00:00
19: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
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: 7.31, 6.85, 5.10
19: CPU architecture: none
19: Default Device: OpenMP
19: GIT_BRANCH: HEAD
19: GIT_CLEAN_STATUS: CLEAN
19: GIT_COMMIT_DATE: 2024-09-12T14:20:37+00:00
19: GIT_COMMIT_DESCRIPTION: Merge commit 'd02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a' into HEAD
19: GIT_COMMIT_HASH: 7fee597a6
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.4.99
19: platform: 64bit
19: ---------------------------------------------------------------------------------------------------------------------------------------------------
19: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
19: ---------------------------------------------------------------------------------------------------------------------------------------------------
19: GramSchmidt<double>/Count:1024/iterations:5/manual_time                            0.049 s         0.023 s             5       1024        48.1313u
19: GramSchmidt<double>/Count:2048/iterations:5/manual_time                            0.052 s         0.023 s             5     2.048k        26.6862u
19: GramSchmidt<double>/Count:4096/iterations:5/manual_time                            0.053 s         0.024 s             5     4.096k        12.7146u
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
19: GramSchmidt<double>/Count:8192/iterations:5/manual_time                            0.054 s         0.025 s             5     8.192k        6.54603u
19: GramSchmidt<double>/Count:16384/iterations:5/manual_time                           0.062 s         0.029 s             5    16.384k        3.48408u
19: GramSchmidt<double>/Count:32768/iterations:5/manual_time                           0.066 s         0.037 s             5    32.768k         2.0708u
19: GramSchmidt<double>/Count:65536/iterations:5/manual_time                           0.069 s         0.048 s             5    65.536k        998.613n
37: [       OK ] cuda.scatterview (12693 ms)
37: [ RUN      ] cuda.scatterview_devicetype
37: [       OK ] cuda.scatterview_devicetype (24 ms)
37: [ RUN      ] cuda.staticcrsgraph
37: [       OK ] cuda.staticcrsgraph (30 ms)
37: [ RUN      ] cuda.resize_realloc_no_init_dualview
37: [       OK ] cuda.resize_realloc_no_init_dualview (0 ms)
37: [ RUN      ] cuda.resize_realloc_no_alloc_dualview
37: [       OK ] cuda.resize_realloc_no_alloc_dualview (0 ms)
37: [ RUN      ] cuda.resize_exec_space_dualview
37: [       OK ] cuda.resize_exec_space_dualview (0 ms)
37: [ RUN      ] cuda.realloc_exec_space_dualview
37: [       OK ] cuda.realloc_exec_space_dualview (0 ms)
37: [ RUN      ] cuda.resize_realloc_no_init_dynrankview
37: [       OK ] cuda.resize_realloc_no_init_dynrankview (0 ms)
37: [ RUN      ] cuda.resize_exec_space_dynrankview
37: [       OK ] cuda.resize_exec_space_dynrankview (0 ms)
37: [ RUN      ] cuda.realloc_exec_space_dynrankview
37: [       OK ] cuda.realloc_exec_space_dynrankview (0 ms)
37: [ RUN      ] cuda.resize_realloc_no_init_scatterview
37: [       OK ] cuda.resize_realloc_no_init_scatterview (0 ms)
37: [ RUN      ] cuda.resize_realloc_no_alloc_scatterview
37: [       OK ] cuda.resize_realloc_no_alloc_scatterview (0 ms)
37: [ RUN      ] cuda.resize_exec_space_scatterview
37: [       OK ] cuda.resize_exec_space_scatterview (0 ms)
37: [ RUN      ] cuda.realloc_exec_space_scatterview
37: [       OK ] cuda.realloc_exec_space_scatterview (0 ms)
37: [ RUN      ] cuda.create_mirror_no_init_dynrankview
37: [       OK ] cuda.create_mirror_no_init_dynrankview (0 ms)
37: [ RUN      ] cuda.create_mirror_no_init_dynrankview_viewctor
37: [       OK ] cuda.create_mirror_no_init_dynrankview_viewctor (0 ms)
37: [ RUN      ] cuda.create_mirror_view_and_copy_dynrankview
37: [       OK ] cuda.create_mirror_view_and_copy_dynrankview (0 ms)
37: [ RUN      ] cuda.create_mirror_no_init_offsetview
37: [       OK ] cuda.create_mirror_no_init_offsetview (0 ms)
37: [ RUN      ] cuda.create_mirror_no_init_offsetview_view_ctor
37: [       OK ] cuda.create_mirror_no_init_offsetview_view_ctor (0 ms)
37: [ RUN      ] cuda.create_mirror_view_and_copy_offsetview
37: [       OK ] cuda.create_mirror_view_and_copy_offsetview (0 ms)
37: [ RUN      ] cuda.create_mirror_no_init_dynamicview
37: [       OK ] cuda.create_mirror_no_init_dynamicview (0 ms)
37: [ RUN      ] cuda.create_mirror_view_and_copy_dynamicview
37: [       OK ] cuda.create_mirror_view_and_copy_dynamicview (0 ms)
37: [ RUN      ] cuda.create_mirror_no_init_dynamicview_view_ctor
37: [       OK ] cuda.create_mirror_no_init_dynamicview_view_ctor (0 ms)
37: [ RUN      ] cuda.UnorderedMap_insert
[ 31%] Linking CXX executable Kokkos_IncrementalTest_OPENMP
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
19: GramSchmidt<double>/Count:131072/iterations:5/manual_time                          0.083 s         0.079 s             5   131.072k        621.482n
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL2A.dir/sycl/TestSYCL_WithoutInitializing.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_int.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longint.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_longlongint.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
37: [       OK ] cuda.UnorderedMap_insert (3286 ms)
37: [ RUN      ] cuda.UnorderedMap_failed_insert
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_HIP.cpp.o
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Develop.dir/default/TestDefaultDeviceDevelop.cpp.o
[ 40%] Linking CXX executable Kokkos_CoreUnitTest_PushFinalizeHookTerminate
19: GramSchmidt<double>/Count:262144/iterations:5/manual_time                          0.120 s         0.132 s             5   262.144k        468.131n
37: [       OK ] cuda.UnorderedMap_failed_insert (880 ms)
37: [ RUN      ] cuda.UnorderedMap_deep_copy
37: [       OK ] cuda.UnorderedMap_deep_copy (4 ms)
37: [ RUN      ] cuda.UnorderedMap_valid_empty
37: [       OK ] cuda.UnorderedMap_valid_empty (1 ms)
37: [ RUN      ] cuda.UnorderedMap_clear_zero_size
37: [       OK ] cuda.UnorderedMap_clear_zero_size (0 ms)
37: [ RUN      ] cuda.UnorderedMap_consistent_size
37: [       OK ] cuda.UnorderedMap_consistent_size (0 ms)
37: [ RUN      ] cuda.UnorderedMap_shallow_copyable_on_device
37: [       OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms)
37: [ RUN      ] cuda.UnorderedMap_lambda_capturable
37: [       OK ] cuda.UnorderedMap_lambda_capturable (0 ms)
37: [ RUN      ] cuda.UnorderedMap_constructor_view_alloc
37: [       OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms)
37: [ RUN      ] cuda.vector_combination
37: [       OK ] cuda.vector_combination (0 ms)
37: [ RUN      ] cuda.vector_insert
37: [       OK ] cuda.vector_insert (0 ms)
37: [ RUN      ] cuda.vector_push_back_default_exec
37: [       OK ] cuda.vector_push_back_default_exec (0 ms)
37: [ RUN      ] cuda.viewctorprop_embedded_dim
37: [       OK ] cuda.viewctorprop_embedded_dim (0 ms)
37: [----------] 66 tests from cuda (16987 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 66 tests from 1 test suite ran. (16987 ms total)
37: [  PASSED  ] 66 tests.
37/59 Test #37: Kokkos_ContainersUnitTest_Cuda .......................   Passed   17.21 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.00113241
38:  View sum computation time: 0.00113241
38:  Strided View time (init only): 0.00105784
38:  View Rank7 time (init only): 0.00113672
38:  DynRankView time (init only): 0.00114352
38:  DynRankView sum computation time: 0.00177442
38:  Ratio of View to DynRankView time: 0.990281
38:  Ratio of View to DynRankView sum computation time: 0.84095
38:  Ratio of View to View Rank7  time: 0.996205
38:  Ratio of StrideView to DynRankView time: 0.925069
38:  Ratio of DynRankView to View Rank7  time: 1.00598
38: [       OK ] TEST_CATEGORY.dynrankview_perf (12 ms)
38: [ RUN      ] TEST_CATEGORY.global_2_local
38: Cuda
38: size, create, generate, fill, find
38: 256, 0.000232406, 1.7966e-05, 0.00357008, 0.00186026
38: 512, 0.000183566, 1.2213e-05, 2.0483e-05, 0.0019207
38: 1024, 0.000151366, 1.0871e-05, 2.1216e-05, 0.00191537
38: 2048, 0.000159405, 9.922e-06, 2.22e-05, 0.0018709
38: 4096, 0.000149074, 9.472e-06, 2.0588e-05, 0.00205025
38: 8192, 0.000159436, 1.0522e-05, 2.2182e-05, 0.001882
38: 16384, 0.000154358, 1.0504e-05, 2.7473e-05, 0.00198375
38: 32768, 0.000548374, 1.1114e-05, 3.0599e-05, 0.00210469
38: 65536, 0.000275533, 1.2561e-05, 3.9323e-05, 0.00231061
38: 131072, 0.000359739, 1.2201e-05, 5.2612e-05, 0.00288649
38: 262144, 0.000591416, 1.3485e-05, 0.000150887, 0.00573668
38: 524288, 0.000733813, 1.6755e-05, 0.000539428, 0.0191129
38: 1048576, 0.000798902, 2.324e-05, 0.00130204, 0.04536
38: 2097152, 0.000736486, 4.1801e-05, 0.00301808, 0.109144
38: 4194304, 0.000968992, 5.6277e-05, 0.00675697, 0.235717
38: [       OK ] TEST_CATEGORY.global_2_local (461 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 (473 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 4 tests from 1 test suite ran. (473 ms total)
38: [  PASSED  ] 4 tests.
19: GramSchmidt<double>/Count:524288/iterations:5/manual_time                          0.189 s         0.232 s             5   524.288k        361.968n
38/59 Test #38: Kokkos_ContainersPerformanceTest_Cuda ................   Passed    0.67 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 17 tests from 1 test suite.
39: [----------] Global test environment set-up.
39: [----------] 17 tests from cuda
39: [ RUN      ] cuda.SortUnsignedValueType
39: [       OK ] cuda.SortUnsignedValueType (14 ms)
39: [ RUN      ] cuda.SortEmptyView
39: [       OK ] cuda.SortEmptyView (0 ms)
39: [ RUN      ] cuda.SortByKeyEmptyView
39: [       OK ] cuda.SortByKeyEmptyView (0 ms)
39: [ RUN      ] cuda.SortByKeyEmptyViewHost
39: [       OK ] cuda.SortByKeyEmptyViewHost (0 ms)
39: [ RUN      ] cuda.SortByKey
39: [       OK ] cuda.SortByKey (0 ms)
39: [ RUN      ] cuda.SortByKeyWithComparator
39: [       OK ] cuda.SortByKeyWithComparator (0 ms)
39: [ RUN      ] cuda.SortByKeyStaticExtents
39: [       OK ] cuda.SortByKeyStaticExtents (0 ms)
39: [ RUN      ] cuda.SortByKeyWithStrides
39: [       OK ] cuda.SortByKeyWithStrides (0 ms)
39: [ RUN      ] cuda.SortByKeyKeysLargerThanValues
39: 
39: [WARNING] /var/jenkins/workspace/Kokkos_PR-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.
[ 40%] Built target Kokkos_CoreUnitTest_PushFinalizeHookTerminate
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/UnitTestMainInit.cpp.o
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.
[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 216 tests from 4 test suites.
1: [----------] Global test environment set-up.
1: [----------] 9 tests from serial_DeathTest
1: [ RUN      ] serial_DeathTest.abort_from_host
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
39: [       OK ] cuda.SortByKeyKeysLargerThanValues (604 ms)
39: [ RUN      ] cuda.SortWithCustomComparator
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
39: [       OK ] cuda.SortWithCustomComparator (625 ms)
39: [ RUN      ] cuda.BinSortGenericTests
39: [       OK ] cuda.BinSortGenericTests (21 ms)
39: [ RUN      ] cuda.BinSortEmptyView
39: [       OK ] cuda.BinSortEmptyView (0 ms)
39: [ RUN      ] cuda.BinSortEmptyKeysView
39: [       OK ] cuda.BinSortEmptyKeysView (0 ms)
39: [ RUN      ] cuda.BinSort_issue_7221
39: [       OK ] cuda.BinSort_issue_7221 (0 ms)
39: [ RUN      ] cuda.BinSortUnsignedKeyLayoutStrideValues
1: [       OK ] serial_DeathTest.abort_from_host (1216 ms)
1: [ RUN      ] serial_DeathTest.abort_from_device
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_ViewOutOfBoundsAccess.cpp.o
1: [       OK ] serial_DeathTest.abort_from_device (1248 ms)
1: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_SpaceAwareAccessorAccessViolation.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_c.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_a.cpp.o
[ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
1: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (1246 ms)
1: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
[ 74%] 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_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
1: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (1246 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: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:89: Skipped
1: skipping since no memory access violation would occur
1: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms)
1: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:105: Skipped
1: skipping since no memory access violation would occur
1: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms)
1: [----------] 9 tests from serial_DeathTest (4958 ms total)
1: 
1: [----------] 1 test from serial_graph_DeathTest
1: [ RUN      ] serial_graph_DeathTest.can_instantiate_only_once
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestGraph.hpp:177: Skipped
1: Preconditions are not checked.
1: [  SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms)
1: [----------] 1 test from serial_graph_DeathTest (0 ms total)
1: 
1: [----------] 194 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_operator_equal
1: [       OK ] serial.array_operator_equal (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
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o
1: [       OK ] serial.atomic_views_integral (51 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.complex_structured_bindings
1: [       OK ] serial.complex_structured_bindings (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 (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.exec_space_thread_safety_range
1: [       OK ] serial.exec_space_thread_safety_range (415 ms)
1: [ RUN      ] serial.exec_space_thread_safety_mdrange
1: [       OK ] serial.exec_space_thread_safety_mdrange (38 ms)
1: [ RUN      ] serial.exec_space_thread_safety_team_policy
1: [       OK ] serial.exec_space_thread_safety_team_policy (44 ms)
1: [ RUN      ] serial.exec_space_thread_safety_range_reduce
1: [       OK ] serial.exec_space_thread_safety_range_reduce (41 ms)
1: [ RUN      ] serial.exec_space_thread_safety_mdrange_reduce
1: [       OK ] serial.exec_space_thread_safety_mdrange_reduce (40 ms)
1: [ RUN      ] serial.exec_space_thread_safety_team_policy_reduce
1: [       OK ] serial.exec_space_thread_safety_team_policy_reduce (44 ms)
1: [ RUN      ] serial.exec_space_thread_safety_range_scan
1: [       OK ] serial.exec_space_thread_safety_range_scan (41 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
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12a_ThreadScratch_HIP.cpp.o
[ 31%] Built target Kokkos_IncrementalTest_OPENMP
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
1: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (1276 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o
[ 31%] 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_HIP.dir/hip/TestHIP_AtomicOperations_shared.cpp.o
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (1253 ms)
1: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
1: [       OK ] serial.local_deepcopy_teampolicy_layoutright (450 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_b.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (455 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 (28 ms)
1: [ RUN      ] serial.mdrange_6d
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
1: [       OK ] serial.mdrange_6d (126 ms)
1: [ RUN      ] serial.mdrange_2d
1: [       OK ] serial.mdrange_2d (0 ms)
1: [ RUN      ] serial.mdrange_array_reduce
1: [       OK ] serial.mdrange_array_reduce (0 ms)
1: [ RUN      ] serial.mdrange_3d
1: [       OK ] serial.mdrange_3d (4 ms)
1: [ RUN      ] serial.mdrange_neg_idx
1: [       OK ] serial.mdrange_neg_idx (73 ms)
1: [ RUN      ] serial.mdrange_4d
1: [       OK ] serial.mdrange_4d (5 ms)
1: [ RUN      ] serial.mdrange_scalar
1: [       OK ] serial.mdrange_scalar (0 ms)
1: [ RUN      ] serial.mdrange_large_deep_copy
1: [       OK ] serial.mdrange_large_deep_copy (273 ms)
1: [ RUN      ] serial.md_range_policy_construction_from_arrays
1: [       OK ] serial.md_range_policy_construction_from_arrays (0 ms)
1: [ RUN      ] serial.policy_get_tile_size
1: [       OK ] serial.policy_get_tile_size (0 ms)
1: [ RUN      ] serial.mdrange_parallel_reduce_primitive_types
[ 41%] Linking CXX executable Kokkos_CoreUnitTest_Develop
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c10.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestEventCorrectness.cpp.o
[ 42%] Built target Kokkos_CoreUnitTest_Develop
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
1: [       OK ] serial.mdrange_parallel_reduce_primitive_types (1459 ms)
1: [ RUN      ] serial.mdspan_minimal_functional
1: [       OK ] serial.mdspan_minimal_functional (0 ms)
1: [ RUN      ] serial.mdspan_atomic_accessor
1: [       OK ] serial.mdspan_atomic_accessor (0 ms)
1: [ RUN      ] serial.view_mdspan_conversion
1: [       OK ] serial.view_mdspan_conversion (0 ms)
1: [ RUN      ] serial.view_mdspan_conversion_with_stride
1: [       OK ] serial.view_mdspan_conversion_with_stride (0 ms)
1: [ RUN      ] serial.max
1: [       OK ] serial.max (0 ms)
1: [ RUN      ] serial.max_within_parfor
1: [       OK ] serial.max_within_parfor (2 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 (23 ms)
1: [ RUN      ] serial.cxx11
1: [       OK ] serial.cxx11 (0 ms)
1: [ RUN      ] serial.viewctorprop_embedded_dim
1: [       OK ] serial.viewctorprop_embedded_dim (0 ms)
1: [ RUN      ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility
1: [       OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
1: [ RUN      ] serial.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_policy_round_trip_conversion_fires
1: [       OK ] serial.range_policy_round_trip_conversion_fires (0 ms)
1: [ RUN      ] serial.range_policy_one_way_convertible_bounds
1: [       OK ] serial.range_policy_one_way_convertible_bounds (0 ms)
1: [ RUN      ] serial.range_policy_check_sign_changes
1: [       OK ] serial.range_policy_check_sign_changes (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 (0 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 (39 ms)
1: [ RUN      ] serial.double_reduce
1: [       OK ] serial.double_reduce (204 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_WithoutInitializing.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o
19: ----------------------------------------------------------------------------------------------------------------------------------------------
19: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s        Max
19: ----------------------------------------------------------------------------------------------------------------------------------------------
19: CustomReduction<double>/N:100000/R:1000/manual_time                                 6.13 s          5.20 s             1 0.0213122/s       11.5
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_a.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
19: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
19: Benchmark                                                                              Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced
19: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
19: OverlapRangePolicy/N:2000/M:10000/R:10                                             0.775 s         0.409 s             2       0.0392414    0.0885865               0.0982055             0.213076   0.0489582       0.0484776
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_b.cpp.o
[ 65%] Linking CXX executable Kokkos_StackTraceTestExec
[ 65%] Built target Kokkos_StackTraceTestExec
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestKernelNames.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test12b_TeamScratch_HIP.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_SpaceAwareAccessor.cpp.o
19: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
19: Benchmark                                                                              Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced
19: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
19: OverlapMDRangePolicy/N:200/M:10000/R:10                                            0.169 s         0.082 s             8        3.33453m    0.0451007                9.75715m                 0.0447902    5.20848m        4.90747m
1: [       OK ] serial.int64_t_reduce_dynamic (2988 ms)
1: [ RUN      ] serial.double_reduce_dynamic
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
39: [       OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (13342 ms)
39: [ RUN      ] cuda.NestedSort
39: [       OK ] cuda.NestedSort (30 ms)
39: [ RUN      ] cuda.NestedSortByKey
39: [       OK ] cuda.NestedSortByKey (90 ms)
39: [----------] 17 tests from cuda (14731 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 17 tests from 1 test suite ran. (14731 ms total)
39: [  PASSED  ] 17 tests.
39/59 Test #39: Kokkos_UnitTest_Sort .................................   Passed   14.96 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:1726151938880037303
40: Test Scalar=int
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 6.43252e-07 0.00217094 0.0281082 || 0.051031 27950 29389 || 28612.3 28674.4 || 388.568 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 6.43252e-07 -0.000587555 0.00675317 || 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.00341086 0.0114887 || 0.051031 28087 29384 || 28772.5 28674.4 || 158.819 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 6.43252e-07 0.0162068 -0.00232793 || 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.000187218 0.0256106 || 0.051031 28068 29282 || 28669 28674.4 || 354.041 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 6.43252e-07 -0.0108423 -0.00593173 || 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.00317235 -0.00836875 || 0.051031 27990 29338 || 28583.7 28674.4 || -115.69 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 6.43252e-07 -0.00781779 0.00854332 || 0.051031 1e+64 -1e+64
40: Test Scalar=half
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 0.000244006 -0.99999 -48247.8 || 0.051031 0 194867 || 2.92885e+09 28674.4 || -6.66977e+08 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 0.000730859 -0.313238 0.151807 || 0.051031 1e+64 -1e+64
40: Test Scalar=bhalf
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 0.00195765 -0.999999 -57857.2 || 0.051031 0 1.55216e+06 || 2.86902e+10 28674.4 || -7.99818e+08 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 0.0058832 -0.968028 10.3257 || 0.051031 1e+64 -1e+64
40: Test Scalar=float
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 6.58387e-07 -0.0169342 0.0100865 || 0.051031 28040 29309 || 29168.3 28674.4 || 139.436 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 6.88658e-07 -0.0124328 0.00450726 || 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.0185819 0.00432074 || 0.051031 28012 29316 || 28151.3 28674.4 || 59.7299 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 6.43252e-07 -0.00303258 -0.00751066 || 0.051031 1e+64 -1e+64
40: Test Seed:1726151938987361096
40: Test Scalar=int
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 6.43252e-07 -0.00431533 0.0188037 || 0.051031 27971 29366 || 28798.7 28674.4 || 259.942 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 6.43252e-07 -0.00606026 0.000183091 || 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.00808106 0.0143828 || 0.051031 28031 29362 || 28444.5 28674.4 || 198.828 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 6.43252e-07 0.00342053 0.00315756 || 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.014601 0.0015245 || 0.051031 28052 29374 || 28261.7 28674.4 || 21.0747 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 6.43252e-07 -0.0058094 0.00117669 || 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.00429288 -0.00434986 || 0.051031 28009 29426 || 28798 28674.4 || -60.1325 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 6.43252e-07 0.0235227 -0.0027867 || 0.051031 1e+64 -1e+64
40: Test Scalar=half
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 0.000245409 -0.99999 -48243.6 || 0.051031 0 195038 || 2.92848e+09 28674.4 || -6.66919e+08 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 0.000735065 -0.305345 0.162169 || 0.051031 1e+64 -1e+64
40: Test Scalar=bhalf
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 0.00195588 -0.999999 -57857.5 || 0.051031 0 1.55237e+06 || 2.86924e+10 28674.4 || -7.99823e+08 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 0.00587763 -0.967966 10.34 || 0.051031 1e+64 -1e+64
40: Test Scalar=float
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 6.73523e-07 -0.000219976 0.0237953 || 0.051031 27976 29290 || 28680.7 28674.4 || 328.947 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 7.34064e-07 0.0132388 0.00302133 || 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.00815077 -0.0275691 || 0.051031 28019 29299 || 28442.6 28674.4 || -381.115 -2.0744
40:  -- Testing 3-D histogram
40: Density 3D: 6.43252e-07 0.00603147 -0.00999047 || 0.051031 1e+64 -1e+64
40: [       OK ] cuda.Random_XorShift64 (217 ms)
40: [ RUN      ] cuda.Random_XorShift1024_0
40: Test Seed:1726151939097819921
40: Test Scalar=int
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 2.47955e-07 -0.00648287 0.0193596 || 0.051031 10993 11747 || 11451.2 11377 || 267.627 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 2.47955e-07 -0.00913394 0.000859116 || 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.0185142 0.0140608 || 0.051031 11000 11773 || 11591.6 11377 || 194.376 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 2.47955e-07 -0.000390026 0.00655709 || 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.0132073 -0.0126994 || 0.051031 10969 11772 || 11228.7 11377 || -175.556 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 2.47955e-07 -0.0307451 -0.00017471 || 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.0180052 0.0106323 || 0.051031 11001 11860 || 11585.6 11377 || 146.981 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 2.47955e-07 0.00311738 -0.00338963 || 0.051031 1e+64 -1e+64
40: Test Scalar=half
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 0.000244048 -0.999975 -7594.04 || 0.051031 0 77634 || 4.60983e+08 11377 || -1.0498e+08 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 0.00073187 -0.142529 0.0203756 || 0.051031 1e+64 -1e+64
40: Test Scalar=bhalf
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 0.00195563 -0.999997 -9107.83 || 0.051031 0 616122 || 4.51663e+09 11377 || -1.25907e+08 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 0.00587797 -0.923243 1.6296 || 0.051031 1e+64 -1e+64
40: Test Scalar=float
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 2.79744e-07 0.000933791 0.00926214 || 0.051031 10943 11824 || 11366.3 11377 || 128.04 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 3.43323e-07 0.0108181 0.00475507 || 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.00418836 0.000845781 || 0.051031 10947 11784 || 11329.5 11377 || 11.6921 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 2.47955e-07 -0.00434852 -0.000562109 || 0.051031 1e+64 -1e+64
40: Test Seed:1726151939170431117
40: Test Scalar=int
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 2.47955e-07 0.0160976 -0.0118065 || 0.051031 10927 11862 || 11196.7 11377 || -163.214 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 2.47955e-07 -0.00492081 0.00366571 || 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.0111863 0.00163767 || 0.051031 10954 11814 || 11505.7 11377 || 22.6391 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 2.47955e-07 0.00486827 -0.000247952 || 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.0055083 0.0165585 || 0.051031 10995 11826 || 11314.6 11377 || 228.905 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 2.47955e-07 -0.00342197 -8.78834e-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.0351089 -0.00106306 || 0.051031 11013 11858 || 10991.1 11377 || -14.6958 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 2.47955e-07 -0.00749459 0.00125591 || 0.051031 1e+64 -1e+64
40: Test Scalar=half
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 0.000242565 -0.999975 -7594.59 || 0.051031 0 77645 || 4.61065e+08 11377 || -1.04988e+08 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 0.000727438 -0.151679 0.0209791 || 0.051031 1e+64 -1e+64
40: Test Scalar=bhalf
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 0.00195773 -0.999997 -9108.05 || 0.051031 0 616525 || 4.51632e+09 11377 || -1.2591e+08 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 0.00588432 -0.922958 1.6097 || 0.051031 1e+64 -1e+64
40: Test Scalar=float
40:  -- Testing randomness properties
40:  -- Testing 1-D histogram
40: Density 1D: 3.11534e-07 -0.00887599 0.000440268 || 0.051031 11003 11942 || 11478.8 11377 || 6.08627 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 4.3869e-07 -0.00600818 -0.00488641 || 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.0162784 0.00752475 || 0.051031 10896 11788 || 11194.7 11377 || 104.022 -0.823045
40:  -- Testing 3-D histogram
40: Density 3D: 2.47955e-07 -0.000521103 0.000257108 || 0.051031 1e+64 -1e+64
40: [       OK ] cuda.Random_XorShift1024_0 (174 ms)
40: [ RUN      ] cuda.Multi_streams
40: [       OK ] cuda.Multi_streams (206 ms)
40: [----------] 3 tests from cuda (598 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 3 tests from 1 test suite ran. (598 ms total)
40: [  PASSED  ] 3 tests.
40/59 Test #40: Kokkos_UnitTest_Random ...............................   Passed    0.78 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 16 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: [----------] 2 tests from std_algorithms
41: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
41: [       OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms)
41: [ RUN      ] std_algorithms.expect_no_overlap
41: [       OK ] std_algorithms.expect_no_overlap (0 ms)
41: [----------] 2 tests 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 (2 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 16 tests from 3 test suites ran. (2 ms total)
41: [  PASSED  ] 16 tests.
41/59 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_A ...................   Passed    0.17 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 (4 ms)
42: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data
42: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (4 ms)
42: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp
42: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (4 ms)
42: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp
42: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (4 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 (6 ms)
42: [----------] 7 tests from std_algorithms_min_max_element_test (24 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 7 tests from 1 test suite ran. (24 ms total)
42: [  PASSED  ] 7 tests.
42/59 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_B ...................   Passed    0.19 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 (201 ms)
43: [----------] 1 test from std_algorithms_lexicographical_compare_test (201 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 (125 ms)
43: [----------] 1 test from std_algorithms_for_each_test (125 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 (72 ms)
43: [----------] 1 test from std_algorithms_find_test (72 ms total)
43: 
43: [----------] 4 tests from std_algorithms_non_mod_seq_ops
43: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
1: [       OK ] serial.double_reduce_dynamic (1618 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic_view
1: [       OK ] serial.int64_t_reduce_dynamic_view (220 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 (4 ms)
1: [ RUN      ] serial.reduce_device_view_mdrange_policy
[ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Vector.cpp.o
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
43: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (460 ms)
43: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
19: OverlapTeamPolicy/N:20/M:1000000/R:10                                              0.816 s         0.422 s             2       0.0428344    0.0902843                0.113117                  0.212551   0.0565334        0.056366
19: ---------------------------------------------------------------------------------------------------------------------------------------------------
19: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
19: ---------------------------------------------------------------------------------------------------------------------------------------------------
19: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time                      0.000 s         0.000 s             5       1024        59.9375n
19: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                      0.000 s         0.000 s             5     2.048k        35.5503n
19: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                      0.000 s         0.000 s             5     4.096k        26.1282n
19: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                      0.000 s         0.001 s             5     8.192k        20.4448n
19: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                     0.000 s         0.001 s             5    16.384k        17.4877n
19: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                     0.001 s         0.002 s             5    32.768k        15.9892n
19: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                     0.001 s         0.004 s             5    65.536k         15.127n
19: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                    0.002 s         0.010 s             5   131.072k        14.3435n
19: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                    0.004 s         0.032 s             5   262.144k        15.2426n
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedint.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13a_ParallelRed_TeamThreadRange_HIP.cpp.o
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicOperations_unsignedlongint.cpp.o
19: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                    0.008 s         0.077 s             5   524.288k        16.8647n
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
43: [       OK ] std_algorithms_non_mod_seq_ops.find_end (1092 ms)
43: [ RUN      ] std_algorithms_non_mod_seq_ops.search
[ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o
43: [       OK ] std_algorithms_non_mod_seq_ops.search (678 ms)
43: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
1: [       OK ] serial.reduce_device_view_mdrange_policy (2018 ms)
1: [ RUN      ] serial.reduce_device_view_team_policy
1: [       OK ] serial.reduce_device_view_team_policy (140 ms)
1: [ RUN      ] serial.impl_shared_alloc
1: [       OK ] serial.impl_shared_alloc (3 ms)
1: [ RUN      ] serial.mdspan_space_aware_accessor
1: [       OK ] serial.mdspan_space_aware_accessor (0 ms)
1: [ RUN      ] serial.kokkos_swap
1: [       OK ] serial.kokkos_swap (0 ms)
1: [----------] 194 tests from serial (13461 ms total)
1: 
1: [----------] 12 tests from serial_graph
1: [ RUN      ] serial_graph.submit_once
1: [       OK ] serial_graph.submit_once (0 ms)
1: [ RUN      ] serial_graph.submit_once_rvalue
1: [       OK ] serial_graph.submit_once_rvalue (0 ms)
1: [ RUN      ] serial_graph.instantiate_and_submit_once
1: [       OK ] serial_graph.instantiate_and_submit_once (0 ms)
1: [ RUN      ] serial_graph.submit_onto_another_execution_space_instance
1: [       OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms)
1: [ RUN      ] serial_graph.create_graph_no_closure_with_exec
1: [       OK ] serial_graph.create_graph_no_closure_with_exec (0 ms)
1: [ RUN      ] serial_graph.create_graph_no_arg
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestGraph.hpp:243: Skipped
1: Skipping since useless if the test fixture is not on the default execution space.
1: [  SKIPPED ] serial_graph.create_graph_no_arg (0 ms)
1: [ RUN      ] serial_graph.submit_six
1: [       OK ] serial_graph.submit_six (0 ms)
1: [ RUN      ] serial_graph.when_all_cycle
1: [       OK ] serial_graph.when_all_cycle (0 ms)
1: [ RUN      ] serial_graph.zero_work_reduce
1: [       OK ] serial_graph.zero_work_reduce (0 ms)
1: [ RUN      ] serial_graph.empty_graph
1: [       OK ] serial_graph.empty_graph (0 ms)
1: [ RUN      ] serial_graph.diamond
1: [       OK ] serial_graph.diamond (0 ms)
1: [ RUN      ] serial_graph.end_of_submit_control_flow
1: [       OK ] serial_graph.end_of_submit_control_flow (0 ms)
1: [----------] 12 tests from serial_graph (0 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 216 tests from 4 test suites ran. (18420 ms total)
1: [  PASSED  ] 211 tests.
1: [  SKIPPED ] 5 tests, listed below:
1: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
1: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
1: [  SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once
1: [  SKIPPED ] serial.reduction_with_large_iteration_count
1: [  SKIPPED ] serial_graph.create_graph_no_arg
1: 
1:   YOU HAVE 1 DISABLED TEST
1: 
 1/53 Test  #1: Kokkos_CoreUnitTest_Serial1 ..........................   Passed   18.82 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
43: [       OK ] std_algorithms_non_mod_seq_ops.search_n (447 ms)
43: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2679 ms total)
43: 
43: [----------] 1 test from std_algorithms_count_test
43: [ RUN      ] std_algorithms_count_test.test
2: [==========] Running 135 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: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:102: Skipped
2: only enforced when debug bound checks is enabled
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_stat
2: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:131: Skipped
2: only enforced when debug bound checks is enabled
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_mix
2: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:160: Skipped
2: only enforced when debug bound checks is enabled
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_static_extents
2: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:192: Skipped
2: only enforced when debug bound checks is enabled
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms)
2: [ RUN      ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test03b_MemorySpace_free_CUDA.cpp.o
43: [       OK ] std_algorithms_count_test.test (100 ms)
43: [----------] 1 test from std_algorithms_count_test (100 ms total)
43: 
43: [----------] 1 test from std_algorithms_equal_test
43: [ RUN      ] std_algorithms_equal_test.test
43: [       OK ] std_algorithms_equal_test.test (12 ms)
43: [----------] 1 test from std_algorithms_equal_test (12 ms total)
43: 
43: [----------] 1 test from std_algorithms_all_any_none_of_test
43: [ RUN      ] std_algorithms_all_any_none_of_test.test
43: [       OK ] std_algorithms_all_any_none_of_test.test (78 ms)
43: [----------] 1 test from std_algorithms_all_any_none_of_test (78 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 (107 ms)
43: [----------] 1 test from std_algorithms_nonmod_seq_ops (107 ms total)
43: 
43: [----------] 1 test from std_algorithms_mismatch_test
43: [ RUN      ] std_algorithms_mismatch_test.test
43: [       OK ] std_algorithms_mismatch_test.test (193 ms)
43: [----------] 1 test from std_algorithms_mismatch_test (193 ms total)
43: 
43: [----------] 1 test from std_algorithms_mod_seq_ops
43: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
43: [       OK ] std_algorithms_mod_seq_ops.move_backward (51 ms)
43: [----------] 1 test from std_algorithms_mod_seq_ops (52 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 13 tests from 10 test suites ran. (3622 ms total)
43: [  PASSED  ] 13 tests.
19: -----------------------------------------------------------------------------------------------------------------------------------
19: Benchmark                                                                              Time             CPU   Iterations  FOM: rate
19: -----------------------------------------------------------------------------------------------------------------------------------
19: Malloc/N:1/manual_time                                                             0.214 us        0.383 us      3324223 4.68361M/s
43/59 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_C ...................   Passed    3.80 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 (0 ms total)
44: 
44: [----------] 12 tests from std_algorithms_mod_seq_ops_test
44: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
44: [       OK ] std_algorithms_mod_seq_ops_test.copy (0 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
44: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
44: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
44: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
44: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
44: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
44: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
44: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
44: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
44: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
44: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
44: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms)
44: [----------] 12 tests from std_algorithms_mod_seq_ops_test (3 ms total)
44: 
44: [----------] 4 tests from std_algorithms_replace_ops_test
44: [ RUN      ] std_algorithms_replace_ops_test.replace
44: [       OK ] std_algorithms_replace_ops_test.replace (31 ms)
44: [ RUN      ] std_algorithms_replace_ops_test.replace_if
44: [       OK ] std_algorithms_replace_ops_test.replace_if (144 ms)
44: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
44: [       OK ] std_algorithms_replace_ops_test.replace_copy (52 ms)
44: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
44: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (48 ms)
44: [----------] 4 tests from std_algorithms_replace_ops_test (276 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 (36 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops.unique
44: [       OK ] std_algorithms_mod_seq_ops.unique (270 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
44: [       OK ] std_algorithms_mod_seq_ops.unique_copy (86 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops.remove
44: [       OK ] std_algorithms_mod_seq_ops.remove (58 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
44: [       OK ] std_algorithms_mod_seq_ops.remove_if (63 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
44: [       OK ] std_algorithms_mod_seq_ops.remove_copy (176 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
44: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (63 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops.rotate
19: Malloc/N:16/manual_time                                                            0.211 us        0.381 us      3268294 4.73141M/s
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtr.cpp.o
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_d.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Atomics.cpp.o
44: [       OK ] std_algorithms_mod_seq_ops.rotate (1286 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AtomicViews.cpp.o
44: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (430 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
[ 42%] Linking CXX executable Kokkos_CoreUnitTest_SYCL2A
19: Malloc/N:256/manual_time                                                           0.315 us        0.485 us      2513289 3.17412M/s
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
44: [       OK ] std_algorithms_mod_seq_ops.shift_left (1207 ms)
44: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BitManipulationBuiltins.cpp.o
19: Malloc/N:4096/manual_time                                                          0.175 us        0.346 us      3985305 5.70124M/s
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestBinSortB.cpp.o
44: [       OK ] std_algorithms_mod_seq_ops.shift_right (1179 ms)
44: [----------] 11 tests from std_algorithms_mod_seq_ops (4860 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 (52 ms)
44: [----------] 1 test from std_algorithms_modseq_test (52 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 31 tests from 5 test suites ran. (5193 ms total)
44: [  PASSED  ] 31 tests.
44/59 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_D ...................   Passed    5.37 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
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13b_ParallelRed_TeamVectorRange_HIP.cpp.o
45: [==========] Running 29 tests from 7 test suites.
45: [----------] Global test environment set-up.
45: [----------] 2 tests from std_algorithms_sorting_ops_test
45: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
45: [       OK ] std_algorithms_sorting_ops_test.is_sorted (10 ms)
45: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
45: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (9 ms)
45: [----------] 2 tests from std_algorithms_sorting_ops_test (20 ms total)
45: 
45: [----------] 4 tests from std_algorithms_partitioning_test
45: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
45: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
45: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
45: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (0 ms)
45: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
45: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms)
45: [ RUN      ] std_algorithms_partitioning_test.partition_point
45: [       OK ] std_algorithms_partitioning_test.partition_point (0 ms)
45: [----------] 4 tests from std_algorithms_partitioning_test (2 ms total)
45: 
45: [----------] 1 test from std_algorithms_partitioning_ops
45: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
45: [       OK ] std_algorithms_partitioning_ops.partition_copy (23 ms)
45: [----------] 1 test from std_algorithms_partitioning_ops (23 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 (0 ms)
45: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
45: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (0 ms)
45: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
45: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (0 ms)
45: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
45: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms)
45: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
45: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms)
45: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
45: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms)
45: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
45: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms)
45: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
45: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms)
45: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
45: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms)
45: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
45: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms)
45: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
45: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms)
45: [----------] 12 tests from std_algorithms_numerics_test (8 ms total)
45: 
45: [----------] 1 test from std_algorithms_numerics_ops_test
45: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
45: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (115 ms)
45: [----------] 1 test from std_algorithms_numerics_ops_test (115 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 (745 ms)
45: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
45: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
45: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
45: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (520 ms)
45: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
45: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
45: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
19: Malloc/N:65536/manual_time                                                         0.152 us        0.372 us      4617913 6.59959M/s
45: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (221 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 (297 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 (1784 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 (37 ms)
45: [----------] 1 test from std_algorithms_transform_ops_test (37 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 29 tests from 7 test suites ran. (1991 ms total)
45: [  PASSED  ] 29 tests.
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
45/59 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_E ...................   Passed    2.21 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
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
46: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (366 ms)
46: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestProfilingSection.cpp.o
[ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
46: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (356 ms)
46: [----------] 2 tests from std_algorithms_adjacent_find_team_test (722 ms total)
46: 
46: [----------] 2 tests from std_algorithms_count_team_test
46: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a1.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/openmptarget/TestNestedSort.cpp.o
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
46: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (597 ms)
46: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
2: [       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (8666 ms)
2: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
46: [       OK ] std_algorithms_count_team_test.count_returns_zero (152 ms)
46: [----------] 2 tests from std_algorithms_count_team_test (750 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 (194 ms)
46: [----------] 1 test from std_algorithms_count_if_team_test (194 ms total)
46: 
46: [----------] 1 test from std_algorithms_for_each_team_test
46: [ RUN      ] std_algorithms_for_each_team_test.test
19: Malloc/N:1048576/manual_time                                                       0.137 us        0.351 us      5094339 7.29326M/s
46: [       OK ] std_algorithms_for_each_team_test.test (447 ms)
46: [----------] 1 test from std_algorithms_for_each_team_test (447 ms total)
46: 
46: [----------] 1 test from std_algorithms_for_each_n_team_test
46: [ RUN      ] std_algorithms_for_each_n_team_test.test
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
46: [       OK ] std_algorithms_for_each_n_team_test.test (471 ms)
46: [----------] 1 test from std_algorithms_for_each_n_team_test (471 ms total)
46: 
46: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
46: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
[ 82%] Linking CXX executable Kokkos_ContainersUnitTest_Serial
19: Malloc/N:16777216/manual_time                                                      0.145 us        0.361 us      4825601 6.87416M/s
[       OK ] serial.reduce_device_view_mdrange_policy (53852 ms)
[ RUN      ] serial.reduce_device_view_team_policy
[ 82%] Built target Kokkos_ContainersUnitTest_Serial
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_HIP.cpp.o
46: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (3144 ms)
46: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
[ 31%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test04_ParallelFor_RangePolicy_CUDA.cpp.o
19: Malloc/N:268435456/manual_time                                                      2.68 us         5.87 us       250183 372.647k/s
[ 76%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.cpp.o
46: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (1749 ms)
46: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestScopedRegion.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1B.dir/sycl/TestSYCL_Swap.cpp.o
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_ToolIndependence.dir/tools/TestIndependence.cpp.o
46: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (1765 ms)
46: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (6659 ms total)
46: 
46: [----------] 2 tests from std_algorithms_mismatch_team_test
46: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
19: Malloc/N:4294967296/manual_time                                                     3.47 us         9.83 us       200632 288.047k/s
2: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (8716 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 (17382 ms total)
2: 
2: [----------] 127 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 (185 ms)
2: [ RUN      ] serial.team_parallel_single
2: [       OK ] serial.team_parallel_single (7 ms)
2: [ RUN      ] serial.large_team_scratch_size
2: [       OK ] serial.large_team_scratch_size (0 ms)
2: [ RUN      ] serial.team_broadcast_long
2: [       OK ] serial.team_broadcast_long (0 ms)
2: [ RUN      ] serial.team_broadcast_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 (256 ms)
2: [ RUN      ] serial.parallel_scan_with_reducers
2: [       OK ] serial.parallel_scan_with_reducers (55 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 (3 ms)
2: [ RUN      ] serial.TeamThreadMDRangeParallelReduce
2: [       OK ] serial.TeamThreadMDRangeParallelReduce (8 ms)
2: [ RUN      ] serial.ThreadVectorMDRangeParallelReduce
2: [       OK ] serial.ThreadVectorMDRangeParallelReduce (7 ms)
2: [ RUN      ] serial.TeamVectorMDRangeParallelReduce
2: [       OK ] serial.TeamVectorMDRangeParallelReduce (8 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 (45 ms)
2: [ RUN      ] serial.team_long_reduce
2: [       OK ] serial.team_long_reduce (50 ms)
2: [ RUN      ] serial.team_double_reduce
2: [       OK ] serial.team_double_reduce (29 ms)
2: [ RUN      ] serial.team_long_array_reduce
2: [       OK ] serial.team_long_array_reduce (58 ms)
2: [ RUN      ] serial.team_double_array_reduce
2: [       OK ] serial.team_double_array_reduce (69 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
19: MallocFree/N:1/manual_time                                                         0.350 us        0.388 us      2001625 2.85877M/s
[       OK ] serial.reduce_device_view_team_policy (14038 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 (2 ms)
[ RUN      ] serial.reducers_struct
[       OK ] serial.reducers_struct (2 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.complex_structured_bindings
[       OK ] serial.complex_structured_bindings (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 (3 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 (1 ms)
[ RUN      ] serial.atomic_operations_complexdouble
[       OK ] serial.atomic_operations_complexdouble (1 ms)
[ RUN      ] serial.atomic_views_integral
[       OK ] serial.atomic_views_integral (468 ms)
[ RUN      ] serial.atomic_views_nonintegral
[       OK ] serial.atomic_views_nonintegral (255 ms)
[ RUN      ] serial.atomic_view_api
[       OK ] serial.atomic_view_api (0 ms)
[ RUN      ] serial.atomics
[       OK ] serial.atomics (13 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
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[ 31%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test14_MDRangeReduce_HIP.cpp.o
19: MallocFree/N:16/manual_time                                                        0.351 us        0.389 us      1994758 2.84923M/s
46: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (2069 ms)
46: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
46: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (484 ms)
46: [----------] 2 tests from std_algorithms_mismatch_team_test (2554 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 12 tests from 7 test suites ran. (11801 ms total)
46: [  PASSED  ] 12 tests.
46/59 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ..............   Passed   12.00 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
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test16_ParallelScan_HIP.cpp.o
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b1.cpp.o
19: MallocFree/N:256/manual_time                                                       0.414 us        0.452 us      1610330 2.41353M/s
47: [       OK ] std_algorithms_equal_team_test.views_are_equal (1430 ms)
47: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
[ 31%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test05_ParallelReduce_RangePolicy_CUDA.cpp.o
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
47: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (711 ms)
47: [----------] 2 tests from std_algorithms_equal_team_test (2142 ms total)
47: 
47: [----------] 2 tests from std_algorithms_search_team_test
47: [ RUN      ] std_algorithms_search_team_test.sequences_exist
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c01.cpp.o
19: MallocFree/N:4096/manual_time                                                      0.314 us        0.352 us      2229013 3.18779M/s
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_HostSharedPtrAccessOnDevice.cpp.o
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o
47: [       OK ] std_algorithms_search_team_test.sequences_exist (525 ms)
47: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
19: MallocFree/N:65536/manual_time                                                     0.347 us        0.386 us      2030604 2.87916M/s
47: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (756 ms)
47: [----------] 2 tests from std_algorithms_search_team_test (1281 ms total)
47: 
47: [----------] 2 tests from std_algorithms_find_end_team_test
47: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Init.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
2: [       OK ] serial.repeated_team_reduce (5664 ms)
2: [ RUN      ] serial.team_scan
2: [       OK ] serial.team_scan (80 ms)
2: [ RUN      ] serial.team_scan_ret_val
2: [       OK ] serial.team_scan_ret_val (76 ms)
2: [ RUN      ] serial.team_shared_request
2: [       OK ] serial.team_shared_request (26 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 (26 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_layout_left_with_stride
2: [       OK ] serial.view_layout_left_with_stride (0 ms)
2: [ RUN      ] serial.view_layout_right_with_stride
2: [       OK ] serial.view_layout_right_with_stride (0 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 (4 ms)
2: [ RUN      ] serial.view_api_d
2: [       OK ] serial.view_api_d (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 (560 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_bad_alloc
2: [       OK ] serial.view_bad_alloc (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
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
19: MallocFree/N:1048576/manual_time                                                   0.324 us        0.362 us      2179751 3.08652M/s
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCopy_c.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o
47: [       OK ] std_algorithms_find_end_team_test.sequences_exist (1947 ms)
47: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
[ 42%] Linking CXX executable Kokkos_CoreUnitTest_ToolIndependence
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
2: [       OK ] serial.view_fill_tests_layout_right (1361 ms)
2: [ RUN      ] serial.view_fill_tests_layout_left
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_KokkosP.dir/tools/TestWithoutInitializing.cpp.o
19: MallocFree/N:16777216/manual_time                                                  0.331 us        0.370 us      2133900 3.01862M/s
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
19: MallocFree/N:268435456/manual_time                                                  6.60 us         5.96 us       103969 151.588k/s
[ 42%] Built target Kokkos_CoreUnitTest_ToolIndependence
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
47: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (1688 ms)
47: [----------] 2 tests from std_algorithms_find_end_team_test (3636 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
19: MallocFree/N:4294967296/manual_time                                                 10.7 us         9.86 us        63462 93.3074k/s
2: [       OK ] serial.view_fill_tests_layout_left (2463 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 (27 ms)
2: [ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
2: [       OK ] serial.view_layoutstride_right_to_layoutright_assignment (25 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 (68 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.view_of_views_default
2: [       OK ] serial.view_of_views_default (0 ms)
2: [ RUN      ] serial.view_of_views_without_initializing
2: [       OK ] serial.view_of_views_without_initializing (0 ms)
2: [ RUN      ] serial.test_view_of_views_sequential_host_init
2: [       OK ] serial.test_view_of_views_sequential_host_init (0 ms)
2: [ RUN      ] serial.append_formatted_multidimensional_index
2: [       OK ] serial.append_formatted_multidimensional_index (0 ms)
2: [ RUN      ] serial.view_resize
2: [       OK ] serial.view_resize (1 ms)
2: [ RUN      ] serial.view_realloc
2: [       OK ] serial.view_realloc (0 ms)
2: [ RUN      ] serial.workgraph_fib
2: [       OK ] serial.workgraph_fib (87 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:285: 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
19: MallocTouch/N:1/manual_time                                                         43.5 us         19.7 us        16182 22.9735k/s
2: [       OK ] serial.view_subview_3d_from_5d_left (182 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
2: [       OK ] serial.view_subview_3d_from_5d_left_atomic (182 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
47: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (1340 ms)
47: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c1.cpp.o
2: [       OK ] serial.view_subview_3d_from_5d_left_randomaccess (182 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right
2: [       OK ] serial.view_subview_3d_from_5d_right (155 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
2: [       OK ] serial.view_subview_3d_from_5d_right_atomic (155 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
2: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (155 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: [----------] 127 tests from serial (12315 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 135 tests from 2 test suites ran. (29698 ms total)
2: [  PASSED  ] 128 tests.
2: [  SKIPPED ] 7 tests, listed below:
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents
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/53 Test  #2: Kokkos_CoreUnitTest_Serial2 ..........................   Passed   30.08 sec
test 3
      Start  3: Kokkos_CoreUnitTest_HIP

3: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_HIP
3: Test timeout computed to be: 1500
3: [==========] Running 414 tests from 6 test suites.
3: [----------] Global test environment set-up.
3: [----------] 17 tests from hip_DeathTest
3: [ RUN      ] hip_DeathTest.abort_from_host
19: MallocTouch/N:16/manual_time                                                        42.1 us         19.0 us        16754 23.7693k/s
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
3: [       OK ] hip_DeathTest.abort_from_host (1251 ms)
3: [ RUN      ] hip_DeathTest.abort_from_device
[ 42%] Linking CXX executable Kokkos_CoreUnitTest_SYCL1B
19: MallocTouch/N:256/manual_time                                                       44.9 us         19.6 us        16229 22.2687k/s
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_HIP.dir/generated/Test17_CompleteAtomic_HIP.cpp.o
19: MallocTouch/N:4096/manual_time                                                      42.3 us         19.1 us        16421 23.6579k/s
3: [       OK ] hip_DeathTest.abort_from_device (1269 ms)
3: [ RUN      ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort
[ 67%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
Scanning dependencies of target Kokkos_IncrementalTest_OPENMP
[ 67%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/UnitTestMainInit.cpp.o
19: MallocTouch/N:65536/manual_time                                                     41.3 us         18.9 us        16614 24.1967k/s
3: [       OK ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort (1265 ms)
3: [ RUN      ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions
[ 67%] Built target Kokkos_CoreUnitTest_KokkosP
Scanning dependencies of target Kokkos_CoreUnitTest_OpenMP
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/UnitTestMainInit.cpp.o
[ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
[ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
19: MallocTouch/N:1048576/manual_time                                                   44.7 us         20.3 us        15737 22.3737k/s
3: [       OK ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions (1285 ms)
3: [ RUN      ] hip_DeathTest.policy_invalid_bounds
3: [       OK ] hip_DeathTest.policy_invalid_bounds (0 ms)
3: [ RUN      ] hip_DeathTest.range_policy_invalid_bounds
3: [       OK ] hip_DeathTest.range_policy_invalid_bounds (0 ms)
3: [ RUN      ] hip_DeathTest.range_policy_implicitly_converted_bounds
3: [       OK ] hip_DeathTest.range_policy_implicitly_converted_bounds (0 ms)
3: [ RUN      ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
47: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (6181 ms)
47: [----------] 2 tests from std_algorithms_find_first_of_team_test (7522 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 8 tests from 4 test suites ran. (14582 ms total)
47: [  PASSED  ] 8 tests.
47/59 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ..............   Passed   14.78 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 (216 ms)
48: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
48: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (372 ms)
48: [----------] 2 tests from std_algorithms_find_team_test (589 ms total)
48: 
48: [----------] 2 tests from std_algorithms_find_if_team_test
48: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
19: MallocTouch/N:16777216/manual_time                                                  62.9 us         28.1 us        11376 15.9014k/s
48: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (146 ms)
48: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
[ 97%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
48: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (369 ms)
48: [----------] 2 tests from std_algorithms_find_if_team_test (515 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
3: [       OK ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (1279 ms)
3: [ RUN      ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c02.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reducers_e.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c11.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
48: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (374 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 (147 ms)
48: [----------] 2 tests from std_algorithms_find_if_not_team_test (522 ms total)
48: 
48: [----------] 1 test from std_algorithms_all_of_team_test
48: [ RUN      ] std_algorithms_all_of_team_test.test
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
48: [       OK ] std_algorithms_all_of_team_test.test (364 ms)
48: [----------] 1 test from std_algorithms_all_of_team_test (364 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 (141 ms)
48: [----------] 1 test from std_algorithms_any_of_team_test (141 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 (365 ms)
48: [----------] 1 test from std_algorithms_none_of_team_test (365 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
19: MallocTouch/N:268435456/manual_time                                                42572 us        44693 us           16  23.4897/s
3: [       OK ] hip_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (1262 ms)
3: [ RUN      ] hip_DeathTest.view_construction_with_wrong_params_dyn
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:102: Skipped
3: only enforced when debug bound checks is enabled
3: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
3: [ RUN      ] hip_DeathTest.view_construction_with_wrong_params_stat
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:131: Skipped
3: only enforced when debug bound checks is enabled
3: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_stat (0 ms)
3: [ RUN      ] hip_DeathTest.view_construction_with_wrong_params_mix
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:160: Skipped
3: only enforced when debug bound checks is enabled
3: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_mix (0 ms)
3: [ RUN      ] hip_DeathTest.view_construction_with_wrong_static_extents
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:192: Skipped
3: only enforced when debug bound checks is enabled
3: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_static_extents (0 ms)
3: [ RUN      ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment
48: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (188 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 (227 ms)
48: [----------] 2 tests from std_algorithms_search_n_team_test (416 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 11 tests from 7 test suites ran. (2914 ms total)
48: [  PASSED  ] 11 tests.
48/59 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ..............   Passed    3.10 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
[ 97%] Built target Kokkos_CoreUnitTest_Serial2
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
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c03.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c04.cpp.o
19: MallocTouch/N:4294967296/manual_time                                              663981 us       546088 us            1  1.50607/s
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test01_execspace_OPENMP.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Abort.cpp.o
[ 42%] Linking CXX executable Kokkos_ProfilingAllCalls
19: MallocTouchFree/N:1/manual_time                                                     44.1 us         19.6 us        15489 22.6994k/s
[ 69%] Linking CXX executable Kokkos_IncrementalTest_HIP
49: [       OK ] std_algorithms_min_element_team_test.test (1396 ms)
49: [----------] 1 test from std_algorithms_min_element_team_test (1396 ms total)
49: 
49: [----------] 1 test from std_algorithms_max_element_team_test
49: [ RUN      ] std_algorithms_max_element_team_test.test
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o
[ 69%] Built target Kokkos_IncrementalTest_HIP
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a2.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o
19: MallocTouchFree/N:16/manual_time                                                    45.1 us         19.8 us        15414 22.1626k/s
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
49: [       OK ] std_algorithms_max_element_team_test.test (1351 ms)
49: [----------] 1 test from std_algorithms_max_element_team_test (1351 ms total)
49: 
49: [----------] 1 test from std_algorithms_minmax_element_team_test
49: [ RUN      ] std_algorithms_minmax_element_team_test.test
[ 42%] Built target Kokkos_ProfilingAllCalls
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ArrayOps.cpp.o
19: MallocTouchFree/N:256/manual_time                                                   45.0 us         19.8 us        15330 22.2432k/s
49: [       OK ] std_algorithms_minmax_element_team_test.test (1951 ms)
49: [----------] 1 test from std_algorithms_minmax_element_team_test (1951 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 3 tests from 3 test suites ran. (4699 ms total)
49: [  PASSED  ] 3 tests.
49/59 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ..............   Passed    4.89 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
19: MallocTouchFree/N:4096/manual_time                                                  43.4 us         19.3 us        15309 23.0556k/s
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test02_atomic_host_OPENMP.cpp.o
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
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexdouble.cpp.o
50: [       OK ] std_algorithms_fill_team_test.test (270 ms)
50: [----------] 1 test from std_algorithms_fill_team_test (270 ms total)
50: 
50: [----------] 1 test from std_algorithms_fill_n_team_test
50: [ RUN      ] std_algorithms_fill_n_team_test.test
[ 32%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Init.cpp.o
[ 42%] Linking CXX executable Kokkos_CoreUnitTest_KokkosP
50: [       OK ] std_algorithms_fill_n_team_test.test (237 ms)
50: [----------] 1 test from std_algorithms_fill_n_team_test (237 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 (434 ms)
50: [----------] 1 test from std_algorithms_replace_team_test (434 ms total)
50: 
50: [----------] 1 test from std_algorithms_replace_if_team_test
50: [ RUN      ] std_algorithms_replace_if_team_test.test
19: MallocTouchFree/N:65536/manual_time                                                 43.4 us         19.5 us        15941 23.0267k/s
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03a_MemorySpace_malloc_OPENMP.cpp.o
50: [       OK ] std_algorithms_replace_if_team_test.test (572 ms)
50: [----------] 1 test from std_algorithms_replace_if_team_test (572 ms total)
50: 
50: [----------] 1 test from std_algorithms_replace_copy_team_test
50: [ RUN      ] std_algorithms_replace_copy_team_test.test
19: MallocTouchFree/N:1048576/manual_time                                               45.8 us         20.6 us        13947 21.8285k/s
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
19: MallocTouchFree/N:16777216/manual_time                                              64.6 us         28.6 us        10748 15.4712k/s
[       OK ] serial.team_reduce_large (23946 ms)
[ RUN      ] serial.team_parallel_single
[       OK ] serial.team_parallel_single (109 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 (77 ms)
[ RUN      ] serial.triple_nested_parallelism
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
50: [       OK ] std_algorithms_replace_copy_team_test.test (1206 ms)
50: [----------] 1 test from std_algorithms_replace_copy_team_test (1206 ms total)
50: 
50: [----------] 1 test from std_algorithms_replace_copy_if_team_test
50: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
19: MallocTouchFree/N:268435456/manual_time                                            66348 us        44623 us           10   15.072/s
50: [       OK ] std_algorithms_replace_copy_if_team_test.test (844 ms)
50: [----------] 1 test from std_algorithms_replace_copy_if_team_test (844 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 6 tests from 6 test suites ran. (3565 ms total)
50: [  PASSED  ] 6 tests.
50/59 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ..............   Passed    3.76 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 (287 ms)
51: [----------] 1 test from std_algorithms_reverse_team_test (287 ms total)
51: 
51: [----------] 1 test from std_algorithms_reverse_copy_team_test
51: [ RUN      ] std_algorithms_reverse_copy_team_test.test
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test03b_MemorySpace_free_OPENMP.cpp.o
[       OK ] serial.triple_nested_parallelism (3557 ms)
[ RUN      ] serial.parallel_scan_with_reducers
19: MallocTouchFree/N:4294967296/manual_time                                          868017 us       538593 us            1  1.15205/s
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
51: [       OK ] std_algorithms_reverse_copy_team_test.test (327 ms)
51: [----------] 1 test from std_algorithms_reverse_copy_team_test (327 ms total)
51: 
51: [----------] 1 test from std_algorithms_rotate_team_test
51: [ RUN      ] std_algorithms_rotate_team_test.test
3: [       OK ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment (8740 ms)
3: [ RUN      ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test04_ParallelFor_RangePolicy_OPENMP.cpp.o
[       OK ] serial.parallel_scan_with_reducers (856 ms)
[ RUN      ] serial.team_shared_request
[       OK ] serial.team_shared_request (465 ms)
[ RUN      ] serial.team_scratch_request
[       OK ] serial.team_scratch_request (73 ms)
[ RUN      ] serial.team_lambda_shared_request
51: [       OK ] std_algorithms_rotate_team_test.test (661 ms)
51: [----------] 1 test from std_algorithms_rotate_team_test (661 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 (490 ms)
51: [----------] 1 test from std_algorithms_rotate_copy_team_test (490 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 4 tests from 4 test suites ran. (1767 ms total)
51: [  PASSED  ] 4 tests.
51/59 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ..............   Passed    1.95 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
19: ----------------------------------------------------------------------------------------------------------------------------------------------
19: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s         MB
19: ----------------------------------------------------------------------------------------------------------------------------------------------
19: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                            0.250 s         0.307 s             3  3.19636/s        800
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
[       OK ] serial.team_lambda_shared_request (469 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 (106 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 (23 ms)
[ RUN      ] serial.team_reduction_scan
52: [       OK ] std_algorithms_move_team_test.test (618 ms)
52: [----------] 1 test from std_algorithms_move_team_test (618 ms total)
52: 
52: [----------] 1 test from std_algorithms_move_backward_team_test
52: [ RUN      ] std_algorithms_move_backward_team_test.test
[       OK ] serial.team_reduction_scan (336 ms)
[ RUN      ] serial.team_long_reduce
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_complexfloat.cpp.o
52: [       OK ] std_algorithms_move_backward_team_test.test (503 ms)
52: [----------] 1 test from std_algorithms_move_backward_team_test (503 ms total)
52: 
52: [----------] 1 test from std_algorithms_shift_left_team_test
52: [ RUN      ] std_algorithms_shift_left_team_test.test
19: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                           0.251 s         0.308 s             3  3.19258/s        800
[ 83%] Linking CXX executable Kokkos_UnitTest_Sort
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c05.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[       OK ] serial.team_long_reduce (854 ms)
[ RUN      ] serial.team_double_reduce
19: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                            0.250 s         0.306 s             3  3.19666/s        800
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 83%] Built target Kokkos_UnitTest_Sort
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[       OK ] serial.team_double_reduce (887 ms)
[ RUN      ] serial.team_long_array_reduce
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_double.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test05_ParallelReduce_RangePolicy_OPENMP.cpp.o
[ 33%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test06_ParallelFor_MDRangePolicy_CUDA.cpp.o
[       OK ] serial.team_long_array_reduce (830 ms)
[ RUN      ] serial.team_double_array_reduce
52: [       OK ] std_algorithms_shift_left_team_test.test (1558 ms)
52: [----------] 1 test from std_algorithms_shift_left_team_test (1558 ms total)
52: 
52: [----------] 1 test from std_algorithms_shift_right_team_test
52: [ RUN      ] std_algorithms_shift_right_team_test.test
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test06_ParallelFor_MDRangePolicy_OPENMP.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_JoinBackwardCompatibility.cpp.o
19: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                           0.250 s         0.306 s             3  3.20056/s        800
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions.cpp.o
[       OK ] serial.team_double_array_reduce (872 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
52: [       OK ] std_algorithms_shift_right_team_test.test (1399 ms)
52: [----------] 1 test from std_algorithms_shift_right_team_test (1400 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 4 tests from 4 test suites ran. (4080 ms total)
52: [  PASSED  ] 4 tests.
[ 42%] Built target Kokkos_CoreUnitTest_KokkosP
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace.cpp.o
52/59 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ..............   Passed    4.27 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
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_float.cpp.o
19: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                            0.250 s         0.306 s             3  3.20532/s        800
53: [       OK ] std_algorithms_copy_team_test.test (792 ms)
53: [----------] 1 test from std_algorithms_copy_team_test (792 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 (301 ms)
53: [----------] 1 test from std_algorithms_copy_n_team_test (301 ms total)
53: 
53: [----------] 1 test from std_algorithms_copy_backward_team_test
53: [ RUN      ] std_algorithms_copy_backward_team_test.test
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c06.cpp.o
19: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                           0.250 s         0.306 s             3  3.20198/s        800
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_LocalDeepCopy.cpp.o
53: [       OK ] std_algorithms_copy_backward_team_test.test (453 ms)
53: [----------] 1 test from std_algorithms_copy_backward_team_test (453 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 (649 ms)
53: [----------] 1 test from std_algorithms_copy_if_team_test (649 ms total)
53: 
53: [----------] 1 test from std_algorithms_unique_copy_team_test
53: [ RUN      ] std_algorithms_unique_copy_team_test.test
3: [       OK ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment (8697 ms)
3: [ RUN      ] hip_DeathTest.view_memory_access_violations_from_host
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c07.cpp.o
19: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                            0.250 s         0.306 s             3  3.20413/s        800
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
53: [       OK ] std_algorithms_unique_copy_team_test.test (1201 ms)
53: [----------] 1 test from std_algorithms_unique_copy_team_test (1201 ms total)
53: 
53: [----------] 1 test from std_algorithms_remove_team_test
53: [ RUN      ] std_algorithms_remove_team_test.test
[ 84%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
53: [       OK ] std_algorithms_remove_team_test.test (791 ms)
53: [----------] 1 test from std_algorithms_remove_team_test (791 ms total)
53: 
53: [----------] 1 test from std_algorithms_remove_if_team_test
53: [ RUN      ] std_algorithms_remove_if_team_test.test
19: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                           0.251 s         0.308 s             3   3.1816/s        800
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_int.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test08_deep_copy_OPENMP.cpp.o
53: [       OK ] std_algorithms_remove_if_team_test.test (758 ms)
53: [----------] 1 test from std_algorithms_remove_if_team_test (758 ms total)
53: 
53: [----------] 1 test from std_algorithms_remove_copy_team_test
53: [ RUN      ] std_algorithms_remove_copy_team_test.test
Scanning dependencies of target Kokkos_ProfilingAllCalls
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ProfilingAllCalls.dir/tools/TestAllCalls.cpp.o
19: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                            0.248 s         0.305 s             3  3.22057/s        800
53: [       OK ] std_algorithms_remove_copy_team_test.test (974 ms)
53: [----------] 1 test from std_algorithms_remove_copy_team_test (974 ms total)
53: 
53: [----------] 1 test from std_algorithms_remove_copy_if_team_test
53: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
19: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                           0.250 s         0.309 s             3  3.19967/s        800
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
53: [       OK ] std_algorithms_remove_copy_if_team_test.test (943 ms)
53: [----------] 1 test from std_algorithms_remove_copy_if_team_test (943 ms total)
53: 
53: [----------] Global test environment tear-down
53: [==========] 9 tests from 9 test suites ran. (6866 ms total)
53: [  PASSED  ] 9 tests.
53/59 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ..............   Passed    7.07 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
Scanning dependencies of target Kokkos_ToolsInitialization
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/UnitTestMain.cpp.o
19: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                            0.249 s         0.305 s             3  3.21035/s        800
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewCtorDimMatch.cpp.o
54: [       OK ] std_algorithms_unique_team_test.test_default_predicate (1340 ms)
54: [----------] 1 test from std_algorithms_unique_team_test (1340 ms total)
54: 
54: [----------] 1 test from std_algorithms_adjacent_difference_team_test
54: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
19: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                           0.250 s         0.305 s             3  3.20609/s        800
[       OK ] serial.repeated_team_reduce (9326 ms)
[ RUN      ] serial.team_policy_max_recommended
[       OK ] serial.team_policy_max_recommended (46 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 (77 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 (579 ms)
[ RUN      ] serial.mdrange_6d
[ 44%] Linking CXX executable Kokkos_ToolsInitialization
54: [       OK ] std_algorithms_adjacent_difference_team_test.test (1157 ms)
54: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1157 ms total)
54: 
54: [----------] 1 test from std_algorithms_reduce_team_test
54: [ RUN      ] std_algorithms_reduce_team_test.test
Scanning dependencies of target Kokkos_CoreUnitTest_CTestDevice
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_ToolsInitialization.dir/tools/TestToolsInitialization.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
19: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                            0.250 s         0.306 s             3  3.20516/s        800
54: [       OK ] std_algorithms_reduce_team_test.test (625 ms)
54: [----------] 1 test from std_algorithms_reduce_team_test (625 ms total)
54: 
54: [----------] 1 test from std_algorithms_transform_reduce_team_test
54: [ RUN      ] std_algorithms_transform_reduce_team_test.test
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_b.cpp.o
[ 69%] Linking CXX executable Kokkos_ProfilingAllCalls
54: [       OK ] std_algorithms_transform_reduce_team_test.test (1074 ms)
54: [----------] 1 test from std_algorithms_transform_reduce_team_test (1074 ms total)
54: 
54: [----------] Global test environment tear-down
54: [==========] 4 tests from 4 test suites ran. (4198 ms total)
54: [  PASSED  ] 4 tests.
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
54/59 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ..............   Passed    4.38 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
19: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                           0.250 s         0.305 s             3  3.20578/s        800
[       OK ] serial.mdrange_6d (1620 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
[       OK ] serial.mdrange_3d (114 ms)
[ RUN      ] serial.mdrange_neg_idx
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
[ 69%] Built target Kokkos_ProfilingAllCalls
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longint.cpp.o
[       OK ] serial.mdrange_neg_idx (723 ms)
[ RUN      ] serial.mdrange_4d
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o
55: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (682 ms)
55: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
[       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 (19 ms)
[ RUN      ] serial.workgraph_fib
19: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                            0.249 s         0.305 s             3  3.21124/s        800
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Reductions_DeviceView.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f0.cpp.o
[ 44%] Built target Kokkos_ToolsInitialization
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/UnitTestMainInit.cpp.o
[       OK ] serial.workgraph_fib (673 ms)
[ RUN      ] serial.local_deepcopy_teampolicy_layoutleft
19: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                           0.250 s         0.306 s             3  3.19797/s        800
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
55: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1721 ms)
55: [----------] 2 tests from std_algorithms_is_sorted_team_test (2403 ms total)
55: 
55: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
55: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
55: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (11 ms)
55: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
55: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (14 ms)
55: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 69%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c08.cpp.o
[ 69%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test10_HierarchicalBasics_OPENMP.cpp.o
55: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1541 ms)
55: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
55: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (815 ms)
55: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2384 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 (5 ms)
55: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
55: [       OK ] std_algorithms_is_partitioned_team_test.all_true (376 ms)
55: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c09.cpp.o
55: [       OK ] std_algorithms_is_partitioned_team_test.all_false (380 ms)
55: [ RUN      ] std_algorithms_is_partitioned_team_test.random
19: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.029 s         0.014 s            24  55.5206/s       1.6k
55: [       OK ] std_algorithms_is_partitioned_team_test.random (365 ms)
55: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1128 ms total)
55: 
55: [----------] 4 tests from std_algorithms_partition_copy_team_test
55: [ RUN      ] std_algorithms_partition_copy_team_test.empty
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlockSizeDeduction.cpp.o
55: [       OK ] std_algorithms_partition_copy_team_test.empty (10 ms)
55: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
55: [       OK ] std_algorithms_partition_copy_team_test.all_true (830 ms)
55: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
55: [       OK ] std_algorithms_partition_copy_team_test.all_false (865 ms)
55: [ RUN      ] std_algorithms_partition_copy_team_test.random
19: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.029 s         0.014 s            24  55.0986/s       1.6k
[ 70%] Linking CXX executable Kokkos_ToolsInitialization
55: [       OK ] std_algorithms_partition_copy_team_test.random (846 ms)
55: [----------] 4 tests from std_algorithms_partition_copy_team_test (2552 ms total)
55: 
55: [----------] 4 tests from std_algorithms_partition_point_team_test
55: [ RUN      ] std_algorithms_partition_point_team_test.empty
55: [       OK ] std_algorithms_partition_point_team_test.empty (6 ms)
55: [ RUN      ] std_algorithms_partition_point_team_test.all_true
55: [       OK ] std_algorithms_partition_point_team_test.all_true (260 ms)
55: [ RUN      ] std_algorithms_partition_point_team_test.all_false
[ 70%] Built target Kokkos_ToolsInitialization
[ 70%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
55: [       OK ] std_algorithms_partition_point_team_test.all_false (246 ms)
55: [ RUN      ] std_algorithms_partition_point_team_test.random
55: [       OK ] std_algorithms_partition_point_team_test.random (240 ms)
55: [----------] 4 tests from std_algorithms_partition_point_team_test (753 ms total)
55: 
55: [----------] Global test environment tear-down
55: [==========] 18 tests from 5 test suites ran. (9222 ms total)
55: [  PASSED  ] 18 tests.
55/59 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ..............   Passed    9.41 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
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11a_ParallelFor_TeamThreadRange_OPENMP.cpp.o
56: [       OK ] std_algorithms_transform_team_test.test_unary_op (721 ms)
56: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
19: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.029 s         0.014 s            24  55.1399/s       1.6k
[ 84%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
56: [       OK ] std_algorithms_transform_team_test.test_binary_op (780 ms)
56: [----------] 2 tests from std_algorithms_transform_team_test (1501 ms total)
56: 
56: [----------] 1 test from std_algorithms_generate_team_test
56: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11b_ParallelFor_TeamVectorRange_OPENMP.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_StaticCrsGraph.cpp.o
56: [       OK ] std_algorithms_generate_team_test.test_unary_op (1717 ms)
56: [----------] 1 test from std_algorithms_generate_team_test (1717 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 (226 ms)
56: [----------] 1 test from std_algorithms_generate_n_team_test (226 ms total)
56: 
56: [----------] 1 test from std_algorithms_swap_ranges_team_test
56: [ RUN      ] std_algorithms_swap_ranges_team_test.test
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_longlongint.cpp.o
56: [       OK ] std_algorithms_swap_ranges_team_test.test (705 ms)
56: [----------] 1 test from std_algorithms_swap_ranges_team_test (705 ms total)
56: 
56: [----------] Global test environment tear-down
56: [==========] 5 tests from 4 test suites ran. (4150 ms total)
56: [  PASSED  ] 5 tests.
56/59 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ..............   Passed    4.32 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
19: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.029 s         0.014 s            24  55.6389/s       1.6k
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f1.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test01_execspace_SERIAL.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_shared.cpp.o
19: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.029 s         0.014 s            24   55.629/s       1.6k
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test11c_ParallelFor_ThreadVectorRange_OPENMP.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SharedAlloc.cpp.o
[       OK ] serial.local_deepcopy_teampolicy_layoutleft (12909 ms)
[ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b2.cpp.o
57: [       OK ] std_algorithms_exclusive_scan_team_test.test (3023 ms)
57: [----------] 1 test from std_algorithms_exclusive_scan_team_test (3023 ms total)
57: 
57: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
57: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalConstants.cpp.o
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
3: [       OK ] hip_DeathTest.view_memory_access_violations_from_host (22712 ms)
3: [ RUN      ] hip_DeathTest.view_memory_access_violations_from_device
57: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (1545 ms)
57: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1545 ms total)
57: 
57: [----------] Global test environment tear-down
57: [==========] 2 tests from 2 test suites ran. (4569 ms total)
57: [  PASSED  ] 2 tests.
57/59 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ..............   Passed    4.73 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
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test08_deep_copy_CUDA.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
19: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.029 s         0.014 s            24  55.6451/s       1.6k
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c12.cpp.o
[ 99%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
19: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.029 s         0.014 s            24  55.7648/s       1.6k
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CheckedIntegerOps.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12a_ThreadScratch_OPENMP.cpp.o
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyConstructors.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
[ 85%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_CommonPolicyInterface.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
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
58: [       OK ] std_algorithms_inclusive_scan_team_test.test (4450 ms)
58: [----------] 1 test from std_algorithms_inclusive_scan_team_test (4450 ms total)
58: 
58: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
58: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f2.cpp.o
19: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.338 s         0.167 s             2  4.73244/s       1.6k
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
19: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.287 s         0.141 s             2  5.57949/s       1.6k
[ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
58: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (3033 ms)
58: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (3033 ms total)
58: 
58: [----------] Global test environment tear-down
58: [==========] 2 tests from 2 test suites ran. (7483 ms total)
58: [  PASSED  ] 2 tests.
58/59 Test #58: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ..............   Passed    7.65 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 18 tests from 1 test suite.
59: [----------] Global test environment set-up.
59: [----------] 18 tests from simd
59: [ RUN      ] simd.host_math_ops
59: [       OK ] simd.host_math_ops (0 ms)
59: [ RUN      ] simd.device_math_ops
59: [       OK ] simd.device_math_ops (2 ms)
59: [ RUN      ] simd.host_mask_ops
59: [       OK ] simd.host_mask_ops (0 ms)
59: [ RUN      ] simd.device_mask_ops
59: [       OK ] simd.device_mask_ops (0 ms)
59: [ RUN      ] simd.host_conversions
59: [       OK ] simd.host_conversions (0 ms)
59: [ RUN      ] simd.device_conversions
59: [       OK ] simd.device_conversions (0 ms)
59: [ RUN      ] simd.host_shift_ops
59: [       OK ] simd.host_shift_ops (0 ms)
59: [ RUN      ] simd.device_shift_ops
59: [       OK ] simd.device_shift_ops (0 ms)
59: [ RUN      ] simd.host_condition
59: [       OK ] simd.host_condition (0 ms)
59: [ RUN      ] simd.device_condition
59: [       OK ] simd.device_condition (0 ms)
59: [ RUN      ] simd.host_gen_ctors
59: [       OK ] simd.host_gen_ctors (0 ms)
59: [ RUN      ] simd.device_gen_ctors
59: [       OK ] simd.device_gen_ctors (0 ms)
59: [ RUN      ] simd.host_where_expressions
59: [       OK ] simd.host_where_expressions (0 ms)
59: [ RUN      ] simd.device_where_expressions
59: [       OK ] simd.device_where_expressions (0 ms)
59: [ RUN      ] simd.host_reductions
59: [       OK ] simd.host_reductions (0 ms)
59: [ RUN      ] simd.device_reductions
59: [       OK ] simd.device_reductions (0 ms)
59: [ RUN      ] simd.host_construction
59: [       OK ] simd.host_construction (0 ms)
59: [ RUN      ] simd.device_construction
59: [       OK ] simd.device_construction (0 ms)
59: [----------] 18 tests from simd (4 ms total)
59: 
59: [----------] Global test environment tear-down
59: [==========] 18 tests from 1 test suite ran. (4 ms total)
59: [  PASSED  ] 18 tests.
59/59 Test #59: Kokkos_UnitTest_SIMD .................................   Passed    0.17 sec

100% tests passed, 0 tests failed out of 59

Total Test time (real) = 545.38 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 zero time                     Thu Sep 12 14:21:08 2024
cache hit (direct)                   706
cache hit (preprocessed)              52
cache miss                            12
cache hit rate                     98.44 %
cleanups performed                     0
files in cache                      9707
cache size                           4.6 GB
max cache size                       5.0 GB
[Pipeline] }
$ docker stop --time=1 20709658448b9076e96309eaf89c21b285a455f3820dda06656e8e0d85f5e9f6
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
[       OK ] serial.local_deepcopy_rangepolicy_layoutleft (11868 ms)
[ RUN      ] serial.local_deepcopy_teampolicy_layoutright
[ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 85%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedint.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test02_atomic_host_SERIAL.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicOperations_unsignedlongint.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test12b_TeamScratch_OPENMP.cpp.o
$ docker rm -f --volumes 20709658448b9076e96309eaf89c21b285a455f3820dda06656e8e0d85f5e9f6
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Complex.cpp.o
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
19: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.029 s         0.014 s            24  55.6449/s       1.6k
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessorAccessViolation.cpp.o
19: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.337 s         0.167 s             2  4.75445/s       1.6k
[ 77%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 77%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
19: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.228 s         0.108 s             3  7.01381/s       1.6k
[       OK ] serial.local_deepcopy_teampolicy_layoutright (5969 ms)
[ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13a_ParallelRed_TeamThreadRange_OPENMP.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f3.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
19: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.029 s         0.014 s            24  55.8049/s       1.6k
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalFunctions2.cpp.o
19: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.029 s         0.014 s            23  55.5158/s       1.6k
3: [       OK ] hip_DeathTest.view_memory_access_violations_from_device (23023 ms)
3: [----------] 17 tests from hip_DeathTest (70790 ms total)
3: 
3: [----------] 1 test from hip_graph_DeathTest
3: [ RUN      ] hip_graph_DeathTest.can_instantiate_only_once
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestGraph.hpp:177: Skipped
3: Preconditions are not checked.
3: [  SKIPPED ] hip_graph_DeathTest.can_instantiate_only_once (0 ms)
3: [----------] 1 test from hip_graph_DeathTest (0 ms total)
3: 
3: [----------] 300 tests from hip
3: [ RUN      ] hip.array_capacity
3: [       OK ] hip.array_capacity (0 ms)
3: [ RUN      ] hip.array_element_access
3: [       OK ] hip.array_element_access (0 ms)
3: [ RUN      ] hip.array_operator_equal
3: [       OK ] hip.array_operator_equal (0 ms)
3: [ RUN      ] hip.array_zero_capacity
3: [       OK ] hip.array_zero_capacity (0 ms)
3: [ RUN      ] hip.array_zero_data_nullptr
3: [       OK ] hip.array_zero_data_nullptr (0 ms)
3: [ RUN      ] hip.array_contiguous_capacity
3: [       OK ] hip.array_contiguous_capacity (0 ms)
3: [ RUN      ] hip.array_contiguous_element_access
3: [       OK ] hip.array_contiguous_element_access (0 ms)
3: [ RUN      ] hip.array_contiguous_assignment
3: [       OK ] hip.array_contiguous_assignment (0 ms)
3: [ RUN      ] hip.array_strided_capacity
3: [       OK ] hip.array_strided_capacity (0 ms)
3: [ RUN      ] hip.array_strided_element_access
3: [       OK ] hip.array_strided_element_access (0 ms)
3: [ RUN      ] hip.array_strided_assignment
3: [       OK ] hip.array_strided_assignment (0 ms)
3: [ RUN      ] hip.atomic_operations_complexdouble
3: [       OK ] hip.atomic_operations_complexdouble (7 ms)
3: [ RUN      ] hip.atomic_operations_complexfloat
3: [       OK ] hip.atomic_operations_complexfloat (6 ms)
3: [ RUN      ] hip.atomic_operations_double
3: [       OK ] hip.atomic_operations_double (8 ms)
3: [ RUN      ] hip.atomic_operations_float
3: [       OK ] hip.atomic_operations_float (7 ms)
3: [ RUN      ] hip.atomic_operations_int
3: [       OK ] hip.atomic_operations_int (17 ms)
3: [ RUN      ] hip.atomic_operations_long
3: [       OK ] hip.atomic_operations_long (17 ms)
3: [ RUN      ] hip.atomic_operations_longlong
3: [       OK ] hip.atomic_operations_longlong (16 ms)
3: [ RUN      ] hip.atomic_shared
3: [       OK ] hip.atomic_shared (0 ms)
3: [ RUN      ] hip.atomic_operations_unsigned
3: [       OK ] hip.atomic_operations_unsigned (14 ms)
3: [ RUN      ] hip.atomic_operations_unsignedlong
3: [       OK ] hip.atomic_operations_unsignedlong (14 ms)
3: [ RUN      ] hip.atomics
3: [       OK ] hip.atomics (731 ms)
3: [ RUN      ] hip.atomics_tpetra_max_abs
3: [       OK ] hip.atomics_tpetra_max_abs (0 ms)
3: [ RUN      ] hip.atomic_views_integral
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03a_MemorySpace_malloc_SERIAL.cpp.o
[       OK ] serial.local_deepcopy_rangepolicy_layoutright (6351 ms)
[ RUN      ] serial.deep_copy_scratch
[       OK ] serial.deep_copy_scratch (0 ms)
[----------] 166 tests from serial (383243 ms total)

[----------] Global test environment tear-down
[==========] 168 tests from 2 test suites ran. (389071 ms total)
[  PASSED  ] 168 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 -Werror all-warnings -Xcudafe --diag_suppress=20208" 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 -Werror all-warnings -Xcudafe --diag_suppress=20208" 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'
./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 -Werror all-warnings -Xcudafe --diag_suppress=20208" 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'
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 -Werror all-warnings -Xcudafe --diag_suppress=20208" 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'
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13b_ParallelRed_TeamVectorRange_OPENMP.cpp.o
[ 87%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
./KokkosContainers_UnitTest_Cuda
./KokkosContainers_UnitTest_Serial
[==========] Running 43 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 43 tests from serial
[ RUN      ] serial.bitset
[==========] Running 43 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 43 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 (1 ms)
[ RUN      ] cuda.dualview_device_correct_kokkos_device
[       OK ] cuda.dualview_device_correct_kokkos_device (1 ms)
[ RUN      ] cuda.dualview_host_correct_kokkos_device
[       OK ] cuda.dualview_host_correct_kokkos_device (0 ms)
[ RUN      ] cuda.dualview_host_modify_template_device_sync
[       OK ] cuda.dualview_host_modify_template_device_sync (0 ms)
[ RUN      ] cuda.dualview_host_modify_template_device_execspace_sync
[       OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms)
[ RUN      ] cuda.dualview_device_modify_template_host_sync
[       OK ] cuda.dualview_device_modify_template_host_sync (0 ms)
[ RUN      ] cuda.dualview_device_modify_template_host_execspace_sync
[       OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms)
[ RUN      ] cuda.dualview_template_views_return_correct_executionspace_views
[       OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms)
[ RUN      ] cuda.dualview_template_views_return_correct_views_from_const_dual_view
[       OK ] cuda.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
[ RUN      ] cuda.dynamic_view
[       OK ] cuda.dynamic_view (29 ms)
[ RUN      ] cuda.dyn_rank_view_api_generic
[       OK ] cuda.dyn_rank_view_api_generic (31 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 (2 ms)
[ RUN      ] cuda.dyn_rank_view_api_operator_rank67
[       OK ] cuda.dyn_rank_view_api_operator_rank67 (0 ms)
[ RUN      ] cuda.ErrorReporterViaLambda
[       OK ] cuda.ErrorReporterViaLambda (0 ms)
[ RUN      ] cuda.ErrorReporter
[       OK ] cuda.ErrorReporter (0 ms)
[ RUN      ] cuda.offsetview_construction
[       OK ] cuda.offsetview_construction (2 ms)
[ RUN      ] cuda.offsetview_unmanaged_construction
[       OK ] cuda.offsetview_unmanaged_construction (0 ms)
[ RUN      ] cuda.offsetview_subview
[       OK ] cuda.offsetview_subview (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
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.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
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test13c_ParallelRed_ThreadVectorRange_OPENMP.cpp.o
19: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.029 s         0.014 s            24  55.6522/s       1.6k
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_SpaceAwareAccessor.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Concepts.cpp.o
[ 72%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Atomics.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCudaUVM_ViewMapping_subview.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o
[ 77%] Linking CXX executable Kokkos_CoreUnitTest_Default
19: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.029 s         0.014 s            24  55.5923/s       1.6k
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 77%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Crs.cpp.o
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o
[ 87%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_StackTraceTestExec.dir/TestStackTrace_f4.cpp.o
[ 77%] Built target Kokkos_CoreUnitTest_Default
Scanning dependencies of target Kokkos_UnitTest_Random
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
19: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.247 s         0.119 s             3  6.47836/s       1.6k
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test14_MDRangeReduce_OPENMP.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_AtomicViews.cpp.o
19: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.233 s         0.116 s             3  6.87587/s       1.6k
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
[       OK ] serial.bitset (7278 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.dualview_template_views_return_correct_views_from_const_dual_view
[       OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
[ RUN      ] serial.dynamic_view
[       OK ] serial.dynamic_view (110 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 (636 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
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
[ 87%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
19: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.243 s         0.120 s             3  6.57947/s       1.6k
[ 87%] Built target Kokkos_PerformanceTest_Benchmark
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test03b_MemorySpace_free_SERIAL.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BitManipulationBuiltins.cpp.o
19: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.305 s         0.148 s             2  5.23809/s       1.6k
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_DeepCopyAlignment.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test16_ParallelScan_OPENMP.cpp.o
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o
[ 78%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Swap.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
19: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.029 s         0.014 s            24  55.0494/s       1.6k
[ 45%] Linking CXX executable Kokkos_StackTraceTestExec
3: [       OK ] hip.atomic_views_integral (19792 ms)
3: [ RUN      ] hip.atomic_views_nonintegral
19: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.029 s         0.014 s            24   55.169/s       1.6k
[ 45%] Built target Kokkos_StackTraceTestExec
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/UnitTestMainInit.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_BlockSizeDeduction.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
19: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.219 s         0.107 s             3  7.30766/s       1.6k
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
[ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorPropEmbeddedDim.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_OPENMP.dir/generated/Test17_CompleteAtomic_OPENMP.cpp.o
19: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.315 s         0.155 s             2  5.07351/s       1.6k
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CheckedIntegerOps.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test04_ParallelFor_RangePolicy_SERIAL.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial2.dir/serial/TestSerial_SubView_c13.cpp.o
19: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.029 s         0.014 s            24  55.4194/s       1.6k
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpacePartitioning.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Serial1.dir/serial/TestSerial_Task.cpp.o
[ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
19: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.029 s         0.014 s            24  55.4103/s       1.6k
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 74%] Linking CXX executable Kokkos_IncrementalTest_OPENMP
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 74%] Built target Kokkos_IncrementalTest_OPENMP
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecSpaceThreadSafety.cpp.o
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test01_execspace_SYCL.cpp.o
19: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.396 s         0.196 s             2  4.03752/s       1.6k
[       OK ] serial.scatterview (18578 ms)
[ RUN      ] serial.scatterview_devicetype
[       OK ] serial.scatterview_devicetype (5 ms)
[ RUN      ] serial.staticcrsgraph
[       OK ] serial.staticcrsgraph (21 ms)
[ RUN      ] serial.UnorderedMap_insert
[ 34%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions1.cpp.o
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewEmptyRuntimeUnmanaged.cpp.o
[ 79%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP
[ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o
3: [       OK ] hip.atomic_views_nonintegral (13700 ms)
3: [ RUN      ] hip.atomic_view_api
3: [       OK ] hip.atomic_view_api (0 ms)
3: [ RUN      ] hip.bit_manip_countl_zero
3: [       OK ] hip.bit_manip_countl_zero (11 ms)
3: [ RUN      ] hip.bit_manip_countl_one
3: [       OK ] hip.bit_manip_countl_one (0 ms)
3: [ RUN      ] hip.bit_manip_countr_zero
3: [       OK ] hip.bit_manip_countr_zero (0 ms)
3: [ RUN      ] hip.bit_manip_countr_one
3: [       OK ] hip.bit_manip_countr_one (0 ms)
3: [ RUN      ] hip.bit_manip_popcount
3: [       OK ] hip.bit_manip_popcount (0 ms)
3: [ RUN      ] hip.bit_manip_has_single_bit
3: [       OK ] hip.bit_manip_has_single_bit (0 ms)
3: [ RUN      ] hip.bit_manip_bit_floor
3: [       OK ] hip.bit_manip_bit_floor (0 ms)
3: [ RUN      ] hip.bit_manip_bit_ceil
3: [       OK ] hip.bit_manip_bit_ceil (0 ms)
3: [ RUN      ] hip.bit_manip_bit_width
3: [       OK ] hip.bit_manip_bit_width (0 ms)
3: [ RUN      ] hip.bit_manip_rotl
3: [       OK ] hip.bit_manip_rotl (1 ms)
3: [ RUN      ] hip.bit_manip_rotr
3: [       OK ] hip.bit_manip_rotr (0 ms)
3: [ RUN      ] hip.bit_manip_byeswap
3: [       OK ] hip.bit_manip_byeswap (0 ms)
3: [ RUN      ] hip.bit_manip_bit_cast
3: [       OK ] hip.bit_manip_bit_cast (0 ms)
3: [ RUN      ] hip.test_block_deduction_bug_pr_3103
3: [       OK ] hip.test_block_deduction_bug_pr_3103 (0 ms)
3: [ RUN      ] hip.checked_integer_operations_multiply_overflow
3: [       OK ] hip.checked_integer_operations_multiply_overflow (0 ms)
3: [ RUN      ] hip.execution_policy_occupancy_and_hint
3: [       OK ] hip.execution_policy_occupancy_and_hint (0 ms)
3: [ RUN      ] hip.complex_construction
3: [       OK ] hip.complex_construction (0 ms)
3: [ RUN      ] hip.complex_basic_math
3: [       OK ] hip.complex_basic_math (0 ms)
3: [ RUN      ] hip.complex_special_funtions
3: [       OK ] hip.complex_special_funtions (0 ms)
3: [ RUN      ] hip.complex_io
3: [       OK ] hip.complex_io (0 ms)
3: [ RUN      ] hip.complex_trivially_copyable
3: [       OK ] hip.complex_trivially_copyable (0 ms)
3: [ RUN      ] hip.complex_issue_3865
3: [       OK ] hip.complex_issue_3865 (0 ms)
3: [ RUN      ] hip.complex_operations_arithmetic_types_overloads
3: [       OK ] hip.complex_operations_arithmetic_types_overloads (0 ms)
3: [ RUN      ] hip.complex_structured_bindings
3: [       OK ] hip.complex_structured_bindings (0 ms)
3: [ RUN      ] hip.crs_count_fill
3: [       OK ] hip.crs_count_fill (3 ms)
3: [ RUN      ] hip.crs_copy_constructor
3: [       OK ] hip.crs_copy_constructor (6 ms)
3: [ RUN      ] hip.deep_copy_alignment
3: [       OK ] hip.deep_copy_alignment (9 ms)
3: [ RUN      ] hip.deep_copy_conversion
3: [       OK ] hip.deep_copy_conversion (899 ms)
3: [ RUN      ] hip.partitioning_by_args
3: [       OK ] hip.partitioning_by_args (19 ms)
3: [ RUN      ] hip.partitioning_by_vector
3: [       OK ] hip.partitioning_by_vector (1 ms)
3: [ RUN      ] hip.exec_space_thread_safety_range
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c2.cpp.o
19: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.395 s         0.196 s             2  4.04813/s       1.6k
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ExecutionSpace.cpp.o
[ 79%] Built target Kokkos_ContainersUnitTest_OpenMP
[ 79%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o
3: [       OK ] hip.exec_space_thread_safety_range (2133 ms)
3: [ RUN      ] hip.exec_space_thread_safety_mdrange
3: [       OK ] hip.exec_space_thread_safety_mdrange (213 ms)
3: [ RUN      ] hip.exec_space_thread_safety_team_policy
3: [       OK ] hip.exec_space_thread_safety_team_policy (213 ms)
3: [ RUN      ] hip.exec_space_thread_safety_range_reduce
[ 35%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test10_HierarchicalBasics_CUDA.cpp.o
3: [       OK ] hip.exec_space_thread_safety_range_reduce (213 ms)
3: [ RUN      ] hip.exec_space_thread_safety_mdrange_reduce
3: [       OK ] hip.exec_space_thread_safety_mdrange_reduce (213 ms)
3: [ RUN      ] hip.exec_space_thread_safety_team_policy_reduce
3: [       OK ] hip.exec_space_thread_safety_team_policy_reduce (213 ms)
3: [ RUN      ] hip.exec_space_thread_safety_range_scan
3: [       OK ] hip.exec_space_thread_safety_range_scan (213 ms)
3: [ RUN      ] hip.execution_space_as_class_data_member
3: [       OK ] hip.execution_space_as_class_data_member (0 ms)
3: [ RUN      ] hip.functor_analysis
3: [       OK ] hip.functor_analysis (0 ms)
3: [ RUN      ] hip.host_shared_ptr_use_count
3: [       OK ] hip.host_shared_ptr_use_count (0 ms)
3: [ RUN      ] hip.host_shared_ptr_get
3: [       OK ] hip.host_shared_ptr_get (0 ms)
3: [ RUN      ] hip.host_shared_ptr_dereference_on_device
3: [       OK ] hip.host_shared_ptr_dereference_on_device (0 ms)
3: [ RUN      ] hip.host_shared_ptr_special_members_on_device
3: [       OK ] hip.host_shared_ptr_special_members_on_device (0 ms)
3: [ RUN      ] hip.host_shared_ptr_tracking
3: 
3: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
3:                                  does not support page migration between device and host.
3:                                  HIPManagedSpace might not work as expected.
3:                                  Please refer to the ROCm documentation on unified/managed memory.
3: [       OK ] hip.host_shared_ptr_tracking (0 ms)
3: [ RUN      ] hip.init
3: [       OK ] hip.init (0 ms)
3: [ RUN      ] hip.dispatch
3: [       OK ] hip.dispatch (13 ms)
3: [ RUN      ] hip.join_backward_compatibility
3: [       OK ] hip.join_backward_compatibility (0 ms)
3: [ RUN      ] hip.local_deepcopy_teampolicy_layoutleft
19: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.028 s         0.014 s            25  56.5678/s       1.6k
3: [       OK ] hip.local_deepcopy_teampolicy_layoutleft (609 ms)
3: [ RUN      ] hip.local_deepcopy_rangepolicy_layoutleft
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test05_ParallelReduce_RangePolicy_SERIAL.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
[ 46%] Linking CXX executable Kokkos_CoreUnitTest_Serial1
3: [       OK ] hip.local_deepcopy_rangepolicy_layoutleft (1989 ms)
3: [ RUN      ] hip.local_deepcopy_teampolicy_layoutright
3: [       OK ] hip.local_deepcopy_teampolicy_layoutright (575 ms)
3: [ RUN      ] hip.local_deepcopy_rangepolicy_layoutright
19: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.028 s         0.014 s            25  56.4438/s       1.6k
[ 79%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
19: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.520 s         0.260 s             1  3.07783/s       1.6k
3: [       OK ] hip.local_deepcopy_rangepolicy_layoutright (1383 ms)
3: [ RUN      ] hip.deep_copy_scratch
3: [       OK ] hip.deep_copy_scratch (3 ms)
3: [ RUN      ] hip.mathematical_constants_e
3: [       OK ] hip.mathematical_constants_e (2 ms)
3: [ RUN      ] hip.mathematical_constants_log2e
3: [       OK ] hip.mathematical_constants_log2e (0 ms)
3: [ RUN      ] hip.mathematical_constants_log10e
3: [       OK ] hip.mathematical_constants_log10e (0 ms)
3: [ RUN      ] hip.mathematical_constants_pi
3: [       OK ] hip.mathematical_constants_pi (0 ms)
3: [ RUN      ] hip.mathematical_constants_inv_pi
3: [       OK ] hip.mathematical_constants_inv_pi (0 ms)
3: [ RUN      ] hip.mathematical_constants_inv_sqrtpi
3: [       OK ] hip.mathematical_constants_inv_sqrtpi (0 ms)
3: [ RUN      ] hip.mathematical_constants_ln2
3: [       OK ] hip.mathematical_constants_ln2 (0 ms)
3: [ RUN      ] hip.mathematical_constants_ln10
3: [       OK ] hip.mathematical_constants_ln10 (0 ms)
3: [ RUN      ] hip.mathematical_constants_sqrt2
3: [       OK ] hip.mathematical_constants_sqrt2 (0 ms)
3: [ RUN      ] hip.mathematical_constants_sqrt3
3: [       OK ] hip.mathematical_constants_sqrt3 (0 ms)
3: [ RUN      ] hip.mathematical_constants_inv_sqrt3
3: [       OK ] hip.mathematical_constants_inv_sqrt3 (0 ms)
3: [ RUN      ] hip.mathematical_constants_egamma
3: [       OK ] hip.mathematical_constants_egamma (0 ms)
3: [ RUN      ] hip.mathematical_constants_phi
3: [       OK ] hip.mathematical_constants_phi (0 ms)
3: [ RUN      ] hip.mathematical_functions_trigonometric_functions
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_FunctorAnalysis.cpp.o
3: [       OK ] hip.mathematical_functions_trigonometric_functions (24 ms)
3: [ RUN      ] hip.mathematical_functions_hyperbolic_functions
3: [       OK ] hip.mathematical_functions_hyperbolic_functions (2 ms)
3: [ RUN      ] hip.mathematical_functions_non_standard
3: [       OK ] hip.mathematical_functions_non_standard (0 ms)
3: [ RUN      ] hip.mathematical_functions_power_functions
3: [       OK ] hip.mathematical_functions_power_functions (20 ms)
3: [ RUN      ] hip.mathematical_functions_fma
3: [       OK ] hip.mathematical_functions_fma (0 ms)
3: [ RUN      ] hip.mathematical_functions_error_and_gamma_functions
3: [       OK ] hip.mathematical_functions_error_and_gamma_functions (1 ms)
3: [ RUN      ] hip.mathematical_functions_nearest_interger_floating_point_operations
3: [       OK ] hip.mathematical_functions_nearest_interger_floating_point_operations (1 ms)
3: [ RUN      ] hip.mathematical_functions_floating_point_manipulation_functions
3: [       OK ] hip.mathematical_functions_floating_point_manipulation_functions (0 ms)
3: [ RUN      ] hip.mathematical_functions_absolute_value
3: [       OK ] hip.mathematical_functions_absolute_value (0 ms)
3: [ RUN      ] hip.mathematical_functions_floating_point_absolute_value
3: [       OK ] hip.mathematical_functions_floating_point_absolute_value (0 ms)
3: [ RUN      ] hip.mathematical_functions_remainder_function
3: [       OK ] hip.mathematical_functions_remainder_function (0 ms)
3: [ RUN      ] hip.mathematical_functions_isfinite
3: [       OK ] hip.mathematical_functions_isfinite (0 ms)
3: [ RUN      ] hip.mathematical_functions_isinf
3: [       OK ] hip.mathematical_functions_isinf (0 ms)
3: [ RUN      ] hip.mathematical_functions_isnan
3: [       OK ] hip.mathematical_functions_isnan (0 ms)
3: [ RUN      ] hip.mathematical_functions_exponential_functions
3: [       OK ] hip.mathematical_functions_exponential_functions (9 ms)
3: [ RUN      ] hip.mathspecialfunc_expint1
3: [       OK ] hip.mathspecialfunc_expint1 (4 ms)
3: [ RUN      ] hip.mathspecialfunc_errorfunc
3: [       OK ] hip.mathspecialfunc_errorfunc (0 ms)
3: [ RUN      ] hip.mathspecialfunc_cbesselj0y0
3: [       OK ] hip.mathspecialfunc_cbesselj0y0 (27 ms)
3: [ RUN      ] hip.mathspecialfunc_cbesselj1y1
3: [       OK ] hip.mathspecialfunc_cbesselj1y1 (28 ms)
3: [ RUN      ] hip.mathspecialfunc_cbesseli0k0
3: [       OK ] hip.mathspecialfunc_cbesseli0k0 (0 ms)
3: [ RUN      ] hip.mathspecialfunc_cbesseli1k1
3: [       OK ] hip.mathspecialfunc_cbesseli1k1 (0 ms)
3: [ RUN      ] hip.mathspecialfunc_cbesselh1stkind
3: [       OK ] hip.mathspecialfunc_cbesselh1stkind (0 ms)
3: [ RUN      ] hip.mathspecialfunc_cbesselh2ndkind
3: [       OK ] hip.mathspecialfunc_cbesselh2ndkind (0 ms)
3: [ RUN      ] hip.mdrange_5d
3: [       OK ] hip.mdrange_5d (11 ms)
3: [ RUN      ] hip.mdrange_6d
3: [       OK ] hip.mdrange_6d (16 ms)
3: [ RUN      ] hip.mdrange_2d
3: [       OK ] hip.mdrange_2d (3 ms)
3: [ RUN      ] hip.mdrange_array_reduce
3: [       OK ] hip.mdrange_array_reduce (0 ms)
3: [ RUN      ] hip.mdrange_3d
3: [       OK ] hip.mdrange_3d (6 ms)
3: [ RUN      ] hip.mdrange_neg_idx
3: [       OK ] hip.mdrange_neg_idx (1 ms)
3: [ RUN      ] hip.mdrange_4d
3: [       OK ] hip.mdrange_4d (4 ms)
3: [ RUN      ] hip.mdrange_scalar
3: [       OK ] hip.mdrange_scalar (0 ms)
3: [ RUN      ] hip.mdrange_large_deep_copy
3: [       OK ] hip.mdrange_large_deep_copy (66 ms)
3: [ RUN      ] hip.md_range_policy_construction_from_arrays
3: [       OK ] hip.md_range_policy_construction_from_arrays (0 ms)
3: [ RUN      ] hip.policy_get_tile_size
3: [       OK ] hip.policy_get_tile_size (0 ms)
3: [ RUN      ] hip.mdrange_parallel_reduce_primitive_types
[ 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_Serial2.dir/serial/TestSerial_SubView_c14.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda3.dir/cuda/TestCuda_Spaces.cpp.o
19: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.405 s         0.197 s             2  3.94661/s       1.6k
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test02_atomic_host_SYCL.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_CommonPolicyInterface.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Complex.cpp.o
3: [       OK ] hip.mdrange_parallel_reduce_primitive_types (3679 ms)
3: [ RUN      ] hip.mdspan_minimal_functional
3: [       OK ] hip.mdspan_minimal_functional (0 ms)
3: [ RUN      ] hip.mdspan_atomic_accessor
3: [       OK ] hip.mdspan_atomic_accessor (0 ms)
3: [ RUN      ] hip.view_mdspan_conversion
3: [       OK ] hip.view_mdspan_conversion (3 ms)
3: [ RUN      ] hip.view_mdspan_conversion_with_stride
3: [       OK ] hip.view_mdspan_conversion_with_stride (0 ms)
3: [ RUN      ] hip.max
3: [       OK ] hip.max (0 ms)
3: [ RUN      ] hip.max_within_parfor
3: [       OK ] hip.max_within_parfor (0 ms)
3: [ RUN      ] hip.min
3: [       OK ] hip.min (0 ms)
3: [ RUN      ] hip.min_within_parfor
3: [       OK ] hip.min_within_parfor (0 ms)
3: [ RUN      ] hip.minmax
3: [       OK ] hip.minmax (0 ms)
3: [ RUN      ] hip.minmax_within_parfor
3: [       OK ] hip.minmax_within_parfor (0 ms)
3: [ RUN      ] hip.clamp
3: [       OK ] hip.clamp (0 ms)
3: [ RUN      ] hip.clamp_within_parfor
3: [       OK ] hip.clamp_within_parfor (0 ms)
3: [ RUN      ] hip.numeric_traits_infinity
3: [       OK ] hip.numeric_traits_infinity (6 ms)
3: [ RUN      ] hip.numeric_traits_epsilon
3: [       OK ] hip.numeric_traits_epsilon (0 ms)
3: [ RUN      ] hip.numeric_traits_round_error
3: [       OK ] hip.numeric_traits_round_error (0 ms)
3: [ RUN      ] hip.numeric_traits_norm_min
3: [       OK ] hip.numeric_traits_norm_min (0 ms)
3: [ RUN      ] hip.numeric_traits_denorm_min
3: [       OK ] hip.numeric_traits_denorm_min (0 ms)
3: [ RUN      ] hip.numeric_traits_finite_min_max
3: [       OK ] hip.numeric_traits_finite_min_max (1 ms)
3: [ RUN      ] hip.numeric_traits_digits
3: [       OK ] hip.numeric_traits_digits (0 ms)
3: [ RUN      ] hip.numeric_traits_digits10
3: [       OK ] hip.numeric_traits_digits10 (0 ms)
3: [ RUN      ] hip.numeric_traits_max_digits10
3: [       OK ] hip.numeric_traits_max_digits10 (0 ms)
3: [ RUN      ] hip.numeric_traits_radix
3: [       OK ] hip.numeric_traits_radix (0 ms)
3: [ RUN      ] hip.numeric_traits_min_max_exponent
3: [       OK ] hip.numeric_traits_min_max_exponent (0 ms)
3: [ RUN      ] hip.numeric_traits_min_max_exponent10
3: [       OK ] hip.numeric_traits_min_max_exponent10 (0 ms)
3: [ RUN      ] hip.numeric_traits_quiet_and_signaling_nan
3: [       OK ] hip.numeric_traits_quiet_and_signaling_nan (0 ms)
3: [ RUN      ] hip.numeric_traits_sfinae_friendly
3: [       OK ] hip.numeric_traits_sfinae_friendly (0 ms)
3: [ RUN      ] hip.occupancy_control
3: [       OK ] hip.occupancy_control (0 ms)
3: [ RUN      ] hip.memory_pool
3: [       OK ] hip.memory_pool (21 ms)
3: [ RUN      ] hip.cxx11
3: [       OK ] hip.cxx11 (0 ms)
3: [ RUN      ] hip.viewctorprop_embedded_dim
3: [       OK ] hip.viewctorprop_embedded_dim (0 ms)
3: [ RUN      ] hip.viewctorpop_view_allocate_without_initializing_backward_compatility
3: [       OK ] hip.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
3: [ RUN      ] hip.parallel_scan_range_policy
3: [       OK ] hip.parallel_scan_range_policy (35 ms)
3: [ RUN      ] hip.kokkos_printf
3: [       OK ] hip.kokkos_printf (0 ms)
3: [ RUN      ] hip.range_for
3: [       OK ] hip.range_for (1 ms)
3: [ RUN      ] hip.range_reduce
3: [       OK ] hip.range_reduce (0 ms)
3: [ RUN      ] hip.range_dynamic_policy
3: [       OK ] hip.range_dynamic_policy (0 ms)
3: [ RUN      ] hip.range_policy_runtime_parameters
3: [       OK ] hip.range_policy_runtime_parameters (0 ms)
3: [ RUN      ] hip.range_policy_round_trip_conversion_fires
3: [       OK ] hip.range_policy_round_trip_conversion_fires (0 ms)
3: [ RUN      ] hip.range_policy_one_way_convertible_bounds
3: [       OK ] hip.range_policy_one_way_convertible_bounds (0 ms)
3: [ RUN      ] hip.range_policy_check_sign_changes
3: [       OK ] hip.range_policy_check_sign_changes (0 ms)
3: [ RUN      ] hip.range_for_require
3: [       OK ] hip.range_for_require (1 ms)
3: [ RUN      ] hip.range_reduce_require
3: [       OK ] hip.range_reduce_require (0 ms)
3: [ RUN      ] hip.range_dynamic_policy_require
3: [       OK ] hip.range_dynamic_policy_require (0 ms)
3: [ RUN      ] hip.reducers_int
3: [       OK ] hip.reducers_int (7 ms)
3: [ RUN      ] hip.reducers_double
3: [       OK ] hip.reducers_double (4 ms)
3: [ RUN      ] hip.reducers_complex_double
3: [       OK ] hip.reducers_complex_double (11 ms)
3: [ RUN      ] hip.reducers_struct
3: [       OK ] hip.reducers_struct (3 ms)
3: [ RUN      ] hip.reducers_half_t
3: [       OK ] hip.reducers_half_t (3 ms)
3: [ RUN      ] hip.reducers_bhalf_t
3: [       OK ] hip.reducers_bhalf_t (3 ms)
3: [ RUN      ] hip.reducers_int8_t
3: [       OK ] hip.reducers_int8_t (3 ms)
3: [ RUN      ] hip.reducers_int16_t
3: [       OK ] hip.reducers_int16_t (3 ms)
3: [ RUN      ] hip.reducers_bool
3: [       OK ] hip.reducers_bool (1 ms)
3: [ RUN      ] hip.int64_t_reduce
3: [       OK ] hip.int64_t_reduce (28 ms)
3: [ RUN      ] hip.double_reduce
3: [       OK ] hip.double_reduce (26 ms)
3: [ RUN      ] hip.int64_t_reduce_dynamic
3: [       OK ] hip.int64_t_reduce_dynamic (25 ms)
3: [ RUN      ] hip.double_reduce_dynamic
3: [       OK ] hip.double_reduce_dynamic (25 ms)
3: [ RUN      ] hip.int64_t_reduce_dynamic_view
3: [       OK ] hip.int64_t_reduce_dynamic_view (8 ms)
3: [ RUN      ] hip.int_combined_reduce
3: [       OK ] hip.int_combined_reduce (0 ms)
3: [ RUN      ] hip.mdrange_combined_reduce
3: [       OK ] hip.mdrange_combined_reduce (0 ms)
3: [ RUN      ] hip.int_combined_reduce_mixed
3: [       OK ] hip.int_combined_reduce_mixed (0 ms)
3: [ RUN      ] hip.reduction_with_large_iteration_count
3: [       OK ] hip.reduction_with_large_iteration_count (299 ms)
3: [ RUN      ] hip.reduction_deduction
3: [       OK ] hip.reduction_deduction (0 ms)
3: [ RUN      ] hip.reduce_device_view_range_policy
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
19: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time          0.030 s         0.014 s            23  53.0134/s       1.6k
[ 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_Team_H.dir/UnitTestMain.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Concepts.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
19: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time        0.030 s         0.014 s            23  52.9215/s       1.6k
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Graph.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test06_ParallelFor_MDRangePolicy_SERIAL.cpp.o
[ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
19: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time         0.030 s         0.014 s            24   53.075/s       1.6k
[ 80%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[ 81%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Crs.cpp.o
[ 81%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
19: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time         0.030 s         0.014 s            23  53.6758/s       1.6k
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11a_ParallelFor_TeamThreadRange_CUDA.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtr.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test03a_MemorySpace_malloc_SYCL.cpp.o
19: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                0.020 s         0.010 s            35  40.1718/s        800
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[ 47%] Built target Kokkos_CoreUnitTest_Serial1
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/UnitTestMain.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_DeepCopyAlignment.cpp.o
19: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                               0.020 s         0.010 s            35  40.3041/s        800
[ 47%] Linking CXX executable Kokkos_CoreUnitTest_Serial2
[ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_StaticCrsGraph.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_HostSharedPtrAccessOnDevice.cpp.o
19: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                0.020 s         0.010 s            35  40.3453/s        800
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CTestDevice.dir/TestCTestDevice.cpp.o
19: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                               0.020 s         0.010 s            35  40.1607/s        800
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test08_deep_copy_SERIAL.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Init.cpp.o
19: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                0.020 s         0.010 s            35  40.2755/s        800
[ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 47%] Linking CXX executable Kokkos_CoreUnitTest_CTestDevice
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
19: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                               0.020 s         0.010 s            35  40.3328/s        800
[ 47%] Built target Kokkos_CoreUnitTest_CTestDevice
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test03b_MemorySpace_free_SYCL.cpp.o
19: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                0.020 s         0.010 s            35  39.5903/s        800
[ 47%] Built target Kokkos_CoreUnitTest_Serial2
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_JoinBackwardCompatibility.cpp.o
[ 47%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
19: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                               0.020 s         0.010 s            35  40.1962/s        800
[ 47%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewHooks.cpp.o
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpacePartitioning.cpp.o
19: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                0.020 s         0.010 s            35  40.0998/s        800
3: [       OK ] hip.reduce_device_view_range_policy (23247 ms)
3: [ RUN      ] hip.reduce_device_view_mdrange_policy
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
19: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                               0.020 s         0.010 s            35  40.2072/s        800
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
19: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                0.020 s         0.010 s            35  40.1464/s        800
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_LocalDeepCopy.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
19: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                               0.020 s         0.010 s            35  40.1769/s        800
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalConstants.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 48%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11b_ParallelFor_TeamVectorRange_CUDA.cpp.o
19: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                0.020 s         0.010 s            35  40.1681/s        800
[       OK ] cuda.scatterview (72591 ms)
[ RUN      ] cuda.scatterview_devicetype
[       OK ] cuda.scatterview_devicetype (29 ms)
[ RUN      ] cuda.staticcrsgraph
[       OK ] cuda.staticcrsgraph (32 ms)
[ RUN      ] cuda.UnorderedMap_insert
[ 48%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test10_HierarchicalBasics_SERIAL.cpp.o
[       OK ] serial.UnorderedMap_insert (51504 ms)
[ RUN      ] serial.UnorderedMap_failed_insert
19: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                               0.020 s         0.010 s            35  39.9328/s        800
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test04_ParallelFor_RangePolicy_SYCL.cpp.o
19: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                0.020 s         0.010 s            35  39.6896/s        800
[       OK ] cuda.UnorderedMap_insert (7448 ms)
[ RUN      ] cuda.UnorderedMap_failed_insert
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[       OK ] cuda.UnorderedMap_failed_insert (1050 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)
[----------] 43 tests from cuda (81258 ms total)

[----------] Global test environment tear-down
[==========] 43 tests from 1 test suite ran. (81258 ms total)
[  PASSED  ] 43 tests.
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
19: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                               0.020 s         0.010 s            35  40.1778/s        800
[ 82%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.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_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
19: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                  0.023 s         0.011 s            29  34.4418/s        800
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions1.cpp.o
19: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                 0.023 s         0.011 s            30  34.7007/s        800
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test05_ParallelReduce_RangePolicy_SYCL.cpp.o
[ 82%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
19: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.027 s         0.026 s            10  58.8693/s       1.6k
19: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.027 s         0.026 s            10  58.3236/s       1.6k
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_a3.cpp.o
19: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.028 s         0.026 s            10  57.3576/s       1.6k
19: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.028 s         0.026 s            10  57.7908/s       1.6k
3: [       OK ] hip.reduce_device_view_mdrange_policy (20851 ms)
3: [ RUN      ] hip.reduce_device_view_team_policy
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
19: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.029 s         0.027 s            10  54.6876/s       1.6k
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
19: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.035 s         0.030 s            10  46.2911/s       1.6k
19: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.013 s         0.006 s            10  125.909/s       1.6k
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
19: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.012 s         0.006 s            10  132.036/s       1.6k
19: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.014 s         0.007 s            10   116.82/s       1.6k
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SERIAL.cpp.o
19: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.013 s         0.006 s            10  121.768/s       1.6k
19: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.017 s         0.008 s            10  96.8402/s       1.6k
[ 83%] Linking CXX executable Kokkos_UnitTest_Random
[ 83%] Built target Kokkos_UnitTest_Random
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
19: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.020 s         0.010 s            10  78.2334/s       1.6k
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 91%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
19: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.035 s         0.030 s            10  45.5916/s       1.6k
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalFunctions3.cpp.o
[ 83%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
19: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.035 s         0.030 s            10  45.6418/s       1.6k
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test11c_ParallelFor_ThreadVectorRange_CUDA.cpp.o
[ 36%] Linking CXX executable Kokkos_CoreUnitTest_Cuda3
[ 36%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions2.cpp.o
19: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.040 s         0.032 s            10  40.2969/s       1.6k
[ 36%] Built target Kokkos_CoreUnitTest_Cuda3
19: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.035 s         0.030 s            10  45.7163/s       1.6k
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp.dir/tstHeader.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_CMakePassCmdLineArgs.dir/UnitTest_CMakePassCmdLineArgs.cpp.o
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_SYCL1A.dir/sycl/TestSYCL_MathematicalSpecialFunctions.cpp.o
19: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.022 s         0.011 s            10  73.6804/s       1.6k
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
[ 49%] Built target Kokkos_CoreUnitTest_SYCL2A
19: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.020 s         0.010 s            10  78.6418/s       1.6k
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewLayoutStrideAssignment.cpp.o
19: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.025 s         0.012 s            10  65.1003/s       1.6k
19: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.021 s         0.010 s            10  77.5224/s       1.6k
19: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.039 s         0.032 s            10  40.7597/s       1.6k
19: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.039 s         0.032 s            10  40.6157/s       1.6k
19: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.025 s         0.012 s            10  63.4501/s       1.6k
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecSpaceThreadSafety.cpp.o
19: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.024 s         0.012 s            10  67.0343/s       1.6k
[ 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_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
19: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.033 s         0.029 s            10  49.1595/s       1.6k
19: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.039 s         0.032 s            10  40.5101/s       1.6k
19: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.018 s         0.009 s            10  87.2554/s       1.6k
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions2.cpp.o
[       OK ] serial.UnorderedMap_failed_insert (22088 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)
[----------] 43 tests from serial (100280 ms total)

[----------] Global test environment tear-down
[==========] 43 tests from 1 test suite ran. (100280 ms total)
[  PASSED  ] 42 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 -Werror all-warnings -Xcudafe --diag_suppress=20208" 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 -Werror all-warnings -Xcudafe --diag_suppress=20208" 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.00122505
 View sum computation time: 0.00122505
 Strided View time (init only): 0.00112891
 View Rank7 time (init only): 0.00122886
 DynRankView time (init only): 0.00126236
 DynRankView sum computation time: 0.00187062
 Ratio of View to DynRankView time: 0.970444
 Ratio of View to DynRankView sum computation time: 0.872775
 Ratio of View to View Rank7  time: 0.9969
 Ratio of StrideView to DynRankView time: 0.894283
 Ratio of DynRankView to View Rank7  time: 1.02726
[       OK ] TEST_CATEGORY.dynrankview_perf (18 ms)
[ RUN      ] TEST_CATEGORY.global_2_local
Cuda
size, create, generate, fill, find
256, 0.000354527, 2.9329e-05, 0.00231519, 0.00218178
512, 0.00019567, 1.415e-05, 2.3957e-05, 0.00221495
1024, 0.000185367, 1.3546e-05, 2.812e-05, 0.00222164
2048, 0.00018501, 1.2442e-05, 2.5285e-05, 0.00223317
4096, 0.000170901, 1.2012e-05, 2.5063e-05, 0.00221594
8192, 0.00021624, 1.3352e-05, 2.8024e-05, 0.00229344
16384, 0.000181406, 1.3233e-05, 3.3361e-05, 0.00231637
32768, 0.000185322, 1.292e-05, 3.8211e-05, 0.0024814
65536, 0.000189813, 1.343e-05, 4.3757e-05, 0.00274339
131072, 0.000210777, 1.5275e-05, 6.3772e-05, 0.00334042
262144, 0.000207109, 1.6198e-05, 0.000152377, 0.00615853
524288, 0.000215718, 1.9636e-05, 0.000532951, 0.019566
1048576, 0.000766108, 2.8648e-05, 0.00139559, 0.0481486
2097152, 0.000546878, 4.3626e-05, 0.00304269, 0.112547
4194304, 0.000774506, 6.7627e-05, 0.00682249, 0.236642
[       OK ] TEST_CATEGORY.global_2_local (468 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 (486 ms total)

[----------] Global test environment tear-down
[==========] 4 tests from 1 test suite ran. (486 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 -Werror all-warnings -Xcudafe --diag_suppress=20208" 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 -Werror all-warnings -Xcudafe --diag_suppress=20208" 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 13 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 13 tests from serial
[ RUN      ] serial.Random_XorShift64
Test Seed:1726152149821960390
Test Scalar=int
 -- Testing randomness properties
[==========] Running 13 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 13 tests from cuda
[ RUN      ] cuda.Random_XorShift64
Test Seed:1726152149834062961
Test Scalar=int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.00870421 0.0256546 || 0.051031 28030 29358 || 28926.2 28674.4 || 354.65 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.0172967 0.00109081 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.00264333 0.000688796 || 0.051031 28023 29366 || 28750.4 28674.4 || 9.52191 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.0143465 0.0082079 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.0200677 -0.00902192 || 0.051031 28045 29340 || 28110.3 28674.4 || -124.719 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.0100982 0.000503597 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.00737046 -0.00983666 || 0.051031 27985 29325 || 28887.3 28674.4 || -135.982 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.00537394 0.0100827 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.00024573 -0.99999 -48244 || 0.051031 0 195182 || 2.92867e+09 28674.4 || -6.66925e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.000736149 -0.321862 0.1712 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.00195927 -0.999999 -57857.5 || 0.051031 0 1.55166e+06 || 2.8693e+10 28674.4 || -7.99822e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.00588807 -0.967815 10.3635 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.73523e-07 -0.000743474 -0.0345022 || 0.051031 27939 29355 || 28695.7 28674.4 || -476.958 -2.0744
 -- Testing 3-D histogram
Density 3D: 7.34064e-07 0.0213839 0.00955638 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.0126648 -0.0121381 || 0.051031 28058 29283 || 28315.8 28674.4 || -167.797 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.0180217 -0.00779079 || 0.051031 1e+64 -1e+64
Test Seed:1726152149942123381
Test Scalar=int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.0172673 0.00947402 || 0.051031 28039 29280 || 29178.2 28674.4 || 130.969 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.00305626 0.00900323 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.0251668 0.0137214 || 0.051031 27978 29349 || 27970.5 28674.4 || 189.684 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.000288945 0.000331703 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.00907462 -0.0145119 || 0.051031 27974 29409 || 28937 28674.4 || -200.613 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.00717893 0.00352036 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.00846444 0.00872236 || 0.051031 28010 29313 || 28433.7 28674.4 || 120.578 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.0112002 -0.00239901 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.000244735 -0.99999 -48246.4 || 0.051031 0 195015 || 2.92884e+09 28674.4 || -6.66959e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.000733095 -0.314166 0.151949 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.00196016 -0.999999 -57857.7 || 0.051031 0 1.55235e+06 || 2.86912e+10 28674.4 || -7.99824e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.00589052 -0.967919 10.3306 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.65955e-07 -0.00657309 -0.00518189 || 0.051031 28068 29399 || 28864.1 28674.4 || -71.6344 -2.0744
 -- Testing 3-D histogram
Density 3D: 7.11361e-07 -0.0153031 -0.000774389 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.0163799 -0.00392454 || 0.051031 28014 29375 || 29151.9 28674.4 || -54.2529 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.0194282 -0.00801349 || 0.051031 1e+64 -1e+64
[       OK ] cuda.Random_XorShift64 (222 ms)
[ RUN      ] cuda.Random_XorShift1024_0
Test Seed:1726152150056111572
Test Scalar=int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.0167902 0.00850589 || 0.051031 10981 11832 || 11571.2 11377 || 117.585 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.00297836 0.000272611 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00183477 -0.000242119 || 0.051031 10983 11766 || 11397.9 11377 || -3.34706 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.00576105 0.000743417 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0038298 -0.000374123 || 0.051031 10866 11796 || 11333.6 11377 || -5.17188 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.00706453 0.000429065 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0141009 -0.0184137 || 0.051031 10968 11795 || 11218.8 11377 || -254.551 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.00299296 0.000485148 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.000245332 -0.999975 -7594.36 || 0.051031 0 77784 || 4.61025e+08 11377 || -1.04984e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.000735652 -0.146295 0.0240749 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.00195985 -0.999997 -9107.63 || 0.051031 0 616576 || 4.5166e+09 11377 || -1.25904e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.00589009 -0.923378 1.63005 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.60671e-07 -0.00400819 -0.0120954 || 0.051031 10980 11844 || 11422.7 11377 || -167.207 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.86102e-07 0.0225975 -0.000156938 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.000784481 -0.0117998 || 0.051031 10948 11801 || 11385.9 11377 || -163.12 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.0106722 -3.42372e-05 || 0.051031 1e+64 -1e+64
Test Seed:1726152150243011512
Test Scalar=int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.000450597 -0.0162138 || 0.051031 10917 11748 || 11371.8 11377 || -224.139 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.011894 -0.00342172 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.0145638 0.00584778 || 0.051031 10958 11821 || 11545.1 11377 || 80.8397 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.0116471 0.00167113 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.00238414 -0.000352583 || 0.051031 10944 11773 || 11349.9 11377 || -4.87411 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.0058954 -0.00209022 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0118073 -3.20355e-05 || 0.051031 10924 11801 || 11244.2 11377 || -0.442859 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.00451259 -0.000994113 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.000244671 -0.999975 -7594.49 || 0.051031 0 77657 || 4.61071e+08 11377 || -1.04986e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.000733665 -0.13668 0.0210577 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 0.00195497 -0.999997 -9108.29 || 0.051031 0 616207 || 4.51676e+09 11377 || -1.25913e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.00587683 -0.92274 1.61315 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.79744e-07 -0.000202007 0.00202537 || 0.051031 10977 11813 || 11379.3 11377 || 27.9987 -0.823045
 -- Testing 3-D histogram
Density 3D: 3.43323e-07 -0.00938159 0.00204555 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00147024 0.00402909 || 0.051031 10991 11784 || 11393.7 11377 || 55.6982 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.0211136 -0.00143338 || 0.051031 1e+64 -1e+64
[       OK ] cuda.Random_XorShift1024_0 (493 ms)
[ RUN      ] cuda.Multi_streams
19: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.029 s         0.014 s            10  55.9451/s       1.6k
19: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.038 s         0.031 s            10  41.7532/s       1.6k
19: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.036 s         0.031 s            10  44.3388/s       1.6k
[       OK ] cuda.Multi_streams (2142 ms)
[ RUN      ] cuda.SortUnsignedValueType
[       OK ] cuda.SortUnsignedValueType (22 ms)
[ RUN      ] cuda.SortEmptyView
[       OK ] cuda.SortEmptyView (0 ms)
[ RUN      ] cuda.BinSortGenericTests
[       OK ] cuda.BinSortGenericTests (23 ms)
[ RUN      ] cuda.BinSortEmptyView
[       OK ] cuda.BinSortEmptyView (0 ms)
[ RUN      ] cuda.BinSortEmptyKeysView
[       OK ] cuda.BinSortEmptyKeysView (0 ms)
[ RUN      ] cuda.BinSort_issue_7221
[       OK ] cuda.BinSort_issue_7221 (0 ms)
[ RUN      ] cuda.BinSortUnsignedKeyLayoutStrideValues
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
19: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.026 s         0.013 s            10  62.1392/s       1.6k
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test06_ParallelFor_MDRangePolicy_SYCL.cpp.o
19: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.028 s         0.014 s            10  56.2723/s       1.6k
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SERIAL.cpp.o
[ 84%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ExecutionSpace.cpp.o
19: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time           0.132 s         0.107 s            10  12.1108/s       1.6k
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c11.cpp.o
19: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time          0.132 s         0.106 s            10  12.1382/s       1.6k
19/46 Test #19: Kokkos_PerformanceTest_Benchmark .....................   Passed  239.74 sec
test 20
      Start 20: Kokkos_Benchmark_Atomic_MinMax

20: 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-09-12_T14-20-49.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-09-12T14:42:38+00:00
20: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
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: 2.44, 4.33, 4.47
20: CPU architecture: none
20: Default Device: OpenMP
20: GIT_BRANCH: HEAD
20: GIT_CLEAN_STATUS: CLEAN
20: GIT_COMMIT_DATE: 2024-09-12T14:20:37+00:00
20: GIT_COMMIT_DESCRIPTION: Merge commit 'd02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a' into HEAD
20: GIT_COMMIT_HASH: 7fee597a6
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.4.99
20: platform: 64bit
20: ----------------------------------------------------------------------------------------------------------------------------------------
20: Benchmark                                                                                              Time             CPU   Iterations
20: ----------------------------------------------------------------------------------------------------------------------------------------
20: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time                               0.001 s         0.001 s            10
20: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.001 s         0.001 s            10
20: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
20: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
20: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.002 s         0.001 s            10
20: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.002 s         0.001 s            10
20: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.001 s         0.001 s            10
20: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.001 s         0.001 s            10
20: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
20: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
20: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.002 s         0.001 s            10
20: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.002 s         0.001 s            10
20: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.001 s         0.001 s            10
20: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.001 s         0.001 s            10
20: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
20: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
20: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.002 s         0.001 s            10
20: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.002 s         0.001 s            10
20: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.001 s         0.001 s            10
20: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.001 s         0.001 s            10
20: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
20: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
20: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.002 s         0.001 s            10
20: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.002 s         0.001 s            10
20: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.001 s         0.001 s            10
20: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.001 s         0.001 s            10
20: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
20: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
20: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.003 s         0.001 s            10
20: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.003 s         0.001 s            10
20: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.001 s         0.001 s            10
20: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.001 s         0.001 s            10
20: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
20: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
20: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.002 s         0.001 s            10
20: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.002 s         0.001 s            10
20: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time                             0.002 s         0.001 s            10
20: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time                             0.002 s         0.001 s            10
20: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
20: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
20: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time                   0.003 s         0.001 s            10
20: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.003 s         0.001 s            10
20: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time                            0.002 s         0.001 s            10
20: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time                            0.002 s         0.001 s            10
20: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
20: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
20: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time                  0.003 s         0.001 s            10
20: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.003 s         0.001 s            10
20/46 Test #20: Kokkos_Benchmark_Atomic_MinMax .......................   Passed    0.86 sec
test 21
      Start 21: Kokkos_PerformanceTest_Mempool

21: 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-09-12_T14-20-49.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-09-12T14:42:39+00:00
21: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Mempool
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: 2.44, 4.33, 4.47
21: CPU architecture: none
21: Default Device: OpenMP
21: GIT_BRANCH: HEAD
21: GIT_CLEAN_STATUS: CLEAN
21: GIT_COMMIT_DATE: 2024-09-12T14:20:37+00:00
21: GIT_COMMIT_DESCRIPTION: Merge commit 'd02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a' into HEAD
21: GIT_COMMIT_HASH: 7fee597a6
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.4.99
21: platform: 64bit
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
21: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: fill ops per second
21: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21: 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          1222               9.53804M/s
[ 37%] Linking CXX executable Kokkos_CoreUnitTest_CMakePassCmdLineArgs
21: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: cycle ops per second
21: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
21: 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          2518                40.1652M/s
21/46 Test #21: Kokkos_PerformanceTest_Mempool .......................   Passed    1.87 sec
test 22
      Start 22: Kokkos_PerformanceTest_Atomic

22: 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-09-12_T14-20-49.json"
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: 2024-09-12T14:42:40+00:00
22: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Atomic
22: Run on (4 X 1996.25 MHz CPU s)
22: CPU Caches:
22:   L1 Data 64 KiB (x4)
22:   L1 Instruction 64 KiB (x4)
22:   L2 Unified 512 KiB (x4)
22:   L3 Unified 16384 KiB (x4)
22: Load Average: 2.44, 4.33, 4.47
22: CPU architecture: none
22: Default Device: OpenMP
22: GIT_BRANCH: HEAD
22: GIT_CLEAN_STATUS: CLEAN
22: GIT_COMMIT_DATE: 2024-09-12T14:20:37+00:00
22: GIT_COMMIT_DESCRIPTION: Merge commit 'd02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a' into HEAD
22: GIT_COMMIT_HASH: 7fee597a6
22: GPU architecture: none
22: KOKKOS_COMPILER_GNU: 840
22: KOKKOS_ENABLE_ASM: yes
22: KOKKOS_ENABLE_CXX17: yes
22: KOKKOS_ENABLE_CXX20: no
22: KOKKOS_ENABLE_CXX23: no
22: KOKKOS_ENABLE_CXX26: no
22: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
22: KOKKOS_ENABLE_HWLOC: no
22: KOKKOS_ENABLE_LIBDL: no
22: KOKKOS_ENABLE_OPENMP: yes
22: KOKKOS_ENABLE_PRAGMA_IVDEP: no
22: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
22: KOKKOS_ENABLE_PRAGMA_UNROLL: no
22: KOKKOS_ENABLE_PRAGMA_VECTOR: no
22: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
22: Kokkos Version: 4.4.99
22: platform: 64bit
22: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
22: Benchmark                                                         Time             CPU   Iterations     Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial
22: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
22: Test_Atomic<int>/30000/iterations:10                          0.015 s         0.007 s            10          1            4    0.184958       0.0171435    303.967u     449.985M         242.817M     449.985M
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_FunctorAnalysis.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
22: Test_Atomic<long int>/100000/iterations:10                    0.048 s         0.023 s            10          1            8    0.211482        9.45277m     300.86u     4.99995G         2.61199G     4.99995G
22: Test_Atomic<long long int>/100000/iterations:10               0.048 s         0.023 s            10          1            8    0.200454       0.0135856     300.87u     4.99995G         885.997M     4.99995G
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
22: Test_Atomic<unsigned int>/100000/iterations:10                0.048 s         0.023 s            10          1            4    0.211572       0.0124668     301.87u     704.983M         2.70246G     704.983M
22: Test_Atomic<unsigned long int>/100000/iterations:10           0.048 s         0.023 s            10          1            8    0.207155       0.0191057     300.57u     4.99995G         1.96124G     4.99995G
22: Test_Atomic<unsigned long long int>/100000/iterations:10      0.048 s         0.023 s            10          1            8    0.205904       0.0126337     300.77u     4.99995G         2.67232G     4.99995G
[ 37%] Built target Kokkos_CoreUnitTest_CMakePassCmdLineArgs
22: Test_Atomic<float>/100000/iterations:10                       0.050 s         0.024 s            10          0            4    0.189611        0.025272     899.29u     4.99998G         2.28629G     4.99989G
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp.dir/tstHeader.cpp.o
22: Test_Atomic<double>/100000/iterations:10                      0.053 s         0.025 s            10          1            8    0.212802       0.0137707     898.78u     4.99995G         2.47945G     4.99995G
22/46 Test #22: Kokkos_PerformanceTest_Atomic ........................   Passed    3.59 sec
test 23
      Start 23: Kokkos_ContainersUnitTest_Serial

23: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial
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 66 tests from 1 test suite.
23: [----------] Global test environment set-up.
23: [----------] 66 tests from serial
23: [ RUN      ] serial.bitset
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalFunctions3.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12a_ThreadScratch_CUDA.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MathematicalSpecialFunctions.cpp.o
[ 37%] Built target Kokkos_HeaderSelfContained_KokkosExp_InterOp_hpp
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
[ 84%] Linking CXX executable Kokkos_UnitTest_Sort
[ 84%] Built target Kokkos_UnitTest_Sort
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Abort_hpp.dir/tstHeader.cpp.o
23: [       OK ] serial.bitset (1552 ms)
23: [ RUN      ] serial.bitset_default_constructor_no_alloc
23: [       OK ] serial.bitset_default_constructor_no_alloc (0 ms)
23: [ RUN      ] serial.dualview_combination
23: [       OK ] serial.dualview_combination (1 ms)
23: [ RUN      ] serial.dualview_alloc
23: [       OK ] serial.dualview_alloc (0 ms)
23: [ RUN      ] serial.test_dualview_copy_construction_and_assignment
23: [       OK ] serial.test_dualview_copy_construction_and_assignment (0 ms)
23: [ RUN      ] serial.dualview_combinations_without_init
23: [       OK ] serial.dualview_combinations_without_init (0 ms)
23: [ RUN      ] serial.dualview_deep_copy
23: [       OK ] serial.dualview_deep_copy (1 ms)
23: [ RUN      ] serial.dualview_realloc
23: [       OK ] serial.dualview_realloc (0 ms)
23: [ RUN      ] serial.dualview_resize
23: [       OK ] serial.dualview_resize (0 ms)
23: [ RUN      ] serial.dualview_device_correct_kokkos_device
23: [       OK ] serial.dualview_device_correct_kokkos_device (0 ms)
23: [ RUN      ] serial.dualview_host_correct_kokkos_device
23: [       OK ] serial.dualview_host_correct_kokkos_device (0 ms)
23: [ RUN      ] serial.dualview_host_modify_template_device_sync
23: [       OK ] serial.dualview_host_modify_template_device_sync (0 ms)
23: [ RUN      ] serial.dualview_host_modify_template_device_execspace_sync
23: [       OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms)
23: [ RUN      ] serial.dualview_device_modify_template_host_sync
23: [       OK ] serial.dualview_device_modify_template_host_sync (0 ms)
23: [ RUN      ] serial.dualview_device_modify_template_host_execspace_sync
23: [       OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms)
23: [ RUN      ] serial.dualview_template_views_return_correct_executionspace_views
23: [       OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms)
23: [ RUN      ] serial.dualview_template_views_return_correct_views_from_const_dual_view
23: [       OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
23: [ RUN      ] serial.dynamic_view
23: [       OK ] serial.dynamic_view (13 ms)
23: [ RUN      ] serial.dyn_rank_view_api_generic
23: [       OK ] serial.dyn_rank_view_api_generic (12 ms)
23: [ RUN      ] serial.dyn_rank_view_api_operator_rank12345
23: [       OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms)
23: [ RUN      ] serial.dyn_rank_view_check_fence_resize_realloc
23: /var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
23: skipping since not default execution space
23: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms)
23: [ RUN      ] serial.dyn_rank_view_api_operator_rank67
23: [       OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms)
23: [ RUN      ] serial.ErrorReporterViaLambda
23: [       OK ] serial.ErrorReporterViaLambda (0 ms)
23: [ RUN      ] serial.ErrorReporter
23: [       OK ] serial.ErrorReporter (0 ms)
23: [ RUN      ] serial.offsetview_construction
23: [       OK ] serial.offsetview_construction (31 ms)
23: [ RUN      ] serial.offsetview_unmanaged_construction
23: [       OK ] serial.offsetview_unmanaged_construction (1 ms)
23: [ RUN      ] serial.offsetview_subview
23: [       OK ] serial.offsetview_subview (16 ms)
23: [ RUN      ] serial.offsetview_offsets_rank1
23: [       OK ] serial.offsetview_offsets_rank1 (0 ms)
23: [ RUN      ] serial.offsetview_offsets_rank2
23: [       OK ] serial.offsetview_offsets_rank2 (0 ms)
23: [ RUN      ] serial.offsetview_offsets_rank3
23: [       OK ] serial.offsetview_offsets_rank3 (0 ms)
23: [ RUN      ] serial.scatterview
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 50%] 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/TestStdAlgorithmsFind.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test08_deep_copy_SYCL.cpp.o
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.0110357 0.0126424 || 0.051031 27981 29358 || 28994.4 28674.4 || 174.768 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.0113994 0.000103194 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
3: [       OK ] hip.reduce_device_view_team_policy (27104 ms)
3: [ RUN      ] hip.impl_shared_alloc
3: [       OK ] hip.impl_shared_alloc (79 ms)
3: [ RUN      ] hip.mdspan_space_aware_accessor
3: [       OK ] hip.mdspan_space_aware_accessor (1 ms)
3: [ RUN      ] hip.kokkos_swap
3: [       OK ] hip.kokkos_swap (0 ms)
3: [ RUN      ] hip.team_for
3: [       OK ] hip.team_for (18 ms)
3: [ RUN      ] hip.team_reduce
3: [       OK ] hip.team_reduce (0 ms)
3: [ RUN      ] hip.team_reduce_large
3: [       OK ] hip.team_reduce_large (289 ms)
3: [ RUN      ] hip.team_parallel_single
3: [       OK ] hip.team_parallel_single (7 ms)
3: [ RUN      ] hip.large_team_scratch_size
3: [       OK ] hip.large_team_scratch_size (0 ms)
3: [ RUN      ] hip.team_broadcast_long
3: [       OK ] hip.team_broadcast_long (0 ms)
3: [ RUN      ] hip.team_broadcast_long_wrapper
3: [       OK ] hip.team_broadcast_long_wrapper (0 ms)
3: [ RUN      ] hip.team_broadcast_char
3: [       OK ] hip.team_broadcast_char (0 ms)
3: [ RUN      ] hip.team_broadcast_float
3: [       OK ] hip.team_broadcast_float (0 ms)
3: [ RUN      ] hip.team_broadcast_double
3: [       OK ] hip.team_broadcast_double (0 ms)
3: [ RUN      ] hip.team_handle_by_value
3: [       OK ] hip.team_handle_by_value (0 ms)
3: [ RUN      ] hip.team_vector
3: [       OK ] hip.team_vector (8 ms)
3: [ RUN      ] hip.triple_nested_parallelism
3: [       OK ] hip.triple_nested_parallelism (6 ms)
3: [ RUN      ] hip.parallel_scan_with_reducers
3: [       OK ] hip.parallel_scan_with_reducers (56 ms)
3: [ RUN      ] hip.team_thread_range_combined_reducers
3: [       OK ] hip.team_thread_range_combined_reducers (4 ms)
3: [ RUN      ] hip.thread_vector_range_combined_reducers
3: [       OK ] hip.thread_vector_range_combined_reducers (0 ms)
3: [ RUN      ] hip.team_vector_range_combined_reducers
3: [       OK ] hip.team_vector_range_combined_reducers (0 ms)
3: [ RUN      ] hip.TeamThreadMDRangeParallelFor
3: [       OK ] hip.TeamThreadMDRangeParallelFor (25 ms)
3: [ RUN      ] hip.ThreadVectorMDRangeParallelFor
3: [       OK ] hip.ThreadVectorMDRangeParallelFor (7 ms)
3: [ RUN      ] hip.TeamVectorMDRangeParallelFor
3: [       OK ] hip.TeamVectorMDRangeParallelFor (7 ms)
3: [ RUN      ] hip.TeamThreadMDRangeParallelReduce
3: [       OK ] hip.TeamThreadMDRangeParallelReduce (13 ms)
3: [ RUN      ] hip.ThreadVectorMDRangeParallelReduce
3: [       OK ] hip.ThreadVectorMDRangeParallelReduce (5 ms)
3: [ RUN      ] hip.TeamVectorMDRangeParallelReduce
3: [       OK ] hip.TeamVectorMDRangeParallelReduce (5 ms)
3: [ RUN      ] hip.team_policy_runtime_parameters
3: [       OK ] hip.team_policy_runtime_parameters (0 ms)
3: [ RUN      ] hip.team_reduction_scan
3: [       OK ] hip.team_reduction_scan (1907 ms)
3: [ RUN      ] hip.team_long_reduce
3: [       OK ] hip.team_long_reduce (19 ms)
3: [ RUN      ] hip.team_double_reduce
3: [       OK ] hip.team_double_reduce (19 ms)
3: [ RUN      ] hip.team_long_array_reduce
3: [       OK ] hip.team_long_array_reduce (21 ms)
3: [ RUN      ] hip.team_double_array_reduce
3: [       OK ] hip.team_double_array_reduce (21 ms)
3: [ RUN      ] hip.team_parallel_dummy_with_reducer_and_scratch_space
3: [       OK ] hip.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
3: [ RUN      ] hip.repeated_team_reduce
3: [       OK ] hip.repeated_team_reduce (77 ms)
3: [ RUN      ] hip.team_scan
3: [       OK ] hip.team_scan (86 ms)
3: [ RUN      ] hip.team_scan_ret_val
3: [       OK ] hip.team_scan_ret_val (83 ms)
3: [ RUN      ] hip.team_shared_request
3: [       OK ] hip.team_shared_request (2 ms)
3: [ RUN      ] hip.team_scratch_request
3: [       OK ] hip.team_scratch_request (1 ms)
3: [ RUN      ] hip.team_lambda_shared_request
3: [       OK ] hip.team_lambda_shared_request (3 ms)
3: [ RUN      ] hip.scratch_align
3: [       OK ] hip.scratch_align (0 ms)
3: [ RUN      ] hip.shmem_size
3: [       OK ] hip.shmem_size (0 ms)
3: [ RUN      ] hip.multi_level_scratch
3: [       OK ] hip.multi_level_scratch (11 ms)
3: [ RUN      ] hip.team_scratch_memory_index_parallel_for
3: [       OK ] hip.team_scratch_memory_index_parallel_for (0 ms)
3: [ RUN      ] hip.team_policy_max_recommended
3: [       OK ] hip.team_policy_max_recommended (26 ms)
3: [ RUN      ] hip.team_policy_minmax_scalar_without_plus_equal_k
3: [       OK ] hip.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
3: [ RUN      ] hip.team_teamvector_range
3: [       OK ] hip.team_teamvector_range (2 ms)
3: [ RUN      ] hip.unique_token_global
3: [       OK ] hip.unique_token_global (18 ms)
3: [ RUN      ] hip.unique_token_instance
3: [       OK ] hip.unique_token_instance (21 ms)
3: [ RUN      ] hip.unique_token_team_acquire
3: [       OK ] hip.unique_token_team_acquire (16 ms)
3: [ RUN      ] hip.view_api_a
3: [       OK ] hip.view_api_a (6 ms)
3: [ RUN      ] hip.view_layout_left_with_stride
3: [       OK ] hip.view_layout_left_with_stride (0 ms)
3: [ RUN      ] hip.view_layout_right_with_stride
3: [       OK ] hip.view_layout_right_with_stride (0 ms)
3: [ RUN      ] hip.view_api_b
3: [       OK ] hip.view_api_b (4 ms)
3: [ RUN      ] hip.view_api_c
3: [       OK ] hip.view_api_c (5 ms)
3: [ RUN      ] hip.view_api_d
3: [       OK ] hip.view_api_d (1 ms)
3: [ RUN      ] hip.view_remap
3: [       OK ] hip.view_remap (0 ms)
3: [ RUN      ] hip.view_mirror_nonconst
3: [       OK ] hip.view_mirror_nonconst (0 ms)
3: [ RUN      ] hip.view_stride_method
3: [       OK ] hip.view_stride_method (0 ms)
3: [ RUN      ] hip.anonymous_space
3: [       OK ] hip.anonymous_space (0 ms)
3: [ RUN      ] hip.view_overload_resolution
3: [       OK ] hip.view_overload_resolution (0 ms)
3: [ RUN      ] hip.view_allocation_large_rank
3: [       OK ] hip.view_allocation_large_rank (4 ms)
3: [ RUN      ] hip.view_shmem_size_on_device
3: [       OK ] hip.view_shmem_size_on_device (0 ms)
3: [ RUN      ] hip.view_is_assignable
3: [       OK ] hip.view_is_assignable (0 ms)
3: [ RUN      ] hip.view_bad_alloc
3: [       OK ] hip.view_bad_alloc (0 ms)
3: [ RUN      ] hip.view_copy_tests
3: [       OK ] hip.view_copy_tests (5 ms)
3: [ RUN      ] hip.view_copy_tests_rank_0
3: [       OK ] hip.view_copy_tests_rank_0 (1 ms)
3: [ RUN      ] hip.view_copy_degenerated
3: [       OK ] hip.view_copy_degenerated (0 ms)
3: [ RUN      ] hip.view_fill_tests_layout_right
3: [       OK ] hip.view_fill_tests_layout_right (67 ms)
3: [ RUN      ] hip.view_fill_tests_layout_left
3: [       OK ] hip.view_fill_tests_layout_left (47 ms)
3: [ RUN      ] hip.view_empty_runtime_unmanaged
3: [       OK ] hip.view_empty_runtime_unmanaged (0 ms)
3: [ RUN      ] hip.view_hooks
3: [       OK ] hip.view_hooks (0 ms)
3: [ RUN      ] hip.view_layoutstride_left_to_layoutleft_assignment
3: [       OK ] hip.view_layoutstride_left_to_layoutleft_assignment (30 ms)
3: [ RUN      ] hip.view_layoutstride_right_to_layoutright_assignment
3: [       OK ] hip.view_layoutstride_right_to_layoutright_assignment (30 ms)
3: [ RUN      ] hip.view_irregular_layout
3: [       OK ] hip.view_irregular_layout (4 ms)
3: [ RUN      ] hip.view_mapping
3: [       OK ] hip.view_mapping (67 ms)
3: [ RUN      ] hip.view_mapping_operator
3: [       OK ] hip.view_mapping_operator (23 ms)
3: [ RUN      ] hip.static_extent
3: [       OK ] hip.static_extent (0 ms)
3: [ RUN      ] hip.view_mapping_atomic
3: [       OK ] hip.view_mapping_atomic (1 ms)
3: [ RUN      ] hip.view_mapping_class_value
3: [       OK ] hip.view_mapping_class_value (0 ms)
3: [ RUN      ] hip.view_mapping_assignable
3: [       OK ] hip.view_mapping_assignable (0 ms)
3: [ RUN      ] hip.view_mapping_trivially_copyable
3: [       OK ] hip.view_mapping_trivially_copyable (0 ms)
3: [ RUN      ] hip.view_mapping_subview
3: [       OK ] hip.view_mapping_subview (0 ms)
3: [ RUN      ] hip.view_nested_view
3: [       OK ] hip.view_nested_view (0 ms)
3: [ RUN      ] hip.view_of_views_default
3: [       OK ] hip.view_of_views_default (0 ms)
3: [ RUN      ] hip.view_of_views_without_initializing
3: [       OK ] hip.view_of_views_without_initializing (0 ms)
3: [ RUN      ] hip.test_view_of_views_sequential_host_init
3: [       OK ] hip.test_view_of_views_sequential_host_init (0 ms)
3: [ RUN      ] hip.append_formatted_multidimensional_index
3: [       OK ] hip.append_formatted_multidimensional_index (0 ms)
3: [ RUN      ] hip.view_resize
3: [       OK ] hip.view_resize (12 ms)
3: [ RUN      ] hip.view_realloc
3: [       OK ] hip.view_realloc (0 ms)
3: [ RUN      ] hip.workgraph_fib
23: [       OK ] serial.scatterview (1746 ms)
23: [ RUN      ] serial.scatterview_devicetype
23: [       OK ] serial.scatterview_devicetype (1 ms)
23: [ RUN      ] serial.staticcrsgraph
23: [       OK ] serial.staticcrsgraph (18 ms)
23: [ RUN      ] serial.resize_realloc_no_init_dualview
23: [       OK ] serial.resize_realloc_no_init_dualview (0 ms)
23: [ RUN      ] serial.resize_realloc_no_alloc_dualview
23: [       OK ] serial.resize_realloc_no_alloc_dualview (0 ms)
23: [ RUN      ] serial.resize_exec_space_dualview
23: [       OK ] serial.resize_exec_space_dualview (0 ms)
23: [ RUN      ] serial.realloc_exec_space_dualview
23: [       OK ] serial.realloc_exec_space_dualview (0 ms)
23: [ RUN      ] serial.resize_realloc_no_init_dynrankview
23: [       OK ] serial.resize_realloc_no_init_dynrankview (0 ms)
23: [ RUN      ] serial.resize_exec_space_dynrankview
23: [       OK ] serial.resize_exec_space_dynrankview (0 ms)
23: [ RUN      ] serial.realloc_exec_space_dynrankview
23: [       OK ] serial.realloc_exec_space_dynrankview (0 ms)
23: [ RUN      ] serial.resize_realloc_no_init_scatterview
23: [       OK ] serial.resize_realloc_no_init_scatterview (0 ms)
23: [ RUN      ] serial.resize_realloc_no_alloc_scatterview
23: [       OK ] serial.resize_realloc_no_alloc_scatterview (0 ms)
23: [ RUN      ] serial.resize_exec_space_scatterview
23: [       OK ] serial.resize_exec_space_scatterview (0 ms)
23: [ RUN      ] serial.realloc_exec_space_scatterview
23: [       OK ] serial.realloc_exec_space_scatterview (0 ms)
23: [ RUN      ] serial.create_mirror_no_init_dynrankview
23: [       OK ] serial.create_mirror_no_init_dynrankview (0 ms)
23: [ RUN      ] serial.create_mirror_no_init_dynrankview_viewctor
23: [       OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms)
23: [ RUN      ] serial.create_mirror_view_and_copy_dynrankview
23: [       OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms)
23: [ RUN      ] serial.create_mirror_no_init_offsetview
23: [       OK ] serial.create_mirror_no_init_offsetview (0 ms)
23: [ RUN      ] serial.create_mirror_no_init_offsetview_view_ctor
23: [       OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms)
23: [ RUN      ] serial.create_mirror_view_and_copy_offsetview
23: [       OK ] serial.create_mirror_view_and_copy_offsetview (0 ms)
23: [ RUN      ] serial.create_mirror_no_init_dynamicview
23: [       OK ] serial.create_mirror_no_init_dynamicview (0 ms)
23: [ RUN      ] serial.create_mirror_view_and_copy_dynamicview
23: [       OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms)
23: [ RUN      ] serial.create_mirror_no_init_dynamicview_view_ctor
23: [       OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms)
23: [ RUN      ] serial.UnorderedMap_insert
3: [       OK ] hip.workgraph_fib (2981 ms)
3: [ RUN      ] hip.resize_realloc_no_init
3: [       OK ] hip.resize_realloc_no_init (0 ms)
3: [ RUN      ] hip.resize_realloc_no_alloc
3: [       OK ] hip.resize_realloc_no_alloc (0 ms)
3: [ RUN      ] hip.realloc_exec_space
3: [       OK ] hip.realloc_exec_space (0 ms)
3: [ RUN      ] hip.view_alloc
3: [       OK ] hip.view_alloc (0 ms)
3: [ RUN      ] hip.view_alloc_exec_space
3: [       OK ] hip.view_alloc_exec_space (0 ms)
3: [ RUN      ] hip.view_alloc_int
3: [       OK ] hip.view_alloc_int (0 ms)
3: [ RUN      ] hip.view_alloc_exec_space_int
3: [       OK ] hip.view_alloc_exec_space_int (0 ms)
3: [ RUN      ] hip.deep_copy_zero_memset
3: [       OK ] hip.deep_copy_zero_memset (0 ms)
3: [ RUN      ] hip.resize_exec_space
3: [       OK ] hip.resize_exec_space (0 ms)
3: [ RUN      ] hip.view_allocation_int
3: [       OK ] hip.view_allocation_int (0 ms)
3: [ RUN      ] hip.view_allocation_exec_space_int
3: [       OK ] hip.view_allocation_exec_space_int (0 ms)
3: [ RUN      ] hip.view_not_default_constructible
3: [       OK ] hip.view_not_default_constructible (0 ms)
3: [ RUN      ] hip.scan_unit
3: [       OK ] hip.scan_unit (4 ms)
3: [ RUN      ] hip.space_access
3: [       OK ] hip.space_access (0 ms)
3: [ RUN      ] hip.impl_view_accessible
3: [       OK ] hip.impl_view_accessible (1 ms)
3: [ RUN      ] hip.memory_requirements
3: [       OK ] hip.memory_requirements (0 ms)
3: [ RUN      ] hip.team_scratch_1_streams
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 86%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
[ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o
[ 37%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 37%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
23: [       OK ] serial.UnorderedMap_insert (9041 ms)
23: [ RUN      ] serial.UnorderedMap_failed_insert
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12a_ThreadScratch_SERIAL.cpp.o
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
[ 37%] Built target Kokkos_HeaderSelfContained_KokkosExp_MDRangePolicy_hpp
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
23: [       OK ] serial.UnorderedMap_failed_insert (4020 ms)
23: [ RUN      ] serial.UnorderedMap_deep_copy
23: [       OK ] serial.UnorderedMap_deep_copy (4 ms)
23: [ RUN      ] serial.UnorderedMap_valid_empty
23: [       OK ] serial.UnorderedMap_valid_empty (0 ms)
23: [ RUN      ] serial.UnorderedMap_clear_zero_size
23: [       OK ] serial.UnorderedMap_clear_zero_size (0 ms)
23: [ RUN      ] serial.UnorderedMap_consistent_size
23: [       OK ] serial.UnorderedMap_consistent_size (0 ms)
23: [ RUN      ] serial.UnorderedMap_shallow_copyable_on_device
23: [       OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms)
23: [ RUN      ] serial.UnorderedMap_lambda_capturable
23: [       OK ] serial.UnorderedMap_lambda_capturable (0 ms)
23: [ RUN      ] serial.UnorderedMap_constructor_view_alloc
23: [       OK ] serial.UnorderedMap_constructor_view_alloc (0 ms)
23: [ RUN      ] serial.vector_combination
23: [       OK ] serial.vector_combination (0 ms)
23: [ RUN      ] serial.vector_insert
23: [       OK ] serial.vector_insert (0 ms)
23: [ RUN      ] serial.vector_push_back_default_exec
23: [       OK ] serial.vector_push_back_default_exec (0 ms)
23: [ RUN      ] serial.viewctorprop_embedded_dim
23: [       OK ] serial.viewctorprop_embedded_dim (0 ms)
23: [----------] 66 tests from serial (16468 ms total)
23: 
23: [----------] Global test environment tear-down
23: [==========] 66 tests from 1 test suite ran. (16468 ms total)
23: [  PASSED  ] 65 tests.
23: [  SKIPPED ] 1 test, listed below:
23: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc
23/46 Test #23: Kokkos_ContainersUnitTest_Serial .....................   Passed   16.53 sec
test 24
      Start 24: Kokkos_ContainersUnitTest_OpenMP

24: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/containers/unit_tests/Kokkos_ContainersUnitTest_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 66 tests from 1 test suite.
24: [----------] Global test environment set-up.
24: [----------] 66 tests from openmp
24: [ RUN      ] openmp.bitset
24: [       OK ] openmp.bitset (420 ms)
24: [ RUN      ] openmp.bitset_default_constructor_no_alloc
24: [       OK ] openmp.bitset_default_constructor_no_alloc (0 ms)
24: [ RUN      ] openmp.dualview_combination
24: [       OK ] openmp.dualview_combination (0 ms)
24: [ RUN      ] openmp.dualview_alloc
24: [       OK ] openmp.dualview_alloc (0 ms)
24: [ RUN      ] openmp.test_dualview_copy_construction_and_assignment
24: [       OK ] openmp.test_dualview_copy_construction_and_assignment (0 ms)
24: [ RUN      ] openmp.dualview_combinations_without_init
24: [       OK ] openmp.dualview_combinations_without_init (0 ms)
24: [ RUN      ] openmp.dualview_deep_copy
24: [       OK ] openmp.dualview_deep_copy (0 ms)
24: [ RUN      ] openmp.dualview_realloc
24: [       OK ] openmp.dualview_realloc (0 ms)
24: [ RUN      ] openmp.dualview_resize
24: [       OK ] openmp.dualview_resize (0 ms)
24: [ RUN      ] openmp.dualview_device_correct_kokkos_device
24: [       OK ] openmp.dualview_device_correct_kokkos_device (0 ms)
24: [ RUN      ] openmp.dualview_host_correct_kokkos_device
24: [       OK ] openmp.dualview_host_correct_kokkos_device (0 ms)
24: [ RUN      ] openmp.dualview_host_modify_template_device_sync
24: [       OK ] openmp.dualview_host_modify_template_device_sync (0 ms)
24: [ RUN      ] openmp.dualview_host_modify_template_device_execspace_sync
24: [       OK ] openmp.dualview_host_modify_template_device_execspace_sync (0 ms)
24: [ RUN      ] openmp.dualview_device_modify_template_host_sync
24: [       OK ] openmp.dualview_device_modify_template_host_sync (0 ms)
24: [ RUN      ] openmp.dualview_device_modify_template_host_execspace_sync
24: [       OK ] openmp.dualview_device_modify_template_host_execspace_sync (0 ms)
24: [ RUN      ] openmp.dualview_template_views_return_correct_executionspace_views
24: [       OK ] openmp.dualview_template_views_return_correct_executionspace_views (0 ms)
24: [ RUN      ] openmp.dualview_template_views_return_correct_views_from_const_dual_view
24: [       OK ] openmp.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
24: [ RUN      ] openmp.dynamic_view
[ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
24: [       OK ] openmp.dynamic_view (19 ms)
24: [ RUN      ] openmp.dyn_rank_view_api_generic
24: [       OK ] openmp.dyn_rank_view_api_generic (8 ms)
24: [ RUN      ] openmp.dyn_rank_view_api_operator_rank12345
24: [       OK ] openmp.dyn_rank_view_api_operator_rank12345 (0 ms)
24: [ RUN      ] openmp.dyn_rank_view_check_fence_resize_realloc
24: [       OK ] openmp.dyn_rank_view_check_fence_resize_realloc (0 ms)
24: [ RUN      ] openmp.dyn_rank_view_api_operator_rank67
24: [       OK ] openmp.dyn_rank_view_api_operator_rank67 (0 ms)
24: [ RUN      ] openmp.ErrorReporterViaLambda
24: [       OK ] openmp.ErrorReporterViaLambda (0 ms)
24: [ RUN      ] openmp.ErrorReporter
24: [       OK ] openmp.ErrorReporter (0 ms)
24: [ RUN      ] openmp.offsetview_construction
24: [       OK ] openmp.offsetview_construction (14 ms)
24: [ RUN      ] openmp.offsetview_unmanaged_construction
24: [       OK ] openmp.offsetview_unmanaged_construction (0 ms)
24: [ RUN      ] openmp.offsetview_subview
24: [       OK ] openmp.offsetview_subview (20 ms)
24: [ RUN      ] openmp.offsetview_offsets_rank1
24: [       OK ] openmp.offsetview_offsets_rank1 (0 ms)
24: [ RUN      ] openmp.offsetview_offsets_rank2
24: [       OK ] openmp.offsetview_offsets_rank2 (0 ms)
24: [ RUN      ] openmp.offsetview_offsets_rank3
24: [       OK ] openmp.offsetview_offsets_rank3 (0 ms)
24: [ RUN      ] openmp.scatterview
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
[ 37%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp.dir/tstHeader.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 86%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
24: [       OK ] openmp.scatterview (1720 ms)
24: [ RUN      ] openmp.scatterview_devicetype
24: [       OK ] openmp.scatterview_devicetype (16 ms)
24: [ RUN      ] openmp.staticcrsgraph
24: [       OK ] openmp.staticcrsgraph (29 ms)
24: [ RUN      ] openmp.resize_realloc_no_init_dualview
24: [       OK ] openmp.resize_realloc_no_init_dualview (0 ms)
24: [ RUN      ] openmp.resize_realloc_no_alloc_dualview
24: [       OK ] openmp.resize_realloc_no_alloc_dualview (0 ms)
24: [ RUN      ] openmp.resize_exec_space_dualview
24: [       OK ] openmp.resize_exec_space_dualview (0 ms)
24: [ RUN      ] openmp.realloc_exec_space_dualview
24: [       OK ] openmp.realloc_exec_space_dualview (0 ms)
24: [ RUN      ] openmp.resize_realloc_no_init_dynrankview
24: [       OK ] openmp.resize_realloc_no_init_dynrankview (0 ms)
24: [ RUN      ] openmp.resize_exec_space_dynrankview
24: [       OK ] openmp.resize_exec_space_dynrankview (0 ms)
24: [ RUN      ] openmp.realloc_exec_space_dynrankview
24: [       OK ] openmp.realloc_exec_space_dynrankview (0 ms)
24: [ RUN      ] openmp.resize_realloc_no_init_scatterview
24: [       OK ] openmp.resize_realloc_no_init_scatterview (0 ms)
24: [ RUN      ] openmp.resize_realloc_no_alloc_scatterview
24: [       OK ] openmp.resize_realloc_no_alloc_scatterview (0 ms)
24: [ RUN      ] openmp.resize_exec_space_scatterview
24: [       OK ] openmp.resize_exec_space_scatterview (0 ms)
24: [ RUN      ] openmp.realloc_exec_space_scatterview
24: [       OK ] openmp.realloc_exec_space_scatterview (0 ms)
24: [ RUN      ] openmp.create_mirror_no_init_dynrankview
24: [       OK ] openmp.create_mirror_no_init_dynrankview (0 ms)
24: [ RUN      ] openmp.create_mirror_no_init_dynrankview_viewctor
24: [       OK ] openmp.create_mirror_no_init_dynrankview_viewctor (0 ms)
24: [ RUN      ] openmp.create_mirror_view_and_copy_dynrankview
24: [       OK ] openmp.create_mirror_view_and_copy_dynrankview (0 ms)
24: [ RUN      ] openmp.create_mirror_no_init_offsetview
24: [       OK ] openmp.create_mirror_no_init_offsetview (0 ms)
24: [ RUN      ] openmp.create_mirror_no_init_offsetview_view_ctor
24: [       OK ] openmp.create_mirror_no_init_offsetview_view_ctor (0 ms)
24: [ RUN      ] openmp.create_mirror_view_and_copy_offsetview
24: [       OK ] openmp.create_mirror_view_and_copy_offsetview (0 ms)
24: [ RUN      ] openmp.create_mirror_no_init_dynamicview
24: [       OK ] openmp.create_mirror_no_init_dynamicview (0 ms)
24: [ RUN      ] openmp.create_mirror_view_and_copy_dynamicview
24: [       OK ] openmp.create_mirror_view_and_copy_dynamicview (0 ms)
24: [ RUN      ] openmp.create_mirror_no_init_dynamicview_view_ctor
24: [       OK ] openmp.create_mirror_no_init_dynamicview_view_ctor (0 ms)
24: [ RUN      ] openmp.UnorderedMap_insert
[ 37%] Built target Kokkos_HeaderSelfContained_Kokkos_Abort_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp.dir/tstHeader.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test10_HierarchicalBasics_SYCL.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 86%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o
[ 50%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
24: [       OK ] openmp.UnorderedMap_insert (5048 ms)
24: [ RUN      ] openmp.UnorderedMap_failed_insert
[ 50%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 50%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.0224697 0.0033679 || 0.051031 28040 29293 || 28044.2 28674.4 || 46.5578 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.00688686 -0.00192424 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
[ 51%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test12b_TeamScratch_SERIAL.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Graph.cpp.o
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
24: [       OK ] openmp.UnorderedMap_failed_insert (4785 ms)
24: [ RUN      ] openmp.UnorderedMap_deep_copy
24: [       OK ] openmp.UnorderedMap_deep_copy (7 ms)
24: [ RUN      ] openmp.UnorderedMap_valid_empty
24: [       OK ] openmp.UnorderedMap_valid_empty (0 ms)
24: [ RUN      ] openmp.UnorderedMap_clear_zero_size
24: [       OK ] openmp.UnorderedMap_clear_zero_size (0 ms)
24: [ RUN      ] openmp.UnorderedMap_consistent_size
24: [       OK ] openmp.UnorderedMap_consistent_size (0 ms)
24: [ RUN      ] openmp.UnorderedMap_shallow_copyable_on_device
24: [       OK ] openmp.UnorderedMap_shallow_copyable_on_device (0 ms)
24: [ RUN      ] openmp.UnorderedMap_lambda_capturable
24: [       OK ] openmp.UnorderedMap_lambda_capturable (0 ms)
24: [ RUN      ] openmp.UnorderedMap_constructor_view_alloc
24: [       OK ] openmp.UnorderedMap_constructor_view_alloc (0 ms)
24: [ RUN      ] openmp.vector_combination
24: [       OK ] openmp.vector_combination (0 ms)
24: [ RUN      ] openmp.vector_insert
24: [       OK ] openmp.vector_insert (0 ms)
24: [ RUN      ] openmp.vector_push_back_default_exec
24: [       OK ] openmp.vector_push_back_default_exec (0 ms)
24: [ RUN      ] openmp.viewctorprop_embedded_dim
24: [       OK ] openmp.viewctorprop_embedded_dim (0 ms)
24: [----------] 66 tests from openmp (12100 ms total)
24: 
24: [----------] Global test environment tear-down
24: [==========] 66 tests from 1 test suite ran. (12101 ms total)
24: [  PASSED  ] 66 tests.
24/46 Test #24: Kokkos_ContainersUnitTest_OpenMP .....................   Passed   12.15 sec
test 25
      Start 25: Kokkos_ContainersPerformanceTest_OpenMP

25: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_OpenMP
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 5 tests from 1 test suite.
25: [----------] Global test environment set-up.
25: [----------] 5 tests from TEST_CATEGORY
25: [ RUN      ] TEST_CATEGORY.dynrankview_perf
25: OpenMP
25:  DynRankView vs View: Initialization Only 
25:  View time (init only): 0.00625219
25:  View sum computation time: 0.00625219
25:  Strided View time (init only): 0.00592538
25:  View Rank7 time (init only): 0.0079182
25:  DynRankView time (init only): 0.00615938
25:  DynRankView sum computation time: 0.00658673
25:  Ratio of View to DynRankView time: 1.01507
25:  Ratio of View to DynRankView sum computation time: 1.02613
25:  Ratio of View to View Rank7  time: 0.789597
25:  Ratio of StrideView to DynRankView time: 0.962009
25:  Ratio of DynRankView to View Rank7  time: 0.777877
25: [       OK ] TEST_CATEGORY.dynrankview_perf (279 ms)
25: [ RUN      ] TEST_CATEGORY.global_2_local
25: OpenMP
25: size, create, generate, fill, find
25: 256, 0.000184878, 6.2146e-05, 8.5111e-05, 0.00493662
25: 512, 0.000113292, 6.935e-05, 0.000131568, 0.00490703
25: 1024, 0.000122239, 6.1867e-05, 0.000185158, 0.00545544
25: 2048, 0.000167706, 5.2509e-05, 0.000333116, 0.00551521
25: 4096, 0.000205626, 5.1116e-05, 0.000560284, 0.00572902
25: 8192, 0.000256111, 5.792e-05, 0.00102268, 0.00720642
25: 16384, 0.000388932, 5.5834e-05, 0.00205195, 0.011741
25: 32768, 0.000587684, 5.8671e-05, 0.00402037, 0.024268
25: 65536, 0.000942221, 6.9781e-05, 0.00785211, 0.0661852
25: 131072, 0.00183095, 9.8535e-05, 0.0162148, 0.135381
25: 262144, 0.00367803, 0.000171903, 0.0327068, 0.198178
25: 524288, 0.00644057, 0.000434958, 0.0660567, 0.796771
[ 86%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
[ 38%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtr.cpp.o
25: 1048576, 0.0125279, 0.000433776, 0.127895, 2.45544
[ 38%] Built target Kokkos_HeaderSelfContained_Kokkos_AnonymousSpace_hpp
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 38%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Array_hpp.dir/tstHeader.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test12b_TeamScratch_CUDA.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_HostSharedPtrAccessOnDevice.cpp.o
[ 77%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[ 77%] Built target Kokkos_CoreUnitTest_Default
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_a.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test11a_ParallelFor_TeamThreadRange_SYCL.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_b3.cpp.o
[ 52%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 52%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 52%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
25: 2097152, 0.0234252, 0.000777893, 0.258538, 5.89169
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.019546 0.0303633 || 0.051031 27925 29382 || 29246 28674.4 || 419.743 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.00578271 0.00445913 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SERIAL.cpp.o
[ 52%] Built target Kokkos_CoreUnitTest_SYCL1B
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_b.cpp.o
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
[ 86%] 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_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[ 87%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c12.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Array_hpp
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_AcquireUniqueTokenImpl_hpp
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Assert_hpp.dir/tstHeader.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 87%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
[ 53%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 53%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 53%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
25: 4194304, 0.0441534, 0.00146164, 0.551932, 12.7244
25: [       OK ] TEST_CATEGORY.global_2_local (23525 ms)
25: [ RUN      ] TEST_CATEGORY.unordered_map_performance_near
25: skipping test
25: [       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
25: [ RUN      ] TEST_CATEGORY.unordered_map_performance_far
25: skipping test
25: [       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
25: [ RUN      ] TEST_CATEGORY.scatter_view
25: ScatterView data-duplicated test:
25: num_threads 8
25: hand-coded test took 0.117189 seconds
25: test took 0.115746 seconds
25: num_threads 8
25: hand-coded test took 0.116446 seconds
25: test took 0.116727 seconds
25: num_threads 8
25: hand-coded test took 0.116714 seconds
25: test took 0.115887 seconds
25: num_threads 8
25: hand-coded test took 0.116075 seconds
25: test took 0.118682 seconds
25: num_threads 8
25: hand-coded test took 0.116896 seconds
25: test took 0.116433 seconds
25: [       OK ] TEST_CATEGORY.scatter_view (1591 ms)
25: [----------] 5 tests from TEST_CATEGORY (25396 ms total)
25: 
25: [----------] Global test environment tear-down
25: [==========] 5 tests from 1 test suite ran. (25396 ms total)
25: [  PASSED  ] 5 tests.
25/46 Test #25: Kokkos_ContainersPerformanceTest_OpenMP ..............   Passed   25.41 sec
test 26
      Start 26: Kokkos_UnitTest_Sort

26: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
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 17 tests from 1 test suite.
26: [----------] Global test environment set-up.
26: [----------] 17 tests from openmp
26: [ RUN      ] openmp.SortUnsignedValueType
26: [       OK ] openmp.SortUnsignedValueType (485 ms)
26: [ RUN      ] openmp.SortEmptyView
26: [       OK ] openmp.SortEmptyView (0 ms)
26: [ RUN      ] openmp.SortByKeyEmptyView
26: [       OK ] openmp.SortByKeyEmptyView (0 ms)
26: [ RUN      ] openmp.SortByKeyEmptyViewHost
26: [       OK ] openmp.SortByKeyEmptyViewHost (0 ms)
26: [ RUN      ] openmp.SortByKey
26: [       OK ] openmp.SortByKey (1 ms)
26: [ RUN      ] openmp.SortByKeyWithComparator
26: [       OK ] openmp.SortByKeyWithComparator (1 ms)
26: [ RUN      ] openmp.SortByKeyStaticExtents
26: [       OK ] openmp.SortByKeyStaticExtents (0 ms)
26: [ RUN      ] openmp.SortByKeyWithStrides
26: [       OK ] openmp.SortByKeyWithStrides (0 ms)
26: [ RUN      ] openmp.SortByKeyKeysLargerThanValues
26: 
26: [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.
26: 
26: [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.
26: [       OK ] openmp.SortByKeyKeysLargerThanValues (342 ms)
26: [ RUN      ] openmp.SortWithCustomComparator
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SERIAL.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test11b_ParallelFor_TeamVectorRange_SYCL.cpp.o
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
26: [       OK ] openmp.SortWithCustomComparator (772 ms)
26: [ RUN      ] openmp.BinSortGenericTests
26: [       OK ] openmp.BinSortGenericTests (563 ms)
26: [ RUN      ] openmp.BinSortEmptyView
26: [       OK ] openmp.BinSortEmptyView (0 ms)
26: [ RUN      ] openmp.BinSortEmptyKeysView
26: [       OK ] openmp.BinSortEmptyKeysView (0 ms)
26: [ RUN      ] openmp.BinSort_issue_7221
26: [       OK ] openmp.BinSort_issue_7221 (0 ms)
26: [ RUN      ] openmp.BinSortUnsignedKeyLayoutStrideValues
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Init.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 54%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
3: [       OK ] hip.team_scratch_1_streams (52393 ms)
3: [ RUN      ] hip.async_launcher
3: [       OK ] hip.async_launcher (3 ms)
3: [ RUN      ] hip.preferred_blocksize_deduction
3: [       OK ] hip.preferred_blocksize_deduction (0 ms)
3: [----------] 300 tests from hip (177545 ms total)
3: 
3: [----------] 12 tests from hip_graph
3: [ RUN      ] hip_graph.submit_once
3: [       OK ] hip_graph.submit_once (0 ms)
3: [ RUN      ] hip_graph.submit_once_rvalue
3: [       OK ] hip_graph.submit_once_rvalue (0 ms)
3: [ RUN      ] hip_graph.instantiate_and_submit_once
3: [       OK ] hip_graph.instantiate_and_submit_once (0 ms)
3: [ RUN      ] hip_graph.submit_onto_another_execution_space_instance
3: [       OK ] hip_graph.submit_onto_another_execution_space_instance (1 ms)
3: [ RUN      ] hip_graph.create_graph_no_closure_with_exec
3: [       OK ] hip_graph.create_graph_no_closure_with_exec (0 ms)
3: [ RUN      ] hip_graph.create_graph_no_arg
3: [       OK ] hip_graph.create_graph_no_arg (0 ms)
3: [ RUN      ] hip_graph.submit_six
3: [       OK ] hip_graph.submit_six (3 ms)
3: [ RUN      ] hip_graph.when_all_cycle
3: [       OK ] hip_graph.when_all_cycle (0 ms)
3: [ RUN      ] hip_graph.zero_work_reduce
3: [       OK ] hip_graph.zero_work_reduce (0 ms)
3: [ RUN      ] hip_graph.empty_graph
3: [       OK ] hip_graph.empty_graph (0 ms)
3: [ RUN      ] hip_graph.diamond
3: [       OK ] hip_graph.diamond (2 ms)
3: [ RUN      ] hip_graph.end_of_submit_control_flow
3: [       OK ] hip_graph.end_of_submit_control_flow (2 ms)
3: [----------] 12 tests from hip_graph (14 ms total)
3: 
3: [----------] 56 tests from hip_managed
3: [ RUN      ] hip_managed.view_subview_auto_1d_left
3: [       OK ] hip_managed.view_subview_auto_1d_left (1 ms)
3: [ RUN      ] hip_managed.view_subview_auto_1d_right
3: [       OK ] hip_managed.view_subview_auto_1d_right (0 ms)
3: [ RUN      ] hip_managed.view_subview_auto_1d_stride
3: [       OK ] hip_managed.view_subview_auto_1d_stride (0 ms)
3: [ RUN      ] hip_managed.view_subview_assign_strided
3: [       OK ] hip_managed.view_subview_assign_strided (1 ms)
3: [ RUN      ] hip_managed.view_subview_left_0
3: [       OK ] hip_managed.view_subview_left_0 (0 ms)
3: [ RUN      ] hip_managed.view_subview_left_1
3: [       OK ] hip_managed.view_subview_left_1 (0 ms)
3: [ RUN      ] hip_managed.view_subview_left_2
3: [       OK ] hip_managed.view_subview_left_2 (0 ms)
3: [ RUN      ] hip_managed.view_subview_left_3
3: [       OK ] hip_managed.view_subview_left_3 (0 ms)
3: [ RUN      ] hip_managed.view_subview_right_0
3: [       OK ] hip_managed.view_subview_right_0 (0 ms)
3: [ RUN      ] hip_managed.view_subview_right_1
3: [       OK ] hip_managed.view_subview_right_1 (0 ms)
3: [ RUN      ] hip_managed.view_subview_right_3
3: [       OK ] hip_managed.view_subview_right_3 (0 ms)
3: [ RUN      ] hip_managed.view_static_tests
3: [       OK ] hip_managed.view_static_tests (0 ms)
3: [ RUN      ] hip_managed.view_subview_layoutleft_to_layoutleft
3: [       OK ] hip_managed.view_subview_layoutleft_to_layoutleft (2 ms)
3: [ RUN      ] hip_managed.view_subview_layoutright_to_layoutright
3: [       OK ] hip_managed.view_subview_layoutright_to_layoutright (0 ms)
3: [ RUN      ] hip_managed.view_subview_1d_assign
3: [       OK ] hip_managed.view_subview_1d_assign (2 ms)
3: [ RUN      ] hip_managed.view_subview_1d_assign_atomic
3: [       OK ] hip_managed.view_subview_1d_assign_atomic (2 ms)
3: [ RUN      ] hip_managed.view_subview_1d_assign_randomaccess
3: [       OK ] hip_managed.view_subview_1d_assign_randomaccess (2 ms)
3: [ RUN      ] hip_managed.view_subview_2d_from_3d
3: [       OK ] hip_managed.view_subview_2d_from_3d (34 ms)
3: [ RUN      ] hip_managed.view_subview_2d_from_3d_atomic
3: [       OK ] hip_managed.view_subview_2d_from_3d_atomic (34 ms)
3: [ RUN      ] hip_managed.view_subview_2d_from_3d_randomaccess
3: [       OK ] hip_managed.view_subview_2d_from_3d_randomaccess (34 ms)
3: [ RUN      ] hip_managed.view_subview_3d_from_5d_left
3: [       OK ] hip_managed.view_subview_3d_from_5d_left (104 ms)
3: [ RUN      ] hip_managed.view_subview_3d_from_5d_left_atomic
3: [       OK ] hip_managed.view_subview_3d_from_5d_left_atomic (105 ms)
3: [ RUN      ] hip_managed.view_subview_3d_from_5d_left_randomaccess
3: [       OK ] hip_managed.view_subview_3d_from_5d_left_randomaccess (105 ms)
3: [ RUN      ] hip_managed.view_subview_3d_from_5d_right
3: [       OK ] hip_managed.view_subview_3d_from_5d_right (110 ms)
3: [ RUN      ] hip_managed.view_subview_3d_from_5d_right_atomic
3: [       OK ] hip_managed.view_subview_3d_from_5d_right_atomic (111 ms)
3: [ RUN      ] hip_managed.view_subview_3d_from_5d_right_randomaccess
3: [       OK ] hip_managed.view_subview_3d_from_5d_right_randomaccess (110 ms)
3: [ RUN      ] hip_managed.view_test_unmanaged_subview_reset
3: [       OK ] hip_managed.view_test_unmanaged_subview_reset (0 ms)
3: [ RUN      ] hip_managed.view_subview_memory_traits_construction
3: [       OK ] hip_managed.view_subview_memory_traits_construction (0 ms)
3: [ RUN      ] hip_managed.impl_shared_alloc
3: [       OK ] hip_managed.impl_shared_alloc (209 ms)
3: [ RUN      ] hip_managed.view_api_a
3: [       OK ] hip_managed.view_api_a (6 ms)
3: [ RUN      ] hip_managed.view_layout_left_with_stride
3: [       OK ] hip_managed.view_layout_left_with_stride (0 ms)
3: [ RUN      ] hip_managed.view_layout_right_with_stride
3: [       OK ] hip_managed.view_layout_right_with_stride (0 ms)
3: [ RUN      ] hip_managed.view_api_b
3: [       OK ] hip_managed.view_api_b (12 ms)
3: [ RUN      ] hip_managed.view_api_c
3: [       OK ] hip_managed.view_api_c (1 ms)
3: [ RUN      ] hip_managed.view_api_d
3: [       OK ] hip_managed.view_api_d (3 ms)
3: [ RUN      ] hip_managed.view_remap
3: [       OK ] hip_managed.view_remap (1 ms)
3: [ RUN      ] hip_managed.view_mirror_nonconst
3: [       OK ] hip_managed.view_mirror_nonconst (0 ms)
3: [ RUN      ] hip_managed.view_stride_method
3: [       OK ] hip_managed.view_stride_method (0 ms)
3: [ RUN      ] hip_managed.anonymous_space
3: [       OK ] hip_managed.anonymous_space (0 ms)
3: [ RUN      ] hip_managed.view_overload_resolution
3: [       OK ] hip_managed.view_overload_resolution (0 ms)
3: [ RUN      ] hip_managed.view_allocation_large_rank
3: [       OK ] hip_managed.view_allocation_large_rank (863 ms)
3: [ RUN      ] hip_managed.view_shmem_size_on_device
3: [       OK ] hip_managed.view_shmem_size_on_device (0 ms)
3: [ RUN      ] hip_managed.view_is_assignable
3: [       OK ] hip_managed.view_is_assignable (13 ms)
3: [ RUN      ] hip_managed.view_copy_tests
3: [       OK ] hip_managed.view_copy_tests (9 ms)
3: [ RUN      ] hip_managed.view_copy_tests_rank_0
3: [       OK ] hip_managed.view_copy_tests_rank_0 (2 ms)
3: [ RUN      ] hip_managed.view_copy_degenerated
3: [       OK ] hip_managed.view_copy_degenerated (0 ms)
3: [ RUN      ] hip_managed.view_fill_tests_layout_right
3: [       OK ] hip_managed.view_fill_tests_layout_right (1351 ms)
3: [ RUN      ] hip_managed.view_fill_tests_layout_left
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_c.cpp.o
3: [       OK ] hip_managed.view_fill_tests_layout_left (777 ms)
3: [ RUN      ] hip_managed.view_mapping
3: [       OK ] hip_managed.view_mapping (76 ms)
3: [ RUN      ] hip_managed.view_mapping_operator
3: [       OK ] hip_managed.view_mapping_operator (22 ms)
3: [ RUN      ] hip_managed.static_extent
3: [       OK ] hip_managed.static_extent (0 ms)
3: [ RUN      ] hip_managed.view_mapping_atomic
3: [       OK ] hip_managed.view_mapping_atomic (1 ms)
3: [ RUN      ] hip_managed.view_mapping_class_value
3: [       OK ] hip_managed.view_mapping_class_value (0 ms)
3: [ RUN      ] hip_managed.view_mapping_assignable
3: [       OK ] hip_managed.view_mapping_assignable (0 ms)
3: [ RUN      ] hip_managed.view_mapping_trivially_copyable
3: [       OK ] hip_managed.view_mapping_trivially_copyable (0 ms)
3: [ RUN      ] hip_managed.view_mapping_subview
3: [       OK ] hip_managed.view_mapping_subview (0 ms)
3: [----------] 56 tests from hip_managed (4124 ms total)
3: 
3: [----------] 28 tests from hip_hostpinned
3: [ RUN      ] hip_hostpinned.impl_shared_alloc
3: [       OK ] hip_hostpinned.impl_shared_alloc (119 ms)
3: [ RUN      ] hip_hostpinned.view_api_a
3: [       OK ] hip_hostpinned.view_api_a (5 ms)
3: [ RUN      ] hip_hostpinned.view_layout_left_with_stride
3: [       OK ] hip_hostpinned.view_layout_left_with_stride (0 ms)
3: [ RUN      ] hip_hostpinned.view_layout_right_with_stride
3: [       OK ] hip_hostpinned.view_layout_right_with_stride (0 ms)
3: [ RUN      ] hip_hostpinned.view_api_b
3: [       OK ] hip_hostpinned.view_api_b (5 ms)
3: [ RUN      ] hip_hostpinned.view_api_c
3: [       OK ] hip_hostpinned.view_api_c (0 ms)
3: [ RUN      ] hip_hostpinned.view_api_d
3: [       OK ] hip_hostpinned.view_api_d (1 ms)
3: [ RUN      ] hip_hostpinned.view_remap
3: [       OK ] hip_hostpinned.view_remap (0 ms)
3: [ RUN      ] hip_hostpinned.view_mirror_nonconst
3: [       OK ] hip_hostpinned.view_mirror_nonconst (0 ms)
3: [ RUN      ] hip_hostpinned.view_stride_method
3: [       OK ] hip_hostpinned.view_stride_method (0 ms)
3: [ RUN      ] hip_hostpinned.anonymous_space
3: [       OK ] hip_hostpinned.anonymous_space (0 ms)
3: [ RUN      ] hip_hostpinned.view_overload_resolution
3: [       OK ] hip_hostpinned.view_overload_resolution (0 ms)
3: [ RUN      ] hip_hostpinned.view_allocation_large_rank
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_JoinBackwardCompatibility.cpp.o
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o
[ 54%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 54%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Array_hpp
3: [       OK ] hip_hostpinned.view_allocation_large_rank (914 ms)
3: [ RUN      ] hip_hostpinned.view_shmem_size_on_device
3: [       OK ] hip_hostpinned.view_shmem_size_on_device (0 ms)
3: [ RUN      ] hip_hostpinned.view_is_assignable
3: [       OK ] hip_hostpinned.view_is_assignable (1 ms)
3: [ RUN      ] hip_hostpinned.view_copy_tests
3: [       OK ] hip_hostpinned.view_copy_tests (3 ms)
3: [ RUN      ] hip_hostpinned.view_copy_tests_rank_0
3: [       OK ] hip_hostpinned.view_copy_tests_rank_0 (0 ms)
3: [ RUN      ] hip_hostpinned.view_copy_degenerated
3: [       OK ] hip_hostpinned.view_copy_degenerated (0 ms)
3: [ RUN      ] hip_hostpinned.view_fill_tests_layout_right
[ 39%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp.dir/tstHeader.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13a_ParallelRed_TeamThreadRange_CUDA.cpp.o
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
3: [       OK ] hip_hostpinned.view_fill_tests_layout_right (2187 ms)
3: [ RUN      ] hip_hostpinned.view_fill_tests_layout_left
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 87%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ViewCtorPropEmbeddedDim.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.00156634 0.027796 || 0.051031 28067 29300 || 28719.4 28674.4 || 384.251 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.00193144 0.0051621 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c13.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 87%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_d.cpp.o
3: [       OK ] hip_hostpinned.view_fill_tests_layout_left (3686 ms)
3: [ RUN      ] hip_hostpinned.view_mapping
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SERIAL.cpp.o
3: [       OK ] hip_hostpinned.view_mapping (67 ms)
3: [ RUN      ] hip_hostpinned.view_mapping_operator
3: [       OK ] hip_hostpinned.view_mapping_operator (2 ms)
3: [ RUN      ] hip_hostpinned.static_extent
3: [       OK ] hip_hostpinned.static_extent (0 ms)
3: [ RUN      ] hip_hostpinned.view_mapping_atomic
3: [       OK ] hip_hostpinned.view_mapping_atomic (0 ms)
3: [ RUN      ] hip_hostpinned.view_mapping_class_value
3: [       OK ] hip_hostpinned.view_mapping_class_value (0 ms)
3: [ RUN      ] hip_hostpinned.view_mapping_assignable
3: [       OK ] hip_hostpinned.view_mapping_assignable (0 ms)
3: [ RUN      ] hip_hostpinned.view_mapping_trivially_copyable
3: [       OK ] hip_hostpinned.view_mapping_trivially_copyable (0 ms)
3: [ RUN      ] hip_hostpinned.view_mapping_subview
3: [       OK ] hip_hostpinned.view_mapping_subview (0 ms)
3: [----------] 28 tests from hip_hostpinned (6998 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 414 tests from 6 test suites ran. (259473 ms total)
3: [  PASSED  ] 409 tests.
3: [  SKIPPED ] 5 tests, listed below:
3: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_dyn
3: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_stat
3: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_mix
3: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_static_extents
3: [  SKIPPED ] hip_graph_DeathTest.can_instantiate_only_once
3: 
3:   YOU HAVE 1 DISABLED TEST
3: 
 3/53 Test  #3: Kokkos_CoreUnitTest_HIP ..............................   Passed  259.93 sec
test 4
      Start  4: Kokkos_CoreUnitTest_HIPInterOpInit

4: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpInit
4: Test timeout computed to be: 1500
4: [==========] Running 1 test from 1 test suite.
4: [----------] Global test environment set-up.
4: [----------] 1 test from hip
4: [ RUN      ] hip.raw_hip_interop
4: [       OK ] hip.raw_hip_interop (329 ms)
4: [----------] 1 test from hip (329 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 1 test from 1 test suite ran. (329 ms total)
4: [  PASSED  ] 1 test.
 4/53 Test  #4: Kokkos_CoreUnitTest_HIPInterOpInit ...................   Passed    0.38 sec
test 5
      Start  5: Kokkos_CoreUnitTest_HIPInterOpStreams

5: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpStreams
5: Test timeout computed to be: 1500
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
5: [==========] Running 1 test from 1 test suite.
5: [----------] Global test environment set-up.
5: [----------] 1 test from hip
5: [ RUN      ] hip.raw_hip_streams
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
5: [       OK ] hip.raw_hip_streams (335 ms)
5: [----------] 1 test from hip (335 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 1 test from 1 test suite ran. (335 ms total)
5: [  PASSED  ] 1 test.
 5/53 Test  #5: Kokkos_CoreUnitTest_HIPInterOpStreams ................   Passed    0.39 sec
test 6
      Start  6: Kokkos_CoreUnitTest_Default

6: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Default
6: Test timeout computed to be: 1500
[ 39%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
6: [==========] Running 71 tests from 41 test suites.
6: [----------] Global test environment set-up.
6: [----------] 31 tests from defaultdevicetype
6: [ RUN      ] defaultdevicetype.initialization_settings
6: [       OK ] defaultdevicetype.initialization_settings (0 ms)
6: [ RUN      ] defaultdevicetype.cmd_line_args_num_threads
6: [       OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms)
6: [ RUN      ] defaultdevicetype.cmd_line_args_device_id
6: [       OK ] defaultdevicetype.cmd_line_args_device_id (0 ms)
6: [ RUN      ] defaultdevicetype.cmd_line_args_disable_warning
6: [       OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms)
6: [ RUN      ] defaultdevicetype.cmd_line_args_tune_internals
6: [       OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms)
6: [ RUN      ] defaultdevicetype.cmd_line_args_help
6: [       OK ] defaultdevicetype.cmd_line_args_help (0 ms)
6: [ RUN      ] defaultdevicetype.cmd_line_args_tools_arguments
6: [       OK ] defaultdevicetype.cmd_line_args_tools_arguments (0 ms)
6: [ RUN      ] defaultdevicetype.cmd_line_args_unrecognized_flag
6: [       OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (0 ms)
6: [ RUN      ] defaultdevicetype.env_vars_num_threads
6: [       OK ] defaultdevicetype.env_vars_num_threads (0 ms)
6: [ RUN      ] defaultdevicetype.env_vars_device_id
6: [       OK ] defaultdevicetype.env_vars_device_id (0 ms)
6: [ RUN      ] defaultdevicetype.env_vars_disable_warnings
6: [       OK ] defaultdevicetype.env_vars_disable_warnings (0 ms)
6: [ RUN      ] defaultdevicetype.env_vars_tune_internals
6: [       OK ] defaultdevicetype.env_vars_tune_internals (0 ms)
6: [ RUN      ] defaultdevicetype.visible_devices
6: [       OK ] defaultdevicetype.visible_devices (0 ms)
6: [ RUN      ] defaultdevicetype.shared_space
6: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSharedSpace.cpp:109: Skipped
6: skipping because specified arch does not support page migration
6: [  SKIPPED ] defaultdevicetype.shared_space (0 ms)
6: [ RUN      ] defaultdevicetype.shared_host_pinned_space
6: [       OK ] defaultdevicetype.shared_host_pinned_space (0 ms)
6: [ RUN      ] defaultdevicetype.compiler_macros
6: [       OK ] defaultdevicetype.compiler_macros (0 ms)
6: [ RUN      ] defaultdevicetype.half_conversion
6: [       OK ] defaultdevicetype.half_conversion (2 ms)
6: [ RUN      ] defaultdevicetype.bhalf_conversion
6: [       OK ] defaultdevicetype.bhalf_conversion (0 ms)
6: [ RUN      ] defaultdevicetype.half_operators
6: [       OK ] defaultdevicetype.half_operators (3 ms)
6: [ RUN      ] defaultdevicetype.bhalf_operators
6: [       OK ] defaultdevicetype.bhalf_operators (0 ms)
6: [ RUN      ] defaultdevicetype.host_space_access
6: [       OK ] defaultdevicetype.host_space_access (0 ms)
6: [ RUN      ] defaultdevicetype.reduce_instantiation_a1
6: [       OK ] defaultdevicetype.reduce_instantiation_a1 (6 ms)
6: [ RUN      ] defaultdevicetype.reduce_instantiation_b1
6: [       OK ] defaultdevicetype.reduce_instantiation_b1 (14 ms)
6: [ RUN      ] defaultdevicetype.reduce_instantiation_c1
6: [       OK ] defaultdevicetype.reduce_instantiation_c1 (5 ms)
6: [ RUN      ] defaultdevicetype.reduce_instantiation_a2
6: [       OK ] defaultdevicetype.reduce_instantiation_a2 (8 ms)
6: [ RUN      ] defaultdevicetype.reduce_instantiation_b2
6: [       OK ] defaultdevicetype.reduce_instantiation_b2 (20 ms)
6: [ RUN      ] defaultdevicetype.reduce_instantiation_c2
6: [       OK ] defaultdevicetype.reduce_instantiation_c2 (8 ms)
6: [ RUN      ] defaultdevicetype.reduce_instantiation_a3
6: [       OK ] defaultdevicetype.reduce_instantiation_a3 (14 ms)
6: [ RUN      ] defaultdevicetype.reduce_instantiation_b3
6: [       OK ] defaultdevicetype.reduce_instantiation_b3 (32 ms)
6: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
6: [       OK ] defaultdevicetype.reduce_instantiation_c3 (14 ms)
6: [ RUN      ] defaultdevicetype.malloc
6: [       OK ] defaultdevicetype.malloc (0 ms)
6: [----------] 31 tests from defaultdevicetype (136 ms total)
6: 
6: [----------] 1 test from kokkosresize
6: [ RUN      ] kokkosresize.host_space_access
6: [       OK ] kokkosresize.host_space_access (14 ms)
6: [----------] 1 test from kokkosresize (14 ms total)
6: 
6: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple<int, Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
6: [ RUN      ] TestViewAPI/0.sizes
6: [       OK ] TestViewAPI/0.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/0 (0 ms total)
6: 
6: [----------] 1 test from TestViewAPI/1, where TypeParam = std::tuple<int [5], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
6: [ RUN      ] TestViewAPI/1.sizes
6: [       OK ] TestViewAPI/1.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/1 (0 ms total)
6: 
6: [----------] 1 test from TestViewAPI/2, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
6: [ RUN      ] TestViewAPI/2.sizes
6: [       OK ] TestViewAPI/2.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/2 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/3.sizes
6: [       OK ] TestViewAPI/3.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/3 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/4.sizes
6: [       OK ] TestViewAPI/4.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/4 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/5.sizes
6: [       OK ] TestViewAPI/5.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/5 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/6.sizes
6: [       OK ] TestViewAPI/6.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/6 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/7.sizes
6: [       OK ] TestViewAPI/7.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/7 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/8.sizes
6: [       OK ] TestViewAPI/8.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/8 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/9.sizes
6: [       OK ] TestViewAPI/9.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/9 (0 ms total)
6: 
6: [----------] 1 test from TestViewAPI/10, where TypeParam = std::tuple<int, Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
6: [ RUN      ] TestViewAPI/10.sizes
6: [       OK ] TestViewAPI/10.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/10 (0 ms total)
6: 
6: [----------] 1 test from TestViewAPI/11, where TypeParam = std::tuple<int [5], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
6: [ RUN      ] TestViewAPI/11.sizes
6: [       OK ] TestViewAPI/11.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/11 (0 ms total)
6: 
6: [----------] 1 test from TestViewAPI/12, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
6: [ RUN      ] TestViewAPI/12.sizes
6: [       OK ] TestViewAPI/12.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/12 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/13.sizes
6: [       OK ] TestViewAPI/13.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/13 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/14.sizes
6: [       OK ] TestViewAPI/14.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/14 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/15.sizes
6: [       OK ] TestViewAPI/15.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/15 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/16.sizes
6: [       OK ] TestViewAPI/16.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/16 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/17.sizes
6: [       OK ] TestViewAPI/17.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/17 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/18.sizes
6: [       OK ] TestViewAPI/18.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/18 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/19.sizes
6: [       OK ] TestViewAPI/19.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/19 (0 ms total)
6: 
6: [----------] 1 test from TestViewAPI/20, where TypeParam = std::tuple<int, Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
6: [ RUN      ] TestViewAPI/20.sizes
6: [       OK ] TestViewAPI/20.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/20 (0 ms total)
6: 
6: [----------] 1 test from TestViewAPI/21, where TypeParam = std::tuple<int [5], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
6: [ RUN      ] TestViewAPI/21.sizes
6: [       OK ] TestViewAPI/21.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/21 (0 ms total)
6: 
6: [----------] 1 test from TestViewAPI/22, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
6: [ RUN      ] TestViewAPI/22.sizes
6: [       OK ] TestViewAPI/22.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/22 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/23.sizes
6: [       OK ] TestViewAPI/23.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/23 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/24.sizes
6: [       OK ] TestViewAPI/24.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/24 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/25.sizes
6: [       OK ] TestViewAPI/25.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/25 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/26.sizes
6: [       OK ] TestViewAPI/26.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/26 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/27.sizes
6: [       OK ] TestViewAPI/27.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/27 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/28.sizes
6: [       OK ] TestViewAPI/28.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/28 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/29.sizes
6: [       OK ] TestViewAPI/29.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/29 (0 ms total)
6: 
6: [----------] 1 test from TestViewAPI/30, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
6: [ RUN      ] TestViewAPI/30.sizes
6: [       OK ] TestViewAPI/30.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/30 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/31.sizes
6: [       OK ] TestViewAPI/31.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/31 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/32.sizes
6: [       OK ] TestViewAPI/32.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/32 (0 ms total)
6: 
6: [----------] 1 test from TestViewAPI/33, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
6: [ RUN      ] TestViewAPI/33.sizes
6: [       OK ] TestViewAPI/33.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/33 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/34.sizes
6: [       OK ] TestViewAPI/34.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/34 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/35.sizes
6: [       OK ] TestViewAPI/35.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/35 (0 ms total)
6: 
6: [----------] 1 test from TestViewAPI/36, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
6: [ RUN      ] TestViewAPI/36.sizes
6: [       OK ] TestViewAPI/36.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/36 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/37.sizes
6: [       OK ] TestViewAPI/37.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/37 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/38.sizes
6: [       OK ] TestViewAPI/38.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/38 (0 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 71 tests from 41 test suites ran. (152 ms total)
6: [  PASSED  ] 70 tests.
6: [  SKIPPED ] 1 test, listed below:
6: [  SKIPPED ] defaultdevicetype.shared_space
 6/53 Test  #6: Kokkos_CoreUnitTest_Default ..........................   Passed    0.53 sec
test 7
      Start  7: Kokkos_CoreUnitTest_LegionInitialization

7: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization
7: Test timeout computed to be: 1500
7: [==========] Running 1 test from 1 test suite.
7: [----------] Global test environment set-up.
7: [----------] 1 test from initialization
7: [ RUN      ] initialization.legion_initialization
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp
7: [       OK ] initialization.legion_initialization (325 ms)
7: [----------] 1 test from initialization (325 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 1 test from 1 test suite ran. (325 ms total)
7: [  PASSED  ] 1 test.
 7/53 Test  #7: Kokkos_CoreUnitTest_LegionInitialization .............   Passed    0.37 sec
test 8
      Start  8: Kokkos_CoreUnitTest_PushFinalizeHook

8: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook
8: Test timeout computed to be: 1500
8: SUCCESS
 8/53 Test  #8: Kokkos_CoreUnitTest_PushFinalizeHook .................   Passed    0.37 sec
test 9
      Start  9: Kokkos_CoreUnitTest_ScopeGuard

9: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_ScopeGuard
9: Test timeout computed to be: 1500
9: [==========] Running 6 tests from 1 test suite.
9: [----------] Global test environment set-up.
9: [----------] 6 tests from scope_guard_DeathTest
9: [ RUN      ] scope_guard_DeathTest.create
9: [       OK ] scope_guard_DeathTest.create (370 ms)
9: [ RUN      ] scope_guard_DeathTest.create_argument
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test11c_ParallelFor_ThreadVectorRange_SYCL.cpp.o
9: [       OK ] scope_guard_DeathTest.create_argument (378 ms)
9: [ RUN      ] scope_guard_DeathTest.create_while_initialize
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
9: [       OK ] scope_guard_DeathTest.create_while_initialize (1243 ms)
9: [ RUN      ] scope_guard_DeathTest.create_after_initialize
[ 39%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 39%] Built target Kokkos_HeaderSelfContained_Kokkos_Assert_hpp
[ 55%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
9: [       OK ] scope_guard_DeathTest.create_after_initialize (1217 ms)
9: [ RUN      ] scope_guard_DeathTest.create_after_finalize
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp.dir/tstHeader.cpp.o
26: [       OK ] openmp.BinSortUnsignedKeyLayoutStrideValues (16583 ms)
26: [ RUN      ] openmp.NestedSort
26: [       OK ] openmp.NestedSort (6 ms)
26: [ RUN      ] openmp.NestedSortByKey
26: [       OK ] openmp.NestedSortByKey (52 ms)
26: [----------] 17 tests from openmp (18811 ms total)
26: 
26: [----------] Global test environment tear-down
26: [==========] 17 tests from 1 test suite ran. (18811 ms total)
26: [  PASSED  ] 17 tests.
26/46 Test #26: Kokkos_UnitTest_Sort .................................   Passed   18.82 sec
test 27
      Start 27: Kokkos_UnitTest_Random

27: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_UnitTest_Random
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 3 tests from 1 test suite.
27: [----------] Global test environment set-up.
27: [----------] 3 tests from openmp
27: [ RUN      ] openmp.Random_XorShift64
27: Test Seed:1726152237394072347
27: Test Scalar=int
27:  -- Testing randomness properties
27:  -- Testing 1-D histogram
27: Density 1D: 0 0.0174206 0.00200837 || 0.051031 2055 2397 || 2184.01 2222.06 || 27.7637 -0.160751
27:  -- Testing 3-D histogram
27: Density 3D: 0 -0.0158776 6.01832e-05 || 0.051031 1e+64 -1e+64
27: Test Scalar=unsigned int
27:  -- Testing randomness properties
27:  -- Testing 1-D histogram
27: Density 1D: 0 -0.0045868 0.000664091 || 0.051031 2050 2421 || 2232.3 2222.06 || 9.18039 -0.160751
27:  -- Testing 3-D histogram
27: Density 3D: 0 -0.00739366 -0.000185619 || 0.051031 1e+64 -1e+64
27: Test Scalar=int64_t
27:  -- Testing randomness properties
27:  -- Testing 1-D histogram
27: Density 1D: 0 -0.0348857 -9.57828e-05 || 0.051031 2060 2411 || 2302.38 2222.06 || -1.3241 -0.160751
27:  -- Testing 3-D histogram
27: Density 3D: 0 0.01511 0.000582873 || 0.051031 1e+64 -1e+64
27: Test Scalar=uint64_t
27:  -- Testing randomness properties
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_e.cpp.o
27:  -- Testing 1-D histogram
27: Density 1D: 0 7.40487e-05 -0.000110171 || 0.051031 2044 2415 || 2221.9 2222.06 || -1.523 -0.160751
27:  -- Testing 3-D histogram
27: Density 3D: 0 -0.013276 -0.000473942 || 0.051031 1e+64 -1e+64
27: Test Scalar=half
27:  -- Testing randomness properties
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_LocalDeepCopy.cpp.o
9: [       OK ] scope_guard_DeathTest.create_after_finalize (1227 ms)
9: [ RUN      ] scope_guard_DeathTest.destroy_after_finalize
27:  -- Testing 1-D histogram
27: Density 1D: 1.30208e-07 0.00195136 -0.00164391 || 0.051031 2039 2406 || 2217.73 2222.06 || -22.7254 -0.160751
27:  -- Testing 3-D histogram
27: Density 3D: 3.90625e-07 -0.00470345 -0.000585933 || 0.051031 1e+64 -1e+64
27: Test Scalar=bhalf
27:  -- Testing randomness properties
[ 55%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 55%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
27:  -- Testing 1-D histogram
27: Density 1D: 3.25521e-08 -0.00728243 0.000556087 || 0.051031 2022 2408 || 2238.36 2222.06 || 7.68734 -0.160751
27:  -- Testing 3-D histogram
27: Density 3D: 9.76563e-08 0.00948272 -0.000212176 || 0.051031 1e+64 -1e+64
27: Test Scalar=float
27:  -- Testing randomness properties
27:  -- Testing 1-D histogram
27: Density 1D: 3.25521e-08 0.00641284 0.000699368 || 0.051031 2015 2398 || 2207.9 2222.06 || 9.66807 -0.160751
27:  -- Testing 3-D histogram
27: Density 3D: 9.76563e-08 0.00773135 0.000356239 || 0.051031 1e+64 -1e+64
27: Test Scalar=double
27:  -- Testing randomness properties
27:  -- Testing 1-D histogram
27: Density 1D: 0 0.0067265 0.000548373 || 0.051031 2041 2395 || 2207.21 2222.06 || 7.58071 -0.160751
27:  -- Testing 3-D histogram
27: Density 3D: 0 -0.0108879 -0.000539766 || 0.051031 1e+64 -1e+64
27: Test Seed:1726152240285014239
27: Test Scalar=int
27:  -- Testing randomness properties
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
9: [       OK ] scope_guard_DeathTest.destroy_after_finalize (1205 ms)
9: [----------] 6 tests from scope_guard_DeathTest (5642 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 6 tests from 1 test suite ran. (5642 ms total)
9: [  PASSED  ] 6 tests.
 9/53 Test  #9: Kokkos_CoreUnitTest_ScopeGuard .......................   Passed    5.67 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: [==========] 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/53 Test #10: Kokkos_CoreUnitTest_Develop ..........................   Passed    0.38 sec
test 11
      Start 11: Kokkos_CoreUnitTest_PushFinalizeHookTerminateRegex

11: Test command: /opt/cmake/bin/cmake "-E" "env" "/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHookTerminate"
11: Test timeout computed to be: 1500
27:  -- Testing 1-D histogram
27: Density 1D: 0 -0.00785644 -0.000618788 || 0.051031 2020 2403 || 2239.66 2222.06 || -8.55412 -0.160751
27:  -- Testing 3-D histogram
27: Density 3D: 0 -0.000382065 7.26279e-05 || 0.051031 1e+64 -1e+64
27: Test Scalar=unsigned int
27:  -- Testing randomness properties
11: PASSED: I am the custom std::terminate handler.
27:  -- Testing 1-D histogram
27: Density 1D: 0 -0.00785497 0.00120888 || 0.051031 2050 2423 || 2239.65 2222.06 || 16.7115 -0.160751
27:  -- Testing 3-D histogram
27: Density 3D: 0 0.0129932 -0.000215044 || 0.051031 1e+64 -1e+64
27: Test Scalar=int64_t
27:  -- Testing randomness properties
[ 55%] Linking CXX executable Kokkos_CoreUnitTest_SYCL1A
[ 56%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
27:  -- Testing 1-D histogram
27: Density 1D: 0 -0.00342376 -9.87056e-05 || 0.051031 2053 2399 || 2229.7 2222.06 || -1.36451 -0.160751
27:  -- Testing 3-D histogram
27: Density 3D: 0 -0.0141299 -4.92953e-05 || 0.051031 1e+64 -1e+64
27: Test Scalar=uint64_t
27:  -- Testing randomness properties
[ 87%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
27:  -- Testing 1-D histogram
27: Density 1D: 0 -0.00705788 0.000700838 || 0.051031 2033 2432 || 2237.86 2222.06 || 9.68839 -0.160751
27:  -- Testing 3-D histogram
27: Density 3D: 0 -0.0093127 0.000901866 || 0.051031 1e+64 -1e+64
27: Test Scalar=half
27:  -- Testing randomness properties
11: Child aborted
11/53 Test #11: Kokkos_CoreUnitTest_PushFinalizeHookTerminateRegex ...   Passed    1.20 sec
test 12
      Start 12: Kokkos_CoreUnitTest_PushFinalizeHookTerminateFails

12: Test command: /opt/cmake/bin/cmake "-E" "env" "/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHookTerminate"
12: Test timeout computed to be: 1500
27:  -- Testing 1-D histogram
27: Density 1D: 0 -0.0140564 0.00158966 || 0.051031 2059 2418 || 2253.74 2222.06 || 21.9755 -0.160751
27:  -- Testing 3-D histogram
27: Density 3D: 0 0.00235261 0.000797837 || 0.051031 1e+64 -1e+64
27: Test Scalar=bhalf
27:  -- Testing randomness properties
12: PASSED: I am the custom std::terminate handler.
[ 56%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
27:  -- Testing 1-D histogram
27: Density 1D: 6.51042e-08 0.00845488 -0.00114676 || 0.051031 2056 2417 || 2203.43 2222.06 || -15.8528 -0.160751
27:  -- Testing 3-D histogram
27: Density 3D: 1.95313e-07 -0.000640117 -0.000307194 || 0.051031 1e+64 -1e+64
27: Test Scalar=float
27:  -- Testing randomness properties
27:  -- Testing 1-D histogram
27: Density 1D: 6.51042e-08 0.0155024 -0.00256741 || 0.051031 2035 2401 || 2188.14 2222.06 || -35.4918 -0.160751
27:  -- Testing 3-D histogram
27: Density 3D: 1.95313e-07 0.000465825 -0.000342305 || 0.051031 1e+64 -1e+64
27: Test Scalar=double
27:  -- Testing randomness properties
27:  -- Testing 1-D histogram
27: Density 1D: 0 -0.0137076 0.000682631 || 0.051031 2047 2405 || 2252.94 2222.06 || 9.43668 -0.160751
27:  -- Testing 3-D histogram
27: Density 3D: 0 0.00460311 -0.000137325 || 0.051031 1e+64 -1e+64
27: [       OK ] openmp.Random_XorShift64 (5790 ms)
27: [ RUN      ] openmp.Random_XorShift1024_0
27: Test Seed:1726152243184297580
27: Test Scalar=int
27:  -- Testing randomness properties
12: Child aborted
12/53 Test #12: Kokkos_CoreUnitTest_PushFinalizeHookTerminateFails ...   Passed    1.21 sec
test 13
      Start 13: Kokkos_CoreUnitTest_KokkosP

13: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP
13: Test timeout computed to be: 1500
13: [==========] Running 31 tests from 1 test suite.
13: [----------] Global test environment set-up.
13: [----------] 31 tests from kokkosp
13: [ RUN      ] kokkosp.test_named_instance_fence
13: Ref: 50331649
13: Ref: named_instance
13: 50331649
13: named_instance
13: [       OK ] kokkosp.test_named_instance_fence (0 ms)
13: [ RUN      ] kokkosp.test_unnamed_instance_fence
13: Ref: 50331649
13: Ref: Unnamed Instance Fence
13: 50331649
13: Kokkos::HIP::fence(): Unnamed Instance Fence
13: [       OK ] kokkosp.test_unnamed_instance_fence (0 ms)
13: [ RUN      ] kokkosp.test_named_global_fence
13: Ref: 50331648
13: Ref: test global fence
13: 0
13: test global fence
13: Miss on id
13: 50331648
13: test global fence
13: [       OK ] kokkosp.test_named_global_fence (0 ms)
13: [ RUN      ] kokkosp.test_unnamed_global_fence
13: Ref: 50331648
13: Ref: Unnamed Global Fence
13: 0
13: Kokkos::fence: Unnamed Global Fence
13: Miss on id
13: 50331648
13: Kokkos::fence: Unnamed Global Fence
13: [       OK ] kokkosp.test_unnamed_global_fence (0 ms)
13: [ RUN      ] kokkosp.test_multiple_default_instances
13: [       OK ] kokkosp.test_multiple_default_instances (0 ms)
13: [ RUN      ] kokkosp.test_id_gen
13: [       OK ] kokkosp.test_id_gen (0 ms)
13: [ RUN      ] kokkosp.test_kernel_sequence
13: Ref: 50331649
13: Ref: named_instance
13: 50331649
13: named_instance
13: Ref: 50331649
13: Ref: test_kernel
13: 50331649
13: named_instance
13: Miss on name
13: 0
13: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence
13: Miss on name
13: Miss on id
13: 50331648
13: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence
13: Miss on name
13: Miss on id
13: 50331649
13: test_kernel
13: [       OK ] kokkosp.test_kernel_sequence (0 ms)
13: [ RUN      ] kokkosp.async_deep_copy
13: [       OK ] kokkosp.async_deep_copy (0 ms)
13: [ RUN      ] kokkosp.parallel_for
13: [       OK ] kokkosp.parallel_for (0 ms)
13: [ RUN      ] kokkosp.parallel_reduce
13: [       OK ] kokkosp.parallel_reduce (0 ms)
13: [ RUN      ] kokkosp.parallel_scan
13: [       OK ] kokkosp.parallel_scan (4 ms)
13: [ RUN      ] kokkosp.parallel_scan_no_fence
13: [       OK ] kokkosp.parallel_scan_no_fence (0 ms)
13: [ RUN      ] kokkosp.parallel_scan_no_fence_view
13: [       OK ] kokkosp.parallel_scan_no_fence_view (0 ms)
13: [ RUN      ] kokkosp.regions
13: [       OK ] kokkosp.regions (0 ms)
13: [ RUN      ] kokkosp.fences
13: [       OK ] kokkosp.fences (0 ms)
13: [ RUN      ] kokkosp.raw_allocation
13: [       OK ] kokkosp.raw_allocation (0 ms)
13: [ RUN      ] kokkosp.view
13: [       OK ] kokkosp.view (0 ms)
13: [ RUN      ] kokkosp.sections
13: [       OK ] kokkosp.sections (0 ms)
13: [ RUN      ] kokkosp.metadata
13: [       OK ] kokkosp.metadata (0 ms)
13: [ RUN      ] kokkosp.profile_events
13: [       OK ] kokkosp.profile_events (0 ms)
13: [ RUN      ] kokkosp.no_init_kernel
13: [       OK ] kokkosp.no_init_kernel (0 ms)
13: [ RUN      ] kokkosp.get_events
13: [       OK ] kokkosp.get_events (0 ms)
13: [ RUN      ] kokkosp.kernel_name_parallel_for
13: [       OK ] kokkosp.kernel_name_parallel_for (0 ms)
13: [ RUN      ] kokkosp.kernel_name_parallel_reduce
13: [       OK ] kokkosp.kernel_name_parallel_reduce (0 ms)
13: [ RUN      ] kokkosp.kernel_name_parallel_scan
13: [       OK ] kokkosp.kernel_name_parallel_scan (0 ms)
13: [ RUN      ] kokkosp.kernel_name_internal
13: [       OK ] kokkosp.kernel_name_internal (0 ms)
13: [ RUN      ] kokkosp.profiling_section
13: [       OK ] kokkosp.profiling_section (0 ms)
13: [ RUN      ] kokkosp.scoped_profile_region
13: [       OK ] kokkosp.scoped_profile_region (0 ms)
13: [ RUN      ] kokkosp.create_mirror_no_init
13: [       OK ] kokkosp.create_mirror_no_init (0 ms)
13: [ RUN      ] kokkosp.create_mirror_no_init_view_ctor
13: [       OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms)
13: [ RUN      ] kokkosp.create_mirror_view_and_copy
13: [       OK ] kokkosp.create_mirror_view_and_copy (0 ms)
13: [----------] 31 tests from kokkosp (8 ms total)
13: 
13: [----------] Global test environment tear-down
13: [==========] 31 tests from 1 test suite ran. (8 ms total)
13: [  PASSED  ] 31 tests.
13/53 Test #13: Kokkos_CoreUnitTest_KokkosP ..........................   Passed    0.39 sec
test 14
      Start 14: Kokkos_CoreUnitTest_ToolIndependence

14: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence
14: Test timeout computed to be: 1500
14/53 Test #14: Kokkos_CoreUnitTest_ToolIndependence .................   Passed    0.03 sec
test 15
      Start 15: Kokkos_ProfilingTestLibraryLoadHelp

15: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help"
15: Environment variables: 
15:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkosprinter-tool.so
15: Test timeout computed to be: 1500
15: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize().
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenACC.dir/openacc/TestOpenACC_SubView_c14.cpp.o
27:  -- Testing 1-D histogram
27: Density 1D: 7.26597e-05 -0.00679239 -0.00148993 || 0.051031 2009 2390 || 2213.26 2198.22 || -20.5968 -0.159026
27:  -- Testing 3-D histogram
27: Density 3D: 7.26597e-05 0.00817186 -0.000121169 || 0.051031 1e+64 -1e+64
27: Test Scalar=unsigned int
27:  -- Testing randomness properties
15: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
15/53 Test #15: Kokkos_ProfilingTestLibraryLoadHelp ..................   Passed    0.38 sec
test 16
      Start 16: Kokkos_ProfilingTestLibraryCmdLineHelp

16: 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"
16: Test timeout computed to be: 1500
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
27:  -- Testing 1-D histogram
27: Density 1D: 7.26597e-05 -0.00825324 0.00195746 || 0.051031 2019 2374 || 2216.52 2198.22 || 27.0599 -0.159026
27:  -- Testing 3-D histogram
27: Density 3D: 7.26597e-05 0.000362562 0.000602866 || 0.051031 1e+64 -1e+64
27: Test Scalar=int64_t
27:  -- Testing randomness properties
27:  -- Testing 1-D histogram
27: Density 1D: 7.26597e-05 0.00955279 -0.000444551 || 0.051031 2017 2391 || 2177.42 2198.22 || -6.14547 -0.159026
27:  -- Testing 3-D histogram
27: Density 3D: 7.26597e-05 0.00636973 0.000498867 || 0.051031 1e+64 -1e+64
27: Test Scalar=uint64_t
27:  -- Testing randomness properties
[ 87%] Built target Kokkos_ContainersUnitTest_Cuda
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.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
16: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
16/53 Test #16: Kokkos_ProfilingTestLibraryCmdLineHelp ...............   Passed    0.38 sec
test 17
      Start 17: Kokkos_ProfilingTestLibraryLoad

17: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
17: Environment variables: 
17:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkosprinter-tool.so
17: Test timeout computed to be: 1500
17: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize().
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:HIP::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.4.99::kokkosp_allocate_data:Host:source:0x1c72fc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1ae5300:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1ae5400:Host:source:0x1c730c0: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:0x1a98700: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:0x1ae5300:40::kokkosp_deallocate_data:Host:source:0x1c72fc0:40::kokkosp_finalize_library::
17/53 Test #17: Kokkos_ProfilingTestLibraryLoad ......................   Passed    0.37 sec
test 18
      Start 18: Kokkos_ProfilingTestLibraryCmdLine

18: 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"
18: Test timeout computed to be: 1500
27:  -- Testing 1-D histogram
27: Density 1D: 7.26597e-05 -0.0223925 -0.00128419 || 0.051031 2003 2393 || 2248.57 2198.22 || -17.7526 -0.159026
27:  -- Testing 3-D histogram
27: Density 3D: 7.26597e-05 -0.00806878 0.000403902 || 0.051031 1e+64 -1e+64
27: Test Scalar=half
27:  -- Testing randomness properties
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
27:  -- Testing 1-D histogram
27: Density 1D: 7.26926e-05 -0.0115775 -0.00129057 || 0.051031 1983 2378 || 2223.97 2198.22 || -17.8408 -0.159026
27:  -- Testing 3-D histogram
27: Density 3D: 7.27585e-05 0.00948418 -0.000115071 || 0.051031 1e+64 -1e+64
27: Test Scalar=bhalf
27:  -- Testing randomness properties
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
18: 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:HIP::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.4.99::kokkosp_allocate_data:Host:source:0x1b86640:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1b86880:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1b86980:Host:source:0x1b86740: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:0x1ba3ac0: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:0x1b86880:40::kokkosp_deallocate_data:Host:source:0x1b86640:40::kokkosp_finalize_library::
18/53 Test #18: Kokkos_ProfilingTestLibraryCmdLine ...................   Passed    0.39 sec
test 19
      Start 19: Kokkos_CoreUnitTest_StackTraceTest

19: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec
19: Test timeout computed to be: 1500
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test14_MDRangeReduce_SERIAL.cpp.o
19: [==========] Running 3 tests from 2 test suites.
19: [----------] Global test environment set-up.
19: [----------] 2 tests from defaultdevicetype_DeathTest
19: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_terminate
19: 
19: [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.
19: Top of f1
19: Top of f0
19: Top of f0
19: test_f1:
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/src/libkokkoscore.so.4.4(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7fdf33577972]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x27384e]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x1f) [0x26f4df]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbc) [0x270dfc]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fdf336a1419]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7fdf33679f68]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7fdf3367b2cd]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x162) [0x7fdf3367bcc2]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7fdf3368b54d]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fdf336a1ef9]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x106) [0x7fdf3368b0d6]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x2712b0]
19: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fdf31499d90]
19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fdf31499e40]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x26f375]
19:  
19: demangled test_f1:
19: [0x7fdf33577972] Kokkos::Impl::save_stacktrace()
19: [0x27384e] Test::stacktrace_test_f1(std::ostream&)
19: [0x26f4df] Test::test_stacktrace(bool, bool)
19: [0x270dfc] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
19: [0x7fdf336a1419] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
19: [0x7fdf33679f68] testing::Test::Run()
19: [0x7fdf3367b2cd] testing::TestInfo::Run()
19: [0x7fdf3367bcc2] testing::TestSuite::Run()
19: [0x7fdf3368b54d] testing::internal::UnitTestImpl::RunAllTests()
19: [0x7fdf336a1ef9] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
19: [0x7fdf3368b0d6] testing::UnitTest::Run()
19: [0x2712b0] main
19: [0x7fdf31499d90] 
19: [0x7fdf31499e40] __libc_start_main
19: [0x26f375] _start
19:  
19: Top of f3
19: Top of f3
19: Top of f3
19: Top of f3
19: Top of f3
19: Top of f1
19: Top of f0
19: Top of f0
19: StackTrace f3(std::cout, 4) returned: 110
19: test_f3:
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/src/libkokkoscore.so.4.4(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7fdf33577972]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x27384e]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x273d36]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa16) [0x26fed6]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbc) [0x270dfc]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fdf336a1419]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7fdf33679f68]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7fdf3367b2cd]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x162) [0x7fdf3367bcc2]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7fdf3368b54d]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fdf336a1ef9]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x106) [0x7fdf3368b0d6]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x2712b0]
19: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fdf31499d90]
19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fdf31499e40]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x26f375]
19:  
19: demangled test_f3:
19: [0x7fdf33577972] Kokkos::Impl::save_stacktrace()
19: [0x27384e] Test::stacktrace_test_f1(std::ostream&)
19: [0x273d36] Test::stacktrace_test_f3(std::ostream&, int)
19: [0x26fed6] Test::test_stacktrace(bool, bool)
19: [0x270dfc] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
19: [0x7fdf336a1419] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
19: [0x7fdf33679f68] testing::Test::Run()
19: [0x7fdf3367b2cd] testing::TestInfo::Run()
19: [0x7fdf3367bcc2] testing::TestSuite::Run()
19: [0x7fdf3368b54d] testing::internal::UnitTestImpl::RunAllTests()
19: [0x7fdf336a1ef9] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
19: [0x7fdf3368b0d6] testing::UnitTest::Run()
19: [0x2712b0] main
19: [0x7fdf31499d90] 
19: [0x7fdf31499e40] __libc_start_main
19: [0x26f375] _start
19:  
19: Test setting std::terminate handler that prints the last saved stack trace
27:  -- Testing 1-D histogram
27: Density 1D: 7.27255e-05 -0.0173978 -1.84018e-05 || 0.051031 2020 2372 || 2237.14 2198.22 || -0.254386 -0.159026
27:  -- Testing 3-D histogram
27: Density 3D: 7.28572e-05 -0.0111797 0.000703119 || 0.051031 1e+64 -1e+64
27: Test Scalar=float
27:  -- Testing randomness properties
27:  -- Testing 1-D histogram
27: Density 1D: 7.26926e-05 -0.00370536 0.00042677 || 0.051031 2015 2403 || 2206.4 2198.22 || 5.89967 -0.159026
27:  -- Testing 3-D histogram
27: Density 3D: 7.27585e-05 -0.0132668 0.000116874 || 0.051031 1e+64 -1e+64
27: Test Scalar=double
27:  -- Testing randomness properties
19: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (513 ms)
19: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
19: 
19: [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.
19: Top of f1
19: Top of f0
19: Top of f0
19: test_f1:
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/src/libkokkoscore.so.4.4(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7fdf33577972]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x27384e]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x1f) [0x26f4df]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xb9) [0x271099]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fdf336a1419]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7fdf33679f68]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7fdf3367b2cd]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x162) [0x7fdf3367bcc2]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7fdf3368b54d]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fdf336a1ef9]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x106) [0x7fdf3368b0d6]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x2712b0]
19: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fdf31499d90]
19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fdf31499e40]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x26f375]
19:  
19: demangled test_f1:
19: [0x7fdf33577972] Kokkos::Impl::save_stacktrace()
19: [0x27384e] Test::stacktrace_test_f1(std::ostream&)
19: [0x26f4df] Test::test_stacktrace(bool, bool)
19: [0x271099] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
19: [0x7fdf336a1419] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
19: [0x7fdf33679f68] testing::Test::Run()
19: [0x7fdf3367b2cd] testing::TestInfo::Run()
19: [0x7fdf3367bcc2] testing::TestSuite::Run()
19: [0x7fdf3368b54d] testing::internal::UnitTestImpl::RunAllTests()
19: [0x7fdf336a1ef9] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
19: [0x7fdf3368b0d6] testing::UnitTest::Run()
19: [0x2712b0] main
19: [0x7fdf31499d90] 
19: [0x7fdf31499e40] __libc_start_main
19: [0x26f375] _start
19:  
19: Top of f3
19: Top of f3
19: Top of f3
19: Top of f3
19: Top of f3
19: Top of f1
19: Top of f0
19: Top of f0
19: StackTrace f3(std::cout, 4) returned: 110
19: test_f3:
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/src/libkokkoscore.so.4.4(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7fdf33577972]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x27384e]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x273d36]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa16) [0x26fed6]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xb9) [0x271099]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fdf336a1419]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7fdf33679f68]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7fdf3367b2cd]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x162) [0x7fdf3367bcc2]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7fdf3368b54d]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fdf336a1ef9]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x106) [0x7fdf3368b0d6]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x2712b0]
19: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fdf31499d90]
19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fdf31499e40]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x26f375]
19:  
19: demangled test_f3:
19: [0x7fdf33577972] Kokkos::Impl::save_stacktrace()
19: [0x27384e] Test::stacktrace_test_f1(std::ostream&)
19: [0x273d36] Test::stacktrace_test_f3(std::ostream&, int)
19: [0x26fed6] Test::test_stacktrace(bool, bool)
19: [0x271099] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
19: [0x7fdf336a1419] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
19: [0x7fdf33679f68] testing::Test::Run()
19: [0x7fdf3367b2cd] testing::TestInfo::Run()
19: [0x7fdf3367bcc2] testing::TestSuite::Run()
19: [0x7fdf3368b54d] testing::internal::UnitTestImpl::RunAllTests()
19: [0x7fdf336a1ef9] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
19: [0x7fdf3368b0d6] testing::UnitTest::Run()
19: [0x2712b0] main
19: [0x7fdf31499d90] 
19: [0x7fdf31499e40] __libc_start_main
19: [0x26f375] _start
19:  
19: Test setting std::terminate handler that prints the last saved stack trace
27:  -- Testing 1-D histogram
27: Density 1D: 7.26597e-05 0.015197 -0.000380913 || 0.051031 2002 2387 || 2165.32 2198.22 || -5.26575 -0.159026
27:  -- Testing 3-D histogram
27: Density 3D: 7.26597e-05 -0.010278 -1.15737e-05 || 0.051031 1e+64 -1e+64
27: Test Seed:1726152246147836723
27: Test Scalar=int
27:  -- Testing randomness properties
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
19: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (530 ms)
19: [----------] 2 tests from defaultdevicetype_DeathTest (1044 ms total)
19: 
19: [----------] 1 test from defaultdevicetype
19: [ RUN      ] defaultdevicetype.stacktrace_normal
19: Top of f1
19: Top of f0
19: Top of f0
19: test_f1:
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/src/libkokkoscore.so.4.4(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7fdf33577972]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x27384e]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x1f) [0x26f4df]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fdf336a1419]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7fdf33679f68]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7fdf3367b2cd]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x162) [0x7fdf3367bcc2]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7fdf3368b54d]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fdf336a1ef9]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x106) [0x7fdf3368b0d6]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x2712b0]
19: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fdf31499d90]
19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fdf31499e40]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x26f375]
19:  
19: demangled test_f1:
19: [0x7fdf33577972] Kokkos::Impl::save_stacktrace()
19: [0x27384e] Test::stacktrace_test_f1(std::ostream&)
19: [0x26f4df] Test::test_stacktrace(bool, bool)
19: [0x7fdf336a1419] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
19: [0x7fdf33679f68] testing::Test::Run()
19: [0x7fdf3367b2cd] testing::TestInfo::Run()
19: [0x7fdf3367bcc2] testing::TestSuite::Run()
19: [0x7fdf3368b54d] testing::internal::UnitTestImpl::RunAllTests()
19: [0x7fdf336a1ef9] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
19: [0x7fdf3368b0d6] testing::UnitTest::Run()
19: [0x2712b0] main
19: [0x7fdf31499d90] 
19: [0x7fdf31499e40] __libc_start_main
19: [0x26f375] _start
19:  
19: Top of f3
19: Top of f3
19: Top of f3
19: Top of f3
19: Top of f3
19: Top of f1
19: Top of f0
19: Top of f0
19: StackTrace f3(std::cout, 4) returned: 110
19: test_f3:
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/src/libkokkoscore.so.4.4(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x7fdf33577972]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6e) [0x27384e]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x273d36]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa16) [0x26fed6]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fdf336a1419]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xd8) [0x7fdf33679f68]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0xfd) [0x7fdf3367b2cd]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x162) [0x7fdf3367bcc2]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x42d) [0x7fdf3368b54d]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x49) [0x7fdf336a1ef9]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0x106) [0x7fdf3368b0d6]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x2712b0]
19: /lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7fdf31499d90]
19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7fdf31499e40]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x26f375]
19:  
19: demangled test_f3:
19: [0x7fdf33577972] Kokkos::Impl::save_stacktrace()
19: [0x27384e] Test::stacktrace_test_f1(std::ostream&)
19: [0x273d36] Test::stacktrace_test_f3(std::ostream&, int)
19: [0x26fed6] Test::test_stacktrace(bool, bool)
19: [0x7fdf336a1419] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
19: [0x7fdf33679f68] testing::Test::Run()
19: [0x7fdf3367b2cd] testing::TestInfo::Run()
19: [0x7fdf3367bcc2] testing::TestSuite::Run()
19: [0x7fdf3368b54d] testing::internal::UnitTestImpl::RunAllTests()
19: [0x7fdf336a1ef9] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
19: [0x7fdf3368b0d6] testing::UnitTest::Run()
19: [0x2712b0] main
19: [0x7fdf31499d90] 
19: [0x7fdf31499e40] __libc_start_main
19: [0x26f375] _start
19:  
19: Test setting std::terminate handler that prints the last saved stack trace
19: [       OK ] defaultdevicetype.stacktrace_normal (0 ms)
19: [----------] 1 test from defaultdevicetype (0 ms total)
19: 
19: [----------] Global test environment tear-down
19: [==========] 3 tests from 2 test suites ran. (1045 ms total)
19: [  PASSED  ] 3 tests.
19/53 Test #19: Kokkos_CoreUnitTest_StackTraceTest ...................   Passed    1.53 sec
test 20
      Start 20: Kokkos_IncrementalTest_SERIAL

20: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_IncrementalTest_SERIAL
20: Test timeout computed to be: 1500
27:  -- Testing 1-D histogram
27: Density 1D: 7.26597e-05 0.0124237 -0.00233957 || 0.051031 2013 2376 || 2171.25 2198.22 || -32.3422 -0.159026
27:  -- Testing 3-D histogram
27: Density 3D: 7.26597e-05 -0.000994802 0.000249017 || 0.051031 1e+64 -1e+64
27: Test Scalar=unsigned int
27:  -- Testing randomness properties
[ 87%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
20: [==========] Running 28 tests from 1 test suite.
20: [----------] Global test environment set-up.
20: [----------] 28 tests from SERIAL
20: [ RUN      ] SERIAL.IncrTest_01_execspace_typedef
20: [       OK ] SERIAL.IncrTest_01_execspace_typedef (0 ms)
20: [ RUN      ] SERIAL.IncrTest_01_execspace
20: Host Serial Execution Space:
20:   KOKKOS_ENABLE_SERIAL: yes
20: 
20: Serial Runtime Configuration:
20: Serial
20: [       OK ] SERIAL.IncrTest_01_execspace (0 ms)
20: [ RUN      ] SERIAL.IncrTest_02_AtomicExchange
20: [       OK ] SERIAL.IncrTest_02_AtomicExchange (0 ms)
20: [ RUN      ] SERIAL.IncrTest_02_AtomicAdd
20: [       OK ] SERIAL.IncrTest_02_AtomicAdd (0 ms)
20: [ RUN      ] SERIAL.IncrTest_02_AtomicSub
20: [       OK ] SERIAL.IncrTest_02_AtomicSub (0 ms)
20: [ RUN      ] SERIAL.IncrTest_03a_memspace_malloc
20: [       OK ] SERIAL.IncrTest_03a_memspace_malloc (0 ms)
20: [ RUN      ] SERIAL.IncrTest_03b_memspace_free
20: [       OK ] SERIAL.IncrTest_03b_memspace_free (35 ms)
20: [ RUN      ] SERIAL.IncrTest_04_simple_parallelFor
20: [       OK ] SERIAL.IncrTest_04_simple_parallelFor (0 ms)
20: [ RUN      ] SERIAL.IncrTest_04_RangePolicy_parallelFor
20: [       OK ] SERIAL.IncrTest_04_RangePolicy_parallelFor (0 ms)
20: [ RUN      ] SERIAL.IncrTest_05_reduction
20: [       OK ] SERIAL.IncrTest_05_reduction (0 ms)
20: [ RUN      ] SERIAL.IncrTest_06_mdrange2D
20: [       OK ] SERIAL.IncrTest_06_mdrange2D (0 ms)
20: [ RUN      ] SERIAL.IncrTest_06_mdrange3D
20: [       OK ] SERIAL.IncrTest_06_mdrange3D (0 ms)
20: [ RUN      ] SERIAL.IncrTest_06_mdrange4D
20: [       OK ] SERIAL.IncrTest_06_mdrange4D (0 ms)
20: [ RUN      ] SERIAL.IncrTest_08_deep_copy_2D
20: [       OK ] SERIAL.IncrTest_08_deep_copy_2D (0 ms)
20: [ RUN      ] SERIAL.IncrTest_08_deep_copy_3D
20: [       OK ] SERIAL.IncrTest_08_deep_copy_3D (0 ms)
20: [ RUN      ] SERIAL.IncrTest_08_deep_copy_4D
20: [       OK ] SERIAL.IncrTest_08_deep_copy_4D (0 ms)
20: [ RUN      ] SERIAL.IncrTest_10_Hierarchical_Basics
20: [       OK ] SERIAL.IncrTest_10_Hierarchical_Basics (0 ms)
20: [ RUN      ] SERIAL.IncrTest_11a_Hierarchical_ForLoop
20: [       OK ] SERIAL.IncrTest_11a_Hierarchical_ForLoop (0 ms)
20: [ RUN      ] SERIAL.IncrTest_11b_Hierarchical_ForLoop
20: [       OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms)
20: [ RUN      ] SERIAL.IncrTest_11c_Hierarchical_ForLoop
27:  -- Testing 1-D histogram
27: Density 1D: 7.26597e-05 -0.00773853 0.00216564 || 0.051031 2022 2381 || 2215.37 2198.22 || 29.9378 -0.159026
27:  -- Testing 3-D histogram
27: Density 3D: 7.26597e-05 0.0178138 -0.000699233 || 0.051031 1e+64 -1e+64
27: Test Scalar=int64_t
27:  -- Testing randomness properties
[ 96%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
20: [       OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (71 ms)
20: [ RUN      ] SERIAL.IncrTest_12a_ThreadScratch
20: [       OK ] SERIAL.IncrTest_12a_ThreadScratch (0 ms)
20: [ RUN      ] SERIAL.IncrTest_12b_TeamScratch
20: [       OK ] SERIAL.IncrTest_12b_TeamScratch (1 ms)
20: [ RUN      ] SERIAL.IncrTest_13a_Hierarchical_Red
20: [       OK ] SERIAL.IncrTest_13a_Hierarchical_Red (0 ms)
20: [ RUN      ] SERIAL.IncrTest_13b_Hierarchical_Red
20: [       OK ] SERIAL.IncrTest_13b_Hierarchical_Red (0 ms)
20: [ RUN      ] SERIAL.IncrTest_13c_Hierarchical_Red
20: [       OK ] SERIAL.IncrTest_13c_Hierarchical_Red (0 ms)
20: [ RUN      ] SERIAL.incr_14_MDrangeReduce
20: [       OK ] SERIAL.incr_14_MDrangeReduce (0 ms)
20: [ RUN      ] SERIAL.IncrTest_16_parallelscan
20: [       OK ] SERIAL.IncrTest_16_parallelscan (0 ms)
20: [ RUN      ] SERIAL.incr_17_atomicView
20: [       OK ] SERIAL.incr_17_atomicView (0 ms)
20: [----------] 28 tests from SERIAL (108 ms total)
20: 
20: [----------] Global test environment tear-down
20: [==========] 28 tests from 1 test suite ran. (108 ms total)
20: [  PASSED  ] 28 tests.
20/53 Test #20: Kokkos_IncrementalTest_SERIAL ........................   Passed    0.48 sec
test 21
      Start 21: Kokkos_IncrementalTest_HIP

21: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_IncrementalTest_HIP
21: Test timeout computed to be: 1500
27:  -- Testing 1-D histogram
27: Density 1D: 7.26597e-05 -0.00368374 -0.00100695 || 0.051031 2030 2371 || 2206.35 2198.22 || -13.92 -0.159026
27:  -- Testing 3-D histogram
27: Density 3D: 7.26597e-05 0.0251108 -0.00060394 || 0.051031 1e+64 -1e+64
27: Test Scalar=uint64_t
27:  -- Testing randomness properties
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
21: [==========] Running 28 tests from 1 test suite.
21: [----------] Global test environment set-up.
21: [----------] 28 tests from HIP
21: [ RUN      ] HIP.IncrTest_01_execspace_typedef
21: [       OK ] HIP.IncrTest_01_execspace_typedef (0 ms)
21: [ RUN      ] HIP.IncrTest_01_execspace
21: Device Execution Space:
21:   KOKKOS_ENABLE_HIP: yes
21: HIP Options:
21:   KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
21: 
21: Runtime Configuration:
21: macro  KOKKOS_ENABLE_HIP : defined
21: macro  HIP_VERSION = 50631061 = version 5.6.31061
21: macro KOKKOS_ENABLE_ROCTHRUST : defined
21: Kokkos::HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-, Total Global Memory: 31.98 GiB, Shared Memory per Block: 64 KiB, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected
21: HIP
21: [       OK ] HIP.IncrTest_01_execspace (0 ms)
21: [ RUN      ] HIP.IncrTest_02_AtomicExchange
21: [       OK ] HIP.IncrTest_02_AtomicExchange (0 ms)
21: [ RUN      ] HIP.IncrTest_02_AtomicAdd
21: [       OK ] HIP.IncrTest_02_AtomicAdd (0 ms)
21: [ RUN      ] HIP.IncrTest_02_AtomicSub
21: [       OK ] HIP.IncrTest_02_AtomicSub (0 ms)
21: [ RUN      ] HIP.IncrTest_03a_memspace_malloc
21: [       OK ] HIP.IncrTest_03a_memspace_malloc (0 ms)
21: [ RUN      ] HIP.IncrTest_03b_memspace_free
27:  -- Testing 1-D histogram
27: Density 1D: 7.26597e-05 -0.00411579 0.00167423 || 0.051031 2007 2382 || 2207.31 2198.22 || 23.1446 -0.159026
27:  -- Testing 3-D histogram
27: Density 3D: 7.26597e-05 -0.00691443 -0.00040908 || 0.051031 1e+64 -1e+64
27: Test Scalar=half
27:  -- Testing randomness properties
27:  -- Testing 1-D histogram
27: Density 1D: 7.26926e-05 -0.00194027 -0.00138642 || 0.051031 2011 2391 || 2202.5 2198.22 || -19.1658 -0.159026
27:  -- Testing 3-D histogram
27: Density 3D: 7.27585e-05 0.00504144 0.000181941 || 0.051031 1e+64 -1e+64
27: Test Scalar=bhalf
27:  -- Testing randomness properties
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
27:  -- Testing 1-D histogram
27: Density 1D: 7.27255e-05 -0.0240524 -0.00139366 || 0.051031 1989 2406 || 2252.4 2198.22 || -19.266 -0.159026
27:  -- Testing 3-D histogram
27: Density 3D: 7.28572e-05 0.000507299 -0.00037025 || 0.051031 1e+64 -1e+64
27: Test Scalar=float
27:  -- Testing randomness properties
27:  -- Testing 1-D histogram
27: Density 1D: 7.26597e-05 0.00320581 -0.00043301 || 0.051031 2019 2383 || 2191.2 2198.22 || -5.98593 -0.159026
27:  -- Testing 3-D histogram
27: Density 3D: 7.26597e-05 0.0016008 -0.000288063 || 0.051031 1e+64 -1e+64
27: Test Scalar=double
27:  -- Testing randomness properties
[       OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (93335 ms)
[ RUN      ] cuda.NestedSort
[       OK ] cuda.NestedSort (122 ms)
[ RUN      ] cuda.NestedSortByKey
[       OK ] cuda.NestedSortByKey (540 ms)
[ RUN      ] cuda.SortWithCustomComparator
27:  -- Testing 1-D histogram
27: Density 1D: 7.26597e-05 0.00828252 -0.000334312 || 0.051031 2002 2367 || 2180.17 2198.22 || -4.62153 -0.159026
27:  -- Testing 3-D histogram
27: Density 3D: 7.26597e-05 -0.00425265 -0.000175039 || 0.051031 1e+64 -1e+64
27: [       OK ] openmp.Random_XorShift1024_0 (5936 ms)
27: [ RUN      ] openmp.Multi_streams
27: [       OK ] openmp.Multi_streams (0 ms)
27: [----------] 3 tests from openmp (11727 ms total)
27: 
27: [----------] Global test environment tear-down
27: [==========] 3 tests from 1 test suite ran. (11727 ms total)
27: [  PASSED  ] 3 tests.
27/46 Test #27: Kokkos_UnitTest_Random ...............................   Passed   11.73 sec
test 28
      Start 28: Kokkos_AlgorithmsUnitTest_StdSet_A

28: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
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 16 tests from 3 test suites.
28: [----------] Global test environment set-up.
28: [----------] 3 tests from std_algorithms_reducers
28: [ RUN      ] std_algorithms_reducers.max_first_loc
28: [       OK ] std_algorithms_reducers.max_first_loc (0 ms)
28: [ RUN      ] std_algorithms_reducers.min_first_loc
28: [       OK ] std_algorithms_reducers.min_first_loc (0 ms)
28: [ RUN      ] std_algorithms_reducers.min_max_first_last_loc
28: [       OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms)
28: [----------] 3 tests from std_algorithms_reducers (0 ms total)
28: 
28: [----------] 2 tests from std_algorithms
28: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
28: [       OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms)
28: [ RUN      ] std_algorithms.expect_no_overlap
28: [       OK ] std_algorithms.expect_no_overlap (0 ms)
28: [----------] 2 tests from std_algorithms (0 ms total)
28: 
28: [----------] 11 tests from random_access_iterator_test
28: [ RUN      ] random_access_iterator_test.constructor
28: [       OK ] random_access_iterator_test.constructor (0 ms)
28: [ RUN      ] random_access_iterator_test.constructiblity
28: [       OK ] random_access_iterator_test.constructiblity (0 ms)
28: [ RUN      ] random_access_iterator_test.dereference
28: [       OK ] random_access_iterator_test.dereference (0 ms)
28: [ RUN      ] random_access_iterator_test.subscript_operator
28: [       OK ] random_access_iterator_test.subscript_operator (0 ms)
28: [ RUN      ] random_access_iterator_test.operatorsSet1
28: [       OK ] random_access_iterator_test.operatorsSet1 (0 ms)
28: [ RUN      ] random_access_iterator_test.operatorsSet2
28: [       OK ] random_access_iterator_test.operatorsSet2 (0 ms)
28: [ RUN      ] random_access_iterator_test.operatorsSet3
28: [       OK ] random_access_iterator_test.operatorsSet3 (0 ms)
28: [ RUN      ] random_access_iterator_test.operatorsSet4
28: [       OK ] random_access_iterator_test.operatorsSet4 (0 ms)
28: [ RUN      ] random_access_iterator_test.assignment_operator
28: [       OK ] random_access_iterator_test.assignment_operator (0 ms)
28: [ RUN      ] random_access_iterator_test.distance
28: [       OK ] random_access_iterator_test.distance (0 ms)
28: [ RUN      ] random_access_iterator_test.traits_helpers
28: [       OK ] random_access_iterator_test.traits_helpers (0 ms)
28: [----------] 11 tests from random_access_iterator_test (3 ms total)
28: 
28: [----------] Global test environment tear-down
28: [==========] 16 tests from 3 test suites ran. (3 ms total)
28: [  PASSED  ] 16 tests.
28/46 Test #28: Kokkos_AlgorithmsUnitTest_StdSet_A ...................   Passed    0.01 sec
test 29
      Start 29: Kokkos_AlgorithmsUnitTest_StdSet_B

29: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
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 7 tests from 1 test suite.
29: [----------] Global test environment set-up.
29: [----------] 7 tests from std_algorithms_min_max_element_test
29: [ RUN      ] std_algorithms_min_max_element_test.min_element_empty_range
29: [       OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms)
29: [ RUN      ] std_algorithms_min_max_element_test.max_element_empty_range
29: [       OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms)
29: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data
29: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (8 ms)
29: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data
[       OK ] cuda.SortWithCustomComparator (2613 ms)
[----------] 13 tests from cuda (99516 ms total)

[----------] Global test environment tear-down
[==========] 13 tests from 1 test suite ran. (99516 ms total)
[  PASSED  ] 13 tests.
29: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (8 ms)
29: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp
29: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (7 ms)
29: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp
29: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (7 ms)
29: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp
29: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (10 ms)
29: [----------] 7 tests from std_algorithms_min_max_element_test (42 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 7 tests from 1 test suite ran. (42 ms total)
29: [  PASSED  ] 7 tests.
29/46 Test #29: Kokkos_AlgorithmsUnitTest_StdSet_B ...................   Passed    0.05 sec
test 30
      Start 30: Kokkos_AlgorithmsUnitTest_StdSet_C

30: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
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 13 tests from 10 test suites.
30: [----------] Global test environment set-up.
30: [----------] 1 test from std_algorithms_lexicographical_compare_test
30: [ RUN      ] std_algorithms_lexicographical_compare_test.test
30: [       OK ] std_algorithms_lexicographical_compare_test.test (212 ms)
30: [----------] 1 test from std_algorithms_lexicographical_compare_test (212 ms total)
30: 
30: [----------] 1 test from std_algorithms_for_each_test
30: [ RUN      ] std_algorithms_for_each_test.test
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomic_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp.dir/tstHeader.cpp.o
30: [       OK ] std_algorithms_for_each_test.test (120 ms)
30: [----------] 1 test from std_algorithms_for_each_test (120 ms total)
30: 
30: [----------] 1 test from std_algorithms_find_test
30: [ RUN      ] std_algorithms_find_test.test
30: [       OK ] std_algorithms_find_test.test (79 ms)
30: [----------] 1 test from std_algorithms_find_test (79 ms total)
30: 
30: [----------] 4 tests from std_algorithms_non_mod_seq_ops
30: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
21: [       OK ] HIP.IncrTest_03b_memspace_free (2309 ms)
21: [ RUN      ] HIP.IncrTest_04_simple_parallelFor
21: [       OK ] HIP.IncrTest_04_simple_parallelFor (1 ms)
21: [ RUN      ] HIP.IncrTest_04_RangePolicy_parallelFor
21: [       OK ] HIP.IncrTest_04_RangePolicy_parallelFor (0 ms)
21: [ RUN      ] HIP.IncrTest_05_reduction
21: [       OK ] HIP.IncrTest_05_reduction (6 ms)
21: [ RUN      ] HIP.IncrTest_06_mdrange2D
21: [       OK ] HIP.IncrTest_06_mdrange2D (0 ms)
21: [ RUN      ] HIP.IncrTest_06_mdrange3D
21: [       OK ] HIP.IncrTest_06_mdrange3D (0 ms)
21: [ RUN      ] HIP.IncrTest_06_mdrange4D
21: [       OK ] HIP.IncrTest_06_mdrange4D (0 ms)
21: [ RUN      ] HIP.IncrTest_08_deep_copy_2D
21: [       OK ] HIP.IncrTest_08_deep_copy_2D (1 ms)
21: [ RUN      ] HIP.IncrTest_08_deep_copy_3D
21: [       OK ] HIP.IncrTest_08_deep_copy_3D (0 ms)
21: [ RUN      ] HIP.IncrTest_08_deep_copy_4D
21: [       OK ] HIP.IncrTest_08_deep_copy_4D (0 ms)
21: [ RUN      ] HIP.IncrTest_10_Hierarchical_Basics
21: [       OK ] HIP.IncrTest_10_Hierarchical_Basics (0 ms)
21: [ RUN      ] HIP.IncrTest_11a_Hierarchical_ForLoop
21: [       OK ] HIP.IncrTest_11a_Hierarchical_ForLoop (0 ms)
21: [ RUN      ] HIP.IncrTest_11b_Hierarchical_ForLoop
21: [       OK ] HIP.IncrTest_11b_Hierarchical_ForLoop (0 ms)
21: [ RUN      ] HIP.IncrTest_11c_Hierarchical_ForLoop
21: [       OK ] HIP.IncrTest_11c_Hierarchical_ForLoop (139 ms)
21: [ RUN      ] HIP.IncrTest_12a_ThreadScratch
21: [       OK ] HIP.IncrTest_12a_ThreadScratch (6 ms)
21: [ RUN      ] HIP.IncrTest_12b_TeamScratch
21: [       OK ] HIP.IncrTest_12b_TeamScratch (1 ms)
21: [ RUN      ] HIP.IncrTest_13a_Hierarchical_Red
21: [       OK ] HIP.IncrTest_13a_Hierarchical_Red (0 ms)
21: [ RUN      ] HIP.IncrTest_13b_Hierarchical_Red
21: [       OK ] HIP.IncrTest_13b_Hierarchical_Red (0 ms)
21: [ RUN      ] HIP.IncrTest_13c_Hierarchical_Red
21: [       OK ] HIP.IncrTest_13c_Hierarchical_Red (0 ms)
21: [ RUN      ] HIP.incr_14_MDrangeReduce
21: [       OK ] HIP.incr_14_MDrangeReduce (0 ms)
21: [ RUN      ] HIP.IncrTest_16_parallelscan
21: [       OK ] HIP.IncrTest_16_parallelscan (6 ms)
21: [ RUN      ] HIP.incr_17_atomicView
21: [       OK ] HIP.incr_17_atomicView (0 ms)
21: [----------] 28 tests from HIP (2480 ms total)
21: 
21: [----------] Global test environment tear-down
21: [==========] 28 tests from 1 test suite ran. (2480 ms total)
21: [  PASSED  ] 28 tests.
21/53 Test #21: Kokkos_IncrementalTest_HIP ...........................   Passed    2.86 sec
test 22
      Start 22: Kokkos_CoreUnitTest_CTestDevice

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

23: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE"
23: Test timeout computed to be: 1500
23/53 Test #23: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ............   Passed    0.02 sec
test 24
      Start 24: Kokkos_CoreUnitTest_DeviceAndThreads

24: Test command: /usr/bin/python3 "/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/TestDeviceAndThreads.py" "-v"
24: Test timeout computed to be: 1500
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
30: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (1109 ms)
30: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test12a_ThreadScratch_SYCL.cpp.o
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_f.cpp.o
24: test_device_id (__main__.KokkosInitializationTestCase) ... ok
30: [       OK ] std_algorithms_non_mod_seq_ops.find_end (1184 ms)
30: [ RUN      ] std_algorithms_non_mod_seq_ops.search
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 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_D.dir/TestStdAlgorithmsModOps.cpp.o
[ 57%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
24: test_disable_warnings (__main__.KokkosInitializationTestCase) ... ok
30: [       OK ] std_algorithms_non_mod_seq_ops.search (723 ms)
30: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
24: test_num_devices (__main__.KokkosInitializationTestCase) ... ok
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 57%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
24: test_num_threads (__main__.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled'
30: [       OK ] std_algorithms_non_mod_seq_ops.search_n (589 ms)
30: [----------] 4 tests from std_algorithms_non_mod_seq_ops (3606 ms total)
30: 
30: [----------] 1 test from std_algorithms_count_test
30: [ RUN      ] std_algorithms_count_test.test
30: [       OK ] std_algorithms_count_test.test (98 ms)
30: [----------] 1 test from std_algorithms_count_test (98 ms total)
30: 
30: [----------] 1 test from std_algorithms_equal_test
30: [ RUN      ] std_algorithms_equal_test.test
30: [       OK ] std_algorithms_equal_test.test (28 ms)
30: [----------] 1 test from std_algorithms_equal_test (28 ms total)
30: 
30: [----------] 1 test from std_algorithms_all_any_none_of_test
30: [ RUN      ] std_algorithms_all_any_none_of_test.test
30: [       OK ] std_algorithms_all_any_none_of_test.test (86 ms)
30: [----------] 1 test from std_algorithms_all_any_none_of_test (86 ms total)
30: 
30: [----------] 1 test from std_algorithms_nonmod_seq_ops
30: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
30: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (90 ms)
30: [----------] 1 test from std_algorithms_nonmod_seq_ops (90 ms total)
30: 
30: [----------] 1 test from std_algorithms_mismatch_test
30: [ RUN      ] std_algorithms_mismatch_test.test
30: [       OK ] std_algorithms_mismatch_test.test (206 ms)
30: [----------] 1 test from std_algorithms_mismatch_test (206 ms total)
30: 
30: [----------] 1 test from std_algorithms_mod_seq_ops
30: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
30: [       OK ] std_algorithms_mod_seq_ops.move_backward (56 ms)
30: [----------] 1 test from std_algorithms_mod_seq_ops (56 ms total)
30: 
30: [----------] Global test environment tear-down
30: [==========] 13 tests from 10 test suites ran. (4586 ms total)
30: [  PASSED  ] 13 tests.
30/46 Test #30: Kokkos_AlgorithmsUnitTest_StdSet_C ...................   Passed    4.59 sec
test 31
      Start 31: Kokkos_AlgorithmsUnitTest_StdSet_D

31: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
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 31 tests from 5 test suites.
31: [----------] Global test environment set-up.
31: [----------] 3 tests from std_algorithms_mod_ops_test
31: [ RUN      ] std_algorithms_mod_ops_test.move
31: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
31: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
31: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (0 ms)
31: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
31: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms)
31: [----------] 3 tests from std_algorithms_mod_ops_test (0 ms total)
31: 
31: [----------] 12 tests from std_algorithms_mod_seq_ops_test
31: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
31: [       OK ] std_algorithms_mod_seq_ops_test.copy (0 ms)
31: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
31: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
31: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
31: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
31: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
31: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
31: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
31: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
31: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
31: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
31: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
31: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
31: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
31: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
31: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
31: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
31: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
31: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
31: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
31: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
31: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
31: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms)
31: [----------] 12 tests from std_algorithms_mod_seq_ops_test (3 ms total)
31: 
31: [----------] 4 tests from std_algorithms_replace_ops_test
31: [ RUN      ] std_algorithms_replace_ops_test.replace
31: [       OK ] std_algorithms_replace_ops_test.replace (34 ms)
31: [ RUN      ] std_algorithms_replace_ops_test.replace_if
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
31: [       OK ] std_algorithms_replace_ops_test.replace_if (137 ms)
31: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
31: [       OK ] std_algorithms_replace_ops_test.replace_copy (56 ms)
31: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
31: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (53 ms)
31: [----------] 4 tests from std_algorithms_replace_ops_test (282 ms total)
31: 
31: [----------] 11 tests from std_algorithms_mod_seq_ops
31: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
31: [       OK ] std_algorithms_mod_seq_ops.copy_if (48 ms)
31: [ RUN      ] std_algorithms_mod_seq_ops.unique
[ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
31: [       OK ] std_algorithms_mod_seq_ops.unique (283 ms)
31: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
[ 57%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
24: test_tune_internals (__main__.KokkosInitializationTestCase) ... ok
24: 
24: ----------------------------------------------------------------------
24: Ran 5 tests in 4.282s
24: 
24: OK (skipped=1)
24/53 Test #24: Kokkos_CoreUnitTest_DeviceAndThreads .................   Passed    4.32 sec
test 25
      Start 25: Kokkos_PerformanceTest_TaskDag

25: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_TaskDag
25: Test timeout computed to be: 1500
25/53 Test #25: Kokkos_PerformanceTest_TaskDag .......................   Passed    0.02 sec
test 26
      Start 26: Kokkos_PerformanceTest_Benchmark

26: 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-09-12_T14-26-18.json"
26: Test timeout computed to be: 1500
31: [       OK ] std_algorithms_mod_seq_ops.unique_copy (98 ms)
31: [ RUN      ] std_algorithms_mod_seq_ops.remove
31: [       OK ] std_algorithms_mod_seq_ops.remove (72 ms)
31: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
31: [       OK ] std_algorithms_mod_seq_ops.remove_if (78 ms)
31: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
26: 2024-09-12T14:49:11+00:00
26: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
26: Run on (255 X 2830.62 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: 2.21, 4.55, 5.47
26: CPU architecture: none
26: Default Device: HIP
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 GiB, Shared Memory per Block: 64 KiB, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected
26: Kokkos Version: 4.4.99
26: macro  KOKKOS_ENABLE_HIP: defined
26: macro KOKKOS_ENABLE_ROCTHRUST: defined
26: platform: 64bit
26: ---------------------------------------------------------------------------------------------------------------------------------------------------
26: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
26: ---------------------------------------------------------------------------------------------------------------------------------------------------
26: GramSchmidt<double>/Count:1024/iterations:5/manual_time                            0.008 s         0.008 s             5       1024        7.40291u
26: GramSchmidt<double>/Count:2048/iterations:5/manual_time                            0.008 s         0.008 s             5     2.048k        3.71802u
26: GramSchmidt<double>/Count:4096/iterations:5/manual_time                            0.008 s         0.008 s             5     4.096k        1.85701u
31: [       OK ] std_algorithms_mod_seq_ops.remove_copy (137 ms)
31: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
31: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (72 ms)
31: [ RUN      ] std_algorithms_mod_seq_ops.rotate
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
26: GramSchmidt<double>/Count:8192/iterations:5/manual_time                            0.008 s         0.008 s             5     8.192k        923.963n
26: GramSchmidt<double>/Count:16384/iterations:5/manual_time                           0.008 s         0.009 s             5    16.384k        464.469n
26: GramSchmidt<double>/Count:32768/iterations:5/manual_time                           0.008 s         0.009 s             5    32.768k        237.458n
26: GramSchmidt<double>/Count:65536/iterations:5/manual_time                           0.009 s         0.011 s             5    65.536k        131.708n
26: GramSchmidt<double>/Count:131072/iterations:5/manual_time                          0.011 s         0.018 s             5   131.072k        85.3503n
26: GramSchmidt<double>/Count:262144/iterations:5/manual_time                          0.015 s         0.030 s             5   262.144k        56.1628n
26: GramSchmidt<double>/Count:524288/iterations:5/manual_time                          0.022 s         0.052 s             5   524.288k        42.2868n
31: [       OK ] std_algorithms_mod_seq_ops.rotate (793 ms)
31: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
31: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (313 ms)
31: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
31: [       OK ] std_algorithms_mod_seq_ops.shift_left (641 ms)
31: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
31: [       OK ] std_algorithms_mod_seq_ops.shift_right (615 ms)
31: [----------] 11 tests from std_algorithms_mod_seq_ops (3156 ms total)
31: 
31: [----------] 1 test from std_algorithms_modseq_test
31: [ RUN      ] std_algorithms_modseq_test.reverse
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
31: [       OK ] std_algorithms_modseq_test.reverse (48 ms)
31: [----------] 1 test from std_algorithms_modseq_test (48 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 31 tests from 5 test suites ran. (3491 ms total)
31: [  PASSED  ] 31 tests.
31/46 Test #31: Kokkos_AlgorithmsUnitTest_StdSet_D ...................   Passed    3.50 sec
test 32
      Start 32: Kokkos_AlgorithmsUnitTest_StdSet_E

32: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
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 29 tests from 7 test suites.
32: [----------] Global test environment set-up.
32: [----------] 2 tests from std_algorithms_sorting_ops_test
32: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
32: [       OK ] std_algorithms_sorting_ops_test.is_sorted (18 ms)
32: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
32: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (16 ms)
32: [----------] 2 tests from std_algorithms_sorting_ops_test (35 ms total)
32: 
32: [----------] 4 tests from std_algorithms_partitioning_test
32: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
32: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
32: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
32: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms)
32: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
32: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms)
32: [ RUN      ] std_algorithms_partitioning_test.partition_point
32: [       OK ] std_algorithms_partitioning_test.partition_point (1 ms)
32: [----------] 4 tests from std_algorithms_partitioning_test (4 ms total)
32: 
32: [----------] 1 test from std_algorithms_partitioning_ops
32: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
32: [       OK ] std_algorithms_partitioning_ops.partition_copy (22 ms)
32: [----------] 1 test from std_algorithms_partitioning_ops (22 ms total)
32: 
32: [----------] 12 tests from std_algorithms_numerics_test
32: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
32: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (1 ms)
32: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
32: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms)
32: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
32: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms)
32: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
32: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms)
32: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
32: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (1 ms)
32: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
32: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (1 ms)
32: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
32: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms)
32: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
32: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (1 ms)
32: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
32: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (1 ms)
32: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
32: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (1 ms)
32: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
32: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms)
32: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
32: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (1 ms)
32: [----------] 12 tests from std_algorithms_numerics_test (14 ms total)
32: 
32: [----------] 1 test from std_algorithms_numerics_ops_test
32: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
32: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (83 ms)
32: [----------] 1 test from std_algorithms_numerics_ops_test (83 ms total)
32: 
32: [----------] 8 tests from std_algorithms_numeric_ops_test
32: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
26: ----------------------------------------------------------------------------------------------------------------------------------------------
26: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s        Max
26: ----------------------------------------------------------------------------------------------------------------------------------------------
26: CustomReduction<double>/N:100000/R:1000/manual_time                                0.007 s         0.018 s            95 14.5245k/s       11.5
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRange_g.cpp.o
26: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
26: Benchmark                                                                              Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced
26: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
26: OverlapRangePolicy/N:2000/M:10000/R:10                                             0.511 s         0.510 s             1        0.097635    0.0480606               0.0862029            0.0426678   0.0429933           2.12u
[ 87%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
32: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (1096 ms)
32: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
32: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
32: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
32: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (833 ms)
32: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
32: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
32: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
26: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
26: Benchmark                                                                              Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced
26: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
26: OverlapMDRangePolicy/N:200/M:10000/R:10                                            0.044 s         0.044 s            16        8.24355m     4.06134m                7.73566m                  3.85251m    3.84203m           1.84u
[ 97%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test16_ParallelScan_SERIAL.cpp.o
32: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (308 ms)
32: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
32: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
32: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
26: OverlapTeamPolicy/N:20/M:1000000/R:10                                              0.071 s         0.071 s            10       0.0124815    0.0107988                9.02177m                  4.42664m    4.51946m           2.51u
26: ---------------------------------------------------------------------------------------------------------------------------------------------------
26: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
26: ---------------------------------------------------------------------------------------------------------------------------------------------------
26: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time                      0.000 s         0.000 s             5       1024         27.627n
26: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                      0.000 s         0.000 s             5     2.048k        13.7207n
26: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                      0.000 s         0.000 s             5     4.096k        6.96021n
26: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                      0.000 s         0.000 s             5     8.192k         3.6731n
26: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                     0.000 s         0.000 s             5    16.384k        1.76819n
26: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                     0.000 s         0.000 s             5    32.768k        921.326p
26: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                     0.000 s         0.000 s             5    65.536k        606.979p
26: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                    0.000 s         0.000 s             5   131.072k        488.197p
26: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                    0.000 s         0.001 s             5   262.144k        537.445p
26: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                    0.000 s         0.001 s             5   524.288k        403.019p
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
[ 97%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
32: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (413 ms)
32: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
32: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
32: [----------] 8 tests from std_algorithms_numeric_ops_test (2652 ms total)
32: 
32: [----------] 1 test from std_algorithms_transform_ops_test
32: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
32: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (37 ms)
32: [----------] 1 test from std_algorithms_transform_ops_test (37 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 29 tests from 7 test suites ran. (2851 ms total)
32: [  PASSED  ] 29 tests.
32/46 Test #32: Kokkos_AlgorithmsUnitTest_StdSet_E ...................   Passed    2.86 sec
test 33
      Start 33: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

33: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
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 12 tests from 7 test suites.
33: [----------] Global test environment set-up.
33: [----------] 2 tests from std_algorithms_adjacent_find_team_test
33: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangePolicyConstructors.cpp.o
[ 97%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
33: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (702 ms)
33: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
33: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (682 ms)
33: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1385 ms total)
33: 
33: [----------] 2 tests from std_algorithms_count_team_test
33: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
26: -----------------------------------------------------------------------------------------------------------------------------------
26: Benchmark                                                                              Time             CPU   Iterations  FOM: rate
26: -----------------------------------------------------------------------------------------------------------------------------------
26: Malloc/N:1/manual_time                                                              12.5 us         23.7 us        56202 80.0125k/s
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 40%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13b_ParallelRed_TeamVectorRange_CUDA.cpp.o
[ 97%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
33: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (635 ms)
33: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
[ 98%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
33: [       OK ] std_algorithms_count_team_test.count_returns_zero (285 ms)
33: [----------] 2 tests from std_algorithms_count_team_test (920 ms total)
33: 
33: [----------] 1 test from std_algorithms_count_if_team_test
33: [ RUN      ] std_algorithms_count_if_team_test.test
[ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
[ 98%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 98%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
33: [       OK ] std_algorithms_count_if_team_test.test (331 ms)
33: [----------] 1 test from std_algorithms_count_if_team_test (331 ms total)
33: 
33: [----------] 1 test from std_algorithms_for_each_team_test
33: [ RUN      ] std_algorithms_for_each_team_test.test
26: Malloc/N:16/manual_time                                                             12.5 us         23.7 us        56062 80.1609k/s
33: [       OK ] std_algorithms_for_each_team_test.test (466 ms)
33: [----------] 1 test from std_algorithms_for_each_team_test (466 ms total)
33: 
33: [----------] 1 test from std_algorithms_for_each_n_team_test
33: [ RUN      ] std_algorithms_for_each_n_team_test.test
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
33: [       OK ] std_algorithms_for_each_n_team_test.test (478 ms)
33: [----------] 1 test from std_algorithms_for_each_n_team_test (478 ms total)
33: 
33: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
33: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
26: Malloc/N:256/manual_time                                                            12.6 us         23.7 us        56088 79.4615k/s
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
26: Malloc/N:4096/manual_time                                                           12.5 us         23.7 us        56142 79.9705k/s
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test12b_TeamScratch_SYCL.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
33: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (3208 ms)
33: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
[ 78%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalConstants.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions1.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
26: Malloc/N:65536/manual_time                                                          12.5 us         23.6 us        55940 80.2036k/s
33: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (1955 ms)
33: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_c3.cpp.o
26: Malloc/N:1048576/manual_time                                                        12.5 us         23.6 us        56133 80.2338k/s
[ 40%] Built target Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Volatile_Wrapper_hpp
[ 40%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Atomics_Desul_Wrapper_hpp
[ 40%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp.dir/tstHeader.cpp.o
33: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (1955 ms)
33: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (7120 ms total)
33: 
33: [----------] 2 tests from std_algorithms_mismatch_team_test
33: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 87%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_8.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
[ 41%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
[ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 98%] Linking CXX executable Kokkos_gups
[ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 98%] Built target Kokkos_gups
[ 98%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[ 98%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SERIAL.dir/generated/Test17_CompleteAtomic_SERIAL.cpp.o
33: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (2229 ms)
33: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
33: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (1063 ms)
33: [----------] 2 tests from std_algorithms_mismatch_team_test (3293 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 12 tests from 7 test suites ran. (13995 ms total)
33: [  PASSED  ] 12 tests.
33/46 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ..............   Passed   14.00 sec
test 34
      Start 34: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

34: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
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 8 tests from 4 test suites.
34: [----------] Global test environment set-up.
34: [----------] 2 tests from std_algorithms_equal_team_test
34: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 58%] 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_Atomics_Desul_Wrapper_hpp
[ 98%] Linking CXX executable Kokkos_atomic
[ 98%] Built target Kokkos_atomic
[ 99%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp.dir/tstHeader.cpp.o
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
34: [       OK ] std_algorithms_equal_team_test.views_are_equal (1625 ms)
34: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
26: Malloc/N:16777216/manual_time                                                        542 us          154 us         9542 1.84559k/s
26: Malloc/N:268435456/manual_time                                                      9357 us          327 us           75  106.875/s
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
26: Malloc/N:4294967296/manual_time                                                   148663 us         1207 us            5  6.72662/s
34: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1588 ms)
34: [----------] 2 tests from std_algorithms_equal_team_test (3213 ms total)
34: 
34: [----------] 2 tests from std_algorithms_search_team_test
34: [ RUN      ] std_algorithms_search_team_test.sequences_exist
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDRangeReduce.cpp.o
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
34: [       OK ] std_algorithms_search_team_test.sequences_exist (864 ms)
34: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
26: MallocFree/N:1/manual_time                                                          24.6 us         24.6 us        27040 40.6358k/s
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
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
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 87%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
34: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (1050 ms)
34: [----------] 2 tests from std_algorithms_search_team_test (1915 ms total)
34: 
34: [----------] 2 tests from std_algorithms_find_end_team_test
34: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
26: MallocFree/N:16/manual_time                                                         24.8 us         24.7 us        29737 40.3861k/s
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
26: MallocFree/N:256/manual_time                                                        24.4 us         24.3 us        29425 40.9781k/s
[ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
26: MallocFree/N:4096/manual_time                                                       24.3 us         24.2 us        30184 41.1335k/s
34: [       OK ] std_algorithms_find_end_team_test.sequences_exist (1981 ms)
34: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
26: MallocFree/N:65536/manual_time                                                      23.7 us         23.6 us        29424 42.2659k/s
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test13a_ParallelRed_TeamThreadRange_SYCL.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MDSpan.cpp.o
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions2.cpp.o
26: MallocFree/N:1048576/manual_time                                                    23.0 us         22.9 us        26468  43.557k/s
34: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (1865 ms)
34: [----------] 2 tests from std_algorithms_find_end_team_test (3847 ms total)
34: 
34: [----------] 2 tests from std_algorithms_find_first_of_team_test
34: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 88%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[100%] Linking CXX executable Kokkos_stream
[100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[100%] Built target Kokkos_stream
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
34: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (1613 ms)
34: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
[100%] Linking CXX executable Kokkos_view_copy_constructor
[100%] Linking CXX executable Kokkos_UnitTest_SIMD
[100%] Built target Kokkos_view_copy_constructor
[100%] Built target Kokkos_UnitTest_SIMD
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
26: MallocFree/N:16777216/manual_time                                                    555 us          180 us         5722 1.80292k/s
[100%] Linking CXX executable Kokkos_launch_latency
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_BitManipulation_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Complex_hpp.dir/tstHeader.cpp.o
[100%] Built target Kokkos_launch_latency
26: MallocFree/N:268435456/manual_time                                                  9430 us          334 us           74   106.04/s
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 60%] Linking CXX executable Kokkos_IncrementalTest_SERIAL
26: MallocFree/N:4294967296/manual_time                                               148942 us         1114 us            5  6.71401/s
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalFunctions3.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
26: MallocTouch/N:1/manual_time                                                         12.7 us         24.5 us        43150 78.6554k/s
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test13c_ParallelRed_ThreadVectorRange_CUDA.cpp.o
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Clamp_hpp
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp.dir/tstHeader.cpp.o
26: MallocTouch/N:16/manual_time                                                        13.1 us         24.1 us        54048 76.1974k/s
[ 60%] Built target Kokkos_IncrementalTest_SERIAL
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o
34: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (5854 ms)
34: [----------] 2 tests from std_algorithms_find_first_of_team_test (7468 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 8 tests from 4 test suites ran. (16444 ms total)
34: [  PASSED  ] 8 tests.
34/46 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ..............   Passed   16.45 sec
test 35
      Start 35: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

35: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
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 11 tests from 7 test suites.
35: [----------] Global test environment set-up.
35: [----------] 2 tests from std_algorithms_find_team_test
35: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
35: [       OK ] std_algorithms_find_team_test.searched_values_exist (363 ms)
35: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
35: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (477 ms)
35: [----------] 2 tests from std_algorithms_find_team_test (841 ms total)
35: 
35: [----------] 2 tests from std_algorithms_find_if_team_test
35: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
35: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (299 ms)
35: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
[ 88%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
35: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (470 ms)
35: [----------] 2 tests from std_algorithms_find_if_team_test (769 ms total)
35: 
35: [----------] 2 tests from std_algorithms_find_if_not_team_test
35: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_MinMaxClamp.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
26: MallocTouch/N:256/manual_time                                                       13.0 us         24.2 us        53936 76.9398k/s
35: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (472 ms)
35: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
35: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (291 ms)
35: [----------] 2 tests from std_algorithms_find_if_not_team_test (763 ms total)
35: 
35: [----------] 1 test from std_algorithms_all_of_team_test
35: [ RUN      ] std_algorithms_all_of_team_test.test
35: [       OK ] std_algorithms_all_of_team_test.test (468 ms)
35: [----------] 1 test from std_algorithms_all_of_team_test (468 ms total)
35: 
35: [----------] 1 test from std_algorithms_any_of_team_test
35: [ RUN      ] std_algorithms_any_of_team_test.test
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
35: [       OK ] std_algorithms_any_of_team_test.test (289 ms)
35: [----------] 1 test from std_algorithms_any_of_team_test (289 ms total)
35: 
35: [----------] 1 test from std_algorithms_none_of_team_test
35: [ RUN      ] std_algorithms_none_of_team_test.test
26: MallocTouch/N:4096/manual_time                                                      23.6 us         35.2 us        29650 42.3777k/s
35: [       OK ] std_algorithms_none_of_team_test.test (468 ms)
35: [----------] 1 test from std_algorithms_none_of_team_test (468 ms total)
35: 
35: [----------] 2 tests from std_algorithms_search_n_team_test
35: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
35: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (388 ms)
35: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
35: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (377 ms)
35: [----------] 2 tests from std_algorithms_search_n_team_test (766 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 11 tests from 7 test suites ran. (4367 ms total)
35: [  PASSED  ] 11 tests.
35/46 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ..............   Passed    4.37 sec
test 36
      Start 36: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

36: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
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 3 tests from 3 test suites.
36: [----------] Global test environment set-up.
36: [----------] 1 test from std_algorithms_min_element_team_test
36: [ RUN      ] std_algorithms_min_element_team_test.test
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
26: MallocTouch/N:65536/manual_time                                                     23.2 us         35.7 us        29655 43.1522k/s
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
36: [       OK ] std_algorithms_min_element_team_test.test (1348 ms)
36: [----------] 1 test from std_algorithms_min_element_team_test (1348 ms total)
36: 
36: [----------] 1 test from std_algorithms_max_element_team_test
36: [ RUN      ] std_algorithms_max_element_team_test.test
26: MallocTouch/N:1048576/manual_time                                                   26.7 us         38.2 us        27075 37.5128k/s
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
36: [       OK ] std_algorithms_max_element_team_test.test (1322 ms)
36: [----------] 1 test from std_algorithms_max_element_team_test (1322 ms total)
36: 
36: [----------] 1 test from std_algorithms_minmax_element_team_test
36: [ RUN      ] std_algorithms_minmax_element_team_test.test
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 88%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
36: [       OK ] std_algorithms_minmax_element_team_test.test (1947 ms)
36: [----------] 1 test from std_algorithms_minmax_element_team_test (1947 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 3 tests from 3 test suites ran. (4619 ms total)
36: [  PASSED  ] 3 tests.
36/46 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ..............   Passed    4.62 sec
test 37
      Start 37: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

37: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
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 6 tests from 6 test suites.
37: [----------] Global test environment set-up.
37: [----------] 1 test from std_algorithms_fill_team_test
37: [ RUN      ] std_algorithms_fill_team_test.test
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test13b_ParallelRed_TeamVectorRange_SYCL.cpp.o
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
37: [       OK ] std_algorithms_fill_team_test.test (360 ms)
37: [----------] 1 test from std_algorithms_fill_team_test (360 ms total)
37: 
37: [----------] 1 test from std_algorithms_fill_n_team_test
37: [ RUN      ] std_algorithms_fill_n_team_test.test
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
37: [       OK ] std_algorithms_fill_n_team_test.test (333 ms)
37: [----------] 1 test from std_algorithms_fill_n_team_test (333 ms total)
37: 
37: [----------] 1 test from std_algorithms_replace_team_test
37: [ RUN      ] std_algorithms_replace_team_test.test
26: MallocTouch/N:16777216/manual_time                                                   477 us          187 us         5890 2.09425k/s
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
37: [       OK ] std_algorithms_replace_team_test.test (526 ms)
37: [----------] 1 test from std_algorithms_replace_team_test (526 ms total)
37: 
37: [----------] 1 test from std_algorithms_replace_if_team_test
37: [ RUN      ] std_algorithms_replace_if_team_test.test
26: MallocTouch/N:268435456/manual_time                                                 9331 us          426 us           75  107.174/s
37: [       OK ] std_algorithms_replace_if_team_test.test (589 ms)
37: [----------] 1 test from std_algorithms_replace_if_team_test (589 ms total)
37: 
37: [----------] 1 test from std_algorithms_replace_copy_team_test
37: [ RUN      ] std_algorithms_replace_copy_team_test.test
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
26: MallocTouch/N:4294967296/manual_time                                              146799 us         1819 us            5  6.81204/s
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_NumericTraits.cpp.o
37: [       OK ] std_algorithms_replace_copy_team_test.test (947 ms)
37: [----------] 1 test from std_algorithms_replace_copy_team_test (947 ms total)
37: 
37: [----------] 1 test from std_algorithms_replace_copy_if_team_test
37: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
37: [       OK ] std_algorithms_replace_copy_if_team_test.test (793 ms)
37: [----------] 1 test from std_algorithms_replace_copy_if_team_test (794 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 6 tests from 6 test suites ran. (3552 ms total)
37: [  PASSED  ] 6 tests.
37/46 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ..............   Passed    3.56 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

38: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
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_reverse_team_test
38: [ RUN      ] std_algorithms_reverse_team_test.test
38: [       OK ] std_algorithms_reverse_team_test.test (377 ms)
38: [----------] 1 test from std_algorithms_reverse_team_test (377 ms total)
38: 
38: [----------] 1 test from std_algorithms_reverse_copy_team_test
38: [ RUN      ] std_algorithms_reverse_copy_team_test.test
38: [       OK ] std_algorithms_reverse_copy_team_test.test (391 ms)
38: [----------] 1 test from std_algorithms_reverse_copy_team_test (391 ms total)
38: 
38: [----------] 1 test from std_algorithms_rotate_team_test
38: [ RUN      ] std_algorithms_rotate_team_test.test
26: MallocTouchFree/N:1/manual_time                                                     39.8 us         37.7 us        29200   25.15k/s
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[100%] Linking CXX executable Kokkos_gather
[100%] Built target Kokkos_gather
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
38: [       OK ] std_algorithms_rotate_team_test.test (799 ms)
38: [----------] 1 test from std_algorithms_rotate_team_test (800 ms total)
38: 
38: [----------] 1 test from std_algorithms_rotate_copy_team_test
38: [ RUN      ] std_algorithms_rotate_copy_team_test.test
26: MallocTouchFree/N:16/manual_time                                                    27.1 us         27.0 us        28863  36.887k/s
38: [       OK ] std_algorithms_rotate_copy_team_test.test (545 ms)
38: [----------] 1 test from std_algorithms_rotate_copy_team_test (545 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 4 tests from 4 test suites ran. (2115 ms total)
38: [  PASSED  ] 4 tests.
38/46 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ..............   Passed    2.12 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

39: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
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 4 tests from 4 test suites.
39: [----------] Global test environment set-up.
39: [----------] 1 test from std_algorithms_move_team_test
39: [ RUN      ] std_algorithms_move_team_test.test
26: MallocTouchFree/N:256/manual_time                                                   25.6 us         25.5 us        27648 39.0055k/s
39: [       OK ] std_algorithms_move_team_test.test (554 ms)
39: [----------] 1 test from std_algorithms_move_team_test (554 ms total)
39: 
39: [----------] 1 test from std_algorithms_move_backward_team_test
39: [ RUN      ] std_algorithms_move_backward_team_test.test
[ 88%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Complex_hpp
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp.dir/tstHeader.cpp.o
39: [       OK ] std_algorithms_move_backward_team_test.test (572 ms)
39: [----------] 1 test from std_algorithms_move_backward_team_test (572 ms total)
39: 
39: [----------] 1 test from std_algorithms_shift_left_team_test
39: [ RUN      ] std_algorithms_shift_left_team_test.test
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
26: MallocTouchFree/N:4096/manual_time                                                  35.5 us         35.3 us        19760 28.1994k/s
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.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_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
[ 88%] Built target Kokkos_PerformanceTest_Benchmark
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
26: MallocTouchFree/N:65536/manual_time                                                 53.4 us         52.3 us        19760 18.7392k/s
39: [       OK ] std_algorithms_shift_left_team_test.test (1590 ms)
39: [----------] 1 test from std_algorithms_shift_left_team_test (1590 ms total)
39: 
39: [----------] 1 test from std_algorithms_shift_right_team_test
39: [ RUN      ] std_algorithms_shift_right_team_test.test
1: [==========] Running 230 tests from 4 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 (141 ms)
1: [ RUN      ] serial_DeathTest.abort_from_device
1: [       OK ] serial_DeathTest.abort_from_device (138 ms)
1: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalFunctions3.cpp.o
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_Concepts_hpp
1: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (128 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 (28 ms)
1: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:89: Skipped
1: skipping since no memory access violation would occur
1: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms)
1: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:105: Skipped
1: skipping since no memory access violation would occur
1: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms)
1: [----------] 7 tests from serial_DeathTest (443 ms total)
1: 
1: [----------] 1 test from serial_graph_DeathTest
1: [ RUN      ] serial_graph_DeathTest.can_instantiate_only_once
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestGraph.hpp:177: Skipped
1: Preconditions are not checked.
1: [  SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms)
1: [----------] 1 test from serial_graph_DeathTest (0 ms total)
1: 
1: [----------] 210 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_operator_equal
1: [       OK ] serial.array_operator_equal (0 ms)
1: [ RUN      ] serial.array_zero_capacity
1: [       OK ] serial.array_zero_capacity (0 ms)
1: [ RUN      ] serial.array_zero_data_nullptr
1: [       OK ] serial.array_zero_data_nullptr (0 ms)
1: [ RUN      ] serial.array_contiguous_capacity
1: [       OK ] serial.array_contiguous_capacity (0 ms)
1: [ RUN      ] serial.array_contiguous_element_access
1: [       OK ] serial.array_contiguous_element_access (0 ms)
1: [ RUN      ] serial.array_contiguous_assignment
1: [       OK ] serial.array_contiguous_assignment (0 ms)
1: [ RUN      ] serial.array_strided_capacity
1: [       OK ] serial.array_strided_capacity (0 ms)
1: [ RUN      ] serial.array_strided_element_access
1: [       OK ] serial.array_strided_element_access (0 ms)
1: [ RUN      ] serial.array_strided_assignment
1: [       OK ] serial.array_strided_assignment (0 ms)
1: [ RUN      ] serial.atomic_operations_complexdouble
1: [       OK ] serial.atomic_operations_complexdouble (0 ms)
1: [ RUN      ] serial.atomic_operations_complexfloat
1: [       OK ] serial.atomic_operations_complexfloat (0 ms)
1: [ RUN      ] serial.atomic_operations_double
1: [       OK ] serial.atomic_operations_double (0 ms)
1: [ RUN      ] serial.atomic_operations_float
1: [       OK ] serial.atomic_operations_float (0 ms)
1: [ RUN      ] serial.atomic_operations_int
1: [       OK ] serial.atomic_operations_int (0 ms)
1: [ RUN      ] serial.atomic_operations_long
1: [       OK ] serial.atomic_operations_long (0 ms)
1: [ RUN      ] serial.atomic_operations_longlong
1: [       OK ] serial.atomic_operations_longlong (0 ms)
1: [ RUN      ] serial.atomic_shared
1: [       OK ] serial.atomic_shared (0 ms)
1: [ RUN      ] serial.atomic_operations_unsigned
1: [       OK ] serial.atomic_operations_unsigned (0 ms)
1: [ RUN      ] serial.atomic_operations_unsignedlong
1: [       OK ] serial.atomic_operations_unsignedlong (0 ms)
1: [ RUN      ] serial.atomics
1: [       OK ] serial.atomics (3 ms)
1: [ RUN      ] serial.atomics_tpetra_max_abs
1: [       OK ] serial.atomics_tpetra_max_abs (0 ms)
1: [ RUN      ] serial.atomic_views_integral
1: [       OK ] serial.atomic_views_integral (78 ms)
1: [ RUN      ] serial.atomic_views_nonintegral
1: [       OK ] serial.atomic_views_nonintegral (44 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.complex_structured_bindings
1: [       OK ] serial.complex_structured_bindings (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 (30 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.exec_space_thread_safety_range
[ 42%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_hpp.dir/tstHeader.cpp.o
26: MallocTouchFree/N:1048576/manual_time                                               38.4 us         38.2 us        18236 26.0594k/s
39: [       OK ] std_algorithms_shift_right_team_test.test (1413 ms)
39: [----------] 1 test from std_algorithms_shift_right_team_test (1413 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 4 tests from 4 test suites ran. (4131 ms total)
39: [  PASSED  ] 4 tests.
39/46 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ..............   Passed    4.14 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

40: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
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 9 tests from 9 test suites.
40: [----------] Global test environment set-up.
40: [----------] 1 test from std_algorithms_copy_team_test
40: [ RUN      ] std_algorithms_copy_team_test.test
40: [       OK ] std_algorithms_copy_team_test.test (721 ms)
40: [----------] 1 test from std_algorithms_copy_team_test (721 ms total)
40: 
40: [----------] 1 test from std_algorithms_copy_n_team_test
40: [ RUN      ] std_algorithms_copy_n_team_test.test
40: [       OK ] std_algorithms_copy_n_team_test.test (324 ms)
40: [----------] 1 test from std_algorithms_copy_n_team_test (324 ms total)
40: 
40: [----------] 1 test from std_algorithms_copy_backward_team_test
40: [ RUN      ] std_algorithms_copy_backward_team_test.test
1: [       OK ] serial.exec_space_thread_safety_range (1756 ms)
1: [ RUN      ] serial.exec_space_thread_safety_mdrange
1: [       OK ] serial.exec_space_thread_safety_mdrange (172 ms)
1: [ RUN      ] serial.exec_space_thread_safety_team_policy
1: [       OK ] serial.exec_space_thread_safety_team_policy (172 ms)
1: [ RUN      ] serial.exec_space_thread_safety_range_reduce
40: [       OK ] std_algorithms_copy_backward_team_test.test (559 ms)
40: [----------] 1 test from std_algorithms_copy_backward_team_test (559 ms total)
40: 
40: [----------] 1 test from std_algorithms_copy_if_team_test
40: [ RUN      ] std_algorithms_copy_if_team_test.test
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
1: [       OK ] serial.exec_space_thread_safety_range_reduce (178 ms)
1: [ RUN      ] serial.exec_space_thread_safety_mdrange_reduce
1: [       OK ] serial.exec_space_thread_safety_mdrange_reduce (166 ms)
1: [ RUN      ] serial.exec_space_thread_safety_team_policy_reduce
1: [       OK ] serial.exec_space_thread_safety_team_policy_reduce (175 ms)
1: [ RUN      ] serial.exec_space_thread_safety_range_scan
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_a.cpp.o
40: [       OK ] std_algorithms_copy_if_team_test.test (630 ms)
40: [----------] 1 test from std_algorithms_copy_if_team_test (630 ms total)
40: 
40: [----------] 1 test from std_algorithms_unique_copy_team_test
40: [ RUN      ] std_algorithms_unique_copy_team_test.test
1: [       OK ] serial.exec_space_thread_safety_range_scan (172 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
26: MallocTouchFree/N:16777216/manual_time                                               525 us          187 us         4678 1.90533k/s
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
26: MallocTouchFree/N:268435456/manual_time                                             9431 us          384 us           74  106.035/s
40: [       OK ] std_algorithms_unique_copy_team_test.test (1252 ms)
40: [----------] 1 test from std_algorithms_unique_copy_team_test (1252 ms total)
40: 
40: [----------] 1 test from std_algorithms_remove_team_test
40: [ RUN      ] std_algorithms_remove_team_test.test
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
40: [       OK ] std_algorithms_remove_team_test.test (764 ms)
40: [----------] 1 test from std_algorithms_remove_team_test (764 ms total)
40: 
40: [----------] 1 test from std_algorithms_remove_if_team_test
40: [ RUN      ] std_algorithms_remove_if_team_test.test
26: MallocTouchFree/N:4294967296/manual_time                                          147218 us         1992 us            5  6.79263/s
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
1: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (2032 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
40: [       OK ] std_algorithms_remove_if_team_test.test (763 ms)
40: [----------] 1 test from std_algorithms_remove_if_team_test (763 ms total)
40: 
40: [----------] 1 test from std_algorithms_remove_copy_team_test
40: [ RUN      ] std_algorithms_remove_copy_team_test.test
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
26: ----------------------------------------------------------------------------------------------------------------------------------------------
26: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s         MB
26: ----------------------------------------------------------------------------------------------------------------------------------------------
26: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                            0.024 s         0.001 s            27  33.8822/s        800
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
40: [       OK ] std_algorithms_remove_copy_team_test.test (865 ms)
40: [----------] 1 test from std_algorithms_remove_copy_team_test (865 ms total)
40: 
40: [----------] 1 test from std_algorithms_remove_copy_if_team_test
40: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
40: [       OK ] std_algorithms_remove_copy_if_team_test.test (745 ms)
40: [----------] 1 test from std_algorithms_remove_copy_if_team_test (745 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 9 tests from 9 test suites ran. (6627 ms total)
40: [  PASSED  ] 9 tests.
40/46 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ..............   Passed    6.63 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

41: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
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 4 tests from 4 test suites.
41: [----------] Global test environment set-up.
41: [----------] 1 test from std_algorithms_unique_team_test
41: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
26: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                           0.028 s         0.001 s            26  28.6984/s        800
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (2410 ms)
1: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test13c_ParallelRed_ThreadVectorRange_SYCL.cpp.o
26: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                            0.026 s         0.001 s            24   31.106/s        800
1: [       OK ] serial.local_deepcopy_teampolicy_layoutright (960 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
41: [       OK ] std_algorithms_unique_team_test.test_default_predicate (1450 ms)
41: [----------] 1 test from std_algorithms_unique_team_test (1450 ms total)
41: 
41: [----------] 1 test from std_algorithms_adjacent_difference_team_test
41: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (963 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 (2 ms)
1: [ RUN      ] serial.mdrange_4d
1: [       OK ] serial.mdrange_4d (1 ms)
1: [ RUN      ] serial.mdrange_large_deep_copy
26: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.002 s            26  29.8007/s        800
41: [       OK ] std_algorithms_adjacent_difference_team_test.test (1254 ms)
41: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1254 ms total)
41: 
41: [----------] 1 test from std_algorithms_reduce_team_test
41: [ RUN      ] std_algorithms_reduce_team_test.test
1: [       OK ] serial.mdrange_large_deep_copy (757 ms)
1: [ RUN      ] serial.md_range_policy_construction_from_arrays
1: [       OK ] serial.md_range_policy_construction_from_arrays (0 ms)
1: [ RUN      ] serial.policy_get_tile_size
1: [       OK ] serial.policy_get_tile_size (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: [       OK ] serial.mdspan_minimal_functional (0 ms)
1: [ RUN      ] serial.mdspan_atomic_accessor
1: [       OK ] serial.mdspan_atomic_accessor (0 ms)
1: [ RUN      ] serial.view_mdspan_conversion
1: [       OK ] serial.view_mdspan_conversion (0 ms)
1: [ RUN      ] serial.view_mdspan_conversion_with_stride
1: [       OK ] serial.view_mdspan_conversion_with_stride (101 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 (25 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 (9 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_policy_round_trip_conversion_fires
1: [       OK ] serial.range_policy_round_trip_conversion_fires (3 ms)
1: [ RUN      ] serial.range_policy_one_way_convertible_bounds
1: [       OK ] serial.range_policy_one_way_convertible_bounds (0 ms)
1: [ RUN      ] serial.range_policy_check_sign_changes
1: [       OK ] serial.range_policy_check_sign_changes (3 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
26: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                            0.028 s         0.001 s            28  28.7589/s        800
1: [       OK ] serial.double_reduce (142 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic
41: [       OK ] std_algorithms_reduce_team_test.test (1024 ms)
41: [----------] 1 test from std_algorithms_reduce_team_test (1024 ms total)
41: 
41: [----------] 1 test from std_algorithms_transform_reduce_team_test
41: [ RUN      ] std_algorithms_transform_reduce_team_test.test
[ 42%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
26: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.001 s            24  29.7961/s        800
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MathematicalSpecialFunctions.cpp.o
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
1: [       OK ] serial.int64_t_reduce_dynamic (1312 ms)
1: [ RUN      ] serial.double_reduce_dynamic
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MathematicalSpecialFunctions.cpp.o
[ 42%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test14_MDRangeReduce_CUDA.cpp.o
26: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                            0.027 s         0.001 s            26  29.8015/s        800
41: [       OK ] std_algorithms_transform_reduce_team_test.test (1781 ms)
41: [----------] 1 test from std_algorithms_transform_reduce_team_test (1781 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 4 tests from 4 test suites ran. (5511 ms total)
41: [  PASSED  ] 4 tests.
41/46 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ..............   Passed    5.52 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

42: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
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 18 tests from 5 test suites.
42: [----------] Global test environment set-up.
42: [----------] 2 tests from std_algorithms_is_sorted_team_test
42: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
1: [       OK ] serial.double_reduce_dynamic (1298 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic_view
1: [       OK ] serial.int64_t_reduce_dynamic_view (283 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
42: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (634 ms)
42: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
[ 42%] Built target Kokkos_HeaderSelfContained_Kokkos_CopyViews_hpp
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
26: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.001 s            28  29.8114/s        800
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp.dir/tstHeader.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_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
26: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                            0.027 s         0.001 s            24  29.8047/s        800
42: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1392 ms)
42: [----------] 2 tests from std_algorithms_is_sorted_team_test (2026 ms total)
42: 
42: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
42: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
42: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (14 ms)
42: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
42: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (14 ms)
42: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
26: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.001 s            26  29.7988/s        800
1: [       OK ] serial.reduce_device_view_mdrange_policy (2324 ms)
1: [ RUN      ] serial.reduce_device_view_team_policy
1: [       OK ] serial.reduce_device_view_team_policy (163 ms)
1: [ RUN      ] serial.impl_shared_alloc
1: [       OK ] serial.impl_shared_alloc (7 ms)
1: [ RUN      ] serial.mdspan_space_aware_accessor
1: [       OK ] serial.mdspan_space_aware_accessor (0 ms)
1: [ RUN      ] serial.kokkos_swap
1: [       OK ] serial.kokkos_swap (0 ms)
1: [ RUN      ] serial.task_fib_deprecated
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
42: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1361 ms)
42: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
26: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                            0.027 s         0.001 s            26  29.8483/s        800
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
1: [       OK ] serial.task_fib_deprecated (771 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 (11 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_is_sorted_until_team_test.test_nontrivialB (826 ms)
42: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2217 ms total)
42: 
42: [----------] 4 tests from std_algorithms_is_partitioned_team_test
42: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
42: [       OK ] std_algorithms_is_partitioned_team_test.empty (7 ms)
42: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
1: [       OK ] serial.task_fib_deprecated_multiple (766 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
26: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.001 s            26   29.837/s        800
1: [       OK ] serial.task_multiple_depend_deprecated_multiple (11 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
42: [       OK ] std_algorithms_is_partitioned_team_test.all_true (399 ms)
42: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
42: [       OK ] std_algorithms_is_partitioned_team_test.all_false (396 ms)
42: [ RUN      ] std_algorithms_is_partitioned_team_test.random
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_OccupancyControlTrait.cpp.o
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
42: [       OK ] std_algorithms_is_partitioned_team_test.random (304 ms)
42: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1108 ms total)
42: 
42: [----------] 4 tests from std_algorithms_partition_copy_team_test
42: [ RUN      ] std_algorithms_partition_copy_team_test.empty
42: [       OK ] std_algorithms_partition_copy_team_test.empty (11 ms)
42: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
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 (9 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
26: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                            0.027 s         0.001 s            26  29.8276/s        800
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o
1: [       OK ] serial.task_fib_multiple (572 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 (10 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
42: [       OK ] std_algorithms_partition_copy_team_test.all_true (665 ms)
42: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
26: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.001 s            26  29.8063/s        800
1: [       OK ] serial.task_fib_chase_lev (608 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 (10 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: [----------] 210 tests from serial (19194 ms total)
1: 
1: [----------] 12 tests from serial_graph
1: [ RUN      ] serial_graph.submit_once
1: [       OK ] serial_graph.submit_once (0 ms)
1: [ RUN      ] serial_graph.submit_once_rvalue
1: [       OK ] serial_graph.submit_once_rvalue (0 ms)
1: [ RUN      ] serial_graph.instantiate_and_submit_once
1: [       OK ] serial_graph.instantiate_and_submit_once (0 ms)
1: [ RUN      ] serial_graph.submit_onto_another_execution_space_instance
1: [       OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms)
1: [ RUN      ] serial_graph.create_graph_no_closure_with_exec
1: [       OK ] serial_graph.create_graph_no_closure_with_exec (0 ms)
1: [ RUN      ] serial_graph.create_graph_no_arg
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestGraph.hpp:243: Skipped
1: Skipping since useless if the test fixture is not on the default execution space.
1: [  SKIPPED ] serial_graph.create_graph_no_arg (0 ms)
1: [ RUN      ] serial_graph.submit_six
1: [       OK ] serial_graph.submit_six (0 ms)
1: [ RUN      ] serial_graph.when_all_cycle
1: [       OK ] serial_graph.when_all_cycle (0 ms)
1: [ RUN      ] serial_graph.zero_work_reduce
1: [       OK ] serial_graph.zero_work_reduce (0 ms)
1: [ RUN      ] serial_graph.empty_graph
1: [       OK ] serial_graph.empty_graph (0 ms)
1: [ RUN      ] serial_graph.diamond
1: [       OK ] serial_graph.diamond (0 ms)
1: [ RUN      ] serial_graph.end_of_submit_control_flow
1: [       OK ] serial_graph.end_of_submit_control_flow (0 ms)
1: [----------] 12 tests from serial_graph (0 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 230 tests from 4 test suites ran. (19639 ms total)
1: [  PASSED  ] 224 tests.
1: [  SKIPPED ] 6 tests, listed below:
1: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
1: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
1: [  SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once
1: [  SKIPPED ] serial.mdrange_parallel_reduce_primitive_types
1: [  SKIPPED ] serial.reduction_with_large_iteration_count
1: [  SKIPPED ] serial_graph.create_graph_no_arg
1: 
1:   YOU HAVE 1 DISABLED TEST
1: 
 1/51 Test  #1: Kokkos_CoreUnitTest_Serial1 ..........................   Passed   20.35 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
2: [==========] Running 126 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: [----------] 122 tests from serial
2: [ RUN      ] serial.team_for
2: [       OK ] serial.team_for (0 ms)
2: [ RUN      ] serial.team_reduce_large
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
2: [       OK ] serial.team_reduce_large (263 ms)
2: [ RUN      ] serial.team_parallel_single
2: [       OK ] serial.team_parallel_single (7 ms)
2: [ RUN      ] serial.large_team_scratch_size
2: [       OK ] serial.large_team_scratch_size (0 ms)
2: [ RUN      ] serial.team_broadcast_long
2: [       OK ] serial.team_broadcast_long (0 ms)
2: [ RUN      ] serial.team_broadcast_char
2: [       OK ] serial.team_broadcast_char (0 ms)
2: [ RUN      ] serial.team_broadcast_float
2: [       OK ] serial.team_broadcast_float (0 ms)
2: [ RUN      ] serial.team_broadcast_double
2: [       OK ] serial.team_broadcast_double (0 ms)
2: [ RUN      ] serial.team_handle_by_value
2: [       OK ] serial.team_handle_by_value (0 ms)
2: [ RUN      ] serial.team_thread_range_combined_reducers
2: [       OK ] serial.team_thread_range_combined_reducers (0 ms)
2: [ RUN      ] serial.thread_vector_range_combined_reducers
2: [       OK ] serial.thread_vector_range_combined_reducers (0 ms)
2: [ RUN      ] serial.team_vector_range_combined_reducers
2: [       OK ] serial.team_vector_range_combined_reducers (0 ms)
2: [ RUN      ] serial.TeamThreadMDRangeParallelFor
2: [       OK ] serial.TeamThreadMDRangeParallelFor (4 ms)
2: [ RUN      ] serial.ThreadVectorMDRangeParallelFor
2: [       OK ] serial.ThreadVectorMDRangeParallelFor (3 ms)
2: [ RUN      ] serial.TeamVectorMDRangeParallelFor
2: [       OK ] serial.TeamVectorMDRangeParallelFor (3 ms)
2: [ RUN      ] serial.TeamThreadMDRangeParallelReduce
2: [       OK ] serial.TeamThreadMDRangeParallelReduce (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
42: [       OK ] std_algorithms_partition_copy_team_test.all_false (664 ms)
42: [ RUN      ] std_algorithms_partition_copy_team_test.random
2: [       OK ] serial.team_reduction_scan (44 ms)
2: [ RUN      ] serial.team_long_reduce
2: [       OK ] serial.team_long_reduce (116 ms)
2: [ RUN      ] serial.team_double_reduce
2: [       OK ] serial.team_double_reduce (36 ms)
2: [ RUN      ] serial.team_long_array_reduce
2: [       OK ] serial.team_long_array_reduce (115 ms)
2: [ RUN      ] serial.team_double_array_reduce
2: [       OK ] serial.team_double_array_reduce (50 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
42: [       OK ] std_algorithms_partition_copy_team_test.random (573 ms)
42: [----------] 4 tests from std_algorithms_partition_copy_team_test (1915 ms total)
42: 
42: [----------] 4 tests from std_algorithms_partition_point_team_test
42: [ RUN      ] std_algorithms_partition_point_team_test.empty
42: [       OK ] std_algorithms_partition_point_team_test.empty (7 ms)
42: [ RUN      ] std_algorithms_partition_point_team_test.all_true
42: [       OK ] std_algorithms_partition_point_team_test.all_true (269 ms)
42: [ RUN      ] std_algorithms_partition_point_team_test.all_false
26: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                            0.027 s         0.001 s            28  29.8056/s        800
42: [       OK ] std_algorithms_partition_point_team_test.all_false (270 ms)
42: [ RUN      ] std_algorithms_partition_point_team_test.random
42: [       OK ] std_algorithms_partition_point_team_test.random (174 ms)
42: [----------] 4 tests from std_algorithms_partition_point_team_test (720 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 18 tests from 5 test suites ran. (7989 ms total)
42: [  PASSED  ] 18 tests.
42/46 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ..............   Passed    7.99 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

43: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
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 5 tests from 4 test suites.
43: [----------] Global test environment set-up.
43: [----------] 2 tests from std_algorithms_transform_team_test
43: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
26: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.001 s            26  29.7971/s        800
43: [       OK ] std_algorithms_transform_team_test.test_unary_op (929 ms)
43: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
26: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           383  1006.41/s       1.6k
43: [       OK ] std_algorithms_transform_team_test.test_binary_op (1084 ms)
43: [----------] 2 tests from std_algorithms_transform_team_test (2014 ms total)
43: 
43: [----------] 1 test from std_algorithms_generate_team_test
43: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
26: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           439  966.798/s       1.6k
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test14_MDRangeReduce_SYCL.cpp.o
26: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           441  990.724/s       1.6k
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
43: [       OK ] std_algorithms_generate_team_test.test_unary_op (2027 ms)
43: [----------] 1 test from std_algorithms_generate_team_test (2027 ms total)
43: 
43: [----------] 1 test from std_algorithms_generate_n_team_test
43: [ RUN      ] std_algorithms_generate_n_team_test.test
43: [       OK ] std_algorithms_generate_n_team_test.test (269 ms)
43: [----------] 1 test from std_algorithms_generate_n_team_test (269 ms total)
43: 
43: [----------] 1 test from std_algorithms_swap_ranges_team_test
43: [ RUN      ] std_algorithms_swap_ranges_team_test.test
26: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           440  1022.77/s       1.6k
43: [       OK ] std_algorithms_swap_ranges_team_test.test (931 ms)
43: [----------] 1 test from std_algorithms_swap_ranges_team_test (932 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 5 tests from 4 test suites ran. (5244 ms total)
43: [  PASSED  ] 5 tests.
43/46 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ..............   Passed    5.25 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

44: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
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_exclusive_scan_team_test
44: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
26: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           441  972.549/s       1.6k
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 64%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceType_d.cpp.o
26: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           441  1022.56/s       1.6k
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
26: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.002 s         0.002 s           441  1022.48/s       1.6k
2: [       OK ] serial.repeated_team_reduce (8051 ms)
2: [ RUN      ] serial.team_scan
2: [       OK ] serial.team_scan (94 ms)
2: [ RUN      ] serial.team_scan_ret_val
2: [       OK ] serial.team_scan_ret_val (90 ms)
2: [ RUN      ] serial.team_shared_request
2: [       OK ] serial.team_shared_request (31 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 (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 (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 (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 (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_layout_left_with_stride
2: [       OK ] serial.view_layout_left_with_stride (91 ms)
2: [ RUN      ] serial.view_layout_right_with_stride
2: [       OK ] serial.view_layout_right_with_stride (0 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_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
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_hpp
26: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.003 s         0.003 s           209  511.044/s       1.6k
2: [       OK ] serial.view_allocation_large_rank (885 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_bad_alloc
2: [       OK ] serial.view_bad_alloc (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
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
44: [       OK ] std_algorithms_exclusive_scan_team_test.test (3315 ms)
44: [----------] 1 test from std_algorithms_exclusive_scan_team_test (3316 ms total)
44: 
44: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
44: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
26: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.003 s         0.003 s           224  513.848/s       1.6k
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_a.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Other.cpp.o
26: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           440  1021.66/s       1.6k
44: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (1605 ms)
44: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1606 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 2 tests from 2 test suites ran. (4922 ms total)
44: [  PASSED  ] 2 tests.
44/46 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ..............   Passed    4.93 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

45: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
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 2 tests from 2 test suites.
45: [----------] Global test environment set-up.
45: [----------] 1 test from std_algorithms_inclusive_scan_team_test
45: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Crs_hpp.dir/tstHeader.cpp.o
26: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           331  755.888/s       1.6k
2: [       OK ] serial.view_fill_tests_layout_right (2291 ms)
2: [ RUN      ] serial.view_fill_tests_layout_left
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Core_fwd_hpp
26: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.003 s         0.003 s           278  614.463/s       1.6k
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp.dir/tstHeader.cpp.o
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
26: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           441   1021.6/s       1.6k
2: [       OK ] serial.view_fill_tests_layout_left (1796 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 (53 ms)
2: [ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
2: [       OK ] serial.view_layoutstride_right_to_layoutright_assignment (49 ms)
2: [ RUN      ] serial.view_irregular_layout
2: [       OK ] serial.view_irregular_layout (0 ms)
2: [ RUN      ] serial.view_mapping
2: [       OK ] serial.view_mapping (53 ms)
2: [ RUN      ] serial.view_mapping_operator
2: [       OK ] serial.view_mapping_operator (2 ms)
2: [ RUN      ] serial.static_extent
2: [       OK ] serial.static_extent (0 ms)
2: [ RUN      ] serial.view_mapping_atomic
2: [       OK ] serial.view_mapping_atomic (0 ms)
2: [ RUN      ] serial.view_mapping_class_value
2: [       OK ] serial.view_mapping_class_value (0 ms)
2: [ RUN      ] serial.view_mapping_assignable
2: [       OK ] serial.view_mapping_assignable (0 ms)
2: [ RUN      ] serial.view_mapping_trivially_copyable
2: [       OK ] serial.view_mapping_trivially_copyable (0 ms)
2: [ RUN      ] serial.view_mapping_subview
2: [       OK ] serial.view_mapping_subview (0 ms)
2: [ RUN      ] serial.view_nested_view
2: [       OK ] serial.view_nested_view (0 ms)
2: [ RUN      ] serial.view_of_views_default
2: [       OK ] serial.view_of_views_default (0 ms)
2: [ RUN      ] serial.view_of_views_without_initializing
2: [       OK ] serial.view_of_views_without_initializing (0 ms)
2: [ RUN      ] serial.test_view_of_views_sequential_host_init
2: [       OK ] serial.test_view_of_views_sequential_host_init (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 (3 ms)
2: [ RUN      ] serial.view_realloc
2: [       OK ] serial.view_realloc (0 ms)
2: [ RUN      ] serial.workgraph_fib
2: [       OK ] serial.workgraph_fib (108 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:285: 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 (4 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
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
[ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.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 (156 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_b.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_c.cpp.o
2: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (154 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: [----------] 122 tests from serial (15100 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 126 tests from 2 test suites ran. (15100 ms total)
2: [  PASSED  ] 123 tests.
2: [  SKIPPED ] 3 tests, listed below:
2: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_host
2: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device
2: [  SKIPPED ] serial.view_allocation_int
 2/51 Test  #2: Kokkos_CoreUnitTest_Serial2 ..........................   Passed   15.17 sec
test 3
      Start  3: Kokkos_CoreUnitTest_OpenMPTarget

3: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_OpenMPTarget
3: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
3: Test timeout computed to be: 1500
3: [==========] Running 266 tests from 4 test suites.
3: [----------] Global test environment set-up.
3: [----------] 11 tests from openmptarget_DeathTest
3: [ RUN      ] openmptarget_DeathTest.abort_from_host
26: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           441  1022.49/s       1.6k
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
3: [       OK ] openmptarget_DeathTest.abort_from_host (133 ms)
3: [ RUN      ] openmptarget_DeathTest.abort_from_device
[ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_SharedSpace.dir/test_sharedSpace.cpp.o
26: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           441  1022.58/s       1.6k
3: [       OK ] openmptarget_DeathTest.abort_from_device (1322 ms)
3: [ RUN      ] openmptarget_DeathTest.checked_integer_operations_multiply_overflow_abort
3: [       OK ] openmptarget_DeathTest.checked_integer_operations_multiply_overflow_abort (141 ms)
3: [ RUN      ] openmptarget_DeathTest.range_policy_invalid_bounds
3: [       OK ] openmptarget_DeathTest.range_policy_invalid_bounds (2 ms)
3: [ RUN      ] openmptarget_DeathTest.range_policy_implicitly_converted_bounds
3: [       OK ] openmptarget_DeathTest.range_policy_implicitly_converted_bounds (2 ms)
3: [ RUN      ] openmptarget_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
3: [       OK ] openmptarget_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (138 ms)
3: [ RUN      ] openmptarget_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:116: Skipped
3: skipping because OpenMPTarget backend is currently not able to abort from the device
3: [  SKIPPED ] openmptarget_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms)
3: [ RUN      ] openmptarget_DeathTest.view_layoutstride_right_to_layoutleft_assignment
3: [       OK ] openmptarget_DeathTest.view_layoutstride_right_to_layoutleft_assignment (0 ms)
3: [ RUN      ] openmptarget_DeathTest.view_layoutstride_left_to_layoutright_assignment
3: [       OK ] openmptarget_DeathTest.view_layoutstride_left_to_layoutright_assignment (0 ms)
3: [ RUN      ] openmptarget_DeathTest.view_memory_access_violations_from_host
26: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           441  990.533/s       1.6k
45: [       OK ] std_algorithms_inclusive_scan_team_test.test (4851 ms)
45: [----------] 1 test from std_algorithms_inclusive_scan_team_test (4852 ms total)
45: 
45: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
45: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
 -- Testing 1-D histogram
Density 1D: 0.00024342 -0.99999 -48242.5 || 0.051031 0 194856 || 2.92857e+09 28674.4 || -6.66904e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.000729176 -0.305523 0.139888 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_TaskDag.dir/test_taskdag.cpp.o
26: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.014 s         0.014 s            49  112.532/s       1.6k
26: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.014 s         0.014 s            49  113.072/s       1.6k
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
45: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (3215 ms)
45: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (3215 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 2 tests from 2 test suites ran. (8067 ms total)
45: [  PASSED  ] 2 tests.
45/46 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ..............   Passed    8.07 sec
test 46
      Start 46: Kokkos_UnitTest_SIMD

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

100% tests passed, 0 tests failed out of 46

Total Test time (real) = 688.59 sec
+ gcc -I/var/jenkins/workspace/Kokkos_PR-5993/build/../core/src/ ../core/unit_test/tools/TestCInterface.c
26: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.003 s         0.003 s           226  517.044/s       1.6k
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 58d4f189adbffebb51022b947afab01f683e85d07a90f40c94cde5f64c123794
26: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.007 s         0.007 s           103  236.398/s       1.6k
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestGramSchmidt.cpp.o
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeResize.cpp.o
26: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           441  1021.67/s       1.6k
$ docker rm -f --volumes 58d4f189adbffebb51022b947afab01f683e85d07a90f40c94cde5f64c123794
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
26: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           441  1022.59/s       1.6k
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
26: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.016 s         0.016 s            44  101.644/s       1.6k
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test16_ParallelScan_CUDA.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
26: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.018 s         0.018 s            39  88.9027/s       1.6k
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ParallelScanRangePolicy.cpp.o
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test16_ParallelScan_SYCL.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
26: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           441  1022.74/s       1.6k
26: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           442  1022.07/s       1.6k
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/test_atomic_minmax_simple.cpp.o
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
26: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.017 s         0.017 s            40  91.6328/s       1.6k
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
26: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.019 s         0.019 s            37  84.9231/s       1.6k
[ 43%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
26: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.002 s           440  1022.56/s       1.6k
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/BenchmarkMain.cpp.o
[ 65%] Linking CXX executable Kokkos_PerformanceTest_TaskDag
26: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.002 s           441  1022.52/s       1.6k
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
26: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.018 s         0.018 s            38  87.6266/s       1.6k
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 65%] Built target Kokkos_PerformanceTest_TaskDag
[ 65%] Linking CXX executable Kokkos_PerformanceTest_SharedSpace
[ 65%] Building CXX object core/perf_test/CMakeFiles/Kokkos_Benchmark_Atomic_MinMax.dir/Benchmark_Context.cpp.o
26: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.019 s         0.019 s            37   83.486/s       1.6k
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_d.cpp.o
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_DetectionIdiom_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp.dir/tstHeader.cpp.o
26: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time          0.002 s         0.002 s           445  1033.04/s       1.6k
26: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time        0.002 s         0.002 s           445  1033.01/s       1.6k
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o
[ 65%] Built target Kokkos_PerformanceTest_SharedSpace
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/test_mempool.cpp.o
26: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time         0.002 s         0.002 s           389  1032.93/s       1.6k
26: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time         0.002 s         0.002 s           445  1033.17/s       1.6k
26: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           889  1045.93/s        800
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
26: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           892  1046.45/s        800
26: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           892  1046.48/s        800
26: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           892  1046.57/s        800
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Printf.cpp.o
26: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           892  1046.41/s        800
26: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           892  1046.73/s        800
[ 43%] Built target Kokkos_HeaderSelfContained_Kokkos_Crs_hpp
[ 43%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Extents_hpp.dir/tstHeader.cpp.o
26: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           892   1046.6/s        800
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_CustomReduction.cpp.o
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ExecSpacePartitioning.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_QuadPrecisionMath.cpp.o
26: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           892   1046.7/s        800
26: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           892  1046.74/s        800
26: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           892  1046.83/s        800
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTestHexGrad.cpp.o
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicy.cpp.o
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o
26: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           892  1046.54/s        800
26: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           892  1046.77/s        800
[ 43%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_a.cpp.o
26: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           892   1046.6/s        800
26: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           892   1046.6/s        800
[ 93%] 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_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
26: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s           893  1046.42/s        800
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_SYCL.dir/generated/Test17_CompleteAtomic_SYCL.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
26: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s           892  1046.64/s        800
26: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                  0.001 s         0.001 s           893  1047.31/s        800
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyConstructors.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
26: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                 0.001 s         0.001 s           893  1047.25/s        800
26: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 5.44879k/s       1.6k
26: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 6.19152k/s       1.6k
26: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.96045k/s       1.6k
26: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.36443k/s       1.6k
26: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 5.71609k/s       1.6k
26: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.21998k/s       1.6k
26: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 9.41215k/s       1.6k
26: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 9.45705k/s       1.6k
26: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 7.19132k/s       1.6k
26: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.90267k/s       1.6k
26: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 8.38602k/s       1.6k
26: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.59013k/s       1.6k
26: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 5.55524k/s       1.6k
26: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.20783k/s       1.6k
26: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.05273k/s       1.6k
26: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 3.32427k/s       1.6k
26: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10  8.2234k/s       1.6k
26: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.46037k/s       1.6k
26: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 5.23005k/s       1.6k
26: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 4.03744k/s       1.6k
26: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.001 s            10 2.38574k/s       1.6k
26: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.003 s         0.001 s            10  478.989/s       1.6k
26: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.003 s         0.001 s            10  514.005/s       1.6k
26: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.003 s         0.001 s            10  491.844/s       1.6k
26: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.006 s         0.000 s            10  268.521/s       1.6k
26: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.003 s         0.000 s            10  633.593/s       1.6k
26: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.003 s         0.000 s            10  553.152/s       1.6k
26: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.003 s         0.000 s            10  560.197/s       1.6k
26: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.003 s         0.001 s            10  518.612/s       1.6k
26: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.006 s         0.000 s            10  271.356/s       1.6k
26: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.003 s         0.000 s            10  609.107/s       1.6k
26: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.003 s         0.000 s            10  560.356/s       1.6k
26: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time           0.028 s         0.002 s            10   56.618/s       1.6k
[ 66%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/BenchmarkMain.cpp.o
26: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time          0.031 s         0.002 s            10  51.2947/s       1.6k
26/53 Test #26: Kokkos_PerformanceTest_Benchmark .....................   Passed  123.62 sec
test 27
      Start 27: Kokkos_Benchmark_Atomic_MinMax

27: 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-09-12_T14-26-18.json"
27: Test timeout computed to be: 1500
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_RangePolicyRequire.cpp.o
27: 2024-09-12T14:51:15+00:00
27: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
27: Run on (255 X 3522.93 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: 5.78, 5.57, 5.75
27: CPU architecture: none
27: Default Device: HIP
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 GiB, Shared Memory per Block: 64 KiB, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected
27: Kokkos Version: 4.4.99
27: macro  KOKKOS_ENABLE_HIP: defined
27: macro KOKKOS_ENABLE_ROCTHRUST: defined
27: platform: 64bit
27: ----------------------------------------------------------------------------------------------------------------------------------------
27: Benchmark                                                                                              Time             CPU   Iterations
27: ----------------------------------------------------------------------------------------------------------------------------------------
27: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
27: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
27: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
27: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
27: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
27: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
27: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
27: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
27: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
27: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
27: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
27: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
27: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
27: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
27: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
27: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
27: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
27: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
27: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
27: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
27: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
27: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
27: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
27: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
27: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
27: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
27: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
27: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
27: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
27: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
27: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
27: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
27: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
27: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
27: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
27: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
27: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
27: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
27: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
27: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
27: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
27: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
27: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
27: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
27: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
27: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
27: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
27: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
27/53 Test #27: Kokkos_Benchmark_Atomic_MinMax .......................   Passed    1.39 sec
test 28
      Start 28: Kokkos_PerformanceTest_Mempool

28: 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-09-12_T14-26-18.json"
28: Test timeout computed to be: 1500
28: 2024-09-12T14:51:16+00:00
28: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Mempool
28: Run on (255 X 3525.06 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: 5.78, 5.57, 5.75
28: CPU architecture: none
28: Default Device: HIP
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 GiB, Shared Memory per Block: 64 KiB, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected
28: Kokkos Version: 4.4.99
28: macro  KOKKOS_ENABLE_HIP: defined
28: macro KOKKOS_ENABLE_ROCTHRUST: defined
28: platform: 64bit
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
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
28: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: fill ops per second
28: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: 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          2354               18.5336M/s
28: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: cycle ops per second
28: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: 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          9460                149.814M/s
28/53 Test #28: Kokkos_PerformanceTest_Mempool .......................   Passed    2.91 sec
test 29
      Start 29: Kokkos_PerformanceTest_Atomic

29: 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-09-12_T14-26-18.json"
29: Test timeout computed to be: 1500
29: 2024-09-12T14:51:18+00:00
29: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Atomic
29: Run on (255 X 3123.85 MHz CPU s)
29: CPU Caches:
29:   L1 Data 32 KiB (x127)
29:   L1 Instruction 32 KiB (x127)
29:   L2 Unified 512 KiB (x127)
29:   L3 Unified 32768 KiB (x15)
29: Load Average: 5.48, 5.51, 5.73
29: CPU architecture: none
29: Default Device: HIP
29: GPU architecture: AMD_GFX908
29: KOKKOS_COMPILER_CLANG: 1600
29: KOKKOS_ENABLE_ASM: no
29: KOKKOS_ENABLE_CXX17: no
29: KOKKOS_ENABLE_CXX20: yes
29: KOKKOS_ENABLE_CXX23: no
29: KOKKOS_ENABLE_CXX26: no
29: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
29: KOKKOS_ENABLE_HIP: yes
29: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
29: KOKKOS_ENABLE_HWLOC: no
29: KOKKOS_ENABLE_LIBDL: yes
29: KOKKOS_ENABLE_PRAGMA_IVDEP: no
29: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
29: KOKKOS_ENABLE_PRAGMA_UNROLL: no
29: KOKKOS_ENABLE_PRAGMA_VECTOR: no
29: KOKKOS_ENABLE_SERIAL: yes
29: Kokkos: HIP[ 0 ] gcnArch gfx908:sramecc+:xnack-, Total Global Memory: 31.98 GiB, Shared Memory per Block: 64 KiB, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected
29: Kokkos Version: 4.4.99
29: macro  KOKKOS_ENABLE_HIP: defined
29: macro KOKKOS_ENABLE_ROCTHRUST: defined
29: platform: 64bit
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_MallocFree.cpp.o
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_ExecPolicy_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Future_hpp.dir/tstHeader.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_IncrementalTest_CUDA.dir/generated/Test17_CompleteAtomic_CUDA.cpp.o
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Extents_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_hpp.dir/tstHeader.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o
29: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29: Benchmark                                                         Time             CPU   Iterations     Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial
29: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29: Test_Atomic<int>/30000/iterations:10                          0.362 s         0.360 s            10          1            4     5.3146m        3.81297m    50.6667u     449.985M          26.232k     449.985M
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewAllocate.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a123.cpp.o
[ 67%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Mempool.dir/Benchmark_Context.cpp.o
[ 68%] Linking CXX executable Kokkos_IncrementalTest_SYCL
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ReducerCTADs.cpp.o
3: [       OK ] openmptarget_DeathTest.view_memory_access_violations_from_host (41589 ms)
3: [ RUN      ] openmptarget_DeathTest.view_memory_access_violations_from_device
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewMemoryAccessViolation.hpp:180: Skipped
3: skipping because OpenMPTarget backend is currently not able to abort from the device
3: [  SKIPPED ] openmptarget_DeathTest.view_memory_access_violations_from_device (0 ms)
3: [----------] 11 tests from openmptarget_DeathTest (43332 ms total)
3: 
3: [----------] 1 test from openmptarget_graph_DeathTest
3: [ RUN      ] openmptarget_graph_DeathTest.can_instantiate_only_once
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestGraph.hpp:177: Skipped
3: Preconditions are not checked.
3: [  SKIPPED ] openmptarget_graph_DeathTest.can_instantiate_only_once (0 ms)
3: [----------] 1 test from openmptarget_graph_DeathTest (0 ms total)
3: 
3: [----------] 242 tests from openmptarget
3: [ RUN      ] openmptarget.array_capacity
3: [       OK ] openmptarget.array_capacity (0 ms)
3: [ RUN      ] openmptarget.array_element_access
3: [       OK ] openmptarget.array_element_access (0 ms)
3: [ RUN      ] openmptarget.array_operator_equal
3: [       OK ] openmptarget.array_operator_equal (0 ms)
3: [ RUN      ] openmptarget.array_zero_capacity
3: [       OK ] openmptarget.array_zero_capacity (0 ms)
3: [ RUN      ] openmptarget.array_zero_data_nullptr
3: [       OK ] openmptarget.array_zero_data_nullptr (0 ms)
3: [ RUN      ] openmptarget.array_contiguous_capacity
3: [       OK ] openmptarget.array_contiguous_capacity (0 ms)
3: [ RUN      ] openmptarget.array_contiguous_element_access
3: [       OK ] openmptarget.array_contiguous_element_access (0 ms)
3: [ RUN      ] openmptarget.array_contiguous_assignment
3: [       OK ] openmptarget.array_contiguous_assignment (0 ms)
3: [ RUN      ] openmptarget.array_strided_capacity
3: [       OK ] openmptarget.array_strided_capacity (0 ms)
3: [ RUN      ] openmptarget.array_strided_element_access
3: [       OK ] openmptarget.array_strided_element_access (0 ms)
3: [ RUN      ] openmptarget.array_strided_assignment
3: [       OK ] openmptarget.array_strided_assignment (0 ms)
3: [ RUN      ] openmptarget.atomic_operations_complexfloat
3: [       OK ] openmptarget.atomic_operations_complexfloat (12 ms)
3: [ RUN      ] openmptarget.atomic_operations_double
3: [       OK ] openmptarget.atomic_operations_double (17 ms)
3: [ RUN      ] openmptarget.atomic_operations_float
3: [       OK ] openmptarget.atomic_operations_float (17 ms)
3: [ RUN      ] openmptarget.atomic_operations_int
3: [       OK ] openmptarget.atomic_operations_int (38 ms)
3: [ RUN      ] openmptarget.atomic_operations_long
3: [       OK ] openmptarget.atomic_operations_long (38 ms)
3: [ RUN      ] openmptarget.atomic_operations_longlong
3: [       OK ] openmptarget.atomic_operations_longlong (37 ms)
3: [ RUN      ] openmptarget.atomic_operations_unsigned
3: [       OK ] openmptarget.atomic_operations_unsigned (30 ms)
3: [ RUN      ] openmptarget.atomic_operations_unsignedlong
3: [       OK ] openmptarget.atomic_operations_unsignedlong (31 ms)
3: [ RUN      ] openmptarget.atomics
3: [       OK ] openmptarget.atomics (498 ms)
3: [ RUN      ] openmptarget.atomics_tpetra_max_abs
3: [       OK ] openmptarget.atomics_tpetra_max_abs (0 ms)
3: [ RUN      ] openmptarget.atomic_views_integral
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b123.cpp.o
Scanning dependencies of target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_e.cpp.o
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_b.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_a.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_b.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[100%] Linking CXX executable Kokkos_CoreUnitTest_OpenACC
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Future_hpp
[ 44%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp.dir/tstHeader.cpp.o
[ 68%] Linking CXX executable Kokkos_PerformanceTest_Mempool
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c123.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o
[ 68%] Built target Kokkos_PerformanceTest_Mempool
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/test_atomic.cpp.o
3: [       OK ] openmptarget.atomic_views_integral (14617 ms)
3: [ RUN      ] openmptarget.atomic_views_nonintegral
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[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 247 tests from 4 test suites.
1: [----------] Global test environment set-up.
1: [----------] 9 tests from serial_DeathTest
1: [ RUN      ] serial_DeathTest.abort_from_host
1: [       OK ] serial_DeathTest.abort_from_host (451 ms)
1: [ RUN      ] serial_DeathTest.abort_from_device
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d123.cpp.o
1: [       OK ] serial_DeathTest.abort_from_device (443 ms)
1: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
[ 44%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
Scanning dependencies of target Kokkos_UnitTest_SIMD
[ 95%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
1: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (448 ms)
1: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
1: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (454 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 (5 ms)
1: [ RUN      ] serial_DeathTest.range_policy_implicitly_converted_bounds
1: [       OK ] serial_DeathTest.range_policy_implicitly_converted_bounds (4 ms)
1: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:89: Skipped
1: skipping since no memory access violation would occur
1: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms)
1: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:105: Skipped
1: skipping since no memory access violation would occur
1: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms)
1: [----------] 9 tests from serial_DeathTest (1810 ms total)
1: 
1: [----------] 1 test from serial_graph_DeathTest
1: [ RUN      ] serial_graph_DeathTest.can_instantiate_only_once
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_graph_DeathTest.can_instantiate_only_once (537 ms)
1: [----------] 1 test from serial_graph_DeathTest (537 ms total)
1: 
1: [----------] 225 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_operator_equal
1: [       OK ] serial.array_operator_equal (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
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_c.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o
1: [       OK ] serial.atomic_views_integral (135 ms)
1: [ RUN      ] serial.atomic_views_nonintegral
1: [       OK ] serial.atomic_views_nonintegral (23 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.complex_structured_bindings
1: [       OK ] serial.complex_structured_bindings (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 (37 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.exec_space_thread_safety_range
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestExecSpaceThreadSafety.hpp:87: Skipped
1: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting
1: [  SKIPPED ] serial.exec_space_thread_safety_range (0 ms)
1: [ RUN      ] serial.exec_space_thread_safety_mdrange
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestExecSpaceThreadSafety.hpp:130: Skipped
1: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting
1: [  SKIPPED ] serial.exec_space_thread_safety_mdrange (0 ms)
1: [ RUN      ] serial.exec_space_thread_safety_team_policy
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestExecSpaceThreadSafety.hpp:175: Skipped
1: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting
1: [  SKIPPED ] serial.exec_space_thread_safety_team_policy (0 ms)
1: [ RUN      ] serial.exec_space_thread_safety_range_reduce
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestExecSpaceThreadSafety.hpp:220: Skipped
1: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting
1: [  SKIPPED ] serial.exec_space_thread_safety_range_reduce (0 ms)
1: [ RUN      ] serial.exec_space_thread_safety_mdrange_reduce
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestExecSpaceThreadSafety.hpp:260: Skipped
1: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting
1: [  SKIPPED ] serial.exec_space_thread_safety_mdrange_reduce (0 ms)
1: [ RUN      ] serial.exec_space_thread_safety_team_policy_reduce
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestExecSpaceThreadSafety.hpp:307: Skipped
1: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting
1: [  SKIPPED ] serial.exec_space_thread_safety_team_policy_reduce (0 ms)
1: [ RUN      ] serial.exec_space_thread_safety_range_scan
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestExecSpaceThreadSafety.hpp:359: Skipped
1: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting
1: [  SKIPPED ] serial.exec_space_thread_safety_range_scan (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
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Default.dir/default/TestDefaultDeviceTypeViewAPI.cpp.o
[ 44%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMapping_subview.cpp.o
[ 68%] Built target Kokkos_IncrementalTest_SYCL
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/UnitTestMain.cpp.o
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
1: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (2690 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
[ 44%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_hpp
[ 45%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_b.cpp.o
3: [       OK ] openmptarget.atomic_views_nonintegral (10033 ms)
3: [ RUN      ] openmptarget.atomic_view_api
3: [       OK ] openmptarget.atomic_view_api (0 ms)
3: [ RUN      ] openmptarget.bit_manip_countl_zero
3: [       OK ] openmptarget.bit_manip_countl_zero (0 ms)
3: [ RUN      ] openmptarget.bit_manip_countl_one
3: [       OK ] openmptarget.bit_manip_countl_one (0 ms)
3: [ RUN      ] openmptarget.bit_manip_countr_zero
3: [       OK ] openmptarget.bit_manip_countr_zero (0 ms)
3: [ RUN      ] openmptarget.bit_manip_countr_one
3: [       OK ] openmptarget.bit_manip_countr_one (0 ms)
3: [ RUN      ] openmptarget.bit_manip_popcount
3: [       OK ] openmptarget.bit_manip_popcount (0 ms)
3: [ RUN      ] openmptarget.bit_manip_has_single_bit
3: [       OK ] openmptarget.bit_manip_has_single_bit (0 ms)
3: [ RUN      ] openmptarget.bit_manip_bit_floor
3: [       OK ] openmptarget.bit_manip_bit_floor (0 ms)
3: [ RUN      ] openmptarget.bit_manip_bit_ceil
3: [       OK ] openmptarget.bit_manip_bit_ceil (0 ms)
3: [ RUN      ] openmptarget.bit_manip_bit_width
3: [       OK ] openmptarget.bit_manip_bit_width (0 ms)
3: [ RUN      ] openmptarget.bit_manip_rotl
3: [       OK ] openmptarget.bit_manip_rotl (0 ms)
3: [ RUN      ] openmptarget.bit_manip_rotr
3: [       OK ] openmptarget.bit_manip_rotr (0 ms)
3: [ RUN      ] openmptarget.bit_manip_byeswap
3: [       OK ] openmptarget.bit_manip_byeswap (1 ms)
3: [ RUN      ] openmptarget.bit_manip_bit_cast
3: [       OK ] openmptarget.bit_manip_bit_cast (0 ms)
3: [ RUN      ] openmptarget.test_block_deduction_bug_pr_3103
3: [       OK ] openmptarget.test_block_deduction_bug_pr_3103 (0 ms)
3: [ RUN      ] openmptarget.checked_integer_operations_multiply_overflow
3: [       OK ] openmptarget.checked_integer_operations_multiply_overflow (0 ms)
3: [ RUN      ] openmptarget.execution_policy_occupancy_and_hint
3: [       OK ] openmptarget.execution_policy_occupancy_and_hint (0 ms)
3: [ RUN      ] openmptarget.complex_construction
3: [       OK ] openmptarget.complex_construction (0 ms)
3: [ RUN      ] openmptarget.complex_basic_math
3: [       OK ] openmptarget.complex_basic_math (0 ms)
3: [ RUN      ] openmptarget.complex_special_funtions
3: [       OK ] openmptarget.complex_special_funtions (0 ms)
3: [ RUN      ] openmptarget.complex_io
3: [       OK ] openmptarget.complex_io (0 ms)
3: [ RUN      ] openmptarget.complex_trivially_copyable
3: [       OK ] openmptarget.complex_trivially_copyable (0 ms)
3: [ RUN      ] openmptarget.complex_issue_3865
3: [       OK ] openmptarget.complex_issue_3865 (0 ms)
3: [ RUN      ] openmptarget.complex_issue_3867
3: [       OK ] openmptarget.complex_issue_3867 (0 ms)
3: [ RUN      ] openmptarget.complex_operations_arithmetic_types_overloads
3: [       OK ] openmptarget.complex_operations_arithmetic_types_overloads (0 ms)
3: [ RUN      ] openmptarget.complex_structured_bindings
3: [       OK ] openmptarget.complex_structured_bindings (0 ms)
3: [ RUN      ] openmptarget.crs_count_fill
3: [       OK ] openmptarget.crs_count_fill (8 ms)
3: [ RUN      ] openmptarget.crs_copy_constructor
3: [       OK ] openmptarget.crs_copy_constructor (35 ms)
3: [ RUN      ] openmptarget.deep_copy_alignment
3: [       OK ] openmptarget.deep_copy_alignment (7 ms)
3: [ RUN      ] openmptarget.deep_copy_conversion
3: [       OK ] openmptarget.deep_copy_conversion (361 ms)
3: [ RUN      ] openmptarget.partitioning_by_args
3: [       OK ] openmptarget.partitioning_by_args (1 ms)
3: [ RUN      ] openmptarget.partitioning_by_vector
3: [       OK ] openmptarget.partitioning_by_vector (0 ms)
3: [ RUN      ] openmptarget.exec_space_thread_safety_range
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestExecSpaceThreadSafety.hpp:94: Skipped
3: skipping since test is known to fail for OpenMPTarget
3: [  SKIPPED ] openmptarget.exec_space_thread_safety_range (0 ms)
3: [ RUN      ] openmptarget.exec_space_thread_safety_mdrange
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestExecSpaceThreadSafety.hpp:137: Skipped
3: skipping since test is known to fail for OpenMPTarget
3: [  SKIPPED ] openmptarget.exec_space_thread_safety_mdrange (0 ms)
3: [ RUN      ] openmptarget.exec_space_thread_safety_team_policy
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestExecSpaceThreadSafety.hpp:183: Skipped
3: skipping for OpenMPTarget since the test is designed to run with vector_length=1
3: [  SKIPPED ] openmptarget.exec_space_thread_safety_team_policy (0 ms)
3: [ RUN      ] openmptarget.exec_space_thread_safety_range_reduce
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a45.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (3575 ms)
1: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
[ 95%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
1: [       OK ] serial.local_deepcopy_teampolicy_layoutright (1491 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_d.cpp.o
[ 45%] Linking CXX executable Kokkos_IncrementalTest_CUDA
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (1530 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 (43 ms)
1: [ RUN      ] serial.mdrange_6d
1: [       OK ] serial.mdrange_6d (156 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 (7 ms)
1: [ RUN      ] serial.mdrange_neg_idx
1: [       OK ] serial.mdrange_neg_idx (115 ms)
1: [ RUN      ] serial.mdrange_4d
1: [       OK ] serial.mdrange_4d (8 ms)
1: [ RUN      ] serial.mdrange_scalar
1: [       OK ] serial.mdrange_scalar (0 ms)
1: [ RUN      ] serial.mdrange_large_deep_copy
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp.dir/tstHeader.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 46%] Built target Kokkos_IncrementalTest_CUDA
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Half_hpp.dir/tstHeader.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_GraphNode_hpp
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp.dir/tstHeader.cpp.o
1: [       OK ] serial.mdrange_large_deep_copy (1605 ms)
1: [ RUN      ] serial.md_range_policy_construction_from_arrays
1: [       OK ] serial.md_range_policy_construction_from_arrays (0 ms)
1: [ RUN      ] serial.policy_get_tile_size
1: [       OK ] serial.policy_get_tile_size (0 ms)
1: [ RUN      ] serial.mdrange_parallel_reduce_primitive_types
[ 68%] Linking CXX executable Kokkos_Benchmark_Atomic_MinMax
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b45.cpp.o
3: [       OK ] openmptarget.exec_space_thread_safety_range_reduce (6908 ms)
3: [ RUN      ] openmptarget.exec_space_thread_safety_mdrange_reduce
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_Bitset.cpp.o
1: [       OK ] serial.mdrange_parallel_reduce_primitive_types (3250 ms)
1: [ RUN      ] serial.mdspan_minimal_functional
1: [       OK ] serial.mdspan_minimal_functional (0 ms)
1: [ RUN      ] serial.mdspan_atomic_accessor
1: [       OK ] serial.mdspan_atomic_accessor (0 ms)
1: [ RUN      ] serial.view_mdspan_conversion
1: [       OK ] serial.view_mdspan_conversion (0 ms)
1: [ RUN      ] serial.view_mdspan_conversion_with_stride
1: [       OK ] serial.view_mdspan_conversion_with_stride (39 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: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp:412: Skipped
1: This test is known to fail with the NVHPC compiler
1: [  SKIPPED ] 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 (5 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 (11 ms)
1: [ RUN      ] serial.range_policy_runtime_parameters
1: [       OK ] serial.range_policy_runtime_parameters (0 ms)
1: [ RUN      ] serial.range_policy_round_trip_conversion_fires
1: [       OK ] serial.range_policy_round_trip_conversion_fires (1 ms)
1: [ RUN      ] serial.range_policy_one_way_convertible_bounds
1: [       OK ] serial.range_policy_one_way_convertible_bounds (0 ms)
1: [ RUN      ] serial.range_policy_check_sign_changes
1: [       OK ] serial.range_policy_check_sign_changes (4 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 (11 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 (303 ms)
1: [ RUN      ] serial.double_reduce
1: [       OK ] serial.double_reduce (305 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DualView.cpp.o
1: [       OK ] serial.int64_t_reduce_dynamic (993 ms)
1: [ RUN      ] serial.double_reduce_dynamic
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
1: [       OK ] serial.double_reduce_dynamic (1074 ms)
1: [ RUN      ] serial.int64_t_reduce_dynamic_view
1: [       OK ] serial.int64_t_reduce_dynamic_view (639 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 (2 ms)
1: [ RUN      ] serial.reduce_device_view_mdrange_policy
1: [       OK ] serial.reduce_device_view_mdrange_policy (20 ms)
1: [ RUN      ] serial.reduce_device_view_team_policy
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
 -- Testing 1-D histogram
Density 1D: 0.00196281 -0.999999 -57859.3 || 0.051031 0 1.55203e+06 || 2.86902e+10 28674.4 || -7.99847e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.00589849 -0.968045 10.4051 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
3: [       OK ] openmptarget.exec_space_thread_safety_mdrange_reduce (6989 ms)
3: [ RUN      ] openmptarget.exec_space_thread_safety_team_policy_reduce
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestExecSpaceThreadSafety.hpp:315: Skipped
3: skipping for OpenMPTarget since the test is designed to run with vector_length=1
3: [  SKIPPED ] openmptarget.exec_space_thread_safety_team_policy_reduce (0 ms)
3: [ RUN      ] openmptarget.exec_space_thread_safety_range_scan
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
1: [       OK ] serial.reduce_device_view_team_policy (2375 ms)
1: [ RUN      ] serial.impl_shared_alloc
1: [       OK ] serial.impl_shared_alloc (6 ms)
1: [ RUN      ] serial.mdspan_space_aware_accessor
1: [       OK ] serial.mdspan_space_aware_accessor (0 ms)
1: [ RUN      ] serial.kokkos_swap
1: [       OK ] serial.kokkos_swap (0 ms)
1: [ RUN      ] serial.task_fib_deprecated
1: [       OK ] serial.task_fib_deprecated (196 ms)
1: [ RUN      ] serial.task_depend_deprecated
1: [       OK ] serial.task_depend_deprecated (0 ms)
1: [ RUN      ] serial.task_team_deprecated
1: [       OK ] serial.task_team_deprecated (0 ms)
1: [ RUN      ] serial.task_with_mempool_deprecated
1: [       OK ] serial.task_with_mempool_deprecated (0 ms)
1: [ RUN      ] serial.task_multiple_depend_deprecated
1: [       OK ] serial.task_multiple_depend_deprecated (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
1: [       OK ] serial.task_fib_deprecated_multiple (193 ms)
1: [ RUN      ] serial.task_depend_deprecated_multiple
1: [       OK ] serial.task_depend_deprecated_multiple (0 ms)
1: [ RUN      ] serial.task_team_deprecated_multiple
1: [       OK ] serial.task_team_deprecated_multiple (0 ms)
1: [ RUN      ] serial.task_with_mempool_deprecated_multiple
1: [       OK ] serial.task_with_mempool_deprecated_multiple (0 ms)
1: [ RUN      ] serial.task_multiple_depend_deprecated_multiple
1: [       OK ] serial.task_multiple_depend_deprecated_multiple (7 ms)
1: [ RUN      ] serial.task_scheduler_ctors_deprecated_multiple
1: [       OK ] serial.task_scheduler_ctors_deprecated_multiple (0 ms)
1: [ RUN      ] serial.task_scheduer_ctors_device_deprecated_multiple
1: [       OK ] serial.task_scheduer_ctors_device_deprecated_multiple (0 ms)
1: [ RUN      ] serial.task_fib_single
1: [       OK ] serial.task_fib_single (187 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
1: [       OK ] serial.task_fib_multiple (187 ms)
1: [ RUN      ] serial.task_depend_multiple
1: [       OK ] serial.task_depend_multiple (0 ms)
1: [ RUN      ] serial.task_team_multiple
1: [       OK ] serial.task_team_multiple (0 ms)
1: [ RUN      ] serial.task_with_mempool_multiple
1: [       OK ] serial.task_with_mempool_multiple (0 ms)
1: [ RUN      ] serial.task_multiple_depend_multiple
1: [       OK ] serial.task_multiple_depend_multiple (6 ms)
1: [ RUN      ] serial.task_scheduler_ctors_multiple
1: [       OK ] serial.task_scheduler_ctors_multiple (0 ms)
1: [ RUN      ] serial.task_scheduer_ctors_device_multiple
1: [       OK ] serial.task_scheduer_ctors_device_multiple (0 ms)
1: [ RUN      ] serial.task_fib_chase_lev
1: [       OK ] serial.task_fib_chase_lev (214 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 (10 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: [----------] 225 tests from serial (21552 ms total)
1: 
1: [----------] 12 tests from serial_graph
1: [ RUN      ] serial_graph.submit_once
1: [       OK ] serial_graph.submit_once (0 ms)
1: [ RUN      ] serial_graph.submit_once_rvalue
1: [       OK ] serial_graph.submit_once_rvalue (0 ms)
1: [ RUN      ] serial_graph.instantiate_and_submit_once
1: [       OK ] serial_graph.instantiate_and_submit_once (0 ms)
1: [ RUN      ] serial_graph.submit_onto_another_execution_space_instance
1: [       OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms)
1: [ RUN      ] serial_graph.create_graph_no_closure_with_exec
1: [       OK ] serial_graph.create_graph_no_closure_with_exec (0 ms)
1: [ RUN      ] serial_graph.create_graph_no_arg
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestGraph.hpp:243: Skipped
1: Skipping since useless if the test fixture is not on the default execution space.
1: [  SKIPPED ] serial_graph.create_graph_no_arg (0 ms)
1: [ RUN      ] serial_graph.submit_six
1: [       OK ] serial_graph.submit_six (0 ms)
1: [ RUN      ] serial_graph.when_all_cycle
1: [       OK ] serial_graph.when_all_cycle (0 ms)
1: [ RUN      ] serial_graph.zero_work_reduce
1: [       OK ] serial_graph.zero_work_reduce (0 ms)
1: [ RUN      ] serial_graph.empty_graph
1: [       OK ] serial_graph.empty_graph (0 ms)
1: [ RUN      ] serial_graph.diamond
1: [       OK ] serial_graph.diamond (0 ms)
1: [ RUN      ] serial_graph.end_of_submit_control_flow
1: [       OK ] serial_graph.end_of_submit_control_flow (0 ms)
1: [----------] 12 tests from serial_graph (0 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 247 tests from 4 test suites ran. (23901 ms total)
1: [  PASSED  ] 236 tests.
1: [  SKIPPED ] 11 tests, listed below:
1: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
1: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
1: [  SKIPPED ] serial.exec_space_thread_safety_range
1: [  SKIPPED ] serial.exec_space_thread_safety_mdrange
1: [  SKIPPED ] serial.exec_space_thread_safety_team_policy
1: [  SKIPPED ] serial.exec_space_thread_safety_range_reduce
1: [  SKIPPED ] serial.exec_space_thread_safety_mdrange_reduce
1: [  SKIPPED ] serial.exec_space_thread_safety_team_policy_reduce
1: [  SKIPPED ] serial.exec_space_thread_safety_range_scan
1: [  SKIPPED ] serial.numeric_traits_quiet_and_signaling_nan
1: [  SKIPPED ] serial_graph.create_graph_no_arg
1: 
1:   YOU HAVE 1 DISABLED TEST
1: 
 1/22 Test  #1: Kokkos_CoreUnitTest_Serial1 ..........................   Passed   24.18 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
[ 46%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewMemoryAccessViolation.cpp.o
[ 46%] Built target Kokkos_HeaderSelfContained_Kokkos_Graph_fwd_hpp
2: [==========] Running 134 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: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:102: Skipped
2: only enforced when debug bound checks is enabled
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_stat
2: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:131: Skipped
2: only enforced when debug bound checks is enabled
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_mix
2: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:160: Skipped
2: only enforced when debug bound checks is enabled
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_static_extents
2: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:192: Skipped
2: only enforced when debug bound checks is enabled
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms)
2: [ RUN      ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[ 68%] Linking CXX executable Kokkos_CoreUnitTest_Default
[ 46%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Layout_hpp.dir/tstHeader.cpp.o
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c45.cpp.o
[ 46%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Half_hpp
Scanning dependencies of target Kokkos_atomic
[ 95%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
[ 47%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_Half_hpp
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfClass.cpp.o
[ 47%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_f.cpp.o
[ 47%] Built target Kokkos_HeaderSelfContained_Kokkos_HostSpace_hpp
[ 47%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Macros_hpp.dir/tstHeader.cpp.o
2: [       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (2912 ms)
2: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
3: [       OK ] openmptarget.exec_space_thread_safety_range_scan (7301 ms)
3: [ RUN      ] openmptarget.functor_analysis
3: [       OK ] openmptarget.functor_analysis (0 ms)
3: [ RUN      ] openmptarget.host_shared_ptr_use_count
3: [       OK ] openmptarget.host_shared_ptr_use_count (0 ms)
3: [ RUN      ] openmptarget.host_shared_ptr_get
3: [       OK ] openmptarget.host_shared_ptr_get (0 ms)
3: [ RUN      ] openmptarget.host_shared_ptr_dereference_on_device
3: [       OK ] openmptarget.host_shared_ptr_dereference_on_device (0 ms)
3: [ RUN      ] openmptarget.init
3: [       OK ] openmptarget.init (0 ms)
3: [ RUN      ] openmptarget.dispatch
3: [       OK ] openmptarget.dispatch (329 ms)
3: [ RUN      ] openmptarget.join_backward_compatibility
3: [       OK ] openmptarget.join_backward_compatibility (2 ms)
3: [ RUN      ] openmptarget.mathematical_constants_e
3: [       OK ] openmptarget.mathematical_constants_e (0 ms)
3: [ RUN      ] openmptarget.mathematical_constants_log2e
3: [       OK ] openmptarget.mathematical_constants_log2e (0 ms)
3: [ RUN      ] openmptarget.mathematical_constants_log10e
3: [       OK ] openmptarget.mathematical_constants_log10e (0 ms)
3: [ RUN      ] openmptarget.mathematical_constants_pi
3: [       OK ] openmptarget.mathematical_constants_pi (0 ms)
3: [ RUN      ] openmptarget.mathematical_constants_inv_pi
3: [       OK ] openmptarget.mathematical_constants_inv_pi (0 ms)
3: [ RUN      ] openmptarget.mathematical_constants_inv_sqrtpi
3: [       OK ] openmptarget.mathematical_constants_inv_sqrtpi (0 ms)
3: [ RUN      ] openmptarget.mathematical_constants_ln2
3: [       OK ] openmptarget.mathematical_constants_ln2 (0 ms)
3: [ RUN      ] openmptarget.mathematical_constants_ln10
3: [       OK ] openmptarget.mathematical_constants_ln10 (0 ms)
3: [ RUN      ] openmptarget.mathematical_constants_sqrt2
3: [       OK ] openmptarget.mathematical_constants_sqrt2 (0 ms)
3: [ RUN      ] openmptarget.mathematical_constants_sqrt3
3: [       OK ] openmptarget.mathematical_constants_sqrt3 (0 ms)
3: [ RUN      ] openmptarget.mathematical_constants_inv_sqrt3
3: [       OK ] openmptarget.mathematical_constants_inv_sqrt3 (0 ms)
3: [ RUN      ] openmptarget.mathematical_constants_egamma
3: [       OK ] openmptarget.mathematical_constants_egamma (0 ms)
3: [ RUN      ] openmptarget.mathematical_constants_phi
3: [       OK ] openmptarget.mathematical_constants_phi (0 ms)
3: [ RUN      ] openmptarget.mathematical_functions_trigonometric_functions
3: [       OK ] openmptarget.mathematical_functions_trigonometric_functions (6 ms)
3: [ RUN      ] openmptarget.mathematical_functions_hyperbolic_functions
3: [       OK ] openmptarget.mathematical_functions_hyperbolic_functions (5 ms)
3: [ RUN      ] openmptarget.mathematical_functions_non_standard
3: [       OK ] openmptarget.mathematical_functions_non_standard (0 ms)
3: [ RUN      ] openmptarget.mathematical_functions_power_functions
3: [       OK ] openmptarget.mathematical_functions_power_functions (2 ms)
3: [ RUN      ] openmptarget.mathematical_functions_fma
3: [       OK ] openmptarget.mathematical_functions_fma (0 ms)
3: [ RUN      ] openmptarget.mathematical_functions_error_and_gamma_functions
3: [       OK ] openmptarget.mathematical_functions_error_and_gamma_functions (3 ms)
3: [ RUN      ] openmptarget.mathematical_functions_nearest_interger_floating_point_operations
3: [       OK ] openmptarget.mathematical_functions_nearest_interger_floating_point_operations (4 ms)
3: [ RUN      ] openmptarget.mathematical_functions_floating_point_manipulation_functions
3: [       OK ] openmptarget.mathematical_functions_floating_point_manipulation_functions (2 ms)
3: [ RUN      ] openmptarget.mathematical_functions_absolute_value
3: [       OK ] openmptarget.mathematical_functions_absolute_value (0 ms)
3: [ RUN      ] openmptarget.mathematical_functions_floating_point_absolute_value
3: [       OK ] openmptarget.mathematical_functions_floating_point_absolute_value (0 ms)
3: [ RUN      ] openmptarget.mathematical_functions_remainder_function
3: [       OK ] openmptarget.mathematical_functions_remainder_function (0 ms)
3: [ RUN      ] openmptarget.mathematical_functions_isfinite
3: [       OK ] openmptarget.mathematical_functions_isfinite (0 ms)
3: [ RUN      ] openmptarget.mathematical_functions_isinf
3: [       OK ] openmptarget.mathematical_functions_isinf (0 ms)
3: [ RUN      ] openmptarget.mathematical_functions_isnan
3: [       OK ] openmptarget.mathematical_functions_isnan (0 ms)
3: [ RUN      ] openmptarget.mathematical_functions_exponential_functions
3: [       OK ] openmptarget.mathematical_functions_exponential_functions (6 ms)
3: [ RUN      ] openmptarget.mathspecialfunc_expint1
3: [       OK ] openmptarget.mathspecialfunc_expint1 (0 ms)
3: [ RUN      ] openmptarget.mathspecialfunc_cbesselj0y0
3: [       OK ] openmptarget.mathspecialfunc_cbesselj0y0 (26 ms)
3: [ RUN      ] openmptarget.mathspecialfunc_cbesselj1y1
3: [       OK ] openmptarget.mathspecialfunc_cbesselj1y1 (26 ms)
3: [ RUN      ] openmptarget.mathspecialfunc_cbesseli0k0
3: [       OK ] openmptarget.mathspecialfunc_cbesseli0k0 (1 ms)
3: [ RUN      ] openmptarget.mathspecialfunc_cbesseli1k1
3: [       OK ] openmptarget.mathspecialfunc_cbesseli1k1 (1 ms)
3: [ RUN      ] openmptarget.mathspecialfunc_cbesselh1stkind
3: [       OK ] openmptarget.mathspecialfunc_cbesselh1stkind (0 ms)
3: [ RUN      ] openmptarget.mathspecialfunc_cbesselh2ndkind
3: [       OK ] openmptarget.mathspecialfunc_cbesselh2ndkind (0 ms)
3: [ RUN      ] openmptarget.mdrange_5d
3: [       OK ] openmptarget.mdrange_5d (16 ms)
3: [ RUN      ] openmptarget.mdrange_6d
3: [       OK ] openmptarget.mdrange_6d (8 ms)
3: [ RUN      ] openmptarget.mdrange_2d
3: [       OK ] openmptarget.mdrange_2d (1 ms)
3: [ RUN      ] openmptarget.mdrange_3d
3: [       OK ] openmptarget.mdrange_3d (4 ms)
3: [ RUN      ] openmptarget.mdrange_4d
3: [       OK ] openmptarget.mdrange_4d (3 ms)
3: [ RUN      ] openmptarget.mdrange_large_deep_copy
3: [       OK ] openmptarget.mdrange_large_deep_copy (84 ms)
3: [ RUN      ] openmptarget.md_range_policy_construction_from_arrays
3: [       OK ] openmptarget.md_range_policy_construction_from_arrays (0 ms)
3: [ RUN      ] openmptarget.policy_get_tile_size
3: [       OK ] openmptarget.policy_get_tile_size (0 ms)
3: [ RUN      ] openmptarget.mdrange_parallel_reduce_primitive_types
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestMDRangeReduce.hpp:50: Skipped
3: FIXME OPENMPTARGET Tests of MDRange reduce over values smaller than int would fail
3: [  SKIPPED ] openmptarget.mdrange_parallel_reduce_primitive_types (0 ms)
3: [ RUN      ] openmptarget.mdspan_minimal_functional
3: [       OK ] openmptarget.mdspan_minimal_functional (0 ms)
3: [ RUN      ] openmptarget.mdspan_atomic_accessor
3: [       OK ] openmptarget.mdspan_atomic_accessor (0 ms)
3: [ RUN      ] openmptarget.view_mdspan_conversion
3: [       OK ] openmptarget.view_mdspan_conversion (7 ms)
3: [ RUN      ] openmptarget.view_mdspan_conversion_with_stride
3: [       OK ] openmptarget.view_mdspan_conversion_with_stride (0 ms)
3: [ RUN      ] openmptarget.numeric_traits_infinity
3: [       OK ] openmptarget.numeric_traits_infinity (0 ms)
3: [ RUN      ] openmptarget.numeric_traits_epsilon
3: [       OK ] openmptarget.numeric_traits_epsilon (0 ms)
3: [ RUN      ] openmptarget.numeric_traits_round_error
3: [       OK ] openmptarget.numeric_traits_round_error (0 ms)
3: [ RUN      ] openmptarget.numeric_traits_norm_min
3: [       OK ] openmptarget.numeric_traits_norm_min (0 ms)
3: [ RUN      ] openmptarget.numeric_traits_denorm_min
3: [       OK ] openmptarget.numeric_traits_denorm_min (0 ms)
3: [ RUN      ] openmptarget.numeric_traits_finite_min_max
3: [       OK ] openmptarget.numeric_traits_finite_min_max (3 ms)
3: [ RUN      ] openmptarget.numeric_traits_digits
3: [       OK ] openmptarget.numeric_traits_digits (2 ms)
3: [ RUN      ] openmptarget.numeric_traits_digits10
3: [       OK ] openmptarget.numeric_traits_digits10 (2 ms)
3: [ RUN      ] openmptarget.numeric_traits_max_digits10
3: [       OK ] openmptarget.numeric_traits_max_digits10 (0 ms)
3: [ RUN      ] openmptarget.numeric_traits_radix
3: [       OK ] openmptarget.numeric_traits_radix (2 ms)
3: [ RUN      ] openmptarget.numeric_traits_min_max_exponent
3: [       OK ] openmptarget.numeric_traits_min_max_exponent (0 ms)
3: [ RUN      ] openmptarget.numeric_traits_min_max_exponent10
3: [       OK ] openmptarget.numeric_traits_min_max_exponent10 (0 ms)
3: [ RUN      ] openmptarget.numeric_traits_quiet_and_signaling_nan
3: [       OK ] openmptarget.numeric_traits_quiet_and_signaling_nan (1 ms)
3: [ RUN      ] openmptarget.numeric_traits_sfinae_friendly
3: [       OK ] openmptarget.numeric_traits_sfinae_friendly (0 ms)
3: [ RUN      ] openmptarget.occupancy_control
3: [       OK ] openmptarget.occupancy_control (0 ms)
3: [ RUN      ] openmptarget.parallel_scan_range_policy
3: [       OK ] openmptarget.parallel_scan_range_policy (162 ms)
3: [ RUN      ] openmptarget.kokkos_printf
3: [       OK ] openmptarget.kokkos_printf (1 ms)
3: [ RUN      ] openmptarget.range_for
3: [       OK ] openmptarget.range_for (1 ms)
3: [ RUN      ] openmptarget.range_reduce
3: [       OK ] openmptarget.range_reduce (1 ms)
3: [ RUN      ] openmptarget.range_policy_runtime_parameters
3: [       OK ] openmptarget.range_policy_runtime_parameters (0 ms)
3: [ RUN      ] openmptarget.range_policy_round_trip_conversion_fires
3: [       OK ] openmptarget.range_policy_round_trip_conversion_fires (0 ms)
3: [ RUN      ] openmptarget.range_policy_one_way_convertible_bounds
3: [       OK ] openmptarget.range_policy_one_way_convertible_bounds (0 ms)
3: [ RUN      ] openmptarget.range_policy_check_sign_changes
3: [       OK ] openmptarget.range_policy_check_sign_changes (2 ms)
3: [ RUN      ] openmptarget.range_for_require
3: [       OK ] openmptarget.range_for_require (1 ms)
3: [ RUN      ] openmptarget.range_reduce_require
3: [       OK ] openmptarget.range_reduce_require (0 ms)
3: [ RUN      ] openmptarget.reducers_int
3: [       OK ] openmptarget.reducers_int (6 ms)
3: [ RUN      ] openmptarget.reducers_double
3: [       OK ] openmptarget.reducers_double (4 ms)
3: [ RUN      ] openmptarget.reducers_bool
3: [       OK ] openmptarget.reducers_bool (0 ms)
3: [ RUN      ] openmptarget.int64_t_reduce
3: [       OK ] openmptarget.int64_t_reduce (271 ms)
3: [ RUN      ] openmptarget.double_reduce
3: [       OK ] openmptarget.double_reduce (273 ms)
3: [ RUN      ] openmptarget.int64_t_reduce_dynamic
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOfViews.cpp.o
2: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (2917 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 (5830 ms total)
2: 
2: [----------] 126 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
3: [       OK ] openmptarget.int64_t_reduce_dynamic (295 ms)
3: [ RUN      ] openmptarget.double_reduce_dynamic
Scanning dependencies of target Kokkos_gather
[ 95%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
3: [       OK ] openmptarget.double_reduce_dynamic (299 ms)
3: [ RUN      ] openmptarget.int64_t_reduce_dynamic_view
2: [       OK ] serial.team_reduce_large (527 ms)
2: [ RUN      ] serial.team_parallel_single
2: [       OK ] serial.team_parallel_single (11 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
3: [       OK ] openmptarget.int64_t_reduce_dynamic_view (46 ms)
3: [ RUN      ] openmptarget.reduction_with_large_iteration_count
[ 68%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d45.cpp.o
2: [       OK ] serial.triple_nested_parallelism (491 ms)
2: [ RUN      ] serial.parallel_scan_with_reducers
2: [       OK ] serial.parallel_scan_with_reducers (74 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 (5 ms)
2: [ RUN      ] serial.ThreadVectorMDRangeParallelReduce
2: [       OK ] serial.ThreadVectorMDRangeParallelReduce (4 ms)
2: [ RUN      ] serial.TeamVectorMDRangeParallelReduce
2: [       OK ] serial.TeamVectorMDRangeParallelReduce (5 ms)
2: [ RUN      ] serial.team_policy_runtime_parameters
2: [       OK ] serial.team_policy_runtime_parameters (0 ms)
2: [ RUN      ] serial.team_reduction_scan
2: [       OK ] serial.team_reduction_scan (178 ms)
2: [ RUN      ] serial.team_long_reduce
2: [       OK ] serial.team_long_reduce (132 ms)
2: [ RUN      ] serial.team_double_reduce
2: [       OK ] serial.team_double_reduce (115 ms)
2: [ RUN      ] serial.team_long_array_reduce
2: [       OK ] serial.team_long_array_reduce (119 ms)
2: [ RUN      ] serial.team_double_array_reduce
2: [       OK ] serial.team_double_array_reduce (115 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
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewOutOfBoundsAccess.cpp.o
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Layout_hpp
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp.dir/tstHeader.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynamicView.cpp.o
[ 95%] Linking CXX executable Kokkos_UnitTest_SIMD
[ 95%] Built target Kokkos_UnitTest_SIMD
Scanning dependencies of target Kokkos_gups
[ 95%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
 -- Testing 1-D histogram
Density 1D: 6.68478e-07 -0.00197651 0.0226664 || 0.051031 27839 29373 || 28731.2 28674.4 || 313.34 -2.0744
 -- Testing 3-D histogram
Density 3D: 7.18929e-07 0.0104409 -0.000779006 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
[ 69%] Built target Kokkos_Benchmark_Atomic_MinMax
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/UnitTestMain.cpp.o
2: [       OK ] serial.repeated_team_reduce (7225 ms)
2: [ RUN      ] serial.team_scan
2: [       OK ] serial.team_scan (106 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 (30 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 (15 ms)
2: [ RUN      ] serial.unique_token_instance
2: [       OK ] serial.unique_token_instance (14 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_layout_left_with_stride
2: [       OK ] serial.view_layout_left_with_stride (31 ms)
2: [ RUN      ] serial.view_layout_right_with_stride
2: [       OK ] serial.view_layout_right_with_stride (0 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_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
[ 95%] Linking CXX executable Kokkos_atomic
[ 95%] Built target Kokkos_atomic
Scanning dependencies of target Kokkos_launch_latency
[ 95%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
2: [       OK ] serial.view_allocation_large_rank (936 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_bad_alloc
2: [       OK ] serial.view_bad_alloc (0 ms)
2: [ RUN      ] serial.view_copy_tests
2: [       OK ] serial.view_copy_tests (5 ms)
2: [ RUN      ] serial.view_copy_tests_rank_0
2: [       OK ] serial.view_copy_tests_rank_0 (0 ms)
2: [ RUN      ] serial.view_copy_degenerated
2: [       OK ] serial.view_copy_degenerated (0 ms)
2: [ RUN      ] serial.view_fill_tests_layout_right
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_Macros_hpp
[ 48%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp.dir/tstHeader.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a6.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reducers_e.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions.cpp.o
[ 48%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 95%] 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_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/BenchmarkMain.cpp.o
2: [       OK ] serial.view_fill_tests_layout_right (6042 ms)
2: [ RUN      ] serial.view_fill_tests_layout_left
[ 97%] Linking CXX executable Kokkos_gups
[ 97%] Built target Kokkos_gups
Scanning dependencies of target Kokkos_stream
[ 97%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 48%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalConstants_hpp
[ 48%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_ViewResize.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b6.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_Bitset.cpp.o
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalFunctions_hpp
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp.dir/tstHeader.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRange_g.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DualView.cpp.o
[ 97%] Linking CXX executable Kokkos_launch_latency
[ 97%] Built target Kokkos_launch_latency
Scanning dependencies of target Kokkos_view_copy_constructor
[ 97%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_generic.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_c.cpp.o
3: [       OK ] openmptarget.reduction_with_large_iteration_count (22017 ms)
3: [ RUN      ] openmptarget.reduction_deduction
3: [       OK ] openmptarget.reduction_deduction (0 ms)
3: [ RUN      ] openmptarget.reduce_device_view_range_policy
2: [       OK ] serial.view_fill_tests_layout_left (6151 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 (59 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 (55 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.view_of_views_default
2: [       OK ] serial.view_of_views_default (0 ms)
2: [ RUN      ] serial.view_of_views_without_initializing
2: [       OK ] serial.view_of_views_without_initializing (0 ms)
2: [ RUN      ] serial.test_view_of_views_sequential_host_init
2: [       OK ] serial.test_view_of_views_sequential_host_init (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 (8 ms)
2: [ RUN      ] serial.view_realloc
2: [       OK ] serial.view_realloc (0 ms)
2: [ RUN      ] serial.workgraph_fib
2: [       OK ] serial.workgraph_fib (42 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:285: 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 (27 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
2: [       OK ] serial.view_subview_3d_from_5d_left_atomic (27 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
2: [       OK ] serial.view_subview_3d_from_5d_left_randomaccess (27 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right
2: [       OK ] serial.view_subview_3d_from_5d_right (204 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
2: [       OK ] serial.view_subview_3d_from_5d_right_atomic (193 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
2: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (164 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: [----------] 126 tests from serial (23301 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 134 tests from 2 test suites ran. (29132 ms total)
2: [  PASSED  ] 127 tests.
2: [  SKIPPED ] 7 tests, listed below:
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents
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/22 Test  #2: Kokkos_CoreUnitTest_Serial2 ..........................   Passed   29.34 sec
test 3
      Start  3: Kokkos_CoreUnitTest_OpenACC

3: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_OpenACC
3: Test timeout computed to be: 1500
3: [==========] Running 212 tests from 4 test suites.
3: [----------] Global test environment set-up.
3: [----------] 17 tests from openacc_DeathTest
3: [ RUN      ] openacc_DeathTest.abort_from_host
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.0111194 -0.00712746 || 0.051031 28019 29428 || 28359.1 28674.4 || -98.53 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.00840528 -0.00168932 || 0.051031 1e+64 -1e+64
Test Seed:1726152457849119622
Test Scalar=int
 -- Testing randomness properties
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Atomic.dir/Benchmark_Context.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c6.cpp.o
3: [       OK ] openacc_DeathTest.abort_from_host (2368 ms)
3: [ RUN      ] openacc_DeathTest.abort_from_device
3: [       OK ] openacc_DeathTest.abort_from_device (48 ms)
3: [ RUN      ] openacc_DeathTest.checked_integer_operations_multiply_overflow_abort
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WorkGraph.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_WithoutInitializing.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Reductions_DeviceView.cpp.o
3: [       OK ] openacc_DeathTest.checked_integer_operations_multiply_overflow_abort (2312 ms)
3: [ RUN      ] openacc_DeathTest.policy_bounds_unsafe_narrowing_conversions
[ 97%] Linking CXX executable Kokkos_stream
[ 97%] Built target Kokkos_stream
Scanning dependencies of target Kokkos_policy_performance
[ 97%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_a.cpp.o
3: [       OK ] openacc_DeathTest.policy_bounds_unsafe_narrowing_conversions (2299 ms)
3: [ RUN      ] openacc_DeathTest.policy_invalid_bounds
3: [       OK ] openacc_DeathTest.policy_invalid_bounds (2 ms)
3: [ RUN      ] openacc_DeathTest.range_policy_invalid_bounds
3: [       OK ] openacc_DeathTest.range_policy_invalid_bounds (4 ms)
3: [ RUN      ] openacc_DeathTest.range_policy_implicitly_converted_bounds
3: [       OK ] openacc_DeathTest.range_policy_implicitly_converted_bounds (4 ms)
3: [ RUN      ] openacc_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d6.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
3: [       OK ] openacc_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (2285 ms)
3: [ RUN      ] openacc_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:122: Skipped
3: skipping because OpenACC backend is currently not able to abort from the device
3: [  SKIPPED ] openacc_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms)
3: [ RUN      ] openacc_DeathTest.view_construction_with_wrong_params_dyn
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:102: Skipped
3: only enforced when debug bound checks is enabled
3: [  SKIPPED ] openacc_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
3: [ RUN      ] openacc_DeathTest.view_construction_with_wrong_params_stat
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:131: Skipped
3: only enforced when debug bound checks is enabled
3: [  SKIPPED ] openacc_DeathTest.view_construction_with_wrong_params_stat (0 ms)
3: [ RUN      ] openacc_DeathTest.view_construction_with_wrong_params_mix
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:160: Skipped
3: only enforced when debug bound checks is enabled
3: [  SKIPPED ] openacc_DeathTest.view_construction_with_wrong_params_mix (0 ms)
3: [ RUN      ] openacc_DeathTest.view_construction_with_wrong_static_extents
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:192: Skipped
3: only enforced when debug bound checks is enabled
3: [  SKIPPED ] openacc_DeathTest.view_construction_with_wrong_static_extents (0 ms)
3: [ RUN      ] openacc_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[ 97%] Linking CXX executable Kokkos_view_copy_constructor
[ 97%] Built target Kokkos_view_copy_constructor
Scanning dependencies of target Kokkos_bytes_and_flops
[ 98%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
3: [       OK ] openmptarget.reduce_device_view_range_policy (10433 ms)
3: [ RUN      ] openmptarget.reduce_device_view_mdrange_policy
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_MathematicalSpecialFunctions_hpp
[ 49%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp.dir/tstHeader.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_b.cpp.o
[ 98%] Linking CXX executable Kokkos_gather
[ 70%] Linking CXX executable Kokkos_PerformanceTest_Atomic
[ 98%] Built target Kokkos_gather
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a7.cpp.o
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SharedAlloc.cpp.o
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.00751267 0.0343832 || 0.051031 28059 29352 || 28460.6 28674.4 || 475.313 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.00616209 0.00599939 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Swap.cpp.o
3: [       OK ] openmptarget.reduce_device_view_mdrange_policy (10399 ms)
3: [ RUN      ] openmptarget.reduce_device_view_team_policy
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b7.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynamicView.cpp.o
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
[ 99%] Linking CXX executable Kokkos_policy_performance
[ 83%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamBasic.cpp.o
[ 99%] Built target Kokkos_policy_performance
[ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o
3: [       OK ] openacc_DeathTest.view_layoutstride_right_to_layoutleft_assignment (17275 ms)
3: [ RUN      ] openacc_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 99%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangePolicyConstructors.cpp.o
[ 49%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o
3: [       OK ] openmptarget.reduce_device_view_team_policy (10348 ms)
3: [ RUN      ] openmptarget.mdspan_space_aware_accessor
3: [       OK ] openmptarget.mdspan_space_aware_accessor (1 ms)
3: [ RUN      ] openmptarget.kokkos_swap
3: [       OK ] openmptarget.kokkos_swap (0 ms)
3: [ RUN      ] openmptarget.TeamThreadMDRangeParallelFor
3: [       OK ] openmptarget.TeamThreadMDRangeParallelFor (32 ms)
3: [ RUN      ] openmptarget.ThreadVectorMDRangeParallelFor
3: [       OK ] openmptarget.ThreadVectorMDRangeParallelFor (19 ms)
3: [ RUN      ] openmptarget.TeamVectorMDRangeParallelFor
3: [       OK ] openmptarget.TeamVectorMDRangeParallelFor (19 ms)
3: [ RUN      ] openmptarget.TeamThreadMDRangeParallelReduce
3: [       OK ] openmptarget.TeamThreadMDRangeParallelReduce (26 ms)
3: [ RUN      ] openmptarget.ThreadVectorMDRangeParallelReduce
3: [       OK ] openmptarget.ThreadVectorMDRangeParallelReduce (15 ms)
3: [ RUN      ] openmptarget.TeamVectorMDRangeParallelReduce
3: [       OK ] openmptarget.TeamVectorMDRangeParallelReduce (14 ms)
3: [ RUN      ] openmptarget.team_policy_runtime_parameters
3: [       OK ] openmptarget.team_policy_runtime_parameters (0 ms)
3: [ RUN      ] openmptarget.team_shared_request
3: [       OK ] openmptarget.team_shared_request (0 ms)
3: [ RUN      ] openmptarget.team_scratch_request
3: [       OK ] openmptarget.team_scratch_request (0 ms)
3: [ RUN      ] openmptarget.team_lambda_shared_request
3: [       OK ] openmptarget.team_lambda_shared_request (0 ms)
3: [ RUN      ] openmptarget.scratch_align
3: [       OK ] openmptarget.scratch_align (0 ms)
3: [ RUN      ] openmptarget.shmem_size
3: [       OK ] openmptarget.shmem_size (0 ms)
3: [ RUN      ] openmptarget.multi_level_scratch
3: [       OK ] openmptarget.multi_level_scratch (0 ms)
3: [ RUN      ] openmptarget.team_scratch_memory_index_parallel_for
3: [       OK ] openmptarget.team_scratch_memory_index_parallel_for (0 ms)
3: [ RUN      ] openmptarget.team_policy_max_recommended
3: [       OK ] openmptarget.team_policy_max_recommended (31 ms)
3: [ RUN      ] openmptarget.team_policy_minmax_scalar_without_plus_equal_k
3: [       OK ] openmptarget.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
3: [ RUN      ] openmptarget.view_api_a
3: [       OK ] openmptarget.view_api_a (0 ms)
3: [ RUN      ] openmptarget.view_layout_left_with_stride
3: [       OK ] openmptarget.view_layout_left_with_stride (0 ms)
3: [ RUN      ] openmptarget.view_layout_right_with_stride
3: [       OK ] openmptarget.view_layout_right_with_stride (0 ms)
3: [ RUN      ] openmptarget.view_api_b
3: [       OK ] openmptarget.view_api_b (5 ms)
3: [ RUN      ] openmptarget.view_api_c
3: [       OK ] openmptarget.view_api_c (0 ms)
3: [ RUN      ] openmptarget.view_api_d
3: [       OK ] openmptarget.view_api_d (0 ms)
3: [ RUN      ] openmptarget.view_bad_alloc
3: "CUDA" error: Failure to alloc memory: Error in cuMemAlloc[Host|Managed]: out of memory
3: "CUDA" error: Failure to alloc memory: Error in cuMemAlloc[Host|Managed]: out of memory
3: "PluginInterface" error: Failure to allocate device memory: Failed to allocate from memory manager
3: [       OK ] openmptarget.view_bad_alloc (1 ms)
3: [ RUN      ] openmptarget.view_copy_tests
3: [       OK ] openmptarget.view_copy_tests (7 ms)
3: [ RUN      ] openmptarget.view_copy_tests_rank_0
3: [       OK ] openmptarget.view_copy_tests_rank_0 (2 ms)
3: [ RUN      ] openmptarget.view_copy_degenerated
3: [       OK ] openmptarget.view_copy_degenerated (0 ms)
3: [ RUN      ] openmptarget.view_fill_tests_layout_right
3: [       OK ] openmptarget.view_fill_tests_layout_right (70 ms)
3: [ RUN      ] openmptarget.view_fill_tests_layout_left
3: [       OK ] openmptarget.view_fill_tests_layout_left (67 ms)
3: [ RUN      ] openmptarget.view_empty_runtime_unmanaged
3: [       OK ] openmptarget.view_empty_runtime_unmanaged (0 ms)
3: [ RUN      ] openmptarget.view_hooks
3: [       OK ] openmptarget.view_hooks (0 ms)
3: [ RUN      ] openmptarget.view_layoutstride_left_to_layoutleft_assignment
3: [       OK ] openmptarget.view_layoutstride_left_to_layoutleft_assignment (85 ms)
3: [ RUN      ] openmptarget.view_layoutstride_right_to_layoutright_assignment
3: [       OK ] openmptarget.view_layoutstride_right_to_layoutright_assignment (81 ms)
3: [ RUN      ] openmptarget.view_irregular_layout
3: [       OK ] openmptarget.view_irregular_layout (0 ms)
3: [ RUN      ] openmptarget.view_mapping
3: [       OK ] openmptarget.view_mapping (55 ms)
3: [ RUN      ] openmptarget.view_mapping_operator
3: [       OK ] openmptarget.view_mapping_operator (11 ms)
3: [ RUN      ] openmptarget.static_extent
3: [       OK ] openmptarget.static_extent (0 ms)
3: [ RUN      ] openmptarget.view_mapping_atomic
3: [       OK ] openmptarget.view_mapping_atomic (552 ms)
3: [ RUN      ] openmptarget.view_mapping_class_value
3: [       OK ] openmptarget.view_mapping_class_value (0 ms)
3: [ RUN      ] openmptarget.view_mapping_assignable
3: [       OK ] openmptarget.view_mapping_assignable (0 ms)
3: [ RUN      ] openmptarget.view_mapping_trivially_copyable
3: [       OK ] openmptarget.view_mapping_trivially_copyable (0 ms)
3: [ RUN      ] openmptarget.view_mapping_subview
3: [       OK ] openmptarget.view_mapping_subview (1 ms)
3: [ RUN      ] openmptarget.view_nested_view
3: [       OK ] openmptarget.view_nested_view (0 ms)
3: [ RUN      ] openmptarget.view_of_views_default
3: [       OK ] openmptarget.view_of_views_default (0 ms)
3: [ RUN      ] openmptarget.view_of_views_without_initializing
3: [       OK ] openmptarget.view_of_views_without_initializing (0 ms)
3: [ RUN      ] openmptarget.test_view_of_views_sequential_host_init
3: [       OK ] openmptarget.test_view_of_views_sequential_host_init (0 ms)
3: [ RUN      ] openmptarget.append_formatted_multidimensional_index
3: [       OK ] openmptarget.append_formatted_multidimensional_index (0 ms)
3: [ RUN      ] openmptarget.view_resize
3: [       OK ] openmptarget.view_resize (16 ms)
3: [ RUN      ] openmptarget.view_realloc
3: [       OK ] openmptarget.view_realloc (1 ms)
3: [ RUN      ] openmptarget.resize_realloc_no_init
3: [       OK ] openmptarget.resize_realloc_no_init (0 ms)
3: [ RUN      ] openmptarget.resize_realloc_no_alloc
3: [       OK ] openmptarget.resize_realloc_no_alloc (0 ms)
3: [ RUN      ] openmptarget.realloc_exec_space
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestWithoutInitializing.hpp:84: Skipped
3: skipping since the OpenMPTarget backend doesn't implement allocate taking an execution space instance properly
3: [  SKIPPED ] openmptarget.realloc_exec_space (0 ms)
3: [ RUN      ] openmptarget.view_alloc
3: [       OK ] openmptarget.view_alloc (0 ms)
3: [ RUN      ] openmptarget.view_alloc_exec_space
3: [       OK ] openmptarget.view_alloc_exec_space (0 ms)
3: [ RUN      ] openmptarget.view_alloc_int
3: [       OK ] openmptarget.view_alloc_int (0 ms)
3: [ RUN      ] openmptarget.view_alloc_exec_space_int
3: [       OK ] openmptarget.view_alloc_exec_space_int (0 ms)
3: [ RUN      ] openmptarget.deep_copy_zero_memset
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestWithoutInitializing.hpp:210: Skipped
3: skipping since the OpenMPTarget backend doesn't implement ZeroMemset
3: [  SKIPPED ] openmptarget.deep_copy_zero_memset (0 ms)
3: [ RUN      ] openmptarget.resize_exec_space
3: [       OK ] openmptarget.resize_exec_space (0 ms)
3: [ RUN      ] openmptarget.view_allocation_int
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestWithoutInitializing.hpp:278: Skipped
3: skipping since the OpenMPTarget has unexpected fences
3: [  SKIPPED ] openmptarget.view_allocation_int (0 ms)
3: [ RUN      ] openmptarget.view_allocation_exec_space_int
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestWithoutInitializing.hpp:312: Skipped
3: skipping since the OpenMPTarget has unexpected fences
3: [  SKIPPED ] openmptarget.view_allocation_exec_space_int (0 ms)
3: [ RUN      ] openmptarget.view_not_default_constructible
3: [       OK ] openmptarget.view_not_default_constructible (0 ms)
3: [ RUN      ] openmptarget.view_subview_auto_1d_left
3: [       OK ] openmptarget.view_subview_auto_1d_left (0 ms)
3: [ RUN      ] openmptarget.view_subview_auto_1d_right
3: [       OK ] openmptarget.view_subview_auto_1d_right (0 ms)
3: [ RUN      ] openmptarget.view_subview_auto_1d_stride
3: [       OK ] openmptarget.view_subview_auto_1d_stride (0 ms)
3: [ RUN      ] openmptarget.view_subview_assign_strided
3: [       OK ] openmptarget.view_subview_assign_strided (0 ms)
3: [ RUN      ] openmptarget.view_subview_left_0
3: [       OK ] openmptarget.view_subview_left_0 (0 ms)
3: [ RUN      ] openmptarget.view_subview_left_1
3: [       OK ] openmptarget.view_subview_left_1 (0 ms)
3: [ RUN      ] openmptarget.view_subview_left_2
3: [       OK ] openmptarget.view_subview_left_2 (0 ms)
3: [ RUN      ] openmptarget.view_subview_left_3
3: [       OK ] openmptarget.view_subview_left_3 (0 ms)
3: [ RUN      ] openmptarget.view_subview_right_0
3: [       OK ] openmptarget.view_subview_right_0 (0 ms)
3: [ RUN      ] openmptarget.view_subview_right_1
3: [       OK ] openmptarget.view_subview_right_1 (0 ms)
3: [ RUN      ] openmptarget.view_subview_right_3
3: [       OK ] openmptarget.view_subview_right_3 (0 ms)
3: [ RUN      ] openmptarget.view_static_tests
3: [       OK ] openmptarget.view_static_tests (0 ms)
3: [ RUN      ] openmptarget.view_subview_layoutleft_to_layoutleft
3: [       OK ] openmptarget.view_subview_layoutleft_to_layoutleft (1 ms)
3: [ RUN      ] openmptarget.view_subview_layoutright_to_layoutright
3: [       OK ] openmptarget.view_subview_layoutright_to_layoutright (1 ms)
3: [ RUN      ] openmptarget.view_subview_2d_from_3d
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynViewAPI_generic.cpp.o
3: [       OK ] openmptarget.view_subview_2d_from_3d (33 ms)
3: [ RUN      ] openmptarget.view_subview_2d_from_3d_atomic
3: [       OK ] openmptarget.view_subview_2d_from_3d_atomic (32 ms)
3: [ RUN      ] openmptarget.view_subview_2d_from_3d_randomaccess
3: [       OK ] openmptarget.view_subview_2d_from_3d_randomaccess (31 ms)
3: [ RUN      ] openmptarget.view_subview_3d_from_5d_left
3: [       OK ] openmptarget.view_subview_3d_from_5d_left (49 ms)
3: [ RUN      ] openmptarget.view_subview_3d_from_5d_left_atomic
3: [       OK ] openmptarget.view_subview_3d_from_5d_left_atomic (48 ms)
3: [ RUN      ] openmptarget.view_subview_3d_from_5d_left_randomaccess
3: [       OK ] openmptarget.view_subview_3d_from_5d_left_randomaccess (48 ms)
3: [ RUN      ] openmptarget.view_subview_3d_from_5d_right
3: [       OK ] openmptarget.view_subview_3d_from_5d_right (49 ms)
3: [ RUN      ] openmptarget.view_subview_3d_from_5d_right_atomic
3: [       OK ] openmptarget.view_subview_3d_from_5d_right_atomic (47 ms)
3: [ RUN      ] openmptarget.view_subview_3d_from_5d_right_randomaccess
3: [       OK ] openmptarget.view_subview_3d_from_5d_right_randomaccess (47 ms)
3: [ RUN      ] openmptarget.view_test_unmanaged_subview_reset
3: [       OK ] openmptarget.view_test_unmanaged_subview_reset (0 ms)
3: [ RUN      ] openmptarget.view_subview_memory_traits_construction
3: [       OK ] openmptarget.view_subview_memory_traits_construction (0 ms)
3: [----------] 242 tests from openmptarget (103667 ms total)
3: 
3: [----------] 12 tests from openmptarget_graph
3: [ RUN      ] openmptarget_graph.submit_once
3: [       OK ] openmptarget_graph.submit_once (0 ms)
3: [ RUN      ] openmptarget_graph.submit_once_rvalue
3: [       OK ] openmptarget_graph.submit_once_rvalue (0 ms)
3: [ RUN      ] openmptarget_graph.instantiate_and_submit_once
3: [       OK ] openmptarget_graph.instantiate_and_submit_once (0 ms)
3: [ RUN      ] openmptarget_graph.submit_onto_another_execution_space_instance
3: [       OK ] openmptarget_graph.submit_onto_another_execution_space_instance (0 ms)
3: [ RUN      ] openmptarget_graph.create_graph_no_closure_with_exec
3: [       OK ] openmptarget_graph.create_graph_no_closure_with_exec (0 ms)
3: [ RUN      ] openmptarget_graph.create_graph_no_arg
3: [       OK ] openmptarget_graph.create_graph_no_arg (0 ms)
3: [ RUN      ] openmptarget_graph.submit_six
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestGraph.hpp:265: Skipped
3: skipping since OpenMPTarget can't use team_size 1
3: [  SKIPPED ] openmptarget_graph.submit_six (0 ms)
3: [ RUN      ] openmptarget_graph.when_all_cycle
3: [       OK ] openmptarget_graph.when_all_cycle (0 ms)
3: [ RUN      ] openmptarget_graph.zero_work_reduce
3: [       OK ] openmptarget_graph.zero_work_reduce (0 ms)
3: [ RUN      ] openmptarget_graph.empty_graph
3: [       OK ] openmptarget_graph.empty_graph (0 ms)
3: [ RUN      ] openmptarget_graph.diamond
3: [       OK ] openmptarget_graph.diamond (0 ms)
3: [ RUN      ] openmptarget_graph.end_of_submit_control_flow
3: [       OK ] openmptarget_graph.end_of_submit_control_flow (0 ms)
3: [----------] 12 tests from openmptarget_graph (5 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 266 tests from 4 test suites ran. (147006 ms total)
3: [  PASSED  ] 253 tests.
3: [  SKIPPED ] 13 tests, listed below:
3: [  SKIPPED ] openmptarget_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
3: [  SKIPPED ] openmptarget_DeathTest.view_memory_access_violations_from_device
3: [  SKIPPED ] openmptarget_graph_DeathTest.can_instantiate_only_once
3: [  SKIPPED ] openmptarget.exec_space_thread_safety_range
3: [  SKIPPED ] openmptarget.exec_space_thread_safety_mdrange
3: [  SKIPPED ] openmptarget.exec_space_thread_safety_team_policy
3: [  SKIPPED ] openmptarget.exec_space_thread_safety_team_policy_reduce
3: [  SKIPPED ] openmptarget.mdrange_parallel_reduce_primitive_types
3: [  SKIPPED ] openmptarget.realloc_exec_space
3: [  SKIPPED ] openmptarget.deep_copy_zero_memset
3: [  SKIPPED ] openmptarget.view_allocation_int
3: [  SKIPPED ] openmptarget.view_allocation_exec_space_int
3: [  SKIPPED ] openmptarget_graph.submit_six
3: 
3:   YOU HAVE 1 DISABLED TEST
3: 
 3/51 Test  #3: Kokkos_CoreUnitTest_OpenMPTarget .....................   Passed  147.16 sec
test 4
      Start  4: Kokkos_CoreUnitTest_Default

4: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Default
4: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
4: Test timeout computed to be: 1500
4: [==========] Running 69 tests from 41 test suites.
4: [----------] Global test environment set-up.
4: [----------] 29 tests from defaultdevicetype
4: [ RUN      ] defaultdevicetype.initialization_settings
4: [       OK ] defaultdevicetype.initialization_settings (0 ms)
4: [ RUN      ] defaultdevicetype.cmd_line_args_num_threads
4: [       OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms)
4: [ RUN      ] defaultdevicetype.cmd_line_args_device_id
4: [       OK ] defaultdevicetype.cmd_line_args_device_id (0 ms)
4: [ RUN      ] defaultdevicetype.cmd_line_args_disable_warning
4: [       OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms)
4: [ RUN      ] defaultdevicetype.cmd_line_args_tune_internals
4: [       OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms)
4: [ RUN      ] defaultdevicetype.cmd_line_args_help
4: [       OK ] defaultdevicetype.cmd_line_args_help (5 ms)
4: [ RUN      ] defaultdevicetype.cmd_line_args_tools_arguments
4: [       OK ] defaultdevicetype.cmd_line_args_tools_arguments (1 ms)
4: [ RUN      ] defaultdevicetype.cmd_line_args_unrecognized_flag
4: [       OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (7 ms)
4: [ RUN      ] defaultdevicetype.env_vars_num_threads
4: [       OK ] defaultdevicetype.env_vars_num_threads (0 ms)
4: [ RUN      ] defaultdevicetype.env_vars_device_id
4: [       OK ] defaultdevicetype.env_vars_device_id (0 ms)
4: [ RUN      ] defaultdevicetype.env_vars_disable_warnings
4: [       OK ] defaultdevicetype.env_vars_disable_warnings (0 ms)
4: [ RUN      ] defaultdevicetype.env_vars_tune_internals
4: [       OK ] defaultdevicetype.env_vars_tune_internals (0 ms)
4: [ RUN      ] defaultdevicetype.visible_devices
4: [       OK ] defaultdevicetype.visible_devices (0 ms)
4: [ RUN      ] defaultdevicetype.compiler_macros
4: [       OK ] defaultdevicetype.compiler_macros (0 ms)
4: [ RUN      ] defaultdevicetype.half_conversion
4: [       OK ] defaultdevicetype.half_conversion (103 ms)
4: [ RUN      ] defaultdevicetype.bhalf_conversion
4: [       OK ] defaultdevicetype.bhalf_conversion (1 ms)
4: [ RUN      ] defaultdevicetype.half_operators
4: [       OK ] defaultdevicetype.half_operators (1 ms)
4: [ RUN      ] defaultdevicetype.bhalf_operators
4: [       OK ] defaultdevicetype.bhalf_operators (1 ms)
4: [ RUN      ] defaultdevicetype.host_space_access
4: [       OK ] defaultdevicetype.host_space_access (0 ms)
4: [ RUN      ] defaultdevicetype.reduce_instantiation_a1
4: [       OK ] defaultdevicetype.reduce_instantiation_a1 (3 ms)
4: [ RUN      ] defaultdevicetype.reduce_instantiation_b1
4: [       OK ] defaultdevicetype.reduce_instantiation_b1 (7 ms)
4: [ RUN      ] defaultdevicetype.reduce_instantiation_c1
4: [       OK ] defaultdevicetype.reduce_instantiation_c1 (3 ms)
4: [ RUN      ] defaultdevicetype.reduce_instantiation_a2
4: [       OK ] defaultdevicetype.reduce_instantiation_a2 (5 ms)
4: [ RUN      ] defaultdevicetype.reduce_instantiation_b2
4: [       OK ] defaultdevicetype.reduce_instantiation_b2 (10 ms)
4: [ RUN      ] defaultdevicetype.reduce_instantiation_c2
4: [       OK ] defaultdevicetype.reduce_instantiation_c2 (5 ms)
4: [ RUN      ] defaultdevicetype.reduce_instantiation_a3
4: [       OK ] defaultdevicetype.reduce_instantiation_a3 (0 ms)
4: [ RUN      ] defaultdevicetype.reduce_instantiation_b3
4: [       OK ] defaultdevicetype.reduce_instantiation_b3 (0 ms)
4: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
4: [       OK ] defaultdevicetype.reduce_instantiation_c3 (0 ms)
4: [ RUN      ] defaultdevicetype.malloc
4: [       OK ] defaultdevicetype.malloc (0 ms)
4: [----------] 29 tests from defaultdevicetype (160 ms total)
4: 
4: [----------] 1 test from kokkosresize
4: [ RUN      ] kokkosresize.host_space_access
4: [       OK ] kokkosresize.host_space_access (20 ms)
4: [----------] 1 test from kokkosresize (20 ms total)
4: 
4: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple<int, Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
4: [ RUN      ] TestViewAPI/0.sizes
4: [       OK ] TestViewAPI/0.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/0 (0 ms total)
4: 
4: [----------] 1 test from TestViewAPI/1, where TypeParam = std::tuple<int [5], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
4: [ RUN      ] TestViewAPI/1.sizes
4: [       OK ] TestViewAPI/1.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/1 (0 ms total)
4: 
4: [----------] 1 test from TestViewAPI/2, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
4: [ RUN      ] TestViewAPI/2.sizes
4: [       OK ] TestViewAPI/2.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/2 (0 ms total)
4: 
4: [----------] 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> >
4: [ RUN      ] TestViewAPI/3.sizes
4: [       OK ] TestViewAPI/3.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/3 (0 ms total)
4: 
4: [----------] 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> >
4: [ RUN      ] TestViewAPI/4.sizes
4: [       OK ] TestViewAPI/4.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/4 (0 ms total)
4: 
4: [----------] 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> >
4: [ RUN      ] TestViewAPI/5.sizes
4: [       OK ] TestViewAPI/5.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/5 (0 ms total)
4: 
4: [----------] 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> >
4: [ RUN      ] TestViewAPI/6.sizes
4: [       OK ] TestViewAPI/6.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/6 (0 ms total)
4: 
4: [----------] 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> >
4: [ RUN      ] TestViewAPI/7.sizes
4: [       OK ] TestViewAPI/7.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/7 (0 ms total)
4: 
4: [----------] 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> >
4: [ RUN      ] TestViewAPI/8.sizes
4: [       OK ] TestViewAPI/8.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/8 (0 ms total)
4: 
4: [----------] 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> >
4: [ RUN      ] TestViewAPI/9.sizes
4: [       OK ] TestViewAPI/9.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/9 (0 ms total)
4: 
4: [----------] 1 test from TestViewAPI/10, where TypeParam = std::tuple<int, Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
4: [ RUN      ] TestViewAPI/10.sizes
4: [       OK ] TestViewAPI/10.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/10 (0 ms total)
4: 
4: [----------] 1 test from TestViewAPI/11, where TypeParam = std::tuple<int [5], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
4: [ RUN      ] TestViewAPI/11.sizes
4: [       OK ] TestViewAPI/11.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/11 (0 ms total)
4: 
4: [----------] 1 test from TestViewAPI/12, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
4: [ RUN      ] TestViewAPI/12.sizes
4: [       OK ] TestViewAPI/12.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/12 (0 ms total)
4: 
4: [----------] 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> >
4: [ RUN      ] TestViewAPI/13.sizes
4: [       OK ] TestViewAPI/13.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/13 (0 ms total)
4: 
4: [----------] 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> >
4: [ RUN      ] TestViewAPI/14.sizes
4: [       OK ] TestViewAPI/14.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/14 (0 ms total)
4: 
4: [----------] 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> >
4: [ RUN      ] TestViewAPI/15.sizes
4: [       OK ] TestViewAPI/15.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/15 (0 ms total)
4: 
4: [----------] 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> >
4: [ RUN      ] TestViewAPI/16.sizes
4: [       OK ] TestViewAPI/16.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/16 (0 ms total)
4: 
4: [----------] 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> >
4: [ RUN      ] TestViewAPI/17.sizes
4: [       OK ] TestViewAPI/17.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/17 (0 ms total)
4: 
4: [----------] 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> >
4: [ RUN      ] TestViewAPI/18.sizes
4: [       OK ] TestViewAPI/18.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/18 (0 ms total)
4: 
4: [----------] 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> >
4: [ RUN      ] TestViewAPI/19.sizes
4: [       OK ] TestViewAPI/19.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/19 (0 ms total)
4: 
4: [----------] 1 test from TestViewAPI/20, where TypeParam = std::tuple<int, Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
4: [ RUN      ] TestViewAPI/20.sizes
4: [       OK ] TestViewAPI/20.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/20 (0 ms total)
4: 
4: [----------] 1 test from TestViewAPI/21, where TypeParam = std::tuple<int [5], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
4: [ RUN      ] TestViewAPI/21.sizes
4: [       OK ] TestViewAPI/21.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/21 (0 ms total)
4: 
4: [----------] 1 test from TestViewAPI/22, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
4: [ RUN      ] TestViewAPI/22.sizes
4: [       OK ] TestViewAPI/22.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/22 (0 ms total)
4: 
4: [----------] 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> >
4: [ RUN      ] TestViewAPI/23.sizes
4: [       OK ] TestViewAPI/23.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/23 (0 ms total)
4: 
4: [----------] 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> >
4: [ RUN      ] TestViewAPI/24.sizes
4: [       OK ] TestViewAPI/24.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/24 (0 ms total)
4: 
4: [----------] 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> >
4: [ RUN      ] TestViewAPI/25.sizes
4: [       OK ] TestViewAPI/25.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/25 (0 ms total)
4: 
4: [----------] 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> >
4: [ RUN      ] TestViewAPI/26.sizes
4: [       OK ] TestViewAPI/26.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/26 (0 ms total)
4: 
4: [----------] 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> >
4: [ RUN      ] TestViewAPI/27.sizes
4: [       OK ] TestViewAPI/27.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/27 (0 ms total)
4: 
4: [----------] 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> >
4: [ RUN      ] TestViewAPI/28.sizes
4: [       OK ] TestViewAPI/28.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/28 (0 ms total)
4: 
4: [----------] 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> >
4: [ RUN      ] TestViewAPI/29.sizes
4: [       OK ] TestViewAPI/29.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/29 (0 ms total)
4: 
4: [----------] 1 test from TestViewAPI/30, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
4: [ RUN      ] TestViewAPI/30.sizes
4: [       OK ] TestViewAPI/30.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/30 (0 ms total)
4: 
4: [----------] 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> >
4: [ RUN      ] TestViewAPI/31.sizes
4: [       OK ] TestViewAPI/31.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/31 (0 ms total)
4: 
4: [----------] 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> >
4: [ RUN      ] TestViewAPI/32.sizes
4: [       OK ] TestViewAPI/32.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/32 (0 ms total)
4: 
4: [----------] 1 test from TestViewAPI/33, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
4: [ RUN      ] TestViewAPI/33.sizes
4: [       OK ] TestViewAPI/33.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/33 (0 ms total)
4: 
4: [----------] 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> >
4: [ RUN      ] TestViewAPI/34.sizes
4: [       OK ] TestViewAPI/34.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/34 (0 ms total)
4: 
4: [----------] 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> >
4: [ RUN      ] TestViewAPI/35.sizes
4: [       OK ] TestViewAPI/35.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/35 (0 ms total)
4: 
4: [----------] 1 test from TestViewAPI/36, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
4: [ RUN      ] TestViewAPI/36.sizes
4: [       OK ] TestViewAPI/36.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/36 (0 ms total)
4: 
4: [----------] 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> >
4: [ RUN      ] TestViewAPI/37.sizes
4: [       OK ] TestViewAPI/37.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/37 (0 ms total)
4: 
4: [----------] 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> >
4: [ RUN      ] TestViewAPI/38.sizes
4: [       OK ] TestViewAPI/38.sizes (0 ms)
4: [----------] 1 test from TestViewAPI/38 (0 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 69 tests from 41 test suites ran. (184 ms total)
4: [  PASSED  ] 69 tests.
 4/51 Test  #4: Kokkos_CoreUnitTest_Default ..........................   Passed    0.27 sec
test 5
      Start  5: Kokkos_CoreUnitTest_LegionInitialization

5: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization
5: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
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 initialization
5: [ RUN      ] initialization.legion_initialization
5: [       OK ] initialization.legion_initialization (83 ms)
5: [----------] 1 test from initialization (83 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 1 test from 1 test suite ran. (83 ms total)
5: [  PASSED  ] 1 test.
 5/51 Test  #5: Kokkos_CoreUnitTest_LegionInitialization .............   Passed    0.17 sec
test 6
      Start  6: Kokkos_CoreUnitTest_PushFinalizeHook

6: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook
6: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
6: Test timeout computed to be: 1500
6: SUCCESS
 6/51 Test  #6: Kokkos_CoreUnitTest_PushFinalizeHook .................   Passed    0.05 sec
test 7
      Start  7: Kokkos_CoreUnitTest_ScopeGuard

7: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_ScopeGuard
7: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
7: Test timeout computed to be: 1500
7: [==========] Running 6 tests from 1 test suite.
7: [----------] Global test environment set-up.
7: [----------] 6 tests from scope_guard_DeathTest
7: [ RUN      ] scope_guard_DeathTest.create
7: [       OK ] scope_guard_DeathTest.create (17 ms)
7: [ RUN      ] scope_guard_DeathTest.create_argument
7: [       OK ] scope_guard_DeathTest.create_argument (17 ms)
7: [ RUN      ] scope_guard_DeathTest.create_while_initialize
7: [       OK ] scope_guard_DeathTest.create_while_initialize (158 ms)
7: [ RUN      ] scope_guard_DeathTest.create_after_initialize
7: [       OK ] scope_guard_DeathTest.create_after_initialize (137 ms)
7: [ RUN      ] scope_guard_DeathTest.create_after_finalize
7: [       OK ] scope_guard_DeathTest.create_after_finalize (128 ms)
7: [ RUN      ] scope_guard_DeathTest.destroy_after_finalize
7: [       OK ] scope_guard_DeathTest.destroy_after_finalize (125 ms)
7: [----------] 6 tests from scope_guard_DeathTest (585 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 6 tests from 1 test suite ran. (585 ms total)
7: [  PASSED  ] 6 tests.
 7/51 Test  #7: Kokkos_CoreUnitTest_ScopeGuard .......................   Passed    0.62 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/51 Test  #8: Kokkos_CoreUnitTest_Develop ..........................   Passed    0.04 sec
test 9
      Start  9: Kokkos_CoreUnitTest_PushFinalizeHookTerminateRegex

9: Test command: /opt/cmake/bin/cmake "-E" "env" "/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHookTerminate"
9: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
9: Test timeout computed to be: 1500
9: PASSED: I am the custom std::terminate handler.
9: Subprocess aborted
 9/51 Test  #9: Kokkos_CoreUnitTest_PushFinalizeHookTerminateRegex ...   Passed    0.16 sec
test 10
      Start 10: Kokkos_CoreUnitTest_PushFinalizeHookTerminateFails

10: Test command: /opt/cmake/bin/cmake "-E" "env" "/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHookTerminate"
10: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
10: Test timeout computed to be: 1500
10: PASSED: I am the custom std::terminate handler.
10: Subprocess aborted
10/51 Test #10: Kokkos_CoreUnitTest_PushFinalizeHookTerminateFails ...   Passed    0.16 sec
test 11
      Start 11: Kokkos_CoreUnitTest_TuningBuiltins

11: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_TuningBuiltins
11: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
11: Test timeout computed to be: 1500
11/51 Test #11: Kokkos_CoreUnitTest_TuningBuiltins ...................   Passed    0.45 sec
test 12
      Start 12: Kokkos_CoreUnitTest_TuningBasics

12: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_TuningBasics
12: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
12: Test timeout computed to be: 1500
12: Set of size 10
12: 4,4
12: Expect 1, have 1
12: Expect 2, have 2
12/51 Test #12: Kokkos_CoreUnitTest_TuningBasics .....................   Passed    0.04 sec
test 13
      Start 13: Kokkos_CoreUnitTest_CategoricalTuner

13: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CategoricalTuner
13: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
13: Test timeout computed to be: 1500
13/51 Test #13: Kokkos_CoreUnitTest_CategoricalTuner .................   Passed    0.51 sec
test 14
      Start 14: Kokkos_CoreUnitTest_KokkosP

14: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP
14: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
14: Test timeout computed to be: 1500
14: [==========] Running 32 tests from 1 test suite.
14: [----------] Global test environment set-up.
14: [----------] 32 tests from kokkosp
14: [ RUN      ] kokkosp.test_named_instance_fence
14: Ref: 67108865
14: Ref: named_instance
14: 67108865
14: named_instance
14: [       OK ] kokkosp.test_named_instance_fence (0 ms)
14: [ RUN      ] kokkosp.test_unnamed_instance_fence
14: Ref: 67108865
14: Ref: Unnamed Instance Fence
14: 67108865
14: Kokkos::OpenMPTarget::fence: Unnamed Instance Fence
14: [       OK ] kokkosp.test_unnamed_instance_fence (0 ms)
14: [ RUN      ] kokkosp.test_named_global_fence
14: Ref: 67108864
14: Ref: test global fence
14: 0
14: test global fence
14: Miss on id
14: 67108864
14: test global fence
14: [       OK ] kokkosp.test_named_global_fence (0 ms)
14: [ RUN      ] kokkosp.test_unnamed_global_fence
14: Ref: 67108864
14: Ref: Unnamed Global Fence
14: 0
14: Kokkos::fence: Unnamed Global Fence
14: Miss on id
14: 67108864
14: Kokkos::fence: Unnamed Global Fence
14: [       OK ] kokkosp.test_unnamed_global_fence (0 ms)
14: [ RUN      ] kokkosp.test_multiple_default_instances
14: [       OK ] kokkosp.test_multiple_default_instances (0 ms)
14: [ RUN      ] kokkosp.test_id_gen
14: [       OK ] kokkosp.test_id_gen (0 ms)
14: [ RUN      ] kokkosp.test_kernel_sequence
14: Ref: 67108865
14: Ref: named_instance
14: 67108865
14: named_instance
14: Ref: 67108865
14: Ref: test_kernel
14: 67108865
14: named_instance
14: Miss on name
14: 0
14: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence
14: Miss on name
14: Miss on id
14: 67108864
14: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence
14: Miss on name
14: Miss on id
14: 67108865
14: test_kernel
14: [       OK ] kokkosp.test_kernel_sequence (84 ms)
14: [ RUN      ] kokkosp.async_deep_copy
14: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/tools/TestEventCorrectness.hpp:287: Skipped
14: skipping since the OpenMPTarget backend has unexpected fences
14: [  SKIPPED ] kokkosp.async_deep_copy (0 ms)
14: [ RUN      ] kokkosp.parallel_for
14: [       OK ] kokkosp.parallel_for (0 ms)
14: [ RUN      ] kokkosp.parallel_reduce
14: [       OK ] kokkosp.parallel_reduce (0 ms)
14: [ RUN      ] kokkosp.parallel_scan
14: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/tools/TestEventCorrectness.hpp:368: Skipped
14: skipping since the OpenMPTarget backend reports unexpected events
14: [  SKIPPED ] kokkosp.parallel_scan (0 ms)
14: [ RUN      ] kokkosp.parallel_scan_no_fence
14: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/tools/TestEventCorrectness.hpp:407: Skipped
14: skipping since the OpenMPTarget backend has unexpected fences
14: [  SKIPPED ] kokkosp.parallel_scan_no_fence (0 ms)
14: [ RUN      ] kokkosp.parallel_scan_no_fence_view
14: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/tools/TestEventCorrectness.hpp:452: Skipped
14: skipping since the OpenMPTarget backend has unexpected fences
14: [  SKIPPED ] kokkosp.parallel_scan_no_fence_view (0 ms)
14: [ RUN      ] kokkosp.regions
14: [       OK ] kokkosp.regions (0 ms)
14: [ RUN      ] kokkosp.fences
14: [       OK ] kokkosp.fences (0 ms)
14: [ RUN      ] kokkosp.raw_allocation
14: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/tools/TestEventCorrectness.hpp:525: Skipped
14: skipping since the OpenMPTarget backend reports unexpected events
14: [  SKIPPED ] kokkosp.raw_allocation (0 ms)
14: [ RUN      ] kokkosp.view
14: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/tools/TestEventCorrectness.hpp:564: Skipped
14: skipping since the OpenMPTarget backend reports unexpected events
14: [  SKIPPED ] kokkosp.view (0 ms)
14: [ RUN      ] kokkosp.sections
14: [       OK ] kokkosp.sections (0 ms)
14: [ RUN      ] kokkosp.metadata
14: [       OK ] kokkosp.metadata (0 ms)
14: [ RUN      ] kokkosp.profile_events
14: [       OK ] kokkosp.profile_events (0 ms)
14: [ RUN      ] kokkosp.tuning_sequence
14: [       OK ] kokkosp.tuning_sequence (0 ms)
14: [ RUN      ] kokkosp.no_init_kernel
14: [       OK ] kokkosp.no_init_kernel (0 ms)
14: [ RUN      ] kokkosp.get_events
14: [       OK ] kokkosp.get_events (0 ms)
14: [ RUN      ] kokkosp.kernel_name_parallel_for
14: [       OK ] kokkosp.kernel_name_parallel_for (0 ms)
14: [ RUN      ] kokkosp.kernel_name_parallel_reduce
14: [       OK ] kokkosp.kernel_name_parallel_reduce (0 ms)
14: [ RUN      ] kokkosp.kernel_name_parallel_scan
14: [       OK ] kokkosp.kernel_name_parallel_scan (1 ms)
14: [ RUN      ] kokkosp.kernel_name_internal
14: [       OK ] kokkosp.kernel_name_internal (0 ms)
14: [ RUN      ] kokkosp.profiling_section
14: [       OK ] kokkosp.profiling_section (0 ms)
14: [ RUN      ] kokkosp.scoped_profile_region
14: [       OK ] kokkosp.scoped_profile_region (0 ms)
14: [ RUN      ] kokkosp.create_mirror_no_init
14: [       OK ] kokkosp.create_mirror_no_init (0 ms)
14: [ RUN      ] kokkosp.create_mirror_no_init_view_ctor
14: [       OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms)
14: [ RUN      ] kokkosp.create_mirror_view_and_copy
14: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/tools/TestWithoutInitializing.cpp:92: Skipped
14: skipping since the OpenMPTarget has unexpected fences
14: [  SKIPPED ] kokkosp.create_mirror_view_and_copy (0 ms)
14: [----------] 32 tests from kokkosp (87 ms total)
14: 
14: [----------] Global test environment tear-down
14: [==========] 32 tests from 1 test suite ran. (87 ms total)
14: [  PASSED  ] 25 tests.
14: [  SKIPPED ] 7 tests, listed below:
14: [  SKIPPED ] kokkosp.async_deep_copy
14: [  SKIPPED ] kokkosp.parallel_scan
14: [  SKIPPED ] kokkosp.parallel_scan_no_fence
14: [  SKIPPED ] kokkosp.parallel_scan_no_fence_view
14: [  SKIPPED ] kokkosp.raw_allocation
14: [  SKIPPED ] kokkosp.view
14: [  SKIPPED ] kokkosp.create_mirror_view_and_copy
14/51 Test #14: Kokkos_CoreUnitTest_KokkosP ..........................   Passed    0.16 sec
test 15
      Start 15: Kokkos_CoreUnitTest_ToolIndependence

15: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence
15: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
15: Test timeout computed to be: 1500
15/51 Test #15: Kokkos_CoreUnitTest_ToolIndependence .................   Passed    0.04 sec
test 16
      Start 16: Kokkos_ProfilingTestLibraryLoadHelp

16: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help"
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
16: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize().
16: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
16/51 Test #16: Kokkos_ProfilingTestLibraryLoadHelp ..................   Passed    0.04 sec
test 17
      Start 17: Kokkos_ProfilingTestLibraryCmdLineHelp

17: 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"
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_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
17/51 Test #17: Kokkos_ProfilingTestLibraryCmdLineHelp ...............   Passed    0.04 sec
test 18
      Start 18: Kokkos_ProfilingTestLibraryLoad

18: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
18: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
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: 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:OpenMPTarget::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.4.99::kokkosp_allocate_data:Host:source:0x55b5d00f7fc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x55b5d00f8240:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x55b5d00f82c0:Host:source:0x55b5d00f8040: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:0x55b5d00f8380: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:0x55b5d00f8240:40::kokkosp_deallocate_data:Host:source:0x55b5d00f7fc0:40::kokkosp_finalize_library::
18/51 Test #18: Kokkos_ProfilingTestLibraryLoad ......................   Passed    0.04 sec
test 19
      Start 19: Kokkos_ProfilingTestLibraryCmdLine

19: 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"
19: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
19: Test timeout computed to be: 1500
19: 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:OpenMPTarget::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.4.99::kokkosp_allocate_data:Host:source:0x55fa1652df80:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x55fa1652e240:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x55fa1652e2c0:Host:source:0x55fa1652e000: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:0x55fa1652e380: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:0x55fa1652e240:40::kokkosp_deallocate_data:Host:source:0x55fa1652df80:40::kokkosp_finalize_library::
19/51 Test #19: Kokkos_ProfilingTestLibraryCmdLine ...................   Passed    0.04 sec
test 20
      Start 20: Kokkos_CoreUnitTest_StackTraceTest

20: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec
20: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
20: Test timeout computed to be: 1500
20: [==========] Running 3 tests from 2 test suites.
20: [----------] Global test environment set-up.
20: [----------] 2 tests from defaultdevicetype_DeathTest
20: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_terminate
20: 
20: [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.
20: Top of f1
20: Top of f0
20: Top of f0
20: test_f1:
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x55f0ac7dae92]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55f0ac77d740]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x55f0ac77a751]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xca) [0x55f0ac77a22a]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x55f0ac7ae27d]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55f0ac78a1e9]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55f0ac78b3b9]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55f0ac78bc88]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x55f0ac79ad7d]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x55f0ac7aee3d]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55f0ac79a5e3]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55f0ac77bcb0]
20: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f5af5629d90]
20: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f5af5629e40]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55f0ac77a085]
20:  
20: demangled test_f1:
20: [0x55f0ac7dae92] Kokkos::Impl::save_stacktrace()
20: [0x55f0ac77d740] Test::stacktrace_test_f1(std::ostream&)
20: [0x55f0ac77a751] Test::test_stacktrace(bool, bool)
20: [0x55f0ac77a22a] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
20: [0x55f0ac7ae27d] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
20: [0x55f0ac78a1e9] testing::Test::Run()
20: [0x55f0ac78b3b9] testing::TestInfo::Run()
20: [0x55f0ac78bc88] testing::TestSuite::Run()
20: [0x55f0ac79ad7d] testing::internal::UnitTestImpl::RunAllTests()
20: [0x55f0ac7aee3d] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
20: [0x55f0ac79a5e3] testing::UnitTest::Run()
20: [0x55f0ac77bcb0] main
20: [0x7f5af5629d90] 
20: [0x7f5af5629e40] __libc_start_main
20: [0x55f0ac77a085] _start
20:  
20: Top of f3
20: Top of f3
20: Top of f3
20: Top of f3
20: Top of f3
20: Top of f1
20: Top of f0
20: Top of f0
20: StackTrace f3(std::cout, 4) returned: 110
20: test_f3:
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x55f0ac7dae92]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55f0ac77d740]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x55f0ac77d904]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xac6) [0x55f0ac77b1f6]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xca) [0x55f0ac77a22a]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x55f0ac7ae27d]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55f0ac78a1e9]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55f0ac78b3b9]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55f0ac78bc88]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x55f0ac79ad7d]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x55f0ac7aee3d]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55f0ac79a5e3]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55f0ac77bcb0]
20: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f5af5629d90]
20: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f5af5629e40]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55f0ac77a085]
20:  
20: demangled test_f3:
20: [0x55f0ac7dae92] Kokkos::Impl::save_stacktrace()
20: [0x55f0ac77d740] Test::stacktrace_test_f1(std::ostream&)
20: [0x55f0ac77d904] Test::stacktrace_test_f3(std::ostream&, int)
20: [0x55f0ac77b1f6] Test::test_stacktrace(bool, bool)
20: [0x55f0ac77a22a] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
20: [0x55f0ac7ae27d] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
20: [0x55f0ac78a1e9] testing::Test::Run()
20: [0x55f0ac78b3b9] testing::TestInfo::Run()
20: [0x55f0ac78bc88] testing::TestSuite::Run()
20: [0x55f0ac79ad7d] testing::internal::UnitTestImpl::RunAllTests()
20: [0x55f0ac7aee3d] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
20: [0x55f0ac79a5e3] testing::UnitTest::Run()
20: [0x55f0ac77bcb0] main
20: [0x7f5af5629d90] 
20: [0x7f5af5629e40] __libc_start_main
20: [0x55f0ac77a085] _start
20:  
20: Test setting std::terminate handler that prints the last saved stack trace
20: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (116 ms)
20: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
20: 
20: [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.
20: Top of f1
20: Top of f0
20: Top of f0
20: test_f1:
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x55f0ac7dae92]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55f0ac77d740]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x55f0ac77a751]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xc7) [0x55f0ac77a4e7]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x55f0ac7ae27d]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55f0ac78a1e9]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55f0ac78b3b9]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55f0ac78bc88]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x55f0ac79ad7d]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x55f0ac7aee3d]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55f0ac79a5e3]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55f0ac77bcb0]
20: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f5af5629d90]
20: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f5af5629e40]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55f0ac77a085]
20:  
20: demangled test_f1:
20: [0x55f0ac7dae92] Kokkos::Impl::save_stacktrace()
20: [0x55f0ac77d740] Test::stacktrace_test_f1(std::ostream&)
20: [0x55f0ac77a751] Test::test_stacktrace(bool, bool)
20: [0x55f0ac77a4e7] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
20: [0x55f0ac7ae27d] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
20: [0x55f0ac78a1e9] testing::Test::Run()
20: [0x55f0ac78b3b9] testing::TestInfo::Run()
20: [0x55f0ac78bc88] testing::TestSuite::Run()
20: [0x55f0ac79ad7d] testing::internal::UnitTestImpl::RunAllTests()
20: [0x55f0ac7aee3d] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
20: [0x55f0ac79a5e3] testing::UnitTest::Run()
20: [0x55f0ac77bcb0] main
20: [0x7f5af5629d90] 
20: [0x7f5af5629e40] __libc_start_main
20: [0x55f0ac77a085] _start
20:  
20: Top of f3
20: Top of f3
20: Top of f3
20: Top of f3
20: Top of f3
20: Top of f1
20: Top of f0
20: Top of f0
20: StackTrace f3(std::cout, 4) returned: 110
20: test_f3:
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x55f0ac7dae92]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55f0ac77d740]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x55f0ac77d904]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xac6) [0x55f0ac77b1f6]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xc7) [0x55f0ac77a4e7]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x55f0ac7ae27d]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55f0ac78a1e9]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55f0ac78b3b9]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55f0ac78bc88]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x55f0ac79ad7d]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x55f0ac7aee3d]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55f0ac79a5e3]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55f0ac77bcb0]
20: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f5af5629d90]
20: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f5af5629e40]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55f0ac77a085]
20:  
20: demangled test_f3:
20: [0x55f0ac7dae92] Kokkos::Impl::save_stacktrace()
20: [0x55f0ac77d740] Test::stacktrace_test_f1(std::ostream&)
20: [0x55f0ac77d904] Test::stacktrace_test_f3(std::ostream&, int)
20: [0x55f0ac77b1f6] Test::test_stacktrace(bool, bool)
20: [0x55f0ac77a4e7] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
20: [0x55f0ac7ae27d] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
20: [0x55f0ac78a1e9] testing::Test::Run()
20: [0x55f0ac78b3b9] testing::TestInfo::Run()
20: [0x55f0ac78bc88] testing::TestSuite::Run()
20: [0x55f0ac79ad7d] testing::internal::UnitTestImpl::RunAllTests()
20: [0x55f0ac7aee3d] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
20: [0x55f0ac79a5e3] testing::UnitTest::Run()
20: [0x55f0ac77bcb0] main
20: [0x7f5af5629d90] 
20: [0x7f5af5629e40] __libc_start_main
20: [0x55f0ac77a085] _start
20:  
20: Test setting std::terminate handler that prints the last saved stack trace
20: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (116 ms)
20: [----------] 2 tests from defaultdevicetype_DeathTest (232 ms total)
20: 
20: [----------] 1 test from defaultdevicetype
20: [ RUN      ] defaultdevicetype.stacktrace_normal
20: Top of f1
20: Top of f0
20: Top of f0
20: test_f1:
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x55f0ac7dae92]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55f0ac77d740]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x21) [0x55f0ac77a751]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x55f0ac7ae27d]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55f0ac78a1e9]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55f0ac78b3b9]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55f0ac78bc88]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x55f0ac79ad7d]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x55f0ac7aee3d]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55f0ac79a5e3]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55f0ac77bcb0]
20: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f5af5629d90]
20: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f5af5629e40]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55f0ac77a085]
20:  
20: demangled test_f1:
20: [0x55f0ac7dae92] Kokkos::Impl::save_stacktrace()
20: [0x55f0ac77d740] Test::stacktrace_test_f1(std::ostream&)
20: [0x55f0ac77a751] Test::test_stacktrace(bool, bool)
20: [0x55f0ac7ae27d] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
20: [0x55f0ac78a1e9] testing::Test::Run()
20: [0x55f0ac78b3b9] testing::TestInfo::Run()
20: [0x55f0ac78bc88] testing::TestSuite::Run()
20: [0x55f0ac79ad7d] testing::internal::UnitTestImpl::RunAllTests()
20: [0x55f0ac7aee3d] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
20: [0x55f0ac79a5e3] testing::UnitTest::Run()
20: [0x55f0ac77bcb0] main
20: [0x7f5af5629d90] 
20: [0x7f5af5629e40] __libc_start_main
20: [0x55f0ac77a085] _start
20:  
20: Top of f3
20: Top of f3
20: Top of f3
20: Top of f3
20: Top of f3
20: Top of f1
20: Top of f0
20: Top of f0
20: StackTrace f3(std::cout, 4) returned: 110
20: test_f3:
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x12) [0x55f0ac7dae92]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x70) [0x55f0ac77d740]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb4) [0x55f0ac77d904]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xac6) [0x55f0ac77b1f6]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3d) [0x55f0ac7ae27d]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x119) [0x55f0ac78a1e9]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x149) [0x55f0ac78b3b9]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x138) [0x55f0ac78bc88]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x76d) [0x55f0ac79ad7d]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3d) [0x55f0ac7aee3d]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x53) [0x55f0ac79a5e3]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x55f0ac77bcb0]
20: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7f5af5629d90]
20: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7f5af5629e40]
20: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x55f0ac77a085]
20:  
20: demangled test_f3:
20: [0x55f0ac7dae92] Kokkos::Impl::save_stacktrace()
20: [0x55f0ac77d740] Test::stacktrace_test_f1(std::ostream&)
20: [0x55f0ac77d904] Test::stacktrace_test_f3(std::ostream&, int)
20: [0x55f0ac77b1f6] Test::test_stacktrace(bool, bool)
20: [0x55f0ac7ae27d] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
20: [0x55f0ac78a1e9] testing::Test::Run()
20: [0x55f0ac78b3b9] testing::TestInfo::Run()
20: [0x55f0ac78bc88] testing::TestSuite::Run()
20: [0x55f0ac79ad7d] testing::internal::UnitTestImpl::RunAllTests()
20: [0x55f0ac7aee3d] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
20: [0x55f0ac79a5e3] testing::UnitTest::Run()
20: [0x55f0ac77bcb0] main
20: [0x7f5af5629d90] 
20: [0x7f5af5629e40] __libc_start_main
20: [0x55f0ac77a085] _start
20:  
20: Test setting std::terminate handler that prints the last saved stack trace
20: [       OK ] defaultdevicetype.stacktrace_normal (1 ms)
20: [----------] 1 test from defaultdevicetype (1 ms total)
20: 
20: [----------] Global test environment tear-down
20: [==========] 3 tests from 2 test suites ran. (234 ms total)
20: [  PASSED  ] 3 tests.
20/51 Test #20: Kokkos_CoreUnitTest_StackTraceTest ...................   Passed    0.27 sec
test 21
      Start 21: Kokkos_IncrementalTest_SERIAL

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

22: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_IncrementalTest_OPENMPTARGET
22: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
22: Test timeout computed to be: 1500
22: [==========] Running 22 tests from 1 test suite.
22: [----------] Global test environment set-up.
22: [----------] 22 tests from OPENMPTARGET
22: [ RUN      ] OPENMPTARGET.IncrTest_01_execspace_typedef
22: [       OK ] OPENMPTARGET.IncrTest_01_execspace_typedef (0 ms)
22: [ RUN      ] OPENMPTARGET.IncrTest_01_execspace
22: OpenMPTarget Execution Space:
22:   KOKKOS_ENABLE_OPENMPTARGET: yes
22: 
22: OpenMPTarget Runtime Configuration:
22: Using OpenMPTarget
22: OpenMPTarget
22: [       OK ] OPENMPTARGET.IncrTest_01_execspace (0 ms)
22: [ RUN      ] OPENMPTARGET.IncrTest_02_AtomicExchange
22: [       OK ] OPENMPTARGET.IncrTest_02_AtomicExchange (0 ms)
22: [ RUN      ] OPENMPTARGET.IncrTest_02_AtomicAdd
22: [       OK ] OPENMPTARGET.IncrTest_02_AtomicAdd (0 ms)
22: [ RUN      ] OPENMPTARGET.IncrTest_02_AtomicSub
22: [       OK ] OPENMPTARGET.IncrTest_02_AtomicSub (0 ms)
22: [ RUN      ] OPENMPTARGET.IncrTest_03a_memspace_malloc
22: [       OK ] OPENMPTARGET.IncrTest_03a_memspace_malloc (83 ms)
22: [ RUN      ] OPENMPTARGET.IncrTest_03b_memspace_free
[ 70%] Built target Kokkos_PerformanceTest_Atomic
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynViewAPI_rank12345.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c7.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank12345.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o
22: [       OK ] OPENMPTARGET.IncrTest_03b_memspace_free (4889 ms)
22: [ RUN      ] OPENMPTARGET.IncrTest_04_simple_parallelFor
22: [       OK ] OPENMPTARGET.IncrTest_04_simple_parallelFor (6 ms)
22: [ RUN      ] OPENMPTARGET.IncrTest_04_RangePolicy_parallelFor
22: [       OK ] OPENMPTARGET.IncrTest_04_RangePolicy_parallelFor (0 ms)
22: [ RUN      ] OPENMPTARGET.IncrTest_05_reduction
22: [       OK ] OPENMPTARGET.IncrTest_05_reduction (14 ms)
22: [ RUN      ] OPENMPTARGET.IncrTest_06_mdrange2D
22: [       OK ] OPENMPTARGET.IncrTest_06_mdrange2D (0 ms)
22: [ RUN      ] OPENMPTARGET.IncrTest_06_mdrange3D
22: [       OK ] OPENMPTARGET.IncrTest_06_mdrange3D (0 ms)
22: [ RUN      ] OPENMPTARGET.IncrTest_06_mdrange4D
22: [       OK ] OPENMPTARGET.IncrTest_06_mdrange4D (0 ms)
22: [ RUN      ] OPENMPTARGET.IncrTest_08_deep_copy_2D
22: [       OK ] OPENMPTARGET.IncrTest_08_deep_copy_2D (0 ms)
22: [ RUN      ] OPENMPTARGET.IncrTest_08_deep_copy_3D
22: [       OK ] OPENMPTARGET.IncrTest_08_deep_copy_3D (0 ms)
22: [ RUN      ] OPENMPTARGET.IncrTest_08_deep_copy_4D
22: [       OK ] OPENMPTARGET.IncrTest_08_deep_copy_4D (0 ms)
22: [ RUN      ] OPENMPTARGET.IncrTest_10_Hierarchical_Basics
22: [       OK ] OPENMPTARGET.IncrTest_10_Hierarchical_Basics (2 ms)
22: [ RUN      ] OPENMPTARGET.IncrTest_11a_Hierarchical_ForLoop
22: [       OK ] OPENMPTARGET.IncrTest_11a_Hierarchical_ForLoop (0 ms)
22: [ RUN      ] OPENMPTARGET.IncrTest_11b_Hierarchical_ForLoop
22: [       OK ] OPENMPTARGET.IncrTest_11b_Hierarchical_ForLoop (0 ms)
22: [ RUN      ] OPENMPTARGET.IncrTest_11c_Hierarchical_ForLoop
22: [       OK ] OPENMPTARGET.IncrTest_11c_Hierarchical_ForLoop (239 ms)
22: [ RUN      ] OPENMPTARGET.IncrTest_12a_ThreadScratch
22: [       OK ] OPENMPTARGET.IncrTest_12a_ThreadScratch (5 ms)
22: [ RUN      ] OPENMPTARGET.IncrTest_12b_TeamScratch
22: [       OK ] OPENMPTARGET.IncrTest_12b_TeamScratch (4 ms)
22: [----------] 22 tests from OPENMPTARGET (5250 ms total)
22: 
22: [----------] Global test environment tear-down
22: [==========] 22 tests from 1 test suite ran. (5250 ms total)
22: [  PASSED  ] 22 tests.
22/51 Test #22: Kokkos_IncrementalTest_OPENMPTARGET ..................   Passed    5.33 sec
test 23
      Start 23: Kokkos_CoreUnitTest_CTestDevice

23: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CTestDevice
23: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
23: Test timeout computed to be: 1500
[ 49%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryPool_hpp
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDRangeReduce.cpp.o
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/51 Test #23: Kokkos_CoreUnitTest_CTestDevice ......................   Passed    0.04 sec
test 24
      Start 24: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0

24: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE"
24: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
24: Test timeout computed to be: 1500
24/51 Test #24: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ............   Passed    0.04 sec
test 25
      Start 25: Kokkos_CoreUnitTest_DeviceAndThreads

25: Test command: /usr/bin/python3.10 "/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/TestDeviceAndThreads.py" "-v"
25: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test
25: Test timeout computed to be: 1500
25: test_device_id (__main__.KokkosInitializationTestCase) ... ok
25: test_disable_warnings (__main__.KokkosInitializationTestCase) ... ok
25: test_num_devices (__main__.KokkosInitializationTestCase) ... ok
25: test_num_threads (__main__.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled'
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 0.00105824 0.00294934 || 0.051031 27969 29295 || 28644.1 28674.4 || 40.7716 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 0.0196041 0.0032695 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
25: test_tune_internals (__main__.KokkosInitializationTestCase) ... ok
25: 
25: ----------------------------------------------------------------------
25: Ran 5 tests in 0.428s
25: 
25: OK (skipped=1)
25/51 Test #25: Kokkos_CoreUnitTest_DeviceAndThreads .................   Passed    0.73 sec
test 26
      Start 26: Kokkos_PerformanceTest_Benchmark

26: 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-09-12_T14-20-55.json"
26: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test
26: Test timeout computed to be: 1500
26: 2024-09-12T14:48:19+00:00
26: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
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.68, 4.32, 5.29
26: CPU architecture: none
26: Default Device: OpenMPTarget
26: GIT_BRANCH: HEAD
26: GIT_CLEAN_STATUS: CLEAN
26: GIT_COMMIT_DATE: 2024-09-12T14:20:37+00:00
26: GIT_COMMIT_DESCRIPTION: Merge commit 'd02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a' into HEAD
26: GIT_COMMIT_HASH: 7fee597a6
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.4.99
26: platform: 64bit
26: ---------------------------------------------------------------------------------------------------------------------------------------------------
26: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
26: ---------------------------------------------------------------------------------------------------------------------------------------------------
26: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time                      0.000 s         0.023 s             5       1024        27.3672n
26: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                      0.000 s         0.000 s             5     2.048k        13.3872n
26: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                      0.000 s         0.000 s             5     4.096k        6.67114n
26: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                      0.000 s         0.000 s             5     8.192k        3.45947n
26: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                     0.000 s         0.000 s             5    16.384k          1.755n
26: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                     0.000 s         0.000 s             5    32.768k        1.39935n
26: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                     0.000 s         0.000 s             5    65.536k        980.911p
26: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                    0.000 s         0.000 s             5   131.072k        801.697p
26: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                    0.000 s         0.000 s             5   262.144k        585.056p
26: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                    0.000 s         0.001 s             5   524.288k        428.156p
26: -----------------------------------------------------------------------------------------------------------------------------------
26: Benchmark                                                                              Time             CPU   Iterations  FOM: rate
26: -----------------------------------------------------------------------------------------------------------------------------------
26: Malloc/N:1/manual_time                                                              20.6 us         22.6 us        36384  48.607k/s
[ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
[100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_DynViewAPI_rank67.cpp.o
3: [       OK ] openacc_DeathTest.view_layoutstride_left_to_layoutright_assignment (18355 ms)
3: [ RUN      ] openacc_DeathTest.view_memory_access_violations_from_host
26: Malloc/N:16/manual_time                                                             23.3 us         23.4 us        29777 42.9383k/s
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
26: Malloc/N:256/manual_time                                                            23.4 us         23.5 us        29693 42.6987k/s
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c01.cpp.o
[100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
26: Malloc/N:4096/manual_time                                                           23.6 us         23.9 us        29879 42.3841k/s
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_d.cpp.o
[ 70%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d7.cpp.o
26: Malloc/N:65536/manual_time                                                          26.1 us         29.1 us        26889 38.3293k/s
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_DynViewAPI_rank67.cpp.o
[100%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_ErrorReporter.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
26: Malloc/N:1048576/manual_time                                                        26.1 us         29.0 us        26886 38.3098k/s
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
29: Test_Atomic<long int>/100000/iterations:10                     12.0 s          12.0 s            10          1            8     20.2217        1.52638m      108.2u     4.99995G          64.382k     4.99995G
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.00971636 0.0263306 || 0.051031 28023 29289 || 28955.7 28674.4 || 363.995 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.00205722 -0.00310572 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
26: Malloc/N:16777216/manual_time                                                        294 us          171 us         7465 3.40611k/s
26: Malloc/N:268435456/manual_time                                                      6225 us          543 us          125  160.655/s
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_OffsetView.cpp.o
26: Malloc/N:4294967296/manual_time                                                   115342 us         3610 us           10  8.66987/s
26: MallocFree/N:1/manual_time                                                          40.6 us         21.6 us        15802 24.6364k/s
[ 71%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_a8.cpp.o
26: MallocFree/N:16/manual_time                                                         39.1 us         21.0 us        17685 25.5686k/s
[ 49%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c02.cpp.o
26: MallocFree/N:256/manual_time                                                        39.5 us         21.4 us        17315 25.2871k/s
26: MallocFree/N:4096/manual_time                                                       39.5 us         20.9 us        18217 25.3178k/s
26: MallocFree/N:65536/manual_time                                                      50.3 us         28.7 us        10000 19.8876k/s
[ 50%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c03.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_ScatterView.cpp.o
26: MallocFree/N:1048576/manual_time                                                    50.4 us         28.6 us        14102 19.8466k/s
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ErrorReporter.cpp.o
26: MallocFree/N:16777216/manual_time                                                    325 us          168 us         3984 3.08108k/s
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpan.cpp.o
26: MallocFree/N:268435456/manual_time                                                  6381 us          543 us           96  156.704/s
26: MallocFree/N:4294967296/manual_time                                               117418 us         3602 us           10   8.5166/s
26: MallocTouch/N:1/manual_time                                                         21.2 us         23.6 us        33382 47.2013k/s
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
26: MallocTouch/N:16/manual_time                                                        20.8 us         23.2 us        32293 48.1038k/s
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_b8.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamCombinedReducers.cpp.o
26: MallocTouch/N:256/manual_time                                                       22.4 us         24.8 us        31429 44.6625k/s
26: MallocTouch/N:4096/manual_time                                                      50.9 us         42.9 us        13459 19.6614k/s
26: MallocTouch/N:65536/manual_time                                                     54.5 us         49.6 us        12902 18.3381k/s
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.011597 0.00213263 || 0.051031 27946 29394 || 29010.8 28674.4 || 29.4814 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.00824119 -0.00612336 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_StaticCrsGraph.cpp.o
26: MallocTouch/N:1048576/manual_time                                                   54.3 us         49.2 us        12839 18.4287k/s
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpanAtomicAccessor.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o
26: MallocTouch/N:16777216/manual_time                                                   253 us          201 us         5355 3.95809k/s
26: MallocTouch/N:268435456/manual_time                                                 6389 us          569 us          120  156.531/s
[100%] Linking CXX executable Kokkos_bytes_and_flops
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c04.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_OffsetView.cpp.o
[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_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: OMP_PROC_BIND environment variable not set
1:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
1:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
1:   For unit testing set OMP_PROC_BIND=false
1: 
1: [==========] Running 340 tests from 4 test suites.
1: [----------] Global test environment set-up.
1: [----------] 16 tests from openmp_DeathTest
1: [ RUN      ] openmp_DeathTest.abort_from_host
26: MallocTouch/N:4294967296/manual_time                                              123655 us         3839 us           10  8.08702/s
1: [       OK ] openmp_DeathTest.abort_from_host (1095 ms)
1: [ RUN      ] openmp_DeathTest.abort_from_device
26: MallocTouchFree/N:1/manual_time                                                     42.3 us         22.7 us        16203 23.6517k/s
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o
1: [       OK ] openmp_DeathTest.abort_from_device (1095 ms)
1: [ RUN      ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort
26: MallocTouchFree/N:16/manual_time                                                    40.6 us         21.9 us        16678 24.6312k/s
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamMDRange.cpp.o
1: [       OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (1078 ms)
1: [ RUN      ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions
26: MallocTouchFree/N:256/manual_time                                                   40.6 us         21.8 us        15928  24.639k/s
1: [       OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (1109 ms)
1: [ RUN      ] openmp_DeathTest.policy_invalid_bounds
26: MallocTouchFree/N:4096/manual_time                                                  71.2 us         40.2 us         9836   14.05k/s
26: MallocTouchFree/N:65536/manual_time                                                 81.1 us         48.2 us         8765 12.3358k/s
1: [       OK ] openmp_DeathTest.policy_invalid_bounds (1079 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 22 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.
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_c8.cpp.o
26: MallocTouchFree/N:1048576/manual_time                                               80.8 us         48.4 us         8625 12.3791k/s
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 22 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.
26: MallocTouchFree/N:16777216/manual_time                                               250 us          201 us         2646 3.99757k/s
1: [       OK ] openmp_DeathTest.range_policy_invalid_bounds (1690 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 22 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.
26: MallocTouchFree/N:268435456/manual_time                                             6495 us          602 us          113  153.971/s
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 22 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 22 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.
3: [       OK ] openacc_DeathTest.view_memory_access_violations_from_host (45483 ms)
3: [ RUN      ] openacc_DeathTest.view_memory_access_violations_from_device
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewMemoryAccessViolation.hpp:186: Skipped
3: skipping because OpenACC backend is currently not able to abort from the device
3: [  SKIPPED ] openacc_DeathTest.view_memory_access_violations_from_device (0 ms)
3: [----------] 17 tests from openacc_DeathTest (90441 ms total)
3: 
3: [----------] 1 test from openacc_graph_DeathTest
3: [ RUN      ] openacc_graph_DeathTest.can_instantiate_only_once
3: 
3: [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.
26: MallocTouchFree/N:4294967296/manual_time                                          125981 us         3711 us            7  7.93771/s
3: 
3: [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 22 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: Test_Atomic<long long int>/100000/iterations:10                4.09 s          4.07 s            10          1            8    2.50497m        1.13929m      103.1u     4.99995G         119.678k     4.99995G
1: [       OK ] openmp_DeathTest.range_policy_implicitly_converted_bounds (3269 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_dyn
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:102: Skipped
1: only enforced when debug bound checks is enabled
1: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_stat
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:131: Skipped
1: only enforced when debug bound checks is enabled
1: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_stat (0 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_mix
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:160: Skipped
1: only enforced when debug bound checks is enabled
1: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_mix (0 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_static_extents
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:192: Skipped
1: only enforced when debug bound checks is enabled
1: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_static_extents (0 ms)
1: [ RUN      ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamPolicyConstructors.cpp.o
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamReductionScan.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_WithoutInitializing.cpp.o
26: ----------------------------------------------------------------------------------------------------------------------------------------------
26: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s         MB
26: ----------------------------------------------------------------------------------------------------------------------------------------------
26: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                            0.017 s         0.001 s           110  46.0848/s        800
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MDSpanConversion.cpp.o
3: [       OK ] openacc_graph_DeathTest.can_instantiate_only_once (4130 ms)
3: [----------] 1 test from openacc_graph_DeathTest (4130 ms total)
3: 
3: [----------] 182 tests from openacc
3: [ RUN      ] openacc.array_capacity
3: [       OK ] openacc.array_capacity (0 ms)
3: [ RUN      ] openacc.array_element_access
3: [       OK ] openacc.array_element_access (0 ms)
3: [ RUN      ] openacc.array_operator_equal
3: [       OK ] openacc.array_operator_equal (0 ms)
3: [ RUN      ] openacc.array_zero_capacity
3: [       OK ] openacc.array_zero_capacity (0 ms)
3: [ RUN      ] openacc.array_zero_data_nullptr
3: [       OK ] openacc.array_zero_data_nullptr (0 ms)
3: [ RUN      ] openacc.array_contiguous_capacity
3: [       OK ] openacc.array_contiguous_capacity (0 ms)
3: [ RUN      ] openacc.array_contiguous_element_access
3: [       OK ] openacc.array_contiguous_element_access (0 ms)
3: [ RUN      ] openacc.array_contiguous_assignment
3: [       OK ] openacc.array_contiguous_assignment (0 ms)
3: [ RUN      ] openacc.array_strided_capacity
3: [       OK ] openacc.array_strided_capacity (0 ms)
3: [ RUN      ] openacc.array_strided_element_access
3: [       OK ] openacc.array_strided_element_access (0 ms)
3: [ RUN      ] openacc.array_strided_assignment
3: [       OK ] openacc.array_strided_assignment (0 ms)
3: [ RUN      ] openacc.atomic_operations_double
3: [       OK ] openacc.atomic_operations_double (10 ms)
3: [ RUN      ] openacc.atomic_operations_float
3: [       OK ] openacc.atomic_operations_float (11 ms)
3: [ RUN      ] openacc.atomic_operations_int
3: [       OK ] openacc.atomic_operations_int (47 ms)
3: [ RUN      ] openacc.atomic_operations_long
3: [       OK ] openacc.atomic_operations_long (48 ms)
3: [ RUN      ] openacc.atomic_operations_longlong
3: [       OK ] openacc.atomic_operations_longlong (48 ms)
3: [ RUN      ] openacc.atomic_operations_unsigned
3: [       OK ] openacc.atomic_operations_unsigned (47 ms)
3: [ RUN      ] openacc.atomic_operations_unsignedlong
3: [       OK ] openacc.atomic_operations_unsignedlong (47 ms)
3: [ RUN      ] openacc.atomics
26: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                           0.018 s         0.001 s            38  43.4056/s        800
3: [       OK ] openacc.atomics (400 ms)
3: [ RUN      ] openacc.atomics_tpetra_max_abs
3: [       OK ] openacc.atomics_tpetra_max_abs (0 ms)
3: [ RUN      ] openacc.atomic_views_integral
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_MinMaxClamp.cpp.o
26: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.001 s            38   43.222/s        800
26: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.001 s            38  43.2177/s        800
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_d8.cpp.o
26: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                            0.018 s         0.001 s            38  43.3237/s        800
26: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                           0.018 s         0.001 s            38  43.3094/s        800
26: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                            0.018 s         0.001 s            38  43.3135/s        800
26: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.001 s            38  43.2113/s        800
26: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                            0.018 s         0.001 s            38  43.2655/s        800
1: [       OK ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment (8102 ms)
1: [ RUN      ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewCopy_Raw.cpp.o
26: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.001 s            38  43.2405/s        800
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ScatterView.cpp.o
26: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                            0.018 s         0.001 s            38  43.2592/s        800
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o
26: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.001 s            38   43.146/s        800
26: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.001 s            38  43.1648/s        800
26: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.001 s            38   43.181/s        800
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScan.cpp.o
26: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                            0.018 s         0.001 s            38  43.2505/s        800
26: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.001 s            38   43.195/s        800
26: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           362  841.719/s       1.6k
1: [       OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (7539 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: [ RUN      ] openmp_DeathTest.view_out_of_bounds_access
26: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           383  887.777/s       1.6k
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c05.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_NumericTraits.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_e.cpp.o
26: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           383  889.274/s       1.6k
26: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           383   887.86/s       1.6k
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c06.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_123.cpp.o
26: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           382  888.666/s       1.6k
26: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           382  886.358/s       1.6k
26: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.002 s         0.000 s           382  874.951/s       1.6k
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_UnorderedMap.cpp.o
26: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.021 s         0.000 s            33  77.1997/s       1.6k
26: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.024 s         0.000 s            30  68.0513/s       1.6k
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_SYCL.dir/sycl/TestSYCL_ViewCtorPropEmbeddedDim.cpp.o
3: [       OK ] openacc.atomic_views_integral (20882 ms)
3: [ RUN      ] openacc.atomic_views_nonintegral
3: [       OK ] openacc.atomic_views_nonintegral (47 ms)
3: [ RUN      ] openacc.atomic_view_api
3: [       OK ] openacc.atomic_view_api (0 ms)
3: [ RUN      ] openacc.bit_manip_countl_zero
3: [       OK ] openacc.bit_manip_countl_zero (60 ms)
3: [ RUN      ] openacc.bit_manip_countl_one
3: [       OK ] openacc.bit_manip_countl_one (0 ms)
3: [ RUN      ] openacc.bit_manip_countr_zero
3: [       OK ] openacc.bit_manip_countr_zero (0 ms)
3: [ RUN      ] openacc.bit_manip_countr_one
3: [       OK ] openacc.bit_manip_countr_one (0 ms)
3: [ RUN      ] openacc.bit_manip_popcount
3: [       OK ] openacc.bit_manip_popcount (0 ms)
3: [ RUN      ] openacc.bit_manip_has_single_bit
3: [       OK ] openacc.bit_manip_has_single_bit (0 ms)
3: [ RUN      ] openacc.bit_manip_bit_floor
3: [       OK ] openacc.bit_manip_bit_floor (0 ms)
3: [ RUN      ] openacc.bit_manip_bit_ceil
3: [       OK ] openacc.bit_manip_bit_ceil (0 ms)
3: [ RUN      ] openacc.bit_manip_bit_width
3: [       OK ] openacc.bit_manip_bit_width (0 ms)
3: [ RUN      ] openacc.bit_manip_rotl
3: [       OK ] openacc.bit_manip_rotl (0 ms)
3: [ RUN      ] openacc.bit_manip_rotr
3: [       OK ] openacc.bit_manip_rotr (0 ms)
3: [ RUN      ] openacc.bit_manip_byeswap
3: [       OK ] openacc.bit_manip_byeswap (0 ms)
3: [ RUN      ] openacc.bit_manip_bit_cast
3: [       OK ] openacc.bit_manip_bit_cast (0 ms)
3: [ RUN      ] openacc.checked_integer_operations_multiply_overflow
3: [       OK ] openacc.checked_integer_operations_multiply_overflow (0 ms)
3: [ RUN      ] openacc.execution_policy_occupancy_and_hint
3: [       OK ] openacc.execution_policy_occupancy_and_hint (0 ms)
3: [ RUN      ] openacc.complex_construction
3: [       OK ] openacc.complex_construction (8 ms)
3: [ RUN      ] openacc.complex_basic_math
3: [       OK ] openacc.complex_basic_math (0 ms)
3: [ RUN      ] openacc.complex_special_funtions
3: [       OK ] openacc.complex_special_funtions (0 ms)
3: [ RUN      ] openacc.complex_io
3: [       OK ] openacc.complex_io (0 ms)
3: [ RUN      ] openacc.complex_trivially_copyable
3: [       OK ] openacc.complex_trivially_copyable (0 ms)
3: [ RUN      ] openacc.complex_issue_3865
3: [       OK ] openacc.complex_issue_3865 (0 ms)
3: [ RUN      ] openacc.complex_operations_arithmetic_types_overloads
3: [       OK ] openacc.complex_operations_arithmetic_types_overloads (0 ms)
3: [ RUN      ] openacc.complex_structured_bindings
3: [       OK ] openacc.complex_structured_bindings (0 ms)
3: [ RUN      ] openacc.partitioning_by_args
3: [       OK ] openacc.partitioning_by_args (68 ms)
3: [ RUN      ] openacc.partitioning_by_vector
3: [       OK ] openacc.partitioning_by_vector (67 ms)
3: [ RUN      ] openacc.exec_space_thread_safety_range
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestExecSpaceThreadSafety.hpp:87: Skipped
3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting
3: [  SKIPPED ] openacc.exec_space_thread_safety_range (0 ms)
3: [ RUN      ] openacc.exec_space_thread_safety_mdrange
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestExecSpaceThreadSafety.hpp:130: Skipped
3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting
3: [  SKIPPED ] openacc.exec_space_thread_safety_mdrange (0 ms)
3: [ RUN      ] openacc.exec_space_thread_safety_team_policy
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestExecSpaceThreadSafety.hpp:175: Skipped
3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting
3: [  SKIPPED ] openacc.exec_space_thread_safety_team_policy (0 ms)
3: [ RUN      ] openacc.exec_space_thread_safety_range_reduce
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestExecSpaceThreadSafety.hpp:220: Skipped
3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting
3: [  SKIPPED ] openacc.exec_space_thread_safety_range_reduce (0 ms)
3: [ RUN      ] openacc.exec_space_thread_safety_mdrange_reduce
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestExecSpaceThreadSafety.hpp:260: Skipped
3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting
3: [  SKIPPED ] openacc.exec_space_thread_safety_mdrange_reduce (0 ms)
3: [ RUN      ] openacc.exec_space_thread_safety_team_policy_reduce
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestExecSpaceThreadSafety.hpp:307: Skipped
3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting
3: [  SKIPPED ] openacc.exec_space_thread_safety_team_policy_reduce (0 ms)
3: [ RUN      ] openacc.exec_space_thread_safety_range_scan
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestExecSpaceThreadSafety.hpp:359: Skipped
3: skipping OpenACC test since unsupported host-side atomics cause race conditions during shared allocation reference counting
3: [  SKIPPED ] openacc.exec_space_thread_safety_range_scan (0 ms)
3: [ RUN      ] openacc.execution_space_as_class_data_member
3: [       OK ] openacc.execution_space_as_class_data_member (4 ms)
3: [ RUN      ] openacc.functor_analysis
3: [       OK ] openacc.functor_analysis (0 ms)
3: [ RUN      ] openacc.init
3: [       OK ] openacc.init (0 ms)
3: [ RUN      ] openacc.dispatch
3: [       OK ] openacc.dispatch (98 ms)
3: [ RUN      ] openacc.mathematical_constants_e
3: [       OK ] openacc.mathematical_constants_e (39 ms)
3: [ RUN      ] openacc.mathematical_constants_log2e
3: [       OK ] openacc.mathematical_constants_log2e (0 ms)
3: [ RUN      ] openacc.mathematical_constants_log10e
3: [       OK ] openacc.mathematical_constants_log10e (0 ms)
3: [ RUN      ] openacc.mathematical_constants_pi
3: [       OK ] openacc.mathematical_constants_pi (0 ms)
3: [ RUN      ] openacc.mathematical_constants_inv_pi
3: [       OK ] openacc.mathematical_constants_inv_pi (0 ms)
3: [ RUN      ] openacc.mathematical_constants_inv_sqrtpi
3: [       OK ] openacc.mathematical_constants_inv_sqrtpi (0 ms)
3: [ RUN      ] openacc.mathematical_constants_ln2
3: [       OK ] openacc.mathematical_constants_ln2 (0 ms)
3: [ RUN      ] openacc.mathematical_constants_ln10
3: [       OK ] openacc.mathematical_constants_ln10 (0 ms)
3: [ RUN      ] openacc.mathematical_constants_sqrt2
3: [       OK ] openacc.mathematical_constants_sqrt2 (0 ms)
3: [ RUN      ] openacc.mathematical_constants_sqrt3
3: [       OK ] openacc.mathematical_constants_sqrt3 (0 ms)
3: [ RUN      ] openacc.mathematical_constants_inv_sqrt3
3: [       OK ] openacc.mathematical_constants_inv_sqrt3 (0 ms)
3: [ RUN      ] openacc.mathematical_constants_egamma
3: [       OK ] openacc.mathematical_constants_egamma (0 ms)
3: [ RUN      ] openacc.mathematical_constants_phi
3: [       OK ] openacc.mathematical_constants_phi (0 ms)
3: [ RUN      ] openacc.mathspecialfunc_expint1
3: [       OK ] openacc.mathspecialfunc_expint1 (17 ms)
3: [ RUN      ] openacc.mathspecialfunc_errorfunc
3: [       OK ] openacc.mathspecialfunc_errorfunc (0 ms)
3: [ RUN      ] openacc.mathspecialfunc_cbesselj0y0
3: [       OK ] openacc.mathspecialfunc_cbesselj0y0 (55 ms)
3: [ RUN      ] openacc.mathspecialfunc_cbesselj1y1
3: [       OK ] openacc.mathspecialfunc_cbesselj1y1 (54 ms)
3: [ RUN      ] openacc.mathspecialfunc_cbesseli0k0
3: [       OK ] openacc.mathspecialfunc_cbesseli0k0 (1 ms)
3: [ RUN      ] openacc.mathspecialfunc_cbesseli1k1
3: [       OK ] openacc.mathspecialfunc_cbesseli1k1 (1 ms)
3: [ RUN      ] openacc.mathspecialfunc_cbesselh1stkind
3: [       OK ] openacc.mathspecialfunc_cbesselh1stkind (1 ms)
3: [ RUN      ] openacc.mathspecialfunc_cbesselh2ndkind
3: [       OK ] openacc.mathspecialfunc_cbesselh2ndkind (1 ms)
3: [ RUN      ] openacc.mdrange_5d
3: [       OK ] openacc.mdrange_5d (137 ms)
3: [ RUN      ] openacc.mdrange_6d
3: [       OK ] openacc.mdrange_6d (511 ms)
3: [ RUN      ] openacc.mdrange_3d
3: [       OK ] openacc.mdrange_3d (61 ms)
3: [ RUN      ] openacc.mdrange_neg_idx
3: [       OK ] openacc.mdrange_neg_idx (248 ms)
3: [ RUN      ] openacc.mdrange_4d
3: [       OK ] openacc.mdrange_4d (63 ms)
3: [ RUN      ] openacc.mdrange_large_deep_copy
3: [       OK ] openacc.mdrange_large_deep_copy (32 ms)
3: [ RUN      ] openacc.md_range_policy_construction_from_arrays
3: [       OK ] openacc.md_range_policy_construction_from_arrays (0 ms)
3: [ RUN      ] openacc.policy_get_tile_size
3: [       OK ] openacc.policy_get_tile_size (0 ms)
3: [ RUN      ] openacc.mdrange_parallel_reduce_primitive_types
26: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.000 s           384  891.372/s       1.6k
26: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.021 s         0.000 s            34  77.1561/s       1.6k
26: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.023 s         0.000 s            31  70.7322/s       1.6k
26: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           384  892.464/s       1.6k
/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp(139): warning #20014-D: calling a __host__ function from a __host__ __device__ function is not allowed
      auto const min = finite_min<T>::value;
                       ^
          detected during:
            instantiation of "void TestNumericTraits<Space, T, Tag>::operator()(FiniteMin, int, int &) const [with Space=Kokkos::OpenMP, T=long double, Tag=FiniteMin]" at line 64 of /var/jenkins/workspace/Kokkos_PR-5993/core/src/OpenMP/Kokkos_OpenMP_Parallel_Reduce.hpp
            instantiation of "std::enable_if_t<<expression>, void> Kokkos::Impl::ParallelReduce<CombinedFunctorReducerType, Kokkos::RangePolicy<Traits...>, Kokkos::OpenMP>::exec_range<TagType>(const Kokkos::Impl::ParallelReduce<CombinedFunctorReducerType, Kokkos::RangePolicy<Traits...>, Kokkos::OpenMP>::FunctorType &, Kokkos::Impl::ParallelReduce<CombinedFunctorReducerType, Kokkos::RangePolicy<Traits...>, Kokkos::OpenMP>::Member, Kokkos::Impl::ParallelReduce<CombinedFunctorReducerType, Kokkos::RangePolicy<Traits...>, Kokkos::OpenMP>::Member, Kokkos::Impl::ParallelReduce<CombinedFunctorReducerType, Kokkos::RangePolicy<Traits...>, Kokkos::OpenMP>::reference_type) [with CombinedFunctorReducerType=Kokkos::Impl::CombinedFunctorReducer<TestNumericTraits<Kokkos::OpenMP, long double, FiniteMin>, Kokkos::Impl::FunctorAnalysis<Kokkos::Impl::FunctorPatternInterface::REDUCE, Kokkos::RangePolicy<Kokkos::OpenMP, FiniteMin>, TestNumericTraits<Kokkos::OpenMP, long double, FiniteMin>, int>::Reducer, void>, Traits=<Kokkos::OpenMP, FiniteMin>, TagType=FiniteMin]" at line 107 of /var/jenkins/workspace/Kokkos_PR-5993/core/src/OpenMP/Kokkos_OpenMP_Parallel_Reduce.hpp
            instantiation of "void Kokkos::Impl::ParallelReduce<CombinedFunctorReducerType, Kokkos::RangePolicy<Traits...>, Kokkos::OpenMP>::execute() const [with CombinedFunctorReducerType=Kokkos::Impl::CombinedFunctorReducer<TestNumericTraits<Kokkos::OpenMP, long double, FiniteMin>, Kokkos::Impl::FunctorAnalysis<Kokkos::Impl::FunctorPatternInterface::REDUCE, Kokkos::RangePolicy<Kokkos::OpenMP, FiniteMin>, TestNumericTraits<Kokkos::OpenMP, long double, FiniteMin>, int>::Reducer, void>, Traits=<Kokkos::OpenMP, FiniteMin>]" at line 1523 of /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Parallel_Reduce.hpp
            instantiation of "void Kokkos::Impl::ParallelReduceAdaptor<PolicyType, FunctorType, ReturnType>::execute_impl(const std::string &, const PolicyType &, const FunctorType &, ReturnType &) [with PolicyType=Kokkos::RangePolicy<Kokkos::OpenMP, FiniteMin>, FunctorType=TestNumericTraits<Kokkos::OpenMP, long double, FiniteMin>, ReturnType=int]" at line 1539 of /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Parallel_Reduce.hpp
            instantiation of "std::enable_if_t<<expression>, void> Kokkos::Impl::ParallelReduceAdaptor<PolicyType, FunctorType, ReturnType>::execute(const std::string &, const PolicyType &, const FunctorType &, ReturnType &) [with PolicyType=Kokkos::RangePolicy<Kokkos::OpenMP, FiniteMin>, FunctorType=TestNumericTraits<Kokkos::OpenMP, long double, FiniteMin>, ReturnType=int, Dummy=int]" at line 1693 of /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Parallel_Reduce.hpp
            instantiation of "std::enable_if_t<<expression>, void> Kokkos::parallel_reduce(const PolicyType &, const FunctorType &, ReturnType &) [with PolicyType=Kokkos::RangePolicy<Kokkos::OpenMP, FiniteMin>, FunctorType=TestNumericTraits<Kokkos::OpenMP, long double, FiniteMin>, ReturnType=int]" at line 110
            instantiation of "void TestNumericTraits<Space, T, Tag>::run() const [with Space=Kokkos::OpenMP, T=long double, Tag=FiniteMin]" at line 104
            instantiation of "TestNumericTraits<Space, T, Tag>::TestNumericTraits() [with Space=Kokkos::OpenMP, T=long double, Tag=FiniteMin]" at line 299

Remark: The warnings can be suppressed with "-diag-suppress <warning-number>"

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp(140): warning #20014-D: calling a __host__ function from a __host__ __device__ function is not allowed
      auto const max = finite_max<T>::value;
                       ^
          detected during:
            instantiation of "void TestNumericTraits<Space, T, Tag>::operator()(FiniteMin, int, int &) const [with Space=Kokkos::OpenMP, T=long double, Tag=FiniteMin]" at line 64 of /var/jenkins/workspace/Kokkos_PR-5993/core/src/OpenMP/Kokkos_OpenMP_Parallel_Reduce.hpp
            instantiation of "std::enable_if_t<<expression>, void> Kokkos::Impl::ParallelReduce<CombinedFunctorReducerType, Kokkos::RangePolicy<Traits...>, Kokkos::OpenMP>::exec_range<TagType>(const Kokkos::Impl::ParallelReduce<CombinedFunctorReducerType, Kokkos::RangePolicy<Traits...>, Kokkos::OpenMP>::FunctorType &, Kokkos::Impl::ParallelReduce<CombinedFunctorReducerType, Kokkos::RangePolicy<Traits...>, Kokkos::OpenMP>::Member, Kokkos::Impl::ParallelReduce<CombinedFunctorReducerType, Kokkos::RangePolicy<Traits...>, Kokkos::OpenMP>::Member, Kokkos::Impl::ParallelReduce<CombinedFunctorReducerType, Kokkos::RangePolicy<Traits...>, Kokkos::OpenMP>::reference_type) [with CombinedFunctorReducerType=Kokkos::Impl::CombinedFunctorReducer<TestNumericTraits<Kokkos::OpenMP, long double, FiniteMin>, Kokkos::Impl::FunctorAnalysis<Kokkos::Impl::FunctorPatternInterface::REDUCE, Kokkos::RangePolicy<Kokkos::OpenMP, FiniteMin>, TestNumericTraits<Kokkos::OpenMP, long double, FiniteMin>, int>::Reducer, void>, Traits=<Kokkos::OpenMP, FiniteMin>, TagType=FiniteMin]" at line 107 of /var/jenkins/workspace/Kokkos_PR-5993/core/src/OpenMP/Kokkos_OpenMP_Parallel_Reduce.hpp
            instantiation of "void Kokkos::Impl::ParallelReduce<CombinedFunctorReducerType, Kokkos::RangePolicy<Traits...>, Kokkos::OpenMP>::execute() const [with CombinedFunctorReducerType=Kokkos::Impl::CombinedFunctorReducer<TestNumericTraits<Kokkos::OpenMP, long double, FiniteMin>, Kokkos::Impl::FunctorAnalysis<Kokkos::Impl::FunctorPatternInterface::REDUCE, Kokkos::RangePolicy<Kokkos::OpenMP, FiniteMin>, TestNumericTraits<Kokkos::OpenMP, long double, FiniteMin>, int>::Reducer, void>, Traits=<Kokkos::OpenMP, FiniteMin>]" at line 1523 of /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Parallel_Reduce.hpp
            instantiation of "void Kokkos::Impl::ParallelReduceAdaptor<PolicyType, FunctorType, ReturnType>::execute_impl(const std::string &, const PolicyType &, const FunctorType &, ReturnType &) [with PolicyType=Kokkos::RangePolicy<Kokkos::OpenMP, FiniteMin>, FunctorType=TestNumericTraits<Kokkos::OpenMP, long double, FiniteMin>, ReturnType=int]" at line 1539 of /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Parallel_Reduce.hpp
            instantiation of "std::enable_if_t<<expression>, void> Kokkos::Impl::ParallelReduceAdaptor<PolicyType, FunctorType, ReturnType>::execute(const std::string &, const PolicyType &, const FunctorType &, ReturnType &) [with PolicyType=Kokkos::RangePolicy<Kokkos::OpenMP, FiniteMin>, FunctorType=TestNumericTraits<Kokkos::OpenMP, long double, FiniteMin>, ReturnType=int, Dummy=int]" at line 1693 of /var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_Parallel_Reduce.hpp
            instantiation of "std::enable_if_t<<expression>, void> Kokkos::parallel_reduce(const PolicyType &, const FunctorType &, ReturnType &) [with PolicyType=Kokkos::RangePolicy<Kokkos::OpenMP, FiniteMin>, FunctorType=TestNumericTraits<Kokkos::OpenMP, long double, FiniteMin>, ReturnType=int]" at line 110
            instantiation of "void TestNumericTraits<Space, T, Tag>::run() const [with Space=Kokkos::OpenMP, T=long double, Tag=FiniteMin]" at line 104
            instantiation of "TestNumericTraits<Space, T, Tag>::TestNumericTraits() [with Space=Kokkos::OpenMP, T=long double, Tag=FiniteMin]" at line 299

3: [       OK ] openacc.mdrange_parallel_reduce_primitive_types (2651 ms)
3: [ RUN      ] openacc.mdspan_minimal_functional
3: [       OK ] openacc.mdspan_minimal_functional (5 ms)
3: [ RUN      ] openacc.mdspan_atomic_accessor
3: [       OK ] openacc.mdspan_atomic_accessor (7 ms)
3: [ RUN      ] openacc.view_mdspan_conversion
3: [       OK ] openacc.view_mdspan_conversion (4 ms)
3: [ RUN      ] openacc.view_mdspan_conversion_with_stride
3: [       OK ] openacc.view_mdspan_conversion_with_stride (0 ms)
3: [ RUN      ] openacc.max
3: [       OK ] openacc.max (0 ms)
3: [ RUN      ] openacc.max_within_parfor
3: [       OK ] openacc.max_within_parfor (3 ms)
3: [ RUN      ] openacc.min
3: [       OK ] openacc.min (0 ms)
3: [ RUN      ] openacc.min_within_parfor
3: [       OK ] openacc.min_within_parfor (0 ms)
3: [ RUN      ] openacc.minmax
3: [       OK ] openacc.minmax (0 ms)
3: [ RUN      ] openacc.minmax_within_parfor
3: [       OK ] openacc.minmax_within_parfor (0 ms)
3: [ RUN      ] openacc.clamp
3: [       OK ] openacc.clamp (0 ms)
3: [ RUN      ] openacc.clamp_within_parfor
3: [       OK ] openacc.clamp_within_parfor (0 ms)
3: [ RUN      ] openacc.occupancy_control
3: [       OK ] openacc.occupancy_control (6 ms)
3: [ RUN      ] openacc.parallel_scan_range_policy
3: [       OK ] openacc.parallel_scan_range_policy (146 ms)
3: [ RUN      ] openacc.kokkos_printf
3: [       OK ] openacc.kokkos_printf (5 ms)
3: [ RUN      ] openacc.range_policy_runtime_parameters
3: [       OK ] openacc.range_policy_runtime_parameters (0 ms)
3: [ RUN      ] openacc.range_policy_round_trip_conversion_fires
3: [       OK ] openacc.range_policy_round_trip_conversion_fires (3 ms)
3: [ RUN      ] openacc.range_policy_one_way_convertible_bounds
3: [       OK ] openacc.range_policy_one_way_convertible_bounds (0 ms)
3: [ RUN      ] openacc.range_policy_check_sign_changes
3: [       OK ] openacc.range_policy_check_sign_changes (4 ms)
3: [ RUN      ] openacc.reducers_double
3: [       OK ] openacc.reducers_double (17 ms)
3: [ RUN      ] openacc.reducers_bool
3: [       OK ] openacc.reducers_bool (10 ms)
3: [ RUN      ] openacc.impl_shared_alloc
3: [       OK ] openacc.impl_shared_alloc (54 ms)
3: [ RUN      ] openacc.mdspan_space_aware_accessor
3: [       OK ] openacc.mdspan_space_aware_accessor (17 ms)
3: [ RUN      ] openacc.kokkos_swap
3: [       OK ] openacc.kokkos_swap (1 ms)
3: [ RUN      ] openacc.team_policy_runtime_parameters
3: [       OK ] openacc.team_policy_runtime_parameters (0 ms)
3: [ RUN      ] openacc.view_api_a
3: [       OK ] openacc.view_api_a (7 ms)
3: [ RUN      ] openacc.view_layout_left_with_stride
3: [       OK ] openacc.view_layout_left_with_stride (0 ms)
3: [ RUN      ] openacc.view_layout_right_with_stride
3: [       OK ] openacc.view_layout_right_with_stride (0 ms)
3: [ RUN      ] openacc.view_api_b
3: [       OK ] openacc.view_api_b (17 ms)
3: [ RUN      ] openacc.view_api_c
3: [       OK ] openacc.view_api_c (7 ms)
3: [ RUN      ] openacc.view_api_d
3: [       OK ] openacc.view_api_d (7 ms)
3: [ RUN      ] openacc.view_bad_alloc
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewBadAlloc.hpp:65: Skipped
3: acc_malloc() not properly returning nullptr
3: [  SKIPPED ] openacc.view_bad_alloc (0 ms)
3: [ RUN      ] openacc.view_copy_tests
3: [       OK ] openacc.view_copy_tests (34 ms)
3: [ RUN      ] openacc.view_copy_tests_rank_0
3: [       OK ] openacc.view_copy_tests_rank_0 (6 ms)
3: [ RUN      ] openacc.view_copy_degenerated
3: [       OK ] openacc.view_copy_degenerated (0 ms)
3: [ RUN      ] openacc.view_fill_tests_layout_right
26: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           384   896.92/s       1.6k
26: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           383  893.831/s       1.6k
/var/jenkins/workspace/Kokkos_PR-5993/core/src/Kokkos_NumericTraits.hpp(40): 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(141): warning #20011-D: calling a __host__ function("extrema::min(long double)") from a __host__ __device__ function("TestNumericTraits< ::Kokkos::OpenMP, long double,     ::FiniteMin> ::operator () const") is not allowed

/var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp(142): warning #20011-D: calling a __host__ function("extrema::max(long double)") from a __host__ __device__ function("TestNumericTraits< ::Kokkos::OpenMP, long double,     ::FiniteMin> ::operator () const") is not allowed

/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/src/Kokkos_NumericTraits.hpp(105): 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

26: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           383  890.436/s       1.6k
26: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.024 s         0.000 s            29  67.4395/s       1.6k
29: Test_Atomic<unsigned int>/100000/iterations:10                 3.58 s          3.56 s            10          1            4    2.48427m        1.23438m      49.69u     704.983M          101.24k     704.983M
26: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.024 s         0.000 s            29  67.3206/s       1.6k
26: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.024 s         0.000 s            29  67.4958/s       1.6k
26: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.024 s         0.000 s            29  67.2181/s       1.6k
1: [       OK ] openmp_DeathTest.view_out_of_bounds_access (17431 ms)
1: [----------] 16 tests from openmp_DeathTest (43492 ms total)
1: 
1: [----------] 1 test from openmp_graph_DeathTest
1: [ RUN      ] openmp_graph_DeathTest.can_instantiate_only_once
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 22 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 22 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_graph_DeathTest.can_instantiate_only_once (1789 ms)
1: [----------] 1 test from openmp_graph_DeathTest (1789 ms total)
1: 
1: [----------] 311 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_operator_equal
1: [       OK ] openmp.array_operator_equal (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 (4 ms)
1: [ RUN      ] openmp.atomic_operations_double
1: [       OK ] openmp.atomic_operations_double (8 ms)
1: [ RUN      ] openmp.atomic_operations_float
1: [       OK ] openmp.atomic_operations_float (14 ms)
1: [ RUN      ] openmp.atomic_operations_int
1: [       OK ] openmp.atomic_operations_int (10 ms)
1: [ RUN      ] openmp.atomic_operations_long
1: [       OK ] openmp.atomic_operations_long (13 ms)
1: [ RUN      ] openmp.atomic_operations_longlong
26: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           383  891.982/s       1.6k
1: [       OK ] openmp.atomic_operations_longlong (11 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 (8 ms)
1: [ RUN      ] openmp.atomic_operations_unsignedlong
1: [       OK ] openmp.atomic_operations_unsignedlong (8 ms)
1: [ RUN      ] openmp.atomics
1: [       OK ] openmp.atomics (37 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 (551 ms)
1: [ RUN      ] openmp.atomic_views_nonintegral
26: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           379  857.728/s       1.6k
1: [       OK ] openmp.atomic_views_nonintegral (397 ms)
1: [ RUN      ] openmp.atomic_view_api
1: [       OK ] openmp.atomic_view_api (1 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 (3 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.complex_structured_bindings
1: [       OK ] openmp.complex_structured_bindings (0 ms)
1: [ RUN      ] openmp.crs_count_fill
1: [       OK ] openmp.crs_count_fill (4 ms)
1: [ RUN      ] openmp.crs_copy_constructor
1: [       OK ] openmp.crs_copy_constructor (16 ms)
1: [ RUN      ] openmp.deep_copy_alignment
1: [       OK ] openmp.deep_copy_alignment (9 ms)
1: [ RUN      ] openmp.deep_copy_conversion
1: [       OK ] openmp.deep_copy_conversion (110 ms)
1: [ RUN      ] openmp.partitioning_by_args
1: [       OK ] openmp.partitioning_by_args (3 ms)
1: [ RUN      ] openmp.partitioning_by_vector
1: [       OK ] openmp.partitioning_by_vector (0 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_range
26: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.024 s         0.000 s            29  67.1389/s       1.6k
26: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.024 s         0.000 s            29  67.1576/s       1.6k
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_45.cpp.o
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_6.cpp.o
26: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           384  891.425/s       1.6k
1: [       OK ] openmp.exec_space_thread_safety_range (2610 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_mdrange
1: [       OK ] openmp.exec_space_thread_safety_mdrange (261 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_team_policy
1: [       OK ] openmp.exec_space_thread_safety_team_policy (261 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_range_reduce
1: [       OK ] openmp.exec_space_thread_safety_range_reduce (261 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_mdrange_reduce
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratch.cpp.o
26: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           383    890.2/s       1.6k
1: [       OK ] openmp.exec_space_thread_safety_mdrange_reduce (253 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_team_policy_reduce
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
1: [       OK ] openmp.exec_space_thread_safety_team_policy_reduce (257 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_range_scan
1: [       OK ] openmp.exec_space_thread_safety_range_scan (253 ms)
1: [ RUN      ] openmp.execution_space_as_class_data_member
1: [       OK ] openmp.execution_space_as_class_data_member (1 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 (1 ms)
1: [ RUN      ] openmp.init
1: [       OK ] openmp.init (0 ms)
1: [ RUN      ] openmp.dispatch
1: [       OK ] openmp.dispatch (163 ms)
1: [ RUN      ] openmp.join_backward_compatibility
1: [       OK ] openmp.join_backward_compatibility (0 ms)
1: [ RUN      ] openmp.local_deepcopy_teampolicy_layoutleft
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
26: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.024 s         0.000 s            29  67.4623/s       1.6k
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c07.cpp.o
26: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.023 s         0.000 s            30  68.5324/s       1.6k
26: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.000 s           383  891.975/s       1.6k
26: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.002 s         0.000 s           382  884.649/s       1.6k
26: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.024 s         0.000 s            29  67.1328/s       1.6k
1: [       OK ] openmp.local_deepcopy_teampolicy_layoutleft (4454 ms)
1: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutleft
26: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.023 s         0.000 s            30  68.0874/s       1.6k
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_StaticCrsGraph.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_OccupancyControlTrait.cpp.o
26: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time          0.002 s         0.000 s           342   771.31/s       1.6k
26: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time        0.002 s         0.000 s           328  761.476/s       1.6k
26: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time         0.002 s         0.000 s           330  826.191/s       1.6k
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o
26: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time         0.002 s         0.000 s           339  805.339/s       1.6k
26: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           757  868.672/s        800
1: [       OK ] openmp.local_deepcopy_rangepolicy_layoutleft (5505 ms)
1: [ RUN      ] openmp.local_deepcopy_teampolicy_layoutright
26: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           750    867.9/s        800
26: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           741  859.123/s        800
26: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           754  861.008/s        800
[ 85%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
26: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           757  865.291/s        800
26: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           748  872.784/s        800
1: [       OK ] openmp.local_deepcopy_teampolicy_layoutright (4378 ms)
1: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutright
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_7.cpp.o
26: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           745  863.094/s        800
26: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           749  873.437/s        800
26: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           765  871.204/s        800
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_8.cpp.o
26: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           759  871.498/s        800
26: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           757  875.486/s        800
26: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           759  872.219/s        800
1: [       OK ] openmp.local_deepcopy_rangepolicy_layoutright (4456 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 (2 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 (1 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 (1 ms)
1: [ RUN      ] openmp.mathspecialfunc_expint1
1: [       OK ] openmp.mathspecialfunc_expint1 (0 ms)
1: [ RUN      ] openmp.mathspecialfunc_errorfunc
1: [       OK ] openmp.mathspecialfunc_errorfunc (0 ms)
1: [ RUN      ] openmp.mathspecialfunc_cbesselj0y0
1: [       OK ] openmp.mathspecialfunc_cbesselj0y0 (8 ms)
1: [ RUN      ] openmp.mathspecialfunc_cbesselj1y1
1: [       OK ] openmp.mathspecialfunc_cbesselj1y1 (8 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 (305 ms)
1: [ RUN      ] openmp.mdrange_6d
1: [       OK ] openmp.mdrange_6d (563 ms)
1: [ RUN      ] openmp.mdrange_2d
1: [       OK ] openmp.mdrange_2d (5 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 (53 ms)
1: [ RUN      ] openmp.mdrange_neg_idx
26: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           760  869.159/s        800
1: [       OK ] openmp.mdrange_neg_idx (158 ms)
1: [ RUN      ] openmp.mdrange_4d
1: [       OK ] openmp.mdrange_4d (60 ms)
1: [ RUN      ] openmp.mdrange_scalar
1: [       OK ] openmp.mdrange_scalar (0 ms)
1: [ RUN      ] openmp.mdrange_large_deep_copy
26: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           753  865.023/s        800
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamTeamSize.cpp.o
26: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.000 s           756  866.359/s        800
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_WithoutInitializing.cpp.o
26: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.000 s           746  865.825/s        800
26: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                  0.001 s         0.000 s           774  889.082/s        800
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
1: [       OK ] openmp.mdrange_large_deep_copy (4319 ms)
1: [ RUN      ] openmp.md_range_policy_construction_from_arrays
1: [       OK ] openmp.md_range_policy_construction_from_arrays (0 ms)
1: [ RUN      ] openmp.policy_get_tile_size
1: [       OK ] openmp.policy_get_tile_size (0 ms)
1: [ RUN      ] openmp.mdrange_parallel_reduce_primitive_types
26: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                 0.001 s         0.000 s           767  890.013/s        800
26: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.000 s            10 1.58878k/s       1.6k
26: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.000 s            10 1.62096k/s       1.6k
26: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.000 s            10 1.57708k/s       1.6k
26: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.000 s            10  1.6314k/s       1.6k
26: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.000 s            10  1.5937k/s       1.6k
26: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.000 s            10 1.60259k/s       1.6k
26: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 6.25374k/s       1.6k
26: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10  6.3971k/s       1.6k
26: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 6.06031k/s       1.6k
26: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.89578k/s       1.6k
26: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 5.04234k/s       1.6k
26: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 4.98041k/s       1.6k
26: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.000 s            10 1.50034k/s       1.6k
26: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.000 s            10 1.51265k/s       1.6k
26: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.000 s            10 1.42694k/s       1.6k
26: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.000 s            10 1.44409k/s       1.6k
26: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10  3.9381k/s       1.6k
26: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 4.41096k/s       1.6k
26: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 3.87826k/s       1.6k
26: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 3.90357k/s       1.6k
26: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.000 s            10 1.33892k/s       1.6k
26: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.000 s            10 1.33798k/s       1.6k
26: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.001 s         0.000 s            10 3.18057k/s       1.6k
26: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.000 s            10 3.05705k/s       1.6k
26: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.000 s            10  1.5559k/s       1.6k
26: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.000 s            10 1.60962k/s       1.6k
26: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 4.68429k/s       1.6k
26: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 4.80288k/s       1.6k
26: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.000 s            10 1.30113k/s       1.6k
26: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.004 s         0.000 s            10  429.176/s       1.6k
26: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.003 s         0.000 s            10  540.594/s       1.6k
26: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.003 s         0.000 s            10  557.946/s       1.6k
26: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time           0.027 s         0.001 s            10  59.9166/s       1.6k
26: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time          0.023 s         0.001 s            10  71.0596/s       1.6k
26/51 Test #26: Kokkos_PerformanceTest_Benchmark .....................   Passed  117.97 sec
test 27
      Start 27: Kokkos_Benchmark_Atomic_MinMax

27: 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-09-12_T14-20-55.json"
27: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test
27: Test timeout computed to be: 1500
27: 2024-09-12T14:50:17+00:00
27: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
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.38, 3.10, 4.73
27: CPU architecture: none
27: Default Device: OpenMPTarget
27: GIT_BRANCH: HEAD
27: GIT_CLEAN_STATUS: CLEAN
27: GIT_COMMIT_DATE: 2024-09-12T14:20:37+00:00
27: GIT_COMMIT_DESCRIPTION: Merge commit 'd02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a' into HEAD
27: GIT_COMMIT_HASH: 7fee597a6
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.4.99
27: platform: 64bit
27: ----------------------------------------------------------------------------------------------------------------------------------------
27: Benchmark                                                                                              Time             CPU   Iterations
27: ----------------------------------------------------------------------------------------------------------------------------------------
27: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
27: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
27: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
27: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
27: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
27: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
27: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
27: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
27: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
27: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
27: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
27: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
27: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
27: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
27: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
27: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
27: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
27: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
27: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
27: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
27: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
27: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
27: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
27: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
27: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
27: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
27: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
27: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
27: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
27: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
27: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
27: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
27: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
27: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
27: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
27: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
27: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
27: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
27: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
27: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
27: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
27: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
27: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
27: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
27: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
27: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
27: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
27: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
27/51 Test #27: Kokkos_Benchmark_Atomic_MinMax .......................   Passed    0.35 sec
test 28
      Start 28: Kokkos_PerformanceTest_Mempool

28: 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-09-12_T14-20-55.json"
28: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test
28: Test timeout computed to be: 1500
28: 2024-09-12T14:50:18+00:00
28: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Mempool
28: Run on (6 X 2095.08 MHz CPU s)
28: CPU Caches:
28:   L1 Data 32 KiB (x6)
28:   L1 Instruction 32 KiB (x6)
28:   L2 Unified 4096 KiB (x6)
28:   L3 Unified 16384 KiB (x6)
28: Load Average: 0.38, 3.10, 4.73
28: CPU architecture: none
28: Default Device: OpenMPTarget
28: GIT_BRANCH: HEAD
28: GIT_CLEAN_STATUS: CLEAN
28: GIT_COMMIT_DATE: 2024-09-12T14:20:37+00:00
28: GIT_COMMIT_DESCRIPTION: Merge commit 'd02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a' into HEAD
28: GIT_COMMIT_HASH: 7fee597a6
28: GPU architecture: VOLTA70
28: KOKKOS_COMPILER_CLANG: 1703
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_HWLOC: no
28: KOKKOS_ENABLE_LIBDL: yes
28: KOKKOS_ENABLE_OPENMPTARGET: 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 Version: 4.4.99
28: platform: 64bit
28: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: fill ops per second
28: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: 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           631               5.08121M/s
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_f.cpp.o
28: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: cycle ops per second
28: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: 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          1462                24.2926M/s
28/51 Test #28: Kokkos_PerformanceTest_Mempool .......................   Passed    2.70 sec
test 29
      Start 29: Kokkos_PerformanceTest_Atomic

29: 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-09-12_T14-20-55.json"
29: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test
29: Test timeout computed to be: 1500
29: 2024-09-12T14:50:20+00:00
29: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Atomic
29: Run on (6 X 2095.08 MHz CPU s)
29: CPU Caches:
29:   L1 Data 32 KiB (x6)
29:   L1 Instruction 32 KiB (x6)
29:   L2 Unified 4096 KiB (x6)
29:   L3 Unified 16384 KiB (x6)
29: Load Average: 0.35, 3.05, 4.71
29: CPU architecture: none
29: Default Device: OpenMPTarget
29: GIT_BRANCH: HEAD
29: GIT_CLEAN_STATUS: CLEAN
29: GIT_COMMIT_DATE: 2024-09-12T14:20:37+00:00
29: GIT_COMMIT_DESCRIPTION: Merge commit 'd02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a' into HEAD
29: GIT_COMMIT_HASH: 7fee597a6
29: GPU architecture: VOLTA70
29: KOKKOS_COMPILER_CLANG: 1703
29: KOKKOS_ENABLE_ASM: no
29: KOKKOS_ENABLE_CXX17: yes
29: KOKKOS_ENABLE_CXX20: no
29: KOKKOS_ENABLE_CXX23: no
29: KOKKOS_ENABLE_CXX26: no
29: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
29: KOKKOS_ENABLE_HWLOC: no
29: KOKKOS_ENABLE_LIBDL: yes
29: KOKKOS_ENABLE_OPENMPTARGET: yes
29: KOKKOS_ENABLE_PRAGMA_IVDEP: no
29: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
29: KOKKOS_ENABLE_PRAGMA_UNROLL: no
29: KOKKOS_ENABLE_PRAGMA_VECTOR: no
29: KOKKOS_ENABLE_SERIAL: yes
29: Kokkos Version: 4.4.99
29: platform: 64bit
1: [       OK ] openmp.mdrange_parallel_reduce_primitive_types (6197 ms)
1: [ RUN      ] openmp.mdspan_minimal_functional
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestMDSpan.hpp:63: 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 (6 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 (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 (45 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 (38 ms)
1: [ RUN      ] openmp.kokkos_printf
1: [       OK ] openmp.kokkos_printf (24 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_policy_round_trip_conversion_fires
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 22 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.range_policy_round_trip_conversion_fires (936 ms)
1: [ RUN      ] openmp.range_policy_one_way_convertible_bounds
1: [       OK ] openmp.range_policy_one_way_convertible_bounds (0 ms)
1: [ RUN      ] openmp.range_policy_check_sign_changes
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 22 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 22 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.range_policy_check_sign_changes (1864 ms)
1: [ RUN      ] openmp.range_for_require
29: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29: Benchmark                                                         Time             CPU   Iterations     Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial
29: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29: Test_Atomic<int>/30000/iterations:10                          0.462 s         0.011 s            10          1            4     2.49968       0.0105991       48.3u     449.985M           41.44k     449.985M
1: [       OK ] openmp.range_for_require (173 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 (8 ms)
1: [ RUN      ] openmp.reducers_double
1: [       OK ] openmp.reducers_double (7 ms)
1: [ RUN      ] openmp.reducers_complex_double
1: [       OK ] openmp.reducers_complex_double (1 ms)
1: [ RUN      ] openmp.reducers_struct
1: [       OK ] openmp.reducers_struct (4 ms)
1: [ RUN      ] openmp.reducers_half_t
1: [       OK ] openmp.reducers_half_t (3 ms)
1: [ RUN      ] openmp.reducers_bhalf_t
1: [       OK ] openmp.reducers_bhalf_t (3 ms)
1: [ RUN      ] openmp.reducers_int8_t
1: [       OK ] openmp.reducers_int8_t (2 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 (2 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 (73 ms)
1: [ RUN      ] openmp.double_reduce
3: [       OK ] openacc.view_fill_tests_layout_right (45518 ms)
3: [ RUN      ] openacc.view_fill_tests_layout_left
[ 72%] Linking CXX executable Kokkos_ContainersUnitTest_SYCL
[ 72%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewFill_Raw.cpp.o
1: [       OK ] openmp.double_reduce (75 ms)
1: [ RUN      ] openmp.int64_t_reduce_dynamic
1: [       OK ] openmp.int64_t_reduce_dynamic (164 ms)
1: [ RUN      ] openmp.double_reduce_dynamic
1: [       OK ] openmp.double_reduce_dynamic (165 ms)
1: [ RUN      ] openmp.int64_t_reduce_dynamic_view
1: [       OK ] openmp.int64_t_reduce_dynamic_view (34 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 (776 ms)
1: [ RUN      ] openmp.reduce_device_view_mdrange_policy
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_123.cpp.o
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Other.cpp.o
[ 73%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_45.cpp.o
3: [       OK ] openacc.view_fill_tests_layout_left (5645 ms)
3: [ RUN      ] openacc.view_empty_runtime_unmanaged
3: [       OK ] openacc.view_empty_runtime_unmanaged (0 ms)
3: [ RUN      ] openacc.view_hooks
3: [       OK ] openacc.view_hooks (0 ms)
3: [ RUN      ] openacc.view_layoutstride_left_to_layoutleft_assignment
3: [       OK ] openacc.view_layoutstride_left_to_layoutleft_assignment (91 ms)
3: [ RUN      ] openacc.view_layoutstride_right_to_layoutright_assignment
3: [       OK ] openacc.view_layoutstride_right_to_layoutright_assignment (84 ms)
3: [ RUN      ] openacc.view_irregular_layout
3: [       OK ] openacc.view_irregular_layout (44 ms)
3: [ RUN      ] openacc.view_mapping
3: [       OK ] openacc.view_mapping (55 ms)
3: [ RUN      ] openacc.view_mapping_operator
3: [       OK ] openacc.view_mapping_operator (60 ms)
3: [ RUN      ] openacc.static_extent
3: [       OK ] openacc.static_extent (0 ms)
3: [ RUN      ] openacc.view_mapping_atomic
3: [       OK ] openacc.view_mapping_atomic (12 ms)
3: [ RUN      ] openacc.view_mapping_class_value
3: [       OK ] openacc.view_mapping_class_value (0 ms)
3: [ RUN      ] openacc.view_mapping_assignable
3: [       OK ] openacc.view_mapping_assignable (0 ms)
3: [ RUN      ] openacc.view_mapping_trivially_copyable
3: [       OK ] openacc.view_mapping_trivially_copyable (0 ms)
3: [ RUN      ] openacc.view_of_views_default
3: [       OK ] openacc.view_of_views_default (0 ms)
3: [ RUN      ] openacc.view_of_views_without_initializing
3: [       OK ] openacc.view_of_views_without_initializing (0 ms)
3: [ RUN      ] openacc.test_view_of_views_sequential_host_init
3: [       OK ] openacc.test_view_of_views_sequential_host_init (0 ms)
3: [ RUN      ] openacc.append_formatted_multidimensional_index
3: [       OK ] openacc.append_formatted_multidimensional_index (0 ms)
3: [ RUN      ] openacc.resize_realloc_no_init
3: [       OK ] openacc.resize_realloc_no_init (30 ms)
3: [ RUN      ] openacc.resize_realloc_no_alloc
3: [       OK ] openacc.resize_realloc_no_alloc (0 ms)
3: [ RUN      ] openacc.realloc_exec_space
3: [       OK ] openacc.realloc_exec_space (0 ms)
3: [ RUN      ] openacc.view_alloc
3: [       OK ] openacc.view_alloc (0 ms)
3: [ RUN      ] openacc.view_alloc_exec_space
3: [       OK ] openacc.view_alloc_exec_space (0 ms)
3: [ RUN      ] openacc.view_alloc_int
3: [       OK ] openacc.view_alloc_int (0 ms)
3: [ RUN      ] openacc.view_alloc_exec_space_int
3: [       OK ] openacc.view_alloc_exec_space_int (0 ms)
3: [ RUN      ] openacc.deep_copy_zero_memset
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestWithoutInitializing.hpp:216: Skipped
3: skipping since the OpenACC backend doesn't implement ZeroMemset
3: [  SKIPPED ] openacc.deep_copy_zero_memset (0 ms)
3: [ RUN      ] openacc.resize_exec_space
3: [       OK ] openacc.resize_exec_space (14 ms)
3: [ RUN      ] openacc.view_allocation_int
3: [       OK ] openacc.view_allocation_int (0 ms)
3: [ RUN      ] openacc.view_allocation_exec_space_int
3: [       OK ] openacc.view_allocation_exec_space_int (0 ms)
3: [ RUN      ] openacc.view_not_default_constructible
3: [       OK ] openacc.view_not_default_constructible (0 ms)
3: [ RUN      ] openacc.view_subview_auto_1d_left
3: [       OK ] openacc.view_subview_auto_1d_left (8 ms)
3: [ RUN      ] openacc.view_subview_auto_1d_right
3: [       OK ] openacc.view_subview_auto_1d_right (0 ms)
3: [ RUN      ] openacc.view_subview_auto_1d_stride
3: [       OK ] openacc.view_subview_auto_1d_stride (0 ms)
3: [ RUN      ] openacc.view_subview_assign_strided
3: [       OK ] openacc.view_subview_assign_strided (0 ms)
3: [ RUN      ] openacc.view_subview_left_0
3: [       OK ] openacc.view_subview_left_0 (0 ms)
3: [ RUN      ] openacc.view_subview_left_1
3: [       OK ] openacc.view_subview_left_1 (0 ms)
3: [ RUN      ] openacc.view_subview_left_2
3: [       OK ] openacc.view_subview_left_2 (0 ms)
3: [ RUN      ] openacc.view_subview_left_3
3: [       OK ] openacc.view_subview_left_3 (0 ms)
3: [ RUN      ] openacc.view_subview_right_0
3: [       OK ] openacc.view_subview_right_0 (0 ms)
3: [ RUN      ] openacc.view_subview_right_1
3: [       OK ] openacc.view_subview_right_1 (0 ms)
3: [ RUN      ] openacc.view_subview_right_3
3: [       OK ] openacc.view_subview_right_3 (0 ms)
3: [ RUN      ] openacc.view_static_tests
3: [       OK ] openacc.view_static_tests (0 ms)
3: [ RUN      ] openacc.view_subview_layoutleft_to_layoutleft
3: [       OK ] openacc.view_subview_layoutleft_to_layoutleft (9 ms)
3: [ RUN      ] openacc.view_subview_layoutright_to_layoutright
3: [       OK ] openacc.view_subview_layoutright_to_layoutright (0 ms)
3: [ RUN      ] openacc.view_subview_1d_assign
3: [       OK ] openacc.view_subview_1d_assign (14 ms)
3: [ RUN      ] openacc.view_subview_1d_assign_atomic
3: [       OK ] openacc.view_subview_1d_assign_atomic (12 ms)
3: [ RUN      ] openacc.view_subview_1d_assign_randomaccess
3: [       OK ] openacc.view_subview_1d_assign_randomaccess (12 ms)
3: [ RUN      ] openacc.view_subview_2d_from_3d
3: [       OK ] openacc.view_subview_2d_from_3d (198 ms)
3: [ RUN      ] openacc.view_subview_2d_from_3d_atomic
3: [       OK ] openacc.view_subview_2d_from_3d_atomic (201 ms)
3: [ RUN      ] openacc.view_subview_2d_from_3d_randomaccess
3: [       OK ] openacc.view_subview_2d_from_3d_randomaccess (202 ms)
3: [ RUN      ] openacc.view_subview_3d_from_5d_left
3: [       OK ] openacc.view_subview_3d_from_5d_left (627 ms)
3: [ RUN      ] openacc.view_subview_3d_from_5d_left_atomic
[ 73%] Built target Kokkos_CoreUnitTest_SYCL1A
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
3: [       OK ] openacc.view_subview_3d_from_5d_left_atomic (627 ms)
3: [ RUN      ] openacc.view_subview_3d_from_5d_left_randomaccess
3: [       OK ] openacc.view_subview_3d_from_5d_left_randomaccess (626 ms)
3: [ RUN      ] openacc.view_subview_3d_from_5d_right
1: [       OK ] openmp.reduce_device_view_mdrange_policy (6645 ms)
1: [ RUN      ] openmp.reduce_device_view_team_policy
[ 74%] Linking CXX executable Kokkos_ContainersTestCompileOnly
3: [       OK ] openacc.view_subview_3d_from_5d_right (1416 ms)
3: [ RUN      ] openacc.view_subview_3d_from_5d_right_atomic
1: [       OK ] openmp.reduce_device_view_team_policy (769 ms)
1: [ RUN      ] openmp.impl_shared_alloc
1: [       OK ] openmp.impl_shared_alloc (64 ms)
1: [ RUN      ] openmp.kokkos_swap
1: [       OK ] openmp.kokkos_swap (0 ms)
1: [ RUN      ] openmp.team_for
1: [       OK ] openmp.team_for (41 ms)
1: [ RUN      ] openmp.team_reduce
1: [       OK ] openmp.team_reduce (38 ms)
1: [ RUN      ] openmp.team_reduce_large
3: [       OK ] openacc.view_subview_3d_from_5d_right_atomic (1416 ms)
3: [ RUN      ] openacc.view_subview_3d_from_5d_right_randomaccess
1: [       OK ] openmp.team_reduce_large (1247 ms)
1: [ RUN      ] openmp.team_parallel_single
3: [       OK ] openacc.view_subview_3d_from_5d_right_randomaccess (1421 ms)
3: [ RUN      ] openacc.view_test_unmanaged_subview_reset
3: [       OK ] openacc.view_test_unmanaged_subview_reset (2 ms)
3: [ RUN      ] openacc.view_subview_memory_traits_construction
3: [       OK ] openacc.view_subview_memory_traits_construction (0 ms)
3: [----------] 182 tests from openacc (84526 ms total)
3: 
3: [----------] 12 tests from openacc_graph
3: [ RUN      ] openacc_graph.submit_once
3: [       OK ] openacc_graph.submit_once (0 ms)
3: [ RUN      ] openacc_graph.submit_once_rvalue
3: [       OK ] openacc_graph.submit_once_rvalue (0 ms)
3: [ RUN      ] openacc_graph.instantiate_and_submit_once
3: [       OK ] openacc_graph.instantiate_and_submit_once (0 ms)
3: [ RUN      ] openacc_graph.submit_onto_another_execution_space_instance
3: [       OK ] openacc_graph.submit_onto_another_execution_space_instance (0 ms)
3: [ RUN      ] openacc_graph.create_graph_no_closure_with_exec
3: [       OK ] openacc_graph.create_graph_no_closure_with_exec (0 ms)
3: [ RUN      ] openacc_graph.create_graph_no_arg
3: [       OK ] openacc_graph.create_graph_no_arg (0 ms)
3: [ RUN      ] openacc_graph.submit_six
3: [       OK ] openacc_graph.submit_six (0 ms)
3: [ RUN      ] openacc_graph.when_all_cycle
3: [       OK ] openacc_graph.when_all_cycle (0 ms)
3: [ RUN      ] openacc_graph.zero_work_reduce
3: [       OK ] openacc_graph.zero_work_reduce (0 ms)
3: [ RUN      ] openacc_graph.empty_graph
3: [       OK ] openacc_graph.empty_graph (0 ms)
3: [ RUN      ] openacc_graph.diamond
3: [       OK ] openacc_graph.diamond (0 ms)
3: [ RUN      ] openacc_graph.end_of_submit_control_flow
3: [       OK ] openacc_graph.end_of_submit_control_flow (0 ms)
3: [----------] 12 tests from openacc_graph (3 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 212 tests from 4 test suites ran. (179100 ms total)
3: [  PASSED  ] 197 tests.
3: [  SKIPPED ] 15 tests, listed below:
3: [  SKIPPED ] openacc_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
3: [  SKIPPED ] openacc_DeathTest.view_construction_with_wrong_params_dyn
3: [  SKIPPED ] openacc_DeathTest.view_construction_with_wrong_params_stat
3: [  SKIPPED ] openacc_DeathTest.view_construction_with_wrong_params_mix
3: [  SKIPPED ] openacc_DeathTest.view_construction_with_wrong_static_extents
3: [  SKIPPED ] openacc_DeathTest.view_memory_access_violations_from_device
3: [  SKIPPED ] openacc.exec_space_thread_safety_range
3: [  SKIPPED ] openacc.exec_space_thread_safety_mdrange
3: [  SKIPPED ] openacc.exec_space_thread_safety_team_policy
3: [  SKIPPED ] openacc.exec_space_thread_safety_range_reduce
3: [  SKIPPED ] openacc.exec_space_thread_safety_mdrange_reduce
3: [  SKIPPED ] openacc.exec_space_thread_safety_team_policy_reduce
3: [  SKIPPED ] openacc.exec_space_thread_safety_range_scan
3: [  SKIPPED ] openacc.view_bad_alloc
3: [  SKIPPED ] openacc.deep_copy_zero_memset
3: 
3:   YOU HAVE 1 DISABLED TEST
3: 
 3/22 Test  #3: Kokkos_CoreUnitTest_OpenACC ..........................   Passed  179.75 sec
test 4
      Start  4: Kokkos_CoreUnitTest_Default

4: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Default
4: Test timeout computed to be: 1500
4: [==========] Running 19 tests from 1 test suite.
4: [----------] Global test environment set-up.
4: [----------] 19 tests from defaultdevicetype
4: [ RUN      ] defaultdevicetype.initialization_settings
4: [       OK ] defaultdevicetype.initialization_settings (0 ms)
4: [ RUN      ] defaultdevicetype.cmd_line_args_num_threads
4: [       OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms)
4: [ RUN      ] defaultdevicetype.cmd_line_args_device_id
4: [       OK ] defaultdevicetype.cmd_line_args_device_id (0 ms)
4: [ RUN      ] defaultdevicetype.cmd_line_args_disable_warning
4: [       OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms)
4: [ RUN      ] defaultdevicetype.cmd_line_args_tune_internals
4: [       OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms)
4: [ RUN      ] defaultdevicetype.cmd_line_args_help
4: [       OK ] defaultdevicetype.cmd_line_args_help (7 ms)
4: [ RUN      ] defaultdevicetype.cmd_line_args_tools_arguments
4: [       OK ] defaultdevicetype.cmd_line_args_tools_arguments (2 ms)
4: [ RUN      ] defaultdevicetype.cmd_line_args_unrecognized_flag
4: [       OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (12 ms)
4: [ RUN      ] defaultdevicetype.env_vars_num_threads
4: [       OK ] defaultdevicetype.env_vars_num_threads (0 ms)
4: [ RUN      ] defaultdevicetype.env_vars_device_id
4: [       OK ] defaultdevicetype.env_vars_device_id (0 ms)
4: [ RUN      ] defaultdevicetype.env_vars_disable_warnings
4: [       OK ] defaultdevicetype.env_vars_disable_warnings (0 ms)
4: [ RUN      ] defaultdevicetype.env_vars_tune_internals
4: [       OK ] defaultdevicetype.env_vars_tune_internals (0 ms)
4: [ RUN      ] defaultdevicetype.visible_devices
4: [       OK ] defaultdevicetype.visible_devices (0 ms)
4: [ RUN      ] defaultdevicetype.compiler_macros
4: [       OK ] defaultdevicetype.compiler_macros (1 ms)
4: [ RUN      ] defaultdevicetype.half_conversion
4: [       OK ] defaultdevicetype.half_conversion (40 ms)
4: [ RUN      ] defaultdevicetype.bhalf_conversion
4: [       OK ] defaultdevicetype.bhalf_conversion (0 ms)
4: [ RUN      ] defaultdevicetype.half_operators
4: [       OK ] defaultdevicetype.half_operators (0 ms)
4: [ RUN      ] defaultdevicetype.bhalf_operators
4: [       OK ] defaultdevicetype.bhalf_operators (0 ms)
4: [ RUN      ] defaultdevicetype.host_space_access
4: [       OK ] defaultdevicetype.host_space_access (0 ms)
4: [----------] 19 tests from defaultdevicetype (66 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 19 tests from 1 test suite ran. (66 ms total)
4: [  PASSED  ] 19 tests.
 4/22 Test  #4: Kokkos_CoreUnitTest_Default ..........................   Passed    0.27 sec
test 5
      Start  5: Kokkos_CoreUnitTest_LegionInitialization

5: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization
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 initialization
5: [ RUN      ] initialization.legion_initialization
5: [       OK ] initialization.legion_initialization (170 ms)
5: [----------] 1 test from initialization (170 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 1 test from 1 test suite ran. (170 ms total)
5: [  PASSED  ] 1 test.
 5/22 Test  #5: Kokkos_CoreUnitTest_LegionInitialization .............   Passed    0.24 sec
test 6
      Start  6: Kokkos_CoreUnitTest_PushFinalizeHook

6: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook
6: Test timeout computed to be: 1500
6: SUCCESS
 6/22 Test  #6: Kokkos_CoreUnitTest_PushFinalizeHook .................   Passed    0.20 sec
test 7
      Start  7: Kokkos_CoreUnitTest_ScopeGuard

7: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_ScopeGuard
7: Test timeout computed to be: 1500
7: [==========] Running 6 tests from 1 test suite.
7: [----------] Global test environment set-up.
7: [----------] 6 tests from scope_guard_DeathTest
7: [ RUN      ] scope_guard_DeathTest.create
7: [       OK ] scope_guard_DeathTest.create (194 ms)
7: [ RUN      ] scope_guard_DeathTest.create_argument
7: [       OK ] scope_guard_DeathTest.create_argument (191 ms)
7: [ RUN      ] scope_guard_DeathTest.create_while_initialize
1: [       OK ] openmp.team_parallel_single (2465 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 (6 ms)
1: [ RUN      ] openmp.team_broadcast_long
1: [       OK ] openmp.team_broadcast_long (246 ms)
1: [ RUN      ] openmp.team_broadcast_long_wrapper
1: [       OK ] openmp.team_broadcast_long_wrapper (245 ms)
1: [ RUN      ] openmp.team_broadcast_char
1: [       OK ] openmp.team_broadcast_char (242 ms)
1: [ RUN      ] openmp.team_broadcast_float
7: [       OK ] scope_guard_DeathTest.create_while_initialize (616 ms)
7: [ RUN      ] scope_guard_DeathTest.create_after_initialize
1: [       OK ] openmp.team_broadcast_float (256 ms)
1: [ RUN      ] openmp.team_broadcast_double
7: [       OK ] scope_guard_DeathTest.create_after_initialize (386 ms)
7: [ RUN      ] scope_guard_DeathTest.create_after_finalize
1: [       OK ] openmp.team_broadcast_double (258 ms)
1: [ RUN      ] openmp.team_handle_by_value
1: [       OK ] openmp.team_handle_by_value (0 ms)
1: [ RUN      ] openmp.team_vector
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o
7: [       OK ] scope_guard_DeathTest.create_after_finalize (417 ms)
7: [ RUN      ] scope_guard_DeathTest.destroy_after_finalize
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ParallelScanRangePolicy.cpp.o
1: [       OK ] openmp.team_vector (718 ms)
1: [ RUN      ] openmp.triple_nested_parallelism
7: [       OK ] scope_guard_DeathTest.destroy_after_finalize (436 ms)
7: [----------] 6 tests from scope_guard_DeathTest (2242 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 6 tests from 1 test suite ran. (2243 ms total)
7: [  PASSED  ] 6 tests.
 7/22 Test  #7: Kokkos_CoreUnitTest_ScopeGuard .......................   Passed    2.26 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
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/22 Test  #8: Kokkos_CoreUnitTest_Develop ..........................   Passed    0.18 sec
test 9
      Start  9: Kokkos_CoreUnitTest_PushFinalizeHookTerminateRegex

9: Test command: /opt/cmake/bin/cmake "-E" "env" "/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHookTerminate"
9: Test timeout computed to be: 1500
1: [       OK ] openmp.triple_nested_parallelism (575 ms)
1: [ RUN      ] openmp.parallel_scan_with_reducers
9: PASSED: I am the custom std::terminate handler.
9: Subprocess aborted
 9/22 Test  #9: Kokkos_CoreUnitTest_PushFinalizeHookTerminateRegex ...   Passed    0.44 sec
test 10
      Start 10: Kokkos_CoreUnitTest_PushFinalizeHookTerminateFails

10: Test command: /opt/cmake/bin/cmake "-E" "env" "/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHookTerminate"
10: Test timeout computed to be: 1500
10: PASSED: I am the custom std::terminate handler.
10: Subprocess aborted
10/22 Test #10: Kokkos_CoreUnitTest_PushFinalizeHookTerminateFails ...   Passed    0.43 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: [==========] Running 27 tests from 1 test suite.
11: [----------] Global test environment set-up.
11: [----------] 27 tests from kokkosp
11: [ RUN      ] kokkosp.test_named_instance_fence
11: Ref: 134217729
11: Ref: named_instance
11: 134217729
11: named_instance
11: [       OK ] kokkosp.test_named_instance_fence (0 ms)
11: [ RUN      ] kokkosp.test_unnamed_instance_fence
11: Ref: 134217729
11: Ref: Unnamed Instance Fence
11: 134217729
11: Kokkos::OpenACC::fence(): Unnamed Instance Fence
11: [       OK ] kokkosp.test_unnamed_instance_fence (0 ms)
11: [ RUN      ] kokkosp.test_named_global_fence
11: Ref: 134217728
11: Ref: test global fence
11: 0
11: test global fence
11: Miss on id
11: 134217728
11: test global fence
11: [       OK ] kokkosp.test_named_global_fence (0 ms)
11: [ RUN      ] kokkosp.test_unnamed_global_fence
11: Ref: 134217728
11: Ref: Unnamed Global Fence
11: 0
11: Kokkos::fence: Unnamed Global Fence
11: Miss on id
11: 134217728
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: 134217729
11: Ref: named_instance
11: 134217729
11: named_instance
11: Ref: 134217729
11: Ref: test_kernel
11: 134217729
11: named_instance
11: Miss on name
11: 0
11: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence
11: Miss on name
11: Miss on id
11: 134217728
11: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence
11: Miss on name
11: Miss on id
11: 134217729
11: test_kernel
11: [       OK ] kokkosp.test_kernel_sequence (38 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.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.kernel_name_parallel_for
11: [       OK ] kokkosp.kernel_name_parallel_for (0 ms)
11: [ RUN      ] kokkosp.kernel_name_parallel_reduce
11: [       OK ] kokkosp.kernel_name_parallel_reduce (0 ms)
11: [ RUN      ] kokkosp.kernel_name_parallel_scan
11: [       OK ] kokkosp.kernel_name_parallel_scan (0 ms)
11: [ RUN      ] kokkosp.kernel_name_internal
11: [       OK ] kokkosp.kernel_name_internal (0 ms)
11: [ RUN      ] kokkosp.profiling_section
11: [       OK ] kokkosp.profiling_section (0 ms)
11: [ RUN      ] kokkosp.scoped_profile_region
11: [       OK ] kokkosp.scoped_profile_region (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: [----------] 27 tests from kokkosp (40 ms total)
11: 
11: [----------] Global test environment tear-down
11: [==========] 27 tests from 1 test suite ran. (41 ms total)
11: [  PASSED  ] 27 tests.
11/22 Test #11: Kokkos_CoreUnitTest_KokkosP ..........................   Passed    0.24 sec
test 12
      Start 12: Kokkos_CoreUnitTest_ToolIndependence

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

13: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help"
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().
13: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
13/22 Test #13: Kokkos_ProfilingTestLibraryLoadHelp ..................   Passed    0.17 sec
test 14
      Start 14: Kokkos_ProfilingTestLibraryCmdLineHelp

14: 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"
14: Test timeout computed to be: 1500
1: [       OK ] openmp.parallel_scan_with_reducers (967 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 (79 ms)
1: [ RUN      ] openmp.ThreadVectorMDRangeParallelFor
1: [       OK ] openmp.ThreadVectorMDRangeParallelFor (78 ms)
1: [ RUN      ] openmp.TeamVectorMDRangeParallelFor
1: [       OK ] openmp.TeamVectorMDRangeParallelFor (80 ms)
1: [ RUN      ] openmp.TeamThreadMDRangeParallelReduce
1: [       OK ] openmp.TeamThreadMDRangeParallelReduce (27 ms)
1: [ RUN      ] openmp.ThreadVectorMDRangeParallelReduce
1: [       OK ] openmp.ThreadVectorMDRangeParallelReduce (29 ms)
1: [ RUN      ] openmp.TeamVectorMDRangeParallelReduce
1: [       OK ] openmp.TeamVectorMDRangeParallelReduce (29 ms)
1: [ RUN      ] openmp.team_policy_runtime_parameters
1: [       OK ] openmp.team_policy_runtime_parameters (0 ms)
1: [ RUN      ] openmp.team_reduction_scan
14: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
14/22 Test #14: Kokkos_ProfilingTestLibraryCmdLineHelp ...............   Passed    0.17 sec
test 15
      Start 15: Kokkos_ProfilingTestLibraryLoad

15: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
15: Environment variables: 
15:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkosprinter-tool.so
15: Test timeout computed to be: 1500
15: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize().
15: 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:OpenACC::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.4.99::kokkosp_allocate_data:Host:source:0x1de0900:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1de0b40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1de0bc0:Host:source:0x1de0980: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:0x1de0d80: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:0x1de0b40:40::kokkosp_deallocate_data:Host:source:0x1de0900:40::kokkosp_finalize_library::
15/22 Test #15: Kokkos_ProfilingTestLibraryLoad ......................   Passed    0.17 sec
test 16
      Start 16: Kokkos_ProfilingTestLibraryCmdLine

16: 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"
16: Test timeout computed to be: 1500
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/UnitTestMain.cpp.o
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:OpenACC::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.4.99::kokkosp_allocate_data:Host:source:0x16ca900:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x16cab40:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x16cabc0:Host:source:0x16ca980: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:0x16cad80: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:0x16cab40:40::kokkosp_deallocate_data:Host:source:0x16ca900:40::kokkosp_finalize_library::
16/22 Test #16: Kokkos_ProfilingTestLibraryCmdLine ...................   Passed    0.18 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+0x13) [0x4d4213]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44067c]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x43c626]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x14e) [0x43afce]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x482f43]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44c58f]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44e8df]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x44fc07]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462727]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x485d83]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x450fce]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43a235]
17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f4a91832083]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x439f1e]
17:  
17: demangled test_f1:
17: [0x4d4213] Kokkos::Impl::save_stacktrace()
17: [0x44067c] Test::stacktrace_test_f1(std::ostream&)
17: [0x43c626] Test::test_stacktrace(bool, bool)
17: [0x43afce] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
17: [0x482f43] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
17: [0x44c58f] testing::Test::Run()
17: [0x44e8df] testing::TestInfo::Run()
17: [0x44fc07] testing::TestSuite::Run()
17: [0x462727] testing::internal::UnitTestImpl::RunAllTests()
17: [0x485d83] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
17: [0x450fce] testing::UnitTest::Run()
17: [0x43a235] main
17: [0x7f4a91832083] __libc_start_main
17: [0x439f1e] _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+0x13) [0x4d4213]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44067c]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x4410f2]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x43d58d]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x14e) [0x43afce]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x482f43]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44c58f]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44e8df]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x44fc07]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462727]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x485d83]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x450fce]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43a235]
17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f4a91832083]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x439f1e]
17:  
17: demangled test_f3:
17: [0x4d4213] Kokkos::Impl::save_stacktrace()
17: [0x44067c] Test::stacktrace_test_f1(std::ostream&)
17: [0x4410f2] Test::stacktrace_test_f3(std::ostream&, int)
17: [0x43d58d] Test::test_stacktrace(bool, bool)
17: [0x43afce] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
17: [0x482f43] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
17: [0x44c58f] testing::Test::Run()
17: [0x44e8df] testing::TestInfo::Run()
17: [0x44fc07] testing::TestSuite::Run()
17: [0x462727] testing::internal::UnitTestImpl::RunAllTests()
17: [0x485d83] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
17: [0x450fce] testing::UnitTest::Run()
17: [0x43a235] main
17: [0x7f4a91832083] __libc_start_main
17: [0x439f1e] _start
17:  
17: Test setting std::terminate handler that prints the last saved stack trace
17: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (256 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+0x13) [0x4d4213]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44067c]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x43c626]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x14b) [0x43b34b]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x482f43]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44c58f]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44e8df]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x44fc07]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462727]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x485d83]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x450fce]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43a235]
17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f4a91832083]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x439f1e]
17:  
17: demangled test_f1:
17: [0x4d4213] Kokkos::Impl::save_stacktrace()
17: [0x44067c] Test::stacktrace_test_f1(std::ostream&)
17: [0x43c626] Test::test_stacktrace(bool, bool)
17: [0x43b34b] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
17: [0x482f43] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
17: [0x44c58f] testing::Test::Run()
17: [0x44e8df] testing::TestInfo::Run()
17: [0x44fc07] testing::TestSuite::Run()
17: [0x462727] testing::internal::UnitTestImpl::RunAllTests()
17: [0x485d83] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
17: [0x450fce] testing::UnitTest::Run()
17: [0x43a235] main
17: [0x7f4a91832083] __libc_start_main
17: [0x439f1e] _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+0x13) [0x4d4213]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44067c]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x4410f2]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x43d58d]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x14b) [0x43b34b]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x482f43]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44c58f]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44e8df]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x44fc07]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462727]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x485d83]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x450fce]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43a235]
17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f4a91832083]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x439f1e]
17:  
17: demangled test_f3:
17: [0x4d4213] Kokkos::Impl::save_stacktrace()
17: [0x44067c] Test::stacktrace_test_f1(std::ostream&)
17: [0x4410f2] Test::stacktrace_test_f3(std::ostream&, int)
17: [0x43d58d] Test::test_stacktrace(bool, bool)
17: [0x43b34b] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
17: [0x482f43] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
17: [0x44c58f] testing::Test::Run()
17: [0x44e8df] testing::TestInfo::Run()
17: [0x44fc07] testing::TestSuite::Run()
17: [0x462727] testing::internal::UnitTestImpl::RunAllTests()
17: [0x485d83] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
17: [0x450fce] testing::UnitTest::Run()
17: [0x43a235] main
17: [0x7f4a91832083] __libc_start_main
17: [0x439f1e] _start
17:  
17: Test setting std::terminate handler that prints the last saved stack trace
17: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (280 ms)
17: [----------] 2 tests from defaultdevicetype_DeathTest (536 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+0x13) [0x4d4213]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44067c]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x43c626]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x482f43]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44c58f]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44e8df]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x44fc07]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462727]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x485d83]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x450fce]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43a235]
17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f4a91832083]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x439f1e]
17:  
17: demangled test_f1:
17: [0x4d4213] Kokkos::Impl::save_stacktrace()
17: [0x44067c] Test::stacktrace_test_f1(std::ostream&)
17: [0x43c626] Test::test_stacktrace(bool, bool)
17: [0x482f43] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
17: [0x44c58f] testing::Test::Run()
17: [0x44e8df] testing::TestInfo::Run()
17: [0x44fc07] testing::TestSuite::Run()
17: [0x462727] testing::internal::UnitTestImpl::RunAllTests()
17: [0x485d83] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
17: [0x450fce] testing::UnitTest::Run()
17: [0x43a235] main
17: [0x7f4a91832083] __libc_start_main
17: [0x439f1e] _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+0x13) [0x4d4213]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x44067c]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x4410f2]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x43d58d]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x482f43]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x44c58f]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x44e8df]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x44fc07]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x462727]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x485d83]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x450fce]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x43a235]
17: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f4a91832083]
17: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x439f1e]
17:  
17: demangled test_f3:
17: [0x4d4213] Kokkos::Impl::save_stacktrace()
17: [0x44067c] Test::stacktrace_test_f1(std::ostream&)
17: [0x4410f2] Test::stacktrace_test_f3(std::ostream&, int)
17: [0x43d58d] Test::test_stacktrace(bool, bool)
17: [0x482f43] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
17: [0x44c58f] testing::Test::Run()
17: [0x44e8df] testing::TestInfo::Run()
17: [0x44fc07] testing::TestSuite::Run()
17: [0x462727] testing::internal::UnitTestImpl::RunAllTests()
17: [0x485d83] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
17: [0x450fce] testing::UnitTest::Run()
17: [0x43a235] main
17: [0x7f4a91832083] __libc_start_main
17: [0x439f1e] _start
17:  
17: Test setting std::terminate handler that prints the last saved stack trace
17: [       OK ] defaultdevicetype.stacktrace_normal (1 ms)
17: [----------] 1 test from defaultdevicetype (1 ms total)
17: 
17: [----------] Global test environment tear-down
17: [==========] 3 tests from 2 test suites ran. (538 ms total)
17: [  PASSED  ] 3 tests.
17/22 Test #17: Kokkos_CoreUnitTest_StackTraceTest ...................   Passed    0.75 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 (158 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 (0 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 (0 ms)
18: [ RUN      ] SERIAL.IncrTest_11b_Hierarchical_ForLoop
18: [       OK ] SERIAL.IncrTest_11b_Hierarchical_ForLoop (0 ms)
18: [ RUN      ] SERIAL.IncrTest_11c_Hierarchical_ForLoop
18: [       OK ] SERIAL.IncrTest_11c_Hierarchical_ForLoop (188 ms)
18: [ RUN      ] SERIAL.IncrTest_12a_ThreadScratch
18: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/incremental/Test12a_ThreadScratch.hpp:102: Skipped
18: skipping since scratch memory is not yet implemented in the OpenACC backend
18: [  SKIPPED ] SERIAL.IncrTest_12a_ThreadScratch (0 ms)
18: [ RUN      ] SERIAL.IncrTest_12b_TeamScratch
18: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/incremental/Test12b_TeamScratch.hpp:92: Skipped
18: skipping since scratch memory is not yet implemented in the OpenACC backend
18: [  SKIPPED ] SERIAL.IncrTest_12b_TeamScratch (0 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 (348 ms total)
18: 
18: [----------] Global test environment tear-down
18: [==========] 28 tests from 1 test suite ran. (348 ms total)
18: [  PASSED  ] 26 tests.
18: [  SKIPPED ] 2 tests, listed below:
18: [  SKIPPED ] SERIAL.IncrTest_12a_ThreadScratch
18: [  SKIPPED ] SERIAL.IncrTest_12b_TeamScratch
18/22 Test #18: Kokkos_IncrementalTest_SERIAL ........................   Passed    0.51 sec
test 19
      Start 19: Kokkos_IncrementalTest_OPENACC

19: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_IncrementalTest_OPENACC
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 OPENACC
19: [ RUN      ] OPENACC.IncrTest_01_execspace_typedef
19: [       OK ] OPENACC.IncrTest_01_execspace_typedef (0 ms)
19: [ RUN      ] OPENACC.IncrTest_01_execspace
19: Device Execution Space:
19:   KOKKOS_ENABLE_OPENACC: yes
19: OpenACC Options:
19:   KOKKOS_ENABLE_OPENACC_COLLAPSE_HIERARCHICAL_CONSTRUCTS: yes
19:   KOKKOS_ENABLE_OPENACC_FORCE_HOST_AS_DEVICE: no
19: Using OpenACC
19: OpenACC
19: [       OK ] OPENACC.IncrTest_01_execspace (0 ms)
19: [ RUN      ] OPENACC.IncrTest_02_AtomicExchange
19: [       OK ] OPENACC.IncrTest_02_AtomicExchange (0 ms)
19: [ RUN      ] OPENACC.IncrTest_02_AtomicAdd
19: [       OK ] OPENACC.IncrTest_02_AtomicAdd (0 ms)
19: [ RUN      ] OPENACC.IncrTest_02_AtomicSub
19: [       OK ] OPENACC.IncrTest_02_AtomicSub (0 ms)
19: [ RUN      ] OPENACC.IncrTest_03a_memspace_malloc
19: [       OK ] OPENACC.IncrTest_03a_memspace_malloc (37 ms)
19: [ RUN      ] OPENACC.IncrTest_03b_memspace_free
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
19: [       OK ] OPENACC.IncrTest_03b_memspace_free (2049 ms)
19: [ RUN      ] OPENACC.IncrTest_04_simple_parallelFor
19: [       OK ] OPENACC.IncrTest_04_simple_parallelFor (0 ms)
19: [ RUN      ] OPENACC.IncrTest_04_RangePolicy_parallelFor
19: [       OK ] OPENACC.IncrTest_04_RangePolicy_parallelFor (0 ms)
19: [ RUN      ] OPENACC.IncrTest_05_reduction
19: [       OK ] OPENACC.IncrTest_05_reduction (6 ms)
19: [ RUN      ] OPENACC.IncrTest_06_mdrange2D
19: [       OK ] OPENACC.IncrTest_06_mdrange2D (0 ms)
19: [ RUN      ] OPENACC.IncrTest_06_mdrange3D
19: [       OK ] OPENACC.IncrTest_06_mdrange3D (0 ms)
19: [ RUN      ] OPENACC.IncrTest_06_mdrange4D
19: [       OK ] OPENACC.IncrTest_06_mdrange4D (0 ms)
19: [ RUN      ] OPENACC.IncrTest_08_deep_copy_2D
19: [       OK ] OPENACC.IncrTest_08_deep_copy_2D (0 ms)
19: [ RUN      ] OPENACC.IncrTest_08_deep_copy_3D
19: [       OK ] OPENACC.IncrTest_08_deep_copy_3D (0 ms)
19: [ RUN      ] OPENACC.IncrTest_08_deep_copy_4D
19: [       OK ] OPENACC.IncrTest_08_deep_copy_4D (0 ms)
19: [ RUN      ] OPENACC.IncrTest_10_Hierarchical_Basics
19: [       OK ] OPENACC.IncrTest_10_Hierarchical_Basics (0 ms)
19: [ RUN      ] OPENACC.IncrTest_11a_Hierarchical_ForLoop
19: [       OK ] OPENACC.IncrTest_11a_Hierarchical_ForLoop (0 ms)
19: [ RUN      ] OPENACC.IncrTest_11b_Hierarchical_ForLoop
19: [       OK ] OPENACC.IncrTest_11b_Hierarchical_ForLoop (3 ms)
19: [ RUN      ] OPENACC.IncrTest_11c_Hierarchical_ForLoop
19: [       OK ] OPENACC.IncrTest_11c_Hierarchical_ForLoop (333 ms)
19: [ RUN      ] OPENACC.IncrTest_12a_ThreadScratch
19: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/incremental/Test12a_ThreadScratch.hpp:102: Skipped
19: skipping since scratch memory is not yet implemented in the OpenACC backend
19: [  SKIPPED ] OPENACC.IncrTest_12a_ThreadScratch (0 ms)
19: [ RUN      ] OPENACC.IncrTest_12b_TeamScratch
19: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/incremental/Test12b_TeamScratch.hpp:92: Skipped
19: skipping since scratch memory is not yet implemented in the OpenACC backend
19: [  SKIPPED ] OPENACC.IncrTest_12b_TeamScratch (0 ms)
19: [ RUN      ] OPENACC.IncrTest_13a_Hierarchical_Red
19: [       OK ] OPENACC.IncrTest_13a_Hierarchical_Red (0 ms)
19: [ RUN      ] OPENACC.IncrTest_13b_Hierarchical_Red
19: [       OK ] OPENACC.IncrTest_13b_Hierarchical_Red (0 ms)
19: [ RUN      ] OPENACC.IncrTest_13c_Hierarchical_Red
19: [       OK ] OPENACC.IncrTest_13c_Hierarchical_Red (0 ms)
19: [ RUN      ] OPENACC.incr_14_MDrangeReduce
19: [       OK ] OPENACC.incr_14_MDrangeReduce (0 ms)
19: [ RUN      ] OPENACC.IncrTest_16_parallelscan
19: [       OK ] OPENACC.IncrTest_16_parallelscan (2 ms)
19: [ RUN      ] OPENACC.incr_17_atomicView
19: [       OK ] OPENACC.incr_17_atomicView (0 ms)
19: [----------] 28 tests from OPENACC (2440 ms total)
19: 
19: [----------] Global test environment tear-down
19: [==========] 28 tests from 1 test suite ran. (2440 ms total)
19: [  PASSED  ] 26 tests.
19: [  SKIPPED ] 2 tests, listed below:
19: [  SKIPPED ] OPENACC.IncrTest_12a_ThreadScratch
19: [  SKIPPED ] OPENACC.IncrTest_12b_TeamScratch
19/22 Test #19: Kokkos_IncrementalTest_OPENACC .......................   Passed    2.66 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/22 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/22 Test #21: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ............   Passed    0.02 sec
test 22
      Start 22: Kokkos_UnitTest_SIMD

22: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/simd/unit_tests/Kokkos_UnitTest_SIMD
22: Test timeout computed to be: 1500
22: [==========] Running 18 tests from 1 test suite.
22: [----------] Global test environment set-up.
22: [----------] 18 tests from simd
22: [ RUN      ] simd.host_math_ops
22: [       OK ] simd.host_math_ops (0 ms)
22: [ RUN      ] simd.device_math_ops
22: [       OK ] simd.device_math_ops (36 ms)
22: [ RUN      ] simd.host_mask_ops
22: [       OK ] simd.host_mask_ops (0 ms)
22: [ RUN      ] simd.device_mask_ops
22: [       OK ] simd.device_mask_ops (2 ms)
22: [ RUN      ] simd.host_conversions
22: [       OK ] simd.host_conversions (0 ms)
22: [ RUN      ] simd.device_conversions
22: [       OK ] simd.device_conversions (0 ms)
22: [ RUN      ] simd.host_shift_ops
22: [       OK ] simd.host_shift_ops (0 ms)
22: [ RUN      ] simd.device_shift_ops
22: [       OK ] simd.device_shift_ops (0 ms)
22: [ RUN      ] simd.host_condition
22: [       OK ] simd.host_condition (0 ms)
22: [ RUN      ] simd.device_condition
22: [       OK ] simd.device_condition (0 ms)
22: [ RUN      ] simd.host_gen_ctors
22: [       OK ] simd.host_gen_ctors (0 ms)
22: [ RUN      ] simd.device_gen_ctors
22: [       OK ] simd.device_gen_ctors (0 ms)
22: [ RUN      ] simd.host_where_expressions
22: [       OK ] simd.host_where_expressions (0 ms)
22: [ RUN      ] simd.device_where_expressions
22: [       OK ] simd.device_where_expressions (1 ms)
22: [ RUN      ] simd.host_reductions
22: [       OK ] simd.host_reductions (0 ms)
22: [ RUN      ] simd.device_reductions
22: [       OK ] simd.device_reductions (0 ms)
22: [ RUN      ] simd.host_construction
22: [       OK ] simd.host_construction (0 ms)
22: [ RUN      ] simd.device_construction
22: [       OK ] simd.device_construction (1 ms)
22: [----------] 18 tests from simd (41 ms total)
22: 
22: [----------] Global test environment tear-down
22: [==========] 18 tests from 1 test suite ran. (41 ms total)
22: [  PASSED  ] 18 tests.
22/22 Test #22: Kokkos_UnitTest_SIMD .................................   Passed    0.25 sec

100% tests passed, 0 tests failed out of 22

Total Test time (real) = 242.52 sec
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 1c2ee2724e23abbfe28225664a6a5d7fb922d37ec1a2e305c998b74b3c8bde2b
 -- Testing 1-D histogram
Density 1D: 0.000246002 -0.99999 -48249.4 || 0.051031 0 194909 || 2.92908e+09 28674.4 || -6.67e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.000736884 -0.32572 0.166387 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
$ docker rm -f --volumes 1c2ee2724e23abbfe28225664a6a5d7fb922d37ec1a2e305c998b74b3c8bde2b
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[ 74%] Built target Kokkos_ContainersTestCompileOnly
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/sycl/TestRandom.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamVectorRange.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_6.cpp.o
[ 74%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_7.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_UnorderedMap.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestSort.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_UniqueToken.cpp.o
1: [       OK ] openmp.team_reduction_scan (19291 ms)
1: [ RUN      ] openmp.team_long_reduce
1: [       OK ] openmp.team_long_reduce (55 ms)
1: [ RUN      ] openmp.team_double_reduce
1: [       OK ] openmp.team_double_reduce (56 ms)
1: [ RUN      ] openmp.team_long_array_reduce
1: [       OK ] openmp.team_long_array_reduce (52 ms)
1: [ RUN      ] openmp.team_double_array_reduce
1: [       OK ] openmp.team_double_array_reduce (52 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 (434 ms)
1: [ RUN      ] openmp.team_scan
1: [       OK ] openmp.team_scan (858 ms)
1: [ RUN      ] openmp.team_scan_ret_val
1: [       OK ] openmp.team_scan_ret_val (906 ms)
1: [ RUN      ] openmp.team_shared_request
1: [       OK ] openmp.team_shared_request (67 ms)
1: [ RUN      ] openmp.team_scratch_request
1: [       OK ] openmp.team_scratch_request (44 ms)
1: [ RUN      ] openmp.team_lambda_shared_request
1: [       OK ] openmp.team_lambda_shared_request (52 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 (28 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
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
1: [       OK ] openmp.team_policy_max_recommended (6466 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 (199 ms)
1: [ RUN      ] openmp.unique_token_global
1: [       OK ] openmp.unique_token_global (233 ms)
1: [ RUN      ] openmp.unique_token_instance
1: [       OK ] openmp.unique_token_instance (226 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 (74 ms)
1: [ RUN      ] openmp.view_layout_left_with_stride
1: [       OK ] openmp.view_layout_left_with_stride (0 ms)
1: [ RUN      ] openmp.view_layout_right_with_stride
1: [       OK ] openmp.view_layout_right_with_stride (0 ms)
1: [ RUN      ] openmp.view_api_b
1: [       OK ] openmp.view_api_b (2 ms)
1: [ RUN      ] openmp.view_api_c
1: [       OK ] openmp.view_api_c (12 ms)
1: [ RUN      ] openmp.view_api_d
1: [       OK ] openmp.view_api_d (2 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
29: Test_Atomic<long int>/100000/iterations:10                     4.59 s         0.002 s            10          1            8     7.46976        3.63416m      78.95u     4.99995G         1.87304M     4.99995G
[ 51%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRange_g.cpp.o
1: [       OK ] openmp.view_allocation_large_rank (1657 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_bad_alloc
1: [       OK ] openmp.view_bad_alloc (10 ms)
1: [ RUN      ] openmp.view_copy_tests
1: [       OK ] openmp.view_copy_tests (12 ms)
1: [ RUN      ] openmp.view_copy_tests_rank_0
1: [       OK ] openmp.view_copy_tests_rank_0 (1 ms)
1: [ RUN      ] openmp.view_copy_degenerated
1: [       OK ] openmp.view_copy_degenerated (0 ms)
1: [ RUN      ] openmp.view_fill_tests_layout_right
[ 75%] 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_B.dir/UnitTestMain.cpp.o
1: [       OK ] openmp.view_fill_tests_layout_right (5265 ms)
1: [ RUN      ] openmp.view_fill_tests_layout_left
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Printf.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Serial.dir/serial/TestSerial_ViewCtorPropEmbeddedDim.cpp.o
1: [       OK ] openmp.view_fill_tests_layout_left (5002 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 (160 ms)
1: [ RUN      ] openmp.view_layoutstride_right_to_layoutright_assignment
1: [       OK ] openmp.view_layoutstride_right_to_layoutright_assignment (158 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 (476 ms)
1: [ RUN      ] openmp.view_mapping_operator
1: [       OK ] openmp.view_mapping_operator (12 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 (5 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.view_of_views_default
1: [       OK ] openmp.view_of_views_default (0 ms)
1: [ RUN      ] openmp.view_of_views_without_initializing
1: [       OK ] openmp.view_of_views_without_initializing (0 ms)
1: [ RUN      ] openmp.test_view_of_views_sequential_host_init
1: [       OK ] openmp.test_view_of_views_sequential_host_init (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 (134 ms)
1: [ RUN      ] openmp.view_realloc
1: [       OK ] openmp.view_realloc (0 ms)
1: [ RUN      ] openmp.workgraph_fib
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_View_64bit.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_a.cpp.o
1: [       OK ] openmp.workgraph_fib (869 ms)
1: [ RUN      ] openmp.resize_realloc_no_init
1: [       OK ] openmp.resize_realloc_no_init (1 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:285: 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 (1 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 (1 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 (1 ms)
1: [ RUN      ] openmp.view_subview_2d_from_3d
1: [       OK ] openmp.view_subview_2d_from_3d (24 ms)
1: [ RUN      ] openmp.view_subview_2d_from_3d_atomic
1: [       OK ] openmp.view_subview_2d_from_3d_atomic (24 ms)
1: [ RUN      ] openmp.view_subview_2d_from_3d_randomaccess
1: [       OK ] openmp.view_subview_2d_from_3d_randomaccess (23 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left
1: [       OK ] openmp.view_subview_3d_from_5d_left (444 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left_atomic
1: [       OK ] openmp.view_subview_3d_from_5d_left_atomic (445 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left_randomaccess
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
1: [       OK ] openmp.view_subview_3d_from_5d_left_randomaccess (456 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right
1: [       OK ] openmp.view_subview_3d_from_5d_right (504 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right_atomic
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o
1: [       OK ] openmp.view_subview_3d_from_5d_right_atomic (502 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right_randomaccess
1: [       OK ] openmp.view_subview_3d_from_5d_right_randomaccess (542 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: [----------] 311 tests from openmp (101461 ms total)
1: 
1: [----------] 12 tests from openmp_graph
1: [ RUN      ] openmp_graph.submit_once
1: [       OK ] openmp_graph.submit_once (0 ms)
1: [ RUN      ] openmp_graph.submit_once_rvalue
1: [       OK ] openmp_graph.submit_once_rvalue (0 ms)
1: [ RUN      ] openmp_graph.instantiate_and_submit_once
1: [       OK ] openmp_graph.instantiate_and_submit_once (0 ms)
1: [ RUN      ] openmp_graph.submit_onto_another_execution_space_instance
1: [       OK ] openmp_graph.submit_onto_another_execution_space_instance (0 ms)
1: [ RUN      ] openmp_graph.create_graph_no_closure_with_exec
1: [       OK ] openmp_graph.create_graph_no_closure_with_exec (0 ms)
1: [ RUN      ] openmp_graph.create_graph_no_arg
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestGraph.hpp:243: Skipped
1: Skipping since useless if the test fixture is not on the default execution space.
1: [  SKIPPED ] openmp_graph.create_graph_no_arg (0 ms)
1: [ RUN      ] openmp_graph.submit_six
1: [       OK ] openmp_graph.submit_six (0 ms)
1: [ RUN      ] openmp_graph.when_all_cycle
1: [       OK ] openmp_graph.when_all_cycle (0 ms)
1: [ RUN      ] openmp_graph.zero_work_reduce
1: [       OK ] openmp_graph.zero_work_reduce (0 ms)
1: [ RUN      ] openmp_graph.empty_graph
1: [       OK ] openmp_graph.empty_graph (0 ms)
1: [ RUN      ] openmp_graph.diamond
1: [       OK ] openmp_graph.diamond (0 ms)
1: [ RUN      ] openmp_graph.end_of_submit_control_flow
1: [       OK ] openmp_graph.end_of_submit_control_flow (1 ms)
1: [----------] 12 tests from openmp_graph (4 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 340 tests from 4 test suites ran. (146747 ms total)
1: [  PASSED  ] 331 tests.
1: [  SKIPPED ] 9 tests, listed below:
1: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_dyn
1: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_stat
1: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_mix
1: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_static_extents
1: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host
1: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device
1: [  SKIPPED ] openmp.mdspan_minimal_functional
1: [  SKIPPED ] openmp.view_allocation_int
1: [  SKIPPED ] openmp_graph.create_graph_no_arg
1: 
1:   YOU HAVE 1 DISABLED TEST
1: 
 1/52 Test  #1: Kokkos_CoreUnitTest_OpenMP ...........................   Passed  147.32 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: OMP_PROC_BIND environment variable not set
2:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
2:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
2:   For unit testing set OMP_PROC_BIND=false
2: 
2: [       OK ] openmp.raw_openmp_interop (223 ms)
2: [----------] 1 test from openmp (223 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 1 test from 1 test suite ran. (223 ms total)
2: [  PASSED  ] 1 test.
 2/52 Test  #2: Kokkos_CoreUnitTest_OpenMPInterOp ....................   Passed    0.34 sec
test 3
      Start  3: Kokkos_CoreUnitTest_Cuda1

3: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Cuda1
3: Test timeout computed to be: 1500
3: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
3:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
3:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
3:   For unit testing set OMP_PROC_BIND=false
3: 
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_b.cpp.o
3: [==========] Running 206 tests from 4 test suites.
3: [----------] Global test environment set-up.
3: [----------] 7 tests from cuda_DeathTest
3: [ RUN      ] cuda_DeathTest.abort_from_host
[ 75%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/PerfTest_ViewResize_Raw.cpp.o
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangePolicyConstructors.cpp.o
3: [       OK ] cuda_DeathTest.abort_from_host (2312 ms)
3: [ RUN      ] cuda_DeathTest.abort_from_device
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_c.cpp.o
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
3: [       OK ] cuda_DeathTest.abort_from_device (2347 ms)
3: [ RUN      ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort
[ 75%] Linking CXX executable Kokkos_ContainersUnitTest_Serial
3: [       OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (2247 ms)
3: [ RUN      ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions
3: [       OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (2325 ms)
3: [ RUN      ] cuda_DeathTest.policy_invalid_bounds
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
3: [       OK ] cuda_DeathTest.policy_invalid_bounds (2287 ms)
3: [ RUN      ] cuda_DeathTest.range_policy_invalid_bounds
3: 
3: [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 22 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.
3: 
3: [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 22 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.
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o
[ 76%] Built target Kokkos_ContainersUnitTest_Serial
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/BenchmarkMain.cpp.o
3: [       OK ] cuda_DeathTest.range_policy_invalid_bounds (3618 ms)
3: [ RUN      ] cuda_DeathTest.range_policy_implicitly_converted_bounds
3: 
3: [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 22 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.
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDRangeReduce.cpp.o
3: 
3: [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 22 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.
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o
3: 
3: [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 22 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: Test_Atomic<unsigned long int>/100000/iterations:10            12.2 s          12.1 s            10          1            8     20.5663        1.48658m      107.1u     4.99995G           71.55k     4.99995G
3: 
3: [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 22 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.
3: [       OK ] cuda_DeathTest.range_policy_implicitly_converted_bounds (7221 ms)
3: [----------] 7 tests from cuda_DeathTest (22360 ms total)
3: 
3: [----------] 1 test from cuda_graph_DeathTest
3: [ RUN      ] cuda_graph_DeathTest.can_instantiate_only_once
3: 
3: [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 22 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.
3: 
3: [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 22 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.
[ 52%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpan.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanAtomicAccessor.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_d.cpp.o
3: [       OK ] cuda_graph_DeathTest.can_instantiate_only_once (3604 ms)
3: [----------] 1 test from cuda_graph_DeathTest (3605 ms total)
3: 
3: [----------] 186 tests from cuda
3: [ RUN      ] cuda.array_capacity
3: [       OK ] cuda.array_capacity (0 ms)
3: [ RUN      ] cuda.array_element_access
3: [       OK ] cuda.array_element_access (0 ms)
3: [ RUN      ] cuda.array_operator_equal
3: [       OK ] cuda.array_operator_equal (0 ms)
3: [ RUN      ] cuda.array_zero_capacity
3: [       OK ] cuda.array_zero_capacity (0 ms)
3: [ RUN      ] cuda.array_zero_data_nullptr
3: [       OK ] cuda.array_zero_data_nullptr (0 ms)
3: [ RUN      ] cuda.atomic_operations_complexdouble
3: [       OK ] cuda.atomic_operations_complexdouble (13 ms)
3: [ RUN      ] cuda.atomic_operations_complexfloat
3: [       OK ] cuda.atomic_operations_complexfloat (8 ms)
3: [ RUN      ] cuda.atomic_operations_double
3: [       OK ] cuda.atomic_operations_double (8 ms)
3: [ RUN      ] cuda.atomic_operations_float
3: [       OK ] cuda.atomic_operations_float (8 ms)
3: [ RUN      ] cuda.atomic_operations_int
3: [       OK ] cuda.atomic_operations_int (19 ms)
3: [ RUN      ] cuda.atomic_operations_long
3: [       OK ] cuda.atomic_operations_long (19 ms)
3: [ RUN      ] cuda.atomic_operations_longlong
3: [       OK ] cuda.atomic_operations_longlong (19 ms)
3: [ RUN      ] cuda.atomic_shared
3: [       OK ] cuda.atomic_shared (0 ms)
3: [ RUN      ] cuda.atomic_operations_unsigned
3: [       OK ] cuda.atomic_operations_unsigned (15 ms)
3: [ RUN      ] cuda.atomic_operations_unsignedlong
3: [       OK ] cuda.atomic_operations_unsignedlong (15 ms)
3: [ RUN      ] cuda.atomics
3: [       OK ] cuda.atomics (278 ms)
3: [ RUN      ] cuda.atomics_tpetra_max_abs
3: [       OK ] cuda.atomics_tpetra_max_abs (0 ms)
3: [ RUN      ] cuda.atomic_views_integral
[ 76%] Building CXX object core/perf_test/CMakeFiles/Kokkos_PerformanceTest_Benchmark.dir/Benchmark_Context.cpp.o
[ 76%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
29: Test_Atomic<long long int>/100000/iterations:10                4.58 s         0.002 s            10          1            8     7.33074        3.80953m      87.61u     4.99995G         1.82629M     4.99995G
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_QuadPrecisionMath.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c08.cpp.o
[ 76%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
[ 76%] Linking CXX executable Kokkos_UnitTest_Random
[ 76%] Linking CXX executable Kokkos_PerformanceTest_Benchmark
 -- Testing 1-D histogram
Density 1D: 0.00195711 -0.999999 -57856.8 || 0.051031 0 1.55251e+06 || 2.86896e+10 28674.4 || -7.99813e+08 -2.0744
 -- Testing 3-D histogram
Density 3D: 0.00588114 -0.967909 10.2935 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o
3: [       OK ] cuda.atomic_views_integral (15961 ms)
3: [ RUN      ] cuda.atomic_views_nonintegral
3: [       OK ] cuda.atomic_views_nonintegral (113 ms)
3: [ RUN      ] cuda.atomic_view_api
3: [       OK ] cuda.atomic_view_api (0 ms)
3: [ RUN      ] cuda.bit_manip_countl_zero
3: [       OK ] cuda.bit_manip_countl_zero (0 ms)
3: [ RUN      ] cuda.bit_manip_countl_one
3: [       OK ] cuda.bit_manip_countl_one (0 ms)
3: [ RUN      ] cuda.bit_manip_countr_zero
3: [       OK ] cuda.bit_manip_countr_zero (0 ms)
3: [ RUN      ] cuda.bit_manip_countr_one
3: [       OK ] cuda.bit_manip_countr_one (0 ms)
3: [ RUN      ] cuda.bit_manip_popcount
3: [       OK ] cuda.bit_manip_popcount (0 ms)
3: [ RUN      ] cuda.bit_manip_has_single_bit
3: [       OK ] cuda.bit_manip_has_single_bit (0 ms)
3: [ RUN      ] cuda.bit_manip_bit_floor
3: [       OK ] cuda.bit_manip_bit_floor (0 ms)
3: [ RUN      ] cuda.bit_manip_bit_ceil
3: [       OK ] cuda.bit_manip_bit_ceil (0 ms)
3: [ RUN      ] cuda.bit_manip_bit_width
3: [       OK ] cuda.bit_manip_bit_width (0 ms)
3: [ RUN      ] cuda.bit_manip_rotl
3: [       OK ] cuda.bit_manip_rotl (0 ms)
3: [ RUN      ] cuda.bit_manip_rotr
3: [       OK ] cuda.bit_manip_rotr (0 ms)
3: [ RUN      ] cuda.bit_manip_byeswap
3: [       OK ] cuda.bit_manip_byeswap (0 ms)
3: [ RUN      ] cuda.bit_manip_bit_cast
3: [       OK ] cuda.bit_manip_bit_cast (0 ms)
3: [ RUN      ] cuda.test_block_deduction_bug_pr_3103
3: [       OK ] cuda.test_block_deduction_bug_pr_3103 (0 ms)
3: [ RUN      ] cuda.checked_integer_operations_multiply_overflow
3: [       OK ] cuda.checked_integer_operations_multiply_overflow (0 ms)
3: [ RUN      ] cuda.execution_policy_occupancy_and_hint
3: [       OK ] cuda.execution_policy_occupancy_and_hint (0 ms)
3: [ RUN      ] cuda.complex_construction
3: [       OK ] cuda.complex_construction (0 ms)
3: [ RUN      ] cuda.complex_basic_math
3: [       OK ] cuda.complex_basic_math (0 ms)
3: [ RUN      ] cuda.complex_special_funtions
3: [       OK ] cuda.complex_special_funtions (0 ms)
3: [ RUN      ] cuda.complex_io
3: [       OK ] cuda.complex_io (0 ms)
3: [ RUN      ] cuda.complex_trivially_copyable
3: [       OK ] cuda.complex_trivially_copyable (0 ms)
3: [ RUN      ] cuda.complex_issue_3865
3: [       OK ] cuda.complex_issue_3865 (0 ms)
3: [ RUN      ] cuda.complex_operations_arithmetic_types_overloads
3: [       OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms)
3: [ RUN      ] cuda.complex_structured_bindings
3: [       OK ] cuda.complex_structured_bindings (0 ms)
3: [ RUN      ] cuda.crs_count_fill
3: [       OK ] cuda.crs_count_fill (5 ms)
3: [ RUN      ] cuda.crs_copy_constructor
3: [       OK ] cuda.crs_copy_constructor (20 ms)
3: [ RUN      ] cuda.deep_copy_alignment
3: [       OK ] cuda.deep_copy_alignment (9 ms)
3: [ RUN      ] cuda.deep_copy_conversion
3: [       OK ] cuda.deep_copy_conversion (9 ms)
3: [ RUN      ] cuda.partitioning_by_args
3: [       OK ] cuda.partitioning_by_args (1 ms)
3: [ RUN      ] cuda.partitioning_by_vector
3: [       OK ] cuda.partitioning_by_vector (0 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_range
3: [       OK ] cuda.exec_space_thread_safety_range (2199 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_mdrange
3: [       OK ] cuda.exec_space_thread_safety_mdrange (220 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_team_policy
3: [       OK ] cuda.exec_space_thread_safety_team_policy (220 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_range_reduce
3: [       OK ] cuda.exec_space_thread_safety_range_reduce (220 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_mdrange_reduce
3: [       OK ] cuda.exec_space_thread_safety_mdrange_reduce (653 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_team_policy_reduce
3: [       OK ] cuda.exec_space_thread_safety_team_policy_reduce (224 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_range_scan
3: [       OK ] cuda.exec_space_thread_safety_range_scan (220 ms)
3: [ RUN      ] cuda.execution_space_as_class_data_member
3: [       OK ] cuda.execution_space_as_class_data_member (0 ms)
3: [ RUN      ] cuda.functor_analysis
3: [       OK ] cuda.functor_analysis (0 ms)
3: [ RUN      ] cuda.host_shared_ptr_use_count
3: [       OK ] cuda.host_shared_ptr_use_count (0 ms)
3: [ RUN      ] cuda.host_shared_ptr_get
3: [       OK ] cuda.host_shared_ptr_get (0 ms)
3: [ RUN      ] cuda.host_shared_ptr_dereference_on_device
3: [       OK ] cuda.host_shared_ptr_dereference_on_device (0 ms)
3: [ RUN      ] cuda.host_shared_ptr_special_members_on_device
3: [       OK ] cuda.host_shared_ptr_special_members_on_device (0 ms)
3: [ RUN      ] cuda.host_shared_ptr_tracking
3: [       OK ] cuda.host_shared_ptr_tracking (1 ms)
3: [ RUN      ] cuda.init
3: [       OK ] cuda.init (0 ms)
3: [ RUN      ] cuda.dispatch
3: [       OK ] cuda.dispatch (122 ms)
3: [ RUN      ] cuda.join_backward_compatibility
3: [       OK ] cuda.join_backward_compatibility (0 ms)
3: [ RUN      ] cuda.local_deepcopy_teampolicy_layoutleft
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestSortByKey.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c09.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicy.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MDSpanConversion.cpp.o
3: [       OK ] cuda.local_deepcopy_teampolicy_layoutleft (3655 ms)
3: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutleft
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_MinMaxClamp.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyConstructors.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_NumericTraits.cpp.o
3: [       OK ] cuda.local_deepcopy_rangepolicy_layoutleft (4741 ms)
3: [ RUN      ] cuda.local_deepcopy_teampolicy_layoutright
[ 78%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
 -- Testing 1-D histogram
Density 1D: 6.6091e-07 -0.00239034 -0.0188041 || 0.051031 27972 29349 || 28743.1 28674.4 || -259.947 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.96226e-07 0.0196595 -0.00228104 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
29: Test_Atomic<unsigned long long int>/100000/iterations:10       4.07 s          4.06 s            10          1            8    2.51567m        1.24799m      105.4u     4.99995G           36.67k     4.99995G
3: [       OK ] cuda.local_deepcopy_teampolicy_layoutright (4055 ms)
3: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutright
[ 78%] 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_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c10.cpp.o
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewAPI_e.cpp.o
3: [       OK ] cuda.local_deepcopy_rangepolicy_layoutright (4426 ms)
3: [ RUN      ] cuda.deep_copy_scratch
3: [       OK ] cuda.deep_copy_scratch (0 ms)
3: [ RUN      ] cuda.mathematical_constants_e
3: [       OK ] cuda.mathematical_constants_e (0 ms)
3: [ RUN      ] cuda.mathematical_constants_log2e
3: [       OK ] cuda.mathematical_constants_log2e (0 ms)
3: [ RUN      ] cuda.mathematical_constants_log10e
3: [       OK ] cuda.mathematical_constants_log10e (0 ms)
3: [ RUN      ] cuda.mathematical_constants_pi
3: [       OK ] cuda.mathematical_constants_pi (0 ms)
3: [ RUN      ] cuda.mathematical_constants_inv_pi
3: [       OK ] cuda.mathematical_constants_inv_pi (0 ms)
3: [ RUN      ] cuda.mathematical_constants_inv_sqrtpi
3: [       OK ] cuda.mathematical_constants_inv_sqrtpi (0 ms)
3: [ RUN      ] cuda.mathematical_constants_ln2
3: [       OK ] cuda.mathematical_constants_ln2 (0 ms)
3: [ RUN      ] cuda.mathematical_constants_ln10
3: [       OK ] cuda.mathematical_constants_ln10 (0 ms)
3: [ RUN      ] cuda.mathematical_constants_sqrt2
3: [       OK ] cuda.mathematical_constants_sqrt2 (0 ms)
3: [ RUN      ] cuda.mathematical_constants_sqrt3
3: [       OK ] cuda.mathematical_constants_sqrt3 (0 ms)
3: [ RUN      ] cuda.mathematical_constants_inv_sqrt3
3: [       OK ] cuda.mathematical_constants_inv_sqrt3 (0 ms)
3: [ RUN      ] cuda.mathematical_constants_egamma
3: [       OK ] cuda.mathematical_constants_egamma (0 ms)
3: [ RUN      ] cuda.mathematical_constants_phi
3: [       OK ] cuda.mathematical_constants_phi (0 ms)
3: [ RUN      ] cuda.mathematical_functions_trigonometric_functions
3: [       OK ] cuda.mathematical_functions_trigonometric_functions (41 ms)
3: [ RUN      ] cuda.mathematical_functions_hyperbolic_functions
3: [       OK ] cuda.mathematical_functions_hyperbolic_functions (156 ms)
3: [ RUN      ] cuda.mathematical_functions_non_standard
3: [       OK ] cuda.mathematical_functions_non_standard (0 ms)
3: [ RUN      ] cuda.mathematical_functions_power_functions
3: [       OK ] cuda.mathematical_functions_power_functions (1 ms)
3: [ RUN      ] cuda.mathematical_functions_fma
3: [       OK ] cuda.mathematical_functions_fma (0 ms)
3: [ RUN      ] cuda.mathematical_functions_error_and_gamma_functions
3: [       OK ] cuda.mathematical_functions_error_and_gamma_functions (2 ms)
3: [ RUN      ] cuda.mathematical_functions_nearest_interger_floating_point_operations
3: [       OK ] cuda.mathematical_functions_nearest_interger_floating_point_operations (3 ms)
3: [ RUN      ] cuda.mathematical_functions_floating_point_manipulation_functions
3: [       OK ] cuda.mathematical_functions_floating_point_manipulation_functions (1 ms)
3: [ RUN      ] cuda.mathematical_functions_absolute_value
3: [       OK ] cuda.mathematical_functions_absolute_value (0 ms)
3: [ RUN      ] cuda.mathematical_functions_floating_point_absolute_value
3: [       OK ] cuda.mathematical_functions_floating_point_absolute_value (0 ms)
3: [ RUN      ] cuda.mathematical_functions_remainder_function
3: [       OK ] cuda.mathematical_functions_remainder_function (0 ms)
3: [ RUN      ] cuda.mathematical_functions_isfinite
3: [       OK ] cuda.mathematical_functions_isfinite (0 ms)
3: [ RUN      ] cuda.mathematical_functions_isinf
3: [       OK ] cuda.mathematical_functions_isinf (0 ms)
3: [ RUN      ] cuda.mathematical_functions_isnan
3: [       OK ] cuda.mathematical_functions_isnan (0 ms)
3: [ RUN      ] cuda.mathematical_functions_exponential_functions
3: [       OK ] cuda.mathematical_functions_exponential_functions (4 ms)
3: [ RUN      ] cuda.mathspecialfunc_expint1
3: [       OK ] cuda.mathspecialfunc_expint1 (0 ms)
3: [ RUN      ] cuda.mathspecialfunc_errorfunc
3: [       OK ] cuda.mathspecialfunc_errorfunc (0 ms)
3: [ RUN      ] cuda.mathspecialfunc_cbesselj0y0
3: [       OK ] cuda.mathspecialfunc_cbesselj0y0 (24 ms)
3: [ RUN      ] cuda.mathspecialfunc_cbesselj1y1
3: [       OK ] cuda.mathspecialfunc_cbesselj1y1 (25 ms)
3: [ RUN      ] cuda.mathspecialfunc_cbesseli0k0
3: [       OK ] cuda.mathspecialfunc_cbesseli0k0 (1 ms)
3: [ RUN      ] cuda.mathspecialfunc_cbesseli1k1
3: [       OK ] cuda.mathspecialfunc_cbesseli1k1 (1 ms)
3: [ RUN      ] cuda.mathspecialfunc_cbesselh1stkind
3: [       OK ] cuda.mathspecialfunc_cbesselh1stkind (0 ms)
3: [ RUN      ] cuda.mathspecialfunc_cbesselh2ndkind
3: [       OK ] cuda.mathspecialfunc_cbesselh2ndkind (0 ms)
3: [ RUN      ] cuda.mdrange_5d
3: [       OK ] cuda.mdrange_5d (259 ms)
3: [ RUN      ] cuda.mdrange_6d
3: [       OK ] cuda.mdrange_6d (317 ms)
3: [ RUN      ] cuda.mdrange_2d
3: [       OK ] cuda.mdrange_2d (4 ms)
3: [ RUN      ] cuda.mdrange_array_reduce
3: [       OK ] cuda.mdrange_array_reduce (0 ms)
3: [ RUN      ] cuda.mdrange_3d
3: [       OK ] cuda.mdrange_3d (32 ms)
3: [ RUN      ] cuda.mdrange_neg_idx
3: [       OK ] cuda.mdrange_neg_idx (1 ms)
3: [ RUN      ] cuda.mdrange_4d
3: [       OK ] cuda.mdrange_4d (46 ms)
3: [ RUN      ] cuda.mdrange_scalar
3: [       OK ] cuda.mdrange_scalar (0 ms)
3: [ RUN      ] cuda.mdrange_large_deep_copy
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewBadAlloc.cpp.o
3: [       OK ] cuda.mdrange_large_deep_copy (114 ms)
3: [ RUN      ] cuda.md_range_policy_construction_from_arrays
3: [       OK ] cuda.md_range_policy_construction_from_arrays (0 ms)
3: [ RUN      ] cuda.policy_get_tile_size
3: [       OK ] cuda.policy_get_tile_size (0 ms)
3: [ RUN      ] cuda.mdrange_parallel_reduce_primitive_types
3: [       OK ] cuda.mdrange_parallel_reduce_primitive_types (2134 ms)
3: [ RUN      ] cuda.mdspan_minimal_functional
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestMDSpan.hpp:63: Skipped
3: mdspan not enabled
3: [  SKIPPED ] cuda.mdspan_minimal_functional (0 ms)
3: [ RUN      ] cuda.max
3: [       OK ] cuda.max (0 ms)
3: [ RUN      ] cuda.max_within_parfor
3: [       OK ] cuda.max_within_parfor (0 ms)
3: [ RUN      ] cuda.min
3: [       OK ] cuda.min (0 ms)
3: [ RUN      ] cuda.min_within_parfor
3: [       OK ] cuda.min_within_parfor (0 ms)
3: [ RUN      ] cuda.minmax
3: [       OK ] cuda.minmax (0 ms)
3: [ RUN      ] cuda.minmax_within_parfor
3: [       OK ] cuda.minmax_within_parfor (0 ms)
3: [ RUN      ] cuda.clamp
3: [       OK ] cuda.clamp (0 ms)
3: [ RUN      ] cuda.clamp_within_parfor
3: [       OK ] cuda.clamp_within_parfor (0 ms)
3: [ RUN      ] cuda.numeric_traits_infinity
3: [       OK ] cuda.numeric_traits_infinity (0 ms)
3: [ RUN      ] cuda.numeric_traits_epsilon
3: [       OK ] cuda.numeric_traits_epsilon (0 ms)
3: [ RUN      ] cuda.numeric_traits_round_error
3: [       OK ] cuda.numeric_traits_round_error (0 ms)
3: [ RUN      ] cuda.numeric_traits_norm_min
3: [       OK ] cuda.numeric_traits_norm_min (0 ms)
3: [ RUN      ] cuda.numeric_traits_denorm_min
3: [       OK ] cuda.numeric_traits_denorm_min (0 ms)
3: [ RUN      ] cuda.numeric_traits_finite_min_max
3: [       OK ] cuda.numeric_traits_finite_min_max (1 ms)
3: [ RUN      ] cuda.numeric_traits_digits
3: [       OK ] cuda.numeric_traits_digits (1 ms)
3: [ RUN      ] cuda.numeric_traits_digits10
3: [       OK ] cuda.numeric_traits_digits10 (1 ms)
3: [ RUN      ] cuda.numeric_traits_max_digits10
3: [       OK ] cuda.numeric_traits_max_digits10 (0 ms)
3: [ RUN      ] cuda.numeric_traits_radix
3: [       OK ] cuda.numeric_traits_radix (1 ms)
3: [ RUN      ] cuda.numeric_traits_min_max_exponent
3: [       OK ] cuda.numeric_traits_min_max_exponent (0 ms)
3: [ RUN      ] cuda.numeric_traits_min_max_exponent10
3: [       OK ] cuda.numeric_traits_min_max_exponent10 (0 ms)
3: [ RUN      ] cuda.numeric_traits_quiet_and_signaling_nan
3: [       OK ] cuda.numeric_traits_quiet_and_signaling_nan (0 ms)
3: [ RUN      ] cuda.numeric_traits_sfinae_friendly
3: [       OK ] cuda.numeric_traits_sfinae_friendly (0 ms)
3: [ RUN      ] cuda.occupancy_control
3: [       OK ] cuda.occupancy_control (0 ms)
3: [ RUN      ] cuda.memory_pool
3: [       OK ] cuda.memory_pool (14 ms)
3: [ RUN      ] cuda.cxx11
3: [       OK ] cuda.cxx11 (1 ms)
3: [ RUN      ] cuda.viewctorprop_embedded_dim
3: [       OK ] cuda.viewctorprop_embedded_dim (0 ms)
3: [ RUN      ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility
3: [       OK ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
3: [ RUN      ] cuda.parallel_scan_range_policy
3: [       OK ] cuda.parallel_scan_range_policy (61 ms)
3: [ RUN      ] cuda.kokkos_printf
3: [       OK ] cuda.kokkos_printf (1 ms)
3: [ RUN      ] cuda.range_for
3: [       OK ] cuda.range_for (1 ms)
3: [ RUN      ] cuda.range_reduce
3: [       OK ] cuda.range_reduce (0 ms)
3: [ RUN      ] cuda.range_dynamic_policy
3: [       OK ] cuda.range_dynamic_policy (0 ms)
3: [ RUN      ] cuda.range_policy_runtime_parameters
3: [       OK ] cuda.range_policy_runtime_parameters (0 ms)
3: [ RUN      ] cuda.range_policy_round_trip_conversion_fires
3: 
3: [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 22 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.
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o
3: [       OK ] cuda.range_policy_round_trip_conversion_fires (1875 ms)
3: [ RUN      ] cuda.range_policy_one_way_convertible_bounds
3: [       OK ] cuda.range_policy_one_way_convertible_bounds (0 ms)
3: [ RUN      ] cuda.range_policy_check_sign_changes
3: 
3: [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 22 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.
3: 
3: [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 22 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.
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o
[ 78%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
[ 78%] Built target Kokkos_UnitTest_Random
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
3: [       OK ] cuda.range_policy_check_sign_changes (3725 ms)
3: [ RUN      ] cuda.range_for_require
3: [       OK ] cuda.range_for_require (1 ms)
3: [ RUN      ] cuda.range_reduce_require
3: [       OK ] cuda.range_reduce_require (0 ms)
3: [ RUN      ] cuda.range_dynamic_policy_require
3: [       OK ] cuda.range_dynamic_policy_require (0 ms)
3: [ RUN      ] cuda.reducers_int
3: [       OK ] cuda.reducers_int (7 ms)
3: [ RUN      ] cuda.reducers_double
3: [       OK ] cuda.reducers_double (9 ms)
3: [ RUN      ] cuda.reducers_complex_double
3: [       OK ] cuda.reducers_complex_double (4 ms)
3: [ RUN      ] cuda.reducers_struct
3: [       OK ] cuda.reducers_struct (9 ms)
3: [ RUN      ] cuda.reducers_half_t
3: [       OK ] cuda.reducers_half_t (13 ms)
3: [ RUN      ] cuda.reducers_bhalf_t
3: [       OK ] cuda.reducers_bhalf_t (12 ms)
3: [ RUN      ] cuda.reducers_int8_t
3: [       OK ] cuda.reducers_int8_t (3 ms)
3: [ RUN      ] cuda.reducers_int16_t
3: [       OK ] cuda.reducers_int16_t (3 ms)
3: [ RUN      ] cuda.reducers_point_t
3: [       OK ] cuda.reducers_point_t (5 ms)
3: [ RUN      ] cuda.reducers_bool
3: [       OK ] cuda.reducers_bool (0 ms)
3: [ RUN      ] cuda.int64_t_reduce
3: [       OK ] cuda.int64_t_reduce (13 ms)
3: [ RUN      ] cuda.double_reduce
3: [       OK ] cuda.double_reduce (12 ms)
3: [ RUN      ] cuda.int64_t_reduce_dynamic
3: [       OK ] cuda.int64_t_reduce_dynamic (16 ms)
3: [ RUN      ] cuda.double_reduce_dynamic
3: [       OK ] cuda.double_reduce_dynamic (16 ms)
3: [ RUN      ] cuda.int64_t_reduce_dynamic_view
3: [       OK ] cuda.int64_t_reduce_dynamic_view (4 ms)
3: [ RUN      ] cuda.int_combined_reduce
3: [       OK ] cuda.int_combined_reduce (0 ms)
3: [ RUN      ] cuda.mdrange_combined_reduce
3: [       OK ] cuda.mdrange_combined_reduce (0 ms)
3: [ RUN      ] cuda.int_combined_reduce_mixed
3: [       OK ] cuda.int_combined_reduce_mixed (0 ms)
3: [ RUN      ] cuda.reduction_deduction
3: [       OK ] cuda.reduction_deduction (0 ms)
3: [ RUN      ] cuda.reduce_device_view_range_policy
3: [       OK ] cuda.reduce_device_view_range_policy (5 ms)
3: [ RUN      ] cuda.reduce_device_view_mdrange_policy
3: [       OK ] cuda.reduce_device_view_mdrange_policy (136 ms)
3: [ RUN      ] cuda.reduce_device_view_team_policy
3: [       OK ] cuda.reduce_device_view_team_policy (4 ms)
3: [ RUN      ] cuda.impl_shared_alloc
3: [       OK ] cuda.impl_shared_alloc (236 ms)
3: [ RUN      ] cuda.kokkos_swap
3: [       OK ] cuda.kokkos_swap (0 ms)
3: [ RUN      ] cuda.reduceRangePolicyViewSizeLimit
3: [       OK ] cuda.reduceRangePolicyViewSizeLimit (39 ms)
3: [ RUN      ] cuda.reduceMDRangePolicyViewSizeLimit
3: [       OK ] cuda.reduceMDRangePolicyViewSizeLimit (119 ms)
3: [----------] 186 tests from cuda (47053 ms total)
3: 
3: [----------] 12 tests from cuda_graph
3: [ RUN      ] cuda_graph.submit_once
3: [       OK ] cuda_graph.submit_once (0 ms)
3: [ RUN      ] cuda_graph.submit_once_rvalue
3: [       OK ] cuda_graph.submit_once_rvalue (0 ms)
3: [ RUN      ] cuda_graph.instantiate_and_submit_once
3: [       OK ] cuda_graph.instantiate_and_submit_once (0 ms)
3: [ RUN      ] cuda_graph.submit_onto_another_execution_space_instance
3: [       OK ] cuda_graph.submit_onto_another_execution_space_instance (0 ms)
3: [ RUN      ] cuda_graph.create_graph_no_closure_with_exec
3: [       OK ] cuda_graph.create_graph_no_closure_with_exec (0 ms)
3: [ RUN      ] cuda_graph.create_graph_no_arg
3: [       OK ] cuda_graph.create_graph_no_arg (0 ms)
3: [ RUN      ] cuda_graph.submit_six
3: [       OK ] cuda_graph.submit_six (0 ms)
3: [ RUN      ] cuda_graph.when_all_cycle
3: [       OK ] cuda_graph.when_all_cycle (0 ms)
3: [ RUN      ] cuda_graph.zero_work_reduce
3: [       OK ] cuda_graph.zero_work_reduce (0 ms)
3: [ RUN      ] cuda_graph.empty_graph
3: [       OK ] cuda_graph.empty_graph (0 ms)
3: [ RUN      ] cuda_graph.diamond
3: [       OK ] cuda_graph.diamond (0 ms)
3: [ RUN      ] cuda_graph.end_of_submit_control_flow
3: [       OK ] cuda_graph.end_of_submit_control_flow (0 ms)
3: [----------] 12 tests from cuda_graph (4 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 206 tests from 4 test suites ran. (73024 ms total)
3: [  PASSED  ] 205 tests.
3: [  SKIPPED ] 1 test, listed below:
3: [  SKIPPED ] cuda.mdspan_minimal_functional
3: 
3:   YOU HAVE 1 DISABLED TEST
3: 
 3/52 Test  #3: Kokkos_CoreUnitTest_Cuda1 ............................   Passed   74.06 sec
test 4
      Start  4: Kokkos_CoreUnitTest_Cuda2

4: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Cuda2
4: Test timeout computed to be: 1500
4: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
4:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
4:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
4:   For unit testing set OMP_PROC_BIND=false
4: 
4: [==========] Running 136 tests from 3 test suites.
4: [----------] Global test environment set-up.
4: [----------] 9 tests from cuda_DeathTest
4: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_dyn
4: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:102: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
4: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_stat
4: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:131: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_stat (0 ms)
4: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_mix
4: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:160: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_mix (0 ms)
4: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_static_extents
4: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:192: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_static_extents (0 ms)
4: [ RUN      ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment
 -- Testing 1-D histogram
Density 1D: 6.43252e-07 -0.0177768 0.038375 || 0.051031 28039 29354 || 29193.4 28674.4 || 530.497 -2.0744
 -- Testing 3-D histogram
Density 3D: 6.43252e-07 -0.00279283 0.00435116 || 0.051031 1e+64 -1e+64
[       OK ] serial.Random_XorShift64 (612854 ms)
[ RUN      ] serial.Random_XorShift1024_0
Test Seed:1726152762676089305
Test Scalar=int
 -- Testing randomness properties
29: Test_Atomic<unsigned int>/100000/iterations:10                 4.56 s         0.002 s            10          1            4     7.26367        4.19228m      44.89u     704.983M         1.60653M     704.983M
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_a.cpp.o
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00770619 -0.0107881 || 0.051031 10924 11751 || 11465.3 11377 || -149.134 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.0122253 0.00299584 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_b.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsCommon.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.000605381 0.00144802 || 0.051031 10990 11793 || 11370.1 11377 || 20.0175 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.00360601 -0.00169244 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
[ 53%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_OccupancyControlTrait.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c11.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCopy_c.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o
4: [       OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (20664 ms)
4: [ RUN      ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.0100889 -0.0047292 || 0.051031 10912 11796 || 11492.9 11377 || -65.3764 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.00231514 0.00102216 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o
[ 78%] Built target Kokkos_ContainersUnitTest_SYCL
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_RangePolicyRequire.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewCtorDimMatch.cpp.o
[ 78%] Built target Kokkos_PerformanceTest_Benchmark
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.00620261 -0.0034817 || 0.051031 10996 11794 || 11448 11377 || -48.131 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.000864737 -0.00358137 || 0.051031 1e+64 -1e+64
Test Scalar=half
 -- Testing randomness properties
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewEmptyRuntimeUnmanaged.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewBadAlloc.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewHooks.cpp.o
4: [       OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (20646 ms)
4: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_host
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewLayoutStrideAssignment.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplace.cpp.o
29: Test_Atomic<unsigned long int>/100000/iterations:10            4.62 s         0.002 s            10          1            8     7.54034        3.26568m      79.19u     4.99995G         1.63995M     4.99995G
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_a.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_c.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Other.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ParallelScanRangePolicy.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_b.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMapping_subview.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestSortCustomComp.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewMemoryAccessViolation.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfClass.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOfViews.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewOutOfBoundsAccess.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ViewResize.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
 -- Testing 1-D histogram
Density 1D: 0.00024483 -0.999975 -7594.72 || 0.051031 0 77835 || 4.61054e+08 11377 || -1.04989e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.000734219 -0.146052 0.0199428 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WorkGraph.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindEnd.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewHooks.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ReducerCTADs.cpp.o
29: Test_Atomic<unsigned long long int>/100000/iterations:10       4.60 s         0.002 s            10          1            8     7.56593         4.4559m      86.58u     4.99995G         1.57458M     4.99995G
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_WithoutInitializing.cpp.o
29: Test_Atomic<float>/100000/iterations:10                        10.6 s          10.6 s            10          0            4     18.0601        1.50148m     852.09u     4.99988G         163.256k     4.99989G
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
4: [       OK ] cuda_DeathTest.view_memory_access_violations_from_host (54638 ms)
4: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_device
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestBinSortA.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
 -- Testing 1-D histogram
Density 1D: 0.00196244 -0.999997 -9107.6 || 0.051031 0 616324 || 4.51534e+09 11377 || -1.25903e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.00589825 -0.921895 1.58395 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o
 -- Testing 1-D histogram
Density 1D: 2.9246e-07 0.00641965 -1.90365e-05 || 0.051031 10941 11756 || 11304.4 11377 || -0.26316 -0.823045
 -- Testing 3-D histogram
Density 3D: 3.8147e-07 0.0062485 -0.00176627 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o
[ 91%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_a.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Printf.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0208918 -0.00499565 || 0.051031 10877 11852 || 11144.1 11377 || -69.0599 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.0352351 0.000814954 || 0.051031 1e+64 -1e+64
Test Seed:1726152889886011493
Test Scalar=int
 -- Testing randomness properties
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_a.cpp.o
[ 54%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c12.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_QuadPrecisionMath.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfViews.cpp.o
[ 80%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0018782 0.00278162 || 0.051031 11009 11789 || 11355.6 11377 || 38.4532 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 -0.003544 0.000339068 || 0.051031 1e+64 -1e+64
Test Scalar=unsigned int
 -- Testing randomness properties
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_b.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c01.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c13.cpp.o
29: Test_Atomic<float>/100000/iterations:10                        4.30 s         0.003 s            10          0            4     6.11879        3.74898m    1083.98u     4.99928G         1.45053M     4.99989G
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.0171305 -0.00219163 || 0.051031 10961 11753 || 11185.3 11377 || -30.2971 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.00537637 -0.000149597 || 0.051031 1e+64 -1e+64
Test Scalar=int64_t
 -- Testing randomness properties
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
[ 93%] 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.0208335 -0.012051 || 0.051031 10974 11763 || 11144.8 11377 || -166.593 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.0025279 -0.00158196 || 0.051031 1e+64 -1e+64
Test Scalar=uint64_t
 -- Testing randomness properties
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c03.cpp.o
4: [       OK ] cuda_DeathTest.view_memory_access_violations_from_device (53492 ms)
4: [ RUN      ] cuda_DeathTest.view_out_of_bounds_access
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o
[ 80%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicy.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyConstructors.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda2.dir/cuda/TestCuda_SubView_c14.cpp.o
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 0.00449579 -0.0038142 || 0.051031 10979 11842 || 11326 11377 || -52.7275 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.0172386 -0.000885782 || 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_SubView_c04.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c05.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_RangePolicyRequire.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerCTADs.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c06.cpp.o
29: Test_Atomic<double>/100000/iterations:10                       4.32 s         0.002 s            10          1            8     6.13841        4.56607m    1.11407m     4.99995G         1.65059M     4.99995G
29/51 Test #29: Kokkos_PerformanceTest_Atomic ........................   Passed  320.36 sec
test 30
      Start 30: Kokkos_ContainersUnitTest_Serial

30: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial
30: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/containers/unit_tests
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 serial
30: [ RUN      ] serial.bitset
30: [       OK ] serial.bitset (1955 ms)
30: [ RUN      ] serial.bitset_default_constructor_no_alloc
30: [       OK ] serial.bitset_default_constructor_no_alloc (0 ms)
30: [ RUN      ] serial.dualview_combination
30: [       OK ] serial.dualview_combination (0 ms)
30: [ RUN      ] serial.dualview_alloc
30: [       OK ] serial.dualview_alloc (0 ms)
30: [ RUN      ] serial.test_dualview_copy_construction_and_assignment
30: [       OK ] serial.test_dualview_copy_construction_and_assignment (0 ms)
30: [ RUN      ] serial.dualview_combinations_without_init
30: [       OK ] serial.dualview_combinations_without_init (0 ms)
30: [ RUN      ] serial.dualview_deep_copy
30: [       OK ] serial.dualview_deep_copy (0 ms)
30: [ RUN      ] serial.dualview_realloc
30: [       OK ] serial.dualview_realloc (0 ms)
30: [ RUN      ] serial.dualview_resize
30: [       OK ] serial.dualview_resize (0 ms)
30: [ RUN      ] serial.dualview_device_correct_kokkos_device
30: [       OK ] serial.dualview_device_correct_kokkos_device (79 ms)
30: [ RUN      ] serial.dualview_host_correct_kokkos_device
30: [       OK ] serial.dualview_host_correct_kokkos_device (0 ms)
30: [ RUN      ] serial.dualview_host_modify_template_device_sync
30: [       OK ] serial.dualview_host_modify_template_device_sync (0 ms)
30: [ RUN      ] serial.dualview_host_modify_template_device_execspace_sync
30: [       OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms)
30: [ RUN      ] serial.dualview_device_modify_template_host_sync
30: [       OK ] serial.dualview_device_modify_template_host_sync (0 ms)
30: [ RUN      ] serial.dualview_device_modify_template_host_execspace_sync
30: [       OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms)
30: [ RUN      ] serial.dualview_template_views_return_correct_executionspace_views
30: [       OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms)
30: [ RUN      ] serial.dualview_template_views_return_correct_views_from_const_dual_view
30: [       OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
30: [ RUN      ] serial.dynamic_view
30: [       OK ] serial.dynamic_view (12 ms)
30: [ RUN      ] serial.dyn_rank_view_api_generic
30: [       OK ] serial.dyn_rank_view_api_generic (7 ms)
30: [ RUN      ] serial.dyn_rank_view_api_operator_rank12345
30: [       OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms)
30: [ RUN      ] serial.dyn_rank_view_api_operator_rank67
30: [       OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms)
30: [ RUN      ] serial.ErrorReporterViaLambda
30: [       OK ] serial.ErrorReporterViaLambda (0 ms)
30: [ RUN      ] serial.ErrorReporter
30: [       OK ] serial.ErrorReporter (0 ms)
30: [ RUN      ] serial.offsetview_construction
30: [       OK ] serial.offsetview_construction (17 ms)
30: [ RUN      ] serial.offsetview_unmanaged_construction
30: [       OK ] serial.offsetview_unmanaged_construction (0 ms)
30: [ RUN      ] serial.offsetview_subview
30: [       OK ] serial.offsetview_subview (7 ms)
30: [ RUN      ] serial.offsetview_offsets_rank1
30: [       OK ] serial.offsetview_offsets_rank1 (0 ms)
30: [ RUN      ] serial.offsetview_offsets_rank2
30: [       OK ] serial.offsetview_offsets_rank2 (0 ms)
30: [ RUN      ] serial.offsetview_offsets_rank3
30: [       OK ] serial.offsetview_offsets_rank3 (0 ms)
30: [ RUN      ] serial.scatterview
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
30: [       OK ] serial.scatterview (1826 ms)
30: [ RUN      ] serial.scatterview_devicetype
30: [       OK ] serial.scatterview_devicetype (1 ms)
30: [ RUN      ] serial.staticcrsgraph
30: [       OK ] serial.staticcrsgraph (12 ms)
30: [ RUN      ] serial.resize_realloc_no_init_dualview
30: [       OK ] serial.resize_realloc_no_init_dualview (0 ms)
30: [ RUN      ] serial.resize_realloc_no_alloc_dualview
30: [       OK ] serial.resize_realloc_no_alloc_dualview (0 ms)
30: [ RUN      ] serial.resize_exec_space_dualview
30: [       OK ] serial.resize_exec_space_dualview (0 ms)
30: [ RUN      ] serial.realloc_exec_space_dualview
30: [       OK ] serial.realloc_exec_space_dualview (0 ms)
30: [ RUN      ] serial.resize_realloc_no_init_dynrankview
30: [       OK ] serial.resize_realloc_no_init_dynrankview (0 ms)
30: [ RUN      ] serial.resize_exec_space_dynrankview
30: [       OK ] serial.resize_exec_space_dynrankview (0 ms)
30: [ RUN      ] serial.realloc_exec_space_dynrankview
30: [       OK ] serial.realloc_exec_space_dynrankview (0 ms)
30: [ RUN      ] serial.resize_realloc_no_init_scatterview
30: [       OK ] serial.resize_realloc_no_init_scatterview (0 ms)
30: [ RUN      ] serial.resize_realloc_no_alloc_scatterview
30: [       OK ] serial.resize_realloc_no_alloc_scatterview (0 ms)
30: [ RUN      ] serial.resize_exec_space_scatterview
30: [       OK ] serial.resize_exec_space_scatterview (0 ms)
30: [ RUN      ] serial.realloc_exec_space_scatterview
30: [       OK ] serial.realloc_exec_space_scatterview (0 ms)
30: [ RUN      ] serial.create_mirror_no_init_dynrankview
30: [       OK ] serial.create_mirror_no_init_dynrankview (0 ms)
30: [ RUN      ] serial.create_mirror_no_init_dynrankview_viewctor
30: [       OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms)
30: [ RUN      ] serial.create_mirror_view_and_copy_dynrankview
30: [       OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms)
30: [ RUN      ] serial.create_mirror_no_init_offsetview
30: [       OK ] serial.create_mirror_no_init_offsetview (0 ms)
30: [ RUN      ] serial.create_mirror_no_init_offsetview_view_ctor
30: [       OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms)
30: [ RUN      ] serial.create_mirror_view_and_copy_offsetview
30: [       OK ] serial.create_mirror_view_and_copy_offsetview (0 ms)
30: [ RUN      ] serial.UnorderedMap_insert
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_b.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c07.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestBinSortB.cpp.o
30: [       OK ] serial.UnorderedMap_insert (7076 ms)
30: [ RUN      ] serial.UnorderedMap_failed_insert
30: [       OK ] serial.UnorderedMap_failed_insert (3912 ms)
30: [ RUN      ] serial.UnorderedMap_deep_copy
30: [       OK ] serial.UnorderedMap_deep_copy (3 ms)
30: [ RUN      ] serial.UnorderedMap_valid_empty
30: [       OK ] serial.UnorderedMap_valid_empty (0 ms)
30: [ RUN      ] serial.UnorderedMap_clear_zero_size
30: [       OK ] serial.UnorderedMap_clear_zero_size (0 ms)
30: [ RUN      ] serial.UnorderedMap_consistent_size
30: [       OK ] serial.UnorderedMap_consistent_size (0 ms)
30: [ RUN      ] serial.UnorderedMap_shallow_copyable_on_device
30: [       OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms)
30: [ RUN      ] serial.UnorderedMap_lambda_capturable
30: [       OK ] serial.UnorderedMap_lambda_capturable (0 ms)
30: [ RUN      ] serial.UnorderedMap_constructor_view_alloc
30: [       OK ] serial.UnorderedMap_constructor_view_alloc (0 ms)
30: [ RUN      ] serial.vector_combination
30: [       OK ] serial.vector_combination (0 ms)
30: [ RUN      ] serial.vector_insert
30: [       OK ] serial.vector_insert (0 ms)
30: [ RUN      ] serial.vector_push_back_default_exec
30: [       OK ] serial.vector_push_back_default_exec (0 ms)
30: [ RUN      ] serial.viewctorprop_embedded_dim
30: [       OK ] serial.viewctorprop_embedded_dim (0 ms)
30: [----------] 62 tests from serial (14916 ms total)
30: 
30: [----------] Global test environment tear-down
30: [==========] 62 tests from 1 test suite ran. (14916 ms total)
30: [  PASSED  ] 62 tests.
30/51 Test #30: Kokkos_ContainersUnitTest_Serial .....................   Passed   15.28 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: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
31: Test timeout computed to be: 1500
31: [==========] Running 17 tests from 1 test suite.
31: [----------] Global test environment set-up.
31: [----------] 17 tests from openmptarget
31: [ RUN      ] openmptarget.SortUnsignedValueType
31: [       OK ] openmptarget.SortUnsignedValueType (120 ms)
31: [ RUN      ] openmptarget.SortEmptyView
31: [       OK ] openmptarget.SortEmptyView (0 ms)
31: [ RUN      ] openmptarget.SortByKeyEmptyView
31: [       OK ] openmptarget.SortByKeyEmptyView (0 ms)
31: [ RUN      ] openmptarget.SortByKeyEmptyViewHost
31: [       OK ] openmptarget.SortByKeyEmptyViewHost (0 ms)
31: [ RUN      ] openmptarget.SortByKey
31: [       OK ] openmptarget.SortByKey (3 ms)
31: [ RUN      ] openmptarget.SortByKeyWithComparator
31: [       OK ] openmptarget.SortByKeyWithComparator (3 ms)
31: [ RUN      ] openmptarget.SortByKeyStaticExtents
31: [       OK ] openmptarget.SortByKeyStaticExtents (1 ms)
31: [ RUN      ] openmptarget.SortByKeyWithStrides
31: [       OK ] openmptarget.SortByKeyWithStrides (1 ms)
31: [ RUN      ] openmptarget.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 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.
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 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.
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
31: [       OK ] openmptarget.SortByKeyKeysLargerThanValues (501 ms)
31: [ RUN      ] openmptarget.SortWithCustomComparator
31: [       OK ] openmptarget.SortWithCustomComparator (986 ms)
31: [ RUN      ] openmptarget.BinSortGenericTests
31: [       OK ] openmptarget.BinSortGenericTests (33 ms)
31: [ RUN      ] openmptarget.BinSortEmptyView
31: [       OK ] openmptarget.BinSortEmptyView (0 ms)
31: [ RUN      ] openmptarget.BinSortEmptyKeysView
31: [       OK ] openmptarget.BinSortEmptyKeysView (0 ms)
31: [ RUN      ] openmptarget.BinSort_issue_7221
31: [       OK ] openmptarget.BinSort_issue_7221 (0 ms)
31: [ RUN      ] openmptarget.BinSortUnsignedKeyLayoutStrideValues
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
4: [       OK ] cuda_DeathTest.view_out_of_bounds_access (48682 ms)
4: [----------] 9 tests from cuda_DeathTest (198124 ms total)
4: 
4: [----------] 99 tests from cuda
4: [ RUN      ] cuda.team_for
4: [       OK ] cuda.team_for (7 ms)
4: [ RUN      ] cuda.team_reduce
4: [       OK ] cuda.team_reduce (1 ms)
4: [ RUN      ] cuda.team_reduce_large
4: [       OK ] cuda.team_reduce_large (32 ms)
4: [ RUN      ] cuda.team_parallel_single
4: [       OK ] cuda.team_parallel_single (7 ms)
4: [ RUN      ] cuda.large_team_scratch_size
4: ScratchMemorySpace<...>::get_shmem: Failed to allocate 8 byte(s); remaining capacity is 0 byte(s)
4: [       OK ] cuda.large_team_scratch_size (0 ms)
4: [ RUN      ] cuda.team_broadcast_long
4: [       OK ] cuda.team_broadcast_long (0 ms)
4: [ RUN      ] cuda.team_broadcast_long_wrapper
4: [       OK ] cuda.team_broadcast_long_wrapper (0 ms)
4: [ RUN      ] cuda.team_broadcast_char
4: [       OK ] cuda.team_broadcast_char (0 ms)
4: [ RUN      ] cuda.team_broadcast_float
4: [       OK ] cuda.team_broadcast_float (0 ms)
4: [ RUN      ] cuda.team_broadcast_double
4: [       OK ] cuda.team_broadcast_double (0 ms)
4: [ RUN      ] cuda.team_handle_by_value
4: [       OK ] cuda.team_handle_by_value (0 ms)
4: [ RUN      ] cuda.team_vector
4: [       OK ] cuda.team_vector (9 ms)
4: [ RUN      ] cuda.triple_nested_parallelism
4: [       OK ] cuda.triple_nested_parallelism (8 ms)
4: [ RUN      ] cuda.parallel_scan_with_reducers
4: [       OK ] cuda.parallel_scan_with_reducers (949 ms)
4: [ RUN      ] cuda.team_thread_range_combined_reducers
4: [       OK ] cuda.team_thread_range_combined_reducers (0 ms)
4: [ RUN      ] cuda.thread_vector_range_combined_reducers
4: [       OK ] cuda.thread_vector_range_combined_reducers (0 ms)
4: [ RUN      ] cuda.team_vector_range_combined_reducers
4: [       OK ] cuda.team_vector_range_combined_reducers (0 ms)
4: [ RUN      ] cuda.TeamThreadMDRangeParallelFor
4: [       OK ] cuda.TeamThreadMDRangeParallelFor (88 ms)
4: [ RUN      ] cuda.ThreadVectorMDRangeParallelFor
4: [       OK ] cuda.ThreadVectorMDRangeParallelFor (74 ms)
4: [ RUN      ] cuda.TeamVectorMDRangeParallelFor
4: [       OK ] cuda.TeamVectorMDRangeParallelFor (72 ms)
4: [ RUN      ] cuda.TeamThreadMDRangeParallelReduce
4: [       OK ] cuda.TeamThreadMDRangeParallelReduce (24 ms)
4: [ RUN      ] cuda.ThreadVectorMDRangeParallelReduce
4: [       OK ] cuda.ThreadVectorMDRangeParallelReduce (11 ms)
4: [ RUN      ] cuda.TeamVectorMDRangeParallelReduce
4: [       OK ] cuda.TeamVectorMDRangeParallelReduce (11 ms)
4: [ RUN      ] cuda.team_policy_runtime_parameters
4: [       OK ] cuda.team_policy_runtime_parameters (0 ms)
4: [ RUN      ] cuda.team_reduction_scan
4: [       OK ] cuda.team_reduction_scan (1450 ms)
4: [ RUN      ] cuda.team_long_reduce
4: [       OK ] cuda.team_long_reduce (12 ms)
4: [ RUN      ] cuda.team_double_reduce
4: [       OK ] cuda.team_double_reduce (12 ms)
4: [ RUN      ] cuda.team_long_array_reduce
4: [       OK ] cuda.team_long_array_reduce (12 ms)
4: [ RUN      ] cuda.team_double_array_reduce
4: [       OK ] cuda.team_double_array_reduce (12 ms)
4: [ RUN      ] cuda.team_parallel_dummy_with_reducer_and_scratch_space
4: [       OK ] cuda.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
4: [ RUN      ] cuda.repeated_team_reduce
4: [       OK ] cuda.repeated_team_reduce (11 ms)
4: [ RUN      ] cuda.team_scan
4: [       OK ] cuda.team_scan (1003 ms)
4: [ RUN      ] cuda.team_scan_ret_val
4: [       OK ] cuda.team_scan_ret_val (960 ms)
4: [ RUN      ] cuda.team_shared_request
4: [       OK ] cuda.team_shared_request (0 ms)
4: [ RUN      ] cuda.team_scratch_request
4: [       OK ] cuda.team_scratch_request (0 ms)
4: [ RUN      ] cuda.team_lambda_shared_request
4: [       OK ] cuda.team_lambda_shared_request (0 ms)
4: [ RUN      ] cuda.scratch_align
4: [       OK ] cuda.scratch_align (0 ms)
4: [ RUN      ] cuda.shmem_size
4: [       OK ] cuda.shmem_size (0 ms)
4: [ RUN      ] cuda.multi_level_scratch
4: [       OK ] cuda.multi_level_scratch (6 ms)
4: [ RUN      ] cuda.team_scratch_memory_index_parallel_for
4: [       OK ] cuda.team_scratch_memory_index_parallel_for (0 ms)
4: [ RUN      ] cuda.team_policy_max_recommended
4: [       OK ] cuda.team_policy_max_recommended (132 ms)
4: [ RUN      ] cuda.team_policy_minmax_scalar_without_plus_equal_k
4: [       OK ] cuda.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
4: [ RUN      ] cuda.team_teamvector_range
4: [       OK ] cuda.team_teamvector_range (1 ms)
4: [ RUN      ] cuda.unique_token_global
4: [       OK ] cuda.unique_token_global (6 ms)
4: [ RUN      ] cuda.unique_token_instance
4: [       OK ] cuda.unique_token_instance (4 ms)
4: [ RUN      ] cuda.unique_token_team_acquire
4: [       OK ] cuda.unique_token_team_acquire (15 ms)
4: [ RUN      ] cuda.view_api_a
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
4: [       OK ] cuda.view_api_a (85 ms)
4: [ RUN      ] cuda.view_layout_left_with_stride
4: [       OK ] cuda.view_layout_left_with_stride (0 ms)
4: [ RUN      ] cuda.view_layout_right_with_stride
4: [       OK ] cuda.view_layout_right_with_stride (0 ms)
4: [ RUN      ] cuda.view_api_b
4: [       OK ] cuda.view_api_b (3 ms)
4: [ RUN      ] cuda.view_api_c
4: [       OK ] cuda.view_api_c (0 ms)
4: [ RUN      ] cuda.view_api_d
4: [       OK ] cuda.view_api_d (0 ms)
4: [ RUN      ] cuda.view_remap
4: [       OK ] cuda.view_remap (8 ms)
4: [ RUN      ] cuda.view_mirror_nonconst
4: [       OK ] cuda.view_mirror_nonconst (0 ms)
4: [ RUN      ] cuda.view_stride_method
4: [       OK ] cuda.view_stride_method (0 ms)
4: [ RUN      ] cuda.anonymous_space
4: [       OK ] cuda.anonymous_space (0 ms)
4: [ RUN      ] cuda.view_overload_resolution
4: [       OK ] cuda.view_overload_resolution (0 ms)
4: [ RUN      ] cuda.view_allocation_large_rank
4: [       OK ] cuda.view_allocation_large_rank (5 ms)
4: [ RUN      ] cuda.view_shmem_size_on_device
4: [       OK ] cuda.view_shmem_size_on_device (0 ms)
4: [ RUN      ] cuda.view_is_assignable
4: [       OK ] cuda.view_is_assignable (0 ms)
4: [ RUN      ] cuda.view_bad_alloc
4: [       OK ] cuda.view_bad_alloc (0 ms)
4: [ RUN      ] cuda.view_copy_tests
4: [       OK ] cuda.view_copy_tests (10 ms)
4: [ RUN      ] cuda.view_copy_tests_rank_0
4: [       OK ] cuda.view_copy_tests_rank_0 (1 ms)
4: [ RUN      ] cuda.view_copy_degenerated
4: [       OK ] cuda.view_copy_degenerated (0 ms)
4: [ RUN      ] cuda.view_fill_tests_layout_right
4: [       OK ] cuda.view_fill_tests_layout_right (53 ms)
4: [ RUN      ] cuda.view_fill_tests_layout_left
4: [       OK ] cuda.view_fill_tests_layout_left (45 ms)
4: [ RUN      ] cuda.view_empty_runtime_unmanaged
4: [       OK ] cuda.view_empty_runtime_unmanaged (0 ms)
4: [ RUN      ] cuda.view_hooks
4: [       OK ] cuda.view_hooks (0 ms)
4: [ RUN      ] cuda.view_layoutstride_left_to_layoutleft_assignment
4: [       OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (190 ms)
4: [ RUN      ] cuda.view_layoutstride_right_to_layoutright_assignment
4: [       OK ] cuda.view_layoutstride_right_to_layoutright_assignment (158 ms)
4: [ RUN      ] cuda.view_irregular_layout
4: [       OK ] cuda.view_irregular_layout (0 ms)
4: [ RUN      ] cuda.view_mapping
4: [       OK ] cuda.view_mapping (566 ms)
4: [ RUN      ] cuda.view_mapping_operator
4: [       OK ] cuda.view_mapping_operator (17 ms)
4: [ RUN      ] cuda.static_extent
4: [       OK ] cuda.static_extent (0 ms)
4: [ RUN      ] cuda.view_mapping_atomic
4: [       OK ] cuda.view_mapping_atomic (0 ms)
4: [ RUN      ] cuda.view_mapping_class_value
4: [       OK ] cuda.view_mapping_class_value (0 ms)
4: [ RUN      ] cuda.view_mapping_assignable
4: [       OK ] cuda.view_mapping_assignable (0 ms)
4: [ RUN      ] cuda.view_mapping_trivially_copyable
4: [       OK ] cuda.view_mapping_trivially_copyable (0 ms)
4: [ RUN      ] cuda.view_mapping_subview
4: [       OK ] cuda.view_mapping_subview (0 ms)
4: [ RUN      ] cuda.view_nested_view
4: [       OK ] cuda.view_nested_view (0 ms)
4: [ RUN      ] cuda.view_of_views_default
4: [       OK ] cuda.view_of_views_default (4 ms)
4: [ RUN      ] cuda.view_of_views_without_initializing
4: [       OK ] cuda.view_of_views_without_initializing (3 ms)
4: [ RUN      ] cuda.test_view_of_views_sequential_host_init
4: [       OK ] cuda.test_view_of_views_sequential_host_init (0 ms)
4: [ RUN      ] cuda.append_formatted_multidimensional_index
4: [       OK ] cuda.append_formatted_multidimensional_index (0 ms)
4: [ RUN      ] cuda.view_resize
4: [       OK ] cuda.view_resize (154 ms)
4: [ RUN      ] cuda.view_realloc
4: [       OK ] cuda.view_realloc (1 ms)
4: [ RUN      ] cuda.workgraph_fib
4: [       OK ] cuda.workgraph_fib (1395 ms)
4: [ RUN      ] cuda.resize_realloc_no_init
4: [       OK ] cuda.resize_realloc_no_init (0 ms)
4: [ RUN      ] cuda.resize_realloc_no_alloc
4: [       OK ] cuda.resize_realloc_no_alloc (0 ms)
4: [ RUN      ] cuda.realloc_exec_space
4: [       OK ] cuda.realloc_exec_space (0 ms)
4: [ RUN      ] cuda.view_alloc
4: [       OK ] cuda.view_alloc (0 ms)
4: [ RUN      ] cuda.view_alloc_exec_space
4: [       OK ] cuda.view_alloc_exec_space (0 ms)
4: [ RUN      ] cuda.view_alloc_int
4: [       OK ] cuda.view_alloc_int (0 ms)
4: [ RUN      ] cuda.view_alloc_exec_space_int
4: [       OK ] cuda.view_alloc_exec_space_int (0 ms)
4: [ RUN      ] cuda.deep_copy_zero_memset
4: [       OK ] cuda.deep_copy_zero_memset (0 ms)
4: [ RUN      ] cuda.resize_exec_space
4: [       OK ] cuda.resize_exec_space (0 ms)
4: [ RUN      ] cuda.view_allocation_int
4: [       OK ] cuda.view_allocation_int (0 ms)
4: [ RUN      ] cuda.view_allocation_exec_space_int
4: [       OK ] cuda.view_allocation_exec_space_int (0 ms)
4: [ RUN      ] cuda.view_not_default_constructible
4: [       OK ] cuda.view_not_default_constructible (0 ms)
4: [----------] 99 tests from cuda (7666 ms total)
4: 
4: [----------] 28 tests from cuda_uvm
4: [ RUN      ] cuda_uvm.view_subview_auto_1d_left
4: [       OK ] cuda_uvm.view_subview_auto_1d_left (6 ms)
4: [ RUN      ] cuda_uvm.view_subview_auto_1d_right
4: [       OK ] cuda_uvm.view_subview_auto_1d_right (5 ms)
4: [ RUN      ] cuda_uvm.view_subview_auto_1d_stride
4: [       OK ] cuda_uvm.view_subview_auto_1d_stride (5 ms)
4: [ RUN      ] cuda_uvm.view_subview_assign_strided
4: [       OK ] cuda_uvm.view_subview_assign_strided (4 ms)
4: [ RUN      ] cuda_uvm.view_subview_left_0
4: [       OK ] cuda_uvm.view_subview_left_0 (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_left_1
4: [       OK ] cuda_uvm.view_subview_left_1 (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_left_2
4: [       OK ] cuda_uvm.view_subview_left_2 (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_left_3
4: [       OK ] cuda_uvm.view_subview_left_3 (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_right_0
4: [       OK ] cuda_uvm.view_subview_right_0 (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_right_1
4: [       OK ] cuda_uvm.view_subview_right_1 (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_right_3
4: [       OK ] cuda_uvm.view_subview_right_3 (0 ms)
4: [ RUN      ] cuda_uvm.view_static_tests
4: [       OK ] cuda_uvm.view_static_tests (1 ms)
4: [ RUN      ] cuda_uvm.view_subview_layoutleft_to_layoutleft
4: [       OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (3 ms)
4: [ RUN      ] cuda_uvm.view_subview_layoutright_to_layoutright
4: [       OK ] cuda_uvm.view_subview_layoutright_to_layoutright (2 ms)
4: [ RUN      ] cuda_uvm.view_subview_1d_assign
4: [       OK ] cuda_uvm.view_subview_1d_assign (3 ms)
4: [ RUN      ] cuda_uvm.view_subview_1d_assign_atomic
4: [       OK ] cuda_uvm.view_subview_1d_assign_atomic (3 ms)
4: [ RUN      ] cuda_uvm.view_subview_1d_assign_randomaccess
4: [       OK ] cuda_uvm.view_subview_1d_assign_randomaccess (3 ms)
4: [ RUN      ] cuda_uvm.view_subview_2d_from_3d
4: [       OK ] cuda_uvm.view_subview_2d_from_3d (56 ms)
4: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_atomic
4: [       OK ] cuda_uvm.view_subview_2d_from_3d_atomic (57 ms)
4: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_randomaccess
4: [       OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (56 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_left (143 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_atomic
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (142 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (142 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_right (141 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_atomic
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (143 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (140 ms)
4: [ RUN      ] cuda_uvm.view_test_unmanaged_subview_reset
4: [       OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_memory_traits_construction
4: [       OK ] cuda_uvm.view_subview_memory_traits_construction (0 ms)
4: [----------] 28 tests from cuda_uvm (1068 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 136 tests from 3 test suites ran. (206859 ms total)
4: [  PASSED  ] 132 tests.
4: [  SKIPPED ] 4 tests, listed below:
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_dyn
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_stat
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_mix
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_static_extents
 4/52 Test  #4: Kokkos_CoreUnitTest_Cuda2 ............................   Passed  207.85 sec
test 5
      Start  5: Kokkos_CoreUnitTest_Cuda3

5: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Cuda3
5: Test timeout computed to be: 1500
5: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
5:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
5:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
5:   For unit testing set OMP_PROC_BIND=false
5: 
5: [==========] Running 62 tests from 3 test suites.
5: [----------] Global test environment set-up.
5: [----------] 6 tests from cuda
5: [ RUN      ] cuda.team_scratch_1_streams
 -- Testing 1-D histogram
Density 1D: 0.00024462 -0.999975 -7595.26 || 0.051031 0 77583 || 4.61062e+08 11377 || -1.04997e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.000733455 -0.170352 0.0227691 || 0.051031 1e+64 -1e+64
Test Scalar=bhalf
 -- Testing randomness properties
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_a.cpp.o
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_b.cpp.o
31: [       OK ] openmptarget.BinSortUnsignedKeyLayoutStrideValues (12310 ms)
31: [ RUN      ] openmptarget.NestedSort
31: [       OK ] openmptarget.NestedSort (37 ms)
31: [ RUN      ] openmptarget.NestedSortByKey
31: [       OK ] openmptarget.NestedSortByKey (101 ms)
31: [----------] 17 tests from openmptarget (14101 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 17 tests from 1 test suite ran. (14101 ms total)
31: [  PASSED  ] 17 tests.
31/51 Test #31: Kokkos_UnitTest_Sort .................................   Passed   14.18 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: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
32: Test timeout computed to be: 1500
32: [==========] Running 3 tests from 1 test suite.
32: [----------] Global test environment set-up.
32: [----------] 3 tests from openmptarget
32: [ RUN      ] openmptarget.Random_XorShift64
32: Test Seed:1726152970807099723
32: Test Scalar=int
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0 0.0243939 0.0030632 || 0.051031 2045 2408 || 2169.15 2222.06 || 42.3456 -0.160751
32:  -- Testing 3-D histogram
32: Density 3D: 0 -0.0140604 -5.37282e-05 || 0.051031 1e+64 -1e+64
32: Test Scalar=unsigned int
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0 0.00233047 0.00157692 || 0.051031 2050 2404 || 2216.9 2222.06 || 21.7994 -0.160751
32:  -- Testing 3-D histogram
32: Density 3D: 0 -0.0062872 7.02931e-05 || 0.051031 1e+64 -1e+64
32: Test Scalar=int64_t
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0 0.00587235 -0.00183829 || 0.051031 2052 2397 || 2209.09 2222.06 || -25.4126 -0.160751
32:  -- Testing 3-D histogram
32: Density 3D: 0 -0.000746523 0.00065766 || 0.051031 1e+64 -1e+64
32: Test Scalar=uint64_t
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0 -0.00503509 -0.00212454 || 0.051031 2035 2403 || 2233.31 2222.06 || -29.3696 -0.160751
32:  -- Testing 3-D histogram
32: Density 3D: 0 -0.0118974 0.000584221 || 0.051031 1e+64 -1e+64
32: Test Scalar=half
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 1.30208e-07 -0.00267956 0.000792374 || 0.051031 2057 2460 || 2228.03 2222.06 || 10.9538 -0.160751
32:  -- Testing 3-D histogram
32: Density 3D: 3.90625e-07 0.0056962 0.00010962 || 0.051031 1e+64 -1e+64
32: Test Scalar=bhalf
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 3.25521e-08 0.01374 0.00322336 || 0.051031 2042 2392 || 2191.94 2222.06 || 44.5597 -0.160751
32:  -- Testing 3-D histogram
32: Density 3D: 9.76563e-08 -0.00404171 0.00033567 || 0.051031 1e+64 -1e+64
32: Test Scalar=float
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 3.25521e-08 -0.00815359 0.000799564 || 0.051031 2037 2402 || 2240.33 2222.06 || 11.0532 -0.160751
32:  -- Testing 3-D histogram
32: Density 3D: 9.76563e-08 0.0018714 2.10341e-05 || 0.051031 1e+64 -1e+64
32: Test Scalar=double
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0 0.00650562 -0.00146073 || 0.051031 2043 2403 || 2207.7 2222.06 || -20.1931 -0.160751
32:  -- Testing 3-D histogram
32: Density 3D: 0 0.0198458 -6.46519e-05 || 0.051031 1e+64 -1e+64
32: Test Seed:1726152970875367758
32: Test Scalar=int
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0 -0.00843682 -0.000340992 || 0.051031 2026 2434 || 2240.97 2222.06 || -4.71387 -0.160751
32:  -- Testing 3-D histogram
32: Density 3D: 0 -0.00885336 4.08826e-05 || 0.051031 1e+64 -1e+64
32: Test Scalar=unsigned int
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0 0.0237262 -1.10222e-05 || 0.051031 2036 2419 || 2170.56 2222.06 || -0.152371 -0.160751
32:  -- Testing 3-D histogram
32: Density 3D: 0 0.0233736 0.000147184 || 0.051031 1e+64 -1e+64
32: Test Scalar=int64_t
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0 -0.00758822 0.00246017 || 0.051031 2055 2413 || 2239.05 2222.06 || 34.0094 -0.160751
32:  -- Testing 3-D histogram
32: Density 3D: 0 0.00217268 0.00030708 || 0.051031 1e+64 -1e+64
32: Test Scalar=uint64_t
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0 -0.028375 0.000160386 || 0.051031 2040 2399 || 2286.95 2222.06 || 2.21718 -0.160751
32:  -- Testing 3-D histogram
32: Density 3D: 0 -0.00102632 -2.00126e-05 || 0.051031 1e+64 -1e+64
32: Test Scalar=half
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 6.51042e-08 -0.00985384 -0.000848549 || 0.051031 2016 2429 || 2244.18 2222.06 || -11.7303 -0.160751
32:  -- Testing 3-D histogram
32: Density 3D: 1.95313e-07 -0.0124771 -0.000544543 || 0.051031 1e+64 -1e+64
32: Test Scalar=bhalf
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0 0.00318962 -0.0011783 || 0.051031 2036 2405 || 2215 2222.06 || -16.2888 -0.160751
32:  -- Testing 3-D histogram
32: Density 3D: 0 0.00483518 0.000154105 || 0.051031 1e+64 -1e+64
32: Test Scalar=float
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0 0.00535569 0.000154891 || 0.051031 2012 2401 || 2210.22 2222.06 || 2.14122 -0.160751
32:  -- Testing 3-D histogram
32: Density 3D: 0 -0.00219801 -0.000195901 || 0.051031 1e+64 -1e+64
32: Test Scalar=double
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 0 0.013996 0.00143754 || 0.051031 2055 2438 || 2191.39 2222.06 || 19.8725 -0.160751
32:  -- Testing 3-D histogram
32: Density 3D: 0 0.0230164 -0.000154206 || 0.051031 1e+64 -1e+64
32: [       OK ] openmptarget.Random_XorShift64 (233 ms)
32: [ RUN      ] openmptarget.Random_XorShift1024_0
32: Test Seed:1726152970943986242
32: Test Scalar=int
32:  -- Testing randomness properties
32: /var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests/TestRandom.hpp:286: Failure
32: Expected: (std::abs(mean_eps)) < (tolerance), actual: 0.000506164 vs 0.000502704
32:  -- Testing 1-D histogram
32: Density 1D: 7.26597e-05 0.00648632 0.000853877 || 0.051031 2006 2365 || 2184.06 2198.22 || 11.804 -0.159026
32:  -- Testing 3-D histogram
32: Density 3D: 7.26597e-05 0.00468721 -7.87531e-05 || 0.051031 1e+64 -1e+64
32: Test Scalar=unsigned int
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 7.26597e-05 -0.00687029 0.000838476 || 0.051031 2035 2383 || 2213.43 2198.22 || 11.5911 -0.159026
32:  -- Testing 3-D histogram
32: Density 3D: 7.26597e-05 -0.00534834 -9.07386e-05 || 0.051031 1e+64 -1e+64
32: Test Scalar=int64_t
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 7.26597e-05 0.000886642 0.00107359 || 0.051031 2003 2398 || 2196.28 2198.22 || 14.8413 -0.159026
32:  -- Testing 3-D histogram
32: Density 3D: 7.26597e-05 -0.0270444 1.33909e-05 || 0.051031 1e+64 -1e+64
32: Test Scalar=uint64_t
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 7.26597e-05 -0.020246 -0.00121613 || 0.051031 2033 2377 || 2243.65 2198.22 || -16.8118 -0.159026
32:  -- Testing 3-D histogram
32: Density 3D: 7.26597e-05 -0.0141343 -0.000116917 || 0.051031 1e+64 -1e+64
32: Test Scalar=half
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 7.26597e-05 -0.0165003 0.0011297 || 0.051031 2020 2365 || 2235.1 2198.22 || 15.617 -0.159026
32:  -- Testing 3-D histogram
32: Density 3D: 7.26597e-05 0.0173223 -0.000180965 || 0.051031 1e+64 -1e+64
32: Test Scalar=bhalf
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 7.27585e-05 -0.00383866 0.00179072 || 0.051031 2007 2380 || 2206.69 2198.22 || 24.7548 -0.159026
32:  -- Testing 3-D histogram
32: Density 3D: 7.29559e-05 -0.0213224 -0.000818722 || 0.051031 1e+64 -1e+64
32: Test Scalar=float
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 7.27255e-05 -0.00611814 0.000881282 || 0.051031 2022 2388 || 2211.75 2198.22 || 12.1828 -0.159026
32:  -- Testing 3-D histogram
32: Density 3D: 7.28572e-05 -0.00263701 0.00118869 || 0.051031 1e+64 -1e+64
32: Test Scalar=double
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 7.26597e-05 0.0195943 -0.000403705 || 0.051031 2010 2361 || 2155.98 2198.22 || -5.58082 -0.159026
32:  -- Testing 3-D histogram
32: Density 3D: 7.26597e-05 0.00481717 -0.000431856 || 0.051031 1e+64 -1e+64
32: Test Seed:1726152971037222649
32: Test Scalar=int
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 7.26597e-05 -0.0105088 0.000418666 || 0.051031 2030 2403 || 2221.57 2198.22 || 5.78764 -0.159026
32:  -- Testing 3-D histogram
32: Density 3D: 7.26597e-05 -0.010729 0.000601098 || 0.051031 1e+64 -1e+64
32: Test Scalar=unsigned int
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 7.26597e-05 -0.0048179 0.00304897 || 0.051031 2032 2375 || 2208.87 2198.22 || 42.149 -0.159026
32:  -- Testing 3-D histogram
32: Density 3D: 7.26597e-05 0.0105818 0.000663792 || 0.051031 1e+64 -1e+64
32: Test Scalar=int64_t
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 7.26597e-05 -0.0112931 0.000791882 || 0.051031 2012 2414 || 2223.33 2198.22 || 10.947 -0.159026
32:  -- Testing 3-D histogram
32: Density 3D: 7.26597e-05 0.00452601 -5.97524e-05 || 0.051031 1e+64 -1e+64
32: Test Scalar=uint64_t
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 7.26597e-05 -0.0181354 -0.00214309 || 0.051031 2031 2371 || 2238.82 2198.22 || -29.6261 -0.159026
32:  -- Testing 3-D histogram
32: Density 3D: 7.26597e-05 0.0174993 0.000439735 || 0.051031 1e+64 -1e+64
32: Test Scalar=half
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 7.26597e-05 0.0081441 -0.00157952 || 0.051031 2028 2378 || 2180.46 2198.22 || -21.8353 -0.159026
32:  -- Testing 3-D histogram
32: Density 3D: 7.26597e-05 0.00570208 0.000548811 || 0.051031 1e+64 -1e+64
32: Test Scalar=bhalf
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 7.26926e-05 0.00370212 -0.0015226 || 0.051031 2024 2372 || 2190.11 2198.22 || -21.0485 -0.159026
32:  -- Testing 3-D histogram
32: Density 3D: 7.27585e-05 0.0167816 0.000692489 || 0.051031 1e+64 -1e+64
32: Test Scalar=float
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 7.26926e-05 0.00628262 0.00027585 || 0.051031 2015 2372 || 2184.5 2198.22 || 3.81335 -0.159026
32:  -- Testing 3-D histogram
32: Density 3D: 7.27585e-05 -0.0183249 9.19819e-05 || 0.051031 1e+64 -1e+64
32: Test Scalar=double
32:  -- Testing randomness properties
32:  -- Testing 1-D histogram
32: Density 1D: 7.26597e-05 -0.00318201 -0.000270041 || 0.051031 2028 2401 || 2205.24 2198.22 || -3.73304 -0.159026
32:  -- Testing 3-D histogram
32: Density 3D: 7.26597e-05 0.00675121 9.07174e-05 || 0.051031 1e+64 -1e+64
32: [  FAILED  ] openmptarget.Random_XorShift1024_0 (210 ms)
32: [ RUN      ] openmptarget.Multi_streams
32: /var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests/TestRandom.hpp:587: Skipped
32: Libomptarget error
32: [  SKIPPED ] openmptarget.Multi_streams (0 ms)
32: [----------] 3 tests from openmptarget (443 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 3 tests from 1 test suite ran. (443 ms total)
32: [  PASSED  ] 1 test.
32: [  SKIPPED ] 1 test, listed below:
32: [  SKIPPED ] openmptarget.Multi_streams
32: [  FAILED  ] 1 test, listed below:
32: [  FAILED  ] openmptarget.Random_XorShift1024_0
32: 
32:  1 FAILED TEST
32/51 Test #32: Kokkos_UnitTest_Random ...............................***Failed  Error regular expression found in output. Regex=[  FAILED  ]  0.52 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: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
33: Test timeout computed to be: 1500
33: [==========] Running 16 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: [----------] 2 tests from std_algorithms
33: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
33: [       OK ] std_algorithms.is_admissible_to_std_algorithms (76 ms)
33: [ RUN      ] std_algorithms.expect_no_overlap
33: [       OK ] std_algorithms.expect_no_overlap (0 ms)
33: [----------] 2 tests from std_algorithms (77 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 (0 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 (1 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 (1 ms)
33: [ RUN      ] random_access_iterator_test.operatorsSet2
33: [       OK ] random_access_iterator_test.operatorsSet2 (1 ms)
33: [ RUN      ] random_access_iterator_test.operatorsSet3
33: [       OK ] random_access_iterator_test.operatorsSet3 (1 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 (7 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 16 tests from 3 test suites ran. (84 ms total)
33: [  PASSED  ] 16 tests.
33/51 Test #33: Kokkos_AlgorithmsUnitTest_StdSet_A ...................   Passed    0.15 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: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
34: Test timeout computed to be: 1500
34: [==========] Running 6 tests from 1 test suite.
34: [----------] Global test environment set-up.
34: [----------] 6 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 (82 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 (16 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 (16 ms)
34: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_empty_range
34: [       OK ] std_algorithms_min_max_element_test.minmax_element_empty_range (0 ms)
34: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data
34: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data (24 ms)
34: [----------] 6 tests from std_algorithms_min_max_element_test (141 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 6 tests from 1 test suite ran. (141 ms total)
34: [  PASSED  ] 6 tests.
34/51 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_B ...................   Passed    0.21 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: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
35: Test timeout computed to be: 1500
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 (0 ms)
35: [----------] 1 test from std_algorithms_lexicographical_compare_test (0 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 (277 ms)
35: [----------] 1 test from std_algorithms_for_each_test (277 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 (117 ms)
35: [----------] 1 test from std_algorithms_find_test (117 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 (834 ms)
35: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
35: [       OK ] std_algorithms_non_mod_seq_ops.find_end (1458 ms)
35: [ RUN      ] std_algorithms_non_mod_seq_ops.search
[ 55%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_c.cpp.o
35: [       OK ] std_algorithms_non_mod_seq_ops.search (972 ms)
35: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
[ 56%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_d.cpp.o
35: [       OK ] std_algorithms_non_mod_seq_ops.search_n (929 ms)
35: [----------] 4 tests from std_algorithms_non_mod_seq_ops (4195 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 (137 ms)
35: [----------] 1 test from std_algorithms_count_test (138 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 (41 ms)
35: [----------] 1 test from std_algorithms_equal_test (41 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 (123 ms)
35: [----------] 1 test from std_algorithms_all_any_none_of_test (123 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 (154 ms)
35: [----------] 1 test from std_algorithms_nonmod_seq_ops (154 ms total)
35: 
35: [----------] 1 test from std_algorithms_mismatch_test
35: [ RUN      ] std_algorithms_mismatch_test.test
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
35: [       OK ] std_algorithms_mismatch_test.test (276 ms)
35: [----------] 1 test from std_algorithms_mismatch_test (276 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 (85 ms)
35: [----------] 1 test from std_algorithms_mod_seq_ops (85 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 13 tests from 10 test suites ran. (5409 ms total)
35: [  PASSED  ] 13 tests.
35/51 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_C ...................   Passed    5.49 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: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
36: Test timeout computed to be: 1500
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 (97 ms)
36: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
36: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (1 ms)
36: [----------] 3 tests from std_algorithms_mod_ops_test (98 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 (0 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 (1 ms)
36: [----------] 12 tests from std_algorithms_mod_seq_ops_test (9 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 (59 ms)
36: [ RUN      ] std_algorithms_replace_ops_test.replace_if
36: [       OK ] std_algorithms_replace_ops_test.replace_if (221 ms)
36: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
36: [       OK ] std_algorithms_replace_ops_test.replace_copy (101 ms)
36: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
36: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (84 ms)
36: [----------] 4 tests from std_algorithms_replace_ops_test (466 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 (73 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.unique
36: [       OK ] std_algorithms_mod_seq_ops.unique (399 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
36: [       OK ] std_algorithms_mod_seq_ops.unique_copy (158 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.remove
36: [       OK ] std_algorithms_mod_seq_ops.remove (113 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
36: [       OK ] std_algorithms_mod_seq_ops.remove_if (115 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
36: [       OK ] std_algorithms_mod_seq_ops.remove_copy (276 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
36: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (111 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.rotate
36: [       OK ] std_algorithms_mod_seq_ops.rotate (1514 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
36: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (537 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_c.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reducers_e.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c08.cpp.o
36: [       OK ] std_algorithms_mod_seq_ops.shift_left (1534 ms)
36: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
36: [       OK ] std_algorithms_mod_seq_ops.shift_right (1488 ms)
36: [----------] 11 tests from std_algorithms_mod_seq_ops (6325 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 (82 ms)
36: [----------] 1 test from std_algorithms_modseq_test (82 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 31 tests from 5 test suites ran. (6981 ms total)
36: [  PASSED  ] 31 tests.
36/51 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_D ...................   Passed    7.06 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: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
37: Test timeout computed to be: 1500
37: [==========] Running 15 tests from 6 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 (108 ms)
37: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
37: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (20 ms)
37: [----------] 2 tests from std_algorithms_sorting_ops_test (129 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 (3 ms)
37: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
37: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (3 ms)
37: [ RUN      ] std_algorithms_partitioning_test.partition_point
37: [       OK ] std_algorithms_partitioning_test.partition_point (3 ms)
37: [----------] 4 tests from std_algorithms_partitioning_test (9 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 (73 ms)
37: [----------] 1 test from std_algorithms_partitioning_ops (73 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 (128 ms)
37: [----------] 1 test from std_algorithms_numerics_ops_test (128 ms total)
37: 
37: [----------] 6 tests from std_algorithms_numeric_ops_test
37: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
37: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (1013 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 (350 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_functor
37: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 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: [----------] 6 tests from std_algorithms_numeric_ops_test (1363 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 (58 ms)
37: [----------] 1 test from std_algorithms_transform_ops_test (58 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 15 tests from 6 test suites ran. (1763 ms total)
37: [  PASSED  ] 15 tests.
37/51 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_E ...................   Passed    1.89 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: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
38: Test timeout computed to be: 1500
38: [==========] Running 5 tests from 4 test suites.
38: [----------] Global test environment set-up.
38: [----------] 2 tests from std_algorithms_count_team_test
38: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
29: Test_Atomic<double>/100000/iterations:10                       12.2 s          12.1 s            10          1            8     20.0474        1.43879m      896.3u     4.99995G           51.71k     4.99995G
29/53 Test #29: Kokkos_PerformanceTest_Atomic ........................   Passed  591.48 sec
test 30
      Start 30: Kokkos_ContainersUnitTest_Serial

30: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial
30: Test timeout computed to be: 1500
30: [==========] Running 66 tests from 1 test suite.
30: [----------] Global test environment set-up.
30: [----------] 66 tests from serial
30: [ RUN      ] serial.bitset
30: [       OK ] serial.bitset (1112 ms)
30: [ RUN      ] serial.bitset_default_constructor_no_alloc
30: [       OK ] serial.bitset_default_constructor_no_alloc (0 ms)
30: [ RUN      ] serial.dualview_combination
30: [       OK ] serial.dualview_combination (0 ms)
30: [ RUN      ] serial.dualview_alloc
30: [       OK ] serial.dualview_alloc (0 ms)
30: [ RUN      ] serial.test_dualview_copy_construction_and_assignment
30: [       OK ] serial.test_dualview_copy_construction_and_assignment (0 ms)
30: [ RUN      ] serial.dualview_combinations_without_init
30: [       OK ] serial.dualview_combinations_without_init (0 ms)
30: [ RUN      ] serial.dualview_deep_copy
30: [       OK ] serial.dualview_deep_copy (0 ms)
30: [ RUN      ] serial.dualview_realloc
30: [       OK ] serial.dualview_realloc (0 ms)
30: [ RUN      ] serial.dualview_resize
30: [       OK ] serial.dualview_resize (0 ms)
30: [ RUN      ] serial.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 ] serial.dualview_device_correct_kokkos_device (0 ms)
30: [ RUN      ] serial.dualview_host_correct_kokkos_device
30: [       OK ] serial.dualview_host_correct_kokkos_device (0 ms)
30: [ RUN      ] serial.dualview_host_modify_template_device_sync
30: [       OK ] serial.dualview_host_modify_template_device_sync (0 ms)
30: [ RUN      ] serial.dualview_host_modify_template_device_execspace_sync
30: [       OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms)
30: [ RUN      ] serial.dualview_device_modify_template_host_sync
30: [       OK ] serial.dualview_device_modify_template_host_sync (0 ms)
30: [ RUN      ] serial.dualview_device_modify_template_host_execspace_sync
30: [       OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms)
30: [ RUN      ] serial.dualview_template_views_return_correct_executionspace_views
30: [       OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms)
30: [ RUN      ] serial.dualview_template_views_return_correct_views_from_const_dual_view
30: [       OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
30: [ RUN      ] serial.dynamic_view
30: [       OK ] serial.dynamic_view (5 ms)
30: [ RUN      ] serial.dyn_rank_view_api_generic
30: [       OK ] serial.dyn_rank_view_api_generic (4 ms)
30: [ RUN      ] serial.dyn_rank_view_api_operator_rank12345
30: [       OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms)
30: [ RUN      ] serial.dyn_rank_view_check_fence_resize_realloc
30: /var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
30: skipping since not default execution space
30: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms)
30: [ RUN      ] serial.dyn_rank_view_api_operator_rank67
30: [       OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms)
30: [ RUN      ] serial.ErrorReporterViaLambda
30: [       OK ] serial.ErrorReporterViaLambda (0 ms)
30: [ RUN      ] serial.ErrorReporter
30: [       OK ] serial.ErrorReporter (0 ms)
30: [ RUN      ] serial.offsetview_construction
30: [       OK ] serial.offsetview_construction (11 ms)
30: [ RUN      ] serial.offsetview_unmanaged_construction
30: [       OK ] serial.offsetview_unmanaged_construction (0 ms)
30: [ RUN      ] serial.offsetview_subview
30: [       OK ] serial.offsetview_subview (3 ms)
30: [ RUN      ] serial.offsetview_offsets_rank1
30: [       OK ] serial.offsetview_offsets_rank1 (0 ms)
30: [ RUN      ] serial.offsetview_offsets_rank2
30: [       OK ] serial.offsetview_offsets_rank2 (0 ms)
30: [ RUN      ] serial.offsetview_offsets_rank3
30: [       OK ] serial.offsetview_offsets_rank3 (0 ms)
30: [ RUN      ] serial.scatterview
30: [       OK ] serial.scatterview (951 ms)
30: [ RUN      ] serial.scatterview_devicetype
30: [       OK ] serial.scatterview_devicetype (0 ms)
30: [ RUN      ] serial.staticcrsgraph
30: [       OK ] serial.staticcrsgraph (9 ms)
30: [ RUN      ] serial.resize_realloc_no_init_dualview
30: [       OK ] serial.resize_realloc_no_init_dualview (0 ms)
30: [ RUN      ] serial.resize_realloc_no_alloc_dualview
30: [       OK ] serial.resize_realloc_no_alloc_dualview (0 ms)
30: [ RUN      ] serial.resize_exec_space_dualview
30: [       OK ] serial.resize_exec_space_dualview (0 ms)
30: [ RUN      ] serial.realloc_exec_space_dualview
30: [       OK ] serial.realloc_exec_space_dualview (0 ms)
30: [ RUN      ] serial.resize_realloc_no_init_dynrankview
30: [       OK ] serial.resize_realloc_no_init_dynrankview (0 ms)
30: [ RUN      ] serial.resize_exec_space_dynrankview
30: [       OK ] serial.resize_exec_space_dynrankview (0 ms)
30: [ RUN      ] serial.realloc_exec_space_dynrankview
30: [       OK ] serial.realloc_exec_space_dynrankview (0 ms)
30: [ RUN      ] serial.resize_realloc_no_init_scatterview
30: [       OK ] serial.resize_realloc_no_init_scatterview (0 ms)
30: [ RUN      ] serial.resize_realloc_no_alloc_scatterview
30: [       OK ] serial.resize_realloc_no_alloc_scatterview (0 ms)
30: [ RUN      ] serial.resize_exec_space_scatterview
30: [       OK ] serial.resize_exec_space_scatterview (0 ms)
30: [ RUN      ] serial.realloc_exec_space_scatterview
30: [       OK ] serial.realloc_exec_space_scatterview (0 ms)
30: [ RUN      ] serial.create_mirror_no_init_dynrankview
30: [       OK ] serial.create_mirror_no_init_dynrankview (0 ms)
30: [ RUN      ] serial.create_mirror_no_init_dynrankview_viewctor
30: [       OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms)
30: [ RUN      ] serial.create_mirror_view_and_copy_dynrankview
30: [       OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms)
30: [ RUN      ] serial.create_mirror_no_init_offsetview
30: [       OK ] serial.create_mirror_no_init_offsetview (0 ms)
30: [ RUN      ] serial.create_mirror_no_init_offsetview_view_ctor
30: [       OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms)
30: [ RUN      ] serial.create_mirror_view_and_copy_offsetview
30: [       OK ] serial.create_mirror_view_and_copy_offsetview (0 ms)
30: [ RUN      ] serial.create_mirror_no_init_dynamicview
30: [       OK ] serial.create_mirror_no_init_dynamicview (0 ms)
30: [ RUN      ] serial.create_mirror_view_and_copy_dynamicview
30: [       OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms)
30: [ RUN      ] serial.create_mirror_no_init_dynamicview_view_ctor
30: [       OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms)
30: [ RUN      ] serial.UnorderedMap_insert
30: [       OK ] serial.UnorderedMap_insert (3988 ms)
30: [ RUN      ] serial.UnorderedMap_failed_insert
30: [       OK ] serial.UnorderedMap_failed_insert (1872 ms)
30: [ RUN      ] serial.UnorderedMap_deep_copy
30: [       OK ] serial.UnorderedMap_deep_copy (2 ms)
30: [ RUN      ] serial.UnorderedMap_valid_empty
30: [       OK ] serial.UnorderedMap_valid_empty (0 ms)
30: [ RUN      ] serial.UnorderedMap_clear_zero_size
30: [       OK ] serial.UnorderedMap_clear_zero_size (0 ms)
30: [ RUN      ] serial.UnorderedMap_consistent_size
30: [       OK ] serial.UnorderedMap_consistent_size (0 ms)
30: [ RUN      ] serial.UnorderedMap_shallow_copyable_on_device
30: [       OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms)
30: [ RUN      ] serial.UnorderedMap_lambda_capturable
30: [       OK ] serial.UnorderedMap_lambda_capturable (0 ms)
30: [ RUN      ] serial.UnorderedMap_constructor_view_alloc
30: [       OK ] serial.UnorderedMap_constructor_view_alloc (0 ms)
30: [ RUN      ] serial.vector_combination
30: [       OK ] serial.vector_combination (0 ms)
30: [ RUN      ] serial.vector_insert
30: [       OK ] serial.vector_insert (0 ms)
30: [ RUN      ] serial.vector_push_back_default_exec
30: [       OK ] serial.vector_push_back_default_exec (0 ms)
30: [ RUN      ] serial.viewctorprop_embedded_dim
30: [       OK ] serial.viewctorprop_embedded_dim (0 ms)
30: [----------] 66 tests from serial (7967 ms total)
30: 
30: [----------] Global test environment tear-down
30: [==========] 66 tests from 1 test suite ran. (7967 ms total)
30: [  PASSED  ] 65 tests.
30: [  SKIPPED ] 1 test, listed below:
30: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc
30/53 Test #30: Kokkos_ContainersUnitTest_Serial .....................   Passed    8.44 sec
test 31
      Start 31: Kokkos_ContainersUnitTest_HIP

31: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/containers/unit_tests/Kokkos_ContainersUnitTest_HIP
31: Test timeout computed to be: 1500
31: [==========] Running 66 tests from 1 test suite.
31: [----------] Global test environment set-up.
31: [----------] 66 tests from hip
31: [ RUN      ] hip.bitset
31: [       OK ] hip.bitset (17 ms)
31: [ RUN      ] hip.bitset_default_constructor_no_alloc
31: [       OK ] hip.bitset_default_constructor_no_alloc (0 ms)
31: [ RUN      ] hip.dualview_combination
31: [       OK ] hip.dualview_combination (4 ms)
31: [ RUN      ] hip.dualview_alloc
31: [       OK ] hip.dualview_alloc (0 ms)
31: [ RUN      ] hip.test_dualview_copy_construction_and_assignment
31: [       OK ] hip.test_dualview_copy_construction_and_assignment (0 ms)
31: [ RUN      ] hip.dualview_combinations_without_init
31: [       OK ] hip.dualview_combinations_without_init (0 ms)
31: [ RUN      ] hip.dualview_deep_copy
31: [       OK ] hip.dualview_deep_copy (1 ms)
31: [ RUN      ] hip.dualview_realloc
31: [       OK ] hip.dualview_realloc (0 ms)
31: [ RUN      ] hip.dualview_resize
31: [       OK ] hip.dualview_resize (0 ms)
31: [ RUN      ] hip.dualview_device_correct_kokkos_device
31: 
31: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
31:                                  does not support page migration between device and host.
31:                                  HIPManagedSpace might not work as expected.
31:                                  Please refer to the ROCm documentation on unified/managed memory.
31: [       OK ] hip.dualview_device_correct_kokkos_device (0 ms)
31: [ RUN      ] hip.dualview_host_correct_kokkos_device
31: [       OK ] hip.dualview_host_correct_kokkos_device (0 ms)
31: [ RUN      ] hip.dualview_host_modify_template_device_sync
31: [       OK ] hip.dualview_host_modify_template_device_sync (0 ms)
31: [ RUN      ] hip.dualview_host_modify_template_device_execspace_sync
31: [       OK ] hip.dualview_host_modify_template_device_execspace_sync (0 ms)
31: [ RUN      ] hip.dualview_device_modify_template_host_sync
31: [       OK ] hip.dualview_device_modify_template_host_sync (0 ms)
31: [ RUN      ] hip.dualview_device_modify_template_host_execspace_sync
31: [       OK ] hip.dualview_device_modify_template_host_execspace_sync (0 ms)
31: [ RUN      ] hip.dualview_template_views_return_correct_executionspace_views
31: [       OK ] hip.dualview_template_views_return_correct_executionspace_views (0 ms)
31: [ RUN      ] hip.dualview_template_views_return_correct_views_from_const_dual_view
31: [       OK ] hip.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
31: [ RUN      ] hip.dynamic_view
31: [       OK ] hip.dynamic_view (15 ms)
31: [ RUN      ] hip.dyn_rank_view_api_generic
31: [       OK ] hip.dyn_rank_view_api_generic (14 ms)
31: [ RUN      ] hip.dyn_rank_view_api_operator_rank12345
31: [       OK ] hip.dyn_rank_view_api_operator_rank12345 (1 ms)
31: [ RUN      ] hip.dyn_rank_view_check_fence_resize_realloc
31: [       OK ] hip.dyn_rank_view_check_fence_resize_realloc (0 ms)
31: [ RUN      ] hip.dyn_rank_view_api_operator_rank67
31: [       OK ] hip.dyn_rank_view_api_operator_rank67 (1 ms)
31: [ RUN      ] hip.ErrorReporterViaLambda
31: [       OK ] hip.ErrorReporterViaLambda (1 ms)
31: [ RUN      ] hip.ErrorReporter
31: [       OK ] hip.ErrorReporter (0 ms)
31: [ RUN      ] hip.offsetview_construction
31: [       OK ] hip.offsetview_construction (2 ms)
31: [ RUN      ] hip.offsetview_unmanaged_construction
31: [       OK ] hip.offsetview_unmanaged_construction (0 ms)
31: [ RUN      ] hip.offsetview_subview
31: [       OK ] hip.offsetview_subview (0 ms)
31: [ RUN      ] hip.offsetview_offsets_rank1
31: [       OK ] hip.offsetview_offsets_rank1 (0 ms)
31: [ RUN      ] hip.offsetview_offsets_rank2
31: [       OK ] hip.offsetview_offsets_rank2 (0 ms)
31: [ RUN      ] hip.offsetview_offsets_rank3
31: [       OK ] hip.offsetview_offsets_rank3 (0 ms)
31: [ RUN      ] hip.scatterview
38: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (1129 ms)
38: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
38: [       OK ] std_algorithms_count_team_test.count_returns_zero (554 ms)
38: [----------] 2 tests from std_algorithms_count_team_test (1684 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 (654 ms)
38: [----------] 1 test from std_algorithms_count_if_team_test (654 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 (812 ms)
38: [----------] 1 test from std_algorithms_for_each_team_test (813 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 (774 ms)
38: [----------] 1 test from std_algorithms_for_each_n_team_test (774 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 5 tests from 4 test suites ran. (3926 ms total)
38: [  PASSED  ] 5 tests.
38/51 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ..............   Passed    4.00 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: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
39: Test timeout computed to be: 1500
39: [==========] Running 2 tests from 1 test suite.
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
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 57%] 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_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
39: [       OK ] std_algorithms_equal_team_test.views_are_equal (4154 ms)
39: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/sycl/TestNestedSort.cpp.o
39: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (3493 ms)
39: [----------] 2 tests from std_algorithms_equal_team_test (7647 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 2 tests from 1 test suite ran. (7648 ms total)
39: [  PASSED  ] 2 tests.
39/51 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ..............   Passed    7.72 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: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
40: Test timeout computed to be: 1500
40: [==========] Running 0 tests from 0 test suites.
40: [==========] 0 tests from 0 test suites ran. (0 ms total)
40: [  PASSED  ] 0 tests.
40/51 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ..............   Passed    0.04 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: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
41: Test timeout computed to be: 1500
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 (0 ms)
41: [----------] 1 test from std_algorithms_min_element_team_test (0 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 (0 ms)
41: [----------] 1 test from std_algorithms_max_element_team_test (0 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 (0 ms)
41: [----------] 1 test from std_algorithms_minmax_element_team_test (0 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 3 tests from 3 test suites ran. (0 ms total)
41: [  PASSED  ] 3 tests.
41/51 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ..............   Passed    0.04 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: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
42: Test timeout computed to be: 1500
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 (718 ms)
42: [----------] 1 test from std_algorithms_fill_team_test (718 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 (2031 ms)
42: [----------] 1 test from std_algorithms_fill_n_team_test (2031 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 (763 ms)
42: [----------] 1 test from std_algorithms_replace_team_test (763 ms total)
42: 
42: [----------] 1 test from std_algorithms_replace_if_team_test
42: [ RUN      ] std_algorithms_replace_if_team_test.test
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Reductions_DeviceView.cpp.o
42: [       OK ] std_algorithms_replace_if_team_test.test (952 ms)
42: [----------] 1 test from std_algorithms_replace_if_team_test (952 ms total)
42: 
42: [----------] 1 test from std_algorithms_replace_copy_team_test
42: [ RUN      ] std_algorithms_replace_copy_team_test.test
 -- Testing 1-D histogram
Density 1D: 0.00195971 -0.999997 -9107.98 || 0.051031 0 616986 || 4.51641e+09 11377 || -1.25909e+08 -0.823045
 -- Testing 3-D histogram
Density 3D: 0.00589003 -0.922815 1.62258 || 0.051031 1e+64 -1e+64
Test Scalar=float
 -- Testing randomness properties
42: [       OK ] std_algorithms_replace_copy_team_test.test (2028 ms)
42: [----------] 1 test from std_algorithms_replace_copy_team_test (2028 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 (1772 ms)
42: [----------] 1 test from std_algorithms_replace_copy_if_team_test (1772 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 6 tests from 6 test suites ran. (8267 ms total)
42: [  PASSED  ] 6 tests.
42/51 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ..............   Passed    8.34 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: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
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_reverse_team_test
43: [ RUN      ] std_algorithms_reverse_team_test.test
43: [       OK ] std_algorithms_reverse_team_test.test (753 ms)
43: [----------] 1 test from std_algorithms_reverse_team_test (753 ms total)
43: 
43: [----------] 1 test from std_algorithms_reverse_copy_team_test
43: [ RUN      ] std_algorithms_reverse_copy_team_test.test
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c09.cpp.o
43: [       OK ] std_algorithms_reverse_copy_team_test.test (1234 ms)
43: [----------] 1 test from std_algorithms_reverse_copy_team_test (1234 ms total)
43: 
43: [----------] 1 test from std_algorithms_rotate_team_test
43: [ RUN      ] std_algorithms_rotate_team_test.test
5: [       OK ] cuda.team_scratch_1_streams (38347 ms)
5: [ RUN      ] cuda.space_access
5: [       OK ] cuda.space_access (0 ms)
5: [ RUN      ] cuda.uvm
5: [       OK ] cuda.uvm (1 ms)
5: [ RUN      ] cuda.impl_view_accessible
5: [       OK ] cuda.impl_view_accessible (20 ms)
5: [ RUN      ] cuda.impl_view_texture
5: [       OK ] cuda.impl_view_texture (2 ms)
5: [ RUN      ] cuda.view_subview_const_randomaccess
5: [       OK ] cuda.view_subview_const_randomaccess (9 ms)
5: [----------] 6 tests from cuda (38380 ms total)
5: 
5: [----------] 28 tests from cuda_hostpinned
5: [ RUN      ] cuda_hostpinned.impl_shared_alloc
5: [       OK ] cuda_hostpinned.impl_shared_alloc (105 ms)
5: [ RUN      ] cuda_hostpinned.view_api_a
5: [       OK ] cuda_hostpinned.view_api_a (86 ms)
5: [ RUN      ] cuda_hostpinned.view_layout_left_with_stride
5: [       OK ] cuda_hostpinned.view_layout_left_with_stride (0 ms)
5: [ RUN      ] cuda_hostpinned.view_layout_right_with_stride
5: [       OK ] cuda_hostpinned.view_layout_right_with_stride (0 ms)
5: [ RUN      ] cuda_hostpinned.view_api_b
5: [       OK ] cuda_hostpinned.view_api_b (12 ms)
5: [ RUN      ] cuda_hostpinned.view_api_c
5: [       OK ] cuda_hostpinned.view_api_c (0 ms)
5: [ RUN      ] cuda_hostpinned.view_api_d
5: [       OK ] cuda_hostpinned.view_api_d (4 ms)
5: [ RUN      ] cuda_hostpinned.view_remap
5: [       OK ] cuda_hostpinned.view_remap (0 ms)
5: [ RUN      ] cuda_hostpinned.view_mirror_nonconst
5: [       OK ] cuda_hostpinned.view_mirror_nonconst (0 ms)
5: [ RUN      ] cuda_hostpinned.view_stride_method
5: [       OK ] cuda_hostpinned.view_stride_method (0 ms)
5: [ RUN      ] cuda_hostpinned.anonymous_space
5: [       OK ] cuda_hostpinned.anonymous_space (0 ms)
5: [ RUN      ] cuda_hostpinned.view_overload_resolution
5: [       OK ] cuda_hostpinned.view_overload_resolution (0 ms)
5: [ RUN      ] cuda_hostpinned.view_allocation_large_rank
 -- Testing 1-D histogram
Density 1D: 2.54313e-07 0.0155566 -0.00361266 || 0.051031 10930 11862 || 11202.7 11377 || -49.9414 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.67029e-07 0.0044295 -0.00168903 || 0.051031 1e+64 -1e+64
Test Scalar=double
 -- Testing randomness properties
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o
43: [       OK ] std_algorithms_rotate_team_test.test (2680 ms)
43: [----------] 1 test from std_algorithms_rotate_team_test (2680 ms total)
43: 
43: [----------] 1 test from std_algorithms_rotate_copy_team_test
43: [ RUN      ] std_algorithms_rotate_copy_team_test.test
31: [       OK ] hip.scatterview (29679 ms)
31: [ RUN      ] hip.scatterview_devicetype
5: [       OK ] cuda_hostpinned.view_allocation_large_rank (4318 ms)
5: [ RUN      ] cuda_hostpinned.view_shmem_size_on_device
5: [       OK ] cuda_hostpinned.view_shmem_size_on_device (11 ms)
5: [ RUN      ] cuda_hostpinned.view_is_assignable
5: [       OK ] cuda_hostpinned.view_is_assignable (0 ms)
5: [ RUN      ] cuda_hostpinned.view_copy_tests
5: [       OK ] cuda_hostpinned.view_copy_tests (39 ms)
5: [ RUN      ] cuda_hostpinned.view_copy_tests_rank_0
5: [       OK ] cuda_hostpinned.view_copy_tests_rank_0 (1 ms)
5: [ RUN      ] cuda_hostpinned.view_copy_degenerated
5: [       OK ] cuda_hostpinned.view_copy_degenerated (0 ms)
5: [ RUN      ] cuda_hostpinned.view_fill_tests_layout_right
43: [       OK ] std_algorithms_rotate_copy_team_test.test (4372 ms)
43: [----------] 1 test from std_algorithms_rotate_copy_team_test (4372 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 4 tests from 4 test suites ran. (9041 ms total)
43: [  PASSED  ] 4 tests.
43/51 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ..............   Passed    9.11 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: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
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_move_team_test
44: [ RUN      ] std_algorithms_move_team_test.test
44: [       OK ] std_algorithms_move_team_test.test (1540 ms)
44: [----------] 1 test from std_algorithms_move_team_test (1540 ms total)
44: 
44: [----------] 1 test from std_algorithms_move_backward_team_test
44: [ RUN      ] std_algorithms_move_backward_team_test.test
 -- Testing 1-D histogram
Density 1D: 2.47955e-07 -0.0207305 -0.00547337 || 0.051031 10954 11799 || 11617.8 11377 || -75.6639 -0.823045
 -- Testing 3-D histogram
Density 3D: 2.47955e-07 0.00177074 -0.00197587 || 0.051031 1e+64 -1e+64
[       OK ] serial.Random_XorShift1024_0 (254463 ms)
[ RUN      ] serial.Multi_streams
[       OK ] serial.Multi_streams (0 ms)
[ RUN      ] serial.SortUnsignedValueType
44: [       OK ] std_algorithms_move_backward_team_test.test (1383 ms)
44: [----------] 1 test from std_algorithms_move_backward_team_test (1383 ms total)
44: 
44: [----------] 1 test from std_algorithms_shift_left_team_test
44: [ RUN      ] std_algorithms_shift_left_team_test.test
[       OK ] serial.SortUnsignedValueType (2376 ms)
[ RUN      ] serial.SortEmptyView
[       OK ] serial.SortEmptyView (0 ms)
[ RUN      ] serial.BinSortGenericTests
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
5: [       OK ] cuda_hostpinned.view_fill_tests_layout_right (6398 ms)
5: [ RUN      ] cuda_hostpinned.view_fill_tests_layout_left
44: [       OK ] std_algorithms_shift_left_team_test.test (4236 ms)
44: [----------] 1 test from std_algorithms_shift_left_team_test (4236 ms total)
44: 
44: [----------] 1 test from std_algorithms_shift_right_team_test
44: [ RUN      ] std_algorithms_shift_right_team_test.test
[       OK ] serial.BinSortGenericTests (4037 ms)
[ RUN      ] serial.BinSortEmptyView
[       OK ] serial.BinSortEmptyView (0 ms)
[ RUN      ] serial.BinSortEmptyKeysView
[       OK ] serial.BinSortEmptyKeysView (0 ms)
[ RUN      ] serial.BinSort_issue_7221
[       OK ] serial.BinSort_issue_7221 (0 ms)
[ RUN      ] serial.BinSortUnsignedKeyLayoutStrideValues
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
44: [       OK ] std_algorithms_shift_right_team_test.test (4082 ms)
44: [----------] 1 test from std_algorithms_shift_right_team_test (4082 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 4 tests from 4 test suites ran. (11243 ms total)
44: [  PASSED  ] 4 tests.
44/51 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ..............   Passed   11.32 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: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
45: Test timeout computed to be: 1500
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
5: [       OK ] cuda_hostpinned.view_fill_tests_layout_left (6085 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping
5: [       OK ] cuda_hostpinned.view_mapping (569 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping_operator
5: [       OK ] cuda_hostpinned.view_mapping_operator (15 ms)
5: [ RUN      ] cuda_hostpinned.static_extent
5: [       OK ] cuda_hostpinned.static_extent (0 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping_atomic
5: [       OK ] cuda_hostpinned.view_mapping_atomic (5 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping_class_value
5: [       OK ] cuda_hostpinned.view_mapping_class_value (0 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping_assignable
5: [       OK ] cuda_hostpinned.view_mapping_assignable (0 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping_trivially_copyable
5: [       OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping_subview
5: [       OK ] cuda_hostpinned.view_mapping_subview (1 ms)
5: [----------] 28 tests from cuda_hostpinned (17658 ms total)
5: 
5: [----------] 28 tests from cuda_uvm
5: [ RUN      ] cuda_uvm.impl_shared_alloc
5: [       OK ] cuda_uvm.impl_shared_alloc (137 ms)
5: [ RUN      ] cuda_uvm.view_api_a
5: [       OK ] cuda_uvm.view_api_a (119 ms)
5: [ RUN      ] cuda_uvm.view_layout_left_with_stride
5: [       OK ] cuda_uvm.view_layout_left_with_stride (0 ms)
5: [ RUN      ] cuda_uvm.view_layout_right_with_stride
5: [       OK ] cuda_uvm.view_layout_right_with_stride (0 ms)
5: [ RUN      ] cuda_uvm.view_api_b
5: [       OK ] cuda_uvm.view_api_b (21 ms)
5: [ RUN      ] cuda_uvm.view_api_c
5: [       OK ] cuda_uvm.view_api_c (0 ms)
5: [ RUN      ] cuda_uvm.view_api_d
5: [       OK ] cuda_uvm.view_api_d (5 ms)
5: [ RUN      ] cuda_uvm.view_remap
5: [       OK ] cuda_uvm.view_remap (1 ms)
5: [ RUN      ] cuda_uvm.view_mirror_nonconst
5: [       OK ] cuda_uvm.view_mirror_nonconst (0 ms)
5: [ RUN      ] cuda_uvm.view_stride_method
5: [       OK ] cuda_uvm.view_stride_method (0 ms)
5: [ RUN      ] cuda_uvm.anonymous_space
5: [       OK ] cuda_uvm.anonymous_space (0 ms)
5: [ RUN      ] cuda_uvm.view_overload_resolution
5: [       OK ] cuda_uvm.view_overload_resolution (11 ms)
5: [ RUN      ] cuda_uvm.view_allocation_large_rank
45: [       OK ] std_algorithms_copy_team_test.test (1666 ms)
45: [----------] 1 test from std_algorithms_copy_team_test (1666 ms total)
45: 
45: [----------] 1 test from std_algorithms_copy_n_team_test
45: [ RUN      ] std_algorithms_copy_n_team_test.test
5: [       OK ] cuda_uvm.view_allocation_large_rank (1138 ms)
5: [ RUN      ] cuda_uvm.view_shmem_size_on_device
5: [       OK ] cuda_uvm.view_shmem_size_on_device (0 ms)
5: [ RUN      ] cuda_uvm.view_is_assignable
5: [       OK ] cuda_uvm.view_is_assignable (8 ms)
5: [ RUN      ] cuda_uvm.view_copy_tests
5: [       OK ] cuda_uvm.view_copy_tests (176 ms)
5: [ RUN      ] cuda_uvm.view_copy_tests_rank_0
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o
5: [       OK ] cuda_uvm.view_copy_tests_rank_0 (67 ms)
5: [ RUN      ] cuda_uvm.view_copy_degenerated
5: [       OK ] cuda_uvm.view_copy_degenerated (0 ms)
5: [ RUN      ] cuda_uvm.view_fill_tests_layout_right
5: [       OK ] cuda_uvm.view_fill_tests_layout_right (276 ms)
5: [ RUN      ] cuda_uvm.view_fill_tests_layout_left
5: [       OK ] cuda_uvm.view_fill_tests_layout_left (269 ms)
5: [ RUN      ] cuda_uvm.view_mapping
5: [       OK ] cuda_uvm.view_mapping (602 ms)
5: [ RUN      ] cuda_uvm.view_mapping_operator
5: [       OK ] cuda_uvm.view_mapping_operator (17 ms)
5: [ RUN      ] cuda_uvm.static_extent
5: [       OK ] cuda_uvm.static_extent (0 ms)
5: [ RUN      ] cuda_uvm.view_mapping_atomic
5: [       OK ] cuda_uvm.view_mapping_atomic (0 ms)
5: [ RUN      ] cuda_uvm.view_mapping_class_value
5: [       OK ] cuda_uvm.view_mapping_class_value (0 ms)
5: [ RUN      ] cuda_uvm.view_mapping_assignable
5: [       OK ] cuda_uvm.view_mapping_assignable (0 ms)
5: [ RUN      ] cuda_uvm.view_mapping_trivially_copyable
5: [       OK ] cuda_uvm.view_mapping_trivially_copyable (0 ms)
5: [ RUN      ] cuda_uvm.view_mapping_subview
5: [       OK ] cuda_uvm.view_mapping_subview (0 ms)
5: [----------] 28 tests from cuda_uvm (2857 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 62 tests from 3 test suites ran. (58897 ms total)
5: [  PASSED  ] 62 tests.
 5/52 Test  #5: Kokkos_CoreUnitTest_Cuda3 ............................   Passed   59.41 sec
test 6
      Start  6: Kokkos_CoreUnitTest_CudaTimingBased

6: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CudaTimingBased
6: Test timeout computed to be: 1500
6: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
6:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
6:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
6:   For unit testing set OMP_PROC_BIND=false
6: 
6: [==========] Running 2 tests from 1 test suite.
6: [----------] Global test environment set-up.
6: [----------] 2 tests from cuda
6: [ RUN      ] cuda.debug_serial_execution
6: [       OK ] cuda.debug_serial_execution (14 ms)
6: [ RUN      ] cuda.debug_pin_um_to_host
6: [       OK ] cuda.debug_pin_um_to_host (1696 ms)
6: [----------] 2 tests from cuda (1710 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 2 tests from 1 test suite ran. (1710 ms total)
6: [  PASSED  ] 2 tests.
 6/52 Test  #6: Kokkos_CoreUnitTest_CudaTimingBased ..................   Passed    2.05 sec
test 7
      Start  7: Kokkos_CoreUnitTest_CudaInterOpInit

7: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpInit
7: Test timeout computed to be: 1500
7: [==========] Running 1 test from 1 test suite.
7: [----------] Global test environment set-up.
7: [----------] 1 test from cuda
7: [ RUN      ] cuda.raw_cuda_interop
7: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
7:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
7:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
7:   For unit testing set OMP_PROC_BIND=false
7: 
7: [       OK ] cuda.raw_cuda_interop (237 ms)
7: [----------] 1 test from cuda (237 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 1 test from 1 test suite ran. (237 ms total)
7: [  PASSED  ] 1 test.
 7/52 Test  #7: Kokkos_CoreUnitTest_CudaInterOpInit ..................   Passed    0.35 sec
test 8
      Start  8: Kokkos_CoreUnitTest_CudaInterOpStreams

8: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreams
8: Test timeout computed to be: 1500
45: [       OK ] std_algorithms_copy_n_team_test.test (3900 ms)
45: [----------] 1 test from std_algorithms_copy_n_team_test (3900 ms total)
45: 
45: [----------] 1 test from std_algorithms_copy_backward_team_test
45: [ RUN      ] std_algorithms_copy_backward_team_test.test
8: [==========] Running 1 test from 1 test suite.
8: [----------] Global test environment set-up.
8: [----------] 1 test from cuda
8: [ RUN      ] cuda.raw_cuda_streams
8: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
8:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
8:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
8:   For unit testing set OMP_PROC_BIND=false
8: 
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c10.cpp.o
8: [       OK ] cuda.raw_cuda_streams (221 ms)
8: [----------] 1 test from cuda (221 ms total)
8: 
8: [----------] Global test environment tear-down
8: [==========] 1 test from 1 test suite ran. (221 ms total)
8: [  PASSED  ] 1 test.
 8/52 Test  #8: Kokkos_CoreUnitTest_CudaInterOpStreams ...............   Passed    0.47 sec
test 9
      Start  9: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU

9: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
9: Test timeout computed to be: 1500
9: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
9:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
9:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
9:   For unit testing set OMP_PROC_BIND=false
9: 
9: [==========] Running 3 tests from 1 test suite.
9: [----------] Global test environment set-up.
9: [----------] 3 tests from cuda_multi_gpu
9: [ RUN      ] cuda_multi_gpu.managed_views
9: [       OK ] cuda_multi_gpu.managed_views (5 ms)
9: [ RUN      ] cuda_multi_gpu.unmanaged_views
9: [       OK ] cuda_multi_gpu.unmanaged_views (0 ms)
9: [ RUN      ] cuda_multi_gpu.scratch_space
9: [       OK ] cuda_multi_gpu.scratch_space (2 ms)
9: [----------] 3 tests from cuda_multi_gpu (9 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 3 tests from 1 test suite ran. (9 ms total)
9: [  PASSED  ] 3 tests.
 9/52 Test  #9: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU .......   Passed    0.35 sec
test 10
      Start 10: Kokkos_CoreUnitTest_Default

10: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Default
10: Test timeout computed to be: 1500
10: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
10:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
10:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
10:   For unit testing set OMP_PROC_BIND=false
10: 
45: [       OK ] std_algorithms_copy_backward_team_test.test (1327 ms)
45: [----------] 1 test from std_algorithms_copy_backward_team_test (1327 ms total)
45: 
45: [----------] 1 test from std_algorithms_copy_if_team_test
45: [ RUN      ] std_algorithms_copy_if_team_test.test
10: [==========] Running 71 tests from 41 test suites.
10: [----------] Global test environment set-up.
10: [----------] 31 tests from defaultdevicetype
10: [ RUN      ] defaultdevicetype.initialization_settings
10: [       OK ] defaultdevicetype.initialization_settings (0 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_num_threads
10: [       OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_device_id
10: [       OK ] defaultdevicetype.cmd_line_args_device_id (0 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_disable_warning
10: [       OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_tune_internals
10: [       OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_help
45: [       OK ] std_algorithms_copy_if_team_test.test (1550 ms)
45: [----------] 1 test from std_algorithms_copy_if_team_test (1550 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 (2133 ms)
45: [----------] 1 test from std_algorithms_unique_copy_team_test (2133 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 (1220 ms)
45: [----------] 1 test from std_algorithms_remove_team_test (1220 ms total)
45: 
45: [----------] 1 test from std_algorithms_remove_if_team_test
45: [ RUN      ] std_algorithms_remove_if_team_test.test
10: [       OK ] defaultdevicetype.cmd_line_args_help (4444 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_tools_arguments
10: Warning: command line argument '--kokkos-tools-libs=ich_tue_nur.so' ignored because kokkos-tools is disabled. Raised by Kokkos::initialize().
10: [       OK ] defaultdevicetype.cmd_line_args_tools_arguments (58 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_unrecognized_flag
10: [       OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (12 ms)
10: [ RUN      ] defaultdevicetype.env_vars_num_threads
10: [       OK ] defaultdevicetype.env_vars_num_threads (0 ms)
10: [ RUN      ] defaultdevicetype.env_vars_device_id
10: [       OK ] defaultdevicetype.env_vars_device_id (0 ms)
10: [ RUN      ] defaultdevicetype.env_vars_disable_warnings
10: [       OK ] defaultdevicetype.env_vars_disable_warnings (0 ms)
10: [ RUN      ] defaultdevicetype.env_vars_tune_internals
10: [       OK ] defaultdevicetype.env_vars_tune_internals (0 ms)
10: [ RUN      ] defaultdevicetype.visible_devices
10: [       OK ] defaultdevicetype.visible_devices (0 ms)
10: [ RUN      ] defaultdevicetype.shared_space
10: [       OK ] defaultdevicetype.shared_space (28 ms)
10: [ RUN      ] defaultdevicetype.shared_host_pinned_space
10: [       OK ] defaultdevicetype.shared_host_pinned_space (0 ms)
10: [ RUN      ] defaultdevicetype.compiler_macros
10: [       OK ] defaultdevicetype.compiler_macros (0 ms)
10: [ RUN      ] defaultdevicetype.half_conversion
10: [       OK ] defaultdevicetype.half_conversion (0 ms)
10: [ RUN      ] defaultdevicetype.bhalf_conversion
10: [       OK ] defaultdevicetype.bhalf_conversion (0 ms)
10: [ RUN      ] defaultdevicetype.half_operators
10: [       OK ] defaultdevicetype.half_operators (1 ms)
10: [ RUN      ] defaultdevicetype.bhalf_operators
10: [       OK ] defaultdevicetype.bhalf_operators (1 ms)
10: [ RUN      ] defaultdevicetype.host_space_access
10: [       OK ] defaultdevicetype.host_space_access (0 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_a1
10: [       OK ] defaultdevicetype.reduce_instantiation_a1 (5 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_b1
10: [       OK ] defaultdevicetype.reduce_instantiation_b1 (14 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_c1
10: [       OK ] defaultdevicetype.reduce_instantiation_c1 (5 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_a2
10: [       OK ] defaultdevicetype.reduce_instantiation_a2 (6 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_b2
10: [       OK ] defaultdevicetype.reduce_instantiation_b2 (18 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_c2
10: [       OK ] defaultdevicetype.reduce_instantiation_c2 (6 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_a3
10: [       OK ] defaultdevicetype.reduce_instantiation_a3 (8 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_b3
10: [       OK ] defaultdevicetype.reduce_instantiation_b3 (22 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
10: [       OK ] defaultdevicetype.reduce_instantiation_c3 (8 ms)
10: [ RUN      ] defaultdevicetype.malloc
10: [       OK ] defaultdevicetype.malloc (0 ms)
10: [----------] 31 tests from defaultdevicetype (4646 ms total)
10: 
10: [----------] 1 test from kokkosresize
10: [ RUN      ] kokkosresize.host_space_access
10: [       OK ] kokkosresize.host_space_access (156 ms)
10: [----------] 1 test from kokkosresize (156 ms total)
10: 
10: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple<int, Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
10: [ RUN      ] TestViewAPI/0.sizes
10: [       OK ] TestViewAPI/0.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/0 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/1, where TypeParam = std::tuple<int [5], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
10: [ RUN      ] TestViewAPI/1.sizes
10: [       OK ] TestViewAPI/1.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/1 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/2, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
10: [ RUN      ] TestViewAPI/2.sizes
10: [       OK ] TestViewAPI/2.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/2 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/3.sizes
10: [       OK ] TestViewAPI/3.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/3 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/4.sizes
10: [       OK ] TestViewAPI/4.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/4 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/5.sizes
10: [       OK ] TestViewAPI/5.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/5 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/6.sizes
10: [       OK ] TestViewAPI/6.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/6 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/7.sizes
10: [       OK ] TestViewAPI/7.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/7 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/8.sizes
10: [       OK ] TestViewAPI/8.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/8 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/9.sizes
10: [       OK ] TestViewAPI/9.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/9 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/10, where TypeParam = std::tuple<int, Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
10: [ RUN      ] TestViewAPI/10.sizes
10: [       OK ] TestViewAPI/10.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/10 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/11, where TypeParam = std::tuple<int [5], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
10: [ RUN      ] TestViewAPI/11.sizes
10: [       OK ] TestViewAPI/11.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/11 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/12, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
10: [ RUN      ] TestViewAPI/12.sizes
10: [       OK ] TestViewAPI/12.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/12 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/13.sizes
10: [       OK ] TestViewAPI/13.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/13 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/14.sizes
10: [       OK ] TestViewAPI/14.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/14 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/15.sizes
10: [       OK ] TestViewAPI/15.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/15 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/16.sizes
10: [       OK ] TestViewAPI/16.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/16 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/17.sizes
10: [       OK ] TestViewAPI/17.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/17 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/18.sizes
10: [       OK ] TestViewAPI/18.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/18 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/19.sizes
10: [       OK ] TestViewAPI/19.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/19 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/20, where TypeParam = std::tuple<int, Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
10: [ RUN      ] TestViewAPI/20.sizes
10: [       OK ] TestViewAPI/20.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/20 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/21, where TypeParam = std::tuple<int [5], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
10: [ RUN      ] TestViewAPI/21.sizes
10: [       OK ] TestViewAPI/21.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/21 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/22, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
10: [ RUN      ] TestViewAPI/22.sizes
10: [       OK ] TestViewAPI/22.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/22 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/23.sizes
10: [       OK ] TestViewAPI/23.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/23 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/24.sizes
10: [       OK ] TestViewAPI/24.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/24 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/25.sizes
10: [       OK ] TestViewAPI/25.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/25 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/26.sizes
10: [       OK ] TestViewAPI/26.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/26 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/27.sizes
10: [       OK ] TestViewAPI/27.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/27 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/28.sizes
10: [       OK ] TestViewAPI/28.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/28 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/29.sizes
10: [       OK ] TestViewAPI/29.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/29 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/30, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
10: [ RUN      ] TestViewAPI/30.sizes
10: [       OK ] TestViewAPI/30.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/30 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/31.sizes
10: [       OK ] TestViewAPI/31.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/31 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/32.sizes
10: [       OK ] TestViewAPI/32.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/32 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/33, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
10: [ RUN      ] TestViewAPI/33.sizes
10: [       OK ] TestViewAPI/33.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/33 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/34.sizes
10: [       OK ] TestViewAPI/34.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/34 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/35.sizes
10: [       OK ] TestViewAPI/35.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/35 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/36, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
10: [ RUN      ] TestViewAPI/36.sizes
10: [       OK ] TestViewAPI/36.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/36 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/37.sizes
10: [       OK ] TestViewAPI/37.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/37 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/38.sizes
10: [       OK ] TestViewAPI/38.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/38 (0 ms total)
10: 
10: [----------] Global test environment tear-down
10: [==========] 71 tests from 41 test suites ran. (4806 ms total)
10: [  PASSED  ] 71 tests.
10/52 Test #10: Kokkos_CoreUnitTest_Default ..........................   Passed    5.23 sec
test 11
      Start 11: Kokkos_CoreUnitTest_LegionInitialization

11: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization
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 initialization
11: [ RUN      ] initialization.legion_initialization
11: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
11:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
11:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
11:   For unit testing set OMP_PROC_BIND=false
11: 
11: [       OK ] initialization.legion_initialization (227 ms)
11: [----------] 1 test from initialization (227 ms total)
11: 
11: [----------] Global test environment tear-down
11: [==========] 1 test from 1 test suite ran. (227 ms total)
11: [  PASSED  ] 1 test.
11/52 Test #11: Kokkos_CoreUnitTest_LegionInitialization .............   Passed    0.35 sec
test 12
      Start 12: Kokkos_CoreUnitTest_PushFinalizeHook

12: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook
12: Test timeout computed to be: 1500
12: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
12:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
12:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
12:   For unit testing set OMP_PROC_BIND=false
12: 
12: SUCCESS
12/52 Test #12: Kokkos_CoreUnitTest_PushFinalizeHook .................   Passed    0.32 sec
test 13
      Start 13: Kokkos_CoreUnitTest_ScopeGuard

13: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_ScopeGuard
13: Test timeout computed to be: 1500
13: [==========] Running 6 tests from 1 test suite.
13: [----------] Global test environment set-up.
13: [----------] 6 tests from scope_guard_DeathTest
13: [ RUN      ] scope_guard_DeathTest.create
13: [       OK ] scope_guard_DeathTest.create (356 ms)
13: [ RUN      ] scope_guard_DeathTest.create_argument
45: [       OK ] std_algorithms_remove_if_team_test.test (1225 ms)
45: [----------] 1 test from std_algorithms_remove_if_team_test (1225 ms total)
45: 
45: [----------] 1 test from std_algorithms_remove_copy_team_test
45: [ RUN      ] std_algorithms_remove_copy_team_test.test
13: [       OK ] scope_guard_DeathTest.create_argument (431 ms)
13: [ RUN      ] scope_guard_DeathTest.create_while_initialize
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 82%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
13: [       OK ] scope_guard_DeathTest.create_while_initialize (1024 ms)
13: [ RUN      ] scope_guard_DeathTest.create_after_initialize
45: [       OK ] std_algorithms_remove_copy_team_test.test (1795 ms)
45: [----------] 1 test from std_algorithms_remove_copy_team_test (1795 ms total)
45: 
45: [----------] 1 test from std_algorithms_remove_copy_if_team_test
45: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
13: [       OK ] scope_guard_DeathTest.create_after_initialize (1104 ms)
13: [ RUN      ] scope_guard_DeathTest.create_after_finalize
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o
13: [       OK ] scope_guard_DeathTest.create_after_finalize (1050 ms)
13: [ RUN      ] scope_guard_DeathTest.destroy_after_finalize
45: [       OK ] std_algorithms_remove_copy_if_team_test.test (1783 ms)
45: [----------] 1 test from std_algorithms_remove_copy_if_team_test (1783 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 9 tests from 9 test suites ran. (16602 ms total)
45: [  PASSED  ] 9 tests.
45/51 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ..............   Passed   16.68 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: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
46: Test timeout computed to be: 1500
46: [==========] Running 2 tests from 2 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
13: [       OK ] scope_guard_DeathTest.destroy_after_finalize (998 ms)
13: [----------] 6 tests from scope_guard_DeathTest (4966 ms total)
13: 
13: [----------] Global test environment tear-down
13: [==========] 6 tests from 1 test suite ran. (4966 ms total)
13: [  PASSED  ] 6 tests.
13/52 Test #13: Kokkos_CoreUnitTest_ScopeGuard .......................   Passed    4.98 sec
test 14
      Start 14: Kokkos_CoreUnitTest_Develop

14: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Develop
14: Test timeout computed to be: 1500
14: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
14:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
14:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
14:   For unit testing set OMP_PROC_BIND=false
14: 
14: [==========] Running 1 test from 1 test suite.
14: [----------] Global test environment set-up.
14: [----------] 1 test from defaultdevicetype
14: [ RUN      ] defaultdevicetype.development_test
14: [       OK ] defaultdevicetype.development_test (0 ms)
14: [----------] 1 test from defaultdevicetype (0 ms total)
14: 
14: [----------] Global test environment tear-down
14: [==========] 1 test from 1 test suite ran. (0 ms total)
14: [  PASSED  ] 1 test.
14/52 Test #14: Kokkos_CoreUnitTest_Develop ..........................   Passed    0.49 sec
test 15
      Start 15: Kokkos_CoreUnitTest_PushFinalizeHookTerminateRegex

15: Test command: /opt/cmake/bin/cmake "-E" "env" "/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHookTerminate"
15: Test timeout computed to be: 1500
15: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
15:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
15:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
15:   For unit testing set OMP_PROC_BIND=false
15: 
15: PASSED: I am the custom std::terminate handler.
46: [       OK ] std_algorithms_unique_team_test.test_default_predicate (1984 ms)
46: [----------] 1 test from std_algorithms_unique_team_test (1984 ms total)
46: 
46: [----------] 1 test from std_algorithms_adjacent_difference_team_test
46: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
15: Child aborted
15/52 Test #15: Kokkos_CoreUnitTest_PushFinalizeHookTerminateRegex ...   Passed    1.10 sec
test 16
      Start 16: Kokkos_CoreUnitTest_PushFinalizeHookTerminateFails

16: Test command: /opt/cmake/bin/cmake "-E" "env" "/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHookTerminate"
16: Test timeout computed to be: 1500
16: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
16:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
16:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
16:   For unit testing set OMP_PROC_BIND=false
16: 
16: PASSED: I am the custom std::terminate handler.
16: Child aborted
16/52 Test #16: Kokkos_CoreUnitTest_PushFinalizeHookTerminateFails ...   Passed    1.10 sec
test 17
      Start 17: Kokkos_CoreUnitTest_KokkosP

17: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP
17: Test timeout computed to be: 1500
17: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
17:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
17:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
17:   For unit testing set OMP_PROC_BIND=false
17: 
17: [==========] Running 32 tests from 1 test suite.
17: [----------] Global test environment set-up.
17: [----------] 32 tests from kokkosp
17: [ RUN      ] kokkosp.test_named_instance_fence
17: Ref: 33554433
17: Ref: named_instance
17: 33554433
17: named_instance
17: [       OK ] kokkosp.test_named_instance_fence (0 ms)
17: [ RUN      ] kokkosp.test_unnamed_instance_fence
17: Ref: 33554433
17: Ref: Unnamed Instance Fence
17: 33554433
17: Kokkos::Cuda::fence(): Unnamed Instance Fence
17: [       OK ] kokkosp.test_unnamed_instance_fence (0 ms)
17: [ RUN      ] kokkosp.test_named_global_fence
17: Ref: 33554432
17: Ref: test global fence
17: 16777216
17: test global fence
17: Miss on id
17: 33554432
17: test global fence
17: [       OK ] kokkosp.test_named_global_fence (0 ms)
17: [ RUN      ] kokkosp.test_unnamed_global_fence
17: Ref: 33554432
17: Ref: Unnamed Global Fence
17: 16777216
17: Kokkos::fence: Unnamed Global Fence
17: Miss on id
17: 33554432
17: Kokkos::fence: Unnamed Global Fence
17: [       OK ] kokkosp.test_unnamed_global_fence (0 ms)
17: [ RUN      ] kokkosp.test_multiple_default_instances
17: [       OK ] kokkosp.test_multiple_default_instances (0 ms)
17: [ RUN      ] kokkosp.test_id_gen
17: [       OK ] kokkosp.test_id_gen (0 ms)
17: [ RUN      ] kokkosp.test_kernel_sequence
17: Ref: 33554433
17: Ref: named_instance
17: 33554433
17: named_instance
17: Ref: 33554433
17: Ref: test_kernel
17: 33554433
17: named_instance
17: Miss on name
17: 33554433
17: test_kernel
17: [       OK ] kokkosp.test_kernel_sequence (0 ms)
17: [ RUN      ] kokkosp.test_streams
17: [       OK ] kokkosp.test_streams (0 ms)
17: [ RUN      ] kokkosp.async_deep_copy
17: [       OK ] kokkosp.async_deep_copy (0 ms)
17: [ RUN      ] kokkosp.parallel_for
17: [       OK ] kokkosp.parallel_for (0 ms)
17: [ RUN      ] kokkosp.parallel_reduce
17: [       OK ] kokkosp.parallel_reduce (0 ms)
17: [ RUN      ] kokkosp.parallel_scan
17: [       OK ] kokkosp.parallel_scan (5 ms)
17: [ RUN      ] kokkosp.parallel_scan_no_fence
17: [       OK ] kokkosp.parallel_scan_no_fence (0 ms)
17: [ RUN      ] kokkosp.parallel_scan_no_fence_view
17: [       OK ] kokkosp.parallel_scan_no_fence_view (0 ms)
17: [ RUN      ] kokkosp.regions
17: [       OK ] kokkosp.regions (0 ms)
17: [ RUN      ] kokkosp.fences
17: [       OK ] kokkosp.fences (0 ms)
17: [ RUN      ] kokkosp.raw_allocation
17: [       OK ] kokkosp.raw_allocation (0 ms)
17: [ RUN      ] kokkosp.view
17: [       OK ] kokkosp.view (0 ms)
17: [ RUN      ] kokkosp.sections
17: [       OK ] kokkosp.sections (0 ms)
17: [ RUN      ] kokkosp.metadata
17: [       OK ] kokkosp.metadata (0 ms)
17: [ RUN      ] kokkosp.profile_events
17: [       OK ] kokkosp.profile_events (0 ms)
17: [ RUN      ] kokkosp.no_init_kernel
17: [       OK ] kokkosp.no_init_kernel (0 ms)
17: [ RUN      ] kokkosp.get_events
17: [       OK ] kokkosp.get_events (0 ms)
17: [ RUN      ] kokkosp.kernel_name_parallel_for
17: [       OK ] kokkosp.kernel_name_parallel_for (0 ms)
17: [ RUN      ] kokkosp.kernel_name_parallel_reduce
17: [       OK ] kokkosp.kernel_name_parallel_reduce (0 ms)
17: [ RUN      ] kokkosp.kernel_name_parallel_scan
17: [       OK ] kokkosp.kernel_name_parallel_scan (0 ms)
17: [ RUN      ] kokkosp.kernel_name_internal
17: [       OK ] kokkosp.kernel_name_internal (0 ms)
17: [ RUN      ] kokkosp.profiling_section
17: [       OK ] kokkosp.profiling_section (0 ms)
17: [ RUN      ] kokkosp.scoped_profile_region
17: [       OK ] kokkosp.scoped_profile_region (0 ms)
17: [ RUN      ] kokkosp.create_mirror_no_init
17: [       OK ] kokkosp.create_mirror_no_init (0 ms)
17: [ RUN      ] kokkosp.create_mirror_no_init_view_ctor
17: [       OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms)
17: [ RUN      ] kokkosp.create_mirror_view_and_copy
17: [       OK ] kokkosp.create_mirror_view_and_copy (0 ms)
17: [----------] 32 tests from kokkosp (8 ms total)
17: 
17: [----------] Global test environment tear-down
17: [==========] 32 tests from 1 test suite ran. (8 ms total)
17: [  PASSED  ] 32 tests.
17/52 Test #17: Kokkos_CoreUnitTest_KokkosP ..........................   Passed    0.38 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: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
18:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
18:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
18:   For unit testing set OMP_PROC_BIND=false
18: 
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 22 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/src/libkokkoscore.so.4.4(_ZN6Kokkos4Impl15save_stacktraceEv+0x1c) [0x7ffff7a232be]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x555555576369]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x3b) [0x55555556dd6f]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x14d) [0x55555556f11b]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7ee9a3e]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ee1127]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xf2) [0x7ffff7eb436c]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0x140) [0x7ffff7eb4dae]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x14c) [0x7ffff7eb56c8]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x434) [0x7ffff7ec5180]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7eeaaff]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ee23ed]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0xcd) [0x7ffff7ec3897]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x555555570e66]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x55555556f77b]
18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff751c083]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555556db6e]
18:  
18: demangled test_f1:
18: [0x7ffff7a232be] Kokkos::Impl::save_stacktrace()
18: [0x555555576369] Test::stacktrace_test_f1(std::ostream&)
18: [0x55555556dd6f] Test::test_stacktrace(bool, bool)
18: [0x55555556f11b] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
18: [0x7ffff7ee9a3e] void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x7ffff7ee1127] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x7ffff7eb436c] testing::Test::Run()
18: [0x7ffff7eb4dae] testing::TestInfo::Run()
18: [0x7ffff7eb56c8] testing::TestSuite::Run()
18: [0x7ffff7ec5180] testing::internal::UnitTestImpl::RunAllTests()
18: [0x7ffff7eeaaff] bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x7ffff7ee23ed] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x7ffff7ec3897] testing::UnitTest::Run()
18: [0x555555570e66] RUN_ALL_TESTS()
18: [0x55555556f77b] main
18: [0x7ffff751c083] __libc_start_main
18: [0x55555556db6e] _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/src/libkokkoscore.so.4.4(_ZN6Kokkos4Impl15save_stacktraceEv+0x1c) [0x7ffff7a232be]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x555555576369]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x4d) [0x555555576e73]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555576e89]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555576e89]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555576e89]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555576e89]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x845) [0x55555556e579]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x14d) [0x55555556f11b]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7ee9a3e]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ee1127]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xf2) [0x7ffff7eb436c]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0x140) [0x7ffff7eb4dae]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x14c) [0x7ffff7eb56c8]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x434) [0x7ffff7ec5180]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7eeaaff]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ee23ed]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0xcd) [0x7ffff7ec3897]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x555555570e66]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x55555556f77b]
18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff751c083]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555556db6e]
18:  
18: demangled test_f3:
18: [0x7ffff7a232be] Kokkos::Impl::save_stacktrace()
18: [0x555555576369] Test::stacktrace_test_f1(std::ostream&)
18: [0x555555576e73] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x555555576e89] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x555555576e89] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x555555576e89] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x555555576e89] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x55555556e579] Test::test_stacktrace(bool, bool)
18: [0x55555556f11b] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
18: [0x7ffff7ee9a3e] void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x7ffff7ee1127] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x7ffff7eb436c] testing::Test::Run()
18: [0x7ffff7eb4dae] testing::TestInfo::Run()
18: [0x7ffff7eb56c8] testing::TestSuite::Run()
18: [0x7ffff7ec5180] testing::internal::UnitTestImpl::RunAllTests()
18: [0x7ffff7eeaaff] bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x7ffff7ee23ed] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x7ffff7ec3897] testing::UnitTest::Run()
18: [0x555555570e66] RUN_ALL_TESTS()
18: [0x55555556f77b] main
18: [0x7ffff751c083] __libc_start_main
18: [0x55555556db6e] _start
18:  
18: Test setting std::terminate handler that prints the last saved stack trace
18: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (738 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 22 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/src/libkokkoscore.so.4.4(_ZN6Kokkos4Impl15save_stacktraceEv+0x1c) [0x7ffff7a232be]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x555555576369]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x3b) [0x55555556dd6f]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x14d) [0x55555556f4d3]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7ee9a3e]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ee1127]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xf2) [0x7ffff7eb436c]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0x140) [0x7ffff7eb4dae]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x14c) [0x7ffff7eb56c8]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x434) [0x7ffff7ec5180]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7eeaaff]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ee23ed]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0xcd) [0x7ffff7ec3897]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x555555570e66]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x55555556f77b]
18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff751c083]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555556db6e]
18:  
18: demangled test_f1:
18: [0x7ffff7a232be] Kokkos::Impl::save_stacktrace()
18: [0x555555576369] Test::stacktrace_test_f1(std::ostream&)
18: [0x55555556dd6f] Test::test_stacktrace(bool, bool)
18: [0x55555556f4d3] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
18: [0x7ffff7ee9a3e] void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x7ffff7ee1127] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x7ffff7eb436c] testing::Test::Run()
18: [0x7ffff7eb4dae] testing::TestInfo::Run()
18: [0x7ffff7eb56c8] testing::TestSuite::Run()
18: [0x7ffff7ec5180] testing::internal::UnitTestImpl::RunAllTests()
18: [0x7ffff7eeaaff] bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x7ffff7ee23ed] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x7ffff7ec3897] testing::UnitTest::Run()
18: [0x555555570e66] RUN_ALL_TESTS()
18: [0x55555556f77b] main
18: [0x7ffff751c083] __libc_start_main
18: [0x55555556db6e] _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/src/libkokkoscore.so.4.4(_ZN6Kokkos4Impl15save_stacktraceEv+0x1c) [0x7ffff7a232be]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x555555576369]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x4d) [0x555555576e73]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555576e89]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555576e89]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555576e89]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555576e89]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x845) [0x55555556e579]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x14d) [0x55555556f4d3]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7ee9a3e]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ee1127]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xf2) [0x7ffff7eb436c]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0x140) [0x7ffff7eb4dae]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x14c) [0x7ffff7eb56c8]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x434) [0x7ffff7ec5180]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7eeaaff]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ee23ed]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0xcd) [0x7ffff7ec3897]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x555555570e66]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x55555556f77b]
18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff751c083]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555556db6e]
18:  
18: demangled test_f3:
18: [0x7ffff7a232be] Kokkos::Impl::save_stacktrace()
18: [0x555555576369] Test::stacktrace_test_f1(std::ostream&)
18: [0x555555576e73] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x555555576e89] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x555555576e89] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x555555576e89] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x555555576e89] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x55555556e579] Test::test_stacktrace(bool, bool)
18: [0x55555556f4d3] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
18: [0x7ffff7ee9a3e] void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x7ffff7ee1127] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x7ffff7eb436c] testing::Test::Run()
18: [0x7ffff7eb4dae] testing::TestInfo::Run()
18: [0x7ffff7eb56c8] testing::TestSuite::Run()
18: [0x7ffff7ec5180] testing::internal::UnitTestImpl::RunAllTests()
18: [0x7ffff7eeaaff] bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x7ffff7ee23ed] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x7ffff7ec3897] testing::UnitTest::Run()
18: [0x555555570e66] RUN_ALL_TESTS()
18: [0x55555556f77b] main
18: [0x7ffff751c083] __libc_start_main
18: [0x55555556db6e] _start
18:  
18: Test setting std::terminate handler that prints the last saved stack trace
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SharedAlloc.cpp.o
46: [       OK ] std_algorithms_adjacent_difference_team_test.test (3035 ms)
46: [----------] 1 test from std_algorithms_adjacent_difference_team_test (3035 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 2 tests from 2 test suites ran. (5020 ms total)
46: [  PASSED  ] 2 tests.
46/51 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ..............   Passed    5.09 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: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
47: Test timeout computed to be: 1500
47: [==========] Running 6 tests from 2 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
[ 83%] Linking CXX executable Kokkos_UnitTest_Sort
18: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (781 ms)
18: [----------] 2 tests from defaultdevicetype_DeathTest (1520 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/src/libkokkoscore.so.4.4(_ZN6Kokkos4Impl15save_stacktraceEv+0x1c) [0x7ffff7a232be]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x555555576369]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x3b) [0x55555556dd6f]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test40defaultdevicetype_stacktrace_normal_Test8TestBodyEv+0x1f) [0x55555556efcb]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7ee9a3e]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ee1127]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xf2) [0x7ffff7eb436c]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0x140) [0x7ffff7eb4dae]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x14c) [0x7ffff7eb56c8]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x434) [0x7ffff7ec5180]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7eeaaff]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ee23ed]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0xcd) [0x7ffff7ec3897]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x555555570e66]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x55555556f77b]
18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff751c083]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555556db6e]
18:  
18: demangled test_f1:
18: [0x7ffff7a232be] Kokkos::Impl::save_stacktrace()
18: [0x555555576369] Test::stacktrace_test_f1(std::ostream&)
18: [0x55555556dd6f] Test::test_stacktrace(bool, bool)
18: [0x55555556efcb] Test::defaultdevicetype_stacktrace_normal_Test::TestBody()
18: [0x7ffff7ee9a3e] void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x7ffff7ee1127] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x7ffff7eb436c] testing::Test::Run()
18: [0x7ffff7eb4dae] testing::TestInfo::Run()
18: [0x7ffff7eb56c8] testing::TestSuite::Run()
18: [0x7ffff7ec5180] testing::internal::UnitTestImpl::RunAllTests()
18: [0x7ffff7eeaaff] bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x7ffff7ee23ed] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x7ffff7ec3897] testing::UnitTest::Run()
18: [0x555555570e66] RUN_ALL_TESTS()
18: [0x55555556f77b] main
18: [0x7ffff751c083] __libc_start_main
18: [0x55555556db6e] _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/src/libkokkoscore.so.4.4(_ZN6Kokkos4Impl15save_stacktraceEv+0x1c) [0x7ffff7a232be]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x49) [0x555555576369]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x4d) [0x555555576e73]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555576e89]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555576e89]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555576e89]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0x63) [0x555555576e89]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x845) [0x55555556e579]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test40defaultdevicetype_stacktrace_normal_Test8TestBodyEv+0x1f) [0x55555556efcb]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7ee9a3e]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ee1127]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing4Test3RunEv+0xf2) [0x7ffff7eb436c]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8TestInfo3RunEv+0x140) [0x7ffff7eb4dae]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing9TestSuite3RunEv+0x14c) [0x7ffff7eb56c8]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x434) [0x7ffff7ec5180]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x69) [0x7ffff7eeaaff]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x5e) [0x7ffff7ee23ed]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkos_gtest.so(_ZN7testing8UnitTest3RunEv+0xcd) [0x7ffff7ec3897]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_Z13RUN_ALL_TESTSv+0x15) [0x555555570e66]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x3e) [0x55555556f77b]
18: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff751c083]
18: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x55555556db6e]
18:  
18: demangled test_f3:
18: [0x7ffff7a232be] Kokkos::Impl::save_stacktrace()
18: [0x555555576369] Test::stacktrace_test_f1(std::ostream&)
18: [0x555555576e73] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x555555576e89] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x555555576e89] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x555555576e89] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x555555576e89] Test::stacktrace_test_f3(std::ostream&, int)
18: [0x55555556e579] Test::test_stacktrace(bool, bool)
18: [0x55555556efcb] Test::defaultdevicetype_stacktrace_normal_Test::TestBody()
18: [0x7ffff7ee9a3e] void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x7ffff7ee1127] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
18: [0x7ffff7eb436c] testing::Test::Run()
18: [0x7ffff7eb4dae] testing::TestInfo::Run()
18: [0x7ffff7eb56c8] testing::TestSuite::Run()
18: [0x7ffff7ec5180] testing::internal::UnitTestImpl::RunAllTests()
18: [0x7ffff7eeaaff] bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x7ffff7ee23ed] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
18: [0x7ffff7ec3897] testing::UnitTest::Run()
18: [0x555555570e66] RUN_ALL_TESTS()
18: [0x55555556f77b] main
18: [0x7ffff751c083] __libc_start_main
18: [0x55555556db6e] _start
18:  
18: Test setting std::terminate handler that prints the last saved stack trace
18: [       OK ] defaultdevicetype.stacktrace_normal (2 ms)
18: [----------] 1 test from defaultdevicetype (2 ms total)
18: 
18: [----------] Global test environment tear-down
18: [==========] 3 tests from 2 test suites ran. (1522 ms total)
18: [  PASSED  ] 3 tests.
18/52 Test #18: Kokkos_CoreUnitTest_StackTraceTest ...................   Passed    1.87 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
47: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (858 ms)
47: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
19: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
19:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
19:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
19:   For unit testing set OMP_PROC_BIND=false
19: 
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 20 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
47: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1418 ms)
47: [----------] 2 tests from std_algorithms_is_sorted_team_test (2276 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 (73 ms)
47: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
19: [       OK ] OPENMP.IncrTest_03b_memspace_free (301 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 (8 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 (2 ms)
19: [ RUN      ] OPENMP.IncrTest_11b_Hierarchical_ForLoop
19: [       OK ] OPENMP.IncrTest_11b_Hierarchical_ForLoop (2 ms)
19: [ RUN      ] OPENMP.IncrTest_11c_Hierarchical_ForLoop
47: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (80 ms)
47: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
19: [       OK ] OPENMP.IncrTest_11c_Hierarchical_ForLoop (1041 ms)
19: [ RUN      ] OPENMP.IncrTest_12a_ThreadScratch
19: [       OK ] OPENMP.IncrTest_12a_ThreadScratch (5 ms)
19: [ RUN      ] OPENMP.IncrTest_12b_TeamScratch
19: [       OK ] OPENMP.IncrTest_12b_TeamScratch (8 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 (1374 ms total)
19: 
19: [----------] Global test environment tear-down
19: [==========] 28 tests from 1 test suite ran. (1374 ms total)
19: [  PASSED  ] 28 tests.
19/52 Test #19: Kokkos_IncrementalTest_OPENMP ........................   Passed    2.55 sec
test 20
      Start 20: Kokkos_IncrementalTest_CUDA

20: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_IncrementalTest_CUDA
20: Test timeout computed to be: 1500
20: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
20:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
20:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
20:   For unit testing set OMP_PROC_BIND=false
20: 
20: [==========] Running 28 tests from 1 test suite.
20: [----------] Global test environment set-up.
20: [----------] 28 tests from CUDA
20: [ RUN      ] CUDA.IncrTest_01_execspace_typedef
20: [       OK ] CUDA.IncrTest_01_execspace_typedef (0 ms)
20: [ RUN      ] CUDA.IncrTest_01_execspace
20: Device Execution Space:
20:   KOKKOS_ENABLE_CUDA: yes
20: Cuda Options:
20:   KOKKOS_ENABLE_CUDA_LAMBDA: yes
20:   KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no
20:   KOKKOS_ENABLE_CUDA_UVM: no
20:   KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no
20: 
20: Cuda Runtime Configuration:
20: macro  KOKKOS_ENABLE_CUDA      : defined
20: macro  CUDA_VERSION          = 11060 = version 11.6
20: Kokkos::Cuda[ 0 ] NVIDIA A100 80GB PCIe capability 8.0, Total Global Memory: 79.25 GiB, Shared Memory per Block: 48 KiB : Selected
20: Cuda
20: [       OK ] CUDA.IncrTest_01_execspace (1 ms)
20: [ RUN      ] CUDA.IncrTest_02_AtomicExchange
20: [       OK ] CUDA.IncrTest_02_AtomicExchange (0 ms)
20: [ RUN      ] CUDA.IncrTest_02_AtomicAdd
20: [       OK ] CUDA.IncrTest_02_AtomicAdd (0 ms)
20: [ RUN      ] CUDA.IncrTest_02_AtomicSub
20: [       OK ] CUDA.IncrTest_02_AtomicSub (0 ms)
20: [ RUN      ] CUDA.IncrTest_03a_memspace_malloc
20: [       OK ] CUDA.IncrTest_03a_memspace_malloc (0 ms)
20: [ RUN      ] CUDA.IncrTest_03b_memspace_free
47: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1190 ms)
47: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
47: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (735 ms)
47: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2079 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 6 tests from 2 test suites ran. (4355 ms total)
47: [  PASSED  ] 6 tests.
47/51 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ..............   Passed    4.43 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: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
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_transform_team_test
48: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
48: [       OK ] std_algorithms_transform_team_test.test_unary_op (1794 ms)
48: [----------] 1 test from std_algorithms_transform_team_test (1794 ms total)
48: 
48: [----------] 1 test from std_algorithms_generate_team_test
48: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o
48: [       OK ] std_algorithms_generate_team_test.test_unary_op (1997 ms)
48: [----------] 1 test from std_algorithms_generate_team_test (1997 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 (2049 ms)
48: [----------] 1 test from std_algorithms_generate_n_team_test (2049 ms total)
48: 
48: [----------] 1 test from std_algorithms_swap_ranges_team_test
48: [ RUN      ] std_algorithms_swap_ranges_team_test.test
31: [       OK ] hip.scatterview_devicetype (46587 ms)
31: [ RUN      ] hip.staticcrsgraph
31: [       OK ] hip.staticcrsgraph (22 ms)
31: [ RUN      ] hip.resize_realloc_no_init_dualview
31: [       OK ] hip.resize_realloc_no_init_dualview (2 ms)
31: [ RUN      ] hip.resize_realloc_no_alloc_dualview
31: [       OK ] hip.resize_realloc_no_alloc_dualview (0 ms)
31: [ RUN      ] hip.resize_exec_space_dualview
31: [       OK ] hip.resize_exec_space_dualview (0 ms)
31: [ RUN      ] hip.realloc_exec_space_dualview
31: [       OK ] hip.realloc_exec_space_dualview (0 ms)
31: [ RUN      ] hip.resize_realloc_no_init_dynrankview
31: [       OK ] hip.resize_realloc_no_init_dynrankview (0 ms)
31: [ RUN      ] hip.resize_exec_space_dynrankview
31: [       OK ] hip.resize_exec_space_dynrankview (0 ms)
31: [ RUN      ] hip.realloc_exec_space_dynrankview
31: [       OK ] hip.realloc_exec_space_dynrankview (0 ms)
31: [ RUN      ] hip.resize_realloc_no_init_scatterview
31: [       OK ] hip.resize_realloc_no_init_scatterview (0 ms)
31: [ RUN      ] hip.resize_realloc_no_alloc_scatterview
31: [       OK ] hip.resize_realloc_no_alloc_scatterview (0 ms)
31: [ RUN      ] hip.resize_exec_space_scatterview
31: [       OK ] hip.resize_exec_space_scatterview (0 ms)
31: [ RUN      ] hip.realloc_exec_space_scatterview
31: [       OK ] hip.realloc_exec_space_scatterview (0 ms)
31: [ RUN      ] hip.create_mirror_no_init_dynrankview
31: [       OK ] hip.create_mirror_no_init_dynrankview (0 ms)
31: [ RUN      ] hip.create_mirror_no_init_dynrankview_viewctor
31: [       OK ] hip.create_mirror_no_init_dynrankview_viewctor (0 ms)
31: [ RUN      ] hip.create_mirror_view_and_copy_dynrankview
31: [       OK ] hip.create_mirror_view_and_copy_dynrankview (0 ms)
31: [ RUN      ] hip.create_mirror_no_init_offsetview
31: [       OK ] hip.create_mirror_no_init_offsetview (0 ms)
31: [ RUN      ] hip.create_mirror_no_init_offsetview_view_ctor
31: [       OK ] hip.create_mirror_no_init_offsetview_view_ctor (0 ms)
31: [ RUN      ] hip.create_mirror_view_and_copy_offsetview
31: [       OK ] hip.create_mirror_view_and_copy_offsetview (0 ms)
31: [ RUN      ] hip.create_mirror_no_init_dynamicview
31: [       OK ] hip.create_mirror_no_init_dynamicview (0 ms)
31: [ RUN      ] hip.create_mirror_view_and_copy_dynamicview
31: [       OK ] hip.create_mirror_view_and_copy_dynamicview (0 ms)
31: [ RUN      ] hip.create_mirror_no_init_dynamicview_view_ctor
31: [       OK ] hip.create_mirror_no_init_dynamicview_view_ctor (0 ms)
31: [ RUN      ] hip.UnorderedMap_insert
48: [       OK ] std_algorithms_swap_ranges_team_test.test (1604 ms)
48: [----------] 1 test from std_algorithms_swap_ranges_team_test (1604 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 4 tests from 4 test suites ran. (7446 ms total)
48: [  PASSED  ] 4 tests.
48/51 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ..............   Passed    7.52 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: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
49: Test timeout computed to be: 1500
49: [==========] Running 1 test from 1 test suite.
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
31: [       OK ] hip.UnorderedMap_insert (1643 ms)
31: [ RUN      ] hip.UnorderedMap_failed_insert
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_d.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
31: [       OK ] hip.UnorderedMap_failed_insert (498 ms)
31: [ RUN      ] hip.UnorderedMap_deep_copy
31: [       OK ] hip.UnorderedMap_deep_copy (3 ms)
31: [ RUN      ] hip.UnorderedMap_valid_empty
31: [       OK ] hip.UnorderedMap_valid_empty (0 ms)
31: [ RUN      ] hip.UnorderedMap_clear_zero_size
31: [       OK ] hip.UnorderedMap_clear_zero_size (0 ms)
31: [ RUN      ] hip.UnorderedMap_consistent_size
31: [       OK ] hip.UnorderedMap_consistent_size (0 ms)
31: [ RUN      ] hip.UnorderedMap_shallow_copyable_on_device
31: [       OK ] hip.UnorderedMap_shallow_copyable_on_device (0 ms)
31: [ RUN      ] hip.UnorderedMap_lambda_capturable
31: [       OK ] hip.UnorderedMap_lambda_capturable (0 ms)
31: [ RUN      ] hip.UnorderedMap_constructor_view_alloc
31: [       OK ] hip.UnorderedMap_constructor_view_alloc (0 ms)
31: [ RUN      ] hip.vector_combination
31: [       OK ] hip.vector_combination (0 ms)
31: [ RUN      ] hip.vector_insert
31: [       OK ] hip.vector_insert (2 ms)
31: [ RUN      ] hip.vector_push_back_default_exec
31: [       OK ] hip.vector_push_back_default_exec (0 ms)
31: [ RUN      ] hip.viewctorprop_embedded_dim
31: [       OK ] hip.viewctorprop_embedded_dim (1 ms)
31: [----------] 66 tests from hip (78509 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 66 tests from 1 test suite ran. (78509 ms total)
31: [  PASSED  ] 66 tests.
31/53 Test #31: Kokkos_ContainersUnitTest_HIP ........................   Passed   78.91 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.00269723
32:  View sum computation time: 0.00269723
32:  Strided View time (init only): 0.00151871
32:  View Rank7 time (init only): 0.00159365
32:  DynRankView time (init only): 0.00148115
32:  DynRankView sum computation time: 0.00153892
32:  Ratio of View to DynRankView time: 1.82103
32:  Ratio of View to DynRankView sum computation time: 0.968153
32:  Ratio of View to View Rank7  time: 1.69248
32:  Ratio of StrideView to DynRankView time: 1.02536
32:  Ratio of DynRankView to View Rank7  time: 0.929408
32: [       OK ] TEST_CATEGORY.dynrankview_perf (13 ms)
32: [ RUN      ] TEST_CATEGORY.global_2_local
32: HIP
32: size, create, generate, fill, find
32: 256, 0.000198438, 1.266e-05, 0.00448957, 0.00355706
32: 512, 0.000170538, 1.159e-05, 3.3239e-05, 0.00347505
32: 1024, 0.000159498, 1.037e-05, 3.2259e-05, 0.00354758
32: 2048, 0.000201047, 1.096e-05, 3.416e-05, 0.00366749
32: 4096, 0.000198297, 1.1e-05, 3.587e-05, 0.00378058
32: 8192, 0.000193418, 1.108e-05, 3.5249e-05, 0.00377496
32: 16384, 0.000313487, 1.075e-05, 3.647e-05, 0.00387391
32: 32768, 0.000262806, 1.0699e-05, 3.751e-05, 0.0038751
32: 65536, 0.000235008, 1.0949e-05, 4.366e-05, 0.00400304
32: 131072, 0.000382045, 1.141e-05, 6.6779e-05, 0.00511335
32: 262144, 0.000380786, 1.222e-05, 0.000121149, 0.00657496
32: 524288, 0.000551714, 1.4489e-05, 0.000288477, 0.00984367
32: 1048576, 0.000519424, 1.925e-05, 0.000715111, 0.0214251
32: 2097152, 0.000562254, 2.7629e-05, 0.00159441, 0.0474333
32: 4194304, 0.000669782, 4.087e-05, 0.00357877, 0.112551
32: [       OK ] TEST_CATEGORY.global_2_local (253 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 (267 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 4 tests from 1 test suite ran. (267 ms total)
32: [  PASSED  ] 4 tests.
32/53 Test #32: Kokkos_ContainersPerformanceTest_HIP .................   Passed    0.64 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 17 tests from 1 test suite.
33: [----------] Global test environment set-up.
33: [----------] 17 tests from hip
33: [ RUN      ] hip.SortUnsignedValueType
33: [       OK ] hip.SortUnsignedValueType (21 ms)
33: [ RUN      ] hip.SortEmptyView
33: [       OK ] hip.SortEmptyView (0 ms)
33: [ RUN      ] hip.SortByKeyEmptyView
33: [       OK ] hip.SortByKeyEmptyView (0 ms)
33: [ RUN      ] hip.SortByKeyEmptyViewHost
33: [       OK ] hip.SortByKeyEmptyViewHost (0 ms)
33: [ RUN      ] hip.SortByKey
33: [       OK ] hip.SortByKey (11 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 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.
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 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.
33: [       OK ] hip.SortByKeyKeysLargerThanValues (1120 ms)
33: [ RUN      ] hip.SortWithCustomComparator
33: [       OK ] hip.SortWithCustomComparator (452 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.BinSort_issue_7221
33: [       OK ] hip.BinSort_issue_7221 (0 ms)
33: [ RUN      ] hip.BinSortUnsignedKeyLayoutStrideValues
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessorAccessViolation.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
49: [       OK ] std_algorithms_exclusive_scan_team_test.test (3638 ms)
49: [----------] 1 test from std_algorithms_exclusive_scan_team_test (3638 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 1 test from 1 test suite ran. (3638 ms total)
49: [  PASSED  ] 1 test.
49/51 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ..............   Passed    3.71 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: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests
50: Test timeout computed to be: 1500
50: [==========] Running 1 test from 1 test suite.
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
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_SpaceAwareAccessor.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o
[ 83%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
[ 83%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/UnitTestMain.cpp.o
33: [       OK ] hip.BinSortUnsignedKeyLayoutStrideValues (7683 ms)
33: [ RUN      ] hip.NestedSort
33: [       OK ] hip.NestedSort (37 ms)
33: [ RUN      ] hip.NestedSortByKey
33: [       OK ] hip.NestedSortByKey (92 ms)
33: [----------] 17 tests from hip (9438 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 17 tests from 1 test suite ran. (9438 ms total)
33: [  PASSED  ] 17 tests.
33/53 Test #33: Kokkos_UnitTest_Sort .................................   Passed    9.82 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:1726153368215620943
34: Test Scalar=int
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.43252e-07 0.00985488 0.00821801 || 0.051031 27993 29304 || 28394.6 28674.4 || 113.606 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 -0.00493564 0.00616211 || 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.0110209 -0.0111225 || 0.051031 27937 29304 || 28993.9 28674.4 || -153.757 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 0.00932593 -0.00280588 || 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.0172198 -0.00541779 || 0.051031 28089 29265 || 28189 28674.4 || -74.8955 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 -0.00322445 -0.00907711 || 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.00533604 -0.0283932 || 0.051031 28049 29339 || 28522.2 28674.4 || -392.507 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 -0.00293564 0.00550257 || 0.051031 1e+64 -1e+64
34: Test Scalar=half
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 0.000244087 -0.99999 -48244.6 || 0.051031 0 194764 || 2.92855e+09 28674.4 || -6.66933e+08 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 0.000731162 -0.305253 0.14986 || 0.051031 1e+64 -1e+64
34: Test Scalar=bhalf
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.91181e-07 -0.00882616 -0.0373604 || 0.051031 28007 29301 || 28929.7 28674.4 || -516.469 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 7.87038e-07 -0.0134392 0.0136408 || 0.051031 1e+64 -1e+64
34: Test Scalar=float
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.76045e-07 -0.00805081 -0.0210312 || 0.051031 27967 29304 || 28907.1 28674.4 || -290.735 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 7.41632e-07 -0.0150563 -0.0133672 || 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.0116421 0.00251425 || 0.051031 28087 29285 || 29012.2 28674.4 || 34.7569 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 0.00774909 0.00233754 || 0.051031 1e+64 -1e+64
34: Test Seed:1726153368372650957
34: Test Scalar=int
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.43252e-07 -0.0203429 -0.0133871 || 0.051031 28026 29358 || 29269.8 28674.4 || -185.063 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 0.00106398 -0.000400137 || 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.0071412 -0.0395455 || 0.051031 27958 29342 || 28880.6 28674.4 || -546.678 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 0.0047121 -0.00436426 || 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.024283 0.00571609 || 0.051031 28026 29347 || 27994.6 28674.4 || 79.0193 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 0.00124783 0.00447574 || 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.00398222 0.0280108 || 0.051031 27919 29324 || 28789 28674.4 || 387.221 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 -0.0118273 0.00782999 || 0.051031 1e+64 -1e+64
34: Test Scalar=half
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 0.000244738 -0.99999 -48247.4 || 0.051031 0 195002 || 2.92863e+09 28674.4 || -6.66972e+08 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 0.000733155 -0.310615 0.169463 || 0.051031 1e+64 -1e+64
34: Test Scalar=bhalf
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.8109e-07 -0.0267271 -0.00442608 || 0.051031 27986 29310 || 29461.8 28674.4 || -61.1861 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 7.56767e-07 0.00185548 -0.00401875 || 0.051031 1e+64 -1e+64
34: Test Scalar=float
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 6.68478e-07 -0.00825758 -0.0247085 || 0.051031 28084 29242 || 28913.1 28674.4 || -341.571 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 7.18929e-07 -0.0222323 0.00748731 || 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.00334485 0.0138742 || 0.051031 28067 29291 || 28578.8 28674.4 || 191.797 -2.0744
34:  -- Testing 3-D histogram
34: Density 3D: 6.43252e-07 -0.023756 -0.000547711 || 0.051031 1e+64 -1e+64
34: [       OK ] hip.Random_XorShift64 (310 ms)
34: [ RUN      ] hip.Random_XorShift1024_0
34: Test Seed:1726153368525590668
34: Test Scalar=int
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.47955e-07 0.00145121 -0.00402641 || 0.051031 10992 11838 || 11360.5 11377 || -55.6611 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 0.00633062 0.00356807 || 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.022566 -0.00253188 || 0.051031 10965 11835 || 11125.9 11377 || -35.0007 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 0.00340069 0.000768449 || 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.00749896 -0.00323795 || 0.051031 10946 11801 || 11462.9 11377 || -44.7614 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 -0.00566623 -7.35888e-05 || 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.00074437 -0.00592149 || 0.051031 10979 11773 || 11368.5 11377 || -81.8587 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 0.014289 0.00141922 || 0.051031 1e+64 -1e+64
34: Test Scalar=half
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 0.000246776 -0.999975 -7594.91 || 0.051031 0 77799 || 4.61079e+08 11377 || -1.04992e+08 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 0.000740122 -0.160422 0.02646 || 0.051031 1e+64 -1e+64
34: Test Scalar=bhalf
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.79744e-07 -0.0112219 0.00893236 || 0.051031 10905 11848 || 11506.1 11377 || 123.481 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 3.43323e-07 0.0114785 0.000231027 || 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.000212506 -0.00142138 || 0.051031 10945 11784 || 11379.4 11377 || -19.6491 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 3.43323e-07 -0.00666087 -0.0013261 || 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.00867447 -0.00845654 || 0.051031 10952 11763 || 11476.5 11377 || -116.903 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 0.00946664 -0.00295278 || 0.051031 1e+64 -1e+64
34: Test Seed:1726153368627497456
34: Test Scalar=int
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.47955e-07 0.00398882 -6.15369e-06 || 0.051031 10959 11792 || 11331.8 11377 || -0.0850686 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 0.00167435 -0.00160262 || 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.00202429 -0.00436893 || 0.051031 10961 11787 || 11400 11377 || -60.3961 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 -0.00874796 -0.00269697 || 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.00170568 -0.00662502 || 0.051031 10924 11799 || 11357.6 11377 || -91.5843 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 -0.00204322 -0.00108561 || 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.0170607 0.00809849 || 0.051031 10908 11783 || 11186.1 11377 || 111.953 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 0.000277214 0.00236811 || 0.051031 1e+64 -1e+64
34: Test Scalar=half
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 0.000241859 -0.999975 -7594.43 || 0.051031 0 77762 || 4.60987e+08 11377 || -1.04985e+08 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 0.00072528 -0.158381 0.0248439 || 0.051031 1e+64 -1e+64
34: Test Scalar=bhalf
34:  -- Testing randomness properties
34:  -- Testing 1-D histogram
34: Density 1D: 2.9246e-07 0.0042567 -0.00420423 || 0.051031 10924 11815 || 11328.7 11377 || -58.1193 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 3.8147e-07 -0.0248701 0.00196463 || 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.00966895 0.00535148 || 0.051031 10987 11844 || 11268 11377 || 73.9789 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 3.24249e-07 -0.0104169 -0.000306938 || 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.00488034 -0.00683193 || 0.051031 10915 11814 || 11321.7 11377 || -94.4445 -0.823045
34:  -- Testing 3-D histogram
34: Density 3D: 2.47955e-07 0.00427588 0.00393625 || 0.051031 1e+64 -1e+64
34: [       OK ] hip.Random_XorShift1024_0 (237 ms)
34: [ RUN      ] hip.Multi_streams
34: [       OK ] hip.Multi_streams (251 ms)
34: [----------] 3 tests from hip (798 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 3 tests from 1 test suite ran. (798 ms total)
34: [  PASSED  ] 3 tests.
34/53 Test #34: Kokkos_UnitTest_Random ...............................   Passed    1.18 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 16 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: [----------] 2 tests from std_algorithms
35: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
35: [       OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms)
35: [ RUN      ] std_algorithms.expect_no_overlap
35: [       OK ] std_algorithms.expect_no_overlap (0 ms)
35: [----------] 2 tests 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: [==========] 16 tests from 3 test suites ran. (3 ms total)
35: [  PASSED  ] 16 tests.
35/53 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_A ...................   Passed    0.38 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 (8 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 (6 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 (5 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 (5 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 (9 ms)
36: [----------] 7 tests from std_algorithms_min_max_element_test (36 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 7 tests from 1 test suite ran. (36 ms total)
36: [  PASSED  ] 7 tests.
36/53 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_B ...................   Passed    0.41 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
37: [       OK ] std_algorithms_lexicographical_compare_test.test (111 ms)
37: [----------] 1 test from std_algorithms_lexicographical_compare_test (111 ms total)
37: 
37: [----------] 1 test from std_algorithms_for_each_test
37: [ RUN      ] std_algorithms_for_each_test.test
20: [       OK ] CUDA.IncrTest_03b_memspace_free (19758 ms)
20: [ RUN      ] CUDA.IncrTest_04_simple_parallelFor
20: [       OK ] CUDA.IncrTest_04_simple_parallelFor (0 ms)
20: [ RUN      ] CUDA.IncrTest_04_RangePolicy_parallelFor
20: [       OK ] CUDA.IncrTest_04_RangePolicy_parallelFor (0 ms)
20: [ RUN      ] CUDA.IncrTest_05_reduction
20: [       OK ] CUDA.IncrTest_05_reduction (4 ms)
20: [ RUN      ] CUDA.IncrTest_06_mdrange2D
20: [       OK ] CUDA.IncrTest_06_mdrange2D (0 ms)
20: [ RUN      ] CUDA.IncrTest_06_mdrange3D
20: [       OK ] CUDA.IncrTest_06_mdrange3D (0 ms)
20: [ RUN      ] CUDA.IncrTest_06_mdrange4D
20: [       OK ] CUDA.IncrTest_06_mdrange4D (0 ms)
20: [ RUN      ] CUDA.IncrTest_08_deep_copy_2D
20: [       OK ] CUDA.IncrTest_08_deep_copy_2D (5 ms)
20: [ RUN      ] CUDA.IncrTest_08_deep_copy_3D
20: [       OK ] CUDA.IncrTest_08_deep_copy_3D (0 ms)
20: [ RUN      ] CUDA.IncrTest_08_deep_copy_4D
20: [       OK ] CUDA.IncrTest_08_deep_copy_4D (0 ms)
20: [ RUN      ] CUDA.IncrTest_10_Hierarchical_Basics
20: [       OK ] CUDA.IncrTest_10_Hierarchical_Basics (0 ms)
20: [ RUN      ] CUDA.IncrTest_11a_Hierarchical_ForLoop
20: [       OK ] CUDA.IncrTest_11a_Hierarchical_ForLoop (2 ms)
20: [ RUN      ] CUDA.IncrTest_11b_Hierarchical_ForLoop
20: [       OK ] CUDA.IncrTest_11b_Hierarchical_ForLoop (2 ms)
20: [ RUN      ] CUDA.IncrTest_11c_Hierarchical_ForLoop
20: [       OK ] CUDA.IncrTest_11c_Hierarchical_ForLoop (1296 ms)
20: [ RUN      ] CUDA.IncrTest_12a_ThreadScratch
20: [       OK ] CUDA.IncrTest_12a_ThreadScratch (2 ms)
20: [ RUN      ] CUDA.IncrTest_12b_TeamScratch
20: [       OK ] CUDA.IncrTest_12b_TeamScratch (0 ms)
20: [ RUN      ] CUDA.IncrTest_13a_Hierarchical_Red
20: [       OK ] CUDA.IncrTest_13a_Hierarchical_Red (0 ms)
20: [ RUN      ] CUDA.IncrTest_13b_Hierarchical_Red
20: [       OK ] CUDA.IncrTest_13b_Hierarchical_Red (0 ms)
20: [ RUN      ] CUDA.IncrTest_13c_Hierarchical_Red
20: [       OK ] CUDA.IncrTest_13c_Hierarchical_Red (0 ms)
20: [ RUN      ] CUDA.incr_14_MDrangeReduce
20: [       OK ] CUDA.incr_14_MDrangeReduce (0 ms)
20: [ RUN      ] CUDA.IncrTest_16_parallelscan
20: [       OK ] CUDA.IncrTest_16_parallelscan (0 ms)
20: [ RUN      ] CUDA.incr_17_atomicView
20: [       OK ] CUDA.incr_17_atomicView (0 ms)
20: [----------] 28 tests from CUDA (21080 ms total)
20: 
20: [----------] Global test environment tear-down
20: [==========] 28 tests from 1 test suite ran. (21080 ms total)
20: [  PASSED  ] 28 tests.
20/52 Test #20: Kokkos_IncrementalTest_CUDA ..........................   Passed   21.45 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.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/52 Test #22: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ............   Passed    0.01 sec
test 23
      Start 23: Kokkos_PerformanceTest_TaskDag

23: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_TaskDag
23: Test timeout computed to be: 1500
23/52 Test #23: Kokkos_PerformanceTest_TaskDag .......................   Passed    0.01 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-09-12_T14-22-16.json"
24: Test timeout computed to be: 1500
24: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
24:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
24:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
24:   For unit testing set OMP_PROC_BIND=false
24: 
24: Failed to add custom context "Kokkos" as it already exists with value "Cuda[ 0 ] NVIDIA A100 80GB PCIe capability 8.0, Total Global Memory: 79.25 GiB, Shared Memory per Block: 48 KiB : Selected"
24: 2024-09-12T14:57:53+00:00
24: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
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: 6.90, 9.94, 8.50
24: CPU architecture: none
24: Default Device: Cuda
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_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_OPENMP: 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: OpenMP thread_pool_topology[ 1 x 20 x 1 ]
24: Kokkos Version: 4.4.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      Count Time normalized
24: ---------------------------------------------------------------------------------------------------------------------------------------------------
24: GramSchmidt<double>/Count:1024/iterations:5/manual_time                            0.018 s         0.020 s             5       1024        17.4462u
24: GramSchmidt<double>/Count:2048/iterations:5/manual_time                            0.018 s         0.020 s             5     2.048k        8.76349u
24: GramSchmidt<double>/Count:4096/iterations:5/manual_time                            0.018 s         0.022 s             5     4.096k         4.4137u
37: [       OK ] std_algorithms_for_each_test.test (85 ms)
37: [----------] 1 test from std_algorithms_for_each_test (85 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 (46 ms)
37: [----------] 1 test from std_algorithms_find_test (46 ms total)
37: 
37: [----------] 4 tests from std_algorithms_non_mod_seq_ops
37: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
24: GramSchmidt<double>/Count:8192/iterations:5/manual_time                            0.018 s         0.025 s             5     8.192k         2.2019u
24: GramSchmidt<double>/Count:16384/iterations:5/manual_time                           0.019 s         0.031 s             5    16.384k        1.11996u
[ 57%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_Swap.cpp.o
24: GramSchmidt<double>/Count:32768/iterations:5/manual_time                           0.019 s         0.044 s             5    32.768k        569.605n
37: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (433 ms)
37: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
24: GramSchmidt<double>/Count:65536/iterations:5/manual_time                           0.019 s         0.068 s             5    65.536k        288.699n
37: [       OK ] std_algorithms_non_mod_seq_ops.find_end (765 ms)
37: [ RUN      ] std_algorithms_non_mod_seq_ops.search
24: GramSchmidt<double>/Count:131072/iterations:5/manual_time                          0.019 s         0.118 s             5   131.072k        149.151n
37: [       OK ] std_algorithms_non_mod_seq_ops.search (528 ms)
37: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
37: [       OK ] std_algorithms_non_mod_seq_ops.search_n (369 ms)
37: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2096 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 (60 ms)
37: [----------] 1 test from std_algorithms_count_test (60 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 (15 ms)
37: [----------] 1 test from std_algorithms_equal_test (15 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 (50 ms)
37: [----------] 1 test from std_algorithms_all_any_none_of_test (50 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 (75 ms)
37: [----------] 1 test from std_algorithms_nonmod_seq_ops (75 ms total)
37: 
37: [----------] 1 test from std_algorithms_mismatch_test
37: [ RUN      ] std_algorithms_mismatch_test.test
24: GramSchmidt<double>/Count:262144/iterations:5/manual_time                          0.021 s         0.216 s             5   262.144k        79.1173n
37: [       OK ] std_algorithms_mismatch_test.test (122 ms)
37: [----------] 1 test from std_algorithms_mismatch_test (122 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 (41 ms)
37: [----------] 1 test from std_algorithms_mod_seq_ops (41 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 13 tests from 10 test suites ran. (2706 ms total)
37: [  PASSED  ] 13 tests.
37/53 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_C ...................   Passed    3.09 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
50: [       OK ] std_algorithms_inclusive_scan_team_test.test (10650 ms)
50: [----------] 1 test from std_algorithms_inclusive_scan_team_test (10651 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 1 test from 1 test suite ran. (10651 ms total)
50: [  PASSED  ] 1 test.
50/51 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ..............   Passed   10.72 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: Working Directory: /var/jenkins/workspace/Kokkos_PR-5993/build/simd/unit_tests
51: Test timeout computed to be: 1500
51: [==========] Running 18 tests from 1 test suite.
51: [----------] Global test environment set-up.
51: [----------] 18 tests from simd
51: [ RUN      ] simd.host_math_ops
51: [       OK ] simd.host_math_ops (0 ms)
51: [ RUN      ] simd.device_math_ops
51: /var/jenkins/workspace/Kokkos_PR-5993/simd/unit_tests/include/TestSIMD_MathOps.hpp:315: Skipped
51: skipping because of a non-deterministic failure reporting: Failure to synchronize stream (nil): Error in cuStreamSynchronize: an illegal memory access was encountered
51: [  SKIPPED ] simd.device_math_ops (0 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 (113 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 (14 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: /var/jenkins/workspace/Kokkos_PR-5993/simd/unit_tests/include/TestSIMD_Reductions.hpp:184: Skipped
51: skipping because of a non-deterministic failure reporting: Failure to synchronize stream (nil): Error in cuStreamSynchronize: an illegal memory access was encountered
51: [  SKIPPED ] simd.device_reductions (0 ms)
51: [ RUN      ] simd.host_construction
51: [       OK ] simd.host_construction (0 ms)
51: [ RUN      ] simd.device_construction
51: [       OK ] simd.device_construction (0 ms)
51: [----------] 18 tests from simd (129 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 18 tests from 1 test suite ran. (129 ms total)
51: [  PASSED  ] 16 tests.
51: [  SKIPPED ] 2 tests, listed below:
51: [  SKIPPED ] simd.device_math_ops
51: [  SKIPPED ] simd.device_reductions
51/51 Test #51: Kokkos_UnitTest_SIMD .................................   Passed    0.22 sec

98% tests passed, 1 tests failed out of 51

Total Test time (real) = 767.36 sec

The following tests FAILED:
	 32 - Kokkos_UnitTest_Random (Failed)
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 (1 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 (4 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 (46 ms)
38: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
38: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (43 ms)
38: [----------] 4 tests from std_algorithms_replace_ops_test (253 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 (31 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.unique
38: [       OK ] std_algorithms_mod_seq_ops.unique (155 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
38: [       OK ] std_algorithms_mod_seq_ops.unique_copy (61 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.remove
38: [       OK ] std_algorithms_mod_seq_ops.remove (40 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
38: [       OK ] std_algorithms_mod_seq_ops.remove_if (43 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
38: [       OK ] std_algorithms_mod_seq_ops.remove_copy (146 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
Errors while running CTest
Output from these tests are in: /var/jenkins/workspace/Kokkos_PR-5993/build/Testing/Temporary/LastTest.log
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.
Post stage
[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.44 / 5.00 (88.87 %)

Use the -v/--verbose option for more details.
[Pipeline] }
$ docker stop --time=1 b41cc01294176d078d5a5e050bfe8cc1341b4408383b2975a022abb4e431eb81
24: GramSchmidt<double>/Count:524288/iterations:5/manual_time                          0.023 s         0.411 s             5   524.288k        44.1258n
38: [       OK ] std_algorithms_mod_seq_ops.rotate (1185 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
38: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (414 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
38: [       OK ] std_algorithms_mod_seq_ops.shift_left (1257 ms)
38: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_Cuda1.dir/cuda/TestCuda_ReducerViewSizeLimit.cpp.o
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp.dir/tstHeader.cpp.o
38: [       OK ] std_algorithms_mod_seq_ops.shift_right (1240 ms)
38: [----------] 11 tests from std_algorithms_mod_seq_ops (4618 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 (43 ms)
38: [----------] 1 test from std_algorithms_modseq_test (43 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 31 tests from 5 test suites ran. (4922 ms total)
38: [  PASSED  ] 31 tests.
38/53 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_D ...................   Passed    5.30 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 (13 ms)
39: [----------] 2 tests from std_algorithms_sorting_ops_test (27 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
$ docker rm -f --volumes b41cc01294176d078d5a5e050bfe8cc1341b4408383b2975a022abb4e431eb81
39: [       OK ] std_algorithms_partitioning_ops.partition_copy (33 ms)
39: [----------] 1 test from std_algorithms_partitioning_ops (33 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 (4 ms)
39: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
39: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms)
39: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
39: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms)
39: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
39: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms)
39: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
39: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms)
39: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
39: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms)
39: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
39: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (0 ms)
39: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
39: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms)
39: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
39: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms)
39: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
39: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms)
39: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
39: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms)
39: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
39: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms)
39: [----------] 12 tests from std_algorithms_numerics_test (15 ms total)
39: 
39: [----------] 1 test from std_algorithms_numerics_ops_test
39: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
39: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (89 ms)
39: [----------] 1 test from std_algorithms_numerics_ops_test (89 ms total)
39: 
39: [----------] 8 tests from std_algorithms_numeric_ops_test
39: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch OPENMPTARGET-Clang
[ 58%] Linking CXX executable Kokkos_CoreUnitTest_Cuda2
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 (526 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 (189 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 (288 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 (1789 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 (33 ms)
39: [----------] 1 test from std_algorithms_transform_ops_test (33 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 29 tests from 7 test suites ran. (1994 ms total)
39: [  PASSED  ] 29 tests.
39/53 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_E ...................   Passed    2.39 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 (308 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 (267 ms)
40: [----------] 2 tests from std_algorithms_adjacent_find_team_test (576 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 (302 ms)
40: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
40: [       OK ] std_algorithms_count_team_test.count_returns_zero (104 ms)
40: [----------] 2 tests from std_algorithms_count_team_test (407 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 (144 ms)
40: [----------] 1 test from std_algorithms_count_if_team_test (144 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 (226 ms)
40: [----------] 1 test from std_algorithms_for_each_team_test (226 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 (232 ms)
40: [----------] 1 test from std_algorithms_for_each_n_team_test (232 ms total)
40: 
40: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
40: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
24: ----------------------------------------------------------------------------------------------------------------------------------------------
24: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s        Max
24: ----------------------------------------------------------------------------------------------------------------------------------------------
24: CustomReduction<double>/N:100000/R:1000/manual_time                                0.004 s         0.028 s           156 39.5203k/s       11.5
24: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
24: Benchmark                                                                              Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced
24: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
24: OverlapRangePolicy/N:2000/M:10000/R:10                                             0.765 s         0.765 s             1        0.101662     0.101274                0.102173             0.102041   0.0509711       0.0510099
24: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
24: Benchmark                                                                              Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced
24: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
24: OverlapMDRangePolicy/N:200/M:10000/R:10                                            0.037 s         0.037 s            19        5.04186m     5.04135m                4.42457m                  4.42527m    2.68918m        2.21224m
40: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (1690 ms)
40: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
24: OverlapTeamPolicy/N:20/M:1000000/R:10                                              0.594 s         0.594 s             1       0.0813353    0.0810697               0.0762332                 0.0762908   0.0381761       0.0381181
24: ---------------------------------------------------------------------------------------------------------------------------------------------------
24: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
24: ---------------------------------------------------------------------------------------------------------------------------------------------------
24: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time                      0.000 s         0.000 s             5       1024        17.1621n
24: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                      0.000 s         0.000 s             5     2.048k        8.62012n
24: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                      0.000 s         0.001 s             5     4.096k        4.47852n
24: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                      0.000 s         0.000 s             5     8.192k        2.27722n
24: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                     0.000 s         0.000 s             5    16.384k        1.21509n
24: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                     0.000 s         0.001 s             5    32.768k        639.038p
24: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                     0.000 s         0.001 s             5    65.536k        352.539p
24: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                    0.000 s         0.001 s             5   131.072k        236.809p
24: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                    0.000 s         0.002 s             5   262.144k        254.799p
24: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                    0.000 s         0.002 s             5   524.288k        215.725p
40: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (1000 ms)
40: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
40: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (1000 ms)
40: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (3691 ms total)
40: 
40: [----------] 2 tests from std_algorithms_mismatch_team_test
40: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
[ 58%] Built target Kokkos_CoreUnitTest_Cuda2
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp.dir/tstHeader.cpp.o
24: -----------------------------------------------------------------------------------------------------------------------------------
24: Benchmark                                                                              Time             CPU   Iterations  FOM: rate
24: -----------------------------------------------------------------------------------------------------------------------------------
24: Malloc/N:1/manual_time                                                              12.3 us         26.1 us        56859  81.185k/s
40: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (1099 ms)
40: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
40: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (373 ms)
40: [----------] 2 tests from std_algorithms_mismatch_team_test (1472 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 12 tests from 7 test suites ran. (6751 ms total)
40: [  PASSED  ] 12 tests.
[ 58%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
40/53 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ..............   Passed    7.13 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
24: Malloc/N:16/manual_time                                                             12.3 us         26.0 us        57323 81.5159k/s
41: [       OK ] std_algorithms_equal_team_test.views_are_equal (797 ms)
41: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
41: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (569 ms)
41: [----------] 2 tests from std_algorithms_equal_team_test (1366 ms total)
41: 
41: [----------] 2 tests from std_algorithms_search_team_test
41: [ RUN      ] std_algorithms_search_team_test.sequences_exist
[ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
41: [       OK ] std_algorithms_search_team_test.sequences_exist (340 ms)
41: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
41: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (430 ms)
41: [----------] 2 tests from std_algorithms_search_team_test (770 ms total)
41: 
41: [----------] 2 tests from std_algorithms_find_end_team_test
41: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
24: Malloc/N:256/manual_time                                                            12.3 us         26.1 us        56993 81.1829k/s
41: [       OK ] std_algorithms_find_end_team_test.sequences_exist (996 ms)
41: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
24: Malloc/N:4096/manual_time                                                           12.3 us         26.0 us        57593  81.424k/s
41: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (838 ms)
41: [----------] 2 tests from std_algorithms_find_end_team_test (1834 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
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
41: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (687 ms)
41: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
[ 58%] Built target Kokkos_HeaderSelfContained_Kokkos_MemoryTraits_hpp
[ 58%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp.dir/tstHeader.cpp.o
24: Malloc/N:65536/manual_time                                                          12.2 us         25.9 us        57601 82.1028k/s
24: Malloc/N:1048576/manual_time                                                         107 us          196 us         6568 9.36044k/s
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
41: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (2762 ms)
41: [----------] 2 tests from std_algorithms_find_first_of_team_test (3450 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 8 tests from 4 test suites ran. (7422 ms total)
41: [  PASSED  ] 8 tests.
41/53 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ..............   Passed    7.80 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 (139 ms)
42: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
[ 58%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reducers_e.cpp.o
24: Malloc/N:16777216/manual_time                                                        505 us          610 us         1386 1.97836k/s
42: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (195 ms)
42: [----------] 2 tests from std_algorithms_find_team_test (334 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 (110 ms)
42: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
42: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (208 ms)
42: [----------] 2 tests from std_algorithms_find_if_team_test (318 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 (209 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 (116 ms)
42: [----------] 2 tests from std_algorithms_find_if_not_team_test (326 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 (207 ms)
42: [----------] 1 test from std_algorithms_all_of_team_test (207 ms total)
42: 
42: [----------] 1 test from std_algorithms_any_of_team_test
42: [ RUN      ] std_algorithms_any_of_team_test.test
42: [       OK ] std_algorithms_any_of_team_test.test (111 ms)
42: [----------] 1 test from std_algorithms_any_of_team_test (111 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 (205 ms)
42: [----------] 1 test from std_algorithms_none_of_team_test (205 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 (156 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 (148 ms)
42: [----------] 2 tests from std_algorithms_search_n_team_test (304 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 11 tests from 7 test suites ran. (1808 ms total)
42: [  PASSED  ] 11 tests.
42/53 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ..............   Passed    2.19 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
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
43: [       OK ] std_algorithms_min_element_team_test.test (754 ms)
43: [----------] 1 test from std_algorithms_min_element_team_test (754 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 (778 ms)
43: [----------] 1 test from std_algorithms_max_element_team_test (778 ms total)
43: 
43: [----------] 1 test from std_algorithms_minmax_element_team_test
43: [ RUN      ] std_algorithms_minmax_element_team_test.test
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
43: [       OK ] std_algorithms_minmax_element_team_test.test (1029 ms)
43: [----------] 1 test from std_algorithms_minmax_element_team_test (1029 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 3 tests from 3 test suites ran. (2562 ms total)
43: [  PASSED  ] 3 tests.
43/53 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ..............   Passed    2.94 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 (155 ms)
44: [----------] 1 test from std_algorithms_fill_team_test (155 ms total)
44: 
44: [----------] 1 test from std_algorithms_fill_n_team_test
44: [ RUN      ] std_algorithms_fill_n_team_test.test
24: Malloc/N:268435456/manual_time                                                      4923 us         1093 us          843  203.119/s
44: [       OK ] std_algorithms_fill_n_team_test.test (249 ms)
44: [----------] 1 test from std_algorithms_fill_n_team_test (249 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 (222 ms)
44: [----------] 1 test from std_algorithms_replace_team_test (222 ms total)
44: 
44: [----------] 1 test from std_algorithms_replace_if_team_test
44: [ RUN      ] std_algorithms_replace_if_team_test.test
24: Malloc/N:4294967296/manual_time                                                   127220 us         5521 us            6  7.86039/s
44: [       OK ] std_algorithms_replace_if_team_test.test (318 ms)
44: [----------] 1 test from std_algorithms_replace_if_team_test (318 ms total)
44: 
44: [----------] 1 test from std_algorithms_replace_copy_team_test
44: [ RUN      ] std_algorithms_replace_copy_team_test.test
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_MinMax_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Pair_hpp.dir/tstHeader.cpp.o
44: [       OK ] std_algorithms_replace_copy_team_test.test (564 ms)
44: [----------] 1 test from std_algorithms_replace_copy_team_test (564 ms total)
44: 
44: [----------] 1 test from std_algorithms_replace_copy_if_team_test
44: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
24: MallocFree/N:1/manual_time                                                          26.4 us         26.6 us        26479 37.8506k/s
44: [       OK ] std_algorithms_replace_copy_if_team_test.test (444 ms)
44: [----------] 1 test from std_algorithms_replace_copy_if_team_test (444 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 6 tests from 6 test suites ran. (1955 ms total)
44: [  PASSED  ] 6 tests.
44/53 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ..............   Passed    2.34 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 (196 ms)
45: [----------] 1 test from std_algorithms_reverse_team_test (196 ms total)
45: 
45: [----------] 1 test from std_algorithms_reverse_copy_team_test
45: [ RUN      ] std_algorithms_reverse_copy_team_test.test
24: MallocFree/N:16/manual_time                                                         26.2 us         26.4 us        26600 38.1132k/s
45: [       OK ] std_algorithms_reverse_copy_team_test.test (225 ms)
45: [----------] 1 test from std_algorithms_reverse_copy_team_test (225 ms total)
45: 
45: [----------] 1 test from std_algorithms_rotate_team_test
45: [ RUN      ] std_algorithms_rotate_team_test.test
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
45: [       OK ] std_algorithms_rotate_team_test.test (459 ms)
45: [----------] 1 test from std_algorithms_rotate_team_test (459 ms total)
45: 
45: [----------] 1 test from std_algorithms_rotate_copy_team_test
45: [ RUN      ] std_algorithms_rotate_copy_team_test.test
[ 59%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp.dir/tstHeader.cpp.o
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp.dir/tstHeader.cpp.o
45: [       OK ] std_algorithms_rotate_copy_team_test.test (395 ms)
45: [----------] 1 test from std_algorithms_rotate_copy_team_test (395 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 4 tests from 4 test suites ran. (1277 ms total)
45: [  PASSED  ] 4 tests.
45/53 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ..............   Passed    1.63 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
24: MallocFree/N:256/manual_time                                                        25.8 us         26.0 us        27125  38.744k/s
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 (354 ms)
46: [----------] 1 test from std_algorithms_move_team_test (354 ms total)
46: 
46: [----------] 1 test from std_algorithms_move_backward_team_test
46: [ RUN      ] std_algorithms_move_backward_team_test.test
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
46: [       OK ] std_algorithms_move_backward_team_test.test (315 ms)
46: [----------] 1 test from std_algorithms_move_backward_team_test (315 ms total)
46: 
46: [----------] 1 test from std_algorithms_shift_left_team_test
46: [ RUN      ] std_algorithms_shift_left_team_test.test
24: MallocFree/N:4096/manual_time                                                       25.6 us         25.8 us        27191 39.0241k/s
[ 59%] Built target Kokkos_HeaderSelfContained_Kokkos_NumericTraits_hpp
[ 59%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp.dir/tstHeader.cpp.o
24: MallocFree/N:65536/manual_time                                                      25.6 us         25.8 us        27294   39.03k/s
46: [       OK ] std_algorithms_shift_left_team_test.test (1102 ms)
46: [----------] 1 test from std_algorithms_shift_left_team_test (1102 ms total)
46: 
46: [----------] 1 test from std_algorithms_shift_right_team_test
46: [ RUN      ] std_algorithms_shift_right_team_test.test
24: MallocFree/N:1048576/manual_time                                                     196 us          196 us         3565 5.10264k/s
46: [       OK ] std_algorithms_shift_right_team_test.test (1026 ms)
46: [----------] 1 test from std_algorithms_shift_right_team_test (1026 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 4 tests from 4 test suites ran. (2798 ms total)
46: [  PASSED  ] 4 tests.
46/53 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ..............   Passed    3.18 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
24: MallocFree/N:16777216/manual_time                                                    609 us          609 us         1152 1.64313k/s
47: [       OK ] std_algorithms_copy_team_test.test (460 ms)
47: [----------] 1 test from std_algorithms_copy_team_test (460 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 (319 ms)
47: [----------] 1 test from std_algorithms_copy_n_team_test (319 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 (313 ms)
47: [----------] 1 test from std_algorithms_copy_backward_team_test (313 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 (405 ms)
47: [----------] 1 test from std_algorithms_copy_if_team_test (405 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 (661 ms)
47: [----------] 1 test from std_algorithms_unique_copy_team_test (661 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 (446 ms)
47: [----------] 1 test from std_algorithms_remove_team_test (446 ms total)
47: 
47: [----------] 1 test from std_algorithms_remove_if_team_test
47: [ RUN      ] std_algorithms_remove_if_team_test.test
47: [       OK ] std_algorithms_remove_if_team_test.test (459 ms)
47: [----------] 1 test from std_algorithms_remove_if_team_test (459 ms total)
47: 
47: [----------] 1 test from std_algorithms_remove_copy_team_test
47: [ RUN      ] std_algorithms_remove_copy_team_test.test
24: MallocFree/N:268435456/manual_time                                                  4655 us         1085 us          659  214.803/s
47: [       OK ] std_algorithms_remove_copy_team_test.test (472 ms)
47: [----------] 1 test from std_algorithms_remove_copy_team_test (472 ms total)
47: 
47: [----------] 1 test from std_algorithms_remove_copy_if_team_test
47: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
47: [       OK ] std_algorithms_remove_copy_if_team_test.test (387 ms)
47: [----------] 1 test from std_algorithms_remove_copy_if_team_test (387 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 9 tests from 9 test suites ran. (3925 ms total)
47: [  PASSED  ] 9 tests.
47/53 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ..............   Passed    4.31 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 (817 ms)
48: [----------] 1 test from std_algorithms_unique_team_test (817 ms total)
48: 
48: [----------] 1 test from std_algorithms_adjacent_difference_team_test
48: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
24: MallocFree/N:4294967296/manual_time                                               113038 us         5833 us            9  8.84659/s
48: [       OK ] std_algorithms_adjacent_difference_team_test.test (691 ms)
48: [----------] 1 test from std_algorithms_adjacent_difference_team_test (691 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 (429 ms)
48: [----------] 1 test from std_algorithms_reduce_team_test (429 ms total)
48: 
48: [----------] 1 test from std_algorithms_transform_reduce_team_test
48: [ RUN      ] std_algorithms_transform_reduce_team_test.test
24: MallocTouch/N:1/manual_time                                                         19.0 us         33.6 us        37278 52.5452k/s
48: [       OK ] std_algorithms_transform_reduce_team_test.test (696 ms)
48: [----------] 1 test from std_algorithms_transform_reduce_team_test (696 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 4 tests from 4 test suites ran. (2634 ms total)
48: [  PASSED  ] 4 tests.
48/53 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ..............   Passed    3.02 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
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
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 (415 ms)
49: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Pair_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Printf_hpp.dir/tstHeader.cpp.o
24: MallocTouch/N:16/manual_time                                                        18.6 us         32.8 us        37063 53.8379k/s
49: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (854 ms)
49: [----------] 2 tests from std_algorithms_is_sorted_team_test (1269 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 (15 ms)
49: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
49: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (17 ms)
49: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
49: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (767 ms)
49: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
49: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (474 ms)
49: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (1275 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 (8 ms)
49: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
24: MallocTouch/N:256/manual_time                                                       18.6 us         32.7 us        37699 53.8038k/s
49: [       OK ] std_algorithms_is_partitioned_team_test.all_true (228 ms)
49: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
49: [       OK ] std_algorithms_is_partitioned_team_test.all_false (225 ms)
49: [ RUN      ] std_algorithms_is_partitioned_team_test.random
49: [       OK ] std_algorithms_is_partitioned_team_test.random (213 ms)
49: [----------] 4 tests from std_algorithms_is_partitioned_team_test (675 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 (12 ms)
49: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
[ 60%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
49: [       OK ] std_algorithms_partition_copy_team_test.all_true (569 ms)
49: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
24: MallocTouch/N:4096/manual_time                                                      30.5 us         45.0 us        22929 32.8121k/s
49: [       OK ] std_algorithms_partition_copy_team_test.all_false (581 ms)
49: [ RUN      ] std_algorithms_partition_copy_team_test.random
49: [       OK ] std_algorithms_partition_copy_team_test.random (563 ms)
49: [----------] 4 tests from std_algorithms_partition_copy_team_test (1726 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 (8 ms)
49: [ RUN      ] std_algorithms_partition_point_team_test.all_true
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_hpp
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_PointerOwnership_hpp
49: [       OK ] std_algorithms_partition_point_team_test.all_true (183 ms)
49: [ RUN      ] std_algorithms_partition_point_team_test.all_false
49: [       OK ] std_algorithms_partition_point_team_test.all_false (173 ms)
49: [ RUN      ] std_algorithms_partition_point_team_test.random
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp.dir/tstHeader.cpp.o
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp.dir/tstHeader.cpp.o
49: [       OK ] std_algorithms_partition_point_team_test.random (151 ms)
49: [----------] 4 tests from std_algorithms_partition_point_team_test (516 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 18 tests from 5 test suites ran. (5463 ms total)
49: [  PASSED  ] 18 tests.
49/53 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ..............   Passed    5.84 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
[ 60%] Built target Kokkos_HeaderSelfContained_Kokkos_Parallel_Reduce_hpp
[ 60%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Rank_hpp.dir/tstHeader.cpp.o
24: MallocTouch/N:65536/manual_time                                                     30.7 us         45.2 us        22808 32.5971k/s
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 (477 ms)
50: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
50: [       OK ] std_algorithms_transform_team_test.test_binary_op (454 ms)
50: [----------] 2 tests from std_algorithms_transform_team_test (932 ms total)
50: 
50: [----------] 1 test from std_algorithms_generate_team_test
50: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
24: MallocTouch/N:1048576/manual_time                                                    133 us          227 us         5190 7.51827k/s
50: [       OK ] std_algorithms_generate_team_test.test_unary_op (1027 ms)
50: [----------] 1 test from std_algorithms_generate_team_test (1027 ms total)
50: 
50: [----------] 1 test from std_algorithms_generate_n_team_test
50: [ RUN      ] std_algorithms_generate_n_team_test.test
24: MallocTouch/N:16777216/manual_time                                                   532 us          641 us         1318  1.8798k/s
50: [       OK ] std_algorithms_generate_n_team_test.test (261 ms)
50: [----------] 1 test from std_algorithms_generate_n_team_test (261 ms total)
50: 
50: [----------] 1 test from std_algorithms_swap_ranges_team_test
50: [ RUN      ] std_algorithms_swap_ranges_team_test.test
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions.cpp.o
[ 60%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Reductions_DeviceView.cpp.o
50: [       OK ] std_algorithms_swap_ranges_team_test.test (409 ms)
50: [----------] 1 test from std_algorithms_swap_ranges_team_test (409 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 5 tests from 4 test suites ran. (2630 ms total)
50: [  PASSED  ] 5 tests.
50/53 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ..............   Passed    3.01 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
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
51: [       OK ] std_algorithms_exclusive_scan_team_test.test (1691 ms)
51: [----------] 1 test from std_algorithms_exclusive_scan_team_test (1691 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 (823 ms)
51: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (823 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 2 tests from 2 test suites ran. (2515 ms total)
51: [  PASSED  ] 2 tests.
51/53 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ..............   Passed    2.89 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
[ 61%] Built target Kokkos_HeaderSelfContained_Kokkos_Printf_hpp
24: MallocTouch/N:268435456/manual_time                                                 4922 us         1110 us          848  203.164/s
24: MallocTouch/N:4294967296/manual_time                                               95117 us         6163 us            6  10.5133/s
[ 61%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp.dir/tstHeader.cpp.o
52: [       OK ] std_algorithms_inclusive_scan_team_test.test (2683 ms)
52: [----------] 1 test from std_algorithms_inclusive_scan_team_test (2683 ms total)
52: 
52: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
52: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
24: MallocTouchFree/N:1/manual_time                                                     33.5 us         33.6 us        20744  29.833k/s
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 61%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
24: MallocTouchFree/N:16/manual_time                                                    33.2 us         33.3 us        20803  30.093k/s
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
52: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (1633 ms)
52: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (1633 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 2 tests from 2 test suites ran. (4317 ms total)
52: [  PASSED  ] 2 tests.
52/53 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ..............   Passed    4.70 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 18 tests from 1 test suite.
53: [----------] Global test environment set-up.
53: [----------] 18 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 (6 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: [ RUN      ] simd.host_construction
53: [       OK ] simd.host_construction (0 ms)
53: [ RUN      ] simd.device_construction
53: [       OK ] simd.device_construction (0 ms)
53: [----------] 18 tests from simd (6 ms total)
53: 
53: [----------] Global test environment tear-down
53: [==========] 18 tests from 1 test suite ran. (6 ms total)
53: [  PASSED  ] 18 tests.
53/53 Test #53: Kokkos_UnitTest_SIMD .................................   Passed    0.38 sec

100% tests passed, 0 tests failed out of 53

Total Test time (real) = 1211.87 sec
Post stage
[Pipeline] sh
[ 62%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
+ 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): 2.71 / 5.00 (54.11 %)

Use the -v/--verbose option for more details.
[Pipeline] }
$ docker stop --time=1 aa33d1616fa859f257950988ef2ed5ff764ac48180ad0d6869befdaa2e4fb2ad
24: MallocTouchFree/N:256/manual_time                                                   32.8 us         32.9 us        21180 30.5104k/s
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ProfileSection_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp.dir/tstHeader.cpp.o
$ docker rm -f --volumes aa33d1616fa859f257950988ef2ed5ff764ac48180ad0d6869befdaa2e4fb2ad
[Pipeline] // withDockerContainer
[Pipeline] }
24: MallocTouchFree/N:4096/manual_time                                                  45.0 us         45.1 us        15575 22.2225k/s
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
24: MallocTouchFree/N:65536/manual_time                                                 45.3 us         45.4 us        15554 22.0723k/s
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Profiling_ScopedRegion_hpp
[ 62%] Built target Kokkos_HeaderSelfContained_Kokkos_Rank_hpp
[ 62%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Swap_hpp.dir/tstHeader.cpp.o
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp.dir/tstHeader.cpp.o
24: MallocTouchFree/N:1048576/manual_time                                                225 us          226 us         3107  4.4347k/s
24: MallocTouchFree/N:16777216/manual_time                                               644 us          640 us         1093 1.55172k/s
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
24: MallocTouchFree/N:268435456/manual_time                                             4657 us         1115 us          659  214.736/s
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
24: MallocTouchFree/N:4294967296/manual_time                                           96121 us         6332 us            6  10.4036/s
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_ReductionIdentity_hpp
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp.dir/tstHeader.cpp.o
24: ----------------------------------------------------------------------------------------------------------------------------------------------
24: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s         MB
24: ----------------------------------------------------------------------------------------------------------------------------------------------
24: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                            0.020 s         0.002 s            38   39.608/s        800
24: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                           0.020 s         0.002 s            31  39.1004/s        800
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_ScratchSpace_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Timer_hpp.dir/tstHeader.cpp.o
24: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.002 s            32   41.634/s        800
24: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.002 s            35  41.0795/s        800
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
24: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.002 s            35  41.0672/s        800
24: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                           0.020 s         0.002 s            36  40.0722/s        800
24: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.002 s            35  41.0884/s        800
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverseCopy.cpp.o
24: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.002 s            35  41.1411/s        800
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Swap_hpp
24: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.002 s            35  41.1024/s        800
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp.dir/tstHeader.cpp.o
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp.dir/tstHeader.cpp.o
24: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.002 s            35   41.234/s        800
24: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                            0.021 s         0.002 s            35  38.9158/s        800
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
24: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                           0.020 s         0.002 s            35  39.0347/s        800
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamSearchN.cpp.o
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
24: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                            0.021 s         0.002 s            35  38.9173/s        800
24: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                           0.021 s         0.002 s            35  38.9601/s        800
24: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                            0.021 s         0.002 s            35  39.0223/s        800
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_TaskScheduler_fwd_hpp
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Timer_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp.dir/tstHeader.cpp.o
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_View_hpp.dir/tstHeader.cpp.o
24: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                           0.020 s         0.002 s            35  39.0279/s        800
24: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           629 1.43611k/s       1.6k
24: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           630 1.43719k/s       1.6k
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SharedAlloc.cpp.o
24: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           629 1.43892k/s       1.6k
[ 63%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
24: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           631 1.47233k/s       1.6k
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_UniqueToken_hpp
[ 63%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp.dir/tstHeader.cpp.o
24: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           631 1.47291k/s       1.6k
[ 63%] Built target Kokkos_HeaderSelfContained_Kokkos_Tuners_hpp
24: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           630 1.47282k/s       1.6k
[ 63%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SpaceAwareAccessorAccessViolation.cpp.o
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp.dir/tstHeader.cpp.o
24: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.001 s         0.001 s           631 1.47283k/s       1.6k
24: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.002 s         0.002 s           298  682.644/s       1.6k
24: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.004 s         0.004 s           182  417.164/s       1.6k
24: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.001 s         0.001 s           631 1.47234k/s       1.6k
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
24: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           300  684.995/s       1.6k
24: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           399   916.56/s       1.6k
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
24: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           631  1.4732k/s       1.6k
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_Vectorization_hpp
24: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           631 1.47297k/s       1.6k
[ 64%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp.dir/tstHeader.cpp.o
24: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           631 1.47345k/s       1.6k
24: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           631 1.47333k/s       1.6k
[ 86%] Built target Kokkos_CoreUnitTest_Default
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 64%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 64%] Built target Kokkos_HeaderSelfContained_Kokkos_View_hpp
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DualView_hpp.dir/tstHeader.cpp.o
24: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.004 s         0.004 s           182  418.237/s       1.6k
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
24: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.004 s         0.004 s           180  410.845/s       1.6k
24: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           374  875.148/s       1.6k
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_hwloc_hpp
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp.dir/tstHeader.cpp.o
24: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           298  683.787/s       1.6k
24: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           631 1.47295k/s       1.6k
24: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           631 1.47367k/s       1.6k
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[ 65%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
24: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.007 s         0.007 s            92  215.083/s       1.6k
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o
24: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.003 s         0.003 s           218  498.415/s       1.6k
24: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           631 1.47345k/s       1.6k
24: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           631 1.47369k/s       1.6k
24: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.006 s         0.006 s           120  279.651/s       1.6k
[ 65%] Built target Kokkos_HeaderSelfContained_Kokkos_WorkGraphPolicy_hpp
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o
24: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           281  644.233/s       1.6k
[ 65%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp.dir/tstHeader.cpp.o
24: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           630 1.47226k/s       1.6k
24: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           631 1.47212k/s       1.6k
[ 65%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SpaceAwareAccessor.cpp.o
24: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.006 s         0.006 s           107  246.639/s       1.6k
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Swap.cpp.o
24: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           315  726.268/s       1.6k
24: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time          0.001 s         0.001 s           682  1.5947k/s       1.6k
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamBasic.cpp.o
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
24: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time        0.001 s         0.001 s           683 1.59485k/s       1.6k
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
24: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time         0.001 s         0.001 s           682 1.59486k/s       1.6k
24: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time         0.001 s         0.001 s           683 1.59514k/s       1.6k
24: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1168  1.3336k/s        800
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_Bitset_hpp
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp.dir/tstHeader.cpp.o
24: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1167 1.33334k/s        800
[ 86%] Built target Kokkos_UnitTest_Sort
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
24: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1167 1.33302k/s        800
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o
24: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1168 1.33279k/s        800
[       OK ] serial.BinSortUnsignedKeyLayoutStrideValues (171307 ms)
[ RUN      ] serial.NestedSort
[       OK ] serial.NestedSort (61 ms)
[ RUN      ] serial.NestedSortByKey
24: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1167 1.33192k/s        800
[       OK ] serial.NestedSortByKey (500 ms)
[ RUN      ] serial.SortWithCustomComparator
24: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1167 1.33287k/s        800
24: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1167  1.3335k/s        800
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
24: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1167   1.333k/s        800
24: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1167 1.33328k/s        800
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[       OK ] serial.SortWithCustomComparator (3200 ms)
[----------] 13 tests from serial (1048802 ms total)

[----------] Global test environment tear-down
[==========] 13 tests from 1 test suite ran. (1048802 ms total)
[  PASSED  ] 13 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
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
+ ccache --show-stats
cache directory                     /tmp/ccache
primary config                      /tmp/ccache/ccache.conf
secondary config      (readonly)    /etc/ccache.conf
stats updated                       Thu Sep 12 14:21:08 2024
stats zeroed                        Thu Sep 12 14:21:08 2024
cache hit (direct)                     0
cache hit (preprocessed)               0
cache miss                             0
cache hit rate                      0.00 %
cleanups performed                     0
files in cache                     10710
cache size                           4.6 GB
max cache size                       5.0 GB
[Pipeline] }
$ docker stop --time=1 dcbb371d5f9e3ae502ae2e3eb4e9fae3892b7ba93add3e3ef43c05690587253d
24: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1167 1.33309k/s        800
24: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1168  1.3331k/s        800
$ docker rm -f --volumes dcbb371d5f9e3ae502ae2e3eb4e9fae3892b7ba93add3e3ef43c05690587253d
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
24: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1168 1.33429k/s        800
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_DualView_hpp
24: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1164 1.33237k/s        800
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Functional_hpp.dir/tstHeader.cpp.o
24: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1168  1.3343k/s        800
24: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1168 1.33317k/s        800
24: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1168 1.33333k/s        800
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_DynRankView_hpp
24: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                  0.001 s         0.001 s          1172 1.33973k/s        800
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp.dir/tstHeader.cpp.o
24: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                 0.001 s         0.001 s          1171 1.33935k/s        800
24: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10  7.3236k/s       1.6k
24: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 7.46589k/s       1.6k
24: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.65526k/s       1.6k
24: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.61319k/s       1.6k
24: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 6.66099k/s       1.6k
24: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 5.29352k/s       1.6k
24: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 9.57831k/s       1.6k
24: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 9.55945k/s       1.6k
24: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 5.40541k/s       1.6k
24: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.37622k/s       1.6k
24: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10  8.6424k/s       1.6k
24: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 6.33476k/s       1.6k
24: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10  5.3472k/s       1.6k
24: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 5.15134k/s       1.6k
24: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.04641k/s       1.6k
24: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.16798k/s       1.6k
24: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 6.41764k/s       1.6k
24: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 6.18863k/s       1.6k
24: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 4.60748k/s       1.6k
24: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10   4.734k/s       1.6k
24: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.001 s            10 2.47722k/s       1.6k
24: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.001 s            10 3.10929k/s       1.6k
24: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.001 s         0.001 s            10 2.68276k/s       1.6k
24: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 3.42552k/s       1.6k
24: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 5.89171k/s       1.6k
24: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.86913k/s       1.6k
24: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 7.21102k/s       1.6k
24: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10  5.6756k/s       1.6k
24: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.35001k/s       1.6k
24: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.97635k/s       1.6k
24: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 5.03551k/s       1.6k
24: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.83264k/s       1.6k
24: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time           0.002 s         0.002 s            10  1006.75/s       1.6k
24: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time          0.002 s         0.002 s            10  1026.31/s       1.6k
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
24/52 Test #24: Kokkos_PerformanceTest_Benchmark .....................   Passed  132.34 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-09-12_T14-22-16.json"
25: Test timeout computed to be: 1500
25: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
25:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
25:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
25:   For unit testing set OMP_PROC_BIND=false
25: 
25: Failed to add custom context "Kokkos" as it already exists with value "Cuda[ 0 ] NVIDIA A100 80GB PCIe capability 8.0, Total Global Memory: 79.25 GiB, Shared Memory per Block: 48 KiB : Selected"
25: 2024-09-12T15:00:06+00:00
25: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
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.55, 6.70, 7.49
25: CPU architecture: none
25: Default Device: Cuda
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_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_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 20 x 1 ]
25: Kokkos Version: 4.4.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
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/52 Test #25: Kokkos_Benchmark_Atomic_MinMax .......................   Passed    0.54 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-09-12_T14-22-16.json"
26: Test timeout computed to be: 1500
26: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
26:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
26:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
26:   For unit testing set OMP_PROC_BIND=false
26: 
26: Failed to add custom context "Kokkos" as it already exists with value "Cuda[ 0 ] NVIDIA A100 80GB PCIe capability 8.0, Total Global Memory: 79.25 GiB, Shared Memory per Block: 48 KiB : Selected"
26: 2024-09-12T15:00:06+00:00
26: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Mempool
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.55, 6.70, 7.49
26: CPU architecture: none
26: Default Device: Cuda
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_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_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 20 x 1 ]
26: Kokkos Version: 4.4.99
26: macro  KOKKOS_ENABLE_CUDA: defined
26: platform: 64bit
26: ***WARNING*** Library was built as DEBUG. Timings may be affected.
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_DynamicView_hpp
[ 66%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp.dir/tstHeader.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
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.000 s         0.000 s          4397               35.8606M/s
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         12878                204.366M/s
26/52 Test #26: Kokkos_PerformanceTest_Mempool .......................   Passed    7.36 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-09-12_T14-22-16.json"
27: Test timeout computed to be: 1500
27: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
27:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
27:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
27:   For unit testing set OMP_PROC_BIND=false
27: 
27: Failed to add custom context "Kokkos" as it already exists with value "Cuda[ 0 ] NVIDIA A100 80GB PCIe capability 8.0, Total Global Memory: 79.25 GiB, Shared Memory per Block: 48 KiB : Selected"
27: 2024-09-12T15:00:13+00:00
27: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Atomic
27: Run on (20 X 2345.59 MHz CPU s)
27: CPU Caches:
27:   L1 Data 64 KiB (x20)
27:   L1 Instruction 64 KiB (x20)
27:   L2 Unified 512 KiB (x20)
27:   L3 Unified 16384 KiB (x20)
27: Load Average: 1.47, 6.51, 7.42
27: CPU architecture: none
27: Default Device: Cuda
27: GPU architecture: AMPERE80
27: KOKKOS_COMPILER_GNU: 940
27: KOKKOS_COMPILER_NVCC: 1160
27: KOKKOS_ENABLE_ASM: yes
27: KOKKOS_ENABLE_CUDA: yes
27: KOKKOS_ENABLE_CUDA_LAMBDA: yes
27: KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no
27: KOKKOS_ENABLE_CUDA_UVM: 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: yes
27: KOKKOS_ENABLE_HWLOC: no
27: KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: no
27: KOKKOS_ENABLE_LIBDL: no
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 20 x 1 ]
27: Kokkos Version: 4.4.99
27: macro  KOKKOS_ENABLE_CUDA: defined
27: platform: 64bit
27: ***WARNING*** Library was built as DEBUG. Timings may be affected.
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 86%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
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>/30000/iterations:10                          0.165 s         0.165 s            10          1            4    5.81353m          5.519m     2.5648m     449.985M          75.936k     449.985M
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 66%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 66%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamCombinedReducers.cpp.o
[ 66%] Built target Kokkos_HeaderSelfContained_Kokkos_Functional_hpp
[ 67%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp.dir/tstHeader.cpp.o
[ 67%] Built target Kokkos_HeaderSelfContained_Kokkos_ErrorReporter_hpp
[ 68%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp.dir/tstHeader.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c11.cpp.o
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamMDRange.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c12.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
27: Test_Atomic<long int>/100000/iterations:10                     1.58 s          1.58 s            10          1            8     3.2713m        1.51493m    2.65596m     4.99995G         294.976k     4.99995G
[ 86%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_OffsetView_hpp
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_ScatterView_hpp
[ 68%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Random_hpp.dir/tstHeader.cpp.o
[ 68%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp.dir/tstHeader.cpp.o
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_UnorderedMap_hpp
[ 68%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_Sort_hpp.dir/tstHeader.cpp.o
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_StaticCrsGraph_hpp
[ 68%] Building CXX object core/unit_test/headers_self_contained/CMakeFiles/Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp.dir/tstHeader.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 68%] Linking CXX executable Kokkos_CoreUnitTest_Cuda1
[ 68%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamPolicyConstructors.cpp.o
[ 68%] Built target Kokkos_CoreUnitTest_Cuda1
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/UnitTestMain.cpp.o
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_NestedSort_hpp
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/UnitTestMain.cpp.o
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_Random_hpp
[ 68%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCompileMain.cpp.o
[ 87%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 87%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 68%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 68%] Built target Kokkos_HeaderSelfContained_Kokkos_StdAlgorithms_hpp
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestCreateMirror.cpp.o
[ 69%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestMain.cpp.o
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 69%] Linking CXX executable Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_Bitset.cpp.o
27: Test_Atomic<long long int>/100000/iterations:10                4.74 s          4.74 s            10          1            8     7.88648        1.64127m    2.65747m     4.99995G         185.408k     4.99995G
[ 69%] Built target Kokkos_HeaderSelfContained_Kokkos_Sort_hpp
[ 69%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestMain.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c13.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_Bitset.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DualView.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
27: Test_Atomic<unsigned int>/100000/iterations:10                 1.75 s          1.75 s            10          1            4    2.52361m        1.52644m    2.57852m     704.983M          268.64k     704.983M
[ 69%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_OpenMP.dir/TestOpenMP.cpp.o
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
27: Test_Atomic<unsigned long int>/100000/iterations:10            1.58 s          1.58 s            10          1            8    3.33142m        1.56081m    2.77107m     4.99995G         168.576k     4.99995G
[ 69%] Building CXX object containers/performance_tests/CMakeFiles/Kokkos_ContainersPerformanceTest_Cuda.dir/TestCuda.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestDualViewParameterPack.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DualView.cpp.o
[ 69%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamReductionScan.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyIf.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_SubView_c14.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynamicView.cpp.o
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersTestCompileOnly.dir/TestIsViewTrait.cpp.o
[ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 69%] Linking CXX executable Kokkos_ContainersPerformanceTest_OpenMP
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_SharedAlloc.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o
[ 69%] Built target Kokkos_ContainersPerformanceTest_OpenMP
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/UnitTestMain.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsCommon.cpp.o
27: Test_Atomic<unsigned long long int>/100000/iterations:10       4.74 s          4.74 s            10          1            8     7.89793        1.74196m    2.76346m     4.99995G         195.072k     4.99995G
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_a.cpp.o
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 69%] Linking CXX executable Kokkos_ContainersPerformanceTest_Cuda
[ 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_OpenMP.dir/openmp/TestOpenMP_TeamScan.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[ 69%] Built target Kokkos_ContainersPerformanceTest_Cuda
[ 96%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Task.cpp.o
[ 69%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/UnitTestMain.cpp.o
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.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
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsPartitioned.cpp.o
27: Test_Atomic<float>/100000/iterations:10                        1.76 s          1.76 s            10          0            4    4.58567m        1.64747m    3.34575m     4.99996G          365.28k     4.99989G
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_d.cpp.o
[ 69%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_generic.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/TestStdAlgorithmsCommon.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewAPI_e.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Random.dir/cuda/TestRandom.cpp.o
27: Test_Atomic<double>/100000/iterations:10                       1.58 s          1.58 s            10          1            8    4.57725m        1.53587m    3.46466m     4.99995G         353.984k     4.99995G
27/52 Test #27: Kokkos_PerformanceTest_Atomic ........................   Passed  179.22 sec
test 28
      Start 28: Kokkos_ContainersUnitTest_OpenMP

28: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/containers/unit_tests/Kokkos_ContainersUnitTest_OpenMP
28: Test timeout computed to be: 1500
28: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
28:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
28:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
28:   For unit testing set OMP_PROC_BIND=false
28: 
28: [==========] Running 63 tests from 1 test suite.
28: [----------] Global test environment set-up.
28: [----------] 63 tests from openmp
28: [ RUN      ] openmp.bitset
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate.cpp.o
28: [       OK ] openmp.bitset (1958 ms)
28: [ RUN      ] openmp.bitset_default_constructor_no_alloc
28: [       OK ] openmp.bitset_default_constructor_no_alloc (0 ms)
28: [ RUN      ] openmp.dualview_combination
28: [       OK ] openmp.dualview_combination (0 ms)
28: [ RUN      ] openmp.dualview_alloc
28: [       OK ] openmp.dualview_alloc (0 ms)
28: [ RUN      ] openmp.test_dualview_copy_construction_and_assignment
28: [       OK ] openmp.test_dualview_copy_construction_and_assignment (0 ms)
28: [ RUN      ] openmp.dualview_combinations_without_init
28: [       OK ] openmp.dualview_combinations_without_init (0 ms)
28: [ RUN      ] openmp.dualview_deep_copy
28: [       OK ] openmp.dualview_deep_copy (0 ms)
28: [ RUN      ] openmp.dualview_realloc
28: [       OK ] openmp.dualview_realloc (0 ms)
28: [ RUN      ] openmp.dualview_resize
28: [       OK ] openmp.dualview_resize (0 ms)
28: [ RUN      ] openmp.dualview_device_correct_kokkos_device
28: [       OK ] openmp.dualview_device_correct_kokkos_device (10 ms)
28: [ RUN      ] openmp.dualview_host_correct_kokkos_device
28: [       OK ] openmp.dualview_host_correct_kokkos_device (1 ms)
28: [ RUN      ] openmp.dualview_host_modify_template_device_sync
28: [       OK ] openmp.dualview_host_modify_template_device_sync (0 ms)
28: [ RUN      ] openmp.dualview_host_modify_template_device_execspace_sync
28: [       OK ] openmp.dualview_host_modify_template_device_execspace_sync (0 ms)
28: [ RUN      ] openmp.dualview_device_modify_template_host_sync
28: [       OK ] openmp.dualview_device_modify_template_host_sync (0 ms)
28: [ RUN      ] openmp.dualview_device_modify_template_host_execspace_sync
28: [       OK ] openmp.dualview_device_modify_template_host_execspace_sync (0 ms)
28: [ RUN      ] openmp.dualview_template_views_return_correct_executionspace_views
28: [       OK ] openmp.dualview_template_views_return_correct_executionspace_views (0 ms)
28: [ RUN      ] openmp.dualview_template_views_return_correct_views_from_const_dual_view
28: [       OK ] openmp.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
28: [ RUN      ] openmp.dynamic_view
28: [       OK ] openmp.dynamic_view (22 ms)
28: [ RUN      ] openmp.dyn_rank_view_api_generic
28: [       OK ] openmp.dyn_rank_view_api_generic (46 ms)
28: [ RUN      ] openmp.dyn_rank_view_api_operator_rank12345
28: [       OK ] openmp.dyn_rank_view_api_operator_rank12345 (0 ms)
28: [ RUN      ] openmp.dyn_rank_view_check_fence_resize_realloc
28: /var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
28: skipping since not default execution space
28: [  SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc (0 ms)
28: [ RUN      ] openmp.dyn_rank_view_api_operator_rank67
28: [       OK ] openmp.dyn_rank_view_api_operator_rank67 (0 ms)
28: [ RUN      ] openmp.ErrorReporterViaLambda
28: [       OK ] openmp.ErrorReporterViaLambda (0 ms)
28: [ RUN      ] openmp.ErrorReporter
28: [       OK ] openmp.ErrorReporter (0 ms)
28: [ RUN      ] openmp.offsetview_construction
28: [       OK ] openmp.offsetview_construction (65 ms)
28: [ RUN      ] openmp.offsetview_unmanaged_construction
28: [       OK ] openmp.offsetview_unmanaged_construction (0 ms)
28: [ RUN      ] openmp.offsetview_subview
28: [       OK ] openmp.offsetview_subview (11 ms)
28: [ RUN      ] openmp.offsetview_offsets_rank1
28: [       OK ] openmp.offsetview_offsets_rank1 (0 ms)
28: [ RUN      ] openmp.offsetview_offsets_rank2
28: [       OK ] openmp.offsetview_offsets_rank2 (0 ms)
28: [ RUN      ] openmp.offsetview_offsets_rank3
28: [       OK ] openmp.offsetview_offsets_rank3 (0 ms)
28: [ RUN      ] openmp.scatterview
[ 70%] Linking CXX executable Kokkos_ContainersTestCompileOnly
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[ 70%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynamicView.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_a.cpp.o
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdReducers.cpp.o
28: [       OK ] openmp.scatterview (6132 ms)
28: [ RUN      ] openmp.scatterview_devicetype
28: [       OK ] openmp.scatterview_devicetype (9 ms)
28: [ RUN      ] openmp.staticcrsgraph
28: [       OK ] openmp.staticcrsgraph (31 ms)
28: [ RUN      ] openmp.resize_realloc_no_init_dualview
28: [       OK ] openmp.resize_realloc_no_init_dualview (1 ms)
28: [ RUN      ] openmp.resize_realloc_no_alloc_dualview
28: [       OK ] openmp.resize_realloc_no_alloc_dualview (0 ms)
28: [ RUN      ] openmp.resize_exec_space_dualview
28: [       OK ] openmp.resize_exec_space_dualview (0 ms)
28: [ RUN      ] openmp.realloc_exec_space_dualview
28: [       OK ] openmp.realloc_exec_space_dualview (0 ms)
28: [ RUN      ] openmp.resize_realloc_no_init_dynrankview
28: [       OK ] openmp.resize_realloc_no_init_dynrankview (0 ms)
28: [ RUN      ] openmp.resize_exec_space_dynrankview
28: [       OK ] openmp.resize_exec_space_dynrankview (0 ms)
28: [ RUN      ] openmp.realloc_exec_space_dynrankview
28: [       OK ] openmp.realloc_exec_space_dynrankview (0 ms)
28: [ RUN      ] openmp.resize_realloc_no_init_scatterview
28: [       OK ] openmp.resize_realloc_no_init_scatterview (1 ms)
28: [ RUN      ] openmp.resize_realloc_no_alloc_scatterview
28: [       OK ] openmp.resize_realloc_no_alloc_scatterview (0 ms)
28: [ RUN      ] openmp.resize_exec_space_scatterview
28: [       OK ] openmp.resize_exec_space_scatterview (0 ms)
28: [ RUN      ] openmp.realloc_exec_space_scatterview
28: [       OK ] openmp.realloc_exec_space_scatterview (0 ms)
28: [ RUN      ] openmp.create_mirror_no_init_dynrankview
28: [       OK ] openmp.create_mirror_no_init_dynrankview (0 ms)
28: [ RUN      ] openmp.create_mirror_no_init_dynrankview_viewctor
28: [       OK ] openmp.create_mirror_no_init_dynrankview_viewctor (0 ms)
28: [ RUN      ] openmp.create_mirror_view_and_copy_dynrankview
28: [       OK ] openmp.create_mirror_view_and_copy_dynrankview (0 ms)
28: [ RUN      ] openmp.create_mirror_no_init_offsetview
28: [       OK ] openmp.create_mirror_no_init_offsetview (0 ms)
28: [ RUN      ] openmp.create_mirror_no_init_offsetview_view_ctor
28: [       OK ] openmp.create_mirror_no_init_offsetview_view_ctor (0 ms)
28: [ RUN      ] openmp.create_mirror_view_and_copy_offsetview
28: [       OK ] openmp.create_mirror_view_and_copy_offsetview (0 ms)
28: [ RUN      ] openmp.create_mirror_no_init_dynamicview
28: [       OK ] openmp.create_mirror_no_init_dynamicview (0 ms)
28: [ RUN      ] openmp.create_mirror_view_and_copy_dynamicview
28: [       OK ] openmp.create_mirror_view_and_copy_dynamicview (0 ms)
28: [ RUN      ] openmp.create_mirror_no_init_dynamicview_view_ctor
28: [       OK ] openmp.create_mirror_no_init_dynamicview_view_ctor (0 ms)
28: [ RUN      ] openmp.UnorderedMap_insert
[ 70%] Built target Kokkos_ContainersTestCompileOnly
[ 70%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestStdAlgorithmsConstraints.cpp.o
[ 90%] 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_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[ 91%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank12345.cpp.o
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
28: [       OK ] openmp.UnorderedMap_insert (7618 ms)
28: [ RUN      ] openmp.UnorderedMap_failed_insert
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
28: [       OK ] openmp.UnorderedMap_failed_insert (5422 ms)
28: [ RUN      ] openmp.UnorderedMap_deep_copy
28: [       OK ] openmp.UnorderedMap_deep_copy (6 ms)
28: [ RUN      ] openmp.UnorderedMap_valid_empty
28: [       OK ] openmp.UnorderedMap_valid_empty (0 ms)
28: [ RUN      ] openmp.UnorderedMap_clear_zero_size
28: [       OK ] openmp.UnorderedMap_clear_zero_size (0 ms)
28: [ RUN      ] openmp.UnorderedMap_consistent_size
28: [       OK ] openmp.UnorderedMap_consistent_size (0 ms)
28: [ RUN      ] openmp.UnorderedMap_shallow_copyable_on_device
28: [       OK ] openmp.UnorderedMap_shallow_copyable_on_device (0 ms)
28: [ RUN      ] openmp.UnorderedMap_lambda_capturable
28: [       OK ] openmp.UnorderedMap_lambda_capturable (0 ms)
28: [ RUN      ] openmp.UnorderedMap_constructor_view_alloc
28: [       OK ] openmp.UnorderedMap_constructor_view_alloc (0 ms)
28: [ RUN      ] openmp.viewctorprop_embedded_dim
28: [       OK ] openmp.viewctorprop_embedded_dim (0 ms)
28: [----------] 63 tests from openmp (21353 ms total)
28: 
28: [----------] Global test environment tear-down
28: [==========] 63 tests from 1 test suite ran. (21354 ms total)
28: [  PASSED  ] 62 tests.
28: [  SKIPPED ] 1 test, listed below:
28: [  SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc
28/52 Test #28: Kokkos_ContainersUnitTest_OpenMP .....................   Passed   21.81 sec
test 29
      Start 29: Kokkos_ContainersUnitTest_Cuda

29: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda
29: Test timeout computed to be: 1500
29: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
29:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
29:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
29:   For unit testing set OMP_PROC_BIND=false
29: 
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_b.cpp.o
29: [==========] Running 63 tests from 1 test suite.
29: [----------] Global test environment set-up.
29: [----------] 63 tests from cuda
29: [ RUN      ] cuda.bitset
29: [       OK ] cuda.bitset (16 ms)
29: [ RUN      ] cuda.bitset_default_constructor_no_alloc
29: [       OK ] cuda.bitset_default_constructor_no_alloc (0 ms)
29: [ RUN      ] cuda.dualview_combination
29: [       OK ] cuda.dualview_combination (0 ms)
29: [ RUN      ] cuda.dualview_alloc
29: [       OK ] cuda.dualview_alloc (0 ms)
29: [ RUN      ] cuda.test_dualview_copy_construction_and_assignment
29: [       OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms)
29: [ RUN      ] cuda.dualview_combinations_without_init
29: [       OK ] cuda.dualview_combinations_without_init (0 ms)
29: [ RUN      ] cuda.dualview_deep_copy
29: [       OK ] cuda.dualview_deep_copy (1 ms)
29: [ RUN      ] cuda.dualview_realloc
29: [       OK ] cuda.dualview_realloc (0 ms)
29: [ RUN      ] cuda.dualview_resize
29: [       OK ] cuda.dualview_resize (1 ms)
29: [ RUN      ] cuda.dualview_device_correct_kokkos_device
29: [       OK ] cuda.dualview_device_correct_kokkos_device (9 ms)
29: [ RUN      ] cuda.dualview_host_correct_kokkos_device
29: [       OK ] cuda.dualview_host_correct_kokkos_device (2 ms)
29: [ RUN      ] cuda.dualview_host_modify_template_device_sync
29: [       OK ] cuda.dualview_host_modify_template_device_sync (0 ms)
29: [ RUN      ] cuda.dualview_host_modify_template_device_execspace_sync
29: [       OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms)
29: [ RUN      ] cuda.dualview_device_modify_template_host_sync
29: [       OK ] cuda.dualview_device_modify_template_host_sync (0 ms)
29: [ RUN      ] cuda.dualview_device_modify_template_host_execspace_sync
29: [       OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms)
29: [ RUN      ] cuda.dualview_template_views_return_correct_executionspace_views
29: [       OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms)
29: [ RUN      ] cuda.dualview_template_views_return_correct_views_from_const_dual_view
29: [       OK ] cuda.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
29: [ RUN      ] cuda.dynamic_view
29: [       OK ] cuda.dynamic_view (22 ms)
29: [ RUN      ] cuda.dyn_rank_view_api_generic
29: [       OK ] cuda.dyn_rank_view_api_generic (44 ms)
29: [ RUN      ] cuda.dyn_rank_view_api_operator_rank12345
29: [       OK ] cuda.dyn_rank_view_api_operator_rank12345 (0 ms)
29: [ RUN      ] cuda.dyn_rank_view_check_fence_resize_realloc
29: [       OK ] cuda.dyn_rank_view_check_fence_resize_realloc (1 ms)
29: [ RUN      ] cuda.dyn_rank_view_api_operator_rank67
29: [       OK ] cuda.dyn_rank_view_api_operator_rank67 (1 ms)
29: [ RUN      ] cuda.ErrorReporterViaLambda
29: [       OK ] cuda.ErrorReporterViaLambda (0 ms)
29: [ RUN      ] cuda.ErrorReporter
29: [       OK ] cuda.ErrorReporter (0 ms)
29: [ RUN      ] cuda.offsetview_construction
29: [       OK ] cuda.offsetview_construction (2 ms)
29: [ RUN      ] cuda.offsetview_unmanaged_construction
29: [       OK ] cuda.offsetview_unmanaged_construction (0 ms)
29: [ RUN      ] cuda.offsetview_subview
29: [       OK ] cuda.offsetview_subview (0 ms)
29: [ RUN      ] cuda.offsetview_offsets_rank1
29: [       OK ] cuda.offsetview_offsets_rank1 (0 ms)
29: [ RUN      ] cuda.offsetview_offsets_rank2
29: [       OK ] cuda.offsetview_offsets_rank2 (0 ms)
29: [ RUN      ] cuda.offsetview_offsets_rank3
29: [       OK ] cuda.offsetview_offsets_rank3 (0 ms)
29: [ RUN      ] cuda.scatterview
29: [       OK ] cuda.scatterview (822 ms)
29: [ RUN      ] cuda.scatterview_devicetype
29: [       OK ] cuda.scatterview_devicetype (28 ms)
29: [ RUN      ] cuda.staticcrsgraph
29: [       OK ] cuda.staticcrsgraph (26 ms)
29: [ RUN      ] cuda.resize_realloc_no_init_dualview
29: [       OK ] cuda.resize_realloc_no_init_dualview (0 ms)
29: [ RUN      ] cuda.resize_realloc_no_alloc_dualview
29: [       OK ] cuda.resize_realloc_no_alloc_dualview (0 ms)
29: [ RUN      ] cuda.resize_exec_space_dualview
29: [       OK ] cuda.resize_exec_space_dualview (0 ms)
29: [ RUN      ] cuda.realloc_exec_space_dualview
29: [       OK ] cuda.realloc_exec_space_dualview (0 ms)
29: [ RUN      ] cuda.resize_realloc_no_init_dynrankview
29: [       OK ] cuda.resize_realloc_no_init_dynrankview (0 ms)
29: [ RUN      ] cuda.resize_exec_space_dynrankview
29: [       OK ] cuda.resize_exec_space_dynrankview (0 ms)
29: [ RUN      ] cuda.realloc_exec_space_dynrankview
29: [       OK ] cuda.realloc_exec_space_dynrankview (0 ms)
29: [ RUN      ] cuda.resize_realloc_no_init_scatterview
29: [       OK ] cuda.resize_realloc_no_init_scatterview (0 ms)
29: [ RUN      ] cuda.resize_realloc_no_alloc_scatterview
29: [       OK ] cuda.resize_realloc_no_alloc_scatterview (0 ms)
29: [ RUN      ] cuda.resize_exec_space_scatterview
29: [       OK ] cuda.resize_exec_space_scatterview (0 ms)
29: [ RUN      ] cuda.realloc_exec_space_scatterview
29: [       OK ] cuda.realloc_exec_space_scatterview (0 ms)
29: [ RUN      ] cuda.create_mirror_no_init_dynrankview
29: [       OK ] cuda.create_mirror_no_init_dynrankview (0 ms)
29: [ RUN      ] cuda.create_mirror_no_init_dynrankview_viewctor
29: [       OK ] cuda.create_mirror_no_init_dynrankview_viewctor (0 ms)
29: [ RUN      ] cuda.create_mirror_view_and_copy_dynrankview
29: [       OK ] cuda.create_mirror_view_and_copy_dynrankview (0 ms)
29: [ RUN      ] cuda.create_mirror_no_init_offsetview
29: [       OK ] cuda.create_mirror_no_init_offsetview (0 ms)
29: [ RUN      ] cuda.create_mirror_no_init_offsetview_view_ctor
29: [       OK ] cuda.create_mirror_no_init_offsetview_view_ctor (0 ms)
29: [ RUN      ] cuda.create_mirror_view_and_copy_offsetview
29: [       OK ] cuda.create_mirror_view_and_copy_offsetview (0 ms)
29: [ RUN      ] cuda.create_mirror_no_init_dynamicview
29: [       OK ] cuda.create_mirror_no_init_dynamicview (0 ms)
29: [ RUN      ] cuda.create_mirror_view_and_copy_dynamicview
29: [       OK ] cuda.create_mirror_view_and_copy_dynamicview (0 ms)
29: [ RUN      ] cuda.create_mirror_no_init_dynamicview_view_ctor
29: [       OK ] cuda.create_mirror_no_init_dynamicview_view_ctor (0 ms)
29: [ RUN      ] cuda.UnorderedMap_insert
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSort.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewCopy_c.cpp.o
29: [       OK ] cuda.UnorderedMap_insert (3710 ms)
29: [ RUN      ] cuda.UnorderedMap_failed_insert
29: [       OK ] cuda.UnorderedMap_failed_insert (1074 ms)
29: [ RUN      ] cuda.UnorderedMap_deep_copy
29: [       OK ] cuda.UnorderedMap_deep_copy (5 ms)
29: [ RUN      ] cuda.UnorderedMap_valid_empty
29: [       OK ] cuda.UnorderedMap_valid_empty (1 ms)
29: [ RUN      ] cuda.UnorderedMap_clear_zero_size
29: [       OK ] cuda.UnorderedMap_clear_zero_size (0 ms)
29: [ RUN      ] cuda.UnorderedMap_consistent_size
29: [       OK ] cuda.UnorderedMap_consistent_size (0 ms)
29: [ RUN      ] cuda.UnorderedMap_shallow_copyable_on_device
29: [       OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms)
29: [ RUN      ] cuda.UnorderedMap_lambda_capturable
29: [       OK ] cuda.UnorderedMap_lambda_capturable (0 ms)
29: [ RUN      ] cuda.UnorderedMap_constructor_view_alloc
29: [       OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms)
29: [ RUN      ] cuda.viewctorprop_embedded_dim
29: [       OK ] cuda.viewctorprop_embedded_dim (0 ms)
29: [----------] 63 tests from cuda (5788 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 63 tests from 1 test suite ran. (5788 ms total)
29: [  PASSED  ] 63 tests.
29/52 Test #29: Kokkos_ContainersUnitTest_Cuda .......................   Passed    6.29 sec
test 30
      Start 30: Kokkos_ContainersPerformanceTest_OpenMP

30: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_OpenMP
30: Test timeout computed to be: 1500
30: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
30:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
30:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
30:   For unit testing set OMP_PROC_BIND=false
30: 
30: [==========] Running 5 tests from 1 test suite.
30: [----------] Global test environment set-up.
30: [----------] 5 tests from TEST_CATEGORY
30: [ RUN      ] TEST_CATEGORY.dynrankview_perf
30: OpenMP
30:  DynRankView vs View: Initialization Only 
30:  View time (init only): 0.0425579
30:  View sum computation time: 0.0425579
30:  Strided View time (init only): 0.0402478
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_a.cpp.o
30:  View Rank7 time (init only): 0.0784838
30:  DynRankView time (init only): 0.0519564
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamGenerate_n.cpp.o
30:  DynRankView sum computation time: 0.0755154
30:  Ratio of View to DynRankView time: 0.819108
30:  Ratio of View to DynRankView sum computation time: 0.752936
30:  Ratio of View to View Rank7  time: 0.542251
30:  Ratio of StrideView to DynRankView time: 0.774646
30:  Ratio of DynRankView to View Rank7  time: 0.662001
30: [       OK ] TEST_CATEGORY.dynrankview_perf (446 ms)
30: [ RUN      ] TEST_CATEGORY.global_2_local
30: OpenMP
30: size, create, generate, fill, find
30: 256, 0.000161341, 2.6329e-05, 8.546e-05, 0.0023153
30: 512, 8.7242e-05, 1.8895e-05, 8.2534e-05, 0.00241692
30: 1024, 9.126e-05, 1.8144e-05, 0.000125634, 0.00294758
30: 2048, 0.000135172, 1.8776e-05, 0.000200835, 0.00381582
30: 4096, 0.000190887, 2.2432e-05, 0.000361675, 0.00499844
30: 8192, 0.000236913, 2.9084e-05, 0.000678386, 0.00850375
30: 16384, 0.00037982, 4.5565e-05, 0.00121043, 0.0144595
30: 32768, 0.000730143, 5.2409e-05, 0.00233999, 0.0372074
30: 65536, 0.00133617, 8.9949e-05, 0.00450853, 0.0989339
30: 131072, 0.00262685, 0.000166091, 0.00888387, 0.219333
30: 262144, 0.004654, 0.000318484, 0.0172845, 0.503509
30: 524288, 0.00748138, 0.000624315, 0.0335572, 1.29181
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_b.cpp.o
30: 1048576, 0.012264, 0.00122558, 0.0675011, 2.91241
30: 2097152, 0.0245073, 0.00241424, 0.138489, 6.99657
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPHostPinned_ViewMapping_subview.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_A.dir/TestRandomAccessIterator.cpp.o
[ 71%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamScratch.cpp.o
[ 71%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortByKey.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_SharedAlloc.cpp.o
[ 71%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_DynViewAPI_rank67.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_a.cpp.o
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
30: 4194304, 0.0483493, 0.00482515, 0.267597, 14.5746
30: [       OK ] TEST_CATEGORY.global_2_local (27333 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: [ RUN      ] TEST_CATEGORY.scatter_view
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_b.cpp.o
[ 92%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
30: ScatterView data-duplicated test:
30: num_threads 20
30: hand-coded test took 0.449237 seconds
30: test took 0.543984 seconds
30: num_threads 20
30: hand-coded test took 0.450975 seconds
30: test took 0.542597 seconds
30: num_threads 20
30: hand-coded test took 0.456051 seconds
30: test took 0.547229 seconds
30: num_threads 20
30: hand-coded test took 0.45518 seconds
30: test took 0.543511 seconds
30: num_threads 20
30: hand-coded test took 0.451968 seconds
30: test took 0.54127 seconds
30: [       OK ] TEST_CATEGORY.scatter_view (5415 ms)
30: [----------] 5 tests from TEST_CATEGORY (33195 ms total)
30: 
30: [----------] Global test environment tear-down
30: [==========] 5 tests from 1 test suite ran. (33196 ms total)
30: [  PASSED  ] 5 tests.
30/52 Test #30: Kokkos_ContainersPerformanceTest_OpenMP ..............   Passed   33.54 sec
test 31
      Start 31: Kokkos_ContainersPerformanceTest_Cuda

31: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_Cuda
31: Test timeout computed to be: 1500
31: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
31:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
31:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
31:   For unit testing set OMP_PROC_BIND=false
31: 
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: Cuda
31:  DynRankView vs View: Initialization Only 
31:  View time (init only): 0.00592409
31:  View sum computation time: 0.00592409
31:  Strided View time (init only): 0.000553675
31:  View Rank7 time (init only): 0.000619116
31:  DynRankView time (init only): 0.000624848
31:  DynRankView sum computation time: 0.00180919
31:  Ratio of View to DynRankView time: 9.48084
31:  Ratio of View to DynRankView sum computation time: 0.915572
31:  Ratio of View to View Rank7  time: 9.56862
31:  Ratio of StrideView to DynRankView time: 0.886095
31:  Ratio of DynRankView to View Rank7  time: 1.00926
31: [       OK ] TEST_CATEGORY.dynrankview_perf (16 ms)
31: [ RUN      ] TEST_CATEGORY.global_2_local
31: Cuda
31: size, create, generate, fill, find
31: 256, 0.000328264, 2.8913e-05, 3.0337e-05, 0.00270771
31: 512, 0.000219038, 1.7513e-05, 3.0537e-05, 0.00273467
31: 1024, 0.00021431, 1.7472e-05, 2.9875e-05, 0.00279475
31: 2048, 0.000216585, 1.7973e-05, 3.3422e-05, 0.00278178
31: 4096, 0.00022504, 1.7583e-05, 3.2241e-05, 0.0028062
31: 8192, 0.000229579, 1.8133e-05, 3.4024e-05, 0.00277993
31: 16384, 0.000228278, 1.7893e-05, 4.1196e-05, 0.00284595
31: 32768, 0.000944034, 1.8394e-05, 4.3722e-05, 0.00289971
31: 65536, 0.00112184, 1.8405e-05, 4.831e-05, 0.00302832
31: 131072, 0.00199981, 1.8866e-05, 6.7907e-05, 0.00328485
31: 262144, 0.0048139, 1.9307e-05, 8.8084e-05, 0.00390795
31: 524288, 0.0050468, 2.125e-05, 0.000151133, 0.00516341
31: 1048576, 0.00478577, 3.5246e-05, 0.000256059, 0.0123413
31: 2097152, 0.00142553, 3.0367e-05, 0.000784725, 0.0319052
31: 4194304, 0.00240891, 4.2569e-05, 0.00171434, 0.0747587
31: [       OK ] TEST_CATEGORY.global_2_local (188 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 (204 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 4 tests from 1 test suite ran. (204 ms total)
31: [  PASSED  ] 4 tests.
31/52 Test #31: Kokkos_ContainersPerformanceTest_Cuda ................   Passed    0.56 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: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
32:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
32:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
32:   For unit testing set OMP_PROC_BIND=false
32: 
32: [==========] Running 17 tests from 1 test suite.
32: [----------] Global test environment set-up.
32: [----------] 17 tests from cuda
32: [ RUN      ] cuda.SortUnsignedValueType
32: [       OK ] cuda.SortUnsignedValueType (50 ms)
32: [ RUN      ] cuda.SortEmptyView
32: [       OK ] cuda.SortEmptyView (0 ms)
32: [ RUN      ] cuda.SortByKeyEmptyView
32: [       OK ] cuda.SortByKeyEmptyView (0 ms)
32: [ RUN      ] cuda.SortByKeyEmptyViewHost
32: [       OK ] cuda.SortByKeyEmptyViewHost (0 ms)
32: [ RUN      ] cuda.SortByKey
32: [       OK ] cuda.SortByKey (1 ms)
32: [ RUN      ] cuda.SortByKeyWithComparator
32: [       OK ] cuda.SortByKeyWithComparator (0 ms)
32: [ RUN      ] cuda.SortByKeyStaticExtents
32: [       OK ] cuda.SortByKeyStaticExtents (0 ms)
32: [ RUN      ] cuda.SortByKeyWithStrides
32: [       OK ] cuda.SortByKeyWithStrides (0 ms)
32: [ RUN      ] cuda.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 22 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.
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 92%] Building CXX object example/query_device/CMakeFiles/Kokkos_query_device.dir/query_device.cpp.o
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 72%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_generic.cpp.o
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 22 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 ] cuda.SortByKeyKeysLargerThanValues (2252 ms)
32: [ RUN      ] cuda.SortWithCustomComparator
[ 92%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
32: [       OK ] cuda.SortWithCustomComparator (2875 ms)
32: [ RUN      ] cuda.BinSortGenericTests
32: [       OK ] cuda.BinSortGenericTests (24 ms)
32: [ RUN      ] cuda.BinSortEmptyView
32: [       OK ] cuda.BinSortEmptyView (0 ms)
32: [ RUN      ] cuda.BinSortEmptyKeysView
32: [       OK ] cuda.BinSortEmptyKeysView (0 ms)
32: [ RUN      ] cuda.BinSort_issue_7221
32: [       OK ] cuda.BinSort_issue_7221 (0 ms)
32: [ RUN      ] cuda.BinSortUnsignedKeyLayoutStrideValues
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 92%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[ 92%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[ 92%] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/main.cpp.o
[ 93%] Linking CXX executable Kokkos_query_device
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_c.cpp.o
[ 93%] Built target Kokkos_query_device
[ 93%] Building CXX object example/tutorial/01_hello_world/CMakeFiles/Kokkos_tutorial_01_hello_world.dir/hello_world.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_d.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewAPI_e.cpp.o
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[ 93%] Building CXX object example/tutorial/02_simple_reduce/CMakeFiles/Kokkos_tutorial_02_simple_reduce.dir/simple_reduce.cpp.o
[ 72%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_A
[ 73%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamTeamSize.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_a.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ErrorReporter.cpp.o
[ 98%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_b.cpp.o
[ 73%] Built target Kokkos_AlgorithmsUnitTest_StdSet_A
[ 93%] Building CXX object example/relocatable_function/CMakeFiles/Kokkos_example_relocatable_function.dir/functor.cpp.o
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 93%] Building CXX object example/tutorial/03_simple_view/CMakeFiles/Kokkos_tutorial_03_simple_view.dir/simple_view.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 93%] Linking CXX executable Kokkos_tutorial_01_hello_world
[ 73%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/UnitTestMain.cpp.o
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[ 93%] Building CXX object example/tutorial/04_simple_memoryspaces/CMakeFiles/Kokkos_tutorial_04_simple_memoryspaces.dir/simple_memoryspaces.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewCopy_c.cpp.o
[ 93%] Linking CXX executable Kokkos_tutorial_02_simple_reduce
[ 93%] Built target Kokkos_tutorial_01_hello_world
[ 93%] Building CXX object example/tutorial/05_simple_atomics/CMakeFiles/Kokkos_tutorial_05_simple_atomics.dir/simple_atomics.cpp.o
[ 93%] Built target Kokkos_tutorial_02_simple_reduce
[ 94%] Building CXX object example/tutorial/06_simple_mdrangepolicy/CMakeFiles/Kokkos_tutorial_06_simple_mdrangepolicy.dir/simple_mdrangepolicy.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_a.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_b.cpp.o
[ 94%] Linking CXX executable Kokkos_example_relocatable_function
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIPManaged_ViewMapping_subview.cpp.o
[ 99%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP
[ 99%] Built target Kokkos_CoreUnitTest_OpenMP
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_ScanUnit.cpp.o
[ 95%] Built target Kokkos_example_relocatable_function
[ 95%] Building CXX object example/tutorial/Advanced_Views/01_data_layouts/CMakeFiles/Kokkos_tutorial_advancedviews_01_data_layouts.dir/data_layouts.cpp.o
[ 95%] Linking CXX executable Kokkos_tutorial_03_simple_view
[ 95%] Linking CXX executable Kokkos_UnitTest_SIMD
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Spaces.cpp.o
[ 73%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_OffsetView.cpp.o
[ 95%] Linking CXX executable Kokkos_tutorial_04_simple_memoryspaces
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_Memory_Requirements.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_TeamScratchStreams.cpp.o
[ 99%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_AsyncLauncher.cpp.o
[ 95%] Built target Kokkos_tutorial_03_simple_view
[ 95%] Building CXX object example/tutorial/Advanced_Views/02_memory_traits/CMakeFiles/Kokkos_tutorial_advancedviews_02_memory_traits.dir/memory_traits.cpp.o
[ 95%] Linking CXX executable Kokkos_tutorial_05_simple_atomics
[ 95%] Built target Kokkos_tutorial_04_simple_memoryspaces
[ 95%] Building CXX object example/tutorial/Advanced_Views/03_subviews/CMakeFiles/Kokkos_tutorial_advancedviews_03_subviews.dir/subviews.cpp.o
[100%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_HIP.dir/hip/TestHIP_BlocksizeDeduction.cpp.o
[ 95%] Linking CXX executable Kokkos_tutorial_06_simple_mdrangepolicy
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 95%] Building CXX object example/tutorial/Advanced_Views/04_dualviews/CMakeFiles/Kokkos_tutorial_advancedviews_04_dualviews.dir/dual_view.cpp.o
[ 95%] Built target Kokkos_tutorial_05_simple_atomics
[ 96%] Building CXX object example/tutorial/Algorithms/01_random_numbers/CMakeFiles/Kokkos_tutorial_algorithms_01_random_numbers.dir/random_numbers.cpp.o
[ 96%] Built target Kokkos_UnitTest_SIMD
[ 96%] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_01_thread_teams.dir/thread_teams.cpp.o
[ 96%] Built target Kokkos_tutorial_06_simple_mdrangepolicy
[ 96%] Building CXX object example/tutorial/Hierarchical_Parallelism/01_thread_teams_lambda/CMakeFiles/Kokkos_tutorial_hierarchical_01_thread_teams_lambda.dir/thread_teams_lambda.cpp.o
[ 96%] Linking CXX executable Kokkos_tutorial_advancedviews_01_data_layouts
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsCommon.cpp.o
[ 96%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 96%] Building CXX object example/tutorial/Hierarchical_Parallelism/02_nested_parallel_for/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for.dir/nested_parallel_for.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_TeamVectorRange.cpp.o
[ 96%] Built target Kokkos_tutorial_advancedviews_01_data_layouts
[ 96%] Building CXX object example/tutorial/Hierarchical_Parallelism/03_vectorization/CMakeFiles/Kokkos_tutorial_hierarchicalparallelism_03_vectorization.dir/vectorization.cpp.o
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ScatterView.cpp.o
[ 96%] Linking CXX executable Kokkos_tutorial_advancedviews_02_memory_traits
[ 74%] Linking CXX executable Kokkos_UnitTest_Random
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestSortCustomComp.cpp.o
[ 96%] Linking CXX executable Kokkos_tutorial_advancedviews_03_subviews
[ 96%] Built target Kokkos_tutorial_advancedviews_02_memory_traits
[ 96%] Building CXX object example/tutorial/launch_bounds/CMakeFiles/Kokkos_launch_bounds_reduce.dir/launch_bounds_reduce.cpp.o
[ 74%] Built target Kokkos_UnitTest_Random
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/UnitTestMain.cpp.o
[ 96%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_01_thread_teams
[ 96%] Built target Kokkos_tutorial_advancedviews_03_subviews
[ 96%] Building CXX object example/tutorial/01_hello_world_lambda/CMakeFiles/Kokkos_tutorial_01_hello_world_lambda.dir/hello_world_lambda.cpp.o
[ 96%] Linking CXX executable Kokkos_tutorial_hierarchical_01_thread_teams_lambda
[ 96%] Built target Kokkos_tutorial_hierarchicalparallelism_01_thread_teams
[ 96%] Building CXX object example/tutorial/02_simple_reduce_lambda/CMakeFiles/Kokkos_tutorial_02_simple_reduce_lambda.dir/simple_reduce_lambda.cpp.o
[ 96%] Built target Kokkos_tutorial_hierarchical_01_thread_teams_lambda
[ 96%] Linking CXX executable Kokkos_tutorial_algorithms_01_random_numbers
[ 96%] Building CXX object example/tutorial/03_simple_view_lambda/CMakeFiles/Kokkos_tutorial_03_simple_view_lambda.dir/simple_view_lambda.cpp.o
[ 96%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for
[ 96%] Linking CXX executable Kokkos_tutorial_advancedviews_04_dualviews
[ 96%] Built target Kokkos_tutorial_hierarchicalparallelism_02_nested_parallel_for
[ 96%] Building CXX object benchmarks/atomic/CMakeFiles/Kokkos_atomic.dir/main.cpp.o
[ 96%] Built target Kokkos_tutorial_algorithms_01_random_numbers
[ 96%] Building CXX object benchmarks/gather/CMakeFiles/Kokkos_gather.dir/main.cpp.o
[ 97%] Linking CXX executable Kokkos_tutorial_hierarchicalparallelism_03_vectorization
[ 97%] Built target Kokkos_tutorial_advancedviews_04_dualviews
[ 98%] Building CXX object benchmarks/gups/CMakeFiles/Kokkos_gups.dir/gups.cpp.o
[ 98%] Linking CXX executable Kokkos_tutorial_01_hello_world_lambda
[ 98%] Linking CXX executable Kokkos_launch_bounds_reduce
[ 98%] Built target Kokkos_tutorial_hierarchicalparallelism_03_vectorization
[ 98%] Building CXX object benchmarks/launch_latency/CMakeFiles/Kokkos_launch_latency.dir/launch_latency.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortA.cpp.o
[ 98%] Built target Kokkos_tutorial_01_hello_world_lambda
[ 99%] Linking CXX executable Kokkos_tutorial_02_simple_reduce_lambda
[ 99%] Built target Kokkos_launch_bounds_reduce
[ 99%] Building CXX object benchmarks/stream/CMakeFiles/Kokkos_stream.dir/stream-kokkos.cpp.o
[ 99%] Building CXX object benchmarks/view_copy_constructor/CMakeFiles/Kokkos_view_copy_constructor.dir/view_copy_constructor.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_B.dir/TestStdAlgorithmsMinMaxElementOps.cpp.o
[ 99%] Linking CXX executable Kokkos_tutorial_03_simple_view_lambda
[ 99%] Built target Kokkos_tutorial_02_simple_reduce_lambda
[ 99%] Building CXX object benchmarks/policy_performance/CMakeFiles/Kokkos_policy_performance.dir/main.cpp.o
[ 99%] Built target Kokkos_tutorial_03_simple_view_lambda
[ 99%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_double.cpp.o
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_UniqueToken.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCommon.cpp.o
[ 99%] Linking CXX executable Kokkos_gups
[ 99%] Linking CXX executable Kokkos_atomic
[ 99%] Linking CXX executable Kokkos_view_copy_constructor
[ 99%] Linking CXX executable Kokkos_stream
[ 99%] Built target Kokkos_gups
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_float.cpp.o
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_StaticCrsGraph.cpp.o
[100%] Built target Kokkos_view_copy_constructor
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int32_t.cpp.o
[100%] Linking CXX executable Kokkos_launch_latency
32: [       OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (110647 ms)
32: [ RUN      ] cuda.NestedSort
32: [       OK ] cuda.NestedSort (241 ms)
32: [ RUN      ] cuda.NestedSortByKey
32: [       OK ] cuda.NestedSortByKey (870 ms)
32: [----------] 17 tests from cuda (116966 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 17 tests from 1 test suite ran. (116966 ms total)
32: [  PASSED  ] 17 tests.
32/52 Test #32: Kokkos_UnitTest_Sort .................................   Passed  117.37 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: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
33:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
33:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
33:   For unit testing set OMP_PROC_BIND=false
33: 
33: [==========] Running 3 tests from 1 test suite.
33: [----------] Global test environment set-up.
33: [----------] 3 tests from cuda
33: [ RUN      ] cuda.Random_XorShift64
33: Test Seed:1726153572655212719
33: Test Scalar=int
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 6.43252e-07 -0.0167866 -0.019201 || 0.051031 27968 29376 || 29164 28674.4 || -265.435 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 0.0121131 -0.00406656 || 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.0158934 0.00396054 || 0.051031 28008 29223 || 28225.8 28674.4 || 54.7504 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 -0.000893796 0.00116358 || 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.00215265 -0.0065069 || 0.051031 28061 29386 || 28612.8 28674.4 || -89.9514 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 0.007265 -0.00500249 || 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.00125441 0.00521796 || 0.051031 28023 29322 || 28710.4 28674.4 || 72.1331 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 0.0202978 0.0114025 || 0.051031 1e+64 -1e+64
33: Test Scalar=half
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 0.000244748 -0.99999 -48245.5 || 0.051031 0 195049 || 2.92868e+09 28674.4 || -6.66946e+08 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 0.000733163 -0.317026 0.143051 || 0.051031 1e+64 -1e+64
33: Test Scalar=bhalf
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 0.00195803 -0.999999 -57857.1 || 0.051031 0 1.55182e+06 || 2.86917e+10 28674.4 || -7.99816e+08 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 0.00588394 -0.967939 10.3577 || 0.051031 1e+64 -1e+64
33: Test Scalar=float
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 6.6091e-07 0.00182383 -0.0035048 || 0.051031 28056 29326 || 28622.2 28674.4 || -48.4503 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.96226e-07 0.00957974 0.00617349 || 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.000861728 -0.0318403 || 0.051031 27979 29304 || 28649.7 28674.4 || -440.16 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 0.0155723 0.00798826 || 0.051031 1e+64 -1e+64
33: Test Seed:1726153572806781347
33: Test Scalar=int
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 6.45775e-07 -0.00108691 -0.00288234 || 0.051031 28049 29330 || 28705.6 28674.4 || -39.8455 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.5082e-07 -0.00613365 0.00703941 || 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.00134951 0.00585659 || 0.051031 28068 29386 || 28635.7 28674.4 || 80.9615 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 -0.00544531 0.00233843 || 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.00315762 -0.00520152 || 0.051031 28064 29420 || 28584.1 28674.4 || -71.9058 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 -0.017191 0.0138876 || 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.00194409 -0.0139363 || 0.051031 27968 29303 || 28730.2 28674.4 || -192.656 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 0.0130003 0.0105096 || 0.051031 1e+64 -1e+64
33: Test Scalar=half
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 0.00024499 -0.99999 -48243.6 || 0.051031 0 195128 || 2.92842e+09 28674.4 || -6.66919e+08 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 0.000733853 -0.30723 0.153356 || 0.051031 1e+64 -1e+64
33: Test Scalar=bhalf
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 0.0019567 -0.999999 -57857.4 || 0.051031 0 1.55254e+06 || 2.86894e+10 28674.4 || -7.99821e+08 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 0.00588049 -0.967622 10.2447 || 0.051031 1e+64 -1e+64
33: Test Scalar=float
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 6.76045e-07 -0.0171684 -0.00238321 || 0.051031 27971 29359 || 29175.3 28674.4 || -32.9454 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 7.41632e-07 -0.00718436 0.00859162 || 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.00215589 -0.00011381 || 0.051031 28043 29306 || 28612.7 28674.4 || -1.57331 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 0.0128416 0.00236133 || 0.051031 1e+64 -1e+64
33: [       OK ] cuda.Random_XorShift64 (317 ms)
33: [ RUN      ] cuda.Random_XorShift1024_0
33: Test Seed:1726153572973120521
33: Test Scalar=int
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 2.47955e-07 0.0088013 0.0049009 || 0.051031 10992 11846 || 11277.7 11377 || 67.75 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 -0.00741086 0.00333153 || 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.0178051 -0.00273316 || 0.051031 11005 11758 || 11583.2 11377 || -37.7832 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 -0.00739146 -0.0013085 || 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.00380549 -0.0224128 || 0.051031 10900 11795 || 11420.4 11377 || -309.835 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 0.01488 -0.00137846 || 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.00179094 -0.000395904 || 0.051031 10937 11843 || 11397.4 11377 || -5.47298 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 0.0196492 0.00136755 || 0.051031 1e+64 -1e+64
33: Test Scalar=half
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 0.000243958 -0.999975 -7595.22 || 0.051031 0 77564 || 4.61068e+08 11377 || -1.04996e+08 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 0.000731621 -0.146037 0.0238769 || 0.051031 1e+64 -1e+64
33: Test Scalar=bhalf
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 0.00195545 -0.999997 -9108.07 || 0.051031 0 615995 || 4.51613e+09 11377 || -1.2591e+08 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 0.00587762 -0.922291 1.60052 || 0.051031 1e+64 -1e+64
33: Test Scalar=float
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 2.98818e-07 -0.00120507 -0.00745629 || 0.051031 10988 11796 || 11390.7 11377 || -103.076 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 4.00543e-07 -0.00767602 -0.00373668 || 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.0108416 -0.00329419 || 0.051031 10971 11871 || 11501.7 11377 || -45.5389 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 -0.0100345 0.00155591 || 0.051031 1e+64 -1e+64
33: Test Seed:1726153573268012506
33: Test Scalar=int
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 2.47955e-07 -0.00598049 0.00769227 || 0.051031 10926 11791 || 11445.4 11377 || 106.338 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 -0.0166837 -0.00104751 || 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.0118005 0.00283556 || 0.051031 10983 11789 || 11244.3 11377 || 39.1988 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 0.0209793 9.11673e-05 || 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.0186647 0.000734974 || 0.051031 10954 11808 || 11593.3 11377 || 10.1603 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 -0.00685257 -0.000814579 || 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.0157656 -0.00623284 || 0.051031 10910 11800 || 11559.2 11377 || -86.1628 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 0.00271758 -0.00187916 || 0.051031 1e+64 -1e+64
33: Test Scalar=half
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 0.00024705 -0.999975 -7595.47 || 0.051031 0 77661 || 4.61115e+08 11377 || -1.05e+08 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 0.000740714 -0.156047 0.026931 || 0.051031 1e+64 -1e+64
33: Test Scalar=bhalf
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 0.00195331 -0.999997 -9107.82 || 0.051031 0 616347 || 4.51711e+09 11377 || -1.25907e+08 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 0.0058717 -0.922711 1.60199 || 0.051031 1e+64 -1e+64
33: Test Scalar=float
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 2.73387e-07 0.00395897 -0.000751161 || 0.051031 10965 11827 || 11332.1 11377 || -10.3841 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 3.24249e-07 -0.0142786 0.00279918 || 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.00241006 -0.00269135 || 0.051031 10995 11831 || 11349.6 11377 || -37.2052 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 0.00986909 0.0002877 || 0.051031 1e+64 -1e+64
33: [       OK ] cuda.Random_XorShift1024_0 (834 ms)
33: [ RUN      ] cuda.Multi_streams
[100%] Built target Kokkos_stream
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/bench_int64_t.cpp.o
33: [       OK ] cuda.Multi_streams (4661 ms)
33: [----------] 3 tests from cuda (5813 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 3 tests from 1 test suite ran. (5814 ms total)
33: [  PASSED  ] 3 tests.
33/52 Test #33: Kokkos_UnitTest_Random ...............................   Passed    6.17 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: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
34:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
34:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
34:   For unit testing set OMP_PROC_BIND=false
34: 
34: [==========] Running 16 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: [----------] 2 tests from std_algorithms
34: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
34: [       OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms)
34: [ RUN      ] std_algorithms.expect_no_overlap
34: 
34: [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 22 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.
34: 
34: [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 22 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
[100%] Built target Kokkos_launch_latency
[100%] Building CXX object benchmarks/bytes_and_flops/CMakeFiles/Kokkos_bytes_and_flops.dir/main.cpp.o
[100%] Built target Kokkos_atomic
34: 
34: [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 22 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.
34: 
34: [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 22 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.
34: 
34: [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 22 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.
34: [       OK ] std_algorithms.expect_no_overlap (3974 ms)
34: [----------] 2 tests from std_algorithms (3974 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 (6 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 (10 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 16 tests from 3 test suites ran. (3985 ms total)
34: [  PASSED  ] 16 tests.
34/52 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_A ...................   Passed    4.33 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: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
35:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
35:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
35:   For unit testing set OMP_PROC_BIND=false
35: 
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 (13 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 (7 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 (7 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 (7 ms)
35: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp
35: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (11 ms)
35: [----------] 7 tests from std_algorithms_min_max_element_test (48 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 7 tests from 1 test suite ran. (48 ms total)
35: [  PASSED  ] 7 tests.
35/52 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_B ...................   Passed    0.40 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
36: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
36:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
36:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
36:   For unit testing set OMP_PROC_BIND=false
36: 
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 (742 ms)
36: [----------] 1 test from std_algorithms_lexicographical_compare_test (742 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 (1060 ms)
36: [----------] 1 test from std_algorithms_for_each_test (1060 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 (406 ms)
36: [----------] 1 test from std_algorithms_find_test (406 ms total)
36: 
36: [----------] 4 tests from std_algorithms_non_mod_seq_ops
36: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
36: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (1310 ms)
36: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
36: [       OK ] std_algorithms_non_mod_seq_ops.find_end (3807 ms)
36: [ RUN      ] std_algorithms_non_mod_seq_ops.search
36: [       OK ] std_algorithms_non_mod_seq_ops.search (2057 ms)
36: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
[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 339 tests from 4 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 (1285 ms)
1: [ RUN      ] openmp_DeathTest.abort_from_device
1: [       OK ] openmp_DeathTest.abort_from_device (1340 ms)
1: [ RUN      ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort
1: [       OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (1157 ms)
1: [ RUN      ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions
1: [       OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (1162 ms)
1: [ RUN      ] openmp_DeathTest.policy_invalid_bounds
1: [       OK ] openmp_DeathTest.policy_invalid_bounds (1158 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.
36: [       OK ] std_algorithms_non_mod_seq_ops.search_n (1803 ms)
36: [----------] 4 tests from std_algorithms_non_mod_seq_ops (8980 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 (460 ms)
36: [----------] 1 test from std_algorithms_count_test (461 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 (17 ms)
36: [----------] 1 test from std_algorithms_equal_test (17 ms total)
36: 
36: [----------] 1 test from std_algorithms_all_any_none_of_test
36: [ RUN      ] std_algorithms_all_any_none_of_test.test
1: [       OK ] openmp_DeathTest.range_policy_invalid_bounds (693 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.
36: [       OK ] std_algorithms_all_any_none_of_test.test (451 ms)
36: [----------] 1 test from std_algorithms_all_any_none_of_test (451 ms total)
36: 
36: [----------] 1 test from std_algorithms_nonmod_seq_ops
36: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
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.
36: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (409 ms)
36: [----------] 1 test from std_algorithms_nonmod_seq_ops (409 ms total)
36: 
36: [----------] 1 test from std_algorithms_mismatch_test
36: [ RUN      ] std_algorithms_mismatch_test.test
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 (1402 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_dyn
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:102: Skipped
1: only enforced when debug bound checks is enabled
1: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_stat
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:131: Skipped
1: only enforced when debug bound checks is enabled
1: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_stat (0 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_mix
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:160: Skipped
1: only enforced when debug bound checks is enabled
1: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_mix (0 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_static_extents
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:192: Skipped
1: only enforced when debug bound checks is enabled
1: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_static_extents (0 ms)
1: [ RUN      ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment
36: [       OK ] std_algorithms_mismatch_test.test (653 ms)
36: [----------] 1 test from std_algorithms_mismatch_test (653 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 (71 ms)
36: [----------] 1 test from std_algorithms_mod_seq_ops (71 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 13 tests from 10 test suites ran. (13254 ms total)
36: [  PASSED  ] 13 tests.
36/52 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_C ...................   Passed   13.64 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: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
37:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
37:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
37:   For unit testing set OMP_PROC_BIND=false
37: 
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 (5 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 (6 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 (0 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
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsLexicographicalCompare.cpp.o
37: [       OK ] std_algorithms_replace_ops_test.replace (188 ms)
37: [ RUN      ] std_algorithms_replace_ops_test.replace_if
[100%] Linking CXX executable Kokkos_gather
37: [       OK ] std_algorithms_replace_ops_test.replace_if (714 ms)
37: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
37: [       OK ] std_algorithms_replace_ops_test.replace_copy (348 ms)
37: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
37: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (340 ms)
37: [----------] 4 tests from std_algorithms_replace_ops_test (1592 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 (169 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.unique
37: [       OK ] std_algorithms_mod_seq_ops.unique (1258 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_View_64bit.cpp.o
37: [       OK ] std_algorithms_mod_seq_ops.unique_copy (440 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.remove
37: [       OK ] std_algorithms_mod_seq_ops.remove (282 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
37: [       OK ] std_algorithms_mod_seq_ops.remove_if (264 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
37: [       OK ] std_algorithms_mod_seq_ops.remove_copy (536 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
37: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (245 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.rotate
37: [       OK ] std_algorithms_mod_seq_ops.rotate (3899 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
1: [       OK ] openmp_DeathTest.view_layoutstride_right_to_layoutleft_assignment (8215 ms)
1: [ RUN      ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment
[100%] Linking CXX executable Kokkos_policy_performance
37: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (2207 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
37: [       OK ] std_algorithms_mod_seq_ops.shift_left (3563 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
1: [       OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (8111 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 (24528 ms total)
1: 
1: [----------] 1 test from openmp_graph_DeathTest
1: [ RUN      ] openmp_graph_DeathTest.can_instantiate_only_once
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_graph_DeathTest.can_instantiate_only_once (749 ms)
1: [----------] 1 test from openmp_graph_DeathTest (749 ms total)
1: 
1: [----------] 311 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_operator_equal
1: [       OK ] openmp.array_operator_equal (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 (1 ms)
1: [ RUN      ] openmp.atomic_operations_complexfloat
1: [       OK ] openmp.atomic_operations_complexfloat (1 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 (28 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 (221 ms)
1: [ RUN      ] openmp.atomic_views_nonintegral
1: [       OK ] openmp.atomic_views_nonintegral (72 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.complex_structured_bindings
1: [       OK ] openmp.complex_structured_bindings (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 (86 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.exec_space_thread_safety_range
1: [       OK ] openmp.exec_space_thread_safety_range (1088 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_mdrange
1: [       OK ] openmp.exec_space_thread_safety_mdrange (106 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_team_policy
1: [       OK ] openmp.exec_space_thread_safety_team_policy (106 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_range_reduce
1: [       OK ] openmp.exec_space_thread_safety_range_reduce (106 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_mdrange_reduce
37: [       OK ] std_algorithms_mod_seq_ops.shift_right (3494 ms)
37: [----------] 11 tests from std_algorithms_mod_seq_ops (16364 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 (251 ms)
37: [----------] 1 test from std_algorithms_modseq_test (251 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 31 tests from 5 test suites ran. (18219 ms total)
37: [  PASSED  ] 31 tests.
37/52 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_D ...................   Passed   18.64 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: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
38:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
38:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
38:   For unit testing set OMP_PROC_BIND=false
38: 
1: [       OK ] openmp.exec_space_thread_safety_mdrange_reduce (106 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_team_policy_reduce
1: [       OK ] openmp.exec_space_thread_safety_team_policy_reduce (106 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_range_scan
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
1: [       OK ] openmp.exec_space_thread_safety_range_scan (106 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 (44 ms)
1: [ RUN      ] openmp.join_backward_compatibility
1: [       OK ] openmp.join_backward_compatibility (0 ms)
1: [ RUN      ] openmp.local_deepcopy_teampolicy_layoutleft
38: [       OK ] std_algorithms_sorting_ops_test.is_sorted (28 ms)
38: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
38: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (19 ms)
38: [----------] 2 tests from std_algorithms_sorting_ops_test (48 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 (1 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 (3 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 (28 ms)
38: [----------] 1 test from std_algorithms_partitioning_ops (28 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 (1 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 (11 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 (607 ms)
38: [----------] 1 test from std_algorithms_numerics_ops_test (607 ms total)
38: 
38: [----------] 8 tests from std_algorithms_numeric_ops_test
38: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
1: [       OK ] openmp.local_deepcopy_teampolicy_layoutleft (1191 ms)
1: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutleft
38: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (2003 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
1: [       OK ] openmp.local_deepcopy_rangepolicy_layoutleft (1625 ms)
1: [ RUN      ] openmp.local_deepcopy_teampolicy_layoutright
1: [       OK ] openmp.local_deepcopy_teampolicy_layoutright (964 ms)
1: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutright
38: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (1268 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
[100%] Built target Kokkos_policy_performance
38: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (606 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
1: [       OK ] openmp.local_deepcopy_rangepolicy_layoutright (1024 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 (24 ms)
1: [ RUN      ] openmp.mdrange_6d
1: [       OK ] openmp.mdrange_6d (72 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 (8 ms)
1: [ RUN      ] openmp.mdrange_neg_idx
1: [       OK ] openmp.mdrange_neg_idx (35 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
38: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (769 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 (4648 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 (190 ms)
38: [----------] 1 test from std_algorithms_transform_ops_test (190 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 29 tests from 7 test suites ran. (5538 ms total)
38: [  PASSED  ] 29 tests.
38/52 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_E ...................   Passed    5.94 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
39: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
39:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
39:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
39:   For unit testing set OMP_PROC_BIND=false
39: 
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
1: [       OK ] openmp.mdrange_large_deep_copy (780 ms)
1: [ RUN      ] openmp.md_range_policy_construction_from_arrays
1: [       OK ] openmp.md_range_policy_construction_from_arrays (0 ms)
1: [ RUN      ] openmp.policy_get_tile_size
1: [       OK ] openmp.policy_get_tile_size (0 ms)
1: [ RUN      ] openmp.mdrange_parallel_reduce_primitive_types
1: [       OK ] openmp.mdrange_parallel_reduce_primitive_types (855 ms)
1: [ RUN      ] openmp.mdspan_minimal_functional
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestMDSpan.hpp:63: Skipped
1: mdspan not enabled
1: [  SKIPPED ] openmp.mdspan_minimal_functional (0 ms)
1: [ RUN      ] openmp.max
1: [       OK ] openmp.max (0 ms)
1: [ RUN      ] openmp.max_within_parfor
1: [       OK ] openmp.max_within_parfor (3 ms)
1: [ RUN      ] openmp.min
1: [       OK ] openmp.min (0 ms)
1: [ RUN      ] openmp.min_within_parfor
1: [       OK ] openmp.min_within_parfor (0 ms)
1: [ RUN      ] openmp.minmax
1: [       OK ] openmp.minmax (0 ms)
1: [ RUN      ] openmp.minmax_within_parfor
1: [       OK ] openmp.minmax_within_parfor (0 ms)
1: [ RUN      ] openmp.clamp
1: [       OK ] openmp.clamp (0 ms)
1: [ RUN      ] openmp.clamp_within_parfor
1: [       OK ] openmp.clamp_within_parfor (0 ms)
1: [ RUN      ] openmp.numeric_traits_infinity
1: [       OK ] openmp.numeric_traits_infinity (0 ms)
1: [ RUN      ] openmp.numeric_traits_epsilon
1: [       OK ] openmp.numeric_traits_epsilon (0 ms)
1: [ RUN      ] openmp.numeric_traits_round_error
1: [       OK ] openmp.numeric_traits_round_error (0 ms)
1: [ RUN      ] openmp.numeric_traits_norm_min
1: [       OK ] openmp.numeric_traits_norm_min (0 ms)
1: [ RUN      ] openmp.numeric_traits_denorm_min
1: [       OK ] openmp.numeric_traits_denorm_min (0 ms)
1: [ RUN      ] openmp.numeric_traits_finite_min_max
1: [       OK ] openmp.numeric_traits_finite_min_max (0 ms)
1: [ RUN      ] openmp.numeric_traits_digits
1: [       OK ] openmp.numeric_traits_digits (0 ms)
1: [ RUN      ] openmp.numeric_traits_digits10
1: [       OK ] openmp.numeric_traits_digits10 (0 ms)
1: [ RUN      ] openmp.numeric_traits_max_digits10
1: [       OK ] openmp.numeric_traits_max_digits10 (0 ms)
1: [ RUN      ] openmp.numeric_traits_radix
1: [       OK ] openmp.numeric_traits_radix (0 ms)
1: [ RUN      ] openmp.numeric_traits_min_max_exponent
1: [       OK ] openmp.numeric_traits_min_max_exponent (0 ms)
1: [ RUN      ] openmp.numeric_traits_min_max_exponent10
1: [       OK ] openmp.numeric_traits_min_max_exponent10 (0 ms)
1: [ RUN      ] openmp.numeric_traits_quiet_and_signaling_nan
1: [       OK ] openmp.numeric_traits_quiet_and_signaling_nan (0 ms)
1: [ RUN      ] openmp.numeric_traits_sfinae_friendly
1: [       OK ] openmp.numeric_traits_sfinae_friendly (0 ms)
1: [ RUN      ] openmp.occupancy_control
1: [       OK ] openmp.occupancy_control (0 ms)
1: [ RUN      ] openmp.memory_pool
1: [       OK ] openmp.memory_pool (56 ms)
1: [ RUN      ] openmp.cxx11
1: [       OK ] openmp.cxx11 (0 ms)
1: [ RUN      ] openmp.viewctorprop_embedded_dim
1: [       OK ] openmp.viewctorprop_embedded_dim (0 ms)
1: [ RUN      ] openmp.viewctorpop_view_allocate_without_initializing_backward_compatility
1: [       OK ] openmp.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
1: [ RUN      ] openmp.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_policy_round_trip_conversion_fires
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.
[ 74%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_B
1: [       OK ] openmp.range_policy_round_trip_conversion_fires (382 ms)
1: [ RUN      ] openmp.range_policy_one_way_convertible_bounds
1: [       OK ] openmp.range_policy_one_way_convertible_bounds (0 ms)
1: [ RUN      ] openmp.range_policy_check_sign_changes
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.
39: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (1488 ms)
39: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
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.range_policy_check_sign_changes (729 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 (39 ms)
1: [ RUN      ] openmp.double_reduce
1: [       OK ] openmp.double_reduce (48 ms)
1: [ RUN      ] openmp.int64_t_reduce_dynamic
1: [       OK ] openmp.int64_t_reduce_dynamic (143 ms)
1: [ RUN      ] openmp.double_reduce_dynamic
1: [       OK ] openmp.double_reduce_dynamic (139 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 (14 ms)
1: [ RUN      ] openmp.reduce_device_view_mdrange_policy
1: [       OK ] openmp.reduce_device_view_mdrange_policy (329 ms)
1: [ RUN      ] openmp.reduce_device_view_team_policy
1: [       OK ] openmp.reduce_device_view_team_policy (219 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 (166 ms)
1: [ RUN      ] openmp.team_parallel_single
39: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (1481 ms)
39: [----------] 2 tests from std_algorithms_adjacent_find_team_test (2970 ms total)
39: 
39: [----------] 2 tests from std_algorithms_count_team_test
39: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
39: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (2315 ms)
39: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
[ 74%] Built target Kokkos_AlgorithmsUnitTest_StdSet_B
[ 74%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_UnorderedMap.cpp.o
1: [       OK ] openmp.team_parallel_single (2286 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 (51 ms)
1: [ RUN      ] openmp.team_broadcast_long_wrapper
1: [       OK ] openmp.team_broadcast_long_wrapper (58 ms)
1: [ RUN      ] openmp.team_broadcast_char
1: [       OK ] openmp.team_broadcast_char (63 ms)
1: [ RUN      ] openmp.team_broadcast_float
1: [       OK ] openmp.team_broadcast_float (52 ms)
1: [ RUN      ] openmp.team_broadcast_double
1: [       OK ] openmp.team_broadcast_double (54 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 (243 ms)
1: [ RUN      ] openmp.triple_nested_parallelism
39: [       OK ] std_algorithms_count_team_test.count_returns_zero (731 ms)
39: [----------] 2 tests from std_algorithms_count_team_test (3047 ms total)
39: 
39: [----------] 1 test from std_algorithms_count_if_team_test
39: [ RUN      ] std_algorithms_count_if_team_test.test
1: [       OK ] openmp.triple_nested_parallelism (455 ms)
1: [ RUN      ] openmp.parallel_scan_with_reducers
1: [       OK ] openmp.parallel_scan_with_reducers (59 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 (3 ms)
1: [ RUN      ] openmp.ThreadVectorMDRangeParallelFor
1: [       OK ] openmp.ThreadVectorMDRangeParallelFor (3 ms)
1: [ RUN      ] openmp.TeamVectorMDRangeParallelFor
1: [       OK ] openmp.TeamVectorMDRangeParallelFor (3 ms)
1: [ RUN      ] openmp.TeamThreadMDRangeParallelReduce
1: [       OK ] openmp.TeamThreadMDRangeParallelReduce (6 ms)
1: [ RUN      ] openmp.ThreadVectorMDRangeParallelReduce
1: [       OK ] openmp.ThreadVectorMDRangeParallelReduce (6 ms)
1: [ RUN      ] openmp.TeamVectorMDRangeParallelReduce
1: [       OK ] openmp.TeamVectorMDRangeParallelReduce (6 ms)
1: [ RUN      ] openmp.team_policy_runtime_parameters
1: [       OK ] openmp.team_policy_runtime_parameters (0 ms)
1: [ RUN      ] openmp.team_reduction_scan
39: [       OK ] std_algorithms_count_if_team_test.test (1119 ms)
39: [----------] 1 test from std_algorithms_count_if_team_test (1119 ms total)
39: 
39: [----------] 1 test from std_algorithms_for_each_team_test
39: [ RUN      ] std_algorithms_for_each_team_test.test
[100%] Built target Kokkos_gather
39: [       OK ] std_algorithms_for_each_team_test.test (2306 ms)
39: [----------] 1 test from std_algorithms_for_each_team_test (2306 ms total)
39: 
39: [----------] 1 test from std_algorithms_for_each_n_team_test
39: [ RUN      ] std_algorithms_for_each_n_team_test.test
[100%] Linking CXX executable Kokkos_bytes_and_flops
39: [       OK ] std_algorithms_for_each_n_team_test.test (2819 ms)
39: [----------] 1 test from std_algorithms_for_each_n_team_test (2819 ms total)
39: 
39: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
39: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestBinSortB.cpp.o
1: [       OK ] openmp.team_reduction_scan (7450 ms)
1: [ RUN      ] openmp.team_long_reduce
1: [       OK ] openmp.team_long_reduce (16 ms)
1: [ RUN      ] openmp.team_double_reduce
1: [       OK ] openmp.team_double_reduce (16 ms)
1: [ RUN      ] openmp.team_long_array_reduce
1: [       OK ] openmp.team_long_array_reduce (16 ms)
1: [ RUN      ] openmp.team_double_array_reduce
1: [       OK ] openmp.team_double_array_reduce (16 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 (626 ms)
1: [ RUN      ] openmp.team_scan
1: [       OK ] openmp.team_scan (135 ms)
1: [ RUN      ] openmp.team_scan_ret_val
1: [       OK ] openmp.team_scan_ret_val (114 ms)
1: [ RUN      ] openmp.team_shared_request
1: [       OK ] openmp.team_shared_request (326 ms)
1: [ RUN      ] openmp.team_scratch_request
1: [       OK ] openmp.team_scratch_request (30 ms)
1: [ RUN      ] openmp.team_lambda_shared_request
1: [       OK ] openmp.team_lambda_shared_request (3 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
[ 74%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_a.cpp.o
1: [       OK ] openmp.team_policy_max_recommended (2540 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 (57 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 (80 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 (10 ms)
1: [ RUN      ] openmp.view_layout_left_with_stride
1: [       OK ] openmp.view_layout_left_with_stride (0 ms)
1: [ RUN      ] openmp.view_layout_right_with_stride
1: [       OK ] openmp.view_layout_right_with_stride (0 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_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 (1387 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_bad_alloc
1: [       OK ] openmp.view_bad_alloc (0 ms)
1: [ RUN      ] openmp.view_copy_tests
1: [       OK ] openmp.view_copy_tests (5 ms)
1: [ RUN      ] openmp.view_copy_tests_rank_0
1: [       OK ] openmp.view_copy_tests_rank_0 (0 ms)
1: [ RUN      ] openmp.view_copy_degenerated
1: [       OK ] openmp.view_copy_degenerated (0 ms)
1: [ RUN      ] openmp.view_fill_tests_layout_right
1: [       OK ] openmp.view_fill_tests_layout_right (1618 ms)
1: [ RUN      ] openmp.view_fill_tests_layout_left
1: [       OK ] openmp.view_fill_tests_layout_left (1449 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 (44 ms)
1: [ RUN      ] openmp.view_layoutstride_right_to_layoutright_assignment
1: [       OK ] openmp.view_layoutstride_right_to_layoutright_assignment (41 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 (59 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 (1 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.view_of_views_default
1: [       OK ] openmp.view_of_views_default (0 ms)
1: [ RUN      ] openmp.view_of_views_without_initializing
1: [       OK ] openmp.view_of_views_without_initializing (0 ms)
1: [ RUN      ] openmp.test_view_of_views_sequential_host_init
1: [       OK ] openmp.test_view_of_views_sequential_host_init (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 (4 ms)
1: [ RUN      ] openmp.view_realloc
1: [       OK ] openmp.view_realloc (0 ms)
1: [ RUN      ] openmp.workgraph_fib
1: [       OK ] openmp.workgraph_fib (729 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:285: 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 (8 ms)
1: [ RUN      ] openmp.view_subview_2d_from_3d_atomic
1: [       OK ] openmp.view_subview_2d_from_3d_atomic (8 ms)
1: [ RUN      ] openmp.view_subview_2d_from_3d_randomaccess
1: [       OK ] openmp.view_subview_2d_from_3d_randomaccess (8 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left
1: [       OK ] openmp.view_subview_3d_from_5d_left (130 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left_atomic
1: [       OK ] openmp.view_subview_3d_from_5d_left_atomic (105 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left_randomaccess
1: [       OK ] openmp.view_subview_3d_from_5d_left_randomaccess (98 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right
1: [       OK ] openmp.view_subview_3d_from_5d_right (161 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right_atomic
1: [       OK ] openmp.view_subview_3d_from_5d_right_atomic (161 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right_randomaccess
1: [       OK ] openmp.view_subview_3d_from_5d_right_randomaccess (153 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: [----------] 311 tests from openmp (32177 ms total)
1: 
1: [----------] 12 tests from openmp_graph
1: [ RUN      ] openmp_graph.submit_once
1: [       OK ] openmp_graph.submit_once (0 ms)
1: [ RUN      ] openmp_graph.submit_once_rvalue
1: [       OK ] openmp_graph.submit_once_rvalue (0 ms)
1: [ RUN      ] openmp_graph.instantiate_and_submit_once
1: [       OK ] openmp_graph.instantiate_and_submit_once (0 ms)
1: [ RUN      ] openmp_graph.submit_onto_another_execution_space_instance
1: [       OK ] openmp_graph.submit_onto_another_execution_space_instance (0 ms)
1: [ RUN      ] openmp_graph.create_graph_no_closure_with_exec
1: [       OK ] openmp_graph.create_graph_no_closure_with_exec (0 ms)
1: [ RUN      ] openmp_graph.create_graph_no_arg
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestGraph.hpp:243: Skipped
1: Skipping since useless if the test fixture is not on the default execution space.
1: [  SKIPPED ] openmp_graph.create_graph_no_arg (0 ms)
1: [ RUN      ] openmp_graph.submit_six
1: [       OK ] openmp_graph.submit_six (0 ms)
1: [ RUN      ] openmp_graph.when_all_cycle
1: [       OK ] openmp_graph.when_all_cycle (0 ms)
1: [ RUN      ] openmp_graph.zero_work_reduce
1: [       OK ] openmp_graph.zero_work_reduce (0 ms)
1: [ RUN      ] openmp_graph.empty_graph
1: [       OK ] openmp_graph.empty_graph (0 ms)
1: [ RUN      ] openmp_graph.diamond
1: [       OK ] openmp_graph.diamond (0 ms)
1: [ RUN      ] openmp_graph.end_of_submit_control_flow
1: [       OK ] openmp_graph.end_of_submit_control_flow (0 ms)
1: [----------] 12 tests from openmp_graph (0 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 339 tests from 4 test suites ran. (57456 ms total)
1: [  PASSED  ] 329 tests.
1: [  SKIPPED ] 10 tests, listed below:
1: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_dyn
1: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_stat
1: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_mix
1: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_static_extents
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: [  SKIPPED ] openmp_graph.create_graph_no_arg
1: 
1:   YOU HAVE 1 DISABLED TEST
1: 
 1/54 Test  #1: Kokkos_CoreUnitTest_OpenMP ...........................   Passed   57.94 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
39: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (12308 ms)
39: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
2: [       OK ] openmp.raw_openmp_interop (398 ms)
2: [----------] 1 test from openmp (398 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 1 test from 1 test suite ran. (398 ms total)
2: [  PASSED  ] 1 test.
 2/54 Test  #2: Kokkos_CoreUnitTest_OpenMPInterOp ....................   Passed    0.44 sec
test 3
      Start  3: Kokkos_CoreUnitTest_HIP

3: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_HIP
3: Test timeout computed to be: 1500
3: [==========] Running 402 tests from 6 test suites.
3: [----------] Global test environment set-up.
3: [----------] 15 tests from hip_DeathTest
3: [ RUN      ] hip_DeathTest.abort_from_host
3: [       OK ] hip_DeathTest.abort_from_host (1186 ms)
3: [ RUN      ] hip_DeathTest.abort_from_device
3: [       OK ] hip_DeathTest.abort_from_device (1213 ms)
3: [ RUN      ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort
3: [       OK ] hip_DeathTest.checked_integer_operations_multiply_overflow_abort (1181 ms)
3: [ RUN      ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions
3: [       OK ] hip_DeathTest.policy_bounds_unsafe_narrowing_conversions (1170 ms)
3: [ RUN      ] hip_DeathTest.policy_invalid_bounds
3: [       OK ] hip_DeathTest.policy_invalid_bounds (1182 ms)
3: [ RUN      ] hip_DeathTest.range_policy_invalid_bounds
3: 
3: [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.
3: 
3: [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.
3: [       OK ] hip_DeathTest.range_policy_invalid_bounds (727 ms)
3: [ RUN      ] hip_DeathTest.range_policy_implicitly_converted_bounds
3: 
3: [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.
3: 
3: [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.
3: 
3: [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.
39: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (6866 ms)
39: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
3: 
3: [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.
3: [       OK ] hip_DeathTest.range_policy_implicitly_converted_bounds (1514 ms)
3: [ RUN      ] hip_DeathTest.view_construction_with_wrong_params_dyn
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:102: Skipped
3: only enforced when debug bound checks is enabled
3: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
3: [ RUN      ] hip_DeathTest.view_construction_with_wrong_params_stat
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:131: Skipped
3: only enforced when debug bound checks is enabled
3: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_stat (0 ms)
3: [ RUN      ] hip_DeathTest.view_construction_with_wrong_params_mix
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:160: Skipped
3: only enforced when debug bound checks is enabled
3: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_mix (0 ms)
3: [ RUN      ] hip_DeathTest.view_construction_with_wrong_static_extents
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:192: Skipped
3: only enforced when debug bound checks is enabled
3: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_static_extents (0 ms)
3: [ RUN      ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment
39: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (6896 ms)
39: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (26072 ms total)
39: 
39: [----------] 2 tests from std_algorithms_mismatch_team_test
39: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
[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
3: [       OK ] hip_DeathTest.view_layoutstride_right_to_layoutleft_assignment (8365 ms)
3: [ RUN      ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment
1: [==========] Running 204 tests from 4 test suites.
1: [----------] Global test environment set-up.
1: [----------] 8 tests from serial_DeathTest
1: [ RUN      ] serial_DeathTest.abort_from_host
1: [       OK ] serial_DeathTest.abort_from_host (598 ms)
1: [ RUN      ] serial_DeathTest.abort_from_device
1: [       OK ] serial_DeathTest.abort_from_device (578 ms)
1: [ RUN      ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort
1: [       OK ] serial_DeathTest.checked_integer_operations_multiply_overflow_abort (571 ms)
1: [ RUN      ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions
1: [       OK ] serial_DeathTest.policy_bounds_unsafe_narrowing_conversions (564 ms)
1: [ RUN      ] serial_DeathTest.policy_invalid_bounds
1: [       OK ] serial_DeathTest.policy_invalid_bounds (561 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 (628 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.
39: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (7615 ms)
39: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
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 (1294 ms)
1: [ RUN      ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:105: Skipped
1: skipping since no memory access violation would occur
1: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms)
1: [----------] 8 tests from serial_DeathTest (4797 ms total)
1: 
1: [----------] 1 test from serial_graph_DeathTest
1: [ RUN      ] serial_graph_DeathTest.can_instantiate_only_once
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestGraph.hpp:177: Skipped
1: Preconditions are not checked.
1: [  SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once (0 ms)
1: [----------] 1 test from serial_graph_DeathTest (0 ms total)
1: 
1: [----------] 183 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_operator_equal
1: [       OK ] serial.array_operator_equal (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 (8 ms)
1: [ RUN      ] serial.atomic_operations_complexfloat
1: [       OK ] serial.atomic_operations_complexfloat (0 ms)
1: [ RUN      ] serial.atomic_operations_double
1: [       OK ] serial.atomic_operations_double (0 ms)
1: [ RUN      ] serial.atomic_operations_float
1: [       OK ] serial.atomic_operations_float (0 ms)
1: [ RUN      ] serial.atomic_operations_int
1: [       OK ] serial.atomic_operations_int (0 ms)
1: [ RUN      ] serial.atomic_operations_long
1: [       OK ] serial.atomic_operations_long (0 ms)
1: [ RUN      ] serial.atomic_operations_longlong
1: [       OK ] serial.atomic_operations_longlong (0 ms)
1: [ RUN      ] serial.atomic_operations_unsigned
1: [       OK ] serial.atomic_operations_unsigned (0 ms)
1: [ RUN      ] serial.atomic_operations_unsignedlong
1: [       OK ] serial.atomic_operations_unsignedlong (0 ms)
1: [ RUN      ] serial.atomics
1: [       OK ] serial.atomics (4 ms)
1: [ RUN      ] serial.atomics_tpetra_max_abs
1: [       OK ] serial.atomics_tpetra_max_abs (0 ms)
1: [ RUN      ] serial.atomic_views_integral
1: [       OK ] serial.atomic_views_integral (73 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.complex_structured_bindings
1: [       OK ] serial.complex_structured_bindings (0 ms)
1: [ RUN      ] serial.crs_count_fill
1: [       OK ] serial.crs_count_fill (0 ms)
1: [ RUN      ] serial.crs_copy_constructor
1: [       OK ] serial.crs_copy_constructor (1 ms)
1: [ RUN      ] serial.deep_copy_alignment
1: [       OK ] serial.deep_copy_alignment (2 ms)
1: [ RUN      ] serial.deep_copy_conversion
1: [       OK ] serial.deep_copy_conversion (19 ms)
1: [ RUN      ] serial.partitioning_by_args
1: [       OK ] serial.partitioning_by_args (0 ms)
1: [ RUN      ] serial.partitioning_by_vector
1: [       OK ] serial.partitioning_by_vector (0 ms)
1: [ RUN      ] serial.exec_space_thread_safety_range
39: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (2755 ms)
39: [----------] 2 tests from std_algorithms_mismatch_team_test (10370 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 12 tests from 7 test suites ran. (48706 ms total)
39: [  PASSED  ] 12 tests.
39/52 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ..............   Passed   49.09 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: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
40:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
40:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
40:   For unit testing set OMP_PROC_BIND=false
40: 
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
1: [       OK ] serial.exec_space_thread_safety_range (1065 ms)
1: [ RUN      ] serial.exec_space_thread_safety_mdrange
1: [       OK ] serial.exec_space_thread_safety_mdrange (106 ms)
1: [ RUN      ] serial.exec_space_thread_safety_team_policy
1: [       OK ] serial.exec_space_thread_safety_team_policy (106 ms)
1: [ RUN      ] serial.exec_space_thread_safety_range_reduce
1: [       OK ] serial.exec_space_thread_safety_range_reduce (106 ms)
1: [ RUN      ] serial.exec_space_thread_safety_mdrange_reduce
1: [       OK ] serial.exec_space_thread_safety_mdrange_reduce (106 ms)
1: [ RUN      ] serial.exec_space_thread_safety_team_policy_reduce
1: [       OK ] serial.exec_space_thread_safety_team_policy_reduce (106 ms)
1: [ RUN      ] serial.exec_space_thread_safety_range_scan
1: [       OK ] serial.exec_space_thread_safety_range_scan (106 ms)
1: [ RUN      ] serial.execution_space_as_class_data_member
1: [       OK ] serial.execution_space_as_class_data_member (0 ms)
1: [ RUN      ] serial.functor_analysis
1: [       OK ] serial.functor_analysis (0 ms)
1: [ RUN      ] serial.host_shared_ptr_use_count
1: [       OK ] serial.host_shared_ptr_use_count (0 ms)
1: [ RUN      ] serial.host_shared_ptr_get
1: [       OK ] serial.host_shared_ptr_get (0 ms)
1: [ RUN      ] serial.host_shared_ptr_dereference_on_device
1: [       OK ] serial.host_shared_ptr_dereference_on_device (0 ms)
1: [ RUN      ] serial.host_shared_ptr_special_members_on_device
1: [       OK ] serial.host_shared_ptr_special_members_on_device (0 ms)
1: [ RUN      ] serial.host_shared_ptr_tracking
1: [       OK ] serial.host_shared_ptr_tracking (0 ms)
1: [ RUN      ] serial.init
1: [       OK ] serial.init (0 ms)
1: [ RUN      ] serial.dispatch
1: [       OK ] serial.dispatch (3 ms)
1: [ RUN      ] serial.join_backward_compatibility
1: [       OK ] serial.join_backward_compatibility (0 ms)
1: [ RUN      ] serial.local_deepcopy_teampolicy_layoutleft
3: [       OK ] hip_DeathTest.view_layoutstride_left_to_layoutright_assignment (8383 ms)
3: [ RUN      ] hip_DeathTest.view_memory_access_violations_from_host
1: [       OK ] serial.local_deepcopy_teampolicy_layoutleft (2132 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutleft
40: [       OK ] std_algorithms_equal_team_test.views_are_equal (5941 ms)
40: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
40: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (4069 ms)
40: [----------] 2 tests from std_algorithms_equal_team_test (10011 ms total)
40: 
40: [----------] 2 tests from std_algorithms_search_team_test
40: [ RUN      ] std_algorithms_search_team_test.sequences_exist
40: [       OK ] std_algorithms_search_team_test.sequences_exist (2706 ms)
40: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
40: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (3904 ms)
40: [----------] 2 tests from std_algorithms_search_team_test (6611 ms total)
40: 
40: [----------] 2 tests from std_algorithms_find_end_team_test
40: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutleft (12785 ms)
1: [ RUN      ] serial.local_deepcopy_teampolicy_layoutright
1: [       OK ] serial.local_deepcopy_teampolicy_layoutright (801 ms)
1: [ RUN      ] serial.local_deepcopy_rangepolicy_layoutright
1: [       OK ] serial.local_deepcopy_rangepolicy_layoutright (799 ms)
1: [ RUN      ] serial.deep_copy_scratch
1: [       OK ] serial.deep_copy_scratch (0 ms)
1: [ RUN      ] serial.mathematical_constants_e
1: [       OK ] serial.mathematical_constants_e (0 ms)
1: [ RUN      ] serial.mathematical_constants_log2e
1: [       OK ] serial.mathematical_constants_log2e (0 ms)
1: [ RUN      ] serial.mathematical_constants_log10e
1: [       OK ] serial.mathematical_constants_log10e (0 ms)
1: [ RUN      ] serial.mathematical_constants_pi
1: [       OK ] serial.mathematical_constants_pi (0 ms)
1: [ RUN      ] serial.mathematical_constants_inv_pi
1: [       OK ] serial.mathematical_constants_inv_pi (0 ms)
1: [ RUN      ] serial.mathematical_constants_inv_sqrtpi
1: [       OK ] serial.mathematical_constants_inv_sqrtpi (0 ms)
1: [ RUN      ] serial.mathematical_constants_ln2
1: [       OK ] serial.mathematical_constants_ln2 (0 ms)
1: [ RUN      ] serial.mathematical_constants_ln10
1: [       OK ] serial.mathematical_constants_ln10 (0 ms)
1: [ RUN      ] serial.mathematical_constants_sqrt2
1: [       OK ] serial.mathematical_constants_sqrt2 (0 ms)
1: [ RUN      ] serial.mathematical_constants_sqrt3
1: [       OK ] serial.mathematical_constants_sqrt3 (0 ms)
1: [ RUN      ] serial.mathematical_constants_inv_sqrt3
1: [       OK ] serial.mathematical_constants_inv_sqrt3 (0 ms)
1: [ RUN      ] serial.mathematical_constants_egamma
1: [       OK ] serial.mathematical_constants_egamma (0 ms)
1: [ RUN      ] serial.mathematical_constants_phi
1: [       OK ] serial.mathematical_constants_phi (0 ms)
1: [ RUN      ] serial.mathematical_functions_trigonometric_functions
1: [       OK ] serial.mathematical_functions_trigonometric_functions (0 ms)
1: [ RUN      ] serial.mathematical_functions_hyperbolic_functions
1: [       OK ] serial.mathematical_functions_hyperbolic_functions (0 ms)
1: [ RUN      ] serial.mathematical_functions_non_standard
1: [       OK ] serial.mathematical_functions_non_standard (0 ms)
1: [ RUN      ] serial.mathematical_functions_power_functions
1: [       OK ] serial.mathematical_functions_power_functions (0 ms)
1: [ RUN      ] serial.mathematical_functions_fma
1: [       OK ] serial.mathematical_functions_fma (0 ms)
1: [ RUN      ] serial.mathematical_functions_error_and_gamma_functions
1: [       OK ] serial.mathematical_functions_error_and_gamma_functions (0 ms)
1: [ RUN      ] serial.mathematical_functions_nearest_interger_floating_point_operations
1: [       OK ] serial.mathematical_functions_nearest_interger_floating_point_operations (0 ms)
1: [ RUN      ] serial.mathematical_functions_floating_point_manipulation_functions
1: [       OK ] serial.mathematical_functions_floating_point_manipulation_functions (0 ms)
1: [ RUN      ] serial.mathematical_functions_absolute_value
1: [       OK ] serial.mathematical_functions_absolute_value (0 ms)
1: [ RUN      ] serial.mathematical_functions_floating_point_absolute_value
1: [       OK ] serial.mathematical_functions_floating_point_absolute_value (0 ms)
1: [ RUN      ] serial.mathematical_functions_remainder_function
1: [       OK ] serial.mathematical_functions_remainder_function (0 ms)
1: [ RUN      ] serial.mathematical_functions_isfinite
1: [       OK ] serial.mathematical_functions_isfinite (0 ms)
1: [ RUN      ] serial.mathematical_functions_isinf
1: [       OK ] serial.mathematical_functions_isinf (0 ms)
1: [ RUN      ] serial.mathematical_functions_isnan
1: [       OK ] serial.mathematical_functions_isnan (0 ms)
1: [ RUN      ] serial.mathematical_functions_exponential_functions
1: [       OK ] serial.mathematical_functions_exponential_functions (0 ms)
1: [ RUN      ] serial.mathspecialfunc_expint1
1: [       OK ] serial.mathspecialfunc_expint1 (0 ms)
1: [ RUN      ] serial.mathspecialfunc_errorfunc
1: [       OK ] serial.mathspecialfunc_errorfunc (0 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesselj0y0
1: [       OK ] serial.mathspecialfunc_cbesselj0y0 (1 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesselj1y1
1: [       OK ] serial.mathspecialfunc_cbesselj1y1 (1 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesseli0k0
1: [       OK ] serial.mathspecialfunc_cbesseli0k0 (0 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesseli1k1
1: [       OK ] serial.mathspecialfunc_cbesseli1k1 (0 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesselh1stkind
1: [       OK ] serial.mathspecialfunc_cbesselh1stkind (0 ms)
1: [ RUN      ] serial.mathspecialfunc_cbesselh2ndkind
1: [       OK ] serial.mathspecialfunc_cbesselh2ndkind (0 ms)
1: [ RUN      ] serial.mdrange_5d
1: [       OK ] serial.mdrange_5d (18 ms)
1: [ RUN      ] serial.mdrange_6d
1: [       OK ] serial.mdrange_6d (86 ms)
1: [ RUN      ] serial.mdrange_2d
1: [       OK ] serial.mdrange_2d (0 ms)
1: [ RUN      ] serial.mdrange_array_reduce
1: [       OK ] serial.mdrange_array_reduce (0 ms)
1: [ RUN      ] serial.mdrange_3d
1: [       OK ] serial.mdrange_3d (4 ms)
1: [ RUN      ] serial.mdrange_neg_idx
1: [       OK ] serial.mdrange_neg_idx (38 ms)
1: [ RUN      ] serial.mdrange_4d
1: [       OK ] serial.mdrange_4d (4 ms)
1: [ RUN      ] serial.mdrange_scalar
1: [       OK ] serial.mdrange_scalar (0 ms)
1: [ RUN      ] serial.mdrange_large_deep_copy
1: [       OK ] serial.mdrange_large_deep_copy (22 ms)
1: [ RUN      ] serial.md_range_policy_construction_from_arrays
1: [       OK ] serial.md_range_policy_construction_from_arrays (0 ms)
1: [ RUN      ] serial.policy_get_tile_size
1: [       OK ] serial.policy_get_tile_size (0 ms)
1: [ RUN      ] serial.mdrange_parallel_reduce_primitive_types
1: [       OK ] serial.mdrange_parallel_reduce_primitive_types (2773 ms)
1: [ RUN      ] serial.mdspan_minimal_functional
1: [       OK ] serial.mdspan_minimal_functional (0 ms)
1: [ RUN      ] serial.mdspan_atomic_accessor
1: [       OK ] serial.mdspan_atomic_accessor (0 ms)
1: [ RUN      ] serial.view_mdspan_conversion
1: [       OK ] serial.view_mdspan_conversion (0 ms)
1: [ RUN      ] serial.view_mdspan_conversion_with_stride
1: [       OK ] serial.view_mdspan_conversion_with_stride (1 ms)
1: [ RUN      ] serial.max
1: [       OK ] serial.max (0 ms)
1: [ RUN      ] serial.max_within_parfor
1: [       OK ] serial.max_within_parfor (2 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 (131 ms)
1: [ RUN      ] serial.cxx11
1: [       OK ] serial.cxx11 (0 ms)
1: [ RUN      ] serial.viewctorprop_embedded_dim
1: [       OK ] serial.viewctorprop_embedded_dim (0 ms)
1: [ RUN      ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility
1: [       OK ] serial.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
1: [ RUN      ] serial.parallel_scan_range_policy
1: [       OK ] serial.parallel_scan_range_policy (3 ms)
1: [ RUN      ] serial.kokkos_printf
1: [       OK ] serial.kokkos_printf (12 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_policy_round_trip_conversion_fires
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.range_policy_round_trip_conversion_fires (398 ms)
1: [ RUN      ] serial.range_policy_one_way_convertible_bounds
1: [       OK ] serial.range_policy_one_way_convertible_bounds (0 ms)
1: [ RUN      ] serial.range_policy_check_sign_changes
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.range_policy_check_sign_changes (858 ms)
1: [ RUN      ] serial.range_for_require
1: [       OK ] serial.range_for_require (0 ms)
1: [ RUN      ] serial.range_reduce_require
1: [       OK ] serial.range_reduce_require (0 ms)
1: [ RUN      ] serial.range_dynamic_policy_require
1: [       OK ] serial.range_dynamic_policy_require (0 ms)
1: [ RUN      ] serial.reducers_int
1: [       OK ] serial.reducers_int (1 ms)
1: [ RUN      ] serial.reducers_double
1: [       OK ] serial.reducers_double (1 ms)
1: [ RUN      ] serial.reducers_complex_double
1: [       OK ] serial.reducers_complex_double (0 ms)
1: [ RUN      ] serial.reducers_struct
1: [       OK ] serial.reducers_struct (0 ms)
1: [ RUN      ] serial.reducers_half_t
1: [       OK ] serial.reducers_half_t (0 ms)
1: [ RUN      ] serial.reducers_bhalf_t
1: [       OK ] serial.reducers_bhalf_t (0 ms)
1: [ RUN      ] serial.reducers_int8_t
1: [       OK ] serial.reducers_int8_t (0 ms)
1: [ RUN      ] serial.reducers_int16_t
1: [       OK ] serial.reducers_int16_t (0 ms)
1: [ RUN      ] serial.reducers_point_t
1: [       OK ] serial.reducers_point_t (0 ms)
1: [ RUN      ] serial.reducers_bool
1: [       OK ] serial.reducers_bool (0 ms)
1: [ RUN      ] serial.int_combined_reduce
1: [       OK ] serial.int_combined_reduce (0 ms)
1: [ RUN      ] serial.mdrange_combined_reduce
1: [       OK ] serial.mdrange_combined_reduce (0 ms)
1: [ RUN      ] serial.int_combined_reduce_mixed
1: [       OK ] serial.int_combined_reduce_mixed (0 ms)
1: [ RUN      ] serial.reduction_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
1: [       OK ] serial.reduce_device_view_mdrange_policy (1016 ms)
1: [ RUN      ] serial.reduce_device_view_team_policy
1: [       OK ] serial.reduce_device_view_team_policy (107 ms)
1: [ RUN      ] serial.impl_shared_alloc
1: [       OK ] serial.impl_shared_alloc (5 ms)
1: [ RUN      ] serial.mdspan_space_aware_accessor
1: [       OK ] serial.mdspan_space_aware_accessor (0 ms)
1: [ RUN      ] serial.kokkos_swap
1: [       OK ] serial.kokkos_swap (0 ms)
1: [----------] 183 tests from serial (23893 ms total)
1: 
1: [----------] 12 tests from serial_graph
1: [ RUN      ] serial_graph.submit_once
1: [       OK ] serial_graph.submit_once (0 ms)
1: [ RUN      ] serial_graph.submit_once_rvalue
1: [       OK ] serial_graph.submit_once_rvalue (0 ms)
1: [ RUN      ] serial_graph.instantiate_and_submit_once
1: [       OK ] serial_graph.instantiate_and_submit_once (0 ms)
1: [ RUN      ] serial_graph.submit_onto_another_execution_space_instance
1: [       OK ] serial_graph.submit_onto_another_execution_space_instance (0 ms)
1: [ RUN      ] serial_graph.create_graph_no_closure_with_exec
1: [       OK ] serial_graph.create_graph_no_closure_with_exec (0 ms)
1: [ RUN      ] serial_graph.create_graph_no_arg
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestGraph.hpp:243: Skipped
1: Skipping since useless if the test fixture is not on the default execution space.
1: [  SKIPPED ] serial_graph.create_graph_no_arg (0 ms)
1: [ RUN      ] serial_graph.submit_six
1: [       OK ] serial_graph.submit_six (0 ms)
1: [ RUN      ] serial_graph.when_all_cycle
1: [       OK ] serial_graph.when_all_cycle (0 ms)
1: [ RUN      ] serial_graph.zero_work_reduce
1: [       OK ] serial_graph.zero_work_reduce (0 ms)
1: [ RUN      ] serial_graph.empty_graph
1: [       OK ] serial_graph.empty_graph (0 ms)
1: [ RUN      ] serial_graph.diamond
1: [       OK ] serial_graph.diamond (0 ms)
1: [ RUN      ] serial_graph.end_of_submit_control_flow
1: [       OK ] serial_graph.end_of_submit_control_flow (0 ms)
1: [----------] 12 tests from serial_graph (0 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 204 tests from 4 test suites ran. (28691 ms total)
1: [  PASSED  ] 200 tests.
1: [  SKIPPED ] 4 tests, listed below:
1: [  SKIPPED ] serial_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
1: [  SKIPPED ] serial_graph_DeathTest.can_instantiate_only_once
1: [  SKIPPED ] serial.reduction_with_large_iteration_count
1: [  SKIPPED ] serial_graph.create_graph_no_arg
1: 
1:   YOU HAVE 1 DISABLED TEST
1: 
 1/61 Test  #1: Kokkos_CoreUnitTest_Serial1 ..........................   Passed   29.49 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 131 tests from 2 test suites.
2: [----------] Global test environment set-up.
2: [----------] 7 tests from serial_DeathTest
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_dyn
2: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:102: Skipped
2: only enforced when debug bound checks is enabled
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_stat
2: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:131: Skipped
2: only enforced when debug bound checks is enabled
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_params_mix
2: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:160: Skipped
2: only enforced when debug bound checks is enabled
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix (0 ms)
2: [ RUN      ] serial_DeathTest.view_construction_with_wrong_static_extents
2: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:192: Skipped
2: only enforced when debug bound checks is enabled
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents (0 ms)
2: [ RUN      ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment
3: [       OK ] hip_DeathTest.view_memory_access_violations_from_host (22690 ms)
3: [ RUN      ] hip_DeathTest.view_memory_access_violations_from_device
40: [       OK ] std_algorithms_find_end_team_test.sequences_exist (7436 ms)
40: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsForEach.cpp.o
[ 74%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_UnitTest_Sort.dir/cuda/TestNestedSort.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorPropEmbeddedDim.cpp.o
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_b.cpp.o
2: [       OK ] serial_DeathTest.view_layoutstride_right_to_layoutleft_assignment (4086 ms)
2: [ RUN      ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment
2: [       OK ] serial_DeathTest.view_layoutstride_left_to_layoutright_assignment (4105 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: [----------] 7 tests from serial_DeathTest (8192 ms total)
2: 
2: [----------] 124 tests from serial
2: [ RUN      ] serial.team_for
2: [       OK ] serial.team_for (0 ms)
2: [ RUN      ] serial.team_reduce
2: [       OK ] serial.team_reduce (0 ms)
2: [ RUN      ] serial.team_reduce_large
2: [       OK ] serial.team_reduce_large (0 ms)
2: [ RUN      ] serial.team_parallel_single
2: [       OK ] serial.team_parallel_single (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
40: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (7021 ms)
40: [----------] 2 tests from std_algorithms_find_end_team_test (14457 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
2: [       OK ] serial.triple_nested_parallelism (326 ms)
2: [ RUN      ] serial.parallel_scan_with_reducers
2: [       OK ] serial.parallel_scan_with_reducers (71 ms)
2: [ RUN      ] serial.team_thread_range_combined_reducers
2: [       OK ] serial.team_thread_range_combined_reducers (0 ms)
2: [ RUN      ] serial.thread_vector_range_combined_reducers
2: [       OK ] serial.thread_vector_range_combined_reducers (0 ms)
2: [ RUN      ] serial.team_vector_range_combined_reducers
2: [       OK ] serial.team_vector_range_combined_reducers (0 ms)
2: [ RUN      ] serial.TeamThreadMDRangeParallelFor
2: [       OK ] serial.TeamThreadMDRangeParallelFor (4 ms)
2: [ RUN      ] serial.ThreadVectorMDRangeParallelFor
2: [       OK ] serial.ThreadVectorMDRangeParallelFor (4 ms)
2: [ RUN      ] serial.TeamVectorMDRangeParallelFor
2: [       OK ] serial.TeamVectorMDRangeParallelFor (4 ms)
2: [ RUN      ] serial.TeamThreadMDRangeParallelReduce
2: [       OK ] serial.TeamThreadMDRangeParallelReduce (5 ms)
2: [ RUN      ] serial.ThreadVectorMDRangeParallelReduce
2: [       OK ] serial.ThreadVectorMDRangeParallelReduce (5 ms)
2: [ RUN      ] serial.TeamVectorMDRangeParallelReduce
2: [       OK ] serial.TeamVectorMDRangeParallelReduce (5 ms)
2: [ RUN      ] serial.team_policy_runtime_parameters
2: [       OK ] serial.team_policy_runtime_parameters (0 ms)
2: [ RUN      ] serial.team_reduction_scan
2: [       OK ] serial.team_reduction_scan (56 ms)
2: [ RUN      ] serial.team_long_reduce
2: [       OK ] serial.team_long_reduce (32 ms)
2: [ RUN      ] serial.team_double_reduce
2: [       OK ] serial.team_double_reduce (37 ms)
2: [ RUN      ] serial.team_long_array_reduce
2: [       OK ] serial.team_long_array_reduce (32 ms)
2: [ RUN      ] serial.team_double_array_reduce
2: [       OK ] serial.team_double_array_reduce (37 ms)
2: [ RUN      ] serial.team_parallel_dummy_with_reducer_and_scratch_space
2: [       OK ] serial.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
2: [ RUN      ] serial.repeated_team_reduce
40: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (7121 ms)
40: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
2: [       OK ] serial.repeated_team_reduce (7050 ms)
2: [ RUN      ] serial.team_scan
2: [       OK ] serial.team_scan (89 ms)
2: [ RUN      ] serial.team_scan_ret_val
2: [       OK ] serial.team_scan_ret_val (87 ms)
2: [ RUN      ] serial.team_shared_request
2: [       OK ] serial.team_shared_request (24 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 (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 (5 ms)
2: [ RUN      ] serial.team_scratch_memory_index_parallel_for
2: [       OK ] serial.team_scratch_memory_index_parallel_for (0 ms)
2: [ RUN      ] serial.team_policy_max_recommended
2: [       OK ] serial.team_policy_max_recommended (1 ms)
2: [ RUN      ] serial.team_policy_minmax_scalar_without_plus_equal_k
2: [       OK ] serial.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
2: [ RUN      ] serial.team_teamvector_range
2: [       OK ] serial.team_teamvector_range (1 ms)
2: [ RUN      ] serial.unique_token_global
2: [       OK ] serial.unique_token_global (0 ms)
2: [ RUN      ] serial.unique_token_instance
2: [       OK ] serial.unique_token_instance (0 ms)
2: [ RUN      ] serial.unique_token_team_acquire
2: [       OK ] serial.unique_token_team_acquire (0 ms)
2: [ RUN      ] serial.view_api_a
2: [       OK ] serial.view_api_a (4 ms)
2: [ RUN      ] serial.view_layout_left_with_stride
2: [       OK ] serial.view_layout_left_with_stride (0 ms)
2: [ RUN      ] serial.view_layout_right_with_stride
2: [       OK ] serial.view_layout_right_with_stride (0 ms)
2: [ RUN      ] serial.view_api_b
2: [       OK ] serial.view_api_b (4 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_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 (669 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_bad_alloc
2: [       OK ] serial.view_bad_alloc (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
2: [       OK ] serial.view_fill_tests_layout_right (3730 ms)
2: [ RUN      ] serial.view_fill_tests_layout_left
3: [       OK ] hip_DeathTest.view_memory_access_violations_from_device (21848 ms)
3: [----------] 15 tests from hip_DeathTest (69465 ms total)
3: 
3: [----------] 1 test from hip_graph_DeathTest
3: [ RUN      ] hip_graph_DeathTest.can_instantiate_only_once
3: 
3: [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.
3: 
3: [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.
3: [       OK ] hip_graph_DeathTest.can_instantiate_only_once (864 ms)
3: [----------] 1 test from hip_graph_DeathTest (864 ms total)
3: 
3: [----------] 290 tests from hip
3: [ RUN      ] hip.array_capacity
3: [       OK ] hip.array_capacity (0 ms)
3: [ RUN      ] hip.array_element_access
3: [       OK ] hip.array_element_access (0 ms)
3: [ RUN      ] hip.array_operator_equal
3: [       OK ] hip.array_operator_equal (0 ms)
3: [ RUN      ] hip.array_zero_capacity
3: [       OK ] hip.array_zero_capacity (0 ms)
3: [ RUN      ] hip.array_zero_data_nullptr
3: [       OK ] hip.array_zero_data_nullptr (0 ms)
3: [ RUN      ] hip.atomic_operations_complexdouble
3: [       OK ] hip.atomic_operations_complexdouble (9 ms)
3: [ RUN      ] hip.atomic_operations_complexfloat
3: [       OK ] hip.atomic_operations_complexfloat (8 ms)
3: [ RUN      ] hip.atomic_operations_double
3: [       OK ] hip.atomic_operations_double (11 ms)
3: [ RUN      ] hip.atomic_operations_float
3: [       OK ] hip.atomic_operations_float (9 ms)
3: [ RUN      ] hip.atomic_operations_int
3: [       OK ] hip.atomic_operations_int (24 ms)
3: [ RUN      ] hip.atomic_operations_long
3: [       OK ] hip.atomic_operations_long (23 ms)
3: [ RUN      ] hip.atomic_operations_longlong
3: [       OK ] hip.atomic_operations_longlong (23 ms)
3: [ RUN      ] hip.atomic_shared
3: [       OK ] hip.atomic_shared (10 ms)
3: [ RUN      ] hip.atomic_operations_unsigned
3: [       OK ] hip.atomic_operations_unsigned (20 ms)
3: [ RUN      ] hip.atomic_operations_unsignedlong
3: [       OK ] hip.atomic_operations_unsignedlong (19 ms)
3: [ RUN      ] hip.atomics
3: [       OK ] hip.atomics (601 ms)
3: [ RUN      ] hip.atomics_tpetra_max_abs
3: [       OK ] hip.atomics_tpetra_max_abs (0 ms)
3: [ RUN      ] hip.atomic_views_integral
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_c.cpp.o
2: [       OK ] serial.view_fill_tests_layout_left (4718 ms)
2: [ RUN      ] serial.view_empty_runtime_unmanaged
2: [       OK ] serial.view_empty_runtime_unmanaged (0 ms)
2: [ RUN      ] serial.view_hooks
2: [       OK ] serial.view_hooks (0 ms)
2: [ RUN      ] serial.view_layoutstride_left_to_layoutleft_assignment
2: [       OK ] serial.view_layoutstride_left_to_layoutleft_assignment (42 ms)
2: [ RUN      ] serial.view_layoutstride_right_to_layoutright_assignment
2: [       OK ] serial.view_layoutstride_right_to_layoutright_assignment (39 ms)
2: [ RUN      ] serial.view_irregular_layout
2: [       OK ] serial.view_irregular_layout (0 ms)
2: [ RUN      ] serial.view_mapping
2: [       OK ] serial.view_mapping (58 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.view_of_views_default
2: [       OK ] serial.view_of_views_default (0 ms)
2: [ RUN      ] serial.view_of_views_without_initializing
2: [       OK ] serial.view_of_views_without_initializing (0 ms)
2: [ RUN      ] serial.test_view_of_views_sequential_host_init
2: [       OK ] serial.test_view_of_views_sequential_host_init (0 ms)
2: [ RUN      ] serial.append_formatted_multidimensional_index
2: [       OK ] serial.append_formatted_multidimensional_index (0 ms)
2: [ RUN      ] serial.view_resize
2: [       OK ] serial.view_resize (2 ms)
2: [ RUN      ] serial.view_realloc
2: [       OK ] serial.view_realloc (0 ms)
2: [ RUN      ] serial.workgraph_fib
2: [       OK ] serial.workgraph_fib (120 ms)
2: [ RUN      ] serial.resize_realloc_no_init
2: [       OK ] serial.resize_realloc_no_init (0 ms)
2: [ RUN      ] serial.resize_realloc_no_alloc
2: [       OK ] serial.resize_realloc_no_alloc (0 ms)
2: [ RUN      ] serial.realloc_exec_space
2: [       OK ] serial.realloc_exec_space (0 ms)
2: [ RUN      ] serial.view_alloc
2: [       OK ] serial.view_alloc (0 ms)
2: [ RUN      ] serial.view_alloc_exec_space
2: [       OK ] serial.view_alloc_exec_space (0 ms)
2: [ RUN      ] serial.view_alloc_int
2: [       OK ] serial.view_alloc_int (0 ms)
2: [ RUN      ] serial.view_alloc_exec_space_int
2: [       OK ] serial.view_alloc_exec_space_int (0 ms)
2: [ RUN      ] serial.deep_copy_zero_memset
2: [       OK ] serial.deep_copy_zero_memset (0 ms)
2: [ RUN      ] serial.resize_exec_space
2: [       OK ] serial.resize_exec_space (0 ms)
2: [ RUN      ] serial.view_allocation_int
2: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestWithoutInitializing.hpp:285: Skipped
2: skipping since the fence checked for isn't necessary
2: [  SKIPPED ] serial.view_allocation_int (0 ms)
2: [ RUN      ] serial.view_allocation_exec_space_int
2: [       OK ] serial.view_allocation_exec_space_int (0 ms)
2: [ RUN      ] serial.view_not_default_constructible
2: [       OK ] serial.view_not_default_constructible (0 ms)
2: [ RUN      ] serial.view_subview_assign_strided
2: [       OK ] serial.view_subview_assign_strided (0 ms)
2: [ RUN      ] serial.view_subview_left_0
2: [       OK ] serial.view_subview_left_0 (0 ms)
2: [ RUN      ] serial.view_subview_left_1
2: [       OK ] serial.view_subview_left_1 (0 ms)
2: [ RUN      ] serial.view_subview_left_2
2: [       OK ] serial.view_subview_left_2 (0 ms)
2: [ RUN      ] serial.view_subview_left_3
2: [       OK ] serial.view_subview_left_3 (0 ms)
2: [ RUN      ] serial.view_subview_right_0
2: [       OK ] serial.view_subview_right_0 (0 ms)
2: [ RUN      ] serial.view_subview_right_1
2: [       OK ] serial.view_subview_right_1 (0 ms)
2: [ RUN      ] serial.view_subview_right_3
2: [       OK ] serial.view_subview_right_3 (0 ms)
2: [ RUN      ] serial.view_static_tests
2: [       OK ] serial.view_static_tests (0 ms)
2: [ RUN      ] serial.view_subview_layoutleft_to_layoutleft
2: [       OK ] serial.view_subview_layoutleft_to_layoutleft (0 ms)
2: [ RUN      ] serial.view_subview_layoutright_to_layoutright
2: [       OK ] serial.view_subview_layoutright_to_layoutright (0 ms)
2: [ RUN      ] serial.view_subview_1d_assign
2: [       OK ] serial.view_subview_1d_assign (0 ms)
2: [ RUN      ] serial.view_subview_1d_assign_atomic
2: [       OK ] serial.view_subview_1d_assign_atomic (0 ms)
2: [ RUN      ] serial.view_subview_1d_assign_randomaccess
2: [       OK ] serial.view_subview_1d_assign_randomaccess (0 ms)
2: [ RUN      ] serial.view_subview_2d_from_3d
2: [       OK ] serial.view_subview_2d_from_3d (3 ms)
2: [ RUN      ] serial.view_subview_2d_from_3d_atomic
2: [       OK ] serial.view_subview_2d_from_3d_atomic (4 ms)
2: [ RUN      ] serial.view_subview_2d_from_3d_randomaccess
2: [       OK ] serial.view_subview_2d_from_3d_randomaccess (3 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left
2: [       OK ] serial.view_subview_3d_from_5d_left (131 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_atomic
2: [       OK ] serial.view_subview_3d_from_5d_left_atomic (130 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_left_randomaccess
2: [       OK ] serial.view_subview_3d_from_5d_left_randomaccess (130 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right
2: [       OK ] serial.view_subview_3d_from_5d_right (134 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_atomic
2: [       OK ] serial.view_subview_3d_from_5d_right_atomic (135 ms)
2: [ RUN      ] serial.view_subview_3d_from_5d_right_randomaccess
2: [       OK ] serial.view_subview_3d_from_5d_right_randomaccess (134 ms)
2: [ RUN      ] serial.view_test_unmanaged_subview_reset
2: [       OK ] serial.view_test_unmanaged_subview_reset (0 ms)
2: [ RUN      ] serial.view_subview_memory_traits_construction
2: [       OK ] serial.view_subview_memory_traits_construction (0 ms)
2: [----------] 124 tests from serial (18137 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 131 tests from 2 test suites ran. (26329 ms total)
2: [  PASSED  ] 125 tests.
2: [  SKIPPED ] 6 tests, listed below:
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_dyn
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_stat
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_params_mix
2: [  SKIPPED ] serial_DeathTest.view_construction_with_wrong_static_extents
2: [  SKIPPED ] serial_DeathTest.view_memory_access_violations_from_device
2: [  SKIPPED ] serial.view_allocation_int
 2/61 Test  #2: Kokkos_CoreUnitTest_Serial2 ..........................   Passed   26.68 sec
test 3
      Start  3: Kokkos_CoreUnitTest_SYCL1A

3: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_SYCL1A
3: Test timeout computed to be: 1500
3: [==========] Running 123 tests from 4 test suites.
3: [----------] Global test environment set-up.
3: [----------] 3 tests from sycl_DeathTest
3: [ RUN      ] sycl_DeathTest.abort_from_host
3: [       OK ] sycl_DeathTest.abort_from_host (611 ms)
3: [ RUN      ] sycl_DeathTest.abort_from_device
3: [       OK ] sycl_DeathTest.abort_from_device (26 ms)
3: [ RUN      ] sycl_DeathTest.checked_integer_operations_multiply_overflow_abort
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank12345.cpp.o
3: [       OK ] sycl_DeathTest.checked_integer_operations_multiply_overflow_abort (606 ms)
3: [----------] 3 tests from sycl_DeathTest (1244 ms total)
3: 
3: [----------] 1 test from sycl_graph_DeathTest
3: [ RUN      ] sycl_graph_DeathTest.can_instantiate_only_once
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestGraph.hpp:177: Skipped
3: Preconditions are not checked.
3: [  SKIPPED ] sycl_graph_DeathTest.can_instantiate_only_once (0 ms)
3: [----------] 1 test from sycl_graph_DeathTest (0 ms total)
3: 
3: [----------] 107 tests from sycl
3: [ RUN      ] sycl.array_capacity
3: [       OK ] sycl.array_capacity (0 ms)
3: [ RUN      ] sycl.array_element_access
3: [       OK ] sycl.array_element_access (0 ms)
3: [ RUN      ] sycl.array_operator_equal
3: [       OK ] sycl.array_operator_equal (0 ms)
3: [ RUN      ] sycl.array_zero_capacity
3: [       OK ] sycl.array_zero_capacity (0 ms)
3: [ RUN      ] sycl.array_zero_data_nullptr
3: [       OK ] sycl.array_zero_data_nullptr (0 ms)
3: [ RUN      ] sycl.atomic_operations_complexdouble
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestAtomicOperations_complexdouble.hpp:26: Skipped
3: skipping since device_global variables are not available
3: [  SKIPPED ] sycl.atomic_operations_complexdouble (0 ms)
3: [ RUN      ] sycl.atomic_operations_complexfloat
3: [       OK ] sycl.atomic_operations_complexfloat (10 ms)
3: [ RUN      ] sycl.atomic_operations_double
3: [       OK ] sycl.atomic_operations_double (9 ms)
3: [ RUN      ] sycl.atomic_operations_float
3: [       OK ] sycl.atomic_operations_float (6 ms)
3: [ RUN      ] sycl.atomic_operations_int
3: [       OK ] sycl.atomic_operations_int (19 ms)
3: [ RUN      ] sycl.atomic_operations_long
3: [       OK ] sycl.atomic_operations_long (20 ms)
3: [ RUN      ] sycl.atomic_operations_longlong
3: [       OK ] sycl.atomic_operations_longlong (20 ms)
3: [ RUN      ] sycl.atomic_operations_unsigned
3: [       OK ] sycl.atomic_operations_unsigned (17 ms)
3: [ RUN      ] sycl.atomic_operations_unsignedlong
3: [       OK ] sycl.atomic_operations_unsignedlong (18 ms)
3: [ RUN      ] sycl.atomics
3: [       OK ] sycl.atomics (254 ms)
3: [ RUN      ] sycl.atomics_tpetra_max_abs
3: [       OK ] sycl.atomics_tpetra_max_abs (0 ms)
3: [ RUN      ] sycl.atomic_views_integral
3: [       OK ] hip.atomic_views_integral (7238 ms)
3: [ RUN      ] hip.atomic_views_nonintegral
3: [       OK ] hip.atomic_views_nonintegral (6656 ms)
3: [ RUN      ] hip.atomic_view_api
3: [       OK ] hip.atomic_view_api (0 ms)
3: [ RUN      ] hip.bit_manip_countl_zero
3: [       OK ] hip.bit_manip_countl_zero (9 ms)
3: [ RUN      ] hip.bit_manip_countl_one
3: [       OK ] hip.bit_manip_countl_one (0 ms)
3: [ RUN      ] hip.bit_manip_countr_zero
3: [       OK ] hip.bit_manip_countr_zero (0 ms)
3: [ RUN      ] hip.bit_manip_countr_one
3: [       OK ] hip.bit_manip_countr_one (0 ms)
3: [ RUN      ] hip.bit_manip_popcount
3: [       OK ] hip.bit_manip_popcount (0 ms)
3: [ RUN      ] hip.bit_manip_has_single_bit
3: [       OK ] hip.bit_manip_has_single_bit (0 ms)
3: [ RUN      ] hip.bit_manip_bit_floor
3: [       OK ] hip.bit_manip_bit_floor (0 ms)
3: [ RUN      ] hip.bit_manip_bit_ceil
3: [       OK ] hip.bit_manip_bit_ceil (0 ms)
3: [ RUN      ] hip.bit_manip_bit_width
3: [       OK ] hip.bit_manip_bit_width (0 ms)
3: [ RUN      ] hip.bit_manip_rotl
3: [       OK ] hip.bit_manip_rotl (0 ms)
3: [ RUN      ] hip.bit_manip_rotr
3: [       OK ] hip.bit_manip_rotr (0 ms)
3: [ RUN      ] hip.bit_manip_byeswap
3: [       OK ] hip.bit_manip_byeswap (0 ms)
3: [ RUN      ] hip.bit_manip_bit_cast
3: [       OK ] hip.bit_manip_bit_cast (0 ms)
3: [ RUN      ] hip.test_block_deduction_bug_pr_3103
3: [       OK ] hip.test_block_deduction_bug_pr_3103 (0 ms)
3: [ RUN      ] hip.checked_integer_operations_multiply_overflow
3: [       OK ] hip.checked_integer_operations_multiply_overflow (0 ms)
3: [ RUN      ] hip.execution_policy_occupancy_and_hint
3: [       OK ] hip.execution_policy_occupancy_and_hint (0 ms)
3: [ RUN      ] hip.complex_construction
3: [       OK ] hip.complex_construction (1 ms)
3: [ RUN      ] hip.complex_basic_math
3: [       OK ] hip.complex_basic_math (4 ms)
3: [ RUN      ] hip.complex_special_funtions
3: [       OK ] hip.complex_special_funtions (0 ms)
3: [ RUN      ] hip.complex_io
3: [       OK ] hip.complex_io (0 ms)
3: [ RUN      ] hip.complex_trivially_copyable
3: [       OK ] hip.complex_trivially_copyable (0 ms)
3: [ RUN      ] hip.complex_issue_3865
3: [       OK ] hip.complex_issue_3865 (0 ms)
3: [ RUN      ] hip.complex_operations_arithmetic_types_overloads
3: [       OK ] hip.complex_operations_arithmetic_types_overloads (0 ms)
3: [ RUN      ] hip.complex_structured_bindings
3: [       OK ] hip.complex_structured_bindings (0 ms)
3: [ RUN      ] hip.crs_count_fill
3: [       OK ] hip.crs_count_fill (3 ms)
3: [ RUN      ] hip.crs_copy_constructor
3: [       OK ] hip.crs_copy_constructor (7 ms)
3: [ RUN      ] hip.deep_copy_alignment
3: [       OK ] hip.deep_copy_alignment (10 ms)
3: [ RUN      ] hip.deep_copy_conversion
3: [       OK ] hip.deep_copy_conversion (600 ms)
3: [ RUN      ] hip.partitioning_by_args
3: [       OK ] hip.partitioning_by_args (35 ms)
3: [ RUN      ] hip.partitioning_by_vector
3: [       OK ] hip.partitioning_by_vector (34 ms)
3: [ RUN      ] hip.exec_space_thread_safety_range
3: [       OK ] hip.exec_space_thread_safety_range (1899 ms)
3: [ RUN      ] hip.exec_space_thread_safety_mdrange
3: [       OK ] hip.exec_space_thread_safety_mdrange (230 ms)
3: [ RUN      ] hip.exec_space_thread_safety_team_policy
[ 75%] Linking CXX executable Kokkos_ContainersUnitTest_OpenMP
3: [       OK ] hip.exec_space_thread_safety_team_policy (190 ms)
3: [ RUN      ] hip.exec_space_thread_safety_range_reduce
3: [       OK ] hip.exec_space_thread_safety_range_reduce (190 ms)
3: [ RUN      ] hip.exec_space_thread_safety_mdrange_reduce
3: [       OK ] hip.exec_space_thread_safety_mdrange_reduce (190 ms)
3: [ RUN      ] hip.exec_space_thread_safety_team_policy_reduce
3: [       OK ] hip.exec_space_thread_safety_team_policy_reduce (190 ms)
3: [ RUN      ] hip.exec_space_thread_safety_range_scan
3: [       OK ] hip.exec_space_thread_safety_range_scan (190 ms)
3: [ RUN      ] hip.execution_space_as_class_data_member
3: [       OK ] hip.execution_space_as_class_data_member (0 ms)
3: [ RUN      ] hip.functor_analysis
3: [       OK ] hip.functor_analysis (0 ms)
3: [ RUN      ] hip.host_shared_ptr_use_count
3: [       OK ] hip.host_shared_ptr_use_count (0 ms)
3: [ RUN      ] hip.host_shared_ptr_get
3: [       OK ] hip.host_shared_ptr_get (0 ms)
3: [ RUN      ] hip.host_shared_ptr_dereference_on_device
3: [       OK ] hip.host_shared_ptr_dereference_on_device (1 ms)
3: [ RUN      ] hip.host_shared_ptr_special_members_on_device
3: [       OK ] hip.host_shared_ptr_special_members_on_device (0 ms)
3: [ RUN      ] hip.host_shared_ptr_tracking
3: 
3: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
3:                                  does not support page migration between device and host.
3:                                  HIPManagedSpace might not work as expected.
3:                                  Please refer to the ROCm documentation on unified/managed memory.
3: [       OK ] hip.host_shared_ptr_tracking (8 ms)
3: [ RUN      ] hip.init
3: [       OK ] hip.init (0 ms)
3: [ RUN      ] hip.dispatch
3: [       OK ] hip.dispatch (28 ms)
3: [ RUN      ] hip.join_backward_compatibility
3: [       OK ] hip.join_backward_compatibility (0 ms)
3: [ RUN      ] hip.local_deepcopy_teampolicy_layoutleft
3: [       OK ] hip.local_deepcopy_teampolicy_layoutleft (1084 ms)
3: [ RUN      ] hip.local_deepcopy_rangepolicy_layoutleft
3: [       OK ] sycl.atomic_views_integral (12558 ms)
3: [ RUN      ] sycl.atomic_views_nonintegral
3: [       OK ] sycl.atomic_views_nonintegral (94 ms)
3: [ RUN      ] sycl.atomic_view_api
3: [       OK ] sycl.atomic_view_api (0 ms)
3: [ RUN      ] sycl.bit_manip_countl_zero
3: [       OK ] sycl.bit_manip_countl_zero (2 ms)
3: [ RUN      ] sycl.bit_manip_countl_one
3: [       OK ] sycl.bit_manip_countl_one (2 ms)
3: [ RUN      ] sycl.bit_manip_countr_zero
3: [       OK ] sycl.bit_manip_countr_zero (2 ms)
3: [ RUN      ] sycl.bit_manip_countr_one
3: [       OK ] sycl.bit_manip_countr_one (2 ms)
3: [ RUN      ] sycl.bit_manip_popcount
3: [       OK ] sycl.bit_manip_popcount (2 ms)
3: [ RUN      ] sycl.bit_manip_has_single_bit
3: [       OK ] sycl.bit_manip_has_single_bit (2 ms)
3: [ RUN      ] sycl.bit_manip_bit_floor
3: [       OK ] sycl.bit_manip_bit_floor (3 ms)
3: [ RUN      ] sycl.bit_manip_bit_ceil
3: [       OK ] sycl.bit_manip_bit_ceil (3 ms)
3: [ RUN      ] sycl.bit_manip_bit_width
3: [       OK ] sycl.bit_manip_bit_width (3 ms)
3: [ RUN      ] sycl.bit_manip_rotl
3: [       OK ] sycl.bit_manip_rotl (3 ms)
3: [ RUN      ] sycl.bit_manip_rotr
3: [       OK ] sycl.bit_manip_rotr (3 ms)
3: [ RUN      ] sycl.bit_manip_byeswap
3: [       OK ] sycl.bit_manip_byeswap (3 ms)
3: [ RUN      ] sycl.bit_manip_bit_cast
3: [       OK ] sycl.bit_manip_bit_cast (0 ms)
3: [ RUN      ] sycl.test_block_deduction_bug_pr_3103
3: [       OK ] sycl.test_block_deduction_bug_pr_3103 (0 ms)
3: [ RUN      ] sycl.checked_integer_operations_multiply_overflow
3: [       OK ] sycl.checked_integer_operations_multiply_overflow (0 ms)
3: [ RUN      ] sycl.execution_policy_occupancy_and_hint
3: [       OK ] sycl.execution_policy_occupancy_and_hint (0 ms)
3: [ RUN      ] sycl.complex_construction
3: [       OK ] sycl.complex_construction (0 ms)
3: [ RUN      ] sycl.complex_basic_math
3: [       OK ] sycl.complex_basic_math (0 ms)
3: [ RUN      ] sycl.complex_special_funtions
3: [       OK ] sycl.complex_special_funtions (0 ms)
3: [ RUN      ] sycl.complex_io
3: [       OK ] sycl.complex_io (0 ms)
3: [ RUN      ] sycl.complex_trivially_copyable
3: [       OK ] sycl.complex_trivially_copyable (0 ms)
3: [ RUN      ] sycl.complex_issue_3865
3: [       OK ] sycl.complex_issue_3865 (0 ms)
3: [ RUN      ] sycl.complex_operations_arithmetic_types_overloads
3: [       OK ] sycl.complex_operations_arithmetic_types_overloads (0 ms)
3: [ RUN      ] sycl.complex_structured_bindings
3: [       OK ] sycl.complex_structured_bindings (0 ms)
3: [ RUN      ] sycl.crs_count_fill
3: [       OK ] sycl.crs_count_fill (3 ms)
3: [ RUN      ] sycl.crs_copy_constructor
3: [       OK ] sycl.crs_copy_constructor (9 ms)
3: [ RUN      ] sycl.deep_copy_alignment
3: [       OK ] sycl.deep_copy_alignment (5 ms)
3: [ RUN      ] sycl.deep_copy_conversion
3: [       OK ] sycl.deep_copy_conversion (18 ms)
3: [ RUN      ] sycl.partitioning_by_args
3: [       OK ] sycl.partitioning_by_args (1 ms)
3: [ RUN      ] sycl.partitioning_by_vector
3: [       OK ] sycl.partitioning_by_vector (0 ms)
3: [ RUN      ] sycl.exec_space_thread_safety_range
3: [       OK ] hip.local_deepcopy_rangepolicy_layoutleft (2422 ms)
3: [ RUN      ] hip.local_deepcopy_teampolicy_layoutright
3: [       OK ] hip.local_deepcopy_teampolicy_layoutright (1033 ms)
3: [ RUN      ] hip.local_deepcopy_rangepolicy_layoutright
[ 75%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_d.cpp.o
3: [       OK ] sycl.exec_space_thread_safety_range (5674 ms)
3: [ RUN      ] sycl.exec_space_thread_safety_mdrange
3: [       OK ] sycl.exec_space_thread_safety_mdrange (574 ms)
3: [ RUN      ] sycl.exec_space_thread_safety_team_policy
3: [       OK ] hip.local_deepcopy_rangepolicy_layoutright (1754 ms)
3: [ RUN      ] hip.deep_copy_scratch
3: [       OK ] hip.deep_copy_scratch (0 ms)
3: [ RUN      ] hip.mathematical_constants_e
3: [       OK ] hip.mathematical_constants_e (2 ms)
3: [ RUN      ] hip.mathematical_constants_log2e
3: [       OK ] hip.mathematical_constants_log2e (0 ms)
3: [ RUN      ] hip.mathematical_constants_log10e
3: [       OK ] hip.mathematical_constants_log10e (0 ms)
3: [ RUN      ] hip.mathematical_constants_pi
3: [       OK ] hip.mathematical_constants_pi (0 ms)
3: [ RUN      ] hip.mathematical_constants_inv_pi
3: [       OK ] hip.mathematical_constants_inv_pi (0 ms)
3: [ RUN      ] hip.mathematical_constants_inv_sqrtpi
3: [       OK ] hip.mathematical_constants_inv_sqrtpi (0 ms)
3: [ RUN      ] hip.mathematical_constants_ln2
3: [       OK ] hip.mathematical_constants_ln2 (0 ms)
3: [ RUN      ] hip.mathematical_constants_ln10
3: [       OK ] hip.mathematical_constants_ln10 (0 ms)
3: [ RUN      ] hip.mathematical_constants_sqrt2
3: [       OK ] hip.mathematical_constants_sqrt2 (0 ms)
3: [ RUN      ] hip.mathematical_constants_sqrt3
3: [       OK ] hip.mathematical_constants_sqrt3 (0 ms)
3: [ RUN      ] hip.mathematical_constants_inv_sqrt3
3: [       OK ] hip.mathematical_constants_inv_sqrt3 (0 ms)
3: [ RUN      ] hip.mathematical_constants_egamma
3: [       OK ] hip.mathematical_constants_egamma (0 ms)
3: [ RUN      ] hip.mathematical_constants_phi
3: [       OK ] hip.mathematical_constants_phi (0 ms)
3: [ RUN      ] hip.mathematical_functions_trigonometric_functions
3: [       OK ] sycl.exec_space_thread_safety_team_policy (94 ms)
3: [ RUN      ] sycl.exec_space_thread_safety_range_reduce
3: [       OK ] hip.mathematical_functions_trigonometric_functions (33 ms)
3: [ RUN      ] hip.mathematical_functions_hyperbolic_functions
3: [       OK ] hip.mathematical_functions_hyperbolic_functions (3 ms)
3: [ RUN      ] hip.mathematical_functions_non_standard
3: [       OK ] hip.mathematical_functions_non_standard (0 ms)
3: [ RUN      ] hip.mathematical_functions_power_functions
3: [       OK ] hip.mathematical_functions_power_functions (33 ms)
3: [ RUN      ] hip.mathematical_functions_fma
3: [       OK ] hip.mathematical_functions_fma (0 ms)
3: [ RUN      ] hip.mathematical_functions_error_and_gamma_functions
3: [       OK ] hip.mathematical_functions_error_and_gamma_functions (2 ms)
3: [ RUN      ] hip.mathematical_functions_nearest_interger_floating_point_operations
3: [       OK ] hip.mathematical_functions_nearest_interger_floating_point_operations (2 ms)
3: [ RUN      ] hip.mathematical_functions_floating_point_manipulation_functions
3: [       OK ] hip.mathematical_functions_floating_point_manipulation_functions (1 ms)
3: [ RUN      ] hip.mathematical_functions_absolute_value
3: [       OK ] hip.mathematical_functions_absolute_value (0 ms)
3: [ RUN      ] hip.mathematical_functions_floating_point_absolute_value
3: [       OK ] hip.mathematical_functions_floating_point_absolute_value (0 ms)
3: [ RUN      ] hip.mathematical_functions_remainder_function
3: [       OK ] hip.mathematical_functions_remainder_function (0 ms)
3: [ RUN      ] hip.mathematical_functions_isfinite
3: [       OK ] hip.mathematical_functions_isfinite (0 ms)
3: [ RUN      ] hip.mathematical_functions_isinf
3: [       OK ] hip.mathematical_functions_isinf (0 ms)
3: [ RUN      ] hip.mathematical_functions_isnan
3: [       OK ] hip.mathematical_functions_isnan (0 ms)
3: [ RUN      ] hip.mathematical_functions_exponential_functions
3: [       OK ] hip.mathematical_functions_exponential_functions (13 ms)
3: [ RUN      ] hip.mathspecialfunc_expint1
3: [       OK ] hip.mathspecialfunc_expint1 (8 ms)
3: [ RUN      ] hip.mathspecialfunc_errorfunc
3: [       OK ] hip.mathspecialfunc_errorfunc (0 ms)
3: [ RUN      ] hip.mathspecialfunc_cbesselj0y0
3: [       OK ] hip.mathspecialfunc_cbesselj0y0 (19 ms)
3: [ RUN      ] hip.mathspecialfunc_cbesselj1y1
3: [       OK ] hip.mathspecialfunc_cbesselj1y1 (20 ms)
3: [ RUN      ] hip.mathspecialfunc_cbesseli0k0
3: [       OK ] hip.mathspecialfunc_cbesseli0k0 (0 ms)
3: [ RUN      ] hip.mathspecialfunc_cbesseli1k1
3: [       OK ] hip.mathspecialfunc_cbesseli1k1 (0 ms)
3: [ RUN      ] hip.mathspecialfunc_cbesselh1stkind
3: [       OK ] hip.mathspecialfunc_cbesselh1stkind (0 ms)
3: [ RUN      ] hip.mathspecialfunc_cbesselh2ndkind
3: [       OK ] hip.mathspecialfunc_cbesselh2ndkind (0 ms)
3: [ RUN      ] hip.mdrange_5d
3: [       OK ] hip.mdrange_5d (14 ms)
3: [ RUN      ] hip.mdrange_6d
3: [       OK ] hip.mdrange_6d (20 ms)
3: [ RUN      ] hip.mdrange_2d
3: [       OK ] hip.mdrange_2d (7 ms)
3: [ RUN      ] hip.mdrange_array_reduce
3: [       OK ] hip.mdrange_array_reduce (0 ms)
3: [ RUN      ] hip.mdrange_3d
3: [       OK ] hip.mdrange_3d (10 ms)
3: [ RUN      ] hip.mdrange_neg_idx
3: [       OK ] hip.mdrange_neg_idx (2 ms)
3: [ RUN      ] hip.mdrange_4d
3: [       OK ] hip.mdrange_4d (8 ms)
3: [ RUN      ] hip.mdrange_scalar
3: [       OK ] hip.mdrange_scalar (0 ms)
3: [ RUN      ] hip.mdrange_large_deep_copy
3: [       OK ] hip.mdrange_large_deep_copy (73 ms)
3: [ RUN      ] hip.md_range_policy_construction_from_arrays
3: [       OK ] hip.md_range_policy_construction_from_arrays (0 ms)
3: [ RUN      ] hip.policy_get_tile_size
3: [       OK ] hip.policy_get_tile_size (0 ms)
3: [ RUN      ] hip.mdrange_parallel_reduce_primitive_types
3: [       OK ] sycl.exec_space_thread_safety_range_reduce (568 ms)
3: [ RUN      ] sycl.exec_space_thread_safety_mdrange_reduce
3: [       OK ] sycl.exec_space_thread_safety_mdrange_reduce (574 ms)
3: [ RUN      ] sycl.exec_space_thread_safety_team_policy_reduce
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestExecSpaceThreadSafety.hpp:321: Skipped
3: skipping since test is know to fail with SYCL+Cuda
3: [  SKIPPED ] sycl.exec_space_thread_safety_team_policy_reduce (0 ms)
3: [ RUN      ] sycl.exec_space_thread_safety_range_scan
[ 75%] Built target Kokkos_ContainersUnitTest_OpenMP
3: [       OK ] sycl.exec_space_thread_safety_range_scan (569 ms)
3: [ RUN      ] sycl.execution_space_as_class_data_member
3: [       OK ] sycl.execution_space_as_class_data_member (0 ms)
3: [ RUN      ] sycl.functor_analysis
3: [       OK ] sycl.functor_analysis (0 ms)
3: [ RUN      ] sycl.host_shared_ptr_use_count
3: [       OK ] sycl.host_shared_ptr_use_count (0 ms)
3: [ RUN      ] sycl.host_shared_ptr_get
3: [       OK ] sycl.host_shared_ptr_get (0 ms)
3: [ RUN      ] sycl.host_shared_ptr_dereference_on_device
3: [       OK ] sycl.host_shared_ptr_dereference_on_device (0 ms)
3: [ RUN      ] sycl.host_shared_ptr_special_members_on_device
3: [       OK ] sycl.host_shared_ptr_special_members_on_device (0 ms)
3: [ RUN      ] sycl.host_shared_ptr_tracking
3: [       OK ] sycl.host_shared_ptr_tracking (2 ms)
3: [ RUN      ] sycl.init
3: [       OK ] sycl.init (0 ms)
3: [ RUN      ] sycl.dispatch
3: [       OK ] sycl.dispatch (60 ms)
3: [ RUN      ] sycl.join_backward_compatibility
3: [       OK ] sycl.join_backward_compatibility (0 ms)
3: [ RUN      ] sycl.local_deepcopy_teampolicy_layoutleft
3: [       OK ] sycl.local_deepcopy_teampolicy_layoutleft (958 ms)
3: [ RUN      ] sycl.local_deepcopy_rangepolicy_layoutleft
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/UnitTestMain.cpp.o
3: [       OK ] sycl.local_deepcopy_rangepolicy_layoutleft (2038 ms)
3: [ RUN      ] sycl.local_deepcopy_teampolicy_layoutright
3: [       OK ] sycl.local_deepcopy_teampolicy_layoutright (942 ms)
3: [ RUN      ] sycl.local_deepcopy_rangepolicy_layoutright
40: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (33705 ms)
40: [----------] 2 tests from std_algorithms_find_first_of_team_test (40827 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 8 tests from 4 test suites ran. (71907 ms total)
40: [  PASSED  ] 8 tests.
40/52 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ..............   Passed   72.27 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: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
41:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
41:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
41:   For unit testing set OMP_PROC_BIND=false
41: 
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 (939 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 (1652 ms)
41: [----------] 2 tests from std_algorithms_find_team_test (2592 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 (1249 ms)
41: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
3: [       OK ] sycl.local_deepcopy_rangepolicy_layoutright (1363 ms)
3: [ RUN      ] sycl.deep_copy_scratch
3: [       OK ] sycl.deep_copy_scratch (1 ms)
3: [ RUN      ] sycl.mathematical_constants_e
3: [       OK ] sycl.mathematical_constants_e (0 ms)
3: [ RUN      ] sycl.mathematical_constants_log2e
3: [       OK ] sycl.mathematical_constants_log2e (0 ms)
3: [ RUN      ] sycl.mathematical_constants_log10e
3: [       OK ] sycl.mathematical_constants_log10e (0 ms)
3: [ RUN      ] sycl.mathematical_constants_pi
3: [       OK ] sycl.mathematical_constants_pi (0 ms)
3: [ RUN      ] sycl.mathematical_constants_inv_pi
3: [       OK ] sycl.mathematical_constants_inv_pi (0 ms)
3: [ RUN      ] sycl.mathematical_constants_inv_sqrtpi
3: [       OK ] sycl.mathematical_constants_inv_sqrtpi (0 ms)
3: [ RUN      ] sycl.mathematical_constants_ln2
3: [       OK ] sycl.mathematical_constants_ln2 (0 ms)
3: [ RUN      ] sycl.mathematical_constants_ln10
3: [       OK ] sycl.mathematical_constants_ln10 (0 ms)
3: [ RUN      ] sycl.mathematical_constants_sqrt2
3: [       OK ] sycl.mathematical_constants_sqrt2 (0 ms)
3: [ RUN      ] sycl.mathematical_constants_sqrt3
3: [       OK ] sycl.mathematical_constants_sqrt3 (0 ms)
3: [ RUN      ] sycl.mathematical_constants_inv_sqrt3
3: [       OK ] sycl.mathematical_constants_inv_sqrt3 (0 ms)
3: [ RUN      ] sycl.mathematical_constants_egamma
3: [       OK ] sycl.mathematical_constants_egamma (0 ms)
3: [ RUN      ] sycl.mathematical_constants_phi
3: [       OK ] sycl.mathematical_constants_phi (0 ms)
3: [ RUN      ] sycl.mathematical_functions_trigonometric_functions
3: [       OK ] sycl.mathematical_functions_trigonometric_functions (51 ms)
3: [ RUN      ] sycl.mathematical_functions_hyperbolic_functions
3: [       OK ] sycl.mathematical_functions_hyperbolic_functions (41 ms)
3: [ RUN      ] sycl.mathematical_functions_non_standard
3: [       OK ] sycl.mathematical_functions_non_standard (5 ms)
3: [ RUN      ] sycl.mathematical_functions_power_functions
41: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (1895 ms)
41: [----------] 2 tests from std_algorithms_find_if_team_test (3145 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
3: [       OK ] sycl.mathematical_functions_power_functions (16 ms)
3: [ RUN      ] sycl.mathematical_functions_fma
3: [       OK ] sycl.mathematical_functions_fma (1 ms)
3: [ RUN      ] sycl.mathematical_functions_error_and_gamma_functions
3: [       OK ] sycl.mathematical_functions_error_and_gamma_functions (30 ms)
3: [ RUN      ] sycl.mathematical_functions_nearest_interger_floating_point_operations
3: [       OK ] sycl.mathematical_functions_nearest_interger_floating_point_operations (26 ms)
3: [ RUN      ] sycl.mathematical_functions_floating_point_manipulation_functions
3: [       OK ] sycl.mathematical_functions_floating_point_manipulation_functions (10 ms)
3: [ RUN      ] sycl.mathematical_functions_absolute_value
3: [       OK ] sycl.mathematical_functions_absolute_value (0 ms)
3: [ RUN      ] sycl.mathematical_functions_floating_point_absolute_value
3: [       OK ] sycl.mathematical_functions_floating_point_absolute_value (0 ms)
3: [ RUN      ] sycl.mathematical_functions_remainder_function
3: [       OK ] sycl.mathematical_functions_remainder_function (0 ms)
3: [ RUN      ] sycl.mathematical_functions_isfinite
3: [       OK ] sycl.mathematical_functions_isfinite (0 ms)
3: [ RUN      ] sycl.mathematical_functions_isinf
3: [       OK ] sycl.mathematical_functions_isinf (0 ms)
3: [ RUN      ] sycl.mathematical_functions_isnan
3: [       OK ] sycl.mathematical_functions_isnan (0 ms)
3: [ RUN      ] sycl.mathematical_functions_exponential_functions
3: [       OK ] sycl.mathematical_functions_exponential_functions (52 ms)
3: [ RUN      ] sycl.mathspecialfunc_expint1
3: [       OK ] sycl.mathspecialfunc_expint1 (0 ms)
3: [ RUN      ] sycl.mathspecialfunc_errorfunc
3: [       OK ] sycl.mathspecialfunc_errorfunc (1 ms)
3: [ RUN      ] sycl.mathspecialfunc_cbesselj0y0
3: [       OK ] sycl.mathspecialfunc_cbesselj0y0 (24 ms)
3: [ RUN      ] sycl.mathspecialfunc_cbesselj1y1
3: [       OK ] sycl.mathspecialfunc_cbesselj1y1 (24 ms)
3: [ RUN      ] sycl.mathspecialfunc_cbesseli0k0
3: [       OK ] sycl.mathspecialfunc_cbesseli0k0 (1 ms)
3: [ RUN      ] sycl.mathspecialfunc_cbesseli1k1
3: [       OK ] sycl.mathspecialfunc_cbesseli1k1 (1 ms)
3: [ RUN      ] sycl.mathspecialfunc_cbesselh1stkind
3: [       OK ] sycl.mathspecialfunc_cbesselh1stkind (1 ms)
3: [ RUN      ] sycl.mathspecialfunc_cbesselh2ndkind
3: [       OK ] sycl.mathspecialfunc_cbesselh2ndkind (1 ms)
3: [----------] 107 tests from sycl (26842 ms total)
3: 
3: [----------] 12 tests from sycl_graph
3: [ RUN      ] sycl_graph.submit_once
3: [       OK ] sycl_graph.submit_once (0 ms)
3: [ RUN      ] sycl_graph.submit_once_rvalue
3: [       OK ] sycl_graph.submit_once_rvalue (0 ms)
3: [ RUN      ] sycl_graph.instantiate_and_submit_once
3: [       OK ] sycl_graph.instantiate_and_submit_once (0 ms)
3: [ RUN      ] sycl_graph.submit_onto_another_execution_space_instance
3: [       OK ] sycl_graph.submit_onto_another_execution_space_instance (0 ms)
3: [ RUN      ] sycl_graph.create_graph_no_closure_with_exec
3: [       OK ] sycl_graph.create_graph_no_closure_with_exec (0 ms)
3: [ RUN      ] sycl_graph.create_graph_no_arg
3: [       OK ] sycl_graph.create_graph_no_arg (0 ms)
3: [ RUN      ] sycl_graph.submit_six
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestGraph.hpp:270: Skipped
3: skipping since test case is known to fail with SYCL
3: [  SKIPPED ] sycl_graph.submit_six (0 ms)
3: [ RUN      ] sycl_graph.when_all_cycle
3: [       OK ] sycl_graph.when_all_cycle (1 ms)
3: [ RUN      ] sycl_graph.zero_work_reduce
3: [       OK ] sycl_graph.zero_work_reduce (0 ms)
3: [ RUN      ] sycl_graph.empty_graph
3: [       OK ] sycl_graph.empty_graph (0 ms)
3: [ RUN      ] sycl_graph.diamond
3: [       OK ] sycl_graph.diamond (1 ms)
3: [ RUN      ] sycl_graph.end_of_submit_control_flow
3: [       OK ] sycl_graph.end_of_submit_control_flow (1 ms)
3: [----------] 12 tests from sycl_graph (6 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 123 tests from 4 test suites ran. (28094 ms total)
3: [  PASSED  ] 119 tests.
3: [  SKIPPED ] 4 tests, listed below:
3: [  SKIPPED ] sycl_graph_DeathTest.can_instantiate_only_once
3: [  SKIPPED ] sycl.atomic_operations_complexdouble
3: [  SKIPPED ] sycl.exec_space_thread_safety_team_policy_reduce
3: [  SKIPPED ] sycl_graph.submit_six
3: 
3:   YOU HAVE 1 DISABLED TEST
3: 
 3/61 Test  #3: Kokkos_CoreUnitTest_SYCL1A ...........................   Passed   28.83 sec
test 4
      Start  4: Kokkos_CoreUnitTest_SYCL1B

4: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_SYCL1B
4: Test timeout computed to be: 1500
4: [==========] Running 81 tests from 2 test suites.
4: [----------] Global test environment set-up.
4: [----------] 5 tests from sycl_DeathTest
4: [ RUN      ] sycl_DeathTest.policy_bounds_unsafe_narrowing_conversions
4: [       OK ] sycl_DeathTest.policy_bounds_unsafe_narrowing_conversions (586 ms)
4: [ RUN      ] sycl_DeathTest.policy_invalid_bounds
4: [       OK ] sycl_DeathTest.policy_invalid_bounds (606 ms)
4: [ RUN      ] sycl_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 ] sycl_DeathTest.range_policy_invalid_bounds (683 ms)
4: [ RUN      ] sycl_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 ] sycl_DeathTest.range_policy_implicitly_converted_bounds (1330 ms)
4: [ RUN      ] sycl_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
4: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:110: Skipped
4: skipping SYCL device-side abort does not work when NDEBUG is defined
4: [  SKIPPED ] sycl_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms)
4: [----------] 5 tests from sycl_DeathTest (3206 ms total)
4: 
4: [----------] 76 tests from sycl
4: [ RUN      ] sycl.mdrange_5d
4: [       OK ] sycl.mdrange_5d (20 ms)
4: [ RUN      ] sycl.mdrange_6d
4: [       OK ] sycl.mdrange_6d (20 ms)
4: [ RUN      ] sycl.mdrange_2d
4: [       OK ] sycl.mdrange_2d (3 ms)
4: [ RUN      ] sycl.mdrange_array_reduce
4: [       OK ] sycl.mdrange_array_reduce (0 ms)
4: [ RUN      ] sycl.mdrange_3d
4: [       OK ] sycl.mdrange_3d (6 ms)
4: [ RUN      ] sycl.mdrange_neg_idx
4: [       OK ] sycl.mdrange_neg_idx (2 ms)
4: [ RUN      ] sycl.mdrange_4d
4: [       OK ] sycl.mdrange_4d (6 ms)
4: [ RUN      ] sycl.mdrange_scalar
4: [       OK ] sycl.mdrange_scalar (0 ms)
4: [ RUN      ] sycl.mdrange_large_deep_copy
4: [       OK ] sycl.mdrange_large_deep_copy (9 ms)
4: [ RUN      ] sycl.md_range_policy_construction_from_arrays
4: [       OK ] sycl.md_range_policy_construction_from_arrays (0 ms)
4: [ RUN      ] sycl.policy_get_tile_size
4: [       OK ] sycl.policy_get_tile_size (0 ms)
4: [ RUN      ] sycl.mdrange_parallel_reduce_primitive_types
41: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (6830 ms)
41: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
4: [       OK ] sycl.mdrange_parallel_reduce_primitive_types (2142 ms)
4: [ RUN      ] sycl.mdspan_minimal_functional
4: [       OK ] sycl.mdspan_minimal_functional (0 ms)
4: [ RUN      ] sycl.mdspan_atomic_accessor
4: [       OK ] sycl.mdspan_atomic_accessor (0 ms)
4: [ RUN      ] sycl.view_mdspan_conversion
4: [       OK ] sycl.view_mdspan_conversion (3 ms)
4: [ RUN      ] sycl.view_mdspan_conversion_with_stride
4: [       OK ] sycl.view_mdspan_conversion_with_stride (0 ms)
4: [ RUN      ] sycl.max
4: [       OK ] sycl.max (0 ms)
4: [ RUN      ] sycl.max_within_parfor
4: [       OK ] sycl.max_within_parfor (0 ms)
4: [ RUN      ] sycl.min
4: [       OK ] sycl.min (0 ms)
4: [ RUN      ] sycl.min_within_parfor
4: [       OK ] sycl.min_within_parfor (0 ms)
4: [ RUN      ] sycl.minmax
4: [       OK ] sycl.minmax (0 ms)
4: [ RUN      ] sycl.minmax_within_parfor
4: [       OK ] sycl.minmax_within_parfor (0 ms)
4: [ RUN      ] sycl.clamp
4: [       OK ] sycl.clamp (0 ms)
4: [ RUN      ] sycl.clamp_within_parfor
4: [       OK ] sycl.clamp_within_parfor (0 ms)
4: [ RUN      ] sycl.numeric_traits_infinity
4: [       OK ] sycl.numeric_traits_infinity (0 ms)
4: [ RUN      ] sycl.numeric_traits_epsilon
4: [       OK ] sycl.numeric_traits_epsilon (0 ms)
4: [ RUN      ] sycl.numeric_traits_round_error
4: [       OK ] sycl.numeric_traits_round_error (0 ms)
4: [ RUN      ] sycl.numeric_traits_norm_min
4: [       OK ] sycl.numeric_traits_norm_min (0 ms)
4: [ RUN      ] sycl.numeric_traits_denorm_min
4: [       OK ] sycl.numeric_traits_denorm_min (0 ms)
4: [ RUN      ] sycl.numeric_traits_finite_min_max
4: [       OK ] sycl.numeric_traits_finite_min_max (3 ms)
4: [ RUN      ] sycl.numeric_traits_digits
4: [       OK ] sycl.numeric_traits_digits (1 ms)
4: [ RUN      ] sycl.numeric_traits_digits10
4: [       OK ] sycl.numeric_traits_digits10 (1 ms)
4: [ RUN      ] sycl.numeric_traits_max_digits10
4: [       OK ] sycl.numeric_traits_max_digits10 (0 ms)
4: [ RUN      ] sycl.numeric_traits_radix
4: [       OK ] sycl.numeric_traits_radix (1 ms)
4: [ RUN      ] sycl.numeric_traits_min_max_exponent
4: [       OK ] sycl.numeric_traits_min_max_exponent (0 ms)
4: [ RUN      ] sycl.numeric_traits_min_max_exponent10
4: [       OK ] sycl.numeric_traits_min_max_exponent10 (0 ms)
4: [ RUN      ] sycl.numeric_traits_quiet_and_signaling_nan
4: [       OK ] sycl.numeric_traits_quiet_and_signaling_nan (0 ms)
4: [ RUN      ] sycl.numeric_traits_sfinae_friendly
4: [       OK ] sycl.numeric_traits_sfinae_friendly (0 ms)
4: [ RUN      ] sycl.occupancy_control
4: [       OK ] sycl.occupancy_control (1 ms)
4: [ RUN      ] sycl.memory_pool
4: [       OK ] sycl.memory_pool (50 ms)
4: [ RUN      ] sycl.cxx11
4: [       OK ] sycl.cxx11 (2 ms)
4: [ RUN      ] sycl.viewctorprop_embedded_dim
4: [       OK ] sycl.viewctorprop_embedded_dim (0 ms)
4: [ RUN      ] sycl.viewctorpop_view_allocate_without_initializing_backward_compatility
4: [       OK ] sycl.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
4: [ RUN      ] sycl.parallel_scan_range_policy
4: [       OK ] sycl.parallel_scan_range_policy (38 ms)
4: [ RUN      ] sycl.kokkos_printf
4: [       OK ] sycl.kokkos_printf (11 ms)
4: [ RUN      ] sycl.range_for
4: [       OK ] sycl.range_for (1 ms)
4: [ RUN      ] sycl.range_reduce
4: [       OK ] sycl.range_reduce (2 ms)
4: [ RUN      ] sycl.range_dynamic_policy
4: [       OK ] sycl.range_dynamic_policy (0 ms)
4: [ RUN      ] sycl.range_policy_runtime_parameters
4: [       OK ] sycl.range_policy_runtime_parameters (0 ms)
4: [ RUN      ] sycl.range_policy_round_trip_conversion_fires
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 ] sycl.range_policy_round_trip_conversion_fires (470 ms)
4: [ RUN      ] sycl.range_policy_one_way_convertible_bounds
4: [       OK ] sycl.range_policy_one_way_convertible_bounds (0 ms)
4: [ RUN      ] sycl.range_policy_check_sign_changes
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.
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_DynViewAPI_rank67.cpp.o
4: [       OK ] sycl.range_policy_check_sign_changes (1015 ms)
4: [ RUN      ] sycl.range_for_require
4: [       OK ] sycl.range_for_require (2 ms)
4: [ RUN      ] sycl.range_reduce_require
4: [       OK ] sycl.range_reduce_require (1 ms)
4: [ RUN      ] sycl.range_dynamic_policy_require
4: [       OK ] sycl.range_dynamic_policy_require (0 ms)
4: [ RUN      ] sycl.reducers_int
4: [       OK ] sycl.reducers_int (10 ms)
4: [ RUN      ] sycl.reducers_double
4: [       OK ] sycl.reducers_double (8 ms)
4: [ RUN      ] sycl.reducers_complex_double
4: [       OK ] sycl.reducers_complex_double (3 ms)
4: [ RUN      ] sycl.reducers_struct
4: [       OK ] sycl.reducers_struct (10 ms)
4: [ RUN      ] sycl.reducers_half_t
4: [       OK ] sycl.reducers_half_t (5 ms)
4: [ RUN      ] sycl.reducers_bhalf_t
4: [       OK ] sycl.reducers_bhalf_t (5 ms)
4: [ RUN      ] sycl.reducers_int8_t
4: [       OK ] sycl.reducers_int8_t (4 ms)
4: [ RUN      ] sycl.reducers_int16_t
4: [       OK ] sycl.reducers_int16_t (5 ms)
4: [ RUN      ] sycl.reducers_point_t
4: [       OK ] sycl.reducers_point_t (3 ms)
4: [ RUN      ] sycl.reducers_bool
4: [       OK ] sycl.reducers_bool (1 ms)
4: [ RUN      ] sycl.int_combined_reduce
4: [       OK ] sycl.int_combined_reduce (0 ms)
4: [ RUN      ] sycl.mdrange_combined_reduce
4: [       OK ] sycl.mdrange_combined_reduce (0 ms)
4: [ RUN      ] sycl.int_combined_reduce_mixed
4: [       OK ] sycl.int_combined_reduce_mixed (0 ms)
4: [ RUN      ] sycl.reduction_with_large_iteration_count
3: [       OK ] hip.mdrange_parallel_reduce_primitive_types (12918 ms)
3: [ RUN      ] hip.mdspan_minimal_functional
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestMDSpan.hpp:63: Skipped
3: mdspan not enabled
3: [  SKIPPED ] hip.mdspan_minimal_functional (0 ms)
3: [ RUN      ] hip.max
3: [       OK ] hip.max (0 ms)
3: [ RUN      ] hip.max_within_parfor
3: [       OK ] hip.max_within_parfor (1 ms)
3: [ RUN      ] hip.min
3: [       OK ] hip.min (0 ms)
3: [ RUN      ] hip.min_within_parfor
3: [       OK ] hip.min_within_parfor (0 ms)
3: [ RUN      ] hip.minmax
3: [       OK ] hip.minmax (0 ms)
3: [ RUN      ] hip.minmax_within_parfor
3: [       OK ] hip.minmax_within_parfor (0 ms)
3: [ RUN      ] hip.clamp
3: [       OK ] hip.clamp (0 ms)
3: [ RUN      ] hip.clamp_within_parfor
3: [       OK ] hip.clamp_within_parfor (0 ms)
3: [ RUN      ] hip.numeric_traits_infinity
3: [       OK ] hip.numeric_traits_infinity (9 ms)
3: [ RUN      ] hip.numeric_traits_epsilon
3: [       OK ] hip.numeric_traits_epsilon (0 ms)
3: [ RUN      ] hip.numeric_traits_round_error
3: [       OK ] hip.numeric_traits_round_error (0 ms)
3: [ RUN      ] hip.numeric_traits_norm_min
3: [       OK ] hip.numeric_traits_norm_min (0 ms)
3: [ RUN      ] hip.numeric_traits_denorm_min
3: [       OK ] hip.numeric_traits_denorm_min (0 ms)
3: [ RUN      ] hip.numeric_traits_finite_min_max
3: [       OK ] hip.numeric_traits_finite_min_max (1 ms)
3: [ RUN      ] hip.numeric_traits_digits
3: [       OK ] hip.numeric_traits_digits (1 ms)
3: [ RUN      ] hip.numeric_traits_digits10
3: [       OK ] hip.numeric_traits_digits10 (1 ms)
3: [ RUN      ] hip.numeric_traits_max_digits10
3: [       OK ] hip.numeric_traits_max_digits10 (0 ms)
3: [ RUN      ] hip.numeric_traits_radix
3: [       OK ] hip.numeric_traits_radix (1 ms)
3: [ RUN      ] hip.numeric_traits_min_max_exponent
3: [       OK ] hip.numeric_traits_min_max_exponent (0 ms)
3: [ RUN      ] hip.numeric_traits_min_max_exponent10
3: [       OK ] hip.numeric_traits_min_max_exponent10 (0 ms)
3: [ RUN      ] hip.numeric_traits_quiet_and_signaling_nan
3: [       OK ] hip.numeric_traits_quiet_and_signaling_nan (0 ms)
3: [ RUN      ] hip.numeric_traits_sfinae_friendly
3: [       OK ] hip.numeric_traits_sfinae_friendly (0 ms)
3: [ RUN      ] hip.occupancy_control
3: [       OK ] hip.occupancy_control (1 ms)
3: [ RUN      ] hip.memory_pool
3: [       OK ] hip.memory_pool (16 ms)
3: [ RUN      ] hip.cxx11
3: [       OK ] hip.cxx11 (0 ms)
3: [ RUN      ] hip.viewctorprop_embedded_dim
3: [       OK ] hip.viewctorprop_embedded_dim (0 ms)
3: [ RUN      ] hip.viewctorpop_view_allocate_without_initializing_backward_compatility
3: [       OK ] hip.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
3: [ RUN      ] hip.parallel_scan_range_policy
3: [       OK ] hip.parallel_scan_range_policy (51 ms)
3: [ RUN      ] hip.kokkos_printf
3: [       OK ] hip.kokkos_printf (1 ms)
3: [ RUN      ] hip.range_for
3: [       OK ] hip.range_for (3 ms)
3: [ RUN      ] hip.range_reduce
3: [       OK ] hip.range_reduce (0 ms)
3: [ RUN      ] hip.range_dynamic_policy
3: [       OK ] hip.range_dynamic_policy (0 ms)
3: [ RUN      ] hip.range_policy_runtime_parameters
3: [       OK ] hip.range_policy_runtime_parameters (0 ms)
3: [ RUN      ] hip.range_policy_round_trip_conversion_fires
3: 
3: [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.
3: [       OK ] hip.range_policy_round_trip_conversion_fires (476 ms)
3: [ RUN      ] hip.range_policy_one_way_convertible_bounds
3: [       OK ] hip.range_policy_one_way_convertible_bounds (0 ms)
3: [ RUN      ] hip.range_policy_check_sign_changes
3: 
3: [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.
3: 
3: [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.
3: [       OK ] hip.range_policy_check_sign_changes (928 ms)
3: [ RUN      ] hip.range_for_require
3: [       OK ] hip.range_for_require (108 ms)
3: [ RUN      ] hip.range_reduce_require
3: [       OK ] hip.range_reduce_require (0 ms)
3: [ RUN      ] hip.range_dynamic_policy_require
3: [       OK ] hip.range_dynamic_policy_require (0 ms)
3: [ RUN      ] hip.reducers_int
3: [       OK ] hip.reducers_int (7 ms)
3: [ RUN      ] hip.reducers_double
3: [       OK ] hip.reducers_double (6 ms)
3: [ RUN      ] hip.reducers_complex_double
3: [       OK ] hip.reducers_complex_double (14 ms)
3: [ RUN      ] hip.reducers_struct
3: [       OK ] hip.reducers_struct (4 ms)
3: [ RUN      ] hip.reducers_half_t
3: [       OK ] hip.reducers_half_t (4 ms)
3: [ RUN      ] hip.reducers_bhalf_t
3: [       OK ] hip.reducers_bhalf_t (4 ms)
3: [ RUN      ] hip.reducers_int8_t
3: [       OK ] hip.reducers_int8_t (4 ms)
3: [ RUN      ] hip.reducers_int16_t
3: [       OK ] hip.reducers_int16_t (4 ms)
3: [ RUN      ] hip.reducers_bool
3: [       OK ] hip.reducers_bool (1 ms)
3: [ RUN      ] hip.int64_t_reduce
3: [       OK ] hip.int64_t_reduce (34 ms)
3: [ RUN      ] hip.double_reduce
3: [       OK ] hip.double_reduce (32 ms)
3: [ RUN      ] hip.int64_t_reduce_dynamic
3: [       OK ] hip.int64_t_reduce_dynamic (26 ms)
3: [ RUN      ] hip.double_reduce_dynamic
3: [       OK ] hip.double_reduce_dynamic (26 ms)
3: [ RUN      ] hip.int64_t_reduce_dynamic_view
3: [       OK ] hip.int64_t_reduce_dynamic_view (6 ms)
3: [ RUN      ] hip.int_combined_reduce
3: [       OK ] hip.int_combined_reduce (0 ms)
3: [ RUN      ] hip.mdrange_combined_reduce
3: [       OK ] hip.mdrange_combined_reduce (0 ms)
3: [ RUN      ] hip.int_combined_reduce_mixed
3: [       OK ] hip.int_combined_reduce_mixed (0 ms)
3: [ RUN      ] hip.reduction_with_large_iteration_count
3: [       OK ] hip.reduction_with_large_iteration_count (270 ms)
3: [ RUN      ] hip.reduction_deduction
3: [       OK ] hip.reduction_deduction (0 ms)
3: [ RUN      ] hip.reduce_device_view_range_policy
41: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (1261 ms)
41: [----------] 2 tests from std_algorithms_find_if_not_team_test (8091 ms total)
41: 
41: [----------] 1 test from std_algorithms_all_of_team_test
41: [ RUN      ] std_algorithms_all_of_team_test.test
4: [       OK ] sycl.reduction_with_large_iteration_count (345 ms)
4: [ RUN      ] sycl.reduction_deduction
4: [       OK ] sycl.reduction_deduction (0 ms)
4: [ RUN      ] sycl.reduce_device_view_range_policy
4: [       OK ] sycl.reduce_device_view_range_policy (3 ms)
4: [ RUN      ] sycl.reduce_device_view_mdrange_policy
4: [       OK ] sycl.reduce_device_view_mdrange_policy (576 ms)
4: [ RUN      ] sycl.reduce_device_view_team_policy
4: [       OK ] sycl.reduce_device_view_team_policy (3 ms)
4: [ RUN      ] sycl.impl_shared_alloc
4: [       OK ] sycl.impl_shared_alloc (69 ms)
4: [ RUN      ] sycl.mdspan_space_aware_accessor
4: [       OK ] sycl.mdspan_space_aware_accessor (1 ms)
4: [ RUN      ] sycl.kokkos_swap
4: [       OK ] sycl.kokkos_swap (0 ms)
4: [----------] 76 tests from sycl (4889 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 81 tests from 2 test suites ran. (8096 ms total)
4: [  PASSED  ] 80 tests.
4: [  SKIPPED ] 1 test, listed below:
4: [  SKIPPED ] sycl_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
 4/61 Test  #4: Kokkos_CoreUnitTest_SYCL1B ...........................   Passed    8.56 sec
test 5
      Start  5: Kokkos_CoreUnitTest_SYCL2A

5: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2A
5: Test timeout computed to be: 1500
5: [==========] Running 105 tests from 2 test suites.
5: [----------] Global test environment set-up.
5: [----------] 7 tests from sycl_DeathTest
5: [ RUN      ] sycl_DeathTest.view_construction_with_wrong_params_dyn
5: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:102: Skipped
5: only enforced when debug bound checks is enabled
5: [  SKIPPED ] sycl_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
5: [ RUN      ] sycl_DeathTest.view_construction_with_wrong_params_stat
5: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:131: Skipped
5: only enforced when debug bound checks is enabled
5: [  SKIPPED ] sycl_DeathTest.view_construction_with_wrong_params_stat (0 ms)
5: [ RUN      ] sycl_DeathTest.view_construction_with_wrong_params_mix
5: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:160: Skipped
5: only enforced when debug bound checks is enabled
5: [  SKIPPED ] sycl_DeathTest.view_construction_with_wrong_params_mix (0 ms)
5: [ RUN      ] sycl_DeathTest.view_construction_with_wrong_static_extents
5: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:192: Skipped
5: only enforced when debug bound checks is enabled
5: [  SKIPPED ] sycl_DeathTest.view_construction_with_wrong_static_extents (0 ms)
5: [ RUN      ] sycl_DeathTest.view_layoutstride_right_to_layoutleft_assignment
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFind.cpp.o
41: [       OK ] std_algorithms_all_of_team_test.test (1672 ms)
41: [----------] 1 test from std_algorithms_all_of_team_test (1672 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 (707 ms)
41: [----------] 1 test from std_algorithms_any_of_team_test (707 ms total)
41: 
41: [----------] 1 test from std_algorithms_none_of_team_test
41: [ RUN      ] std_algorithms_none_of_team_test.test
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ErrorReporter.cpp.o
41: [       OK ] std_algorithms_none_of_team_test.test (1668 ms)
41: [----------] 1 test from std_algorithms_none_of_team_test (1668 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 (748 ms)
41: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
5: [       OK ] sycl_DeathTest.view_layoutstride_right_to_layoutleft_assignment (4102 ms)
5: [ RUN      ] sycl_DeathTest.view_layoutstride_left_to_layoutright_assignment
41: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (940 ms)
41: [----------] 2 tests from std_algorithms_search_n_team_test (1689 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 11 tests from 7 test suites ran. (19568 ms total)
41: [  PASSED  ] 11 tests.
41/52 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ..............   Passed   19.96 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: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
42:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
42:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
42:   For unit testing set OMP_PROC_BIND=false
42: 
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
[ 75%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_OffsetView.cpp.o
5: [       OK ] sycl_DeathTest.view_layoutstride_left_to_layoutright_assignment (4159 ms)
5: [ RUN      ] sycl_DeathTest.view_memory_access_violations_from_device
5: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewMemoryAccessViolation.hpp:174: Skipped
5: skipping SYCL device-side abort does not work when NDEBUG is defined
5: [  SKIPPED ] sycl_DeathTest.view_memory_access_violations_from_device (0 ms)
5: [----------] 7 tests from sycl_DeathTest (8261 ms total)
5: 
5: [----------] 98 tests from sycl
5: [ RUN      ] sycl.team_for
5: [       OK ] sycl.team_for (15 ms)
5: [ RUN      ] sycl.team_reduce
5: [       OK ] sycl.team_reduce (1 ms)
5: [ RUN      ] sycl.team_reduce_large
5: [       OK ] sycl.team_reduce_large (119 ms)
5: [ RUN      ] sycl.team_parallel_single
5: [       OK ] sycl.team_parallel_single (6 ms)
5: [ RUN      ] sycl.large_team_scratch_size
5: [       OK ] sycl.large_team_scratch_size (0 ms)
5: [ RUN      ] sycl.team_broadcast_long
5: [       OK ] sycl.team_broadcast_long (1 ms)
5: [ RUN      ] sycl.team_broadcast_long_wrapper
5: [       OK ] sycl.team_broadcast_long_wrapper (1 ms)
5: [ RUN      ] sycl.team_broadcast_char
5: [       OK ] sycl.team_broadcast_char (1 ms)
5: [ RUN      ] sycl.team_broadcast_float
5: [       OK ] sycl.team_broadcast_float (1 ms)
5: [ RUN      ] sycl.team_broadcast_double
5: [       OK ] sycl.team_broadcast_double (1 ms)
5: [ RUN      ] sycl.team_handle_by_value
5: [       OK ] sycl.team_handle_by_value (0 ms)
5: [ RUN      ] sycl.team_vector
5: [       OK ] sycl.team_vector (30 ms)
5: [ RUN      ] sycl.triple_nested_parallelism
5: [       OK ] sycl.triple_nested_parallelism (5 ms)
5: [ RUN      ] sycl.parallel_scan_with_reducers
5: [       OK ] sycl.parallel_scan_with_reducers (97 ms)
5: [ RUN      ] sycl.team_thread_range_combined_reducers
5: [       OK ] sycl.team_thread_range_combined_reducers (1 ms)
5: [ RUN      ] sycl.thread_vector_range_combined_reducers
5: [       OK ] sycl.thread_vector_range_combined_reducers (0 ms)
5: [ RUN      ] sycl.team_vector_range_combined_reducers
5: [       OK ] sycl.team_vector_range_combined_reducers (0 ms)
5: [ RUN      ] sycl.TeamThreadMDRangeParallelFor
5: [       OK ] sycl.TeamThreadMDRangeParallelFor (20 ms)
5: [ RUN      ] sycl.ThreadVectorMDRangeParallelFor
5: [       OK ] sycl.ThreadVectorMDRangeParallelFor (11 ms)
5: [ RUN      ] sycl.TeamVectorMDRangeParallelFor
5: [       OK ] sycl.TeamVectorMDRangeParallelFor (11 ms)
5: [ RUN      ] sycl.TeamThreadMDRangeParallelReduce
5: [       OK ] sycl.TeamThreadMDRangeParallelReduce (17 ms)
5: [ RUN      ] sycl.ThreadVectorMDRangeParallelReduce
5: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestTeamMDRange.hpp:2190: Skipped
5: skipping because of bug in group_barrier implementation
5: [  SKIPPED ] sycl.ThreadVectorMDRangeParallelReduce (0 ms)
5: [ RUN      ] sycl.TeamVectorMDRangeParallelReduce
5: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestTeamMDRange.hpp:2223: Skipped
5: skipping because of bug in group_barrier implementation
5: [  SKIPPED ] sycl.TeamVectorMDRangeParallelReduce (0 ms)
5: [ RUN      ] sycl.team_policy_runtime_parameters
5: [       OK ] sycl.team_policy_runtime_parameters (0 ms)
5: [ RUN      ] sycl.team_reduction_scan
5: [       OK ] sycl.team_reduction_scan (1261 ms)
5: [ RUN      ] sycl.team_long_reduce
5: [       OK ] sycl.team_long_reduce (15 ms)
5: [ RUN      ] sycl.team_double_reduce
5: [       OK ] sycl.team_double_reduce (15 ms)
5: [ RUN      ] sycl.team_long_array_reduce
5: [       OK ] sycl.team_long_array_reduce (16 ms)
5: [ RUN      ] sycl.team_double_array_reduce
5: [       OK ] sycl.team_double_array_reduce (15 ms)
5: [ RUN      ] sycl.team_parallel_dummy_with_reducer_and_scratch_space
5: [       OK ] sycl.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
5: [ RUN      ] sycl.repeated_team_reduce
5: [       OK ] sycl.repeated_team_reduce (16 ms)
5: [ RUN      ] sycl.team_scan
5: [       OK ] sycl.team_scan (169 ms)
5: [ RUN      ] sycl.team_scan_ret_val
5: [       OK ] sycl.team_scan_ret_val (166 ms)
5: [ RUN      ] sycl.team_shared_request
5: [       OK ] sycl.team_shared_request (0 ms)
5: [ RUN      ] sycl.team_scratch_request
5: [       OK ] sycl.team_scratch_request (1 ms)
5: [ RUN      ] sycl.team_lambda_shared_request
5: [       OK ] sycl.team_lambda_shared_request (15 ms)
5: [ RUN      ] sycl.scratch_align
5: [       OK ] sycl.scratch_align (0 ms)
5: [ RUN      ] sycl.shmem_size
5: [       OK ] sycl.shmem_size (0 ms)
5: [ RUN      ] sycl.multi_level_scratch
5: [       OK ] sycl.multi_level_scratch (14 ms)
5: [ RUN      ] sycl.team_scratch_memory_index_parallel_for
5: [       OK ] sycl.team_scratch_memory_index_parallel_for (0 ms)
5: [ RUN      ] sycl.team_policy_max_recommended
5: [       OK ] sycl.team_policy_max_recommended (12 ms)
5: [ RUN      ] sycl.team_policy_minmax_scalar_without_plus_equal_k
5: [       OK ] sycl.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
5: [ RUN      ] sycl.team_teamvector_range
5: [       OK ] sycl.team_teamvector_range (5 ms)
5: [ RUN      ] sycl.unique_token_global
5: [       OK ] sycl.unique_token_global (2 ms)
5: [ RUN      ] sycl.unique_token_instance
5: [       OK ] sycl.unique_token_instance (1 ms)
5: [ RUN      ] sycl.unique_token_team_acquire
5: [       OK ] sycl.unique_token_team_acquire (1 ms)
5: [ RUN      ] sycl.view_api_a
5: [       OK ] sycl.view_api_a (6 ms)
5: [ RUN      ] sycl.view_layout_left_with_stride
5: [       OK ] sycl.view_layout_left_with_stride (0 ms)
5: [ RUN      ] sycl.view_layout_right_with_stride
5: [       OK ] sycl.view_layout_right_with_stride (0 ms)
5: [ RUN      ] sycl.view_api_b
5: [       OK ] sycl.view_api_b (4 ms)
5: [ RUN      ] sycl.view_api_c
5: [       OK ] sycl.view_api_c (0 ms)
5: [ RUN      ] sycl.view_api_d
5: [       OK ] sycl.view_api_d (0 ms)
5: [ RUN      ] sycl.view_remap
5: [       OK ] sycl.view_remap (0 ms)
5: [ RUN      ] sycl.view_mirror_nonconst
5: [       OK ] sycl.view_mirror_nonconst (0 ms)
5: [ RUN      ] sycl.view_stride_method
5: [       OK ] sycl.view_stride_method (0 ms)
5: [ RUN      ] sycl.anonymous_space
5: [       OK ] sycl.anonymous_space (0 ms)
5: [ RUN      ] sycl.view_overload_resolution
5: [       OK ] sycl.view_overload_resolution (0 ms)
5: [ RUN      ] sycl.view_allocation_large_rank
5: [       OK ] sycl.view_allocation_large_rank (5 ms)
5: [ RUN      ] sycl.view_shmem_size_on_device
5: [       OK ] sycl.view_shmem_size_on_device (0 ms)
5: [ RUN      ] sycl.view_is_assignable
5: [       OK ] sycl.view_is_assignable (0 ms)
5: [ RUN      ] sycl.view_bad_alloc
5: 
5: PI CUDA ERROR:
5: 	Value:           2
5: 	Name:            CUDA_ERROR_OUT_OF_MEMORY
5: 	Description:     out of memory
5: 	Function:        cuda_piextUSMDeviceAlloc
5: 	Source Location: /root/intel-llvm-mirror/sycl/plugins/cuda/pi_cuda.cpp:4899
5: 
5: 
5: PI CUDA ERROR:
5: 	Value:           2
5: 	Name:            CUDA_ERROR_OUT_OF_MEMORY
5: 	Description:     out of memory
5: 	Function:        cuda_piextUSMSharedAlloc
5: 	Source Location: /root/intel-llvm-mirror/sycl/plugins/cuda/pi_cuda.cpp:4924
5: 
5: 
5: PI CUDA ERROR:
5: 	Value:           2
5: 	Name:            CUDA_ERROR_OUT_OF_MEMORY
5: 	Description:     out of memory
5: 	Function:        cuda_piextUSMHostAlloc
5: 	Source Location: /root/intel-llvm-mirror/sycl/plugins/cuda/pi_cuda.cpp:4875
5: 
5: [       OK ] sycl.view_bad_alloc (0 ms)
5: [ RUN      ] sycl.view_copy_tests
5: [       OK ] sycl.view_copy_tests (7 ms)
5: [ RUN      ] sycl.view_copy_tests_rank_0
5: [       OK ] sycl.view_copy_tests_rank_0 (0 ms)
5: [ RUN      ] sycl.view_copy_degenerated
5: [       OK ] sycl.view_copy_degenerated (0 ms)
5: [ RUN      ] sycl.view_fill_tests_layout_right
5: [       OK ] sycl.view_fill_tests_layout_right (86 ms)
5: [ RUN      ] sycl.view_fill_tests_layout_left
5: [       OK ] sycl.view_fill_tests_layout_left (79 ms)
5: [ RUN      ] sycl.view_empty_runtime_unmanaged
5: [       OK ] sycl.view_empty_runtime_unmanaged (0 ms)
5: [ RUN      ] sycl.view_hooks
5: [       OK ] sycl.view_hooks (0 ms)
5: [ RUN      ] sycl.view_layoutstride_left_to_layoutleft_assignment
5: [       OK ] sycl.view_layoutstride_left_to_layoutleft_assignment (52 ms)
5: [ RUN      ] sycl.view_layoutstride_right_to_layoutright_assignment
5: [       OK ] sycl.view_layoutstride_right_to_layoutright_assignment (47 ms)
5: [ RUN      ] sycl.view_irregular_layout
5: [       OK ] sycl.view_irregular_layout (0 ms)
5: [ RUN      ] sycl.view_mapping
5: [       OK ] sycl.view_mapping (59 ms)
5: [ RUN      ] sycl.view_mapping_operator
5: [       OK ] sycl.view_mapping_operator (16 ms)
5: [ RUN      ] sycl.static_extent
5: [       OK ] sycl.static_extent (0 ms)
5: [ RUN      ] sycl.view_mapping_atomic
5: [       OK ] sycl.view_mapping_atomic (0 ms)
5: [ RUN      ] sycl.view_mapping_class_value
5: [       OK ] sycl.view_mapping_class_value (0 ms)
5: [ RUN      ] sycl.view_mapping_assignable
5: [       OK ] sycl.view_mapping_assignable (0 ms)
5: [ RUN      ] sycl.view_mapping_trivially_copyable
5: [       OK ] sycl.view_mapping_trivially_copyable (0 ms)
5: [ RUN      ] sycl.view_mapping_subview
5: [       OK ] sycl.view_mapping_subview (1 ms)
5: [ RUN      ] sycl.view_nested_view
5: [       OK ] sycl.view_nested_view (0 ms)
5: [ RUN      ] sycl.view_of_views_default
5: [       OK ] sycl.view_of_views_default (0 ms)
5: [ RUN      ] sycl.view_of_views_without_initializing
5: [       OK ] sycl.view_of_views_without_initializing (0 ms)
5: [ RUN      ] sycl.test_view_of_views_sequential_host_init
5: [       OK ] sycl.test_view_of_views_sequential_host_init (0 ms)
5: [ RUN      ] sycl.append_formatted_multidimensional_index
5: [       OK ] sycl.append_formatted_multidimensional_index (0 ms)
5: [ RUN      ] sycl.view_resize
5: [       OK ] sycl.view_resize (10 ms)
5: [ RUN      ] sycl.view_realloc
5: [       OK ] sycl.view_realloc (1 ms)
5: [ RUN      ] sycl.resize_realloc_no_init
5: [       OK ] sycl.resize_realloc_no_init (0 ms)
5: [ RUN      ] sycl.resize_realloc_no_alloc
5: [       OK ] sycl.resize_realloc_no_alloc (0 ms)
5: [ RUN      ] sycl.realloc_exec_space
5: [       OK ] sycl.realloc_exec_space (0 ms)
5: [ RUN      ] sycl.view_alloc
5: [       OK ] sycl.view_alloc (0 ms)
5: [ RUN      ] sycl.view_alloc_exec_space
5: [       OK ] sycl.view_alloc_exec_space (0 ms)
5: [ RUN      ] sycl.view_alloc_int
5: [       OK ] sycl.view_alloc_int (0 ms)
5: [ RUN      ] sycl.view_alloc_exec_space_int
5: [       OK ] sycl.view_alloc_exec_space_int (0 ms)
5: [ RUN      ] sycl.deep_copy_zero_memset
5: [       OK ] sycl.deep_copy_zero_memset (0 ms)
5: [ RUN      ] sycl.resize_exec_space
5: [       OK ] sycl.resize_exec_space (0 ms)
5: [ RUN      ] sycl.view_allocation_int
5: [       OK ] sycl.view_allocation_int (0 ms)
5: [ RUN      ] sycl.view_allocation_exec_space_int
5: [       OK ] sycl.view_allocation_exec_space_int (0 ms)
5: [ RUN      ] sycl.view_not_default_constructible
5: [       OK ] sycl.view_not_default_constructible (0 ms)
5: [----------] 98 tests from sycl (2471 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 105 tests from 2 test suites ran. (10733 ms total)
5: [  PASSED  ] 98 tests.
5: [  SKIPPED ] 7 tests, listed below:
5: [  SKIPPED ] sycl_DeathTest.view_construction_with_wrong_params_dyn
5: [  SKIPPED ] sycl_DeathTest.view_construction_with_wrong_params_stat
5: [  SKIPPED ] sycl_DeathTest.view_construction_with_wrong_params_mix
5: [  SKIPPED ] sycl_DeathTest.view_construction_with_wrong_static_extents
5: [  SKIPPED ] sycl_DeathTest.view_memory_access_violations_from_device
5: [  SKIPPED ] sycl.ThreadVectorMDRangeParallelReduce
5: [  SKIPPED ] sycl.TeamVectorMDRangeParallelReduce
 5/61 Test  #5: Kokkos_CoreUnitTest_SYCL2A ...........................   Passed   11.22 sec
test 6
      Start  6: Kokkos_CoreUnitTest_SYCL2B

6: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2B
6: Test timeout computed to be: 1500
6: [==========] Running 16 tests from 1 test suite.
6: [----------] Global test environment set-up.
6: [----------] 16 tests from sycl_shared_usm
6: [ RUN      ] sycl_shared_usm.view_subview_assign_strided
6: [       OK ] sycl_shared_usm.view_subview_assign_strided (4 ms)
6: [ RUN      ] sycl_shared_usm.view_subview_left_0
6: [       OK ] sycl_shared_usm.view_subview_left_0 (0 ms)
6: [ RUN      ] sycl_shared_usm.view_subview_left_1
6: [       OK ] sycl_shared_usm.view_subview_left_1 (0 ms)
6: [ RUN      ] sycl_shared_usm.view_subview_left_2
6: [       OK ] sycl_shared_usm.view_subview_left_2 (0 ms)
6: [ RUN      ] sycl_shared_usm.view_subview_left_3
6: [       OK ] sycl_shared_usm.view_subview_left_3 (0 ms)
6: [ RUN      ] sycl_shared_usm.view_subview_right_0
6: [       OK ] sycl_shared_usm.view_subview_right_0 (0 ms)
6: [ RUN      ] sycl_shared_usm.view_subview_right_1
6: [       OK ] sycl_shared_usm.view_subview_right_1 (0 ms)
6: [ RUN      ] sycl_shared_usm.view_subview_right_3
6: [       OK ] sycl_shared_usm.view_subview_right_3 (0 ms)
6: [ RUN      ] sycl_shared_usm.view_static_tests
6: [       OK ] sycl_shared_usm.view_static_tests (0 ms)
6: [ RUN      ] sycl_shared_usm.view_subview_layoutleft_to_layoutleft
6: [       OK ] sycl_shared_usm.view_subview_layoutleft_to_layoutleft (5 ms)
6: [ RUN      ] sycl_shared_usm.view_subview_layoutright_to_layoutright
6: [       OK ] sycl_shared_usm.view_subview_layoutright_to_layoutright (2 ms)
6: [ RUN      ] sycl_shared_usm.view_subview_1d_assign
6: [       OK ] sycl_shared_usm.view_subview_1d_assign (4 ms)
6: [ RUN      ] sycl_shared_usm.view_subview_1d_assign_atomic
6: [       OK ] sycl_shared_usm.view_subview_1d_assign_atomic (4 ms)
6: [ RUN      ] sycl_shared_usm.view_subview_1d_assign_randomaccess
6: [       OK ] sycl_shared_usm.view_subview_1d_assign_randomaccess (4 ms)
6: [ RUN      ] sycl_shared_usm.view_subview_2d_from_3d
42: [       OK ] std_algorithms_min_element_team_test.test (6149 ms)
42: [----------] 1 test from std_algorithms_min_element_team_test (6149 ms total)
42: 
42: [----------] 1 test from std_algorithms_max_element_team_test
42: [ RUN      ] std_algorithms_max_element_team_test.test
6: [       OK ] sycl_shared_usm.view_subview_2d_from_3d (70 ms)
6: [ RUN      ] sycl_shared_usm.view_subview_2d_from_3d_atomic
6: [       OK ] sycl_shared_usm.view_subview_2d_from_3d_atomic (72 ms)
6: [----------] 16 tests from sycl_shared_usm (173 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 16 tests from 1 test suite ran. (174 ms total)
6: [  PASSED  ] 16 tests.
 6/61 Test  #6: Kokkos_CoreUnitTest_SYCL2B ...........................   Passed    0.59 sec
test 7
      Start  7: Kokkos_CoreUnitTest_SYCL2C

7: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2C
7: Test timeout computed to be: 1500
7: [==========] Running 4 tests from 1 test suite.
7: [----------] Global test environment set-up.
7: [----------] 4 tests from sycl_shared_usm
7: [ RUN      ] sycl_shared_usm.view_subview_2d_from_3d_randomaccess
7: [       OK ] sycl_shared_usm.view_subview_2d_from_3d_randomaccess (72 ms)
7: [ RUN      ] sycl_shared_usm.view_subview_3d_from_5d_left
7: [       OK ] sycl_shared_usm.view_subview_3d_from_5d_left (149 ms)
7: [ RUN      ] sycl_shared_usm.view_subview_3d_from_5d_left_atomic
7: [       OK ] sycl_shared_usm.view_subview_3d_from_5d_left_atomic (144 ms)
7: [ RUN      ] sycl_shared_usm.view_subview_3d_from_5d_left_randomaccess
7: [       OK ] sycl_shared_usm.view_subview_3d_from_5d_left_randomaccess (146 ms)
7: [----------] 4 tests from sycl_shared_usm (514 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 4 tests from 1 test suite ran. (514 ms total)
7: [  PASSED  ] 4 tests.
 7/61 Test  #7: Kokkos_CoreUnitTest_SYCL2C ...........................   Passed    0.94 sec
test 8
      Start  8: Kokkos_CoreUnitTest_SYCL2D

8: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_SYCL2D
8: Test timeout computed to be: 1500
8: [==========] Running 5 tests from 1 test suite.
8: [----------] Global test environment set-up.
8: [----------] 5 tests from sycl_shared_usm
8: [ RUN      ] sycl_shared_usm.view_subview_3d_from_5d_right
8: [       OK ] sycl_shared_usm.view_subview_3d_from_5d_right (153 ms)
8: [ RUN      ] sycl_shared_usm.view_subview_3d_from_5d_right_atomic
8: [       OK ] sycl_shared_usm.view_subview_3d_from_5d_right_atomic (151 ms)
8: [ RUN      ] sycl_shared_usm.view_subview_3d_from_5d_right_randomaccess
8: [       OK ] sycl_shared_usm.view_subview_3d_from_5d_right_randomaccess (151 ms)
8: [ RUN      ] sycl_shared_usm.view_test_unmanaged_subview_reset
8: [       OK ] sycl_shared_usm.view_test_unmanaged_subview_reset (10 ms)
8: [ RUN      ] sycl_shared_usm.view_subview_memory_traits_construction
8: [       OK ] sycl_shared_usm.view_subview_memory_traits_construction (0 ms)
8: [----------] 5 tests from sycl_shared_usm (467 ms total)
8: 
8: [----------] Global test environment tear-down
8: [==========] 5 tests from 1 test suite ran. (468 ms total)
8: [  PASSED  ] 5 tests.
 8/61 Test  #8: Kokkos_CoreUnitTest_SYCL2D ...........................   Passed    0.86 sec
test 9
      Start  9: Kokkos_CoreUnitTest_SYCL3

9: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_SYCL3
9: Test timeout computed to be: 1500
3: [       OK ] hip.reduce_device_view_range_policy (13614 ms)
3: [ RUN      ] hip.reduce_device_view_mdrange_policy
9: [==========] Running 60 tests from 3 test suites.
9: [----------] Global test environment set-up.
9: [----------] 4 tests from sycl
9: [ RUN      ] sycl.team_scratch_1_queues
[ 75%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModOps.cpp.o
42: [       OK ] std_algorithms_max_element_team_test.test (6114 ms)
42: [----------] 1 test from std_algorithms_max_element_team_test (6114 ms total)
42: 
42: [----------] 1 test from std_algorithms_minmax_element_team_test
42: [ RUN      ] std_algorithms_minmax_element_team_test.test
[ 75%] Linking CXX executable Kokkos_UnitTest_Sort
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewAPI_e.cpp.o
[ 76%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewBadAlloc.cpp.o
3: [       OK ] hip.reduce_device_view_mdrange_policy (9812 ms)
3: [ RUN      ] hip.reduce_device_view_team_policy
[ 76%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsModSeqOps.cpp.o
[ 76%] Built target Kokkos_UnitTest_Sort
[ 77%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/UnitTestMain.cpp.o
42: [       OK ] std_algorithms_minmax_element_team_test.test (8209 ms)
42: [----------] 1 test from std_algorithms_minmax_element_team_test (8209 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 3 tests from 3 test suites ran. (20473 ms total)
42: [  PASSED  ] 3 tests.
42/52 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ..............   Passed   20.84 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: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
43:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
43:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
43:   For unit testing set OMP_PROC_BIND=false
43: 
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 (1563 ms)
43: [----------] 1 test from std_algorithms_fill_team_test (1563 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 (616 ms)
43: [----------] 1 test from std_algorithms_fill_n_team_test (616 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 (2872 ms)
43: [----------] 1 test from std_algorithms_replace_team_test (2872 ms total)
43: 
43: [----------] 1 test from std_algorithms_replace_if_team_test
43: [ RUN      ] std_algorithms_replace_if_team_test.test
3: [       OK ] hip.reduce_device_view_team_policy (9898 ms)
3: [ RUN      ] hip.impl_shared_alloc
3: [       OK ] hip.impl_shared_alloc (107 ms)
3: [ RUN      ] hip.kokkos_swap
3: [       OK ] hip.kokkos_swap (1 ms)
3: [ RUN      ] hip.team_for
3: [       OK ] hip.team_for (20 ms)
3: [ RUN      ] hip.team_reduce
3: [       OK ] hip.team_reduce (0 ms)
3: [ RUN      ] hip.team_reduce_large
3: [       OK ] hip.team_reduce_large (315 ms)
3: [ RUN      ] hip.team_parallel_single
3: [       OK ] hip.team_parallel_single (7 ms)
3: [ RUN      ] hip.large_team_scratch_size
3: ScratchMemorySpace<...>::get_shmem: Failed to allocate 8 byte(s); remaining capacity is 0 byte(s)
3: [       OK ] hip.large_team_scratch_size (0 ms)
3: [ RUN      ] hip.team_broadcast_long
3: [       OK ] hip.team_broadcast_long (1 ms)
3: [ RUN      ] hip.team_broadcast_long_wrapper
3: [       OK ] hip.team_broadcast_long_wrapper (0 ms)
3: [ RUN      ] hip.team_broadcast_char
3: [       OK ] hip.team_broadcast_char (0 ms)
3: [ RUN      ] hip.team_broadcast_float
3: [       OK ] hip.team_broadcast_float (0 ms)
3: [ RUN      ] hip.team_broadcast_double
3: [       OK ] hip.team_broadcast_double (0 ms)
3: [ RUN      ] hip.team_handle_by_value
3: [       OK ] hip.team_handle_by_value (0 ms)
3: [ RUN      ] hip.team_vector
3: [       OK ] hip.team_vector (11 ms)
3: [ RUN      ] hip.triple_nested_parallelism
3: [       OK ] hip.triple_nested_parallelism (5 ms)
3: [ RUN      ] hip.parallel_scan_with_reducers
3: [       OK ] hip.parallel_scan_with_reducers (63 ms)
3: [ RUN      ] hip.team_thread_range_combined_reducers
3: [       OK ] hip.team_thread_range_combined_reducers (2 ms)
3: [ RUN      ] hip.thread_vector_range_combined_reducers
3: [       OK ] hip.thread_vector_range_combined_reducers (0 ms)
3: [ RUN      ] hip.team_vector_range_combined_reducers
3: [       OK ] hip.team_vector_range_combined_reducers (0 ms)
3: [ RUN      ] hip.TeamThreadMDRangeParallelFor
3: [       OK ] hip.TeamThreadMDRangeParallelFor (30 ms)
3: [ RUN      ] hip.ThreadVectorMDRangeParallelFor
3: [       OK ] hip.ThreadVectorMDRangeParallelFor (9 ms)
3: [ RUN      ] hip.TeamVectorMDRangeParallelFor
3: [       OK ] hip.TeamVectorMDRangeParallelFor (9 ms)
3: [ RUN      ] hip.TeamThreadMDRangeParallelReduce
3: [       OK ] hip.TeamThreadMDRangeParallelReduce (12 ms)
3: [ RUN      ] hip.ThreadVectorMDRangeParallelReduce
3: [       OK ] hip.ThreadVectorMDRangeParallelReduce (5 ms)
3: [ RUN      ] hip.TeamVectorMDRangeParallelReduce
3: [       OK ] hip.TeamVectorMDRangeParallelReduce (5 ms)
3: [ RUN      ] hip.team_policy_runtime_parameters
3: [       OK ] hip.team_policy_runtime_parameters (0 ms)
3: [ RUN      ] hip.team_reduction_scan
43: [       OK ] std_algorithms_replace_if_team_test.test (3790 ms)
43: [----------] 1 test from std_algorithms_replace_if_team_test (3790 ms total)
43: 
43: [----------] 1 test from std_algorithms_replace_copy_team_test
43: [ RUN      ] std_algorithms_replace_copy_team_test.test
3: [       OK ] hip.team_reduction_scan (2147 ms)
3: [ RUN      ] hip.team_long_reduce
3: [       OK ] hip.team_long_reduce (23 ms)
3: [ RUN      ] hip.team_double_reduce
3: [       OK ] hip.team_double_reduce (22 ms)
3: [ RUN      ] hip.team_long_array_reduce
3: [       OK ] hip.team_long_array_reduce (24 ms)
3: [ RUN      ] hip.team_double_array_reduce
3: [       OK ] hip.team_double_array_reduce (24 ms)
3: [ RUN      ] hip.team_parallel_dummy_with_reducer_and_scratch_space
3: [       OK ] hip.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
3: [ RUN      ] hip.repeated_team_reduce
3: [       OK ] hip.repeated_team_reduce (76 ms)
3: [ RUN      ] hip.team_scan
3: [       OK ] hip.team_scan (143 ms)
3: [ RUN      ] hip.team_scan_ret_val
3: [       OK ] hip.team_scan_ret_val (138 ms)
3: [ RUN      ] hip.team_shared_request
3: [       OK ] hip.team_shared_request (5 ms)
3: [ RUN      ] hip.team_scratch_request
3: [       OK ] hip.team_scratch_request (1 ms)
3: [ RUN      ] hip.team_lambda_shared_request
3: [       OK ] hip.team_lambda_shared_request (3 ms)
3: [ RUN      ] hip.scratch_align
3: [       OK ] hip.scratch_align (0 ms)
3: [ RUN      ] hip.shmem_size
3: [       OK ] hip.shmem_size (0 ms)
3: [ RUN      ] hip.multi_level_scratch
3: [       OK ] hip.multi_level_scratch (9 ms)
3: [ RUN      ] hip.team_scratch_memory_index_parallel_for
3: [       OK ] hip.team_scratch_memory_index_parallel_for (0 ms)
3: [ RUN      ] hip.team_policy_max_recommended
3: [       OK ] hip.team_policy_max_recommended (25 ms)
3: [ RUN      ] hip.team_policy_minmax_scalar_without_plus_equal_k
3: [       OK ] hip.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
3: [ RUN      ] hip.team_teamvector_range
3: [       OK ] hip.team_teamvector_range (3 ms)
3: [ RUN      ] hip.unique_token_global
3: [       OK ] hip.unique_token_global (10 ms)
3: [ RUN      ] hip.unique_token_instance
3: [       OK ] hip.unique_token_instance (8 ms)
3: [ RUN      ] hip.unique_token_team_acquire
3: [       OK ] hip.unique_token_team_acquire (13 ms)
3: [ RUN      ] hip.view_api_a
3: [       OK ] hip.view_api_a (16 ms)
3: [ RUN      ] hip.view_layout_left_with_stride
3: [       OK ] hip.view_layout_left_with_stride (0 ms)
3: [ RUN      ] hip.view_layout_right_with_stride
3: [       OK ] hip.view_layout_right_with_stride (0 ms)
3: [ RUN      ] hip.view_api_b
3: [       OK ] hip.view_api_b (6 ms)
3: [ RUN      ] hip.view_api_c
3: [       OK ] hip.view_api_c (2 ms)
3: [ RUN      ] hip.view_api_d
3: [       OK ] hip.view_api_d (1 ms)
3: [ RUN      ] hip.view_remap
3: [       OK ] hip.view_remap (0 ms)
3: [ RUN      ] hip.view_mirror_nonconst
3: [       OK ] hip.view_mirror_nonconst (0 ms)
3: [ RUN      ] hip.view_stride_method
3: [       OK ] hip.view_stride_method (0 ms)
3: [ RUN      ] hip.anonymous_space
3: [       OK ] hip.anonymous_space (1 ms)
3: [ RUN      ] hip.view_overload_resolution
3: [       OK ] hip.view_overload_resolution (0 ms)
3: [ RUN      ] hip.view_allocation_large_rank
3: [       OK ] hip.view_allocation_large_rank (3 ms)
3: [ RUN      ] hip.view_shmem_size_on_device
3: [       OK ] hip.view_shmem_size_on_device (0 ms)
3: [ RUN      ] hip.view_is_assignable
3: [       OK ] hip.view_is_assignable (0 ms)
3: [ RUN      ] hip.view_bad_alloc
3: [       OK ] hip.view_bad_alloc (0 ms)
3: [ RUN      ] hip.view_copy_tests
3: [       OK ] hip.view_copy_tests (9 ms)
3: [ RUN      ] hip.view_copy_tests_rank_0
3: [       OK ] hip.view_copy_tests_rank_0 (2 ms)
3: [ RUN      ] hip.view_copy_degenerated
3: [       OK ] hip.view_copy_degenerated (0 ms)
3: [ RUN      ] hip.view_fill_tests_layout_right
3: [       OK ] hip.view_fill_tests_layout_right (75 ms)
3: [ RUN      ] hip.view_fill_tests_layout_left
3: [       OK ] hip.view_fill_tests_layout_left (54 ms)
3: [ RUN      ] hip.view_empty_runtime_unmanaged
3: [       OK ] hip.view_empty_runtime_unmanaged (0 ms)
3: [ RUN      ] hip.view_hooks
3: [       OK ] hip.view_hooks (0 ms)
3: [ RUN      ] hip.view_layoutstride_left_to_layoutleft_assignment
3: [       OK ] hip.view_layoutstride_left_to_layoutleft_assignment (52 ms)
3: [ RUN      ] hip.view_layoutstride_right_to_layoutright_assignment
3: [       OK ] hip.view_layoutstride_right_to_layoutright_assignment (52 ms)
3: [ RUN      ] hip.view_irregular_layout
3: [       OK ] hip.view_irregular_layout (7 ms)
3: [ RUN      ] hip.view_mapping
3: [       OK ] hip.view_mapping (56 ms)
3: [ RUN      ] hip.view_mapping_operator
3: [       OK ] hip.view_mapping_operator (21 ms)
3: [ RUN      ] hip.static_extent
3: [       OK ] hip.static_extent (0 ms)
3: [ RUN      ] hip.view_mapping_atomic
3: [       OK ] hip.view_mapping_atomic (1 ms)
3: [ RUN      ] hip.view_mapping_class_value
3: [       OK ] hip.view_mapping_class_value (0 ms)
3: [ RUN      ] hip.view_mapping_assignable
3: [       OK ] hip.view_mapping_assignable (0 ms)
3: [ RUN      ] hip.view_mapping_trivially_copyable
3: [       OK ] hip.view_mapping_trivially_copyable (0 ms)
3: [ RUN      ] hip.view_mapping_subview
3: [       OK ] hip.view_mapping_subview (1 ms)
3: [ RUN      ] hip.view_nested_view
3: [       OK ] hip.view_nested_view (1 ms)
3: [ RUN      ] hip.view_of_views_default
3: [       OK ] hip.view_of_views_default (0 ms)
3: [ RUN      ] hip.view_of_views_without_initializing
3: [       OK ] hip.view_of_views_without_initializing (0 ms)
3: [ RUN      ] hip.test_view_of_views_sequential_host_init
3: [       OK ] hip.test_view_of_views_sequential_host_init (0 ms)
3: [ RUN      ] hip.append_formatted_multidimensional_index
3: [       OK ] hip.append_formatted_multidimensional_index (0 ms)
3: [ RUN      ] hip.view_resize
3: [       OK ] hip.view_resize (16 ms)
3: [ RUN      ] hip.view_realloc
3: [       OK ] hip.view_realloc (0 ms)
3: [ RUN      ] hip.workgraph_fib
3: [       OK ] hip.workgraph_fib (2490 ms)
3: [ RUN      ] hip.resize_realloc_no_init
3: [       OK ] hip.resize_realloc_no_init (0 ms)
3: [ RUN      ] hip.resize_realloc_no_alloc
3: [       OK ] hip.resize_realloc_no_alloc (0 ms)
3: [ RUN      ] hip.realloc_exec_space
3: [       OK ] hip.realloc_exec_space (0 ms)
3: [ RUN      ] hip.view_alloc
3: [       OK ] hip.view_alloc (1 ms)
3: [ RUN      ] hip.view_alloc_exec_space
3: [       OK ] hip.view_alloc_exec_space (0 ms)
3: [ RUN      ] hip.view_alloc_int
3: [       OK ] hip.view_alloc_int (0 ms)
3: [ RUN      ] hip.view_alloc_exec_space_int
3: [       OK ] hip.view_alloc_exec_space_int (0 ms)
3: [ RUN      ] hip.deep_copy_zero_memset
3: [       OK ] hip.deep_copy_zero_memset (0 ms)
3: [ RUN      ] hip.resize_exec_space
3: [       OK ] hip.resize_exec_space (0 ms)
3: [ RUN      ] hip.view_allocation_int
3: [       OK ] hip.view_allocation_int (0 ms)
3: [ RUN      ] hip.view_allocation_exec_space_int
3: [       OK ] hip.view_allocation_exec_space_int (0 ms)
3: [ RUN      ] hip.view_not_default_constructible
3: [       OK ] hip.view_not_default_constructible (0 ms)
3: [ RUN      ] hip.scan_unit
3: [       OK ] hip.scan_unit (3 ms)
3: [ RUN      ] hip.space_access
3: [       OK ] hip.space_access (0 ms)
3: [ RUN      ] hip.impl_view_accessible
3: [       OK ] hip.impl_view_accessible (2 ms)
3: [ RUN      ] hip.memory_requirements
3: [       OK ] hip.memory_requirements (0 ms)
3: [ RUN      ] hip.team_scratch_1_streams
43: [       OK ] std_algorithms_replace_copy_team_test.test (5176 ms)
43: [----------] 1 test from std_algorithms_replace_copy_team_test (5176 ms total)
43: 
43: [----------] 1 test from std_algorithms_replace_copy_if_team_test
43: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
9: [       OK ] sycl.team_scratch_1_queues (22911 ms)
9: [ RUN      ] sycl.space_access
9: [       OK ] sycl.space_access (0 ms)
9: [ RUN      ] sycl.uvm
9: [       OK ] sycl.uvm (1 ms)
9: [ RUN      ] sycl.impl_view_accessible
9: [       OK ] sycl.impl_view_accessible (3 ms)
9: [----------] 4 tests from sycl (22916 ms total)
9: 
9: [----------] 28 tests from sycl_host_usm
9: [ RUN      ] sycl_host_usm.impl_shared_alloc
9: [       OK ] sycl_host_usm.impl_shared_alloc (27 ms)
9: [ RUN      ] sycl_host_usm.view_api_a
9: [       OK ] sycl_host_usm.view_api_a (7 ms)
9: [ RUN      ] sycl_host_usm.view_layout_left_with_stride
9: [       OK ] sycl_host_usm.view_layout_left_with_stride (0 ms)
9: [ RUN      ] sycl_host_usm.view_layout_right_with_stride
9: [       OK ] sycl_host_usm.view_layout_right_with_stride (0 ms)
9: [ RUN      ] sycl_host_usm.view_api_b
9: [       OK ] sycl_host_usm.view_api_b (1 ms)
9: [ RUN      ] sycl_host_usm.view_api_c
9: [       OK ] sycl_host_usm.view_api_c (0 ms)
9: [ RUN      ] sycl_host_usm.view_api_d
9: [       OK ] sycl_host_usm.view_api_d (0 ms)
9: [ RUN      ] sycl_host_usm.view_remap
9: [       OK ] sycl_host_usm.view_remap (0 ms)
9: [ RUN      ] sycl_host_usm.view_mirror_nonconst
9: [       OK ] sycl_host_usm.view_mirror_nonconst (0 ms)
9: [ RUN      ] sycl_host_usm.view_stride_method
9: [       OK ] sycl_host_usm.view_stride_method (0 ms)
9: [ RUN      ] sycl_host_usm.anonymous_space
9: [       OK ] sycl_host_usm.anonymous_space (0 ms)
9: [ RUN      ] sycl_host_usm.view_overload_resolution
9: [       OK ] sycl_host_usm.view_overload_resolution (0 ms)
9: [ RUN      ] sycl_host_usm.view_allocation_large_rank
9: [       OK ] sycl_host_usm.view_allocation_large_rank (4443 ms)
9: [ RUN      ] sycl_host_usm.view_shmem_size_on_device
9: [       OK ] sycl_host_usm.view_shmem_size_on_device (0 ms)
9: [ RUN      ] sycl_host_usm.view_is_assignable
9: [       OK ] sycl_host_usm.view_is_assignable (0 ms)
9: [ RUN      ] sycl_host_usm.view_copy_tests
9: [       OK ] sycl_host_usm.view_copy_tests (4 ms)
9: [ RUN      ] sycl_host_usm.view_copy_tests_rank_0
9: [       OK ] sycl_host_usm.view_copy_tests_rank_0 (0 ms)
9: [ RUN      ] sycl_host_usm.view_copy_degenerated
9: [       OK ] sycl_host_usm.view_copy_degenerated (0 ms)
9: [ RUN      ] sycl_host_usm.view_fill_tests_layout_right
43: [       OK ] std_algorithms_replace_copy_if_team_test.test (4279 ms)
43: [----------] 1 test from std_algorithms_replace_copy_if_team_test (4279 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 6 tests from 6 test suites ran. (18298 ms total)
43: [  PASSED  ] 6 tests.
43/52 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ..............   Passed   18.68 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: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
44:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
44:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
44:   For unit testing set OMP_PROC_BIND=false
44: 
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 (2016 ms)
44: [----------] 1 test from std_algorithms_reverse_team_test (2016 ms total)
44: 
44: [----------] 1 test from std_algorithms_reverse_copy_team_test
44: [ RUN      ] std_algorithms_reverse_copy_team_test.test
9: [       OK ] sycl_host_usm.view_fill_tests_layout_right (5680 ms)
9: [ RUN      ] sycl_host_usm.view_fill_tests_layout_left
44: [       OK ] std_algorithms_reverse_copy_team_test.test (1864 ms)
44: [----------] 1 test from std_algorithms_reverse_copy_team_test (1864 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 (2777 ms)
44: [----------] 1 test from std_algorithms_rotate_team_test (2777 ms total)
44: 
44: [----------] 1 test from std_algorithms_rotate_copy_team_test
44: [ RUN      ] std_algorithms_rotate_copy_team_test.test
9: [       OK ] sycl_host_usm.view_fill_tests_layout_left (5765 ms)
9: [ RUN      ] sycl_host_usm.view_mapping
9: [       OK ] sycl_host_usm.view_mapping (61 ms)
9: [ RUN      ] sycl_host_usm.view_mapping_operator
9: [       OK ] sycl_host_usm.view_mapping_operator (4 ms)
9: [ RUN      ] sycl_host_usm.static_extent
9: [       OK ] sycl_host_usm.static_extent (0 ms)
9: [ RUN      ] sycl_host_usm.view_mapping_atomic
9: [       OK ] sycl_host_usm.view_mapping_atomic (0 ms)
9: [ RUN      ] sycl_host_usm.view_mapping_class_value
9: [       OK ] sycl_host_usm.view_mapping_class_value (0 ms)
9: [ RUN      ] sycl_host_usm.view_mapping_assignable
9: [       OK ] sycl_host_usm.view_mapping_assignable (0 ms)
9: [ RUN      ] sycl_host_usm.view_mapping_trivially_copyable
9: [       OK ] sycl_host_usm.view_mapping_trivially_copyable (0 ms)
9: [ RUN      ] sycl_host_usm.view_mapping_subview
9: [       OK ] sycl_host_usm.view_mapping_subview (0 ms)
9: [----------] 28 tests from sycl_host_usm (15998 ms total)
9: 
9: [----------] 28 tests from sycl_shared_usm
9: [ RUN      ] sycl_shared_usm.impl_shared_alloc
9: [       OK ] sycl_shared_usm.impl_shared_alloc (41 ms)
9: [ RUN      ] sycl_shared_usm.view_api_a
9: [       OK ] sycl_shared_usm.view_api_a (17 ms)
9: [ RUN      ] sycl_shared_usm.view_layout_left_with_stride
9: [       OK ] sycl_shared_usm.view_layout_left_with_stride (0 ms)
9: [ RUN      ] sycl_shared_usm.view_layout_right_with_stride
9: [       OK ] sycl_shared_usm.view_layout_right_with_stride (0 ms)
9: [ RUN      ] sycl_shared_usm.view_api_b
9: [       OK ] sycl_shared_usm.view_api_b (19 ms)
9: [ RUN      ] sycl_shared_usm.view_api_c
9: [       OK ] sycl_shared_usm.view_api_c (0 ms)
9: [ RUN      ] sycl_shared_usm.view_api_d
9: [       OK ] sycl_shared_usm.view_api_d (4 ms)
9: [ RUN      ] sycl_shared_usm.view_remap
9: [       OK ] sycl_shared_usm.view_remap (1 ms)
9: [ RUN      ] sycl_shared_usm.view_mirror_nonconst
9: [       OK ] sycl_shared_usm.view_mirror_nonconst (0 ms)
9: [ RUN      ] sycl_shared_usm.view_stride_method
9: [       OK ] sycl_shared_usm.view_stride_method (0 ms)
9: [ RUN      ] sycl_shared_usm.anonymous_space
9: [       OK ] sycl_shared_usm.anonymous_space (0 ms)
9: [ RUN      ] sycl_shared_usm.view_overload_resolution
9: [       OK ] sycl_shared_usm.view_overload_resolution (0 ms)
9: [ RUN      ] sycl_shared_usm.view_allocation_large_rank
44: [       OK ] std_algorithms_rotate_copy_team_test.test (2312 ms)
44: [----------] 1 test from std_algorithms_rotate_copy_team_test (2312 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 4 tests from 4 test suites ran. (8971 ms total)
44: [  PASSED  ] 4 tests.
44/52 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ..............   Passed    9.34 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: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
45:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
45:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
45:   For unit testing set OMP_PROC_BIND=false
45: 
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
9: [       OK ] sycl_shared_usm.view_allocation_large_rank (1104 ms)
9: [ RUN      ] sycl_shared_usm.view_shmem_size_on_device
9: [       OK ] sycl_shared_usm.view_shmem_size_on_device (9 ms)
9: [ RUN      ] sycl_shared_usm.view_is_assignable
9: [       OK ] sycl_shared_usm.view_is_assignable (6 ms)
9: [ RUN      ] sycl_shared_usm.view_copy_tests
9: [       OK ] sycl_shared_usm.view_copy_tests (23 ms)
9: [ RUN      ] sycl_shared_usm.view_copy_tests_rank_0
9: [       OK ] sycl_shared_usm.view_copy_tests_rank_0 (3 ms)
9: [ RUN      ] sycl_shared_usm.view_copy_degenerated
9: [       OK ] sycl_shared_usm.view_copy_degenerated (0 ms)
9: [ RUN      ] sycl_shared_usm.view_fill_tests_layout_right
9: [       OK ] sycl_shared_usm.view_fill_tests_layout_right (301 ms)
9: [ RUN      ] sycl_shared_usm.view_fill_tests_layout_left
9: [       OK ] sycl_shared_usm.view_fill_tests_layout_left (296 ms)
9: [ RUN      ] sycl_shared_usm.view_mapping
9: [       OK ] sycl_shared_usm.view_mapping (64 ms)
9: [ RUN      ] sycl_shared_usm.view_mapping_operator
9: [       OK ] sycl_shared_usm.view_mapping_operator (16 ms)
9: [ RUN      ] sycl_shared_usm.static_extent
9: [       OK ] sycl_shared_usm.static_extent (0 ms)
9: [ RUN      ] sycl_shared_usm.view_mapping_atomic
9: [       OK ] sycl_shared_usm.view_mapping_atomic (0 ms)
9: [ RUN      ] sycl_shared_usm.view_mapping_class_value
9: [       OK ] sycl_shared_usm.view_mapping_class_value (0 ms)
9: [ RUN      ] sycl_shared_usm.view_mapping_assignable
9: [       OK ] sycl_shared_usm.view_mapping_assignable (0 ms)
9: [ RUN      ] sycl_shared_usm.view_mapping_trivially_copyable
9: [       OK ] sycl_shared_usm.view_mapping_trivially_copyable (0 ms)
9: [ RUN      ] sycl_shared_usm.view_mapping_subview
9: [       OK ] sycl_shared_usm.view_mapping_subview (0 ms)
9: [----------] 28 tests from sycl_shared_usm (1915 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 60 tests from 3 test suites ran. (40830 ms total)
9: [  PASSED  ] 60 tests.
 9/61 Test  #9: Kokkos_CoreUnitTest_SYCL3 ............................   Passed   41.20 sec
test 10
      Start 10: Kokkos_CoreUnitTest_SYCLInterOpInit

10: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_SYCLInterOpInit
10: Test timeout computed to be: 1500
10: [==========] Running 1 test from 1 test suite.
10: [----------] Global test environment set-up.
10: [----------] 1 test from sycl
10: [ RUN      ] sycl.raw_sycl_interop
10: [       OK ] sycl.raw_sycl_interop (216 ms)
10: [----------] 1 test from sycl (216 ms total)
10: 
10: [----------] Global test environment tear-down
10: [==========] 1 test from 1 test suite ran. (216 ms total)
10: [  PASSED  ] 1 test.
10/61 Test #10: Kokkos_CoreUnitTest_SYCLInterOpInit ..................   Passed    0.33 sec
test 11
      Start 11: Kokkos_CoreUnitTest_SYCLInterOpInit_Context

11: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_SYCLInterOpInit_Context
11: Test timeout computed to be: 1500
11: [==========] Running 2 tests from 1 test suite.
11: [----------] Global test environment set-up.
11: [----------] 2 tests from sycl
11: [ RUN      ] sycl.raw_sycl_interop_context_1
11: [       OK ] sycl.raw_sycl_interop_context_1 (2 ms)
11: [ RUN      ] sycl.raw_sycl_interop_context_2
11: [       OK ] sycl.raw_sycl_interop_context_2 (0 ms)
11: [----------] 2 tests from sycl (2 ms total)
11: 
11: [----------] Global test environment tear-down
11: [==========] 2 tests from 1 test suite ran. (2 ms total)
11: [  PASSED  ] 2 tests.
11/61 Test #11: Kokkos_CoreUnitTest_SYCLInterOpInit_Context ..........   Passed    0.34 sec
test 12
      Start 12: Kokkos_CoreUnitTest_SYCLInterOpStreams

12: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_SYCLInterOpStreams
12: Test timeout computed to be: 1500
12: [==========] Running 1 test from 1 test suite.
12: [----------] Global test environment set-up.
12: [----------] 1 test from sycl
12: [ RUN      ] sycl.raw_sycl_queues
12: [       OK ] sycl.raw_sycl_queues (210 ms)
12: [----------] 1 test from sycl (210 ms total)
12: 
12: [----------] Global test environment tear-down
12: [==========] 1 test from 1 test suite ran. (210 ms total)
12: [  PASSED  ] 1 test.
12/61 Test #12: Kokkos_CoreUnitTest_SYCLInterOpStreams ...............   Passed    0.32 sec
test 13
      Start 13: Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU

13: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU
13: Test timeout computed to be: 1500
13: [==========] Running 3 tests from 1 test suite.
13: [----------] Global test environment set-up.
13: [----------] 3 tests from sycl_multi_gpu
13: [ RUN      ] sycl_multi_gpu.managed_views
13: [       OK ] sycl_multi_gpu.managed_views (5 ms)
13: [ RUN      ] sycl_multi_gpu.unmanaged_views
13: [       OK ] sycl_multi_gpu.unmanaged_views (3 ms)
13: [ RUN      ] sycl_multi_gpu.scratch_space
13: [       OK ] sycl_multi_gpu.scratch_space (5 ms)
13: [----------] 3 tests from sycl_multi_gpu (14 ms total)
13: 
13: [----------] Global test environment tear-down
13: [==========] 3 tests from 1 test suite ran. (14 ms total)
13: [  PASSED  ] 3 tests.
13/61 Test #13: Kokkos_CoreUnitTest_SYCLInterOpStreamsMultiGPU .......   Passed    0.35 sec
test 14
      Start 14: Kokkos_CoreUnitTest_Default

14: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Default
14: Test timeout computed to be: 1500
14: [==========] Running 70 tests from 41 test suites.
14: [----------] Global test environment set-up.
14: [----------] 30 tests from defaultdevicetype
14: [ RUN      ] defaultdevicetype.initialization_settings
14: [       OK ] defaultdevicetype.initialization_settings (0 ms)
14: [ RUN      ] defaultdevicetype.cmd_line_args_num_threads
14: [       OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms)
14: [ RUN      ] defaultdevicetype.cmd_line_args_device_id
14: [       OK ] defaultdevicetype.cmd_line_args_device_id (0 ms)
14: [ RUN      ] defaultdevicetype.cmd_line_args_disable_warning
14: [       OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms)
14: [ RUN      ] defaultdevicetype.cmd_line_args_tune_internals
14: [       OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms)
14: [ RUN      ] defaultdevicetype.cmd_line_args_help
14: [       OK ] defaultdevicetype.cmd_line_args_help (23 ms)
14: [ RUN      ] defaultdevicetype.cmd_line_args_tools_arguments
14: [       OK ] defaultdevicetype.cmd_line_args_tools_arguments (6 ms)
14: [ RUN      ] defaultdevicetype.cmd_line_args_unrecognized_flag
14: [       OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (24 ms)
14: [ RUN      ] defaultdevicetype.env_vars_num_threads
14: [       OK ] defaultdevicetype.env_vars_num_threads (0 ms)
14: [ RUN      ] defaultdevicetype.env_vars_device_id
14: [       OK ] defaultdevicetype.env_vars_device_id (0 ms)
14: [ RUN      ] defaultdevicetype.env_vars_disable_warnings
14: [       OK ] defaultdevicetype.env_vars_disable_warnings (0 ms)
14: [ RUN      ] defaultdevicetype.env_vars_tune_internals
14: [       OK ] defaultdevicetype.env_vars_tune_internals (0 ms)
14: [ RUN      ] defaultdevicetype.visible_devices
14: [       OK ] defaultdevicetype.visible_devices (0 ms)
14: [ RUN      ] defaultdevicetype.shared_host_pinned_space
14: [       OK ] defaultdevicetype.shared_host_pinned_space (2 ms)
14: [ RUN      ] defaultdevicetype.compiler_macros
14: [       OK ] defaultdevicetype.compiler_macros (0 ms)
14: [ RUN      ] defaultdevicetype.half_conversion
14: [       OK ] defaultdevicetype.half_conversion (1 ms)
14: [ RUN      ] defaultdevicetype.bhalf_conversion
14: [       OK ] defaultdevicetype.bhalf_conversion (1 ms)
14: [ RUN      ] defaultdevicetype.half_operators
14: [       OK ] defaultdevicetype.half_operators (0 ms)
14: [ RUN      ] defaultdevicetype.bhalf_operators
14: [       OK ] defaultdevicetype.bhalf_operators (0 ms)
14: [ RUN      ] defaultdevicetype.host_space_access
14: [       OK ] defaultdevicetype.host_space_access (0 ms)
14: [ RUN      ] defaultdevicetype.reduce_instantiation_a1
14: [       OK ] defaultdevicetype.reduce_instantiation_a1 (7 ms)
14: [ RUN      ] defaultdevicetype.reduce_instantiation_b1
14: [       OK ] defaultdevicetype.reduce_instantiation_b1 (14 ms)
14: [ RUN      ] defaultdevicetype.reduce_instantiation_c1
14: [       OK ] defaultdevicetype.reduce_instantiation_c1 (5 ms)
14: [ RUN      ] defaultdevicetype.reduce_instantiation_a2
14: [       OK ] defaultdevicetype.reduce_instantiation_a2 (11 ms)
14: [ RUN      ] defaultdevicetype.reduce_instantiation_b2
14: [       OK ] defaultdevicetype.reduce_instantiation_b2 (19 ms)
14: [ RUN      ] defaultdevicetype.reduce_instantiation_c2
14: [       OK ] defaultdevicetype.reduce_instantiation_c2 (6 ms)
14: [ RUN      ] defaultdevicetype.reduce_instantiation_a3
14: [       OK ] defaultdevicetype.reduce_instantiation_a3 (12 ms)
14: [ RUN      ] defaultdevicetype.reduce_instantiation_b3
14: [       OK ] defaultdevicetype.reduce_instantiation_b3 (21 ms)
14: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
14: [       OK ] defaultdevicetype.reduce_instantiation_c3 (7 ms)
14: [ RUN      ] defaultdevicetype.malloc
14: [       OK ] defaultdevicetype.malloc (0 ms)
14: [----------] 30 tests from defaultdevicetype (168 ms total)
14: 
14: [----------] 1 test from kokkosresize
14: [ RUN      ] kokkosresize.host_space_access
14: [       OK ] kokkosresize.host_space_access (15 ms)
14: [----------] 1 test from kokkosresize (15 ms total)
14: 
14: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple<int, Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
14: [ RUN      ] TestViewAPI/0.sizes
14: [       OK ] TestViewAPI/0.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/0 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/1, where TypeParam = std::tuple<int [5], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
14: [ RUN      ] TestViewAPI/1.sizes
14: [       OK ] TestViewAPI/1.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/1 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/2, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
14: [ RUN      ] TestViewAPI/2.sizes
14: [       OK ] TestViewAPI/2.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/2 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/3, where TypeParam = std::tuple<int [5][10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
14: [ RUN      ] TestViewAPI/3.sizes
14: [       OK ] TestViewAPI/3.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/3 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/4, where TypeParam = std::tuple<int* [10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
14: [ RUN      ] TestViewAPI/4.sizes
14: [       OK ] TestViewAPI/4.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/4 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/5, where TypeParam = std::tuple<int**, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
14: [ RUN      ] TestViewAPI/5.sizes
14: [       OK ] TestViewAPI/5.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/5 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/6, where TypeParam = std::tuple<int [5][10][15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
14: [ RUN      ] TestViewAPI/6.sizes
14: [       OK ] TestViewAPI/6.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/6 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/7, where TypeParam = std::tuple<int* [10][15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
14: [ RUN      ] TestViewAPI/7.sizes
14: [       OK ] TestViewAPI/7.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/7 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/8, where TypeParam = std::tuple<int** [15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
14: [ RUN      ] TestViewAPI/8.sizes
14: [       OK ] TestViewAPI/8.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/8 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/9, where TypeParam = std::tuple<int***, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
14: [ RUN      ] TestViewAPI/9.sizes
14: [       OK ] TestViewAPI/9.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/9 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/10, where TypeParam = std::tuple<int, Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
14: [ RUN      ] TestViewAPI/10.sizes
14: [       OK ] TestViewAPI/10.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/10 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/11, where TypeParam = std::tuple<int [5], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
14: [ RUN      ] TestViewAPI/11.sizes
14: [       OK ] TestViewAPI/11.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/11 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/12, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
14: [ RUN      ] TestViewAPI/12.sizes
14: [       OK ] TestViewAPI/12.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/12 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/13, where TypeParam = std::tuple<int [5][10], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
14: [ RUN      ] TestViewAPI/13.sizes
14: [       OK ] TestViewAPI/13.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/13 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/14, where TypeParam = std::tuple<int* [10], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
14: [ RUN      ] TestViewAPI/14.sizes
14: [       OK ] TestViewAPI/14.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/14 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/15, where TypeParam = std::tuple<int**, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
14: [ RUN      ] TestViewAPI/15.sizes
14: [       OK ] TestViewAPI/15.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/15 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/16, where TypeParam = std::tuple<int [5][10][15], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
14: [ RUN      ] TestViewAPI/16.sizes
14: [       OK ] TestViewAPI/16.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/16 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/17, where TypeParam = std::tuple<int* [10][15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
14: [ RUN      ] TestViewAPI/17.sizes
14: [       OK ] TestViewAPI/17.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/17 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/18, where TypeParam = std::tuple<int** [15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
14: [ RUN      ] TestViewAPI/18.sizes
14: [       OK ] TestViewAPI/18.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/18 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/19, where TypeParam = std::tuple<int***, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
14: [ RUN      ] TestViewAPI/19.sizes
14: [       OK ] TestViewAPI/19.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/19 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/20, where TypeParam = std::tuple<int, Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
14: [ RUN      ] TestViewAPI/20.sizes
14: [       OK ] TestViewAPI/20.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/20 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/21, where TypeParam = std::tuple<int [5], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
14: [ RUN      ] TestViewAPI/21.sizes
14: [       OK ] TestViewAPI/21.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/21 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/22, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
14: [ RUN      ] TestViewAPI/22.sizes
14: [       OK ] TestViewAPI/22.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/22 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/23, where TypeParam = std::tuple<int [5][10], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul> >
14: [ RUN      ] TestViewAPI/23.sizes
14: [       OK ] TestViewAPI/23.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/23 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/24, where TypeParam = std::tuple<int* [10], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
14: [ RUN      ] TestViewAPI/24.sizes
14: [       OK ] TestViewAPI/24.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/24 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/25, where TypeParam = std::tuple<int**, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul> >
14: [ RUN      ] TestViewAPI/25.sizes
14: [       OK ] TestViewAPI/25.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/25 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/26, where TypeParam = std::tuple<int [5][10][15], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
14: [ RUN      ] TestViewAPI/26.sizes
14: [       OK ] TestViewAPI/26.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/26 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/27, where TypeParam = std::tuple<int* [10][15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
14: [ RUN      ] TestViewAPI/27.sizes
14: [       OK ] TestViewAPI/27.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/27 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/28, where TypeParam = std::tuple<int** [15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
14: [ RUN      ] TestViewAPI/28.sizes
14: [       OK ] TestViewAPI/28.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/28 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/29, where TypeParam = std::tuple<int***, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul>, std::integer_sequence<unsigned long, 5ul, 10ul, 15ul> >
14: [ RUN      ] TestViewAPI/29.sizes
14: [       OK ] TestViewAPI/29.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/29 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/30, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
14: [ RUN      ] TestViewAPI/30.sizes
14: [       OK ] TestViewAPI/30.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/30 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/31, where TypeParam = std::tuple<int* [10], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
14: [ RUN      ] TestViewAPI/31.sizes
14: [       OK ] TestViewAPI/31.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/31 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/32, where TypeParam = std::tuple<int** [15], Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
14: [ RUN      ] TestViewAPI/32.sizes
14: [       OK ] TestViewAPI/32.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/32 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/33, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
14: [ RUN      ] TestViewAPI/33.sizes
14: [       OK ] TestViewAPI/33.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/33 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/34, where TypeParam = std::tuple<int* [10], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
14: [ RUN      ] TestViewAPI/34.sizes
14: [       OK ] TestViewAPI/34.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/34 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/35, where TypeParam = std::tuple<int** [15], Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
14: [ RUN      ] TestViewAPI/35.sizes
14: [       OK ] TestViewAPI/35.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/35 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/36, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
14: [ RUN      ] TestViewAPI/36.sizes
14: [       OK ] TestViewAPI/36.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/36 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/37, where TypeParam = std::tuple<int* [10], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul, 10ul> >
14: [ RUN      ] TestViewAPI/37.sizes
14: [       OK ] TestViewAPI/37.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/37 (0 ms total)
14: 
14: [----------] 1 test from TestViewAPI/38, where TypeParam = std::tuple<int** [15], Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul, 0ul>, std::integer_sequence<unsigned long, 0ul, 0ul, 15ul> >
14: [ RUN      ] TestViewAPI/38.sizes
14: [       OK ] TestViewAPI/38.sizes (0 ms)
14: [----------] 1 test from TestViewAPI/38 (0 ms total)
14: 
14: [----------] Global test environment tear-down
14: [==========] 70 tests from 41 test suites ran. (185 ms total)
14: [  PASSED  ] 70 tests.
14/61 Test #14: Kokkos_CoreUnitTest_Default ..........................   Passed    0.61 sec
test 15
      Start 15: Kokkos_CoreUnitTest_LegionInitialization

15: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization
15: Test timeout computed to be: 1500
15: [==========] Running 1 test from 1 test suite.
15: [----------] Global test environment set-up.
15: [----------] 1 test from initialization
15: [ RUN      ] initialization.legion_initialization
15: [       OK ] initialization.legion_initialization (219 ms)
15: [----------] 1 test from initialization (219 ms total)
15: 
15: [----------] Global test environment tear-down
15: [==========] 1 test from 1 test suite ran. (219 ms total)
15: [  PASSED  ] 1 test.
15/61 Test #15: Kokkos_CoreUnitTest_LegionInitialization .............   Passed    0.33 sec
test 16
      Start 16: Kokkos_CoreUnitTest_PushFinalizeHook

16: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook
16: Test timeout computed to be: 1500
16: SUCCESS
16/61 Test #16: Kokkos_CoreUnitTest_PushFinalizeHook .................   Passed    0.33 sec
test 17
      Start 17: Kokkos_CoreUnitTest_ScopeGuard

17: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_ScopeGuard
17: Test timeout computed to be: 1500
17: [==========] Running 6 tests from 1 test suite.
17: [----------] Global test environment set-up.
17: [----------] 6 tests from scope_guard_DeathTest
17: [ RUN      ] scope_guard_DeathTest.create
[ 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_D.dir/TestStdAlgorithmsReplace.cpp.o
[ 77%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_a.cpp.o
17: [       OK ] scope_guard_DeathTest.create (329 ms)
17: [ RUN      ] scope_guard_DeathTest.create_argument
45: [       OK ] std_algorithms_move_team_test.test (4237 ms)
45: [----------] 1 test from std_algorithms_move_team_test (4237 ms total)
45: 
45: [----------] 1 test from std_algorithms_move_backward_team_test
45: [ RUN      ] std_algorithms_move_backward_team_test.test
17: [       OK ] scope_guard_DeathTest.create_argument (334 ms)
17: [ RUN      ] scope_guard_DeathTest.create_while_initialize
17: [       OK ] scope_guard_DeathTest.create_while_initialize (604 ms)
17: [ RUN      ] scope_guard_DeathTest.create_after_initialize
17: [       OK ] scope_guard_DeathTest.create_after_initialize (633 ms)
17: [ RUN      ] scope_guard_DeathTest.create_after_finalize
17: [       OK ] scope_guard_DeathTest.create_after_finalize (613 ms)
17: [ RUN      ] scope_guard_DeathTest.destroy_after_finalize
45: [       OK ] std_algorithms_move_backward_team_test.test (2563 ms)
45: [----------] 1 test from std_algorithms_move_backward_team_test (2563 ms total)
45: 
45: [----------] 1 test from std_algorithms_shift_left_team_test
45: [ RUN      ] std_algorithms_shift_left_team_test.test
17: [       OK ] scope_guard_DeathTest.destroy_after_finalize (614 ms)
17: [----------] 6 tests from scope_guard_DeathTest (3130 ms total)
17: 
17: [----------] Global test environment tear-down
17: [==========] 6 tests from 1 test suite ran. (3130 ms total)
17: [  PASSED  ] 6 tests.
17/61 Test #17: Kokkos_CoreUnitTest_ScopeGuard .......................   Passed    3.15 sec
test 18
      Start 18: Kokkos_CoreUnitTest_Develop

18: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Develop
18: Test timeout computed to be: 1500
18: [==========] Running 1 test from 1 test suite.
18: [----------] Global test environment set-up.
18: [----------] 1 test from defaultdevicetype
18: [ RUN      ] defaultdevicetype.development_test
18: [       OK ] defaultdevicetype.development_test (0 ms)
18: [----------] 1 test from defaultdevicetype (0 ms total)
18: 
18: [----------] Global test environment tear-down
18: [==========] 1 test from 1 test suite ran. (0 ms total)
18: [  PASSED  ] 1 test.
18/61 Test #18: Kokkos_CoreUnitTest_Develop ..........................   Passed    0.32 sec
test 19
      Start 19: Kokkos_CoreUnitTest_PushFinalizeHookTerminateRegex

19: Test command: /opt/cmake/bin/cmake "-E" "env" "/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHookTerminate"
19: Test timeout computed to be: 1500
19: PASSED: I am the custom std::terminate handler.
19: Subprocess aborted
19/61 Test #19: Kokkos_CoreUnitTest_PushFinalizeHookTerminateRegex ...   Passed    0.61 sec
test 20
      Start 20: Kokkos_CoreUnitTest_PushFinalizeHookTerminateFails

20: Test command: /opt/cmake/bin/cmake "-E" "env" "/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHookTerminate"
20: Test timeout computed to be: 1500
20: PASSED: I am the custom std::terminate handler.
[ 77%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ScatterView.cpp.o
20: Subprocess aborted
20/61 Test #20: Kokkos_CoreUnitTest_PushFinalizeHookTerminateFails ...   Passed    0.61 sec
test 21
      Start 21: Kokkos_CoreUnitTest_KokkosP

21: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP
21: Test timeout computed to be: 1500
21: [==========] Running 31 tests from 1 test suite.
21: [----------] Global test environment set-up.
21: [----------] 31 tests from kokkosp
21: [ RUN      ] kokkosp.test_named_instance_fence
21: Ref: 117440513
21: Ref: named_instance
21: 117440513
21: named_instance
21: [       OK ] kokkosp.test_named_instance_fence (0 ms)
21: [ RUN      ] kokkosp.test_unnamed_instance_fence
21: Ref: 117440513
21: Ref: Unnamed Instance Fence
21: 117440513
21: Kokkos::SYCL::fence: Unnamed Instance Fence
21: [       OK ] kokkosp.test_unnamed_instance_fence (0 ms)
21: [ RUN      ] kokkosp.test_named_global_fence
21: Ref: 117440512
21: Ref: test global fence
21: 0
21: test global fence
21: Miss on id
21: 117440512
21: test global fence
21: [       OK ] kokkosp.test_named_global_fence (0 ms)
21: [ RUN      ] kokkosp.test_unnamed_global_fence
21: Ref: 117440512
21: Ref: Unnamed Global Fence
21: 0
21: Kokkos::fence: Unnamed Global Fence
21: Miss on id
21: 117440512
21: Kokkos::fence: Unnamed Global Fence
21: [       OK ] kokkosp.test_unnamed_global_fence (0 ms)
21: [ RUN      ] kokkosp.test_multiple_default_instances
21: [       OK ] kokkosp.test_multiple_default_instances (0 ms)
21: [ RUN      ] kokkosp.test_id_gen
21: [       OK ] kokkosp.test_id_gen (0 ms)
21: [ RUN      ] kokkosp.test_kernel_sequence
21: Ref: 117440513
21: Ref: named_instance
21: 117440513
21: named_instance
21: Ref: 117440513
21: Ref: test_kernel
21: 117440513
21: named_instance
21: Miss on name
21: 0
21: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence
21: Miss on name
21: Miss on id
21: 117440512
21: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence
21: Miss on name
21: Miss on id
21: 117440513
21: test_kernel
21: [       OK ] kokkosp.test_kernel_sequence (0 ms)
21: [ RUN      ] kokkosp.async_deep_copy
21: [       OK ] kokkosp.async_deep_copy (0 ms)
21: [ RUN      ] kokkosp.parallel_for
21: [       OK ] kokkosp.parallel_for (0 ms)
21: [ RUN      ] kokkosp.parallel_reduce
21: [       OK ] kokkosp.parallel_reduce (1 ms)
21: [ RUN      ] kokkosp.parallel_scan
21: [       OK ] kokkosp.parallel_scan (0 ms)
21: [ RUN      ] kokkosp.parallel_scan_no_fence
21: [       OK ] kokkosp.parallel_scan_no_fence (0 ms)
21: [ RUN      ] kokkosp.parallel_scan_no_fence_view
21: [       OK ] kokkosp.parallel_scan_no_fence_view (0 ms)
21: [ RUN      ] kokkosp.regions
21: [       OK ] kokkosp.regions (0 ms)
21: [ RUN      ] kokkosp.fences
21: [       OK ] kokkosp.fences (0 ms)
21: [ RUN      ] kokkosp.raw_allocation
21: [       OK ] kokkosp.raw_allocation (0 ms)
21: [ RUN      ] kokkosp.view
21: [       OK ] kokkosp.view (0 ms)
21: [ RUN      ] kokkosp.sections
21: [       OK ] kokkosp.sections (0 ms)
21: [ RUN      ] kokkosp.metadata
21: [       OK ] kokkosp.metadata (0 ms)
21: [ RUN      ] kokkosp.profile_events
21: [       OK ] kokkosp.profile_events (0 ms)
21: [ RUN      ] kokkosp.no_init_kernel
21: [       OK ] kokkosp.no_init_kernel (0 ms)
21: [ RUN      ] kokkosp.get_events
21: [       OK ] kokkosp.get_events (0 ms)
21: [ RUN      ] kokkosp.kernel_name_parallel_for
21: [       OK ] kokkosp.kernel_name_parallel_for (0 ms)
21: [ RUN      ] kokkosp.kernel_name_parallel_reduce
21: [       OK ] kokkosp.kernel_name_parallel_reduce (0 ms)
21: [ RUN      ] kokkosp.kernel_name_parallel_scan
21: [       OK ] kokkosp.kernel_name_parallel_scan (0 ms)
21: [ RUN      ] kokkosp.kernel_name_internal
21: [       OK ] kokkosp.kernel_name_internal (0 ms)
21: [ RUN      ] kokkosp.profiling_section
21: [       OK ] kokkosp.profiling_section (0 ms)
21: [ RUN      ] kokkosp.scoped_profile_region
21: [       OK ] kokkosp.scoped_profile_region (0 ms)
21: [ RUN      ] kokkosp.create_mirror_no_init
21: [       OK ] kokkosp.create_mirror_no_init (0 ms)
21: [ RUN      ] kokkosp.create_mirror_no_init_view_ctor
21: [       OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms)
21: [ RUN      ] kokkosp.create_mirror_view_and_copy
21: [       OK ] kokkosp.create_mirror_view_and_copy (0 ms)
21: [----------] 31 tests from kokkosp (5 ms total)
21: 
21: [----------] Global test environment tear-down
21: [==========] 31 tests from 1 test suite ran. (5 ms total)
21: [  PASSED  ] 31 tests.
21/61 Test #21: Kokkos_CoreUnitTest_KokkosP ..........................   Passed    0.34 sec
test 22
      Start 22: Kokkos_CoreUnitTest_ToolIndependence

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

23: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help"
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_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
23/61 Test #23: Kokkos_ProfilingTestLibraryLoadHelp ..................   Passed    0.33 sec
test 24
      Start 24: Kokkos_ProfilingTestLibraryCmdLineHelp

24: 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"
24: Test timeout computed to be: 1500
24: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
24/61 Test #24: Kokkos_ProfilingTestLibraryCmdLineHelp ...............   Passed    0.31 sec
test 25
      Start 25: Kokkos_ProfilingTestLibraryLoad

25: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
25: Environment variables: 
25:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkosprinter-tool.so
25: Test timeout computed to be: 1500
25: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize().
25: 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:SYCL::kokkosp_declare_metadata:GPU architecture:AMPERE80::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_INTEL_LLVM:20230000::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:intel_llvm::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.4.99::kokkosp_allocate_data:Host:source:0xe10fc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xe11140:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xe111c0:Host:source:0xe11040: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:0xe11340: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:0xe11140:40::kokkosp_deallocate_data:Host:source:0xe10fc0:40::kokkosp_finalize_library::
25/61 Test #25: Kokkos_ProfilingTestLibraryLoad ......................   Passed    0.32 sec
test 26
      Start 26: Kokkos_ProfilingTestLibraryCmdLine

26: 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"
26: Test timeout computed to be: 1500
26: 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:SYCL::kokkosp_declare_metadata:GPU architecture:AMPERE80::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_INTEL_LLVM:20230000::kokkosp_declare_metadata:KOKKOS_ENABLE_ASM:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX17:yes::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX20:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX23:no::kokkosp_declare_metadata:KOKKOS_ENABLE_CXX26:no::kokkosp_declare_metadata:KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK:no::kokkosp_declare_metadata:KOKKOS_ENABLE_HWLOC:no::kokkosp_declare_metadata:KOKKOS_ENABLE_LIBDL:yes::kokkosp_declare_metadata:compiler_family:intel_llvm::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_IVDEP:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_LOOPCOUNT:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_UNROLL:no::kokkosp_declare_metadata:KOKKOS_ENABLE_PRAGMA_VECTOR:no::kokkosp_declare_metadata:Kokkos Version:4.4.99::kokkosp_allocate_data:Host:source:0xe10fc0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0xe11140:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:1:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0xe111c0:Host:source:0xe11040: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:0xe11340: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:0xe11140:40::kokkosp_deallocate_data:Host:source:0xe10fc0:40::kokkosp_finalize_library::
26/61 Test #26: Kokkos_ProfilingTestLibraryCmdLine ...................   Passed    0.31 sec
test 27
      Start 27: Kokkos_CoreUnitTest_StackTraceTest

27: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec
27: Test timeout computed to be: 1500
27: [==========] Running 3 tests from 2 test suites.
27: [----------] Global test environment set-up.
27: [----------] 2 tests from defaultdevicetype_DeathTest
27: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_terminate
27: 
27: [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.
27: Top of f1
27: Top of f0
27: Top of f0
27: test_f1:
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x495240]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x43818c]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x28) [0x434fe8]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbd) [0x43633d]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46e80b]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x4467d8]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x447c0f]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x4484d1]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x4587df]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46f12b]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x457de2]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x436810]
27: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90]
27: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x434eb5]
27:  
27: demangled test_f1:
27: [0x495240] Kokkos::Impl::save_stacktrace()
27: [0x43818c] Test::stacktrace_test_f1(std::ostream&)
27: [0x434fe8] Test::test_stacktrace(bool, bool)
27: [0x43633d] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
27: [0x46e80b] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
27: [0x4467d8] testing::Test::Run()
27: [0x447c0f] testing::TestInfo::Run()
27: [0x4484d1] testing::TestSuite::Run()
27: [0x4587df] testing::internal::UnitTestImpl::RunAllTests()
27: [0x46f12b] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
27: [0x457de2] testing::UnitTest::Run()
27: [0x436810] main
27: [0x7ffff74f0d90] 
27: [0x7ffff74f0e40] __libc_start_main
27: [0x434eb5] _start
27:  
27: Top of f3
27: Top of f3
27: Top of f3
27: Top of f3
27: Top of f3
27: Top of f1
27: Top of f0
27: Top of f0
27: StackTrace f3(std::cout, 4) returned: 110
27: test_f3:
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x495240]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x43818c]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x438356]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa08) [0x4359c8]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbd) [0x43633d]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46e80b]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x4467d8]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x447c0f]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x4484d1]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x4587df]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46f12b]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x457de2]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x436810]
27: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90]
27: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x434eb5]
27:  
27: demangled test_f3:
27: [0x495240] Kokkos::Impl::save_stacktrace()
27: [0x43818c] Test::stacktrace_test_f1(std::ostream&)
27: [0x438356] Test::stacktrace_test_f3(std::ostream&, int)
27: [0x4359c8] Test::test_stacktrace(bool, bool)
27: [0x43633d] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
27: [0x46e80b] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
27: [0x4467d8] testing::Test::Run()
27: [0x447c0f] testing::TestInfo::Run()
27: [0x4484d1] testing::TestSuite::Run()
27: [0x4587df] testing::internal::UnitTestImpl::RunAllTests()
27: [0x46f12b] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
27: [0x457de2] testing::UnitTest::Run()
27: [0x436810] main
27: [0x7ffff74f0d90] 
27: [0x7ffff74f0e40] __libc_start_main
27: [0x434eb5] _start
27:  
27: Test setting std::terminate handler that prints the last saved stack trace
27: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (308 ms)
27: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
27: 
27: [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.
27: Top of f1
27: Top of f0
27: Top of f0
27: test_f1:
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x495240]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x43818c]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x28) [0x434fe8]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xba) [0x4365ea]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46e80b]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x4467d8]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x447c0f]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x4484d1]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x4587df]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46f12b]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x457de2]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x436810]
27: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90]
27: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x434eb5]
27:  
27: demangled test_f1:
27: [0x495240] Kokkos::Impl::save_stacktrace()
27: [0x43818c] Test::stacktrace_test_f1(std::ostream&)
27: [0x434fe8] Test::test_stacktrace(bool, bool)
27: [0x4365ea] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
27: [0x46e80b] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
27: [0x4467d8] testing::Test::Run()
27: [0x447c0f] testing::TestInfo::Run()
27: [0x4484d1] testing::TestSuite::Run()
27: [0x4587df] testing::internal::UnitTestImpl::RunAllTests()
27: [0x46f12b] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
27: [0x457de2] testing::UnitTest::Run()
27: [0x436810] main
27: [0x7ffff74f0d90] 
27: [0x7ffff74f0e40] __libc_start_main
27: [0x434eb5] _start
27:  
27: Top of f3
27: Top of f3
27: Top of f3
27: Top of f3
27: Top of f3
27: Top of f1
27: Top of f0
27: Top of f0
27: StackTrace f3(std::cout, 4) returned: 110
27: test_f3:
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x495240]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x43818c]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x438356]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa08) [0x4359c8]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xba) [0x4365ea]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46e80b]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x4467d8]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x447c0f]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x4484d1]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x4587df]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46f12b]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x457de2]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x436810]
27: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90]
27: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x434eb5]
27:  
27: demangled test_f3:
27: [0x495240] Kokkos::Impl::save_stacktrace()
27: [0x43818c] Test::stacktrace_test_f1(std::ostream&)
27: [0x438356] Test::stacktrace_test_f3(std::ostream&, int)
27: [0x4359c8] Test::test_stacktrace(bool, bool)
27: [0x4365ea] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
27: [0x46e80b] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
27: [0x4467d8] testing::Test::Run()
27: [0x447c0f] testing::TestInfo::Run()
27: [0x4484d1] testing::TestSuite::Run()
27: [0x4587df] testing::internal::UnitTestImpl::RunAllTests()
27: [0x46f12b] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
27: [0x457de2] testing::UnitTest::Run()
27: [0x436810] main
27: [0x7ffff74f0d90] 
27: [0x7ffff74f0e40] __libc_start_main
27: [0x434eb5] _start
27:  
27: Test setting std::terminate handler that prints the last saved stack trace
27: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (313 ms)
27: [----------] 2 tests from defaultdevicetype_DeathTest (622 ms total)
27: 
27: [----------] 1 test from defaultdevicetype
27: [ RUN      ] defaultdevicetype.stacktrace_normal
27: Top of f1
27: Top of f0
27: Top of f0
27: test_f1:
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x495240]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x43818c]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x28) [0x434fe8]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46e80b]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x4467d8]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x447c0f]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x4484d1]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x4587df]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46f12b]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x457de2]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x436810]
27: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90]
27: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x434eb5]
27:  
27: demangled test_f1:
27: [0x495240] Kokkos::Impl::save_stacktrace()
27: [0x43818c] Test::stacktrace_test_f1(std::ostream&)
27: [0x434fe8] Test::test_stacktrace(bool, bool)
27: [0x46e80b] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
27: [0x4467d8] testing::Test::Run()
27: [0x447c0f] testing::TestInfo::Run()
27: [0x4484d1] testing::TestSuite::Run()
27: [0x4587df] testing::internal::UnitTestImpl::RunAllTests()
27: [0x46f12b] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
27: [0x457de2] testing::UnitTest::Run()
27: [0x436810] main
27: [0x7ffff74f0d90] 
27: [0x7ffff74f0e40] __libc_start_main
27: [0x434eb5] _start
27:  
27: Top of f3
27: Top of f3
27: Top of f3
27: Top of f3
27: Top of f3
27: Top of f1
27: Top of f0
27: Top of f0
27: StackTrace f3(std::cout, 4) returned: 110
27: test_f3:
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x495240]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6c) [0x43818c]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x438356]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa08) [0x4359c8]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46e80b]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x1d8) [0x4467d8]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x20f) [0x447c0f]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x141) [0x4484d1]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x9bf) [0x4587df]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x3b) [0x46f12b]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x102) [0x457de2]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x436810]
27: /usr/lib/x86_64-linux-gnu/libc.so.6(+0x29d90) [0x7ffff74f0d90]
27: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x80) [0x7ffff74f0e40]
27: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x25) [0x434eb5]
27:  
27: demangled test_f3:
27: [0x495240] Kokkos::Impl::save_stacktrace()
27: [0x43818c] Test::stacktrace_test_f1(std::ostream&)
27: [0x438356] Test::stacktrace_test_f3(std::ostream&, int)
27: [0x4359c8] Test::test_stacktrace(bool, bool)
27: [0x46e80b] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
27: [0x4467d8] testing::Test::Run()
27: [0x447c0f] testing::TestInfo::Run()
27: [0x4484d1] testing::TestSuite::Run()
27: [0x4587df] testing::internal::UnitTestImpl::RunAllTests()
27: [0x46f12b] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
27: [0x457de2] testing::UnitTest::Run()
27: [0x436810] main
27: [0x7ffff74f0d90] 
27: [0x7ffff74f0e40] __libc_start_main
27: [0x434eb5] _start
27:  
27: Test setting std::terminate handler that prints the last saved stack trace
27: [       OK ] defaultdevicetype.stacktrace_normal (0 ms)
27: [----------] 1 test from defaultdevicetype (0 ms total)
27: 
27: [----------] Global test environment tear-down
27: [==========] 3 tests from 2 test suites ran. (623 ms total)
27: [  PASSED  ] 3 tests.
27/61 Test #27: Kokkos_CoreUnitTest_StackTraceTest ...................   Passed    0.97 sec
test 28
      Start 28: Kokkos_IncrementalTest_SERIAL

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

29: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_IncrementalTest_SYCL
29: Test timeout computed to be: 1500
29: [==========] Running 28 tests from 1 test suite.
29: [----------] Global test environment set-up.
29: [----------] 28 tests from SYCL
29: [ RUN      ] SYCL.IncrTest_01_execspace_typedef
29: [       OK ] SYCL.IncrTest_01_execspace_typedef (0 ms)
29: [ RUN      ] SYCL.IncrTest_01_execspace
29: 
29: Runtime Configuration:
29: macro  KOKKOS_ENABLE_ONEDPL : defined
29: macro  KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED : undefined
29: macro  KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE : defined
29: macro  SYCL_EXT_ONEAPI_DEVICE_GLOBAL : undefined
29: macro  KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES : defined
29: macro  SYCL_EXT_ONEAPI_GRAPH : undefined
29: Immediate command lists and standard command queue allowed.
29: SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS not defined.
29: 
29: Available devices: 
29: [ext_oneapi_cuda]:gpu:0] NVIDIA A100 80GB PCIe : Selected
29: SYCL
29: [       OK ] SYCL.IncrTest_01_execspace (0 ms)
29: [ RUN      ] SYCL.IncrTest_02_AtomicExchange
29: [       OK ] SYCL.IncrTest_02_AtomicExchange (0 ms)
29: [ RUN      ] SYCL.IncrTest_02_AtomicAdd
29: [       OK ] SYCL.IncrTest_02_AtomicAdd (0 ms)
29: [ RUN      ] SYCL.IncrTest_02_AtomicSub
29: [       OK ] SYCL.IncrTest_02_AtomicSub (0 ms)
29: [ RUN      ] SYCL.IncrTest_03a_memspace_malloc
29: [       OK ] SYCL.IncrTest_03a_memspace_malloc (0 ms)
29: [ RUN      ] SYCL.IncrTest_03b_memspace_free
45: [       OK ] std_algorithms_shift_left_team_test.test (8539 ms)
45: [----------] 1 test from std_algorithms_shift_left_team_test (8539 ms total)
45: 
45: [----------] 1 test from std_algorithms_shift_right_team_test
45: [ RUN      ] std_algorithms_shift_right_team_test.test
[ 77%] 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_C.dir/TestStdAlgorithmsFindFirstOf.cpp.o
45: [       OK ] std_algorithms_shift_right_team_test.test (8027 ms)
45: [----------] 1 test from std_algorithms_shift_right_team_test (8027 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 4 tests from 4 test suites ran. (23368 ms total)
45: [  PASSED  ] 4 tests.
45/52 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ..............   Passed   23.74 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: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
46:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
46:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
46:   For unit testing set OMP_PROC_BIND=false
46: 
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
[ 78%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_WithoutInitializing.cpp.o
[ 78%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSorted.cpp.o
46: [       OK ] std_algorithms_copy_team_test.test (5374 ms)
46: [----------] 1 test from std_algorithms_copy_team_test (5374 ms total)
46: 
46: [----------] 1 test from std_algorithms_copy_n_team_test
46: [ RUN      ] std_algorithms_copy_n_team_test.test
46: [       OK ] std_algorithms_copy_n_team_test.test (693 ms)
46: [----------] 1 test from std_algorithms_copy_n_team_test (693 ms total)
46: 
46: [----------] 1 test from std_algorithms_copy_backward_team_test
46: [ RUN      ] std_algorithms_copy_backward_team_test.test
3: [       OK ] hip.team_scratch_1_streams (44426 ms)
3: [ RUN      ] hip.async_launcher
3: [       OK ] hip.async_launcher (3 ms)
3: [ RUN      ] hip.preferred_blocksize_deduction
3: [       OK ] hip.preferred_blocksize_deduction (0 ms)
3: [----------] 290 tests from hip (123998 ms total)
3: 
3: [----------] 12 tests from hip_graph
3: [ RUN      ] hip_graph.submit_once
3: [       OK ] hip_graph.submit_once (0 ms)
3: [ RUN      ] hip_graph.submit_once_rvalue
3: [       OK ] hip_graph.submit_once_rvalue (0 ms)
3: [ RUN      ] hip_graph.instantiate_and_submit_once
3: [       OK ] hip_graph.instantiate_and_submit_once (0 ms)
3: [ RUN      ] hip_graph.submit_onto_another_execution_space_instance
3: [       OK ] hip_graph.submit_onto_another_execution_space_instance (16 ms)
3: [ RUN      ] hip_graph.create_graph_no_closure_with_exec
3: [       OK ] hip_graph.create_graph_no_closure_with_exec (0 ms)
3: [ RUN      ] hip_graph.create_graph_no_arg
3: [       OK ] hip_graph.create_graph_no_arg (0 ms)
3: [ RUN      ] hip_graph.submit_six
3: [       OK ] hip_graph.submit_six (0 ms)
3: [ RUN      ] hip_graph.when_all_cycle
3: [       OK ] hip_graph.when_all_cycle (0 ms)
3: [ RUN      ] hip_graph.zero_work_reduce
3: [       OK ] hip_graph.zero_work_reduce (0 ms)
3: [ RUN      ] hip_graph.empty_graph
3: [       OK ] hip_graph.empty_graph (0 ms)
3: [ RUN      ] hip_graph.diamond
3: [       OK ] hip_graph.diamond (16 ms)
3: [ RUN      ] hip_graph.end_of_submit_control_flow
3: [       OK ] hip_graph.end_of_submit_control_flow (16 ms)
3: [----------] 12 tests from hip_graph (50 ms total)
3: 
3: [----------] 56 tests from hip_managed
3: [ RUN      ] hip_managed.view_subview_auto_1d_left
3: [       OK ] hip_managed.view_subview_auto_1d_left (2 ms)
3: [ RUN      ] hip_managed.view_subview_auto_1d_right
3: [       OK ] hip_managed.view_subview_auto_1d_right (0 ms)
3: [ RUN      ] hip_managed.view_subview_auto_1d_stride
3: [       OK ] hip_managed.view_subview_auto_1d_stride (0 ms)
3: [ RUN      ] hip_managed.view_subview_assign_strided
3: [       OK ] hip_managed.view_subview_assign_strided (1 ms)
3: [ RUN      ] hip_managed.view_subview_left_0
3: [       OK ] hip_managed.view_subview_left_0 (0 ms)
3: [ RUN      ] hip_managed.view_subview_left_1
3: [       OK ] hip_managed.view_subview_left_1 (0 ms)
3: [ RUN      ] hip_managed.view_subview_left_2
3: [       OK ] hip_managed.view_subview_left_2 (0 ms)
3: [ RUN      ] hip_managed.view_subview_left_3
3: [       OK ] hip_managed.view_subview_left_3 (0 ms)
3: [ RUN      ] hip_managed.view_subview_right_0
3: [       OK ] hip_managed.view_subview_right_0 (0 ms)
3: [ RUN      ] hip_managed.view_subview_right_1
3: [       OK ] hip_managed.view_subview_right_1 (0 ms)
3: [ RUN      ] hip_managed.view_subview_right_3
3: [       OK ] hip_managed.view_subview_right_3 (0 ms)
3: [ RUN      ] hip_managed.view_static_tests
3: [       OK ] hip_managed.view_static_tests (0 ms)
3: [ RUN      ] hip_managed.view_subview_layoutleft_to_layoutleft
3: [       OK ] hip_managed.view_subview_layoutleft_to_layoutleft (2 ms)
3: [ RUN      ] hip_managed.view_subview_layoutright_to_layoutright
3: [       OK ] hip_managed.view_subview_layoutright_to_layoutright (1 ms)
3: [ RUN      ] hip_managed.view_subview_1d_assign
3: [       OK ] hip_managed.view_subview_1d_assign (3 ms)
3: [ RUN      ] hip_managed.view_subview_1d_assign_atomic
3: [       OK ] hip_managed.view_subview_1d_assign_atomic (3 ms)
3: [ RUN      ] hip_managed.view_subview_1d_assign_randomaccess
3: [       OK ] hip_managed.view_subview_1d_assign_randomaccess (3 ms)
3: [ RUN      ] hip_managed.view_subview_2d_from_3d
3: [       OK ] hip_managed.view_subview_2d_from_3d (84 ms)
3: [ RUN      ] hip_managed.view_subview_2d_from_3d_atomic
3: [       OK ] hip_managed.view_subview_2d_from_3d_atomic (84 ms)
3: [ RUN      ] hip_managed.view_subview_2d_from_3d_randomaccess
3: [       OK ] hip_managed.view_subview_2d_from_3d_randomaccess (81 ms)
3: [ RUN      ] hip_managed.view_subview_3d_from_5d_left
3: [       OK ] hip_managed.view_subview_3d_from_5d_left (1285 ms)
3: [ RUN      ] hip_managed.view_subview_3d_from_5d_left_atomic
3: [       OK ] hip_managed.view_subview_3d_from_5d_left_atomic (1250 ms)
3: [ RUN      ] hip_managed.view_subview_3d_from_5d_left_randomaccess
46: [       OK ] std_algorithms_copy_backward_team_test.test (2469 ms)
46: [----------] 1 test from std_algorithms_copy_backward_team_test (2469 ms total)
46: 
46: [----------] 1 test from std_algorithms_copy_if_team_test
46: [ RUN      ] std_algorithms_copy_if_team_test.test
29: [       OK ] SYCL.IncrTest_03b_memspace_free (18804 ms)
29: [ RUN      ] SYCL.IncrTest_04_simple_parallelFor
29: [       OK ] SYCL.IncrTest_04_simple_parallelFor (0 ms)
29: [ RUN      ] SYCL.IncrTest_04_RangePolicy_parallelFor
29: [       OK ] SYCL.IncrTest_04_RangePolicy_parallelFor (0 ms)
29: [ RUN      ] SYCL.IncrTest_05_reduction
29: [       OK ] SYCL.IncrTest_05_reduction (5 ms)
29: [ RUN      ] SYCL.IncrTest_06_mdrange2D
29: [       OK ] SYCL.IncrTest_06_mdrange2D (0 ms)
29: [ RUN      ] SYCL.IncrTest_06_mdrange3D
29: [       OK ] SYCL.IncrTest_06_mdrange3D (0 ms)
29: [ RUN      ] SYCL.IncrTest_06_mdrange4D
29: [       OK ] SYCL.IncrTest_06_mdrange4D (0 ms)
29: [ RUN      ] SYCL.IncrTest_08_deep_copy_2D
29: [       OK ] SYCL.IncrTest_08_deep_copy_2D (0 ms)
29: [ RUN      ] SYCL.IncrTest_08_deep_copy_3D
29: [       OK ] SYCL.IncrTest_08_deep_copy_3D (0 ms)
29: [ RUN      ] SYCL.IncrTest_08_deep_copy_4D
29: [       OK ] SYCL.IncrTest_08_deep_copy_4D (0 ms)
29: [ RUN      ] SYCL.IncrTest_10_Hierarchical_Basics
29: [       OK ] SYCL.IncrTest_10_Hierarchical_Basics (0 ms)
29: [ RUN      ] SYCL.IncrTest_11a_Hierarchical_ForLoop
29: [       OK ] SYCL.IncrTest_11a_Hierarchical_ForLoop (0 ms)
29: [ RUN      ] SYCL.IncrTest_11b_Hierarchical_ForLoop
29: [       OK ] SYCL.IncrTest_11b_Hierarchical_ForLoop (0 ms)
29: [ RUN      ] SYCL.IncrTest_11c_Hierarchical_ForLoop
29: [       OK ] SYCL.IncrTest_11c_Hierarchical_ForLoop (260 ms)
29: [ RUN      ] SYCL.IncrTest_12a_ThreadScratch
29: [       OK ] SYCL.IncrTest_12a_ThreadScratch (1 ms)
29: [ RUN      ] SYCL.IncrTest_12b_TeamScratch
29: [       OK ] SYCL.IncrTest_12b_TeamScratch (0 ms)
29: [ RUN      ] SYCL.IncrTest_13a_Hierarchical_Red
29: [       OK ] SYCL.IncrTest_13a_Hierarchical_Red (0 ms)
29: [ RUN      ] SYCL.IncrTest_13b_Hierarchical_Red
29: [       OK ] SYCL.IncrTest_13b_Hierarchical_Red (0 ms)
29: [ RUN      ] SYCL.IncrTest_13c_Hierarchical_Red
29: [       OK ] SYCL.IncrTest_13c_Hierarchical_Red (0 ms)
29: [ RUN      ] SYCL.incr_14_MDrangeReduce
29: [       OK ] SYCL.incr_14_MDrangeReduce (0 ms)
29: [ RUN      ] SYCL.IncrTest_16_parallelscan
29: [       OK ] SYCL.IncrTest_16_parallelscan (2 ms)
29: [ RUN      ] SYCL.incr_17_atomicView
29: [       OK ] SYCL.incr_17_atomicView (0 ms)
29: [----------] 28 tests from SYCL (19083 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 28 tests from 1 test suite ran. (19083 ms total)
29: [  PASSED  ] 28 tests.
29/61 Test #29: Kokkos_IncrementalTest_SYCL ..........................   Passed   19.42 sec
test 30
      Start 30: Kokkos_CoreUnitTest_CTestDevice

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

31: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE"
31: Test timeout computed to be: 1500
31/61 Test #31: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ............   Passed    0.01 sec
test 32
      Start 32: Kokkos_CoreUnitTest_DeviceAndThreads

32: Test command: /usr/bin/python3.10 "/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/TestDeviceAndThreads.py" "-v"
32: Test timeout computed to be: 1500
32: test_device_id (__main__.KokkosInitializationTestCase) ... ok
32: test_disable_warnings (__main__.KokkosInitializationTestCase) ... ok
32: test_num_devices (__main__.KokkosInitializationTestCase) ... ok
3: [       OK ] hip_managed.view_subview_3d_from_5d_left_randomaccess (1260 ms)
3: [ RUN      ] hip_managed.view_subview_3d_from_5d_right
32: test_num_threads (__main__.KokkosInitializationTestCase) ... skipped 'no host parallel backend enabled'
32: test_tune_internals (__main__.KokkosInitializationTestCase) ... ok
32: 
32: ----------------------------------------------------------------------
32: Ran 5 tests in 3.544s
32: 
32: OK (skipped=1)
32/61 Test #32: Kokkos_CoreUnitTest_DeviceAndThreads .................   Passed    3.82 sec
test 33
      Start 33: Kokkos_PerformanceTest_TaskDag

33: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_TaskDag
33: Test timeout computed to be: 1500
33/61 Test #33: Kokkos_PerformanceTest_TaskDag .......................   Passed    0.01 sec
test 34
      Start 34: Kokkos_PerformanceTest_Benchmark

34: 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-09-12_T14-21-55.json"
34: Test timeout computed to be: 1500
3: [       OK ] hip_managed.view_subview_3d_from_5d_right (1264 ms)
3: [ RUN      ] hip_managed.view_subview_3d_from_5d_right_atomic
34: 
34: Available devices: 
34: 2024-09-12T15:10:46+00:00
34: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
34: Run on (20 X 2345.59 MHz CPU s)
34: CPU Caches:
34:   L1 Data 64 KiB (x20)
34:   L1 Instruction 64 KiB (x20)
34:   L2 Unified 512 KiB (x20)
34:   L3 Unified 16384 KiB (x20)
34: Load Average: 1.27, 4.65, 6.79
34: Address Bits: 64
34: CPU architecture: none
34: Default Device: SYCL
34: Driver Version: CUDA 12.6
34: Error Correction Support: 1
34: GIT_BRANCH: HEAD
34: GIT_CLEAN_STATUS: CLEAN
34: GIT_COMMIT_DATE: 2024-09-12T14:20:39+00:00
34: GIT_COMMIT_DESCRIPTION: Merge commit 'd02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a' into HEAD
34: GIT_COMMIT_HASH: a0def31fe
34: GPU architecture: AMPERE80
34: Global Cache Mem Line Size: 128
34: Global Mem Cache Size: 41943040
34: Global Mem Size: 85097971712
34: Image Max Buffer Size: 32768
34: Image2d Max Height: 65536
34: Image2d Max Width: 131072
34: Image3d Max Depth: 16384
34: Image3d Max Height: 16384
34: Image3d Max Width: 16384
34: Is Accelerator: 0
34: Is Available: 1
34: Is CPU: 0
34: Is GPU: 1
34: KOKKOS_COMPILER_INTEL_LLVM: 20230000
34: KOKKOS_ENABLE_ASM: yes
34: KOKKOS_ENABLE_CXX17: yes
34: KOKKOS_ENABLE_CXX20: no
34: KOKKOS_ENABLE_CXX23: no
34: KOKKOS_ENABLE_CXX26: no
34: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
34: KOKKOS_ENABLE_HWLOC: no
34: KOKKOS_ENABLE_LIBDL: yes
34: KOKKOS_ENABLE_PRAGMA_IVDEP: no
34: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
34: KOKKOS_ENABLE_PRAGMA_UNROLL: no
34: KOKKOS_ENABLE_PRAGMA_VECTOR: no
34: KOKKOS_ENABLE_SERIAL: yes
34: Kokkos Version: 4.4.99
34: Local Mem Size: 49152
34: Max Compute Units: 108
34: Max Mem Alloc Size: 1073741824
34: Max Parameter Size: 4000
34: Max Read Image Args: 128
34: Max Samplers: 128
34: Max Work Group Size: 1024
34: Max Work Item Dimensions: 3
34: Mem Base Addr Align: 4096
34: Name: NVIDIA A100 80GB PCIe
34: Native Vector Width Char: 1
34: Native Vector Width Double: 1
34: Native Vector Width Float: 1
34: Native Vector Width Half: 0
34: Native Vector Width Int: 1
34: Native Vector Width Long: 1
34: Native Vector Width Short: 1
34: Partition Max Sub Devices: 0
34: Preferred Vector Width Char: 1
34: Preferred Vector Width Double: 1
34: Preferred Vector Width Float: 1
34: Preferred Vector Width Half: 0
34: Preferred Vector Width Int: 1
34: Preferred Vector Width Long: 1
34: Preferred Vector Width Short: 1
34: Profiling Timer Resolution: 1000
34: Reference Count: 1
34: Vendor: NVIDIA Corporation
34: Vendor Id: 4318
34: Version: 0.0
34: [ext_oneapi_cuda]: gpu:0] NVIDIA A100 80GB PCIe : Selected
34: macro  KOKKOS_ENABLE_ONEDPL: defined
34: macro  KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined
34: macro  KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined
34: macro  KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined
34: macro  SYCL_EXT_ONEAPI_DEVICE_GLOBAL: undefined
34: macro  SYCL_EXT_ONEAPI_GRAPH: undefined
34: platform: 64bit
34: ---------------------------------------------------------------------------------------------------------------------------------------------------
34: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
34: ---------------------------------------------------------------------------------------------------------------------------------------------------
34: GramSchmidt<double>/Count:1024/iterations:5/manual_time                            0.010 s         0.011 s             5       1024         9.6633u
34: GramSchmidt<double>/Count:2048/iterations:5/manual_time                            0.010 s         0.011 s             5     2.048k        5.07941u
34: GramSchmidt<double>/Count:4096/iterations:5/manual_time                            0.011 s         0.011 s             5     4.096k        2.61824u
34: GramSchmidt<double>/Count:8192/iterations:5/manual_time                            0.012 s         0.012 s             5     8.192k        1.40645u
34: GramSchmidt<double>/Count:16384/iterations:5/manual_time                           0.012 s         0.014 s             5    16.384k         761.39n
34: GramSchmidt<double>/Count:32768/iterations:5/manual_time                           0.015 s         0.017 s             5    32.768k         448.28n
34: GramSchmidt<double>/Count:65536/iterations:5/manual_time                           0.018 s         0.024 s             5    65.536k        285.666n
34: GramSchmidt<double>/Count:131072/iterations:5/manual_time                          0.025 s         0.039 s             5   131.072k        191.074n
3: [       OK ] hip_managed.view_subview_3d_from_5d_right_atomic (1274 ms)
3: [ RUN      ] hip_managed.view_subview_3d_from_5d_right_randomaccess
34: GramSchmidt<double>/Count:262144/iterations:5/manual_time                          0.026 s         0.053 s             5   262.144k        97.5109n
46: [       OK ] std_algorithms_copy_if_team_test.test (3636 ms)
46: [----------] 1 test from std_algorithms_copy_if_team_test (3636 ms total)
46: 
46: [----------] 1 test from std_algorithms_unique_copy_team_test
46: [ RUN      ] std_algorithms_unique_copy_team_test.test
3: [       OK ] hip_managed.view_subview_3d_from_5d_right_randomaccess (1272 ms)
3: [ RUN      ] hip_managed.view_test_unmanaged_subview_reset
3: [       OK ] hip_managed.view_test_unmanaged_subview_reset (1 ms)
3: [ RUN      ] hip_managed.view_subview_memory_traits_construction
3: [       OK ] hip_managed.view_subview_memory_traits_construction (0 ms)
3: [ RUN      ] hip_managed.impl_shared_alloc
3: [       OK ] hip_managed.impl_shared_alloc (261 ms)
3: [ RUN      ] hip_managed.view_api_a
3: [       OK ] hip_managed.view_api_a (18 ms)
3: [ RUN      ] hip_managed.view_layout_left_with_stride
3: [       OK ] hip_managed.view_layout_left_with_stride (0 ms)
3: [ RUN      ] hip_managed.view_layout_right_with_stride
3: [       OK ] hip_managed.view_layout_right_with_stride (0 ms)
3: [ RUN      ] hip_managed.view_api_b
3: [       OK ] hip_managed.view_api_b (32 ms)
3: [ RUN      ] hip_managed.view_api_c
3: [       OK ] hip_managed.view_api_c (2 ms)
3: [ RUN      ] hip_managed.view_api_d
3: [       OK ] hip_managed.view_api_d (16 ms)
3: [ RUN      ] hip_managed.view_remap
3: [       OK ] hip_managed.view_remap (1 ms)
3: [ RUN      ] hip_managed.view_mirror_nonconst
3: [       OK ] hip_managed.view_mirror_nonconst (0 ms)
3: [ RUN      ] hip_managed.view_stride_method
3: [       OK ] hip_managed.view_stride_method (0 ms)
3: [ RUN      ] hip_managed.anonymous_space
3: [       OK ] hip_managed.anonymous_space (0 ms)
3: [ RUN      ] hip_managed.view_overload_resolution
3: [       OK ] hip_managed.view_overload_resolution (0 ms)
3: [ RUN      ] hip_managed.view_allocation_large_rank
34: ----------------------------------------------------------------------------------------------------------------------------------------------
34: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s        Max
34: ----------------------------------------------------------------------------------------------------------------------------------------------
34: CustomReduction<double>/N:100000/R:1000/manual_time                                0.003 s         0.010 s           202 66.3146k/s       11.5
34: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
34: Benchmark                                                                              Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced
34: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
34: OverlapRangePolicy/N:2000/M:10000/R:10                                             0.663 s         0.663 s             1        0.119034    0.0554143                0.103231            0.0483949   0.0518472         19.416u
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceIf.cpp.o
34: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
34: Benchmark                                                                              Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced
34: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
34: OverlapMDRangePolicy/N:200/M:10000/R:10                                            0.025 s         0.025 s            28         4.8072m      2.4752m                 3.5696m                  1.79393m    2.26469m         12.343u
34: OverlapTeamPolicy/N:20/M:1000000/R:10                                              0.225 s         0.225 s             3       0.0438091    0.0210693               0.0375324                  0.018243   0.0188071         18.755u
34: ---------------------------------------------------------------------------------------------------------------------------------------------------
34: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
34: ---------------------------------------------------------------------------------------------------------------------------------------------------
34: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time                      0.000 s         0.000 s             5       1024         23.335n
34: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                      0.000 s         0.000 s             5     2.048k        12.3867n
34: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                      0.000 s         0.000 s             5     4.096k        6.07568n
34: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                      0.000 s         0.001 s             5     8.192k         3.2666n
34: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                     0.000 s         0.000 s             5    16.384k        1.85345n
34: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                     0.000 s         0.001 s             5    32.768k        1.15628n
34: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                     0.000 s         0.001 s             5    65.536k        635.956p
34: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                    0.000 s         0.001 s             5   131.072k        364.601p
34: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                    0.000 s         0.002 s             5   262.144k        287.708p
34: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                    0.000 s         0.002 s             5   524.288k        233.438p
34: -----------------------------------------------------------------------------------------------------------------------------------
34: Benchmark                                                                              Time             CPU   Iterations  FOM: rate
34: -----------------------------------------------------------------------------------------------------------------------------------
34: Malloc/N:1/manual_time                                                              11.0 us         24.6 us        63767 91.1374k/s
46: [       OK ] std_algorithms_unique_copy_team_test.test (6906 ms)
46: [----------] 1 test from std_algorithms_unique_copy_team_test (6906 ms total)
46: 
46: [----------] 1 test from std_algorithms_remove_team_test
46: [ RUN      ] std_algorithms_remove_team_test.test
34: Malloc/N:16/manual_time                                                             11.1 us         24.8 us        62998 90.0161k/s
46: [       OK ] std_algorithms_remove_team_test.test (3824 ms)
46: [----------] 1 test from std_algorithms_remove_team_test (3824 ms total)
46: 
46: [----------] 1 test from std_algorithms_remove_if_team_test
46: [ RUN      ] std_algorithms_remove_if_team_test.test
34: Malloc/N:256/manual_time                                                            11.1 us         24.9 us        62953 89.9712k/s
34: Malloc/N:4096/manual_time                                                           11.1 us         24.8 us        63163 90.2951k/s
46: [       OK ] std_algorithms_remove_if_team_test.test (3171 ms)
46: [----------] 1 test from std_algorithms_remove_if_team_test (3171 ms total)
46: 
46: [----------] 1 test from std_algorithms_remove_copy_team_test
46: [ RUN      ] std_algorithms_remove_copy_team_test.test
34: Malloc/N:65536/manual_time                                                          10.6 us         24.0 us        65935 93.9536k/s
34: Malloc/N:1048576/manual_time                                                        11.1 us         24.8 us        62821 90.0729k/s
[ 79%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_b.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopy.cpp.o
34: Malloc/N:16777216/manual_time                                                        501 us          607 us         1399 1.99754k/s
46: [       OK ] std_algorithms_remove_copy_team_test.test (4550 ms)
46: [----------] 1 test from std_algorithms_remove_copy_team_test (4550 ms total)
46: 
46: [----------] 1 test from std_algorithms_remove_copy_if_team_test
46: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
3: [       OK ] hip_managed.view_allocation_large_rank (16720 ms)
3: [ RUN      ] hip_managed.view_shmem_size_on_device
3: [       OK ] hip_managed.view_shmem_size_on_device (0 ms)
3: [ RUN      ] hip_managed.view_is_assignable
3: [       OK ] hip_managed.view_is_assignable (146 ms)
3: [ RUN      ] hip_managed.view_copy_tests
3: [       OK ] hip_managed.view_copy_tests (69 ms)
3: [ RUN      ] hip_managed.view_copy_tests_rank_0
3: [       OK ] hip_managed.view_copy_tests_rank_0 (3 ms)
3: [ RUN      ] hip_managed.view_copy_degenerated
3: [       OK ] hip_managed.view_copy_degenerated (0 ms)
3: [ RUN      ] hip_managed.view_fill_tests_layout_right
34: Malloc/N:268435456/manual_time                                                      4944 us         1080 us          866  202.276/s
34: Malloc/N:4294967296/manual_time                                                   109834 us         5389 us            6  9.10464/s
46: [       OK ] std_algorithms_remove_copy_if_team_test.test (4402 ms)
46: [----------] 1 test from std_algorithms_remove_copy_if_team_test (4402 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 9 tests from 9 test suites ran. (35030 ms total)
46: [  PASSED  ] 9 tests.
46/52 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ..............   Passed   35.45 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: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
47:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
47:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
47:   For unit testing set OMP_PROC_BIND=false
47: 
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
34: MallocFree/N:1/manual_time                                                          25.2 us         25.2 us        27856 39.7384k/s
34: MallocFree/N:16/manual_time                                                         25.2 us         25.3 us        27778 39.7574k/s
3: [       OK ] hip_managed.view_fill_tests_layout_right (6832 ms)
3: [ RUN      ] hip_managed.view_fill_tests_layout_left
34: MallocFree/N:256/manual_time                                                        24.6 us         24.8 us        28399 40.6456k/s
34: MallocFree/N:4096/manual_time                                                       24.6 us         24.8 us        28504 40.6811k/s
34: MallocFree/N:65536/manual_time                                                      23.9 us         24.1 us        29415   41.92k/s
34: MallocFree/N:1048576/manual_time                                                    25.2 us         25.2 us        28439 39.7372k/s
47: [       OK ] std_algorithms_unique_team_test.test_default_predicate (6598 ms)
47: [----------] 1 test from std_algorithms_unique_team_test (6598 ms total)
47: 
47: [----------] 1 test from std_algorithms_adjacent_difference_team_test
47: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
3: [       OK ] hip_managed.view_fill_tests_layout_left (4166 ms)
3: [ RUN      ] hip_managed.view_mapping
3: [       OK ] hip_managed.view_mapping (60 ms)
3: [ RUN      ] hip_managed.view_mapping_operator
3: [       OK ] hip_managed.view_mapping_operator (19 ms)
3: [ RUN      ] hip_managed.static_extent
3: [       OK ] hip_managed.static_extent (0 ms)
3: [ RUN      ] hip_managed.view_mapping_atomic
3: [       OK ] hip_managed.view_mapping_atomic (2 ms)
3: [ RUN      ] hip_managed.view_mapping_class_value
3: [       OK ] hip_managed.view_mapping_class_value (0 ms)
3: [ RUN      ] hip_managed.view_mapping_assignable
3: [       OK ] hip_managed.view_mapping_assignable (0 ms)
3: [ RUN      ] hip_managed.view_mapping_trivially_copyable
3: [       OK ] hip_managed.view_mapping_trivially_copyable (0 ms)
3: [ RUN      ] hip_managed.view_mapping_subview
3: [       OK ] hip_managed.view_mapping_subview (1 ms)
3: [----------] 56 tests from hip_managed (36241 ms total)
3: 
3: [----------] 28 tests from hip_hostpinned
3: [ RUN      ] hip_hostpinned.impl_shared_alloc
3: [       OK ] hip_hostpinned.impl_shared_alloc (197 ms)
3: [ RUN      ] hip_hostpinned.view_api_a
3: [       OK ] hip_hostpinned.view_api_a (12 ms)
3: [ RUN      ] hip_hostpinned.view_layout_left_with_stride
3: [       OK ] hip_hostpinned.view_layout_left_with_stride (0 ms)
3: [ RUN      ] hip_hostpinned.view_layout_right_with_stride
3: [       OK ] hip_hostpinned.view_layout_right_with_stride (0 ms)
3: [ RUN      ] hip_hostpinned.view_api_b
3: [       OK ] hip_hostpinned.view_api_b (8 ms)
3: [ RUN      ] hip_hostpinned.view_api_c
3: [       OK ] hip_hostpinned.view_api_c (0 ms)
3: [ RUN      ] hip_hostpinned.view_api_d
3: [       OK ] hip_hostpinned.view_api_d (1 ms)
3: [ RUN      ] hip_hostpinned.view_remap
3: [       OK ] hip_hostpinned.view_remap (0 ms)
3: [ RUN      ] hip_hostpinned.view_mirror_nonconst
3: [       OK ] hip_hostpinned.view_mirror_nonconst (0 ms)
3: [ RUN      ] hip_hostpinned.view_stride_method
3: [       OK ] hip_hostpinned.view_stride_method (0 ms)
3: [ RUN      ] hip_hostpinned.anonymous_space
3: [       OK ] hip_hostpinned.anonymous_space (0 ms)
3: [ RUN      ] hip_hostpinned.view_overload_resolution
3: [       OK ] hip_hostpinned.view_overload_resolution (0 ms)
3: [ RUN      ] hip_hostpinned.view_allocation_large_rank
34: MallocFree/N:16777216/manual_time                                                    613 us          613 us         1141 1.63027k/s
3: [       OK ] hip_hostpinned.view_allocation_large_rank (1688 ms)
3: [ RUN      ] hip_hostpinned.view_shmem_size_on_device
3: [       OK ] hip_hostpinned.view_shmem_size_on_device (0 ms)
3: [ RUN      ] hip_hostpinned.view_is_assignable
3: [       OK ] hip_hostpinned.view_is_assignable (1 ms)
3: [ RUN      ] hip_hostpinned.view_copy_tests
3: [       OK ] hip_hostpinned.view_copy_tests (114 ms)
3: [ RUN      ] hip_hostpinned.view_copy_tests_rank_0
3: [       OK ] hip_hostpinned.view_copy_tests_rank_0 (0 ms)
3: [ RUN      ] hip_hostpinned.view_copy_degenerated
3: [       OK ] hip_hostpinned.view_copy_degenerated (0 ms)
3: [ RUN      ] hip_hostpinned.view_fill_tests_layout_right
3: [       OK ] hip_hostpinned.view_fill_tests_layout_right (1717 ms)
3: [ RUN      ] hip_hostpinned.view_fill_tests_layout_left
34: MallocFree/N:268435456/manual_time                                                  4653 us         1096 us          659  214.894/s
34: MallocFree/N:4294967296/manual_time                                                93690 us         5143 us            6  10.6735/s
3: [       OK ] hip_hostpinned.view_fill_tests_layout_left (1490 ms)
3: [ RUN      ] hip_hostpinned.view_mapping
3: [       OK ] hip_hostpinned.view_mapping (57 ms)
3: [ RUN      ] hip_hostpinned.view_mapping_operator
3: [       OK ] hip_hostpinned.view_mapping_operator (1 ms)
3: [ RUN      ] hip_hostpinned.static_extent
3: [       OK ] hip_hostpinned.static_extent (0 ms)
3: [ RUN      ] hip_hostpinned.view_mapping_atomic
3: [       OK ] hip_hostpinned.view_mapping_atomic (1 ms)
3: [ RUN      ] hip_hostpinned.view_mapping_class_value
3: [       OK ] hip_hostpinned.view_mapping_class_value (0 ms)
3: [ RUN      ] hip_hostpinned.view_mapping_assignable
3: [       OK ] hip_hostpinned.view_mapping_assignable (0 ms)
3: [ RUN      ] hip_hostpinned.view_mapping_trivially_copyable
3: [       OK ] hip_hostpinned.view_mapping_trivially_copyable (0 ms)
3: [ RUN      ] hip_hostpinned.view_mapping_subview
3: [       OK ] hip_hostpinned.view_mapping_subview (0 ms)
3: [----------] 28 tests from hip_hostpinned (5296 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 402 tests from 6 test suites ran. (235917 ms total)
3: [  PASSED  ] 397 tests.
3: [  SKIPPED ] 5 tests, listed below:
3: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_dyn
3: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_stat
3: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_params_mix
3: [  SKIPPED ] hip_DeathTest.view_construction_with_wrong_static_extents
3: [  SKIPPED ] hip.mdspan_minimal_functional
3: 
3:   YOU HAVE 1 DISABLED TEST
3: 
 3/54 Test  #3: Kokkos_CoreUnitTest_HIP ..............................   Passed  236.44 sec
test 4
      Start  4: Kokkos_CoreUnitTest_HIPInterOpInit

4: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpInit
4: Test timeout computed to be: 1500
4: [==========] Running 1 test from 1 test suite.
4: [----------] Global test environment set-up.
4: [----------] 1 test from hip
4: [ RUN      ] hip.raw_hip_interop
4: [       OK ] hip.raw_hip_interop (531 ms)
4: [----------] 1 test from hip (531 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 1 test from 1 test suite ran. (531 ms total)
4: [  PASSED  ] 1 test.
 4/54 Test  #4: Kokkos_CoreUnitTest_HIPInterOpInit ...................   Passed    0.57 sec
test 5
      Start  5: Kokkos_CoreUnitTest_HIPInterOpStreams

5: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_HIPInterOpStreams
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_streams
5: [       OK ] hip.raw_hip_streams (634 ms)
5: [----------] 1 test from hip (634 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 1 test from 1 test suite ran. (634 ms total)
5: [  PASSED  ] 1 test.
 5/54 Test  #5: Kokkos_CoreUnitTest_HIPInterOpStreams ................   Passed    0.67 sec
test 6
      Start  6: Kokkos_CoreUnitTest_Default

6: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Default
6: Test timeout computed to be: 1500
34: MallocTouch/N:1/manual_time                                                         12.1 us         26.1 us        58464 82.9247k/s
6: [==========] Running 71 tests from 41 test suites.
6: [----------] Global test environment set-up.
6: [----------] 31 tests from defaultdevicetype
6: [ RUN      ] defaultdevicetype.initialization_settings
6: [       OK ] defaultdevicetype.initialization_settings (0 ms)
6: [ RUN      ] defaultdevicetype.cmd_line_args_num_threads
6: [       OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms)
6: [ RUN      ] defaultdevicetype.cmd_line_args_device_id
6: [       OK ] defaultdevicetype.cmd_line_args_device_id (0 ms)
6: [ RUN      ] defaultdevicetype.cmd_line_args_disable_warning
6: [       OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms)
6: [ RUN      ] defaultdevicetype.cmd_line_args_tune_internals
6: [       OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms)
6: [ RUN      ] defaultdevicetype.cmd_line_args_help
6: [       OK ] defaultdevicetype.cmd_line_args_help (0 ms)
6: [ RUN      ] defaultdevicetype.cmd_line_args_tools_arguments
6: [       OK ] defaultdevicetype.cmd_line_args_tools_arguments (0 ms)
6: [ RUN      ] defaultdevicetype.cmd_line_args_unrecognized_flag
6: [       OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (0 ms)
6: [ RUN      ] defaultdevicetype.env_vars_num_threads
6: [       OK ] defaultdevicetype.env_vars_num_threads (0 ms)
6: [ RUN      ] defaultdevicetype.env_vars_device_id
6: [       OK ] defaultdevicetype.env_vars_device_id (0 ms)
6: [ RUN      ] defaultdevicetype.env_vars_disable_warnings
6: [       OK ] defaultdevicetype.env_vars_disable_warnings (0 ms)
6: [ RUN      ] defaultdevicetype.env_vars_tune_internals
6: [       OK ] defaultdevicetype.env_vars_tune_internals (0 ms)
6: [ RUN      ] defaultdevicetype.visible_devices
6: [       OK ] defaultdevicetype.visible_devices (0 ms)
6: [ RUN      ] defaultdevicetype.shared_space
6: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSharedSpace.cpp:109: Skipped
6: skipping because specified arch does not support page migration
6: [  SKIPPED ] defaultdevicetype.shared_space (0 ms)
6: [ RUN      ] defaultdevicetype.shared_host_pinned_space
6: [       OK ] defaultdevicetype.shared_host_pinned_space (1 ms)
6: [ RUN      ] defaultdevicetype.compiler_macros
6: [       OK ] defaultdevicetype.compiler_macros (0 ms)
6: [ RUN      ] defaultdevicetype.half_conversion
6: [       OK ] defaultdevicetype.half_conversion (3 ms)
6: [ RUN      ] defaultdevicetype.bhalf_conversion
6: [       OK ] defaultdevicetype.bhalf_conversion (0 ms)
6: [ RUN      ] defaultdevicetype.half_operators
6: [       OK ] defaultdevicetype.half_operators (1 ms)
6: [ RUN      ] defaultdevicetype.bhalf_operators
6: [       OK ] defaultdevicetype.bhalf_operators (0 ms)
6: [ RUN      ] defaultdevicetype.host_space_access
6: [       OK ] defaultdevicetype.host_space_access (0 ms)
6: [ RUN      ] defaultdevicetype.reduce_instantiation_a1
6: [       OK ] defaultdevicetype.reduce_instantiation_a1 (7 ms)
6: [ RUN      ] defaultdevicetype.reduce_instantiation_b1
6: [       OK ] defaultdevicetype.reduce_instantiation_b1 (17 ms)
6: [ RUN      ] defaultdevicetype.reduce_instantiation_c1
6: [       OK ] defaultdevicetype.reduce_instantiation_c1 (7 ms)
6: [ RUN      ] defaultdevicetype.reduce_instantiation_a2
6: [       OK ] defaultdevicetype.reduce_instantiation_a2 (10 ms)
6: [ RUN      ] defaultdevicetype.reduce_instantiation_b2
6: [       OK ] defaultdevicetype.reduce_instantiation_b2 (24 ms)
6: [ RUN      ] defaultdevicetype.reduce_instantiation_c2
6: [       OK ] defaultdevicetype.reduce_instantiation_c2 (10 ms)
6: [ RUN      ] defaultdevicetype.reduce_instantiation_a3
6: [       OK ] defaultdevicetype.reduce_instantiation_a3 (17 ms)
6: [ RUN      ] defaultdevicetype.reduce_instantiation_b3
6: [       OK ] defaultdevicetype.reduce_instantiation_b3 (37 ms)
6: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
6: [       OK ] defaultdevicetype.reduce_instantiation_c3 (17 ms)
6: [ RUN      ] defaultdevicetype.malloc
6: [       OK ] defaultdevicetype.malloc (0 ms)
6: [----------] 31 tests from defaultdevicetype (158 ms total)
6: 
6: [----------] 1 test from kokkosresize
6: [ RUN      ] kokkosresize.host_space_access
6: [       OK ] kokkosresize.host_space_access (126 ms)
6: [----------] 1 test from kokkosresize (126 ms total)
6: 
6: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple<int, Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
6: [ RUN      ] TestViewAPI/0.sizes
6: [       OK ] TestViewAPI/0.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/0 (0 ms total)
6: 
6: [----------] 1 test from TestViewAPI/1, where TypeParam = std::tuple<int [5], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
6: [ RUN      ] TestViewAPI/1.sizes
6: [       OK ] TestViewAPI/1.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/1 (0 ms total)
6: 
6: [----------] 1 test from TestViewAPI/2, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
6: [ RUN      ] TestViewAPI/2.sizes
6: [       OK ] TestViewAPI/2.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/2 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/3.sizes
6: [       OK ] TestViewAPI/3.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/3 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/4.sizes
6: [       OK ] TestViewAPI/4.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/4 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/5.sizes
6: [       OK ] TestViewAPI/5.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/5 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/6.sizes
6: [       OK ] TestViewAPI/6.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/6 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/7.sizes
6: [       OK ] TestViewAPI/7.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/7 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/8.sizes
6: [       OK ] TestViewAPI/8.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/8 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/9.sizes
6: [       OK ] TestViewAPI/9.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/9 (0 ms total)
6: 
6: [----------] 1 test from TestViewAPI/10, where TypeParam = std::tuple<int, Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
6: [ RUN      ] TestViewAPI/10.sizes
6: [       OK ] TestViewAPI/10.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/10 (0 ms total)
6: 
6: [----------] 1 test from TestViewAPI/11, where TypeParam = std::tuple<int [5], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
6: [ RUN      ] TestViewAPI/11.sizes
6: [       OK ] TestViewAPI/11.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/11 (0 ms total)
6: 
6: [----------] 1 test from TestViewAPI/12, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
6: [ RUN      ] TestViewAPI/12.sizes
6: [       OK ] TestViewAPI/12.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/12 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/13.sizes
6: [       OK ] TestViewAPI/13.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/13 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/14.sizes
6: [       OK ] TestViewAPI/14.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/14 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/15.sizes
6: [       OK ] TestViewAPI/15.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/15 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/16.sizes
6: [       OK ] TestViewAPI/16.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/16 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/17.sizes
6: [       OK ] TestViewAPI/17.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/17 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/18.sizes
6: [       OK ] TestViewAPI/18.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/18 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/19.sizes
6: [       OK ] TestViewAPI/19.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/19 (0 ms total)
6: 
6: [----------] 1 test from TestViewAPI/20, where TypeParam = std::tuple<int, Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
6: [ RUN      ] TestViewAPI/20.sizes
6: [       OK ] TestViewAPI/20.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/20 (0 ms total)
6: 
6: [----------] 1 test from TestViewAPI/21, where TypeParam = std::tuple<int [5], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
6: [ RUN      ] TestViewAPI/21.sizes
6: [       OK ] TestViewAPI/21.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/21 (0 ms total)
6: 
6: [----------] 1 test from TestViewAPI/22, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
6: [ RUN      ] TestViewAPI/22.sizes
6: [       OK ] TestViewAPI/22.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/22 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/23.sizes
6: [       OK ] TestViewAPI/23.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/23 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/24.sizes
6: [       OK ] TestViewAPI/24.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/24 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/25.sizes
6: [       OK ] TestViewAPI/25.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/25 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/26.sizes
6: [       OK ] TestViewAPI/26.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/26 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/27.sizes
6: [       OK ] TestViewAPI/27.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/27 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/28.sizes
6: [       OK ] TestViewAPI/28.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/28 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/29.sizes
6: [       OK ] TestViewAPI/29.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/29 (0 ms total)
6: 
6: [----------] 1 test from TestViewAPI/30, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
6: [ RUN      ] TestViewAPI/30.sizes
6: [       OK ] TestViewAPI/30.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/30 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/31.sizes
6: [       OK ] TestViewAPI/31.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/31 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/32.sizes
6: [       OK ] TestViewAPI/32.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/32 (0 ms total)
6: 
6: [----------] 1 test from TestViewAPI/33, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
6: [ RUN      ] TestViewAPI/33.sizes
6: [       OK ] TestViewAPI/33.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/33 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/34.sizes
6: [       OK ] TestViewAPI/34.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/34 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/35.sizes
6: [       OK ] TestViewAPI/35.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/35 (0 ms total)
6: 
6: [----------] 1 test from TestViewAPI/36, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
6: [ RUN      ] TestViewAPI/36.sizes
6: [       OK ] TestViewAPI/36.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/36 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/37.sizes
6: [       OK ] TestViewAPI/37.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/37 (0 ms total)
6: 
6: [----------] 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> >
6: [ RUN      ] TestViewAPI/38.sizes
6: [       OK ] TestViewAPI/38.sizes (0 ms)
6: [----------] 1 test from TestViewAPI/38 (0 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 71 tests from 41 test suites ran. (286 ms total)
6: [  PASSED  ] 70 tests.
6: [  SKIPPED ] 1 test, listed below:
6: [  SKIPPED ] defaultdevicetype.shared_space
 6/54 Test  #6: Kokkos_CoreUnitTest_Default ..........................   Passed    0.89 sec
test 7
      Start  7: Kokkos_CoreUnitTest_LegionInitialization

7: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization
7: Test timeout computed to be: 1500
7: [==========] Running 1 test from 1 test suite.
7: [----------] Global test environment set-up.
7: [----------] 1 test from initialization
7: [ RUN      ] initialization.legion_initialization
7: [       OK ] initialization.legion_initialization (559 ms)
7: [----------] 1 test from initialization (559 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 1 test from 1 test suite ran. (559 ms total)
7: [  PASSED  ] 1 test.
 7/54 Test  #7: Kokkos_CoreUnitTest_LegionInitialization .............   Passed    0.60 sec
test 8
      Start  8: Kokkos_CoreUnitTest_PushFinalizeHook

8: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook
8: Test timeout computed to be: 1500
47: [       OK ] std_algorithms_adjacent_difference_team_test.test (7166 ms)
47: [----------] 1 test from std_algorithms_adjacent_difference_team_test (7166 ms total)
47: 
47: [----------] 1 test from std_algorithms_reduce_team_test
47: [ RUN      ] std_algorithms_reduce_team_test.test
34: MallocTouch/N:16/manual_time                                                        11.8 us         25.7 us        57849 84.4326k/s
8: SUCCESS
 8/54 Test  #8: Kokkos_CoreUnitTest_PushFinalizeHook .................   Passed    0.60 sec
test 9
      Start  9: Kokkos_CoreUnitTest_ScopeGuard

9: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_ScopeGuard
9: Test timeout computed to be: 1500
9: [==========] Running 6 tests from 1 test suite.
9: [----------] Global test environment set-up.
9: [----------] 6 tests from scope_guard_DeathTest
9: [ RUN      ] scope_guard_DeathTest.create
9: [       OK ] scope_guard_DeathTest.create (595 ms)
9: [ RUN      ] scope_guard_DeathTest.create_argument
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsIsSortedUntil.cpp.o
[ 79%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsFindEnd.cpp.o
[ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_UnorderedMap.cpp.o
9: [       OK ] scope_guard_DeathTest.create_argument (601 ms)
9: [ RUN      ] scope_guard_DeathTest.create_while_initialize
34: MallocTouch/N:256/manual_time                                                       11.8 us         25.7 us        59350 84.6851k/s
9: [       OK ] scope_guard_DeathTest.create_while_initialize (1125 ms)
9: [ RUN      ] scope_guard_DeathTest.create_after_initialize
47: [       OK ] std_algorithms_reduce_team_test.test (3414 ms)
47: [----------] 1 test from std_algorithms_reduce_team_test (3414 ms total)
47: 
47: [----------] 1 test from std_algorithms_transform_reduce_team_test
47: [ RUN      ] std_algorithms_transform_reduce_team_test.test
34: MallocTouch/N:4096/manual_time                                                      23.1 us         40.1 us        30308 43.3581k/s
9: [       OK ] scope_guard_DeathTest.create_after_initialize (1136 ms)
9: [ RUN      ] scope_guard_DeathTest.create_after_finalize
9: [       OK ] scope_guard_DeathTest.create_after_finalize (1096 ms)
9: [ RUN      ] scope_guard_DeathTest.destroy_after_finalize
34: MallocTouch/N:65536/manual_time                                                     22.7 us         39.4 us        30811 44.0114k/s
9: [       OK ] scope_guard_DeathTest.destroy_after_finalize (1141 ms)
9: [----------] 6 tests from scope_guard_DeathTest (5696 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 6 tests from 1 test suite ran. (5696 ms total)
9: [  PASSED  ] 6 tests.
 9/54 Test  #9: Kokkos_CoreUnitTest_ScopeGuard .......................   Passed    5.71 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: [==========] 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/54 Test #10: Kokkos_CoreUnitTest_Develop ..........................   Passed    0.60 sec
test 11
      Start 11: Kokkos_CoreUnitTest_PushFinalizeHookTerminateRegex

11: Test command: /opt/cmake/bin/cmake "-E" "env" "/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHookTerminate"
11: Test timeout computed to be: 1500
34: MallocTouch/N:1048576/manual_time                                                   24.9 us         41.9 us        28175 40.2311k/s
11: PASSED: I am the custom std::terminate handler.
34: MallocTouch/N:16777216/manual_time                                                   520 us          633 us         1342 1.92441k/s
11: Child aborted
11/54 Test #11: Kokkos_CoreUnitTest_PushFinalizeHookTerminateRegex ...   Passed    1.20 sec
test 12
      Start 12: Kokkos_CoreUnitTest_PushFinalizeHookTerminateFails

12: Test command: /opt/cmake/bin/cmake "-E" "env" "/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHookTerminate"
12: Test timeout computed to be: 1500
12: PASSED: I am the custom std::terminate handler.
12: Child aborted
12/54 Test #12: Kokkos_CoreUnitTest_PushFinalizeHookTerminateFails ...   Passed    1.13 sec
test 13
      Start 13: Kokkos_CoreUnitTest_KokkosP

13: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP
13: Test timeout computed to be: 1500
47: [       OK ] std_algorithms_transform_reduce_team_test.test (6231 ms)
47: [----------] 1 test from std_algorithms_transform_reduce_team_test (6231 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 4 tests from 4 test suites ran. (23411 ms total)
47: [  PASSED  ] 4 tests.
47/52 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ..............   Passed   23.79 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: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
48:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
48:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
48:   For unit testing set OMP_PROC_BIND=false
48: 
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
13: [==========] Running 31 tests from 1 test suite.
13: [----------] Global test environment set-up.
13: [----------] 31 tests from kokkosp
13: [ RUN      ] kokkosp.test_named_instance_fence
13: Ref: 50331649
13: Ref: named_instance
13: 50331649
13: named_instance
13: [       OK ] kokkosp.test_named_instance_fence (0 ms)
13: [ RUN      ] kokkosp.test_unnamed_instance_fence
13: Ref: 50331649
13: Ref: Unnamed Instance Fence
13: 50331649
13: Kokkos::HIP::fence(): Unnamed Instance Fence
13: [       OK ] kokkosp.test_unnamed_instance_fence (0 ms)
13: [ RUN      ] kokkosp.test_named_global_fence
13: Ref: 50331648
13: Ref: test global fence
13: 16777216
13: test global fence
13: Miss on id
13: 50331648
13: test global fence
13: [       OK ] kokkosp.test_named_global_fence (0 ms)
13: [ RUN      ] kokkosp.test_unnamed_global_fence
13: Ref: 50331648
13: Ref: Unnamed Global Fence
13: 16777216
13: Kokkos::fence: Unnamed Global Fence
13: Miss on id
13: 50331648
13: Kokkos::fence: Unnamed Global Fence
13: [       OK ] kokkosp.test_unnamed_global_fence (0 ms)
13: [ RUN      ] kokkosp.test_multiple_default_instances
13: [       OK ] kokkosp.test_multiple_default_instances (0 ms)
13: [ RUN      ] kokkosp.test_id_gen
13: [       OK ] kokkosp.test_id_gen (0 ms)
13: [ RUN      ] kokkosp.test_kernel_sequence
13: Ref: 50331649
13: Ref: named_instance
13: 50331649
13: named_instance
13: Ref: 50331649
13: Ref: test_kernel
13: 50331649
13: named_instance
13: Miss on name
13: 16777216
13: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence
13: Miss on name
13: Miss on id
13: 50331648
13: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence
13: Miss on name
13: Miss on id
13: 50331649
13: test_kernel
13: [       OK ] kokkosp.test_kernel_sequence (1 ms)
13: [ RUN      ] kokkosp.async_deep_copy
13: [       OK ] kokkosp.async_deep_copy (0 ms)
13: [ RUN      ] kokkosp.parallel_for
13: [       OK ] kokkosp.parallel_for (0 ms)
13: [ RUN      ] kokkosp.parallel_reduce
13: [       OK ] kokkosp.parallel_reduce (0 ms)
13: [ RUN      ] kokkosp.parallel_scan
13: [       OK ] kokkosp.parallel_scan (57 ms)
13: [ RUN      ] kokkosp.parallel_scan_no_fence
13: [       OK ] kokkosp.parallel_scan_no_fence (0 ms)
13: [ RUN      ] kokkosp.parallel_scan_no_fence_view
13: [       OK ] kokkosp.parallel_scan_no_fence_view (0 ms)
13: [ RUN      ] kokkosp.regions
13: [       OK ] kokkosp.regions (0 ms)
13: [ RUN      ] kokkosp.fences
13: [       OK ] kokkosp.fences (0 ms)
13: [ RUN      ] kokkosp.raw_allocation
13: [       OK ] kokkosp.raw_allocation (0 ms)
13: [ RUN      ] kokkosp.view
13: [       OK ] kokkosp.view (0 ms)
13: [ RUN      ] kokkosp.sections
13: [       OK ] kokkosp.sections (0 ms)
13: [ RUN      ] kokkosp.metadata
13: [       OK ] kokkosp.metadata (0 ms)
13: [ RUN      ] kokkosp.profile_events
13: [       OK ] kokkosp.profile_events (0 ms)
13: [ RUN      ] kokkosp.no_init_kernel
13: [       OK ] kokkosp.no_init_kernel (0 ms)
13: [ RUN      ] kokkosp.get_events
13: [       OK ] kokkosp.get_events (0 ms)
13: [ RUN      ] kokkosp.kernel_name_parallel_for
13: [       OK ] kokkosp.kernel_name_parallel_for (1 ms)
13: [ RUN      ] kokkosp.kernel_name_parallel_reduce
13: [       OK ] kokkosp.kernel_name_parallel_reduce (0 ms)
13: [ RUN      ] kokkosp.kernel_name_parallel_scan
13: [       OK ] kokkosp.kernel_name_parallel_scan (0 ms)
13: [ RUN      ] kokkosp.kernel_name_internal
13: [       OK ] kokkosp.kernel_name_internal (0 ms)
13: [ RUN      ] kokkosp.profiling_section
13: [       OK ] kokkosp.profiling_section (0 ms)
13: [ RUN      ] kokkosp.scoped_profile_region
13: [       OK ] kokkosp.scoped_profile_region (0 ms)
13: [ RUN      ] kokkosp.create_mirror_no_init
13: [       OK ] kokkosp.create_mirror_no_init (0 ms)
13: [ RUN      ] kokkosp.create_mirror_no_init_view_ctor
13: [       OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms)
13: [ RUN      ] kokkosp.create_mirror_view_and_copy
13: [       OK ] kokkosp.create_mirror_view_and_copy (0 ms)
13: [----------] 31 tests from kokkosp (62 ms total)
13: 
13: [----------] Global test environment tear-down
13: [==========] 31 tests from 1 test suite ran. (62 ms total)
13: [  PASSED  ] 31 tests.
13/54 Test #13: Kokkos_CoreUnitTest_KokkosP ..........................   Passed    0.66 sec
test 14
      Start 14: Kokkos_CoreUnitTest_ToolIndependence

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

15: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help"
15: Environment variables: 
15:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkosprinter-tool.so
15: Test timeout computed to be: 1500
15: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize().
15: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
15/54 Test #15: Kokkos_ProfilingTestLibraryLoadHelp ..................   Passed    0.60 sec
test 16
      Start 16: Kokkos_ProfilingTestLibraryCmdLineHelp

16: 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"
16: Test timeout computed to be: 1500
16: kokkosp_init_library::kokkosp_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
16/54 Test #16: Kokkos_ProfilingTestLibraryCmdLineHelp ...............   Passed    0.60 sec
test 17
      Start 17: Kokkos_ProfilingTestLibraryLoad

17: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
17: Environment variables: 
17:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkosprinter-tool.so
17: Test timeout computed to be: 1500
17: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize().
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:HIP::kokkosp_declare_metadata:GPU architecture:AMD_GFX90A::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.4.99::kokkosp_allocate_data:Host:source:0x246b580:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x246b880:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x246b980:Host:source:0x246b680: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:0x246b880:40::kokkosp_deallocate_data:Host:source:0x246b580:40::kokkosp_finalize_library::
17/54 Test #17: Kokkos_ProfilingTestLibraryLoad ......................   Passed    0.60 sec
test 18
      Start 18: Kokkos_ProfilingTestLibraryCmdLine

18: 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"
18: Test timeout computed to be: 1500
18: 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:HIP::kokkosp_declare_metadata:GPU architecture:AMD_GFX90A::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.4.99::kokkosp_allocate_data:Host:source:0x1f2dec0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1ffeec0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1ffefc0:Host:source:0x1f2dfc0: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:0x1ffeec0:40::kokkosp_deallocate_data:Host:source:0x1f2dec0:40::kokkosp_finalize_library::
18/54 Test #18: Kokkos_ProfilingTestLibraryCmdLine ...................   Passed    0.60 sec
test 19
      Start 19: Kokkos_CoreUnitTest_StackTraceTest

19: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec
19: Test timeout computed to be: 1500
19: [==========] Running 3 tests from 2 test suites.
19: [----------] Global test environment set-up.
19: [----------] 2 tests from defaultdevicetype_DeathTest
19: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_terminate
19: 
19: [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.
19: Top of f1
19: Top of f0
19: Top of f0
19: test_f1:
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x42a600]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3c1feb]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x20) [0x3be880]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbd) [0x3be37d]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f8976]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3d06d8]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x451) [0x3d1f31]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x132) [0x3d27f2]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x72c) [0x3e302c]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f9746]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3e28cc]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3bfcf0]
19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fceac8e9083]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3be1ee]
19:  
19: demangled test_f1:
19: [0x42a600] Kokkos::Impl::save_stacktrace()
19: [0x3c1feb] Test::stacktrace_test_f1(std::ostream&)
19: [0x3be880] Test::test_stacktrace(bool, bool)
19: [0x3be37d] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
19: [0x3f8976] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
19: [0x3d06d8] testing::Test::Run()
19: [0x3d1f31] testing::TestInfo::Run()
19: [0x3d27f2] testing::TestSuite::Run()
19: [0x3e302c] testing::internal::UnitTestImpl::RunAllTests()
19: [0x3f9746] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
19: [0x3e28cc] testing::UnitTest::Run()
19: [0x3bfcf0] main
19: [0x7fceac8e9083] __libc_start_main
19: [0x3be1ee] _start
19:  
19: Top of f3
19: Top of f3
19: Top of f3
19: Top of f3
19: Top of f3
19: Top of f1
19: Top of f0
19: Top of f0
19: StackTrace f3(std::cout, 4) returned: 110
19: test_f3:
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x42a600]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3c1feb]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x3c24c6]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa3d) [0x3bf29d]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0xbd) [0x3be37d]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f8976]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3d06d8]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x451) [0x3d1f31]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x132) [0x3d27f2]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x72c) [0x3e302c]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f9746]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3e28cc]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3bfcf0]
19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fceac8e9083]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3be1ee]
19:  
19: demangled test_f3:
19: [0x42a600] Kokkos::Impl::save_stacktrace()
19: [0x3c1feb] Test::stacktrace_test_f1(std::ostream&)
19: [0x3c24c6] Test::stacktrace_test_f3(std::ostream&, int)
19: [0x3bf29d] Test::test_stacktrace(bool, bool)
19: [0x3be37d] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
19: [0x3f8976] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
19: [0x3d06d8] testing::Test::Run()
19: [0x3d1f31] testing::TestInfo::Run()
19: [0x3d27f2] testing::TestSuite::Run()
19: [0x3e302c] testing::internal::UnitTestImpl::RunAllTests()
19: [0x3f9746] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
19: [0x3e28cc] testing::UnitTest::Run()
19: [0x3bfcf0] main
19: [0x7fceac8e9083] __libc_start_main
19: [0x3be1ee] _start
19:  
19: Test setting std::terminate handler that prints the last saved stack trace
48: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (3203 ms)
48: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
34: MallocTouch/N:268435456/manual_time                                                 4954 us         1121 us          871  201.861/s
19: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (340 ms)
19: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
19: 
19: [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.
19: Top of f1
19: Top of f0
19: Top of f0
19: test_f1:
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x42a600]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3c1feb]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x20) [0x3be880]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xba) [0x3be62a]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f8976]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3d06d8]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x451) [0x3d1f31]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x132) [0x3d27f2]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x72c) [0x3e302c]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f9746]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3e28cc]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3bfcf0]
19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fceac8e9083]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3be1ee]
19:  
19: demangled test_f1:
19: [0x42a600] Kokkos::Impl::save_stacktrace()
19: [0x3c1feb] Test::stacktrace_test_f1(std::ostream&)
19: [0x3be880] Test::test_stacktrace(bool, bool)
19: [0x3be62a] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
19: [0x3f8976] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
19: [0x3d06d8] testing::Test::Run()
19: [0x3d1f31] testing::TestInfo::Run()
19: [0x3d27f2] testing::TestSuite::Run()
19: [0x3e302c] testing::internal::UnitTestImpl::RunAllTests()
19: [0x3f9746] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
19: [0x3e28cc] testing::UnitTest::Run()
19: [0x3bfcf0] main
19: [0x7fceac8e9083] __libc_start_main
19: [0x3be1ee] _start
19:  
19: Top of f3
19: Top of f3
19: Top of f3
19: Top of f3
19: Top of f3
19: Top of f1
19: Top of f0
19: Top of f0
19: StackTrace f3(std::cout, 4) returned: 110
19: test_f3:
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x42a600]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3c1feb]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x3c24c6]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa3d) [0x3bf29d]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0xba) [0x3be62a]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f8976]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3d06d8]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x451) [0x3d1f31]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x132) [0x3d27f2]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x72c) [0x3e302c]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f9746]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3e28cc]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3bfcf0]
19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fceac8e9083]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3be1ee]
19:  
19: demangled test_f3:
19: [0x42a600] Kokkos::Impl::save_stacktrace()
19: [0x3c1feb] Test::stacktrace_test_f1(std::ostream&)
19: [0x3c24c6] Test::stacktrace_test_f3(std::ostream&, int)
19: [0x3bf29d] Test::test_stacktrace(bool, bool)
19: [0x3be62a] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
19: [0x3f8976] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
19: [0x3d06d8] testing::Test::Run()
19: [0x3d1f31] testing::TestInfo::Run()
19: [0x3d27f2] testing::TestSuite::Run()
19: [0x3e302c] testing::internal::UnitTestImpl::RunAllTests()
19: [0x3f9746] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
19: [0x3e28cc] testing::UnitTest::Run()
19: [0x3bfcf0] main
19: [0x7fceac8e9083] __libc_start_main
19: [0x3be1ee] _start
19:  
19: Test setting std::terminate handler that prints the last saved stack trace
19: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (336 ms)
19: [----------] 2 tests from defaultdevicetype_DeathTest (677 ms total)
19: 
19: [----------] 1 test from defaultdevicetype
19: [ RUN      ] defaultdevicetype.stacktrace_normal
19: Top of f1
19: Top of f0
19: Top of f0
19: test_f1:
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x42a600]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3c1feb]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x20) [0x3be880]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f8976]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3d06d8]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x451) [0x3d1f31]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x132) [0x3d27f2]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x72c) [0x3e302c]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f9746]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3e28cc]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3bfcf0]
19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fceac8e9083]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3be1ee]
19:  
19: demangled test_f1:
19: [0x42a600] Kokkos::Impl::save_stacktrace()
19: [0x3c1feb] Test::stacktrace_test_f1(std::ostream&)
19: [0x3be880] Test::test_stacktrace(bool, bool)
19: [0x3f8976] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
19: [0x3d06d8] testing::Test::Run()
19: [0x3d1f31] testing::TestInfo::Run()
19: [0x3d27f2] testing::TestSuite::Run()
19: [0x3e302c] testing::internal::UnitTestImpl::RunAllTests()
19: [0x3f9746] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
19: [0x3e28cc] testing::UnitTest::Run()
19: [0x3bfcf0] main
19: [0x7fceac8e9083] __libc_start_main
19: [0x3be1ee] _start
19:  
19: Top of f3
19: Top of f3
19: Top of f3
19: Top of f3
19: Top of f3
19: Top of f1
19: Top of f0
19: Top of f0
19: StackTrace f3(std::cout, 4) returned: 110
19: test_f3:
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x10) [0x42a600]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x6b) [0x3c1feb]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb6) [0x3c24c6]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xa3d) [0x3bf29d]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f8976]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x3d8) [0x3d06d8]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x451) [0x3d1f31]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x132) [0x3d27f2]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x72c) [0x3e302c]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x46) [0x3f9746]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x4c) [0x3e28cc]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x30) [0x3bfcf0]
19: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fceac8e9083]
19: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x3be1ee]
19:  
19: demangled test_f3:
19: [0x42a600] Kokkos::Impl::save_stacktrace()
19: [0x3c1feb] Test::stacktrace_test_f1(std::ostream&)
19: [0x3c24c6] Test::stacktrace_test_f3(std::ostream&, int)
19: [0x3bf29d] Test::test_stacktrace(bool, bool)
19: [0x3f8976] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
19: [0x3d06d8] testing::Test::Run()
19: [0x3d1f31] testing::TestInfo::Run()
19: [0x3d27f2] testing::TestSuite::Run()
19: [0x3e302c] testing::internal::UnitTestImpl::RunAllTests()
19: [0x3f9746] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
19: [0x3e28cc] testing::UnitTest::Run()
19: [0x3bfcf0] main
19: [0x7fceac8e9083] __libc_start_main
19: [0x3be1ee] _start
19:  
19: Test setting std::terminate handler that prints the last saved stack trace
19: [       OK ] defaultdevicetype.stacktrace_normal (0 ms)
19: [----------] 1 test from defaultdevicetype (0 ms total)
19: 
19: [----------] Global test environment tear-down
19: [==========] 3 tests from 2 test suites ran. (678 ms total)
19: [  PASSED  ] 3 tests.
19/54 Test #19: Kokkos_CoreUnitTest_StackTraceTest ...................   Passed    1.38 sec
test 20
      Start 20: Kokkos_IncrementalTest_OPENMP

20: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_IncrementalTest_OPENMP
20: Test timeout computed to be: 1500
34: MallocTouch/N:4294967296/manual_time                                              111565 us         5992 us            6  8.96339/s
20: [==========] Running 28 tests from 1 test suite.
20: [----------] Global test environment set-up.
20: [----------] 28 tests from OPENMP
20: [ RUN      ] OPENMP.IncrTest_01_execspace_typedef
20: [       OK ] OPENMP.IncrTest_01_execspace_typedef (0 ms)
20: [ RUN      ] OPENMP.IncrTest_01_execspace
20: Host Parallel Execution Space:
20:   KOKKOS_ENABLE_OPENMP: yes
20: 
20: OpenMP Runtime Configuration:
20: Kokkos::OpenMP thread_pool_topology[ 1 x 8 x 1 ]
20: OpenMP
20: [       OK ] OPENMP.IncrTest_01_execspace (0 ms)
20: [ RUN      ] OPENMP.IncrTest_02_AtomicExchange
20: [       OK ] OPENMP.IncrTest_02_AtomicExchange (0 ms)
20: [ RUN      ] OPENMP.IncrTest_02_AtomicAdd
20: [       OK ] OPENMP.IncrTest_02_AtomicAdd (0 ms)
20: [ RUN      ] OPENMP.IncrTest_02_AtomicSub
20: [       OK ] OPENMP.IncrTest_02_AtomicSub (0 ms)
20: [ RUN      ] OPENMP.IncrTest_03a_memspace_malloc
20: [       OK ] OPENMP.IncrTest_03a_memspace_malloc (0 ms)
20: [ RUN      ] OPENMP.IncrTest_03b_memspace_free
20: [       OK ] OPENMP.IncrTest_03b_memspace_free (70 ms)
20: [ RUN      ] OPENMP.IncrTest_04_simple_parallelFor
20: [       OK ] OPENMP.IncrTest_04_simple_parallelFor (0 ms)
20: [ RUN      ] OPENMP.IncrTest_04_RangePolicy_parallelFor
20: [       OK ] OPENMP.IncrTest_04_RangePolicy_parallelFor (0 ms)
20: [ RUN      ] OPENMP.IncrTest_05_reduction
20: [       OK ] OPENMP.IncrTest_05_reduction (3 ms)
20: [ RUN      ] OPENMP.IncrTest_06_mdrange2D
20: [       OK ] OPENMP.IncrTest_06_mdrange2D (0 ms)
20: [ RUN      ] OPENMP.IncrTest_06_mdrange3D
20: [       OK ] OPENMP.IncrTest_06_mdrange3D (0 ms)
20: [ RUN      ] OPENMP.IncrTest_06_mdrange4D
20: [       OK ] OPENMP.IncrTest_06_mdrange4D (0 ms)
20: [ RUN      ] OPENMP.IncrTest_08_deep_copy_2D
20: [       OK ] OPENMP.IncrTest_08_deep_copy_2D (0 ms)
20: [ RUN      ] OPENMP.IncrTest_08_deep_copy_3D
20: [       OK ] OPENMP.IncrTest_08_deep_copy_3D (0 ms)
20: [ RUN      ] OPENMP.IncrTest_08_deep_copy_4D
20: [       OK ] OPENMP.IncrTest_08_deep_copy_4D (0 ms)
20: [ RUN      ] OPENMP.IncrTest_10_Hierarchical_Basics
20: [       OK ] OPENMP.IncrTest_10_Hierarchical_Basics (0 ms)
20: [ RUN      ] OPENMP.IncrTest_11a_Hierarchical_ForLoop
20: [       OK ] OPENMP.IncrTest_11a_Hierarchical_ForLoop (0 ms)
20: [ RUN      ] OPENMP.IncrTest_11b_Hierarchical_ForLoop
20: [       OK ] OPENMP.IncrTest_11b_Hierarchical_ForLoop (0 ms)
20: [ RUN      ] OPENMP.IncrTest_11c_Hierarchical_ForLoop
20: [       OK ] OPENMP.IncrTest_11c_Hierarchical_ForLoop (111 ms)
20: [ RUN      ] OPENMP.IncrTest_12a_ThreadScratch
20: [       OK ] OPENMP.IncrTest_12a_ThreadScratch (0 ms)
20: [ RUN      ] OPENMP.IncrTest_12b_TeamScratch
20: [       OK ] OPENMP.IncrTest_12b_TeamScratch (0 ms)
20: [ RUN      ] OPENMP.IncrTest_13a_Hierarchical_Red
20: [       OK ] OPENMP.IncrTest_13a_Hierarchical_Red (0 ms)
20: [ RUN      ] OPENMP.IncrTest_13b_Hierarchical_Red
20: [       OK ] OPENMP.IncrTest_13b_Hierarchical_Red (0 ms)
20: [ RUN      ] OPENMP.IncrTest_13c_Hierarchical_Red
20: [       OK ] OPENMP.IncrTest_13c_Hierarchical_Red (0 ms)
20: [ RUN      ] OPENMP.incr_14_MDrangeReduce
20: [       OK ] OPENMP.incr_14_MDrangeReduce (0 ms)
20: [ RUN      ] OPENMP.IncrTest_16_parallelscan
20: [       OK ] OPENMP.IncrTest_16_parallelscan (0 ms)
20: [ RUN      ] OPENMP.incr_17_atomicView
20: [       OK ] OPENMP.incr_17_atomicView (0 ms)
20: [----------] 28 tests from OPENMP (188 ms total)
20: 
20: [----------] Global test environment tear-down
20: [==========] 28 tests from 1 test suite ran. (188 ms total)
20: [  PASSED  ] 28 tests.
20/54 Test #20: Kokkos_IncrementalTest_OPENMP ........................   Passed    0.73 sec
test 21
      Start 21: Kokkos_IncrementalTest_HIP

21: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_IncrementalTest_HIP
21: Test timeout computed to be: 1500
34: MallocTouchFree/N:1/manual_time                                                     26.2 us         26.2 us        26935 38.2311k/s
21: [==========] Running 28 tests from 1 test suite.
21: [----------] Global test environment set-up.
21: [----------] 28 tests from HIP
21: [ RUN      ] HIP.IncrTest_01_execspace_typedef
21: [       OK ] HIP.IncrTest_01_execspace_typedef (0 ms)
21: [ RUN      ] HIP.IncrTest_01_execspace
21: Device Execution Space:
21:   KOKKOS_ENABLE_HIP: yes
21: HIP Options:
21:   KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
21: 
21: Runtime Configuration:
21: macro  KOKKOS_ENABLE_HIP : defined
21: macro  HIP_VERSION = 50221151 = version 5.2.21151
21: macro KOKKOS_ENABLE_ROCTHRUST : defined
21: Kokkos::HIP[ 0 ] gcnArch gfx90a:sramecc+:xnack-, Total Global Memory: 63.98 GiB, Shared Memory per Block: 64 KiB, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected
21: HIP
21: [       OK ] HIP.IncrTest_01_execspace (0 ms)
21: [ RUN      ] HIP.IncrTest_02_AtomicExchange
21: [       OK ] HIP.IncrTest_02_AtomicExchange (0 ms)
21: [ RUN      ] HIP.IncrTest_02_AtomicAdd
21: [       OK ] HIP.IncrTest_02_AtomicAdd (0 ms)
21: [ RUN      ] HIP.IncrTest_02_AtomicSub
21: [       OK ] HIP.IncrTest_02_AtomicSub (0 ms)
21: [ RUN      ] HIP.IncrTest_03a_memspace_malloc
21: [       OK ] HIP.IncrTest_03a_memspace_malloc (1 ms)
21: [ RUN      ] HIP.IncrTest_03b_memspace_free
34: MallocTouchFree/N:16/manual_time                                                    26.2 us         26.2 us        26750 38.1862k/s
34: MallocTouchFree/N:256/manual_time                                                   25.6 us         25.6 us        27435 39.1067k/s
34: MallocTouchFree/N:4096/manual_time                                                  40.0 us         40.1 us        17515 24.9806k/s
21: [       OK ] HIP.IncrTest_03b_memspace_free (2746 ms)
21: [ RUN      ] HIP.IncrTest_04_simple_parallelFor
21: [       OK ] HIP.IncrTest_04_simple_parallelFor (1 ms)
21: [ RUN      ] HIP.IncrTest_04_RangePolicy_parallelFor
21: [       OK ] HIP.IncrTest_04_RangePolicy_parallelFor (0 ms)
21: [ RUN      ] HIP.IncrTest_05_reduction
21: [       OK ] HIP.IncrTest_05_reduction (7 ms)
21: [ RUN      ] HIP.IncrTest_06_mdrange2D
21: [       OK ] HIP.IncrTest_06_mdrange2D (0 ms)
21: [ RUN      ] HIP.IncrTest_06_mdrange3D
21: [       OK ] HIP.IncrTest_06_mdrange3D (0 ms)
21: [ RUN      ] HIP.IncrTest_06_mdrange4D
21: [       OK ] HIP.IncrTest_06_mdrange4D (0 ms)
21: [ RUN      ] HIP.IncrTest_08_deep_copy_2D
21: [       OK ] HIP.IncrTest_08_deep_copy_2D (1 ms)
21: [ RUN      ] HIP.IncrTest_08_deep_copy_3D
21: [       OK ] HIP.IncrTest_08_deep_copy_3D (0 ms)
21: [ RUN      ] HIP.IncrTest_08_deep_copy_4D
21: [       OK ] HIP.IncrTest_08_deep_copy_4D (0 ms)
21: [ RUN      ] HIP.IncrTest_10_Hierarchical_Basics
21: [       OK ] HIP.IncrTest_10_Hierarchical_Basics (1 ms)
21: [ RUN      ] HIP.IncrTest_11a_Hierarchical_ForLoop
21: [       OK ] HIP.IncrTest_11a_Hierarchical_ForLoop (1 ms)
21: [ RUN      ] HIP.IncrTest_11b_Hierarchical_ForLoop
21: [       OK ] HIP.IncrTest_11b_Hierarchical_ForLoop (1 ms)
21: [ RUN      ] HIP.IncrTest_11c_Hierarchical_ForLoop
21: [       OK ] HIP.IncrTest_11c_Hierarchical_ForLoop (321 ms)
21: [ RUN      ] HIP.IncrTest_12a_ThreadScratch
21: [       OK ] HIP.IncrTest_12a_ThreadScratch (61 ms)
21: [ RUN      ] HIP.IncrTest_12b_TeamScratch
21: [       OK ] HIP.IncrTest_12b_TeamScratch (1 ms)
21: [ RUN      ] HIP.IncrTest_13a_Hierarchical_Red
21: [       OK ] HIP.IncrTest_13a_Hierarchical_Red (1 ms)
21: [ RUN      ] HIP.IncrTest_13b_Hierarchical_Red
21: [       OK ] HIP.IncrTest_13b_Hierarchical_Red (0 ms)
21: [ RUN      ] HIP.IncrTest_13c_Hierarchical_Red
21: [       OK ] HIP.IncrTest_13c_Hierarchical_Red (0 ms)
21: [ RUN      ] HIP.incr_14_MDrangeReduce
21: [       OK ] HIP.incr_14_MDrangeReduce (1 ms)
21: [ RUN      ] HIP.IncrTest_16_parallelscan
21: [       OK ] HIP.IncrTest_16_parallelscan (2 ms)
21: [ RUN      ] HIP.incr_17_atomicView
21: [       OK ] HIP.incr_17_atomicView (1 ms)
21: [----------] 28 tests from HIP (3154 ms total)
21: 
21: [----------] Global test environment tear-down
21: [==========] 28 tests from 1 test suite ran. (3154 ms total)
21: [  PASSED  ] 28 tests.
21/54 Test #21: Kokkos_IncrementalTest_HIP ...........................   Passed    3.76 sec
test 22
      Start 22: Kokkos_CoreUnitTest_CTestDevice

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

23: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE"
23: Test timeout computed to be: 1500
23/54 Test #23: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ............   Passed    0.02 sec
test 24
      Start 24: Kokkos_CoreUnitTest_DeviceAndThreads

24: Test command: /usr/bin/python3.8 "/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/TestDeviceAndThreads.py" "-v"
24: Test timeout computed to be: 1500
34: MallocTouchFree/N:65536/manual_time                                                 39.3 us         39.4 us        17810  25.417k/s
48: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (6753 ms)
48: [----------] 2 tests from std_algorithms_is_sorted_team_test (9956 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 (22 ms)
48: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
48: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (28 ms)
48: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCopy_c.cpp.o
24: test_device_id (__main__.KokkosInitializationTestCase) ... ok
34: MallocTouchFree/N:1048576/manual_time                                               41.7 us         41.7 us        16752 23.9959k/s
34: MallocTouchFree/N:16777216/manual_time                                               633 us          634 us         1105 1.57868k/s
24: test_disable_warnings (__main__.KokkosInitializationTestCase) ... ok
24: test_num_devices (__main__.KokkosInitializationTestCase) ... ok
34: MallocTouchFree/N:268435456/manual_time                                             4654 us         1114 us          659  214.882/s
48: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (6687 ms)
48: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
34: MallocTouchFree/N:4294967296/manual_time                                          113164 us         6151 us            9  8.83674/s
34: ----------------------------------------------------------------------------------------------------------------------------------------------
34: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s         MB
34: ----------------------------------------------------------------------------------------------------------------------------------------------
34: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                            0.022 s         0.002 s            41  35.7257/s        800
24: test_num_threads (__main__.KokkosInitializationTestCase) ... ok
34: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                           0.020 s         0.002 s            47  40.4056/s        800
34: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                            0.021 s         0.002 s            35  38.8939/s        800
24: test_tune_internals (__main__.KokkosInitializationTestCase) ... ok
24: 
24: ----------------------------------------------------------------------
24: Ran 5 tests in 10.716s
24: 
24: OK
24/54 Test #24: Kokkos_CoreUnitTest_DeviceAndThreads .................   Passed   10.77 sec
test 25
      Start 25: Kokkos_PerformanceTest_TaskDag

25: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_TaskDag
25: Test timeout computed to be: 1500
25/54 Test #25: Kokkos_PerformanceTest_TaskDag .......................   Passed    0.02 sec
test 26
      Start 26: Kokkos_PerformanceTest_Benchmark

26: 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-09-12_T14-21-23.json"
26: Test timeout computed to be: 1500
26: Failed to add custom context "Kokkos" as it already exists with value "HIP[ 0 ] gcnArch gfx90a:sramecc+:xnack-, Total Global Memory: 63.98 GiB, Shared Memory per Block: 64 KiB, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected"
26: 2024-09-12T15:11:55+00:00
26: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Benchmark
26: Run on (128 X 3343.13 MHz CPU s)
26: CPU Caches:
26:   L1 Data 32 KiB (x128)
26:   L1 Instruction 32 KiB (x128)
26:   L2 Unified 512 KiB (x128)
26:   L3 Unified 16384 KiB (x32)
26: Load Average: 14.56, 17.34, 18.10
26: CPU architecture: none
26: Default Device: HIP
26: GPU architecture: AMD_GFX90A
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.4.99
26: macro  KOKKOS_ENABLE_HIP: defined
26: macro KOKKOS_ENABLE_ROCTHRUST: defined
26: platform: 64bit
26: ---------------------------------------------------------------------------------------------------------------------------------------------------
26: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
26: ---------------------------------------------------------------------------------------------------------------------------------------------------
26: GramSchmidt<double>/Count:1024/iterations:5/manual_time                            0.008 s         0.009 s             5       1024        8.22645u
26: GramSchmidt<double>/Count:2048/iterations:5/manual_time                            0.009 s         0.009 s             5     2.048k        4.20221u
26: GramSchmidt<double>/Count:4096/iterations:5/manual_time                            0.009 s         0.009 s             5     4.096k        2.17175u
34: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.002 s            35  41.1772/s        800
26: GramSchmidt<double>/Count:8192/iterations:5/manual_time                            0.010 s         0.033 s             5     8.192k        1.20356u
26: GramSchmidt<double>/Count:16384/iterations:5/manual_time                           0.011 s         0.041 s             5    16.384k        662.829n
26: GramSchmidt<double>/Count:32768/iterations:5/manual_time                           0.013 s         0.038 s             5    32.768k        394.691n
26: GramSchmidt<double>/Count:65536/iterations:5/manual_time                           0.018 s         0.057 s             5    65.536k         279.25n
26: GramSchmidt<double>/Count:131072/iterations:5/manual_time                          0.024 s         0.068 s             5   131.072k        184.248n
34: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.002 s            35  41.1726/s        800
48: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (4645 ms)
48: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (11384 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 (11 ms)
48: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
26: GramSchmidt<double>/Count:262144/iterations:5/manual_time                          0.024 s         0.109 s             5   262.144k        92.8155n
34: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.002 s            35  41.0391/s        800
26: GramSchmidt<double>/Count:524288/iterations:5/manual_time                          0.029 s         0.175 s             5   524.288k        55.0514n
34: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.002 s            35  41.0498/s        800
48: [       OK ] std_algorithms_is_partitioned_team_test.all_true (2323 ms)
48: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
34: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                           0.019 s         0.002 s            35  41.1788/s        800
34: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                            0.019 s         0.002 s            35  41.1082/s        800
26: ----------------------------------------------------------------------------------------------------------------------------------------------
26: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s        Max
26: ----------------------------------------------------------------------------------------------------------------------------------------------
26: CustomReduction<double>/N:100000/R:1000/manual_time                                0.006 s         0.015 s           111 20.0057k/s       11.5
26: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
26: Benchmark                                                                              Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Overlap Time fenced Time not fenced
26: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
26: OverlapRangePolicy/N:2000/M:10000/R:10                                             0.544 s         0.542 s             1        0.103373    0.0490871               0.0968398            0.0468472   0.0464971           5.35u
34: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                           0.021 s         0.002 s            35  38.8845/s        800
48: [       OK ] std_algorithms_is_partitioned_team_test.all_false (2392 ms)
48: [ RUN      ] std_algorithms_is_partitioned_team_test.random
34: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                            0.021 s         0.002 s            35  39.0115/s        800
26: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
26: Benchmark                                                                              Time             CPU   Iterations Time NonOverlap Time Overlap Time Reduce: NonOverlap Time Reduce: Time Overlap Time fenced Time not fenced
26: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
26: OverlapMDRangePolicy/N:200/M:10000/R:10                                            0.040 s         0.040 s            18        7.40884m     3.67027m                7.05506m                  3.52124m     3.5602m          3.406u
34: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                           0.020 s         0.002 s            35  39.1167/s        800
26: OverlapTeamPolicy/N:20/M:1000000/R:10                                              0.066 s         0.066 s            10       0.0115857     9.97825m                8.68916m                  4.57221m    4.35132m          4.809u
26: ---------------------------------------------------------------------------------------------------------------------------------------------------
26: Benchmark                                                                              Time             CPU   Iterations      Count Time normalized
26: ---------------------------------------------------------------------------------------------------------------------------------------------------
26: HexGrad_Benchmark<double>/count:1024/iterations:5/manual_time                      0.000 s         0.000 s             5       1024        26.3193n
26: HexGrad_Benchmark<double>/count:2048/iterations:5/manual_time                      0.000 s         0.000 s             5     2.048k        13.1694n
26: HexGrad_Benchmark<double>/count:4096/iterations:5/manual_time                      0.000 s         0.000 s             5     4.096k        6.38184n
26: HexGrad_Benchmark<double>/count:8192/iterations:5/manual_time                      0.000 s         0.000 s             5     8.192k        3.32288n
26: HexGrad_Benchmark<double>/count:16384/iterations:5/manual_time                     0.000 s         0.000 s             5    16.384k        1.96417n
26: HexGrad_Benchmark<double>/count:32768/iterations:5/manual_time                     0.000 s         0.000 s             5    32.768k        1022.46p
26: HexGrad_Benchmark<double>/count:65536/iterations:5/manual_time                     0.000 s         0.000 s             5    65.536k        645.126p
26: HexGrad_Benchmark<double>/count:131072/iterations:5/manual_time                    0.000 s         0.000 s             5   131.072k        491.341p
26: HexGrad_Benchmark<double>/count:262144/iterations:5/manual_time                    0.000 s         0.000 s             5   262.144k        428.509p
26: HexGrad_Benchmark<double>/count:524288/iterations:5/manual_time                    0.000 s         0.001 s             5   524.288k         340.34p
48: [       OK ] std_algorithms_is_partitioned_team_test.random (1979 ms)
48: [----------] 4 tests from std_algorithms_is_partitioned_team_test (6707 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 (19 ms)
48: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
34: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                            0.021 s         0.002 s            35  38.9411/s        800
34: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                           0.021 s         0.002 s            35  38.9494/s        800
26: -----------------------------------------------------------------------------------------------------------------------------------
26: Benchmark                                                                              Time             CPU   Iterations  FOM: rate
26: -----------------------------------------------------------------------------------------------------------------------------------
26: Malloc/N:1/manual_time                                                              13.1 us         26.3 us        53378 76.2704k/s
34: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                            0.021 s         0.002 s            35  39.0179/s        800
34: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                           0.021 s         0.002 s            35  38.9439/s        800
26: Malloc/N:16/manual_time                                                             14.0 us         27.1 us        53227 71.2476k/s
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReplaceCopyIf.cpp.o
34: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           630  1.4434k/s       1.6k
48: [       OK ] std_algorithms_partition_copy_team_test.all_true (5102 ms)
48: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
34: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           630 1.44046k/s       1.6k
26: Malloc/N:256/manual_time                                                            13.2 us         26.3 us        53353 76.0373k/s
34: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           630 1.44612k/s       1.6k
34: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           633 1.47613k/s       1.6k
26: Malloc/N:4096/manual_time                                                           14.5 us         27.6 us        53375 69.1325k/s
34: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           632 1.47639k/s       1.6k
34: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           633 1.47596k/s       1.6k
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitioningOps.cpp.o
26: Malloc/N:65536/manual_time                                                          13.1 us         26.5 us        53255 76.1282k/s
34: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.001 s         0.001 s           632  1.4764k/s       1.6k
48: [       OK ] std_algorithms_partition_copy_team_test.all_false (5052 ms)
48: [ RUN      ] std_algorithms_partition_copy_team_test.random
34: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.002 s         0.002 s           298  680.246/s       1.6k
26: Malloc/N:1048576/manual_time                                                        13.2 us         26.5 us        53059 75.9219k/s
34: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.004 s         0.004 s           183  416.864/s       1.6k
34: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.001 s         0.001 s           633 1.47639k/s       1.6k
34: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           298  681.794/s       1.6k
[ 80%] Building CXX object containers/unit_tests/CMakeFiles/Kokkos_ContainersUnitTest_Cuda.dir/cuda/TestCuda_ViewCtorPropEmbeddedDim.cpp.o
34: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           398  918.127/s       1.6k
48: [       OK ] std_algorithms_partition_copy_team_test.random (4752 ms)
48: [----------] 4 tests from std_algorithms_partition_copy_team_test (14927 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 (11 ms)
48: [ RUN      ] std_algorithms_partition_point_team_test.all_true
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsCopyIf.cpp.o
34: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           632 1.47617k/s       1.6k
34: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           632 1.47621k/s       1.6k
48: [       OK ] std_algorithms_partition_point_team_test.all_true (1608 ms)
48: [ RUN      ] std_algorithms_partition_point_team_test.all_false
34: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           632 1.47631k/s       1.6k
34: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           632  1.4763k/s       1.6k
48: [       OK ] std_algorithms_partition_point_team_test.all_false (1559 ms)
48: [ RUN      ] std_algorithms_partition_point_team_test.random
26: Malloc/N:16777216/manual_time                                                       64.8 us          169 us        11115  15.423k/s
34: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.004 s         0.004 s           181  417.683/s       1.6k
48: [       OK ] std_algorithms_partition_point_team_test.random (1287 ms)
48: [----------] 4 tests from std_algorithms_partition_point_team_test (4468 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 18 tests from 5 test suites ran. (47444 ms total)
48: [  PASSED  ] 18 tests.
48/52 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ..............   Passed   47.82 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: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
49:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
49:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
49:   For unit testing set OMP_PROC_BIND=false
49: 
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
34: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.004 s         0.004 s           179   411.08/s       1.6k
34: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           373  867.399/s       1.6k
34: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           310  710.536/s       1.6k
34: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           633 1.47612k/s       1.6k
34: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           632 1.47625k/s       1.6k
34: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.004 s         0.004 s           168   382.03/s       1.6k
34: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.003 s         0.003 s           225   516.65/s       1.6k
49: [       OK ] std_algorithms_transform_team_test.test_unary_op (6246 ms)
49: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
34: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           632 1.47618k/s       1.6k
26: Malloc/N:268435456/manual_time                                                      8776 us          205 us         1000  113.941/s
34: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           632 1.47646k/s       1.6k
26: Malloc/N:4294967296/manual_time                                                   144967 us          418 us            5  6.89812/s
34: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.006 s         0.006 s           121  275.674/s       1.6k
26: MallocFree/N:1/manual_time                                                           158 us          157 us         4423  6.3438k/s
34: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.004 s         0.004 s           197  449.889/s       1.6k
26: MallocFree/N:16/manual_time                                                          157 us          156 us         4449 6.36732k/s
34: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           632 1.47628k/s       1.6k
49: [       OK ] std_algorithms_transform_team_test.test_binary_op (4404 ms)
49: [----------] 2 tests from std_algorithms_transform_team_test (10651 ms total)
49: 
49: [----------] 1 test from std_algorithms_generate_team_test
49: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
26: MallocFree/N:256/manual_time                                                         154 us          122 us         4432 6.48672k/s
34: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           632 1.47659k/s       1.6k
26: MallocFree/N:4096/manual_time                                                       26.5 us         26.4 us        26464 37.7896k/s
34: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.004 s         0.004 s           171  391.911/s       1.6k
26: MallocFree/N:65536/manual_time                                                      26.5 us         26.4 us        26447 37.7921k/s
34: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.003 s         0.003 s           245  561.623/s       1.6k
26: MallocFree/N:1048576/manual_time                                                    26.5 us         26.4 us        26470  37.798k/s
34: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time          0.001 s         0.001 s           691 1.61422k/s       1.6k
34: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time        0.001 s         0.001 s           691 1.61492k/s       1.6k
34: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time         0.001 s         0.001 s           691 1.61448k/s       1.6k
26: MallocFree/N:16777216/manual_time                                                    512 us          165 us         4539 1.95413k/s
34: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time         0.001 s         0.001 s           691 1.61484k/s       1.6k
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsCount.cpp.o
34: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                0.000 s         0.000 s          1512  1.7294k/s        800
34: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                               0.000 s         0.000 s          1513  1.7297k/s        800
26: MallocFree/N:268435456/manual_time                                                  8704 us          218 us          350  114.891/s
26: MallocFree/N:4294967296/manual_time                                               144531 us          356 us            5  6.91892/s
34: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                0.000 s         0.000 s          1514 1.73005k/s        800
34: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                               0.000 s         0.000 s          1513 1.73041k/s        800
34: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                0.000 s         0.000 s          1513 1.72976k/s        800
34: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                               0.000 s         0.000 s          1513  1.7304k/s        800
26: MallocTouch/N:1/manual_time                                                         14.3 us         41.5 us        48580 70.1153k/s
34: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                0.000 s         0.000 s          1513 1.73042k/s        800
49: [       OK ] std_algorithms_generate_team_test.test_unary_op (13442 ms)
49: [----------] 1 test from std_algorithms_generate_team_test (13443 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 (666 ms)
49: [----------] 1 test from std_algorithms_generate_n_team_test (666 ms total)
49: 
49: [----------] 1 test from std_algorithms_swap_ranges_team_test
49: [ RUN      ] std_algorithms_swap_ranges_team_test.test
26: MallocTouch/N:16/manual_time                                                        14.3 us         27.5 us        49288 70.0625k/s
34: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                               0.000 s         0.000 s          1513 1.73009k/s        800
26: MallocTouch/N:256/manual_time                                                       14.2 us         27.4 us        49289 70.2568k/s
34: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                0.000 s         0.000 s          1513 1.73019k/s        800
34: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                               0.000 s         0.000 s          1513 1.72984k/s        800
26: MallocTouch/N:4096/manual_time                                                      37.9 us         53.0 us        18450 26.3686k/s
34: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                0.000 s         0.000 s          1513 1.73008k/s        800
49: [       OK ] std_algorithms_swap_ranges_team_test.test (5339 ms)
49: [----------] 1 test from std_algorithms_swap_ranges_team_test (5340 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 5 tests from 4 test suites ran. (30100 ms total)
49: [  PASSED  ] 5 tests.
49/52 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ..............   Passed   30.48 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
50: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
50:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
50:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
50:   For unit testing set OMP_PROC_BIND=false
50: 
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
26: MallocTouch/N:65536/manual_time                                                     38.6 us         54.2 us        18343 25.8812k/s
34: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                               0.000 s         0.000 s          1513 1.72996k/s        800
26: MallocTouch/N:1048576/manual_time                                                   41.3 us         56.9 us        16926 24.1847k/s
34: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                0.000 s         0.000 s          1513 1.73023k/s        800
34: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                               0.000 s         0.000 s          1513 1.72997k/s        800
34: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                0.000 s         0.000 s          1513 1.72955k/s        800
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsEqual.cpp.o
26: MallocTouch/N:16777216/manual_time                                                   103 us          180 us         6963  9.7054k/s
34: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                               0.000 s         0.000 s          1513  1.7303k/s        800
34: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                  0.000 s         0.000 s          1540 1.76036k/s        800
34: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                 0.000 s         0.000 s          1540 1.76059k/s        800
34: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 7.40883k/s       1.6k
34: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 7.37937k/s       1.6k
34: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.59667k/s       1.6k
34: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.60779k/s       1.6k
34: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 6.74035k/s       1.6k
34: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 5.25897k/s       1.6k
34: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 9.62201k/s       1.6k
34: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 9.64451k/s       1.6k
34: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 5.37571k/s       1.6k
34: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.38457k/s       1.6k
34: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 8.66058k/s       1.6k
34: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 6.33034k/s       1.6k
34: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 5.72867k/s       1.6k
34: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 5.19957k/s       1.6k
34: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.19824k/s       1.6k
34: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.22169k/s       1.6k
34: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10  6.9852k/s       1.6k
34: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10   6.211k/s       1.6k
34: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 4.96635k/s       1.6k
34: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 4.96465k/s       1.6k
34: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 3.41762k/s       1.6k
34: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 3.38471k/s       1.6k
34: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 3.88394k/s       1.6k
34: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 3.83925k/s       1.6k
34: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.83678k/s       1.6k
34: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 3.63537k/s       1.6k
34: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 5.84198k/s       1.6k
34: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10  4.1815k/s       1.6k
34: ViewResize_Rank8<Kokkos::LayoutLeft>/N:9/iterations:10/manual_time                 0.000 s         0.000 s            10 1.84996M/s        688
34: ViewResize_Rank8<Kokkos::LayoutRight>/N:9/iterations:10/manual_time                0.000 s         0.000 s            10 885.001k/s        688
34: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:9/iterations:10/manual_time          0.000 s         0.000 s            10 855.083k/s        688
34: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:9/iterations:10/manual_time         0.000 s         0.000 s            10 1.80341M/s        688
34: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time           0.002 s         0.002 s            10  1026.99/s       1.6k
34: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time          0.002 s         0.002 s            10  1007.49/s       1.6k
34/61 Test #34: Kokkos_PerformanceTest_Benchmark .....................   Passed  135.25 sec
test 35
      Start 35: Kokkos_Benchmark_Atomic_MinMax

35: 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-09-12_T14-21-55.json"
35: Test timeout computed to be: 1500
35: 
35: Available devices: 
35: 2024-09-12T15:13:02+00:00
35: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
35: Run on (20 X 2345.59 MHz CPU s)
35: CPU Caches:
35:   L1 Data 64 KiB (x20)
35:   L1 Instruction 64 KiB (x20)
35:   L2 Unified 512 KiB (x20)
35:   L3 Unified 16384 KiB (x20)
35: Load Average: 0.88, 3.24, 5.97
35: Address Bits: 64
35: CPU architecture: none
35: Default Device: SYCL
35: Driver Version: CUDA 12.6
35: Error Correction Support: 1
35: GIT_BRANCH: HEAD
35: GIT_CLEAN_STATUS: CLEAN
35: GIT_COMMIT_DATE: 2024-09-12T14:20:39+00:00
35: GIT_COMMIT_DESCRIPTION: Merge commit 'd02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a' into HEAD
35: GIT_COMMIT_HASH: a0def31fe
35: GPU architecture: AMPERE80
35: Global Cache Mem Line Size: 128
35: Global Mem Cache Size: 41943040
35: Global Mem Size: 85097971712
35: Image Max Buffer Size: 32768
35: Image2d Max Height: 65536
35: Image2d Max Width: 131072
35: Image3d Max Depth: 16384
35: Image3d Max Height: 16384
35: Image3d Max Width: 16384
35: Is Accelerator: 0
35: Is Available: 1
35: Is CPU: 0
35: Is GPU: 1
35: KOKKOS_COMPILER_INTEL_LLVM: 20230000
35: KOKKOS_ENABLE_ASM: 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_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 Version: 4.4.99
35: Local Mem Size: 49152
35: Max Compute Units: 108
35: Max Mem Alloc Size: 1073741824
35: Max Parameter Size: 4000
35: Max Read Image Args: 128
35: Max Samplers: 128
35: Max Work Group Size: 1024
35: Max Work Item Dimensions: 3
35: Mem Base Addr Align: 4096
35: Name: NVIDIA A100 80GB PCIe
35: Native Vector Width Char: 1
35: Native Vector Width Double: 1
35: Native Vector Width Float: 1
35: Native Vector Width Half: 0
35: Native Vector Width Int: 1
35: Native Vector Width Long: 1
35: Native Vector Width Short: 1
35: Partition Max Sub Devices: 0
35: Preferred Vector Width Char: 1
35: Preferred Vector Width Double: 1
35: Preferred Vector Width Float: 1
35: Preferred Vector Width Half: 0
35: Preferred Vector Width Int: 1
35: Preferred Vector Width Long: 1
35: Preferred Vector Width Short: 1
35: Profiling Timer Resolution: 1000
35: Reference Count: 1
35: Vendor: NVIDIA Corporation
35: Vendor Id: 4318
35: Version: 0.0
35: [ext_oneapi_cuda]: gpu:0] NVIDIA A100 80GB PCIe : Selected
35: macro  KOKKOS_ENABLE_ONEDPL: defined
35: macro  KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined
35: macro  KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined
35: macro  KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined
35: macro  SYCL_EXT_ONEAPI_DEVICE_GLOBAL: undefined
35: macro  SYCL_EXT_ONEAPI_GRAPH: undefined
35: platform: 64bit
35: ----------------------------------------------------------------------------------------------------------------------------------------
35: Benchmark                                                                                              Time             CPU   Iterations
35: ----------------------------------------------------------------------------------------------------------------------------------------
35: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
35: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
35: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
35: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
35: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
35: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
35: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
35: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
35: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
35: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
35: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
35: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
35: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
35: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
35: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
35: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
35: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
35: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
35: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
35: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
35: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
35: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
35: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
35: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
35: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
35: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
35: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
35: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
35: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
35: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
35: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
35: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
35: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
35: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
35: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
35: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
35: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
35: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
35: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
35: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
35: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
35: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
35: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
35: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
35: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
35: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
35: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
35: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
35/61 Test #35: Kokkos_Benchmark_Atomic_MinMax .......................   Passed    0.51 sec
test 36
      Start 36: Kokkos_PerformanceTest_Mempool

36: 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-09-12_T14-21-55.json"
36: Test timeout computed to be: 1500
36: 
36: Available devices: 
36: 2024-09-12T15:13:02+00:00
36: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Mempool
36: Run on (20 X 2345.59 MHz CPU s)
36: CPU Caches:
36:   L1 Data 64 KiB (x20)
36:   L1 Instruction 64 KiB (x20)
36:   L2 Unified 512 KiB (x20)
36:   L3 Unified 16384 KiB (x20)
36: Load Average: 0.88, 3.24, 5.97
36: Address Bits: 64
36: CPU architecture: none
36: Default Device: SYCL
36: Driver Version: CUDA 12.6
36: Error Correction Support: 1
36: GIT_BRANCH: HEAD
36: GIT_CLEAN_STATUS: CLEAN
36: GIT_COMMIT_DATE: 2024-09-12T14:20:39+00:00
36: GIT_COMMIT_DESCRIPTION: Merge commit 'd02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a' into HEAD
36: GIT_COMMIT_HASH: a0def31fe
36: GPU architecture: AMPERE80
36: Global Cache Mem Line Size: 128
36: Global Mem Cache Size: 41943040
36: Global Mem Size: 85097971712
36: Image Max Buffer Size: 32768
36: Image2d Max Height: 65536
36: Image2d Max Width: 131072
36: Image3d Max Depth: 16384
36: Image3d Max Height: 16384
36: Image3d Max Width: 16384
36: Is Accelerator: 0
36: Is Available: 1
36: Is CPU: 0
36: Is GPU: 1
36: KOKKOS_COMPILER_INTEL_LLVM: 20230000
36: KOKKOS_ENABLE_ASM: yes
36: KOKKOS_ENABLE_CXX17: yes
36: KOKKOS_ENABLE_CXX20: no
36: KOKKOS_ENABLE_CXX23: no
36: KOKKOS_ENABLE_CXX26: no
36: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
36: KOKKOS_ENABLE_HWLOC: no
36: KOKKOS_ENABLE_LIBDL: yes
36: KOKKOS_ENABLE_PRAGMA_IVDEP: no
36: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
36: KOKKOS_ENABLE_PRAGMA_UNROLL: no
36: KOKKOS_ENABLE_PRAGMA_VECTOR: no
36: KOKKOS_ENABLE_SERIAL: yes
36: Kokkos Version: 4.4.99
36: Local Mem Size: 49152
36: Max Compute Units: 108
36: Max Mem Alloc Size: 1073741824
36: Max Parameter Size: 4000
36: Max Read Image Args: 128
36: Max Samplers: 128
36: Max Work Group Size: 1024
36: Max Work Item Dimensions: 3
36: Mem Base Addr Align: 4096
36: Name: NVIDIA A100 80GB PCIe
36: Native Vector Width Char: 1
36: Native Vector Width Double: 1
36: Native Vector Width Float: 1
36: Native Vector Width Half: 0
36: Native Vector Width Int: 1
36: Native Vector Width Long: 1
36: Native Vector Width Short: 1
36: Partition Max Sub Devices: 0
36: Preferred Vector Width Char: 1
36: Preferred Vector Width Double: 1
36: Preferred Vector Width Float: 1
36: Preferred Vector Width Half: 0
36: Preferred Vector Width Int: 1
36: Preferred Vector Width Long: 1
36: Preferred Vector Width Short: 1
36: Profiling Timer Resolution: 1000
36: Reference Count: 1
36: Vendor: NVIDIA Corporation
36: Vendor Id: 4318
36: Version: 0.0
36: [ext_oneapi_cuda]: gpu:0] NVIDIA A100 80GB PCIe : Selected
36: macro  KOKKOS_ENABLE_ONEDPL: defined
36: macro  KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined
36: macro  KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined
36: macro  KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined
36: macro  SYCL_EXT_ONEAPI_DEVICE_GLOBAL: undefined
36: macro  SYCL_EXT_ONEAPI_GRAPH: undefined
36: platform: 64bit
36: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
36: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: fill ops per second
36: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
36: 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          2168               17.2314M/s
36: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
36: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: cycle ops per second
36: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
36: 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          3601                57.1854M/s
36/61 Test #36: Kokkos_PerformanceTest_Mempool .......................   Passed    2.84 sec
test 37
      Start 37: Kokkos_PerformanceTest_Atomic

37: 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-09-12_T14-21-55.json"
37: Test timeout computed to be: 1500
37: 
37: Available devices: 
37: 2024-09-12T15:13:05+00:00
37: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Atomic
37: Run on (20 X 2345.59 MHz CPU s)
37: CPU Caches:
37:   L1 Data 64 KiB (x20)
37:   L1 Instruction 64 KiB (x20)
37:   L2 Unified 512 KiB (x20)
37:   L3 Unified 16384 KiB (x20)
37: Load Average: 0.89, 3.20, 5.94
37: Address Bits: 64
37: CPU architecture: none
37: Default Device: SYCL
37: Driver Version: CUDA 12.6
37: Error Correction Support: 1
37: GIT_BRANCH: HEAD
37: GIT_CLEAN_STATUS: CLEAN
37: GIT_COMMIT_DATE: 2024-09-12T14:20:39+00:00
37: GIT_COMMIT_DESCRIPTION: Merge commit 'd02e1e7c17b1d8a7a1a5e86f7abad46d2600f29a' into HEAD
37: GIT_COMMIT_HASH: a0def31fe
37: GPU architecture: AMPERE80
37: Global Cache Mem Line Size: 128
37: Global Mem Cache Size: 41943040
37: Global Mem Size: 85097971712
37: Image Max Buffer Size: 32768
37: Image2d Max Height: 65536
37: Image2d Max Width: 131072
37: Image3d Max Depth: 16384
37: Image3d Max Height: 16384
37: Image3d Max Width: 16384
37: Is Accelerator: 0
37: Is Available: 1
37: Is CPU: 0
37: Is GPU: 1
37: KOKKOS_COMPILER_INTEL_LLVM: 20230000
37: KOKKOS_ENABLE_ASM: yes
37: KOKKOS_ENABLE_CXX17: yes
37: KOKKOS_ENABLE_CXX20: no
37: KOKKOS_ENABLE_CXX23: no
37: KOKKOS_ENABLE_CXX26: no
37: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
37: KOKKOS_ENABLE_HWLOC: no
37: KOKKOS_ENABLE_LIBDL: yes
37: KOKKOS_ENABLE_PRAGMA_IVDEP: no
37: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
37: KOKKOS_ENABLE_PRAGMA_UNROLL: no
37: KOKKOS_ENABLE_PRAGMA_VECTOR: no
37: KOKKOS_ENABLE_SERIAL: yes
37: Kokkos Version: 4.4.99
37: Local Mem Size: 49152
37: Max Compute Units: 108
37: Max Mem Alloc Size: 1073741824
37: Max Parameter Size: 4000
37: Max Read Image Args: 128
37: Max Samplers: 128
37: Max Work Group Size: 1024
37: Max Work Item Dimensions: 3
37: Mem Base Addr Align: 4096
37: Name: NVIDIA A100 80GB PCIe
37: Native Vector Width Char: 1
37: Native Vector Width Double: 1
37: Native Vector Width Float: 1
37: Native Vector Width Half: 0
37: Native Vector Width Int: 1
37: Native Vector Width Long: 1
37: Native Vector Width Short: 1
37: Partition Max Sub Devices: 0
37: Preferred Vector Width Char: 1
37: Preferred Vector Width Double: 1
37: Preferred Vector Width Float: 1
37: Preferred Vector Width Half: 0
37: Preferred Vector Width Int: 1
37: Preferred Vector Width Long: 1
37: Preferred Vector Width Short: 1
37: Profiling Timer Resolution: 1000
37: Reference Count: 1
37: Vendor: NVIDIA Corporation
37: Vendor Id: 4318
37: Version: 0.0
37: [ext_oneapi_cuda]: gpu:0] NVIDIA A100 80GB PCIe : Selected
37: macro  KOKKOS_ENABLE_ONEDPL: defined
37: macro  KOKKOS_ENABLE_SYCL_RELOCATABLE_DEVICE_CODE: defined
37: macro  KOKKOS_IMPL_SYCL_DEVICE_GLOBAL_SUPPORTED: undefined
37: macro  KOKKOS_IMPL_SYCL_USE_IN_ORDER_QUEUES: defined
37: macro  SYCL_EXT_ONEAPI_DEVICE_GLOBAL: undefined
37: macro  SYCL_EXT_ONEAPI_GRAPH: undefined
37: platform: 64bit
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsPartitionCopy.cpp.o
37: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
37: Benchmark                                                         Time             CPU   Iterations     Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial
37: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
37: Test_Atomic<int>/30000/iterations:10                          0.237 s         0.237 s            10          1            4   0.0110436       0.0105925    301.233u     449.985M           76.52k     449.985M
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUnique.cpp.o
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsNumerics.cpp.o
26: MallocTouch/N:268435456/manual_time                                                 8691 us          591 us         1000  115.066/s
26: MallocTouch/N:4294967296/manual_time                                              144319 us         1589 us            5  6.92912/s
26: MallocTouchFree/N:1/manual_time                                                      158 us          157 us         4419 6.34618k/s
26: MallocTouchFree/N:16/manual_time                                                     157 us          156 us         4439  6.3587k/s
50: [       OK ] std_algorithms_exclusive_scan_team_test.test (17060 ms)
50: [----------] 1 test from std_algorithms_exclusive_scan_team_test (17060 ms total)
50: 
50: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
50: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
26: MallocTouchFree/N:256/manual_time                                                    150 us          150 us         4448 6.64893k/s
26: MallocTouchFree/N:4096/manual_time                                                  53.7 us         53.4 us        12977 18.6256k/s
26: MallocTouchFree/N:65536/manual_time                                                 53.8 us         53.6 us        13048 18.5776k/s
26: MallocTouchFree/N:1048576/manual_time                                               56.7 us         56.5 us        12290 17.6286k/s
26: MallocTouchFree/N:16777216/manual_time                                               468 us          181 us         3764 2.13767k/s
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsUniqueCopy.cpp.o
26: MallocTouchFree/N:268435456/manual_time                                             8687 us         1249 us          349  115.112/s
[ 80%] Linking CXX executable Kokkos_ContainersUnitTest_Cuda
50: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (8745 ms)
50: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (8745 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 2 tests from 2 test suites ran. (25806 ms total)
50: [  PASSED  ] 2 tests.
50/52 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ..............   Passed   26.16 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: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
51:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
51:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
51:   For unit testing set OMP_PROC_BIND=false
51: 
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
26: MallocTouchFree/N:4294967296/manual_time                                          144610 us         1345 us            5  6.91515/s
26: ----------------------------------------------------------------------------------------------------------------------------------------------
26: Benchmark                                                                              Time             CPU   Iterations  FOM: GB/s         MB
26: ----------------------------------------------------------------------------------------------------------------------------------------------
26: ViewAllocate_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                            0.027 s         0.001 s            26  29.5953/s        800
26: ViewAllocate_Rank1<Kokkos::LayoutRight>/N:10/manual_time                           0.032 s         0.001 s            27  24.8551/s        800
[ 80%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewCtorDimMatch.cpp.o
[ 80%] Built target Kokkos_ContainersUnitTest_Cuda
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsAdjacentDifference.cpp.o
26: ViewAllocate_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                            0.027 s         0.001 s            41  29.6774/s        800
26: ViewAllocate_Rank2<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.001 s            26  29.6971/s        800
26: ViewAllocate_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                            0.027 s         0.001 s            26  29.6811/s        800
26: ViewAllocate_Rank3<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.001 s            26  29.6836/s        800
26: ViewAllocate_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                            0.027 s         0.001 s            26  29.6946/s        800
26: ViewAllocate_Rank4<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.001 s            26  29.7148/s        800
26: ViewAllocate_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                            0.027 s         0.001 s            26  29.7047/s        800
37: Test_Atomic<long int>/100000/iterations:10                     1.95 s          1.95 s            10          1            8    5.27864m        3.22231m     373.81u     4.99995G         573.768k     4.99995G
26: ViewAllocate_Rank5<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.001 s            26   29.688/s        800
26: ViewAllocate_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                            0.027 s         0.001 s            26  29.6889/s        800
26: ViewAllocate_Rank6<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.001 s            26  29.6852/s        800
26: ViewAllocate_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                            0.027 s         0.001 s            26  29.6925/s        800
26: ViewAllocate_Rank7<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.001 s            26  29.9164/s        800
26: ViewAllocate_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                            0.027 s         0.001 s            26  29.6908/s        800
26: ViewAllocate_Rank8<Kokkos::LayoutRight>/N:10/manual_time                           0.027 s         0.001 s            26  29.6923/s        800
26: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           490 1.13824k/s       1.6k
26: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           504 1.15453k/s       1.6k
26: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           494  1.1335k/s       1.6k
26: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           505 1.17601k/s       1.6k
26: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           506 1.18334k/s       1.6k
26: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           507 1.18328k/s       1.6k
26: ViewDeepCopy_Rank1<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.001 s         0.001 s           508 1.18337k/s       1.6k
26: ViewDeepCopy_Rank2<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.003 s         0.003 s           296  568.616/s       1.6k
26: ViewDeepCopy_Rank3<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.004 s         0.004 s           195  447.001/s       1.6k
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAllAnyNoneOf.cpp.o
26: ViewDeepCopy_Rank1<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.001 s         0.001 s           508 1.18386k/s       1.6k
51: [       OK ] std_algorithms_inclusive_scan_team_test.test (25759 ms)
51: [----------] 1 test from std_algorithms_inclusive_scan_team_test (25759 ms total)
51: 
51: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
51: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
26: ViewDeepCopy_Rank2<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.002 s         0.002 s           297  687.331/s       1.6k
37: Test_Atomic<long long int>/100000/iterations:10                1.95 s          1.95 s            10          1            8    5.04251m        3.13495m     299.76u     4.99995G         609.296k     4.99995G
26: ViewDeepCopy_Rank3<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.003 s         0.003 s           244   561.65/s       1.6k
26: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           507 1.18348k/s       1.6k
26: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.002 s         0.001 s           508  995.043/s       1.6k
26: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           507 1.18299k/s       1.6k
26: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           508 1.18265k/s       1.6k
26: ViewDeepCopy_Rank4<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.011 s         0.011 s            61  142.282/s       1.6k
26: ViewDeepCopy_Rank5<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.011 s         0.011 s            61  143.087/s       1.6k
[ 80%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsAdjacentFind.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsExclusiveScan.cpp.o
26: ViewDeepCopy_Rank4<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.004 s         0.004 s           189  433.831/s       1.6k
26: ViewDeepCopy_Rank5<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.005 s         0.005 s           128  295.689/s       1.6k
26: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           507 1.18312k/s       1.6k
26: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           507 1.18336k/s       1.6k
26: ViewDeepCopy_Rank6<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.012 s         0.012 s            56  132.005/s       1.6k
26: ViewDeepCopy_Rank6<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.009 s         0.009 s            77  177.059/s       1.6k
26: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           507  1.1843k/s       1.6k
26: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           508 1.18272k/s       1.6k
26: ViewDeepCopy_Rank7<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.013 s         0.013 s            52  121.046/s       1.6k
26: ViewDeepCopy_Rank7<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.010 s         0.010 s            70  160.391/s       1.6k
26: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time        0.001 s         0.001 s           507 1.18367k/s       1.6k
26: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time      0.001 s         0.001 s           507 1.18241k/s       1.6k
26: ViewDeepCopy_Rank8<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time       0.013 s         0.013 s            53  123.207/s       1.6k
51: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (16982 ms)
51: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (16982 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 2 tests from 2 test suites ran. (42742 ms total)
51: [  PASSED  ] 2 tests.
51/52 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ..............   Passed   43.11 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: Kokkos::OpenMP::initialize WARNING: OMP_PROC_BIND environment variable not set
52:   In general, for best performance with OpenMP 4.0 or better set OMP_PROC_BIND=spread and OMP_PLACES=threads
52:   For best performance with OpenMP 3.1 set OMP_PROC_BIND=true
52:   For unit testing set OMP_PROC_BIND=false
52: 
52: [==========] Running 18 tests from 1 test suite.
52: [----------] Global test environment set-up.
52: [----------] 18 tests from simd
52: [ RUN      ] simd.host_math_ops
52: [       OK ] simd.host_math_ops (1 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: [ RUN      ] simd.host_construction
52: [       OK ] simd.host_construction (0 ms)
52: [ RUN      ] simd.device_construction
52: [       OK ] simd.device_construction (0 ms)
52: [----------] 18 tests from simd (7 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 18 tests from 1 test suite ran. (8 ms total)
52: [  PASSED  ] 18 tests.
52/52 Test #52: Kokkos_UnitTest_SIMD .................................   Passed    0.34 sec

100% tests passed, 0 tests failed out of 52

Total Test time (real) = 1501.42 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.4.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
-- Experimental mdspan support is enabled
-- Looking for C++ include experimental/mdspan
-- Looking for C++ include experimental/mdspan - not found
-- Looking for C++ include mdspan
-- Looking for C++ include mdspan - not found
-- Using internal mdspan directory /var/jenkins/workspace/Kokkos_PR-5993/tpls/mdspan/include
-- 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
[  7%] Building CXX object kokkos/CMakeFiles/impl_git_version.dir/example/build_cmake_in_tree/build/generated/Kokkos_Version_Info.cpp.o
[ 11%] Linking CXX static library libkokkossimd.a
[ 11%] Built target kokkossimd
Scanning dependencies of target kokkoscore
[ 15%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Abort.cpp.o
[ 23%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_CPUDiscovery.cpp.o
[ 23%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Command_Line_Parsing.cpp.o
[ 26%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Core.cpp.o
[ 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_HostBarrier.cpp.o
[ 38%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_ExecPolicy.cpp.o
[ 42%] Linking CXX static library libimpl_git_version.a
26: ViewDeepCopy_Rank8<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time       0.013 s         0.013 s            50  118.577/s       1.6k
[ 42%] Built target impl_git_version
[ 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
26: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutLeft>/N:10/manual_time          0.001 s         0.001 s           560 1.33558k/s       1.6k
[ 61%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Profiling.cpp.o
[ 65%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_SharedAlloc.cpp.o
[ 69%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_Stacktrace.cpp.o
[ 73%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_hwloc.cpp.o
[ 76%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial.cpp.o
[ 80%] Building CXX object kokkos/core/src/CMakeFiles/kokkoscore.dir/Serial/Kokkos_Serial_Task.cpp.o
26: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutRight>/N:10/manual_time        0.001 s         0.001 s           560 1.33653k/s       1.6k
26: ViewDeepCopy_Raw<Kokkos::LayoutLeft, Kokkos::LayoutRight>/N:10/manual_time         0.001 s         0.001 s           560 1.33607k/s       1.6k
26: ViewDeepCopy_Raw<Kokkos::LayoutRight, Kokkos::LayoutLeft>/N:10/manual_time         0.001 s         0.001 s           559  1.3377k/s       1.6k
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsInclusiveScan.cpp.o
[ 84%] Linking CXX static library libkokkoscore.a
[ 84%] Built target kokkoscore
Scanning dependencies of target kokkoscontainers
[ 88%] Building CXX object kokkos/containers/src/CMakeFiles/kokkoscontainers.dir/impl/Kokkos_UnorderedMap_impl.cpp.o
26: ViewFill_Rank1<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1210 1.43874k/s        800
26: ViewFill_Rank1<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1210 1.44088k/s        800
37: Test_Atomic<unsigned int>/100000/iterations:10                 2.07 s          2.07 s            10          1            4    4.25384m        3.27773m     299.76u     704.983M         734.496k     704.983M
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemove.cpp.o
[ 92%] Linking CXX static library libkokkoscontainers.a
[ 92%] Built target kokkoscontainers
Scanning dependencies of target example
[ 96%] Building CXX object CMakeFiles/example.dir/cmake_example.cpp.o
26: ViewFill_Rank2<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1203 1.43853k/s        800
26: ViewFill_Rank2<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1212 1.43751k/s        800
26: ViewFill_Rank3<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1206 1.43573k/s        800
[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.000020
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 Sep 12 14:48:32 2024
stats zeroed                        Thu Sep 12 14:21:08 2024
cache hit (direct)                     0
cache hit (preprocessed)               0
cache miss                             0
cache hit rate                      0.00 %
preprocessor error                   755
cleanups performed                     0
files in cache                     30586
cache size                           4.5 GB
max cache size                       5.0 GB
[Pipeline] }
$ docker stop --time=1 1b93a9f43fea8f097ba1c42119fe6b872c3f7e7fb34d9cf54136bf14a80fc0db
26: ViewFill_Rank3<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1206 1.43526k/s        800
26: ViewFill_Rank4<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1208  1.4343k/s        800
$ docker rm -f --volumes 1b93a9f43fea8f097ba1c42119fe6b872c3f7e7fb34d9cf54136bf14a80fc0db
26: ViewFill_Rank4<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1212 1.43555k/s        800
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
26: ViewFill_Rank5<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1208 1.43435k/s        800
26: ViewFill_Rank5<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1207 1.43411k/s        800
26: ViewFill_Rank6<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1207 1.43397k/s        800
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformUnaryOp.cpp.o
26: ViewFill_Rank6<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1206 1.43393k/s        800
26: ViewFill_Rank7<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1210 1.43329k/s        800
26: ViewFill_Rank7<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1208 1.26789k/s        800
26: ViewFill_Rank8<Kokkos::LayoutLeft>/N:10/manual_time                                0.001 s         0.001 s          1209 1.43453k/s        800
26: ViewFill_Rank8<Kokkos::LayoutRight>/N:10/manual_time                               0.001 s         0.001 s          1203 1.43449k/s        800
26: ViewFill_Raw<Kokkos::LayoutLeft>/N:10/manual_time                                  0.001 s         0.001 s          1205 1.43291k/s        800
26: ViewFill_Raw<Kokkos::LayoutRight>/N:10/manual_time                                 0.001 s         0.001 s          1209  1.1804k/s        800
26: ViewResize_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 5.21304k/s       1.6k
26: ViewResize_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 8.17512k/s       1.6k
26: ViewResize_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.85546k/s       1.6k
26: ViewResize_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 3.83785k/s       1.6k
26: ViewResize_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 6.87254k/s       1.6k
26: ViewResize_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.12059k/s       1.6k
26: ViewResize_NoInit_Rank1<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 12.0395k/s       1.6k
26: ViewResize_NoInit_Rank1<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10  11.975k/s       1.6k
26: ViewResize_NoInit_Rank2<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 7.76725k/s       1.6k
26: ViewResize_NoInit_Rank2<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10   5.458k/s       1.6k
26: ViewResize_NoInit_Rank3<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 9.34625k/s       1.6k
26: ViewResize_NoInit_Rank3<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 4.91613k/s       1.6k
26: ViewResize_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.55601k/s       1.6k
26: ViewResize_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.19553k/s       1.6k
26: ViewResize_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 3.88776k/s       1.6k
26: ViewResize_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.001 s            10 3.18382k/s       1.6k
26: ViewResize_NoInit_Rank4<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 6.53412k/s       1.6k
26: ViewResize_NoInit_Rank4<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.02524k/s       1.6k
26: ViewResize_NoInit_Rank5<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 4.57548k/s       1.6k
26: ViewResize_NoInit_Rank5<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 3.63899k/s       1.6k
26: ViewResize_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.001 s         0.001 s            10 2.58681k/s       1.6k
26: ViewResize_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.001 s         0.001 s            10 2.63375k/s       1.6k
26: ViewResize_NoInit_Rank6<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.001 s         0.001 s            10 2.98564k/s       1.6k
26: ViewResize_NoInit_Rank6<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.001 s         0.001 s            10 2.98249k/s       1.6k
26: ViewResize_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10 4.27291k/s       1.6k
26: ViewResize_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.81139k/s       1.6k
26: ViewResize_NoInit_Rank7<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 5.60193k/s       1.6k
26: ViewResize_NoInit_Rank7<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.93887k/s       1.6k
26: ViewResize_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time                0.000 s         0.000 s            10  3.2342k/s       1.6k
26: ViewResize_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time               0.000 s         0.000 s            10 4.79077k/s       1.6k
26: ViewResize_NoInit_Rank8<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time         0.000 s         0.000 s            10 3.83419k/s       1.6k
26: ViewResize_NoInit_Rank8<Kokkos::LayoutRight>/N:10/iterations:10/manual_time        0.000 s         0.000 s            10 5.86764k/s       1.6k
26: ViewResize_NoInit_Raw<Kokkos::LayoutLeft>/N:10/iterations:10/manual_time           0.001 s         0.001 s            10 1.17116k/s       1.6k
26: ViewResize_NoInit_Raw<Kokkos::LayoutRight>/N:10/iterations:10/manual_time          0.005 s         0.001 s            10  354.865/s       1.6k
26/54 Test #26: Kokkos_PerformanceTest_Benchmark .....................   Passed  147.42 sec
test 27
      Start 27: Kokkos_Benchmark_Atomic_MinMax

27: 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-09-12_T14-21-23.json"
27: Test timeout computed to be: 1500
27: Failed to add custom context "Kokkos" as it already exists with value "HIP[ 0 ] gcnArch gfx90a:sramecc+:xnack-, Total Global Memory: 63.98 GiB, Shared Memory per Block: 64 KiB, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected"
27: 2024-09-12T15:14:22+00:00
27: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_Benchmark_Atomic_MinMax
27: Run on (128 X 3336.39 MHz CPU s)
27: CPU Caches:
27:   L1 Data 32 KiB (x128)
27:   L1 Instruction 32 KiB (x128)
27:   L2 Unified 512 KiB (x128)
27:   L3 Unified 16384 KiB (x32)
27: Load Average: 18.51, 18.52, 18.46
27: CPU architecture: none
27: Default Device: HIP
27: GPU architecture: AMD_GFX90A
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.4.99
27: macro  KOKKOS_ENABLE_HIP: defined
27: macro KOKKOS_ENABLE_ROCTHRUST: defined
27: platform: 64bit
27: ----------------------------------------------------------------------------------------------------------------------------------------
27: Benchmark                                                                                              Time             CPU   Iterations
27: ----------------------------------------------------------------------------------------------------------------------------------------
27: Atomic_MinReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
27: Atomic_MaxReplacements<int>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
27: Atomic_MaxEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
27: Atomic_MinEarlyExits<int>/Length:1000000/iterations:10/manual_time                                 0.000 s         0.000 s            10
27: Atomic_ContentiousMaxReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
27: Atomic_ContentiousMinReplacements<int>/Length:200000/iterations:10/manual_time                     0.000 s         0.000 s            10
27: Atomic_MinReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
27: Atomic_MaxReplacements<long>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
27: Atomic_MaxEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
27: Atomic_MinEarlyExits<long>/Length:1000000/iterations:10/manual_time                                0.000 s         0.000 s            10
27: Atomic_ContentiousMaxReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
27: Atomic_ContentiousMinReplacements<long>/Length:200000/iterations:10/manual_time                    0.000 s         0.000 s            10
27: Atomic_MinReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
27: Atomic_MaxReplacements<long long>/Length:1000000/iterations:10/manual_time                         0.000 s         0.000 s            10
27: Atomic_MaxEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
27: Atomic_MinEarlyExits<long long>/Length:1000000/iterations:10/manual_time                           0.000 s         0.000 s            10
27: Atomic_ContentiousMaxReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
27: Atomic_ContentiousMinReplacements<long long>/Length:200000/iterations:10/manual_time               0.000 s         0.000 s            10
27: Atomic_MinReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
27: Atomic_MaxReplacements<unsigned int>/Length:1000000/iterations:10/manual_time                      0.000 s         0.000 s            10
27: Atomic_MaxEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
27: Atomic_MinEarlyExits<unsigned int>/Length:1000000/iterations:10/manual_time                        0.000 s         0.000 s            10
27: Atomic_ContentiousMaxReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
27: Atomic_ContentiousMinReplacements<unsigned int>/Length:200000/iterations:10/manual_time            0.000 s         0.000 s            10
27: Atomic_MinReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
27: Atomic_MaxReplacements<unsigned long>/Length:1000000/iterations:10/manual_time                     0.000 s         0.000 s            10
27: Atomic_MaxEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
27: Atomic_MinEarlyExits<unsigned long>/Length:1000000/iterations:10/manual_time                       0.000 s         0.000 s            10
27: Atomic_ContentiousMaxReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
27: Atomic_ContentiousMinReplacements<unsigned long>/Length:200000/iterations:10/manual_time           0.000 s         0.000 s            10
27: Atomic_MinReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
27: Atomic_MaxReplacements<unsigned long long>/Length:1000000/iterations:10/manual_time                0.000 s         0.000 s            10
27: Atomic_MaxEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
27: Atomic_MinEarlyExits<unsigned long long>/Length:1000000/iterations:10/manual_time                  0.000 s         0.000 s            10
27: Atomic_ContentiousMaxReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
27: Atomic_ContentiousMinReplacements<unsigned long long>/Length:200000/iterations:10/manual_time      0.000 s         0.000 s            10
27: Atomic_MinReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
27: Atomic_MaxReplacements<float>/Length:1000000/iterations:10/manual_time                             0.000 s         0.000 s            10
27: Atomic_MaxEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
27: Atomic_MinEarlyExits<float>/Length:1000000/iterations:10/manual_time                               0.000 s         0.000 s            10
27: Atomic_ContentiousMaxReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
27: Atomic_ContentiousMinReplacements<float>/Length:200000/iterations:10/manual_time                   0.000 s         0.000 s            10
27: Atomic_MinReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
27: Atomic_MaxReplacements<double>/Length:1000000/iterations:10/manual_time                            0.000 s         0.000 s            10
27: Atomic_MaxEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
27: Atomic_MinEarlyExits<double>/Length:1000000/iterations:10/manual_time                              0.000 s         0.000 s            10
27: Atomic_ContentiousMaxReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
27: Atomic_ContentiousMinReplacements<double>/Length:200000/iterations:10/manual_time                  0.000 s         0.000 s            10
27/54 Test #27: Kokkos_Benchmark_Atomic_MinMax .......................   Passed    0.68 sec
test 28
      Start 28: Kokkos_PerformanceTest_Mempool

28: 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-09-12_T14-21-23.json"
28: Test timeout computed to be: 1500
28: Failed to add custom context "Kokkos" as it already exists with value "HIP[ 0 ] gcnArch gfx90a:sramecc+:xnack-, Total Global Memory: 63.98 GiB, Shared Memory per Block: 64 KiB, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected"
28: 2024-09-12T15:14:23+00:00
28: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Mempool
28: Run on (128 X 3334.83 MHz CPU s)
28: CPU Caches:
28:   L1 Data 32 KiB (x128)
28:   L1 Instruction 32 KiB (x128)
28:   L2 Unified 512 KiB (x128)
28:   L3 Unified 16384 KiB (x32)
28: Load Average: 19.35, 18.69, 18.51
28: CPU architecture: none
28: Default Device: HIP
28: GPU architecture: AMD_GFX90A
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.4.99
28: macro  KOKKOS_ENABLE_HIP: defined
28: macro KOKKOS_ENABLE_ROCTHRUST: defined
28: platform: 64bit
28: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: fill ops per second
28: ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: 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          3101               18.9081M/s
28: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: Benchmark                                                                                                                                             Time             CPU   Iterations FOM: cycle ops per second
28: -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
28: 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          9156                144.974M/s
28/54 Test #28: Kokkos_PerformanceTest_Mempool .......................   Passed    3.68 sec
test 29
      Start 29: Kokkos_PerformanceTest_Atomic

29: 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-09-12_T14-21-23.json"
29: Test timeout computed to be: 1500
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewEmptyRuntimeUnmanaged.cpp.o
29: Failed to add custom context "Kokkos" as it already exists with value "HIP[ 0 ] gcnArch gfx90a:sramecc+:xnack-, Total Global Memory: 63.98 GiB, Shared Memory per Block: 64 KiB, APU or dGPU: dGPU, Is Large Bar: 1, Supports Managed Memory: 1, Wavefront Size: 64 : Selected"
29: 2024-09-12T15:14:26+00:00
29: Running /var/jenkins/workspace/Kokkos_PR-5993/build/core/perf_test/Kokkos_PerformanceTest_Atomic
29: Run on (128 X 3343.44 MHz CPU s)
29: CPU Caches:
29:   L1 Data 32 KiB (x128)
29:   L1 Instruction 32 KiB (x128)
29:   L2 Unified 512 KiB (x128)
29:   L3 Unified 16384 KiB (x32)
29: Load Average: 19.35, 18.69, 18.51
29: CPU architecture: none
29: Default Device: HIP
29: GPU architecture: AMD_GFX90A
29: KOKKOS_COMPILER_CLANG: 1400
29: KOKKOS_ENABLE_ASM: no
29: KOKKOS_ENABLE_CXX17: yes
29: KOKKOS_ENABLE_CXX20: no
29: KOKKOS_ENABLE_CXX23: no
29: KOKKOS_ENABLE_CXX26: no
29: KOKKOS_ENABLE_DEBUG_BOUNDS_CHECK: no
29: KOKKOS_ENABLE_HIP: yes
29: KOKKOS_ENABLE_HIP_RELOCATABLE_DEVICE_CODE: no
29: KOKKOS_ENABLE_HWLOC: no
29: KOKKOS_ENABLE_LIBDL: yes
29: KOKKOS_ENABLE_OPENMP: yes
29: KOKKOS_ENABLE_PRAGMA_IVDEP: no
29: KOKKOS_ENABLE_PRAGMA_LOOPCOUNT: no
29: KOKKOS_ENABLE_PRAGMA_UNROLL: no
29: KOKKOS_ENABLE_PRAGMA_VECTOR: no
29: Kokkos: OpenMP thread_pool_topology[ 1 x 8 x 1 ]
29: Kokkos Version: 4.4.99
29: macro  KOKKOS_ENABLE_HIP: defined
29: macro KOKKOS_ENABLE_ROCTHRUST: defined
29: platform: 64bit
37: Test_Atomic<unsigned long int>/100000/iterations:10            1.95 s          1.95 s            10          1            8    4.87521m        3.27662m     299.76u     4.99995G         623.176k     4.99995G
29: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29: Benchmark                                                         Time             CPU   Iterations     Passed Size of type Time atomic Time non-atomic Time serial Value atomic Value non-atomic Value serial
29: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29: Test_Atomic<int>/30000/iterations:10                          0.302 s         0.270 s            10          1            4     6.4979m          4.239m      300.9u     449.985M         185.232k     449.985M
[ 81%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewHooks.cpp.o
37: Test_Atomic<unsigned long long int>/100000/iterations:10       1.95 s          1.95 s            10          1            8    4.88512m        3.11012m     299.65u     4.99995G          758.16k     4.99995G
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsSearch_n.cpp.o
[ 81%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveIf.cpp.o
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewLayoutStrideAssignment.cpp.o
37: Test_Atomic<float>/100000/iterations:10                        2.07 s          2.07 s            10          0            4    6.22992m        3.30197m     897.68u     4.99999G         860.032k     4.99989G
[ 82%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_a.cpp.o
[ 82%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformExclusiveScan.cpp.o
37: Test_Atomic<double>/100000/iterations:10                       1.95 s          1.95 s            10          1            8     6.4296m        3.56315m     897.57u     4.99995G         1.17438M     4.99995G
37/61 Test #37: Kokkos_PerformanceTest_Atomic ........................   Passed  141.51 sec
test 38
      Start 38: Kokkos_ContainersUnitTest_Serial

38: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/containers/unit_tests/Kokkos_ContainersUnitTest_Serial
38: Test timeout computed to be: 1500
38: [==========] Running 63 tests from 1 test suite.
38: [----------] Global test environment set-up.
38: [----------] 63 tests from serial
38: [ RUN      ] serial.bitset
38: [       OK ] serial.bitset (1300 ms)
38: [ RUN      ] serial.bitset_default_constructor_no_alloc
38: [       OK ] serial.bitset_default_constructor_no_alloc (0 ms)
38: [ RUN      ] serial.dualview_combination
38: [       OK ] serial.dualview_combination (0 ms)
38: [ RUN      ] serial.dualview_alloc
38: [       OK ] serial.dualview_alloc (0 ms)
38: [ RUN      ] serial.test_dualview_copy_construction_and_assignment
38: [       OK ] serial.test_dualview_copy_construction_and_assignment (0 ms)
38: [ RUN      ] serial.dualview_combinations_without_init
38: [       OK ] serial.dualview_combinations_without_init (0 ms)
38: [ RUN      ] serial.dualview_deep_copy
38: [       OK ] serial.dualview_deep_copy (0 ms)
38: [ RUN      ] serial.dualview_realloc
38: [       OK ] serial.dualview_realloc (0 ms)
38: [ RUN      ] serial.dualview_resize
38: [       OK ] serial.dualview_resize (0 ms)
38: [ RUN      ] serial.dualview_device_correct_kokkos_device
38: [       OK ] serial.dualview_device_correct_kokkos_device (0 ms)
38: [ RUN      ] serial.dualview_host_correct_kokkos_device
38: [       OK ] serial.dualview_host_correct_kokkos_device (0 ms)
38: [ RUN      ] serial.dualview_host_modify_template_device_sync
38: [       OK ] serial.dualview_host_modify_template_device_sync (0 ms)
38: [ RUN      ] serial.dualview_host_modify_template_device_execspace_sync
38: [       OK ] serial.dualview_host_modify_template_device_execspace_sync (0 ms)
38: [ RUN      ] serial.dualview_device_modify_template_host_sync
38: [       OK ] serial.dualview_device_modify_template_host_sync (0 ms)
38: [ RUN      ] serial.dualview_device_modify_template_host_execspace_sync
38: [       OK ] serial.dualview_device_modify_template_host_execspace_sync (0 ms)
38: [ RUN      ] serial.dualview_template_views_return_correct_executionspace_views
38: [       OK ] serial.dualview_template_views_return_correct_executionspace_views (0 ms)
38: [ RUN      ] serial.dualview_template_views_return_correct_views_from_const_dual_view
38: [       OK ] serial.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
38: [ RUN      ] serial.dynamic_view
38: [       OK ] serial.dynamic_view (6 ms)
38: [ RUN      ] serial.dyn_rank_view_api_generic
38: [       OK ] serial.dyn_rank_view_api_generic (6 ms)
38: [ RUN      ] serial.dyn_rank_view_api_operator_rank12345
38: [       OK ] serial.dyn_rank_view_api_operator_rank12345 (0 ms)
38: [ RUN      ] serial.dyn_rank_view_check_fence_resize_realloc
38: /var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
38: skipping since not default execution space
38: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc (0 ms)
38: [ RUN      ] serial.dyn_rank_view_api_operator_rank67
38: [       OK ] serial.dyn_rank_view_api_operator_rank67 (0 ms)
38: [ RUN      ] serial.ErrorReporterViaLambda
38: [       OK ] serial.ErrorReporterViaLambda (0 ms)
38: [ RUN      ] serial.ErrorReporter
38: [       OK ] serial.ErrorReporter (0 ms)
38: [ RUN      ] serial.offsetview_construction
38: [       OK ] serial.offsetview_construction (19 ms)
38: [ RUN      ] serial.offsetview_unmanaged_construction
38: [       OK ] serial.offsetview_unmanaged_construction (0 ms)
38: [ RUN      ] serial.offsetview_subview
38: [       OK ] serial.offsetview_subview (5 ms)
38: [ RUN      ] serial.offsetview_offsets_rank1
38: [       OK ] serial.offsetview_offsets_rank1 (0 ms)
38: [ RUN      ] serial.offsetview_offsets_rank2
38: [       OK ] serial.offsetview_offsets_rank2 (0 ms)
38: [ RUN      ] serial.offsetview_offsets_rank3
38: [       OK ] serial.offsetview_offsets_rank3 (0 ms)
38: [ RUN      ] serial.scatterview
38: [       OK ] serial.scatterview (1646 ms)
38: [ RUN      ] serial.scatterview_devicetype
38: [       OK ] serial.scatterview_devicetype (1 ms)
38: [ RUN      ] serial.staticcrsgraph
38: [       OK ] serial.staticcrsgraph (8 ms)
38: [ RUN      ] serial.resize_realloc_no_init_dualview
38: [       OK ] serial.resize_realloc_no_init_dualview (0 ms)
38: [ RUN      ] serial.resize_realloc_no_alloc_dualview
38: [       OK ] serial.resize_realloc_no_alloc_dualview (0 ms)
38: [ RUN      ] serial.resize_exec_space_dualview
38: [       OK ] serial.resize_exec_space_dualview (0 ms)
38: [ RUN      ] serial.realloc_exec_space_dualview
38: [       OK ] serial.realloc_exec_space_dualview (0 ms)
38: [ RUN      ] serial.resize_realloc_no_init_dynrankview
38: [       OK ] serial.resize_realloc_no_init_dynrankview (0 ms)
38: [ RUN      ] serial.resize_exec_space_dynrankview
38: [       OK ] serial.resize_exec_space_dynrankview (0 ms)
38: [ RUN      ] serial.realloc_exec_space_dynrankview
38: [       OK ] serial.realloc_exec_space_dynrankview (0 ms)
38: [ RUN      ] serial.resize_realloc_no_init_scatterview
38: [       OK ] serial.resize_realloc_no_init_scatterview (0 ms)
38: [ RUN      ] serial.resize_realloc_no_alloc_scatterview
38: [       OK ] serial.resize_realloc_no_alloc_scatterview (0 ms)
38: [ RUN      ] serial.resize_exec_space_scatterview
38: [       OK ] serial.resize_exec_space_scatterview (0 ms)
38: [ RUN      ] serial.realloc_exec_space_scatterview
38: [       OK ] serial.realloc_exec_space_scatterview (0 ms)
38: [ RUN      ] serial.create_mirror_no_init_dynrankview
38: [       OK ] serial.create_mirror_no_init_dynrankview (0 ms)
38: [ RUN      ] serial.create_mirror_no_init_dynrankview_viewctor
38: [       OK ] serial.create_mirror_no_init_dynrankview_viewctor (0 ms)
38: [ RUN      ] serial.create_mirror_view_and_copy_dynrankview
38: [       OK ] serial.create_mirror_view_and_copy_dynrankview (0 ms)
38: [ RUN      ] serial.create_mirror_no_init_offsetview
38: [       OK ] serial.create_mirror_no_init_offsetview (0 ms)
38: [ RUN      ] serial.create_mirror_no_init_offsetview_view_ctor
38: [       OK ] serial.create_mirror_no_init_offsetview_view_ctor (0 ms)
38: [ RUN      ] serial.create_mirror_view_and_copy_offsetview
38: [       OK ] serial.create_mirror_view_and_copy_offsetview (0 ms)
38: [ RUN      ] serial.create_mirror_no_init_dynamicview
38: [       OK ] serial.create_mirror_no_init_dynamicview (0 ms)
38: [ RUN      ] serial.create_mirror_view_and_copy_dynamicview
38: [       OK ] serial.create_mirror_view_and_copy_dynamicview (0 ms)
38: [ RUN      ] serial.create_mirror_no_init_dynamicview_view_ctor
38: [       OK ] serial.create_mirror_no_init_dynamicview_view_ctor (0 ms)
38: [ RUN      ] serial.UnorderedMap_insert
38: [       OK ] serial.UnorderedMap_insert (7178 ms)
38: [ RUN      ] serial.UnorderedMap_failed_insert
38: [       OK ] serial.UnorderedMap_failed_insert (5049 ms)
38: [ RUN      ] serial.UnorderedMap_deep_copy
38: [       OK ] serial.UnorderedMap_deep_copy (2 ms)
38: [ RUN      ] serial.UnorderedMap_valid_empty
38: [       OK ] serial.UnorderedMap_valid_empty (0 ms)
38: [ RUN      ] serial.UnorderedMap_clear_zero_size
38: [       OK ] serial.UnorderedMap_clear_zero_size (0 ms)
38: [ RUN      ] serial.UnorderedMap_consistent_size
38: [       OK ] serial.UnorderedMap_consistent_size (0 ms)
38: [ RUN      ] serial.UnorderedMap_shallow_copyable_on_device
38: [       OK ] serial.UnorderedMap_shallow_copyable_on_device (0 ms)
38: [ RUN      ] serial.UnorderedMap_lambda_capturable
38: [       OK ] serial.UnorderedMap_lambda_capturable (0 ms)
38: [ RUN      ] serial.UnorderedMap_constructor_view_alloc
38: [       OK ] serial.UnorderedMap_constructor_view_alloc (0 ms)
38: [ RUN      ] serial.viewctorprop_embedded_dim
38: [       OK ] serial.viewctorprop_embedded_dim (0 ms)
38: [----------] 63 tests from serial (15233 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 63 tests from 1 test suite ran. (15233 ms total)
38: [  PASSED  ] 62 tests.
38: [  SKIPPED ] 1 test, listed below:
38: [  SKIPPED ] serial.dyn_rank_view_check_fence_resize_realloc
38/61 Test #38: Kokkos_ContainersUnitTest_Serial .....................   Passed   15.77 sec
test 39
      Start 39: Kokkos_ContainersUnitTest_SYCL

39: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/containers/unit_tests/Kokkos_ContainersUnitTest_SYCL
39: Test timeout computed to be: 1500
39: [==========] Running 63 tests from 1 test suite.
39: [----------] Global test environment set-up.
39: [----------] 63 tests from sycl
39: [ RUN      ] sycl.bitset
39: [       OK ] sycl.bitset (17 ms)
39: [ RUN      ] sycl.bitset_default_constructor_no_alloc
39: [       OK ] sycl.bitset_default_constructor_no_alloc (0 ms)
39: [ RUN      ] sycl.dualview_combination
39: [       OK ] sycl.dualview_combination (0 ms)
39: [ RUN      ] sycl.dualview_alloc
39: [       OK ] sycl.dualview_alloc (0 ms)
39: [ RUN      ] sycl.test_dualview_copy_construction_and_assignment
39: [       OK ] sycl.test_dualview_copy_construction_and_assignment (0 ms)
39: [ RUN      ] sycl.dualview_combinations_without_init
39: [       OK ] sycl.dualview_combinations_without_init (0 ms)
39: [ RUN      ] sycl.dualview_deep_copy
39: [       OK ] sycl.dualview_deep_copy (1 ms)
39: [ RUN      ] sycl.dualview_realloc
39: [       OK ] sycl.dualview_realloc (0 ms)
39: [ RUN      ] sycl.dualview_resize
39: [       OK ] sycl.dualview_resize (1 ms)
39: [ RUN      ] sycl.dualview_device_correct_kokkos_device
39: [       OK ] sycl.dualview_device_correct_kokkos_device (0 ms)
39: [ RUN      ] sycl.dualview_host_correct_kokkos_device
39: [       OK ] sycl.dualview_host_correct_kokkos_device (0 ms)
39: [ RUN      ] sycl.dualview_host_modify_template_device_sync
39: [       OK ] sycl.dualview_host_modify_template_device_sync (0 ms)
39: [ RUN      ] sycl.dualview_host_modify_template_device_execspace_sync
39: [       OK ] sycl.dualview_host_modify_template_device_execspace_sync (0 ms)
39: [ RUN      ] sycl.dualview_device_modify_template_host_sync
39: [       OK ] sycl.dualview_device_modify_template_host_sync (0 ms)
39: [ RUN      ] sycl.dualview_device_modify_template_host_execspace_sync
39: [       OK ] sycl.dualview_device_modify_template_host_execspace_sync (0 ms)
39: [ RUN      ] sycl.dualview_template_views_return_correct_executionspace_views
39: [       OK ] sycl.dualview_template_views_return_correct_executionspace_views (0 ms)
39: [ RUN      ] sycl.dualview_template_views_return_correct_views_from_const_dual_view
39: [       OK ] sycl.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
39: [ RUN      ] sycl.dynamic_view
39: [       OK ] sycl.dynamic_view (20 ms)
39: [ RUN      ] sycl.dyn_rank_view_api_generic
39: [       OK ] sycl.dyn_rank_view_api_generic (8 ms)
39: [ RUN      ] sycl.dyn_rank_view_api_operator_rank12345
39: [       OK ] sycl.dyn_rank_view_api_operator_rank12345 (1 ms)
39: [ RUN      ] sycl.dyn_rank_view_check_fence_resize_realloc
39: [       OK ] sycl.dyn_rank_view_check_fence_resize_realloc (1 ms)
39: [ RUN      ] sycl.dyn_rank_view_api_operator_rank67
39: [       OK ] sycl.dyn_rank_view_api_operator_rank67 (0 ms)
39: [ RUN      ] sycl.ErrorReporterViaLambda
39: [       OK ] sycl.ErrorReporterViaLambda (0 ms)
39: [ RUN      ] sycl.ErrorReporter
39: [       OK ] sycl.ErrorReporter (0 ms)
39: [ RUN      ] sycl.offsetview_construction
39: [       OK ] sycl.offsetview_construction (3 ms)
39: [ RUN      ] sycl.offsetview_unmanaged_construction
39: [       OK ] sycl.offsetview_unmanaged_construction (0 ms)
39: [ RUN      ] sycl.offsetview_subview
39: [       OK ] sycl.offsetview_subview (0 ms)
39: [ RUN      ] sycl.offsetview_offsets_rank1
39: [       OK ] sycl.offsetview_offsets_rank1 (0 ms)
39: [ RUN      ] sycl.offsetview_offsets_rank2
39: [       OK ] sycl.offsetview_offsets_rank2 (0 ms)
39: [ RUN      ] sycl.offsetview_offsets_rank3
39: [       OK ] sycl.offsetview_offsets_rank3 (0 ms)
39: [ RUN      ] sycl.scatterview
29: Test_Atomic<long int>/100000/iterations:10                     7.18 s          7.10 s            10          1            8     12.1811        1.54391m     299.67u     4.99995G         1.56999M     4.99995G
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMismatch.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_C.dir/TestStdAlgorithmsMoveBackward.cpp.o
[ 83%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_E.dir/TestStdAlgorithmsTransformInclusiveScan.cpp.o
29: Test_Atomic<long long int>/100000/iterations:10                2.38 s          2.36 s            10          1            8      2.444m        1.48179m     299.67u     4.99995G         1.69821M     4.99995G
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopy.cpp.o
39: [       OK ] sycl.scatterview (28420 ms)
39: [ RUN      ] sycl.scatterview_devicetype
39: [       OK ] sycl.scatterview_devicetype (8850 ms)
39: [ RUN      ] sycl.staticcrsgraph
39: [       OK ] sycl.staticcrsgraph (27 ms)
39: [ RUN      ] sycl.resize_realloc_no_init_dualview
39: [       OK ] sycl.resize_realloc_no_init_dualview (0 ms)
39: [ RUN      ] sycl.resize_realloc_no_alloc_dualview
39: [       OK ] sycl.resize_realloc_no_alloc_dualview (0 ms)
39: [ RUN      ] sycl.resize_exec_space_dualview
39: [       OK ] sycl.resize_exec_space_dualview (0 ms)
39: [ RUN      ] sycl.realloc_exec_space_dualview
39: [       OK ] sycl.realloc_exec_space_dualview (0 ms)
39: [ RUN      ] sycl.resize_realloc_no_init_dynrankview
39: [       OK ] sycl.resize_realloc_no_init_dynrankview (0 ms)
39: [ RUN      ] sycl.resize_exec_space_dynrankview
39: [       OK ] sycl.resize_exec_space_dynrankview (0 ms)
39: [ RUN      ] sycl.realloc_exec_space_dynrankview
39: [       OK ] sycl.realloc_exec_space_dynrankview (0 ms)
39: [ RUN      ] sycl.resize_realloc_no_init_scatterview
39: [       OK ] sycl.resize_realloc_no_init_scatterview (0 ms)
39: [ RUN      ] sycl.resize_realloc_no_alloc_scatterview
39: [       OK ] sycl.resize_realloc_no_alloc_scatterview (0 ms)
39: [ RUN      ] sycl.resize_exec_space_scatterview
39: [       OK ] sycl.resize_exec_space_scatterview (0 ms)
39: [ RUN      ] sycl.realloc_exec_space_scatterview
39: [       OK ] sycl.realloc_exec_space_scatterview (0 ms)
39: [ RUN      ] sycl.create_mirror_no_init_dynrankview
39: [       OK ] sycl.create_mirror_no_init_dynrankview (0 ms)
39: [ RUN      ] sycl.create_mirror_no_init_dynrankview_viewctor
39: [       OK ] sycl.create_mirror_no_init_dynrankview_viewctor (0 ms)
39: [ RUN      ] sycl.create_mirror_view_and_copy_dynrankview
39: [       OK ] sycl.create_mirror_view_and_copy_dynrankview (0 ms)
39: [ RUN      ] sycl.create_mirror_no_init_offsetview
39: [       OK ] sycl.create_mirror_no_init_offsetview (0 ms)
39: [ RUN      ] sycl.create_mirror_no_init_offsetview_view_ctor
39: [       OK ] sycl.create_mirror_no_init_offsetview_view_ctor (0 ms)
39: [ RUN      ] sycl.create_mirror_view_and_copy_offsetview
39: [       OK ] sycl.create_mirror_view_and_copy_offsetview (0 ms)
39: [ RUN      ] sycl.create_mirror_no_init_dynamicview
39: [       OK ] sycl.create_mirror_no_init_dynamicview (0 ms)
39: [ RUN      ] sycl.create_mirror_view_and_copy_dynamicview
39: [       OK ] sycl.create_mirror_view_and_copy_dynamicview (0 ms)
39: [ RUN      ] sycl.create_mirror_no_init_dynamicview_view_ctor
39: [       OK ] sycl.create_mirror_no_init_dynamicview_view_ctor (0 ms)
39: [ RUN      ] sycl.UnorderedMap_insert
39: [       OK ] sycl.UnorderedMap_insert (2668 ms)
39: [ RUN      ] sycl.UnorderedMap_failed_insert
39: [       OK ] sycl.UnorderedMap_failed_insert (2490 ms)
39: [ RUN      ] sycl.UnorderedMap_deep_copy
39: [       OK ] sycl.UnorderedMap_deep_copy (4 ms)
39: [ RUN      ] sycl.UnorderedMap_valid_empty
39: [       OK ] sycl.UnorderedMap_valid_empty (1 ms)
39: [ RUN      ] sycl.UnorderedMap_clear_zero_size
39: [       OK ] sycl.UnorderedMap_clear_zero_size (0 ms)
39: [ RUN      ] sycl.UnorderedMap_consistent_size
39: [       OK ] sycl.UnorderedMap_consistent_size (0 ms)
39: [ RUN      ] sycl.UnorderedMap_shallow_copyable_on_device
39: [       OK ] sycl.UnorderedMap_shallow_copyable_on_device (0 ms)
39: [ RUN      ] sycl.UnorderedMap_lambda_capturable
39: [       OK ] sycl.UnorderedMap_lambda_capturable (0 ms)
39: [ RUN      ] sycl.UnorderedMap_constructor_view_alloc
39: [       OK ] sycl.UnorderedMap_constructor_view_alloc (0 ms)
39: [ RUN      ] sycl.viewctorprop_embedded_dim
39: [       OK ] sycl.viewctorprop_embedded_dim (0 ms)
39: [----------] 63 tests from sycl (42534 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 63 tests from 1 test suite ran. (42534 ms total)
39: [  PASSED  ] 63 tests.
39/61 Test #39: Kokkos_ContainersUnitTest_SYCL .......................   Passed   42.93 sec
test 40
      Start 40: Kokkos_UnitTest_Sort

40: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
40: Test timeout computed to be: 1500
40: [==========] Running 17 tests from 1 test suite.
40: [----------] Global test environment set-up.
40: [----------] 17 tests from sycl
40: [ RUN      ] sycl.SortUnsignedValueType
40: [       OK ] sycl.SortUnsignedValueType (17 ms)
40: [ RUN      ] sycl.SortEmptyView
40: [       OK ] sycl.SortEmptyView (0 ms)
40: [ RUN      ] sycl.SortByKeyEmptyView
40: [       OK ] sycl.SortByKeyEmptyView (0 ms)
40: [ RUN      ] sycl.SortByKeyEmptyViewHost
40: [       OK ] sycl.SortByKeyEmptyViewHost (0 ms)
40: [ RUN      ] sycl.SortByKey
40: [       OK ] sycl.SortByKey (0 ms)
40: [ RUN      ] sycl.SortByKeyWithComparator
40: [       OK ] sycl.SortByKeyWithComparator (1 ms)
40: [ RUN      ] sycl.SortByKeyStaticExtents
40: [       OK ] sycl.SortByKeyStaticExtents (0 ms)
40: [ RUN      ] sycl.SortByKeyWithStrides
40: [       OK ] sycl.SortByKeyWithStrides (0 ms)
40: [ RUN      ] sycl.SortByKeyKeysLargerThanValues
40: 
40: [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.
40: 
40: [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.
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_b.cpp.o
40: [       OK ] sycl.SortByKeyKeysLargerThanValues (722 ms)
40: [ RUN      ] sycl.SortWithCustomComparator
40: [       OK ] sycl.SortWithCustomComparator (675 ms)
40: [ RUN      ] sycl.BinSortGenericTests
40: [       OK ] sycl.BinSortGenericTests (10 ms)
40: [ RUN      ] sycl.BinSortEmptyView
40: [       OK ] sycl.BinSortEmptyView (0 ms)
40: [ RUN      ] sycl.BinSortEmptyKeysView
40: [       OK ] sycl.BinSortEmptyKeysView (0 ms)
40: [ RUN      ] sycl.BinSort_issue_7221
40: [       OK ] sycl.BinSort_issue_7221 (0 ms)
40: [ RUN      ] sycl.BinSortUnsignedKeyLayoutStrideValues
29: Test_Atomic<unsigned int>/100000/iterations:10                 2.28 s          2.27 s            10          1            4     2.4426m        1.87323m     299.57u     704.983M         2.11978M     704.983M
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/UnitTestMain.cpp.o
40: [       OK ] sycl.BinSortUnsignedKeyLayoutStrideValues (13495 ms)
40: [ RUN      ] sycl.NestedSort
40: [       OK ] sycl.NestedSort (34 ms)
40: [ RUN      ] sycl.NestedSortByKey
40: [       OK ] sycl.NestedSortByKey (98 ms)
40: [----------] 17 tests from sycl (15058 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 17 tests from 1 test suite ran. (15058 ms total)
40: [  PASSED  ] 17 tests.
40/61 Test #40: Kokkos_UnitTest_Sort .................................   Passed   15.44 sec
test 41
      Start 41: Kokkos_UnitTest_Random

41: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_UnitTest_Random
41: Test timeout computed to be: 1500
41: [==========] Running 3 tests from 1 test suite.
41: [----------] Global test environment set-up.
41: [----------] 3 tests from sycl
41: [ RUN      ] sycl.Random_XorShift64
41: Test Seed:1726154201221209546
41: Test Scalar=int
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 6.43252e-07 -0.00606969 -0.0337586 || 0.051031 27983 29340 || 28849.5 28674.4 || -466.678 -2.0744
41:  -- Testing 3-D histogram
41: Density 3D: 6.43252e-07 0.00141047 -0.000894433 || 0.051031 1e+64 -1e+64
41: Test Scalar=unsigned int
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 6.45775e-07 0.016689 -0.0136937 || 0.051031 27961 29313 || 28203.7 28674.4 || -189.301 -2.0744
41:  -- Testing 3-D histogram
41: Density 3D: 6.5082e-07 0.000112999 -0.00553091 || 0.051031 1e+64 -1e+64
41: Test Scalar=int64_t
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 6.43252e-07 1.34336e-06 0.00224143 || 0.051031 28069 29371 || 28674.3 28674.4 || 30.9855 -2.0744
41:  -- Testing 3-D histogram
41: Density 3D: 6.43252e-07 0.00157843 -0.0024437 || 0.051031 1e+64 -1e+64
41: Test Scalar=uint64_t
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 6.43252e-07 -0.0141555 0.000613567 || 0.051031 28073 29306 || 29086.1 28674.4 || 8.48195 -2.0744
41:  -- Testing 3-D histogram
41: Density 3D: 6.43252e-07 0.00907948 -0.00355778 || 0.051031 1e+64 -1e+64
41: Test Scalar=half
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 0.000246454 -0.99999 -48245.4 || 0.051031 0 194978 || 2.92867e+09 28674.4 || -6.66944e+08 -2.0744
41:  -- Testing 3-D histogram
41: Density 3D: 0.000738241 -0.298552 0.157919 || 0.051031 1e+64 -1e+64
41: Test Scalar=bhalf
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 6.71e-07 -0.013243 0.00856819 || 0.051031 27970 29398 || 29059.2 28674.4 || 118.447 -2.0744
41:  -- Testing 3-D histogram
41: Density 3D: 7.26496e-07 0.00101587 0.00216747 || 0.051031 1e+64 -1e+64
41: Test Scalar=float
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 6.73523e-07 -0.00635534 0.0265383 || 0.051031 28026 29338 || 28857.8 28674.4 || 366.866 -2.0744
41:  -- Testing 3-D histogram
41: Density 3D: 7.34064e-07 -0.00198462 -0.00426219 || 0.051031 1e+64 -1e+64
41: Test Scalar=double
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 6.43252e-07 -0.0136669 0.0106715 || 0.051031 28017 29299 || 29071.7 28674.4 || 147.523 -2.0744
41:  -- Testing 3-D histogram
41: Density 3D: 6.43252e-07 0.000148478 -0.00327897 || 0.051031 1e+64 -1e+64
41: Test Seed:1726154201394348692
41: Test Scalar=int
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 6.45775e-07 -0.0200726 -0.00989526 || 0.051031 27998 29319 || 29261.7 28674.4 || -136.792 -2.0744
41:  -- Testing 3-D histogram
41: Density 3D: 6.5082e-07 0.0127914 0.00137281 || 0.051031 1e+64 -1e+64
41: Test Scalar=unsigned int
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 6.43252e-07 0.00668107 -0.00264801 || 0.051031 28058 29336 || 28484.1 28674.4 || -36.6062 -2.0744
41:  -- Testing 3-D histogram
41: Density 3D: 6.43252e-07 -0.0147801 -0.0061714 || 0.051031 1e+64 -1e+64
41: Test Scalar=int64_t
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 6.43252e-07 0.00709752 0.008992 || 0.051031 28085 29292 || 28472.3 28674.4 || 124.305 -2.0744
41:  -- Testing 3-D histogram
41: Density 3D: 6.43252e-07 -0.00431116 0.00114557 || 0.051031 1e+64 -1e+64
41: Test Scalar=uint64_t
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 6.43252e-07 -0.0149683 0.000802436 || 0.051031 27956 29379 || 29110.1 28674.4 || 11.0929 -2.0744
41:  -- Testing 3-D histogram
41: Density 3D: 6.43252e-07 0.000783801 -0.000782482 || 0.051031 1e+64 -1e+64
41: Test Scalar=half
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 0.000245336 -0.99999 -48240.8 || 0.051031 0 195223 || 2.92845e+09 28674.4 || -6.66881e+08 -2.0744
41:  -- Testing 3-D histogram
41: Density 3D: 0.00073483 -0.306616 0.17048 || 0.051031 1e+64 -1e+64
41: Test Scalar=bhalf
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 6.73523e-07 0.00147527 -0.0329747 || 0.051031 28051 29333 || 28632.1 28674.4 || -455.842 -2.0744
41:  -- Testing 3-D histogram
41: Density 3D: 7.34064e-07 -0.00608656 -0.00366509 || 0.051031 1e+64 -1e+64
41: Test Scalar=float
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 6.73523e-07 -0.00580954 -0.0126666 || 0.051031 28078 29310 || 28841.9 28674.4 || -175.103 -2.0744
41:  -- Testing 3-D histogram
41: Density 3D: 7.34064e-07 0.0164946 0.00261417 || 0.051031 1e+64 -1e+64
41: Test Scalar=double
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 6.43252e-07 0.0126483 0.0187337 || 0.051031 28049 29365 || 28316.2 28674.4 || 258.974 -2.0744
41:  -- Testing 3-D histogram
41: Density 3D: 6.43252e-07 0.00995373 -0.00270728 || 0.051031 1e+64 -1e+64
41: [       OK ] sycl.Random_XorShift64 (378 ms)
41: [ RUN      ] sycl.Random_XorShift1024_0
41: Test Seed:1726154201599334378
41: Test Scalar=int
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 2.47955e-07 0.0180281 -0.00114229 || 0.051031 10979 11840 || 11175.5 11377 || -15.7911 -0.823045
41:  -- Testing 3-D histogram
41: Density 3D: 2.47955e-07 -0.00709274 0.00443668 || 0.051031 1e+64 -1e+64
41: Test Scalar=unsigned int
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 2.47955e-07 0.010157 -0.0103078 || 0.051031 10924 11792 || 11262.6 11377 || -142.495 -0.823045
41:  -- Testing 3-D histogram
41: Density 3D: 2.47955e-07 0.00272816 -0.00212152 || 0.051031 1e+64 -1e+64
41: Test Scalar=int64_t
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 2.47955e-07 -0.0123279 -0.00412123 || 0.051031 10988 11819 || 11519 11377 || -56.9719 -0.823045
41:  -- Testing 3-D histogram
41: Density 3D: 2.47955e-07 -0.0141495 0.000803297 || 0.051031 1e+64 -1e+64
41: Test Scalar=uint64_t
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 2.47955e-07 -0.00812154 0.00184761 || 0.051031 10961 11803 || 11470.1 11377 || 25.5414 -0.823045
41:  -- Testing 3-D histogram
41: Density 3D: 2.47955e-07 -0.00714531 -0.00295858 || 0.051031 1e+64 -1e+64
41: Test Scalar=half
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 0.000244626 -0.999975 -7594.73 || 0.051031 0 77606 || 4.61051e+08 11377 || -1.0499e+08 -0.823045
41:  -- Testing 3-D histogram
41: Density 3D: 0.00073357 -0.144748 0.0256559 || 0.051031 1e+64 -1e+64
41: Test Scalar=bhalf
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 2.73387e-07 -0.0208482 0.00323932 || 0.051031 10978 11813 || 11619.2 11377 || 44.7804 -0.823045
41:  -- Testing 3-D histogram
41: Density 3D: 3.24249e-07 -0.0073163 0.0018236 || 0.051031 1e+64 -1e+64
41: Test Scalar=float
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 2.73387e-07 -0.00772717 -0.000311089 || 0.051031 11020 11823 || 11465.6 11377 || -4.3005 -0.823045
41:  -- Testing 3-D histogram
41: Density 3D: 3.24249e-07 0.0140611 0.00266492 || 0.051031 1e+64 -1e+64
41: Test Scalar=double
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 2.47955e-07 -0.011891 -0.0112406 || 0.051031 10993 11814 || 11513.9 11377 || -155.39 -0.823045
41:  -- Testing 3-D histogram
41: Density 3D: 2.47955e-07 0.00249397 0.00319047 || 0.051031 1e+64 -1e+64
41: Test Seed:1726154201736192821
41: Test Scalar=int
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 2.47955e-07 0.00839536 0.00180355 || 0.051031 10905 11858 || 11282.2 11377 || 24.9322 -0.823045
41:  -- Testing 3-D histogram
41: Density 3D: 2.47955e-07 0.0144348 -0.00155567 || 0.051031 1e+64 -1e+64
41: Test Scalar=unsigned int
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 2.47955e-07 -0.0021354 -0.00155781 || 0.051031 10972 11797 || 11401.3 11377 || -21.5352 -0.823045
41:  -- Testing 3-D histogram
41: Density 3D: 2.47955e-07 0.0111725 -0.00131269 || 0.051031 1e+64 -1e+64
41: Test Scalar=int64_t
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 2.47955e-07 0.00695045 0.00238776 || 0.051031 10969 11860 || 11298.4 11377 || 33.0084 -0.823045
41:  -- Testing 3-D histogram
41: Density 3D: 2.47955e-07 0.00553885 -0.00169652 || 0.051031 1e+64 -1e+64
41: Test Scalar=uint64_t
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 2.47955e-07 0.00351551 0.00265616 || 0.051031 10953 11795 || 11337.1 11377 || 36.7187 -0.823045
41:  -- Testing 3-D histogram
41: Density 3D: 2.47955e-07 -0.00310046 -0.00077786 || 0.051031 1e+64 -1e+64
41: Test Scalar=half
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 0.000245587 -0.999975 -7593.79 || 0.051031 0 77815 || 4.60945e+08 11377 || -1.04977e+08 -0.823045
41:  -- Testing 3-D histogram
41: Density 3D: 0.000736473 -0.129469 0.0271278 || 0.051031 1e+64 -1e+64
41: Test Scalar=bhalf
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 3.11534e-07 0.00456841 -0.00285797 || 0.051031 10943 11770 || 11325.2 11377 || -39.5085 -0.823045
41:  -- Testing 3-D histogram
41: Density 3D: 4.3869e-07 0.0227209 -0.00152541 || 0.051031 1e+64 -1e+64
41: Test Scalar=float
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 2.73387e-07 0.0192386 -0.0122895 || 0.051031 10963 11848 || 11162.2 11377 || -169.889 -0.823045
41:  -- Testing 3-D histogram
41: Density 3D: 3.24249e-07 0.00699532 0.000179487 || 0.051031 1e+64 -1e+64
41: Test Scalar=double
41:  -- Testing randomness properties
41:  -- Testing 1-D histogram
41: Density 1D: 2.47955e-07 0.00503379 0.000648371 || 0.051031 10961 11806 || 11320 11377 || 8.96308 -0.823045
41:  -- Testing 3-D histogram
41: Density 3D: 2.47955e-07 -0.0119841 -0.00284241 || 0.051031 1e+64 -1e+64
41: [       OK ] sycl.Random_XorShift1024_0 (311 ms)
41: [ RUN      ] sycl.Multi_streams
41: /var/jenkins/workspace/Kokkos_PR-5993/algorithms/unit_tests/TestRandom.hpp:593: Skipped
41: Failing on NVIDIA GPUs
41: [  SKIPPED ] sycl.Multi_streams (0 ms)
41: [----------] 3 tests from sycl (689 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 3 tests from 1 test suite ran. (690 ms total)
41: [  PASSED  ] 2 tests.
41: [  SKIPPED ] 1 test, listed below:
41: [  SKIPPED ] sycl.Multi_streams
41/61 Test #41: Kokkos_UnitTest_Random ...............................   Passed    1.06 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_A

42: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
42: Test timeout computed to be: 1500
42: [==========] Running 16 tests from 3 test suites.
42: [----------] Global test environment set-up.
42: [----------] 3 tests from std_algorithms_reducers
42: [ RUN      ] std_algorithms_reducers.max_first_loc
42: [       OK ] std_algorithms_reducers.max_first_loc (0 ms)
42: [ RUN      ] std_algorithms_reducers.min_first_loc
42: [       OK ] std_algorithms_reducers.min_first_loc (0 ms)
42: [ RUN      ] std_algorithms_reducers.min_max_first_last_loc
42: [       OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms)
42: [----------] 3 tests from std_algorithms_reducers (0 ms total)
42: 
42: [----------] 2 tests from std_algorithms
42: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
42: [       OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms)
42: [ RUN      ] std_algorithms.expect_no_overlap
42: [       OK ] std_algorithms.expect_no_overlap (0 ms)
42: [----------] 2 tests from std_algorithms (0 ms total)
42: 
42: [----------] 11 tests from random_access_iterator_test
42: [ RUN      ] random_access_iterator_test.constructor
42: [       OK ] random_access_iterator_test.constructor (2 ms)
42: [ RUN      ] random_access_iterator_test.constructiblity
42: [       OK ] random_access_iterator_test.constructiblity (0 ms)
42: [ RUN      ] random_access_iterator_test.dereference
42: [       OK ] random_access_iterator_test.dereference (0 ms)
42: [ RUN      ] random_access_iterator_test.subscript_operator
42: [       OK ] random_access_iterator_test.subscript_operator (0 ms)
42: [ RUN      ] random_access_iterator_test.operatorsSet1
42: [       OK ] random_access_iterator_test.operatorsSet1 (0 ms)
42: [ RUN      ] random_access_iterator_test.operatorsSet2
42: [       OK ] random_access_iterator_test.operatorsSet2 (0 ms)
42: [ RUN      ] random_access_iterator_test.operatorsSet3
42: [       OK ] random_access_iterator_test.operatorsSet3 (0 ms)
42: [ RUN      ] random_access_iterator_test.operatorsSet4
42: [       OK ] random_access_iterator_test.operatorsSet4 (0 ms)
42: [ RUN      ] random_access_iterator_test.assignment_operator
42: [       OK ] random_access_iterator_test.assignment_operator (0 ms)
42: [ RUN      ] random_access_iterator_test.distance
42: [       OK ] random_access_iterator_test.distance (0 ms)
42: [ RUN      ] random_access_iterator_test.traits_helpers
42: [       OK ] random_access_iterator_test.traits_helpers (0 ms)
42: [----------] 11 tests from random_access_iterator_test (7 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 16 tests from 3 test suites ran. (8 ms total)
42: [  PASSED  ] 16 tests.
42/61 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_A ...................   Passed    0.34 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_B

43: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
43: Test timeout computed to be: 1500
43: [==========] Running 7 tests from 1 test suite.
43: [----------] Global test environment set-up.
43: [----------] 7 tests from std_algorithms_min_max_element_test
43: [ RUN      ] std_algorithms_min_max_element_test.min_element_empty_range
43: [       OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms)
43: [ RUN      ] std_algorithms_min_max_element_test.max_element_empty_range
43: [       OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms)
43: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data
43: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (9 ms)
43: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data
43: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (6 ms)
43: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp
43: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (6 ms)
43: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp
43: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (6 ms)
43: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp
43: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (10 ms)
43: [----------] 7 tests from std_algorithms_min_max_element_test (40 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 7 tests from 1 test suite ran. (40 ms total)
43: [  PASSED  ] 7 tests.
43/61 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_B ...................   Passed    0.37 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_C

44: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
44: Test timeout computed to be: 1500
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMapping_subview.cpp.o
44: [==========] Running 13 tests from 10 test suites.
44: [----------] Global test environment set-up.
44: [----------] 1 test from std_algorithms_lexicographical_compare_test
44: [ RUN      ] std_algorithms_lexicographical_compare_test.test
44: [       OK ] std_algorithms_lexicographical_compare_test.test (186 ms)
44: [----------] 1 test from std_algorithms_lexicographical_compare_test (186 ms total)
44: 
44: [----------] 1 test from std_algorithms_for_each_test
44: [ RUN      ] std_algorithms_for_each_test.test
44: [       OK ] std_algorithms_for_each_test.test (129 ms)
44: [----------] 1 test from std_algorithms_for_each_test (129 ms total)
44: 
44: [----------] 1 test from std_algorithms_find_test
44: [ RUN      ] std_algorithms_find_test.test
44: [       OK ] std_algorithms_find_test.test (71 ms)
44: [----------] 1 test from std_algorithms_find_test (71 ms total)
44: 
44: [----------] 4 tests from std_algorithms_non_mod_seq_ops
44: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
44: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (461 ms)
44: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
44: [       OK ] std_algorithms_non_mod_seq_ops.find_end (1017 ms)
44: [ RUN      ] std_algorithms_non_mod_seq_ops.search
44: [       OK ] std_algorithms_non_mod_seq_ops.search (595 ms)
44: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
44: [       OK ] std_algorithms_non_mod_seq_ops.search_n (438 ms)
44: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2512 ms total)
44: 
44: [----------] 1 test from std_algorithms_count_test
44: [ RUN      ] std_algorithms_count_test.test
44: [       OK ] std_algorithms_count_test.test (92 ms)
44: [----------] 1 test from std_algorithms_count_test (92 ms total)
44: 
44: [----------] 1 test from std_algorithms_equal_test
44: [ RUN      ] std_algorithms_equal_test.test
44: [       OK ] std_algorithms_equal_test.test (17 ms)
44: [----------] 1 test from std_algorithms_equal_test (17 ms total)
44: 
44: [----------] 1 test from std_algorithms_all_any_none_of_test
44: [ RUN      ] std_algorithms_all_any_none_of_test.test
44: [       OK ] std_algorithms_all_any_none_of_test.test (80 ms)
44: [----------] 1 test from std_algorithms_all_any_none_of_test (80 ms total)
44: 
44: [----------] 1 test from std_algorithms_nonmod_seq_ops
44: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
44: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (102 ms)
44: [----------] 1 test from std_algorithms_nonmod_seq_ops (102 ms total)
44: 
44: [----------] 1 test from std_algorithms_mismatch_test
44: [ RUN      ] std_algorithms_mismatch_test.test
44: [       OK ] std_algorithms_mismatch_test.test (183 ms)
44: [----------] 1 test from std_algorithms_mismatch_test (183 ms total)
44: 
44: [----------] 1 test from std_algorithms_mod_seq_ops
44: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
44: [       OK ] std_algorithms_mod_seq_ops.move_backward (62 ms)
44: [----------] 1 test from std_algorithms_mod_seq_ops (62 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 13 tests from 10 test suites ran. (3438 ms total)
44: [  PASSED  ] 13 tests.
44/61 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_C ...................   Passed    9.86 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_D

45: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
45: Test timeout computed to be: 1500
45: [==========] Running 31 tests from 5 test suites.
45: [----------] Global test environment set-up.
45: [----------] 3 tests from std_algorithms_mod_ops_test
45: [ RUN      ] std_algorithms_mod_ops_test.move
45: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
45: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
45: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (2 ms)
45: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
45: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (1 ms)
45: [----------] 3 tests from std_algorithms_mod_ops_test (3 ms total)
45: 
45: [----------] 12 tests from std_algorithms_mod_seq_ops_test
45: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
45: [       OK ] std_algorithms_mod_seq_ops_test.copy (0 ms)
45: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
45: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
45: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
45: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
45: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
45: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
45: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
45: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
45: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
45: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
45: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
45: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
45: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
45: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
45: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
45: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
45: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
45: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
45: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
45: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
45: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
45: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (1 ms)
45: [----------] 12 tests from std_algorithms_mod_seq_ops_test (8 ms total)
45: 
45: [----------] 4 tests from std_algorithms_replace_ops_test
45: [ RUN      ] std_algorithms_replace_ops_test.replace
45: [       OK ] std_algorithms_replace_ops_test.replace (43 ms)
45: [ RUN      ] std_algorithms_replace_ops_test.replace_if
45: [       OK ] std_algorithms_replace_ops_test.replace_if (167 ms)
45: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
45: [       OK ] std_algorithms_replace_ops_test.replace_copy (85 ms)
45: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
45: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (62 ms)
45: [----------] 4 tests from std_algorithms_replace_ops_test (359 ms total)
45: 
45: [----------] 11 tests from std_algorithms_mod_seq_ops
45: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
45: [       OK ] std_algorithms_mod_seq_ops.copy_if (33 ms)
45: [ RUN      ] std_algorithms_mod_seq_ops.unique
45: [       OK ] std_algorithms_mod_seq_ops.unique (237 ms)
45: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
45: [       OK ] std_algorithms_mod_seq_ops.unique_copy (80 ms)
45: [ RUN      ] std_algorithms_mod_seq_ops.remove
45: [       OK ] std_algorithms_mod_seq_ops.remove (55 ms)
45: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
45: [       OK ] std_algorithms_mod_seq_ops.remove_if (56 ms)
45: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
45: [       OK ] std_algorithms_mod_seq_ops.remove_copy (181 ms)
45: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
45: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (55 ms)
45: [ RUN      ] std_algorithms_mod_seq_ops.rotate
45: [       OK ] std_algorithms_mod_seq_ops.rotate (1386 ms)
45: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
45: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (489 ms)
45: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
45: [       OK ] std_algorithms_mod_seq_ops.shift_left (1375 ms)
45: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
45: [       OK ] std_algorithms_mod_seq_ops.shift_right (1347 ms)
45: [----------] 11 tests from std_algorithms_mod_seq_ops (5297 ms total)
45: 
45: [----------] 1 test from std_algorithms_modseq_test
45: [ RUN      ] std_algorithms_modseq_test.reverse
45: [       OK ] std_algorithms_modseq_test.reverse (50 ms)
45: [----------] 1 test from std_algorithms_modseq_test (50 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 31 tests from 5 test suites ran. (5719 ms total)
45: [  PASSED  ] 31 tests.
45/61 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_D ...................   Passed    6.10 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_E

46: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
46: Test timeout computed to be: 1500
46: [==========] Running 29 tests from 7 test suites.
46: [----------] Global test environment set-up.
46: [----------] 2 tests from std_algorithms_sorting_ops_test
46: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
46: [       OK ] std_algorithms_sorting_ops_test.is_sorted (14 ms)
46: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
46: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (13 ms)
46: [----------] 2 tests from std_algorithms_sorting_ops_test (27 ms total)
46: 
46: [----------] 4 tests from std_algorithms_partitioning_test
46: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
46: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
46: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
46: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (1 ms)
46: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
46: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms)
46: [ RUN      ] std_algorithms_partitioning_test.partition_point
46: [       OK ] std_algorithms_partitioning_test.partition_point (1 ms)
46: [----------] 4 tests from std_algorithms_partitioning_test (3 ms total)
46: 
46: [----------] 1 test from std_algorithms_partitioning_ops
46: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
46: [       OK ] std_algorithms_partitioning_ops.partition_copy (22 ms)
46: [----------] 1 test from std_algorithms_partitioning_ops (22 ms total)
46: 
46: [----------] 12 tests from std_algorithms_numerics_test
46: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
46: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (1 ms)
46: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
46: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms)
46: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
46: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms)
46: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
46: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms)
46: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
46: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (1 ms)
46: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
46: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (1 ms)
46: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
46: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (1 ms)
46: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
46: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (1 ms)
46: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
46: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms)
46: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
46: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms)
46: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
46: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (1 ms)
46: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
46: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (1 ms)
46: [----------] 12 tests from std_algorithms_numerics_test (13 ms total)
46: 
46: [----------] 1 test from std_algorithms_numerics_ops_test
46: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
46: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (102 ms)
46: [----------] 1 test from std_algorithms_numerics_ops_test (102 ms total)
46: 
46: [----------] 8 tests from std_algorithms_numeric_ops_test
46: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
46: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (853 ms)
46: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
46: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
46: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
46: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (632 ms)
46: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
46: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
46: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
46: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (243 ms)
46: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
46: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
46: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
46: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (347 ms)
46: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
46: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
46: [----------] 8 tests from std_algorithms_numeric_ops_test (2075 ms total)
46: 
46: [----------] 1 test from std_algorithms_transform_ops_test
46: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
46: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (42 ms)
46: [----------] 1 test from std_algorithms_transform_ops_test (42 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 29 tests from 7 test suites ran. (2288 ms total)
46: [  PASSED  ] 29 tests.
46/61 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_E ...................   Passed    2.68 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

47: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
47: Test timeout computed to be: 1500
47: [==========] Running 12 tests from 7 test suites.
47: [----------] Global test environment set-up.
47: [----------] 2 tests from std_algorithms_adjacent_find_team_test
47: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
47: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (572 ms)
47: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
47: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (551 ms)
47: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1123 ms total)
47: 
47: [----------] 2 tests from std_algorithms_count_team_test
47: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
47: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (579 ms)
47: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
47: [       OK ] std_algorithms_count_team_test.count_returns_zero (246 ms)
47: [----------] 2 tests from std_algorithms_count_team_test (826 ms total)
47: 
47: [----------] 1 test from std_algorithms_count_if_team_test
47: [ RUN      ] std_algorithms_count_if_team_test.test
47: [       OK ] std_algorithms_count_if_team_test.test (300 ms)
47: [----------] 1 test from std_algorithms_count_if_team_test (300 ms total)
47: 
47: [----------] 1 test from std_algorithms_for_each_team_test
47: [ RUN      ] std_algorithms_for_each_team_test.test
47: [       OK ] std_algorithms_for_each_team_test.test (450 ms)
47: [----------] 1 test from std_algorithms_for_each_team_test (450 ms total)
47: 
47: [----------] 1 test from std_algorithms_for_each_n_team_test
47: [ RUN      ] std_algorithms_for_each_n_team_test.test
47: [       OK ] std_algorithms_for_each_n_team_test.test (454 ms)
47: [----------] 1 test from std_algorithms_for_each_n_team_test (454 ms total)
47: 
47: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
47: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
47: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (2848 ms)
47: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
47: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (1699 ms)
47: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
47: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (1700 ms)
47: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (6247 ms total)
47: 
47: [----------] 2 tests from std_algorithms_mismatch_team_test
47: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
47: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (1899 ms)
47: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
47: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (862 ms)
47: [----------] 2 tests from std_algorithms_mismatch_team_test (2761 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 12 tests from 7 test suites ran. (12165 ms total)
47: [  PASSED  ] 12 tests.
47/61 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ..............   Passed   12.51 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

48: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
48: Test timeout computed to be: 1500
48: [==========] Running 8 tests from 4 test suites.
48: [----------] Global test environment set-up.
48: [----------] 2 tests from std_algorithms_equal_team_test
48: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
48: [       OK ] std_algorithms_equal_team_test.views_are_equal (1406 ms)
48: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
48: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1286 ms)
48: [----------] 2 tests from std_algorithms_equal_team_test (2693 ms total)
48: 
48: [----------] 2 tests from std_algorithms_search_team_test
48: [ RUN      ] std_algorithms_search_team_test.sequences_exist
48: [       OK ] std_algorithms_search_team_test.sequences_exist (713 ms)
48: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
48: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (880 ms)
48: [----------] 2 tests from std_algorithms_search_team_test (1594 ms total)
48: 
48: [----------] 2 tests from std_algorithms_find_end_team_test
48: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
48: [       OK ] std_algorithms_find_end_team_test.sequences_exist (1806 ms)
48: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
48: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (1663 ms)
48: [----------] 2 tests from std_algorithms_find_end_team_test (3470 ms total)
48: 
48: [----------] 2 tests from std_algorithms_find_first_of_team_test
48: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewMemoryAccessViolation.cpp.o
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsCommon.cpp.o
[ 84%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_C
48: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (1375 ms)
48: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfClass.cpp.o
[ 84%] Built target Kokkos_AlgorithmsUnitTest_StdSet_C
48: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (5327 ms)
48: [----------] 2 tests from std_algorithms_find_first_of_team_test (6703 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 8 tests from 4 test suites ran. (14461 ms total)
48: [  PASSED  ] 8 tests.
48/61 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ..............   Passed   14.80 sec
test 49
      Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

49: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
49: Test timeout computed to be: 1500
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/UnitTestMain.cpp.o
49: [==========] Running 11 tests from 7 test suites.
49: [----------] Global test environment set-up.
49: [----------] 2 tests from std_algorithms_find_team_test
49: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
49: [       OK ] std_algorithms_find_team_test.searched_values_exist (307 ms)
49: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
49: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (423 ms)
49: [----------] 2 tests from std_algorithms_find_team_test (730 ms total)
49: 
49: [----------] 2 tests from std_algorithms_find_if_team_test
49: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
49: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (260 ms)
49: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
49: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (424 ms)
49: [----------] 2 tests from std_algorithms_find_if_team_test (685 ms total)
49: 
49: [----------] 2 tests from std_algorithms_find_if_not_team_test
49: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
49: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (424 ms)
49: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
49: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (257 ms)
49: [----------] 2 tests from std_algorithms_find_if_not_team_test (681 ms total)
49: 
49: [----------] 1 test from std_algorithms_all_of_team_test
49: [ RUN      ] std_algorithms_all_of_team_test.test
49: [       OK ] std_algorithms_all_of_team_test.test (428 ms)
49: [----------] 1 test from std_algorithms_all_of_team_test (428 ms total)
49: 
49: [----------] 1 test from std_algorithms_any_of_team_test
49: [ RUN      ] std_algorithms_any_of_team_test.test
49: [       OK ] std_algorithms_any_of_team_test.test (261 ms)
49: [----------] 1 test from std_algorithms_any_of_team_test (261 ms total)
49: 
49: [----------] 1 test from std_algorithms_none_of_team_test
49: [ RUN      ] std_algorithms_none_of_team_test.test
49: [       OK ] std_algorithms_none_of_team_test.test (428 ms)
49: [----------] 1 test from std_algorithms_none_of_team_test (428 ms total)
49: 
49: [----------] 2 tests from std_algorithms_search_n_team_test
49: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
49: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (282 ms)
49: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
49: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (308 ms)
49: [----------] 2 tests from std_algorithms_search_n_team_test (591 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 11 tests from 7 test suites ran. (3807 ms total)
49: [  PASSED  ] 11 tests.
49/61 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ..............   Passed    4.15 sec
test 50
      Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

50: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
50: Test timeout computed to be: 1500
50: [==========] Running 3 tests from 3 test suites.
50: [----------] Global test environment set-up.
50: [----------] 1 test from std_algorithms_min_element_team_test
50: [ RUN      ] std_algorithms_min_element_team_test.test
50: [       OK ] std_algorithms_min_element_team_test.test (1305 ms)
50: [----------] 1 test from std_algorithms_min_element_team_test (1305 ms total)
50: 
50: [----------] 1 test from std_algorithms_max_element_team_test
50: [ RUN      ] std_algorithms_max_element_team_test.test
[ 84%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOfViews.cpp.o
50: [       OK ] std_algorithms_max_element_team_test.test (1292 ms)
50: [----------] 1 test from std_algorithms_max_element_team_test (1292 ms total)
50: 
50: [----------] 1 test from std_algorithms_minmax_element_team_test
50: [ RUN      ] std_algorithms_minmax_element_team_test.test
50: [       OK ] std_algorithms_minmax_element_team_test.test (1727 ms)
50: [----------] 1 test from std_algorithms_minmax_element_team_test (1727 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 3 tests from 3 test suites ran. (4325 ms total)
50: [  PASSED  ] 3 tests.
50/61 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ..............   Passed    4.67 sec
test 51
      Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

51: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
51: Test timeout computed to be: 1500
51: [==========] Running 6 tests from 6 test suites.
51: [----------] Global test environment set-up.
51: [----------] 1 test from std_algorithms_fill_team_test
51: [ RUN      ] std_algorithms_fill_team_test.test
51: [       OK ] std_algorithms_fill_team_test.test (322 ms)
51: [----------] 1 test from std_algorithms_fill_team_test (322 ms total)
51: 
51: [----------] 1 test from std_algorithms_fill_n_team_test
51: [ RUN      ] std_algorithms_fill_n_team_test.test
51: [       OK ] std_algorithms_fill_n_team_test.test (472 ms)
51: [----------] 1 test from std_algorithms_fill_n_team_test (472 ms total)
51: 
51: [----------] 1 test from std_algorithms_replace_team_test
51: [ RUN      ] std_algorithms_replace_team_test.test
[ 84%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRemoveCopyIf.cpp.o
51: [       OK ] std_algorithms_replace_team_test.test (466 ms)
51: [----------] 1 test from std_algorithms_replace_team_test (466 ms total)
51: 
51: [----------] 1 test from std_algorithms_replace_if_team_test
51: [ RUN      ] std_algorithms_replace_if_team_test.test
51: [       OK ] std_algorithms_replace_if_team_test.test (529 ms)
51: [----------] 1 test from std_algorithms_replace_if_team_test (529 ms total)
51: 
51: [----------] 1 test from std_algorithms_replace_copy_team_test
51: [ RUN      ] std_algorithms_replace_copy_team_test.test
51: [       OK ] std_algorithms_replace_copy_team_test.test (778 ms)
51: [----------] 1 test from std_algorithms_replace_copy_team_test (778 ms total)
51: 
51: [----------] 1 test from std_algorithms_replace_copy_if_team_test
51: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
29: Test_Atomic<unsigned long int>/100000/iterations:10            7.14 s          7.08 s            10          1            8     12.1303         2.0164m     299.66u     4.99995G         1.84867M     4.99995G
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsCommon.cpp.o
51: [       OK ] std_algorithms_replace_copy_if_team_test.test (715 ms)
51: [----------] 1 test from std_algorithms_replace_copy_if_team_test (715 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 6 tests from 6 test suites ran. (3285 ms total)
51: [  PASSED  ] 6 tests.
51/61 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ..............   Passed    3.62 sec
test 52
      Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

52: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
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_reverse_team_test
52: [ RUN      ] std_algorithms_reverse_team_test.test
[ 85%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_E
52: [       OK ] std_algorithms_reverse_team_test.test (348 ms)
52: [----------] 1 test from std_algorithms_reverse_team_test (348 ms total)
52: 
52: [----------] 1 test from std_algorithms_reverse_copy_team_test
52: [ RUN      ] std_algorithms_reverse_copy_team_test.test
52: [       OK ] std_algorithms_reverse_copy_team_test.test (378 ms)
52: [----------] 1 test from std_algorithms_reverse_copy_team_test (378 ms total)
52: 
52: [----------] 1 test from std_algorithms_rotate_team_test
52: [ RUN      ] std_algorithms_rotate_team_test.test
52: [       OK ] std_algorithms_rotate_team_test.test (822 ms)
52: [----------] 1 test from std_algorithms_rotate_team_test (822 ms total)
52: 
52: [----------] 1 test from std_algorithms_rotate_copy_team_test
52: [ RUN      ] std_algorithms_rotate_copy_team_test.test
52: [       OK ] std_algorithms_rotate_copy_team_test.test (696 ms)
52: [----------] 1 test from std_algorithms_rotate_copy_team_test (696 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 4 tests from 4 test suites ran. (2245 ms total)
52: [  PASSED  ] 4 tests.
52/61 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ..............   Passed    2.58 sec
test 53
      Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

53: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
53: Test timeout computed to be: 1500
53: [==========] Running 4 tests from 4 test suites.
53: [----------] Global test environment set-up.
53: [----------] 1 test from std_algorithms_move_team_test
53: [ RUN      ] std_algorithms_move_team_test.test
53: [       OK ] std_algorithms_move_team_test.test (572 ms)
53: [----------] 1 test from std_algorithms_move_team_test (572 ms total)
53: 
53: [----------] 1 test from std_algorithms_move_backward_team_test
53: [ RUN      ] std_algorithms_move_backward_team_test.test
53: [       OK ] std_algorithms_move_backward_team_test.test (505 ms)
53: [----------] 1 test from std_algorithms_move_backward_team_test (505 ms total)
53: 
53: [----------] 1 test from std_algorithms_shift_left_team_test
53: [ RUN      ] std_algorithms_shift_left_team_test.test
53: [       OK ] std_algorithms_shift_left_team_test.test (1711 ms)
53: [----------] 1 test from std_algorithms_shift_left_team_test (1712 ms total)
53: 
53: [----------] 1 test from std_algorithms_shift_right_team_test
53: [ RUN      ] std_algorithms_shift_right_team_test.test
[ 85%] Built target Kokkos_AlgorithmsUnitTest_StdSet_E
[ 85%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/UnitTestMain.cpp.o
53: [       OK ] std_algorithms_shift_right_team_test.test (1606 ms)
53: [----------] 1 test from std_algorithms_shift_right_team_test (1606 ms total)
53: 
53: [----------] Global test environment tear-down
53: [==========] 4 tests from 4 test suites ran. (4396 ms total)
53: [  PASSED  ] 4 tests.
53/61 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ..............   Passed    4.73 sec
test 54
      Start 54: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

54: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
54: Test timeout computed to be: 1500
54: [==========] Running 9 tests from 9 test suites.
54: [----------] Global test environment set-up.
54: [----------] 1 test from std_algorithms_copy_team_test
54: [ RUN      ] std_algorithms_copy_team_test.test
54: [       OK ] std_algorithms_copy_team_test.test (689 ms)
54: [----------] 1 test from std_algorithms_copy_team_test (689 ms total)
54: 
54: [----------] 1 test from std_algorithms_copy_n_team_test
54: [ RUN      ] std_algorithms_copy_n_team_test.test
54: [       OK ] std_algorithms_copy_n_team_test.test (524 ms)
54: [----------] 1 test from std_algorithms_copy_n_team_test (524 ms total)
54: 
54: [----------] 1 test from std_algorithms_copy_backward_team_test
54: [ RUN      ] std_algorithms_copy_backward_team_test.test
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamAdjacentFind.cpp.o
54: [       OK ] std_algorithms_copy_backward_team_test.test (494 ms)
54: [----------] 1 test from std_algorithms_copy_backward_team_test (494 ms total)
54: 
54: [----------] 1 test from std_algorithms_copy_if_team_test
54: [ RUN      ] std_algorithms_copy_if_team_test.test
54: [       OK ] std_algorithms_copy_if_team_test.test (568 ms)
54: [----------] 1 test from std_algorithms_copy_if_team_test (568 ms total)
54: 
54: [----------] 1 test from std_algorithms_unique_copy_team_test
54: [ RUN      ] std_algorithms_unique_copy_team_test.test
54: [       OK ] std_algorithms_unique_copy_team_test.test (1165 ms)
54: [----------] 1 test from std_algorithms_unique_copy_team_test (1165 ms total)
54: 
54: [----------] 1 test from std_algorithms_remove_team_test
54: [ RUN      ] std_algorithms_remove_team_test.test
54: [       OK ] std_algorithms_remove_team_test.test (688 ms)
54: [----------] 1 test from std_algorithms_remove_team_test (688 ms total)
54: 
54: [----------] 1 test from std_algorithms_remove_if_team_test
54: [ RUN      ] std_algorithms_remove_if_team_test.test
54: [       OK ] std_algorithms_remove_if_team_test.test (679 ms)
54: [----------] 1 test from std_algorithms_remove_if_team_test (679 ms total)
54: 
54: [----------] 1 test from std_algorithms_remove_copy_team_test
54: [ RUN      ] std_algorithms_remove_copy_team_test.test
54: [       OK ] std_algorithms_remove_copy_team_test.test (745 ms)
54: [----------] 1 test from std_algorithms_remove_copy_team_test (745 ms total)
54: 
54: [----------] 1 test from std_algorithms_remove_copy_if_team_test
54: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
54: [       OK ] std_algorithms_remove_copy_if_team_test.test (721 ms)
54: [----------] 1 test from std_algorithms_remove_copy_if_team_test (721 ms total)
54: 
54: [----------] Global test environment tear-down
54: [==========] 9 tests from 9 test suites ran. (6277 ms total)
54: [  PASSED  ] 9 tests.
54/61 Test #54: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ..............   Passed    6.62 sec
test 55
      Start 55: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

55: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
55: Test timeout computed to be: 1500
55: [==========] Running 4 tests from 4 test suites.
55: [----------] Global test environment set-up.
55: [----------] 1 test from std_algorithms_unique_team_test
55: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
55: [       OK ] std_algorithms_unique_team_test.test_default_predicate (1259 ms)
55: [----------] 1 test from std_algorithms_unique_team_test (1259 ms total)
55: 
55: [----------] 1 test from std_algorithms_adjacent_difference_team_test
55: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamEqual.cpp.o
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamSearch.cpp.o
55: [       OK ] std_algorithms_adjacent_difference_team_test.test (1115 ms)
55: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1115 ms total)
55: 
55: [----------] 1 test from std_algorithms_reduce_team_test
55: [ RUN      ] std_algorithms_reduce_team_test.test
55: [       OK ] std_algorithms_reduce_team_test.test (926 ms)
55: [----------] 1 test from std_algorithms_reduce_team_test (927 ms total)
55: 
55: [----------] 1 test from std_algorithms_transform_reduce_team_test
55: [ RUN      ] std_algorithms_transform_reduce_team_test.test
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCount.cpp.o
55: [       OK ] std_algorithms_transform_reduce_team_test.test (1508 ms)
55: [----------] 1 test from std_algorithms_transform_reduce_team_test (1508 ms total)
55: 
55: [----------] Global test environment tear-down
55: [==========] 4 tests from 4 test suites ran. (4810 ms total)
55: [  PASSED  ] 4 tests.
55/61 Test #55: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ..............   Passed    5.14 sec
test 56
      Start 56: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

56: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
56: Test timeout computed to be: 1500
56: [==========] Running 18 tests from 5 test suites.
56: [----------] Global test environment set-up.
56: [----------] 2 tests from std_algorithms_is_sorted_team_test
56: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
56: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (570 ms)
56: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
56: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1328 ms)
56: [----------] 2 tests from std_algorithms_is_sorted_team_test (1899 ms total)
56: 
56: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
56: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
56: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (27 ms)
56: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
56: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (30 ms)
56: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
56: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1246 ms)
56: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
56: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (715 ms)
56: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2020 ms total)
56: 
56: [----------] 4 tests from std_algorithms_is_partitioned_team_test
56: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
56: [       OK ] std_algorithms_is_partitioned_team_test.empty (14 ms)
56: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
56: [       OK ] std_algorithms_is_partitioned_team_test.all_true (353 ms)
56: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
56: [       OK ] std_algorithms_is_partitioned_team_test.all_false (354 ms)
56: [ RUN      ] std_algorithms_is_partitioned_team_test.random
56: [       OK ] std_algorithms_is_partitioned_team_test.random (299 ms)
56: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1021 ms total)
56: 
56: [----------] 4 tests from std_algorithms_partition_copy_team_test
56: [ RUN      ] std_algorithms_partition_copy_team_test.empty
56: [       OK ] std_algorithms_partition_copy_team_test.empty (19 ms)
56: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
56: [       OK ] std_algorithms_partition_copy_team_test.all_true (676 ms)
56: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
56: [       OK ] std_algorithms_partition_copy_team_test.all_false (678 ms)
56: [ RUN      ] std_algorithms_partition_copy_team_test.random
29: Test_Atomic<unsigned long long int>/100000/iterations:10       2.38 s          2.37 s            10          1            8    2.43348m        1.42208m     299.57u     4.99995G         1.74282M     4.99995G
[ 86%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewOutOfBoundsAccess.cpp.o
56: [       OK ] std_algorithms_partition_copy_team_test.random (625 ms)
56: [----------] 4 tests from std_algorithms_partition_copy_team_test (2000 ms total)
56: 
56: [----------] 4 tests from std_algorithms_partition_point_team_test
56: [ RUN      ] std_algorithms_partition_point_team_test.empty
56: [       OK ] std_algorithms_partition_point_team_test.empty (15 ms)
56: [ RUN      ] std_algorithms_partition_point_team_test.all_true
56: [       OK ] std_algorithms_partition_point_team_test.all_true (249 ms)
56: [ RUN      ] std_algorithms_partition_point_team_test.all_false
56: [       OK ] std_algorithms_partition_point_team_test.all_false (243 ms)
56: [ RUN      ] std_algorithms_partition_point_team_test.random
56: [       OK ] std_algorithms_partition_point_team_test.random (187 ms)
56: [----------] 4 tests from std_algorithms_partition_point_team_test (696 ms total)
56: 
56: [----------] Global test environment tear-down
56: [==========] 18 tests from 5 test suites ran. (7638 ms total)
56: [  PASSED  ] 18 tests.
56/61 Test #56: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ..............   Passed    7.98 sec
test 57
      Start 57: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

57: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
57: Test timeout computed to be: 1500
57: [==========] Running 5 tests from 4 test suites.
57: [----------] Global test environment set-up.
57: [----------] 2 tests from std_algorithms_transform_team_test
57: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
[ 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_C.dir/TestStdAlgorithmsCommon.cpp.o
57: [       OK ] std_algorithms_transform_team_test.test_unary_op (986 ms)
57: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
57: [       OK ] std_algorithms_transform_team_test.test_binary_op (876 ms)
57: [----------] 2 tests from std_algorithms_transform_team_test (1863 ms total)
57: 
57: [----------] 1 test from std_algorithms_generate_team_test
57: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
57: [       OK ] std_algorithms_generate_team_test.test_unary_op (1644 ms)
57: [----------] 1 test from std_algorithms_generate_team_test (1644 ms total)
57: 
57: [----------] 1 test from std_algorithms_generate_n_team_test
57: [ RUN      ] std_algorithms_generate_n_team_test.test
57: [       OK ] std_algorithms_generate_n_team_test.test (466 ms)
57: [----------] 1 test from std_algorithms_generate_n_team_test (466 ms total)
57: 
57: [----------] 1 test from std_algorithms_swap_ranges_team_test
57: [ RUN      ] std_algorithms_swap_ranges_team_test.test
57: [       OK ] std_algorithms_swap_ranges_team_test.test (831 ms)
57: [----------] 1 test from std_algorithms_swap_ranges_team_test (831 ms total)
57: 
57: [----------] Global test environment tear-down
57: [==========] 5 tests from 4 test suites ran. (4805 ms total)
57: [  PASSED  ] 5 tests.
57/61 Test #57: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ..............   Passed    5.14 sec
test 58
      Start 58: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

58: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
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_exclusive_scan_team_test
58: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
58: [       OK ] std_algorithms_exclusive_scan_team_test.test (2988 ms)
58: [----------] 1 test from std_algorithms_exclusive_scan_team_test (2988 ms total)
58: 
58: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
58: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
58: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (1459 ms)
58: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1459 ms total)
58: 
58: [----------] Global test environment tear-down
58: [==========] 2 tests from 2 test suites ran. (4447 ms total)
58: [  PASSED  ] 2 tests.
58/61 Test #58: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ..............   Passed    4.78 sec
test 59
      Start 59: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

59: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
59: Test timeout computed to be: 1500
59: [==========] Running 2 tests from 2 test suites.
59: [----------] Global test environment set-up.
59: [----------] 1 test from std_algorithms_inclusive_scan_team_test
59: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
59: [       OK ] std_algorithms_inclusive_scan_team_test.test (4462 ms)
59: [----------] 1 test from std_algorithms_inclusive_scan_team_test (4462 ms total)
59: 
59: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
59: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
59: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (3003 ms)
59: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (3003 ms total)
59: 
59: [----------] Global test environment tear-down
59: [==========] 2 tests from 2 test suites ran. (7466 ms total)
59: [  PASSED  ] 2 tests.
59/61 Test #59: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ..............   Passed    7.81 sec
test 60
      Start 60: Kokkos_UnitTest_SIMD

60: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/simd/unit_tests/Kokkos_UnitTest_SIMD
60: Test timeout computed to be: 1500
60: [==========] Running 18 tests from 1 test suite.
60: [----------] Global test environment set-up.
60: [----------] 18 tests from simd
60: [ RUN      ] simd.host_math_ops
60: [       OK ] simd.host_math_ops (0 ms)
60: [ RUN      ] simd.device_math_ops
60: [       OK ] simd.device_math_ops (9 ms)
60: [ RUN      ] simd.host_mask_ops
60: [       OK ] simd.host_mask_ops (0 ms)
60: [ RUN      ] simd.device_mask_ops
60: [       OK ] simd.device_mask_ops (0 ms)
60: [ RUN      ] simd.host_conversions
60: [       OK ] simd.host_conversions (0 ms)
60: [ RUN      ] simd.device_conversions
60: [       OK ] simd.device_conversions (0 ms)
60: [ RUN      ] simd.host_shift_ops
60: [       OK ] simd.host_shift_ops (0 ms)
60: [ RUN      ] simd.device_shift_ops
60: [       OK ] simd.device_shift_ops (0 ms)
60: [ RUN      ] simd.host_condition
60: [       OK ] simd.host_condition (0 ms)
60: [ RUN      ] simd.device_condition
60: [       OK ] simd.device_condition (0 ms)
60: [ RUN      ] simd.host_gen_ctors
60: [       OK ] simd.host_gen_ctors (0 ms)
60: [ RUN      ] simd.device_gen_ctors
60: [       OK ] simd.device_gen_ctors (0 ms)
60: [ RUN      ] simd.host_where_expressions
60: [       OK ] simd.host_where_expressions (0 ms)
60: [ RUN      ] simd.device_where_expressions
60: [       OK ] simd.device_where_expressions (0 ms)
60: [ RUN      ] simd.host_reductions
60: [       OK ] simd.host_reductions (0 ms)
60: [ RUN      ] simd.device_reductions
60: [       OK ] simd.device_reductions (0 ms)
60: [ RUN      ] simd.host_construction
60: [       OK ] simd.host_construction (0 ms)
60: [ RUN      ] simd.device_construction
60: [       OK ] simd.device_construction (0 ms)
60: [----------] 18 tests from simd (11 ms total)
60: 
60: [----------] Global test environment tear-down
60: [==========] 18 tests from 1 test suite ran. (11 ms total)
60: [  PASSED  ] 18 tests.
60/61 Test #60: Kokkos_UnitTest_SIMD .................................   Passed    0.34 sec
test 61
      Start 61: Kokkos_RelocatableFunction

61: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/example/relocatable_function/Kokkos_example_relocatable_function
61: Test timeout computed to be: 1500
61: 1.000000e+01 2.106654e-03s (RDC) vs. 1.737840e-04s (inline)
61: 1.000000e+02 2.450500e-05s (RDC) vs. 1.807400e-05s (inline)
61: 1.000000e+03 2.698900e-05s (RDC) vs. 2.088900e-05s (inline)
61: 1.000000e+04 1.986700e-05s (RDC) vs. 1.932700e-05s (inline)
61: 1.000000e+05 3.783100e-05s (RDC) vs. 2.011700e-05s (inline)
61: 1.000000e+06 3.094800e-05s (RDC) vs. 2.179100e-05s (inline)
61: 1.000000e+07 5.242800e-05s (RDC) vs. 2.924400e-05s (inline)
61: 1.000000e+08 9.792200e-05s (RDC) vs. 8.562100e-05s (inline)
61/61 Test #61: Kokkos_RelocatableFunction ...........................   Passed    0.33 sec

100% tests passed, 0 tests failed out of 61

Total Test time (real) = 642.29 sec
Post stage
[Pipeline] sh
+ ccache --show-stats
Summary:
  Hits:              24 /  784 (3.06 %)
    Direct:          24 /  784 (3.06 %)
    Preprocessed:     0 /  760 (0.00 %)
  Misses:           760
    Direct:         760
    Preprocessed:   760
Primary storage:
  Hits:              48 / 1568 (3.06 %)
  Misses:          1520
  Cache size (GB): 3.85 / 5.00 (77.06 %)

Use the -v/--verbose option for more details.
[Pipeline] }
$ docker stop --time=1 8be92167453d971b1e8ae140dad4ea7ea5ad5b13c98b4a5dd5442edd850e83ee
[ 86%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotate.cpp.o
$ docker rm -f --volumes 8be92167453d971b1e8ae140dad4ea7ea5ad5b13c98b4a5dd5442edd850e83ee
[ 87%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_ViewResize.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFind.cpp.o
29: Test_Atomic<float>/100000/iterations:10                        6.80 s          6.75 s            10          0            4     11.1371        2.03293m     897.59u           5G         1.83569M     4.99989G
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamCountIf.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_B.dir/TestStdAlgorithmsTeamFindFirstOf.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsRotateCopy.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEach.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsReverse.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamForEachN.cpp.o
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
29: Test_Atomic<double>/100000/iterations:10                       7.15 s          7.00 s            10          1            8     11.6036        2.25645m     899.49u     4.99995G         1.57098M     4.99995G
29/54 Test #29: Kokkos_PerformanceTest_Atomic ........................   Passed  356.87 sec
test 30
      Start 30: Kokkos_ContainersUnitTest_OpenMP

30: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/containers/unit_tests/Kokkos_ContainersUnitTest_OpenMP
30: Test timeout computed to be: 1500
30: [==========] Running 63 tests from 1 test suite.
30: [----------] Global test environment set-up.
30: [----------] 63 tests from openmp
30: [ RUN      ] openmp.bitset
30: [       OK ] openmp.bitset (549 ms)
30: [ RUN      ] openmp.bitset_default_constructor_no_alloc
30: [       OK ] openmp.bitset_default_constructor_no_alloc (0 ms)
30: [ RUN      ] openmp.dualview_combination
30: [       OK ] openmp.dualview_combination (0 ms)
30: [ RUN      ] openmp.dualview_alloc
30: [       OK ] openmp.dualview_alloc (0 ms)
30: [ RUN      ] openmp.test_dualview_copy_construction_and_assignment
30: [       OK ] openmp.test_dualview_copy_construction_and_assignment (0 ms)
30: [ RUN      ] openmp.dualview_combinations_without_init
30: [       OK ] openmp.dualview_combinations_without_init (0 ms)
30: [ RUN      ] openmp.dualview_deep_copy
30: [       OK ] openmp.dualview_deep_copy (0 ms)
30: [ RUN      ] openmp.dualview_realloc
30: [       OK ] openmp.dualview_realloc (0 ms)
30: [ RUN      ] openmp.dualview_resize
30: [       OK ] openmp.dualview_resize (0 ms)
30: [ RUN      ] openmp.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 ] openmp.dualview_device_correct_kokkos_device (1 ms)
30: [ RUN      ] openmp.dualview_host_correct_kokkos_device
30: [       OK ] openmp.dualview_host_correct_kokkos_device (3 ms)
30: [ RUN      ] openmp.dualview_host_modify_template_device_sync
30: [       OK ] openmp.dualview_host_modify_template_device_sync (0 ms)
30: [ RUN      ] openmp.dualview_host_modify_template_device_execspace_sync
30: [       OK ] openmp.dualview_host_modify_template_device_execspace_sync (6 ms)
30: [ RUN      ] openmp.dualview_device_modify_template_host_sync
30: [       OK ] openmp.dualview_device_modify_template_host_sync (0 ms)
30: [ RUN      ] openmp.dualview_device_modify_template_host_execspace_sync
30: [       OK ] openmp.dualview_device_modify_template_host_execspace_sync (2 ms)
30: [ RUN      ] openmp.dualview_template_views_return_correct_executionspace_views
30: [       OK ] openmp.dualview_template_views_return_correct_executionspace_views (1 ms)
30: [ RUN      ] openmp.dualview_template_views_return_correct_views_from_const_dual_view
30: [       OK ] openmp.dualview_template_views_return_correct_views_from_const_dual_view (2 ms)
30: [ RUN      ] openmp.dynamic_view
30: [       OK ] openmp.dynamic_view (43 ms)
30: [ RUN      ] openmp.dyn_rank_view_api_generic
30: [       OK ] openmp.dyn_rank_view_api_generic (4 ms)
30: [ RUN      ] openmp.dyn_rank_view_api_operator_rank12345
30: [       OK ] openmp.dyn_rank_view_api_operator_rank12345 (0 ms)
30: [ RUN      ] openmp.dyn_rank_view_check_fence_resize_realloc
30: /var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
30: skipping since not default execution space
30: [  SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc (0 ms)
30: [ RUN      ] openmp.dyn_rank_view_api_operator_rank67
30: [       OK ] openmp.dyn_rank_view_api_operator_rank67 (0 ms)
30: [ RUN      ] openmp.ErrorReporterViaLambda
30: [       OK ] openmp.ErrorReporterViaLambda (0 ms)
30: [ RUN      ] openmp.ErrorReporter
30: [       OK ] openmp.ErrorReporter (0 ms)
30: [ RUN      ] openmp.offsetview_construction
30: [       OK ] openmp.offsetview_construction (10 ms)
30: [ RUN      ] openmp.offsetview_unmanaged_construction
30: [       OK ] openmp.offsetview_unmanaged_construction (0 ms)
30: [ RUN      ] openmp.offsetview_subview
30: [       OK ] openmp.offsetview_subview (14 ms)
30: [ RUN      ] openmp.offsetview_offsets_rank1
30: [       OK ] openmp.offsetview_offsets_rank1 (0 ms)
30: [ RUN      ] openmp.offsetview_offsets_rank2
30: [       OK ] openmp.offsetview_offsets_rank2 (0 ms)
30: [ RUN      ] openmp.offsetview_offsets_rank3
30: [       OK ] openmp.offsetview_offsets_rank3 (0 ms)
30: [ RUN      ] openmp.scatterview
30: [       OK ] openmp.scatterview (2998 ms)
30: [ RUN      ] openmp.scatterview_devicetype
30: [       OK ] openmp.scatterview_devicetype (4 ms)
30: [ RUN      ] openmp.staticcrsgraph
30: [       OK ] openmp.staticcrsgraph (269 ms)
30: [ RUN      ] openmp.resize_realloc_no_init_dualview
30: [       OK ] openmp.resize_realloc_no_init_dualview (2 ms)
30: [ RUN      ] openmp.resize_realloc_no_alloc_dualview
30: [       OK ] openmp.resize_realloc_no_alloc_dualview (0 ms)
30: [ RUN      ] openmp.resize_exec_space_dualview
30: [       OK ] openmp.resize_exec_space_dualview (0 ms)
30: [ RUN      ] openmp.realloc_exec_space_dualview
30: [       OK ] openmp.realloc_exec_space_dualview (0 ms)
30: [ RUN      ] openmp.resize_realloc_no_init_dynrankview
30: [       OK ] openmp.resize_realloc_no_init_dynrankview (0 ms)
30: [ RUN      ] openmp.resize_exec_space_dynrankview
30: [       OK ] openmp.resize_exec_space_dynrankview (0 ms)
30: [ RUN      ] openmp.realloc_exec_space_dynrankview
30: [       OK ] openmp.realloc_exec_space_dynrankview (0 ms)
30: [ RUN      ] openmp.resize_realloc_no_init_scatterview
30: [       OK ] openmp.resize_realloc_no_init_scatterview (0 ms)
30: [ RUN      ] openmp.resize_realloc_no_alloc_scatterview
30: [       OK ] openmp.resize_realloc_no_alloc_scatterview (0 ms)
30: [ RUN      ] openmp.resize_exec_space_scatterview
30: [       OK ] openmp.resize_exec_space_scatterview (0 ms)
30: [ RUN      ] openmp.realloc_exec_space_scatterview
30: [       OK ] openmp.realloc_exec_space_scatterview (0 ms)
30: [ RUN      ] openmp.create_mirror_no_init_dynrankview
30: [       OK ] openmp.create_mirror_no_init_dynrankview (0 ms)
30: [ RUN      ] openmp.create_mirror_no_init_dynrankview_viewctor
30: [       OK ] openmp.create_mirror_no_init_dynrankview_viewctor (0 ms)
30: [ RUN      ] openmp.create_mirror_view_and_copy_dynrankview
30: [       OK ] openmp.create_mirror_view_and_copy_dynrankview (0 ms)
30: [ RUN      ] openmp.create_mirror_no_init_offsetview
30: [       OK ] openmp.create_mirror_no_init_offsetview (0 ms)
30: [ RUN      ] openmp.create_mirror_no_init_offsetview_view_ctor
30: [       OK ] openmp.create_mirror_no_init_offsetview_view_ctor (0 ms)
30: [ RUN      ] openmp.create_mirror_view_and_copy_offsetview
30: [       OK ] openmp.create_mirror_view_and_copy_offsetview (0 ms)
30: [ RUN      ] openmp.create_mirror_no_init_dynamicview
30: [       OK ] openmp.create_mirror_no_init_dynamicview (0 ms)
30: [ RUN      ] openmp.create_mirror_view_and_copy_dynamicview
30: [       OK ] openmp.create_mirror_view_and_copy_dynamicview (0 ms)
30: [ RUN      ] openmp.create_mirror_no_init_dynamicview_view_ctor
30: [       OK ] openmp.create_mirror_no_init_dynamicview_view_ctor (0 ms)
30: [ RUN      ] openmp.UnorderedMap_insert
30: [       OK ] openmp.UnorderedMap_insert (4886 ms)
30: [ RUN      ] openmp.UnorderedMap_failed_insert
30: [       OK ] openmp.UnorderedMap_failed_insert (8932 ms)
30: [ RUN      ] openmp.UnorderedMap_deep_copy
30: [       OK ] openmp.UnorderedMap_deep_copy (37 ms)
30: [ RUN      ] openmp.UnorderedMap_valid_empty
30: [       OK ] openmp.UnorderedMap_valid_empty (0 ms)
30: [ RUN      ] openmp.UnorderedMap_clear_zero_size
30: [       OK ] openmp.UnorderedMap_clear_zero_size (0 ms)
30: [ RUN      ] openmp.UnorderedMap_consistent_size
30: [       OK ] openmp.UnorderedMap_consistent_size (0 ms)
30: [ RUN      ] openmp.UnorderedMap_shallow_copyable_on_device
30: [       OK ] openmp.UnorderedMap_shallow_copyable_on_device (0 ms)
30: [ RUN      ] openmp.UnorderedMap_lambda_capturable
30: [       OK ] openmp.UnorderedMap_lambda_capturable (0 ms)
30: [ RUN      ] openmp.UnorderedMap_constructor_view_alloc
30: [       OK ] openmp.UnorderedMap_constructor_view_alloc (0 ms)
30: [ RUN      ] openmp.viewctorprop_embedded_dim
30: [       OK ] openmp.viewctorprop_embedded_dim (0 ms)
30: [----------] 63 tests from openmp (17776 ms total)
30: 
30: [----------] Global test environment tear-down
30: [==========] 63 tests from 1 test suite ran. (17776 ms total)
30: [  PASSED  ] 62 tests.
30: [  SKIPPED ] 1 test, listed below:
30: [  SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc
30/54 Test #30: Kokkos_ContainersUnitTest_OpenMP .....................   Passed   18.85 sec
test 31
      Start 31: Kokkos_ContainersUnitTest_HIP

31: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/containers/unit_tests/Kokkos_ContainersUnitTest_HIP
31: Test timeout computed to be: 1500
31: [==========] Running 63 tests from 1 test suite.
31: [----------] Global test environment set-up.
31: [----------] 63 tests from hip
31: [ RUN      ] hip.bitset
31: [       OK ] hip.bitset (26 ms)
31: [ RUN      ] hip.bitset_default_constructor_no_alloc
31: [       OK ] hip.bitset_default_constructor_no_alloc (0 ms)
31: [ RUN      ] hip.dualview_combination
31: [       OK ] hip.dualview_combination (19 ms)
31: [ RUN      ] hip.dualview_alloc
31: [       OK ] hip.dualview_alloc (0 ms)
31: [ RUN      ] hip.test_dualview_copy_construction_and_assignment
31: [       OK ] hip.test_dualview_copy_construction_and_assignment (0 ms)
31: [ RUN      ] hip.dualview_combinations_without_init
31: [       OK ] hip.dualview_combinations_without_init (0 ms)
31: [ RUN      ] hip.dualview_deep_copy
31: [       OK ] hip.dualview_deep_copy (2 ms)
31: [ RUN      ] hip.dualview_realloc
31: [       OK ] hip.dualview_realloc (0 ms)
31: [ RUN      ] hip.dualview_resize
31: [       OK ] hip.dualview_resize (1 ms)
31: [ RUN      ] hip.dualview_device_correct_kokkos_device
31: 
31: Kokkos::HIP::allocation WARNING: The combination of device and system configuration
31:                                  does not support page migration between device and host.
31:                                  HIPManagedSpace might not work as expected.
31:                                  Please refer to the ROCm documentation on unified/managed memory.
31: [       OK ] hip.dualview_device_correct_kokkos_device (13 ms)
31: [ RUN      ] hip.dualview_host_correct_kokkos_device
31: [       OK ] hip.dualview_host_correct_kokkos_device (0 ms)
31: [ RUN      ] hip.dualview_host_modify_template_device_sync
31: [       OK ] hip.dualview_host_modify_template_device_sync (0 ms)
31: [ RUN      ] hip.dualview_host_modify_template_device_execspace_sync
31: [       OK ] hip.dualview_host_modify_template_device_execspace_sync (0 ms)
31: [ RUN      ] hip.dualview_device_modify_template_host_sync
31: [       OK ] hip.dualview_device_modify_template_host_sync (0 ms)
31: [ RUN      ] hip.dualview_device_modify_template_host_execspace_sync
31: [       OK ] hip.dualview_device_modify_template_host_execspace_sync (6 ms)
31: [ RUN      ] hip.dualview_template_views_return_correct_executionspace_views
31: [       OK ] hip.dualview_template_views_return_correct_executionspace_views (0 ms)
31: [ RUN      ] hip.dualview_template_views_return_correct_views_from_const_dual_view
31: [       OK ] hip.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
31: [ RUN      ] hip.dynamic_view
31: [       OK ] hip.dynamic_view (88 ms)
31: [ RUN      ] hip.dyn_rank_view_api_generic
31: [       OK ] hip.dyn_rank_view_api_generic (164 ms)
31: [ RUN      ] hip.dyn_rank_view_api_operator_rank12345
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamFindIf.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamLexicographicalCompare.cpp.o
31: [       OK ] hip.dyn_rank_view_api_operator_rank12345 (12 ms)
31: [ RUN      ] hip.dyn_rank_view_check_fence_resize_realloc
31: [       OK ] hip.dyn_rank_view_check_fence_resize_realloc (0 ms)
31: [ RUN      ] hip.dyn_rank_view_api_operator_rank67
31: [       OK ] hip.dyn_rank_view_api_operator_rank67 (1 ms)
31: [ RUN      ] hip.ErrorReporterViaLambda
31: [       OK ] hip.ErrorReporterViaLambda (12 ms)
31: [ RUN      ] hip.ErrorReporter
31: [       OK ] hip.ErrorReporter (0 ms)
31: [ RUN      ] hip.offsetview_construction
31: [       OK ] hip.offsetview_construction (14 ms)
31: [ RUN      ] hip.offsetview_unmanaged_construction
31: [       OK ] hip.offsetview_unmanaged_construction (0 ms)
31: [ RUN      ] hip.offsetview_subview
31: [       OK ] hip.offsetview_subview (0 ms)
31: [ RUN      ] hip.offsetview_offsets_rank1
31: [       OK ] hip.offsetview_offsets_rank1 (0 ms)
31: [ RUN      ] hip.offsetview_offsets_rank2
31: [       OK ] hip.offsetview_offsets_rank2 (0 ms)
31: [ RUN      ] hip.offsetview_offsets_rank3
31: [       OK ] hip.offsetview_offsets_rank3 (0 ms)
31: [ RUN      ] hip.scatterview
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_A.dir/TestStdAlgorithmsTeamMismatch.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WorkGraph.cpp.o
[ 88%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftLeft.cpp.o
[ 88%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_WithoutInitializing.cpp.o
31: [       OK ] hip.scatterview (17708 ms)
31: [ RUN      ] hip.scatterview_devicetype
[ 88%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 88%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_B
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/UnitTestMain.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsCommon.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_a.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinElement.cpp.o
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_b.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMaxElement.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_D.dir/TestStdAlgorithmsShiftRight.cpp.o
31: [       OK ] hip.scatterview_devicetype (48320 ms)
31: [ RUN      ] hip.staticcrsgraph
31: [       OK ] hip.staticcrsgraph (63 ms)
31: [ RUN      ] hip.resize_realloc_no_init_dualview
31: [       OK ] hip.resize_realloc_no_init_dualview (8 ms)
31: [ RUN      ] hip.resize_realloc_no_alloc_dualview
31: [       OK ] hip.resize_realloc_no_alloc_dualview (0 ms)
31: [ RUN      ] hip.resize_exec_space_dualview
31: [       OK ] hip.resize_exec_space_dualview (0 ms)
31: [ RUN      ] hip.realloc_exec_space_dualview
31: [       OK ] hip.realloc_exec_space_dualview (0 ms)
31: [ RUN      ] hip.resize_realloc_no_init_dynrankview
31: [       OK ] hip.resize_realloc_no_init_dynrankview (0 ms)
31: [ RUN      ] hip.resize_exec_space_dynrankview
31: [       OK ] hip.resize_exec_space_dynrankview (0 ms)
31: [ RUN      ] hip.realloc_exec_space_dynrankview
31: [       OK ] hip.realloc_exec_space_dynrankview (0 ms)
31: [ RUN      ] hip.resize_realloc_no_init_scatterview
31: [       OK ] hip.resize_realloc_no_init_scatterview (0 ms)
31: [ RUN      ] hip.resize_realloc_no_alloc_scatterview
31: [       OK ] hip.resize_realloc_no_alloc_scatterview (0 ms)
31: [ RUN      ] hip.resize_exec_space_scatterview
31: [       OK ] hip.resize_exec_space_scatterview (0 ms)
31: [ RUN      ] hip.realloc_exec_space_scatterview
31: [       OK ] hip.realloc_exec_space_scatterview (0 ms)
31: [ RUN      ] hip.create_mirror_no_init_dynrankview
31: [       OK ] hip.create_mirror_no_init_dynrankview (0 ms)
31: [ RUN      ] hip.create_mirror_no_init_dynrankview_viewctor
31: [       OK ] hip.create_mirror_no_init_dynrankview_viewctor (0 ms)
31: [ RUN      ] hip.create_mirror_view_and_copy_dynrankview
31: [       OK ] hip.create_mirror_view_and_copy_dynrankview (0 ms)
31: [ RUN      ] hip.create_mirror_no_init_offsetview
31: [       OK ] hip.create_mirror_no_init_offsetview (0 ms)
31: [ RUN      ] hip.create_mirror_no_init_offsetview_view_ctor
31: [       OK ] hip.create_mirror_no_init_offsetview_view_ctor (0 ms)
31: [ RUN      ] hip.create_mirror_view_and_copy_offsetview
31: [       OK ] hip.create_mirror_view_and_copy_offsetview (0 ms)
31: [ RUN      ] hip.create_mirror_no_init_dynamicview
31: [       OK ] hip.create_mirror_no_init_dynamicview (0 ms)
31: [ RUN      ] hip.create_mirror_view_and_copy_dynamicview
31: [       OK ] hip.create_mirror_view_and_copy_dynamicview (0 ms)
31: [ RUN      ] hip.create_mirror_no_init_dynamicview_view_ctor
31: [       OK ] hip.create_mirror_no_init_dynamicview_view_ctor (0 ms)
31: [ RUN      ] hip.UnorderedMap_insert
31: [       OK ] hip.UnorderedMap_insert (2878 ms)
31: [ RUN      ] hip.UnorderedMap_failed_insert
31: [       OK ] hip.UnorderedMap_failed_insert (1006 ms)
31: [ RUN      ] hip.UnorderedMap_deep_copy
31: [       OK ] hip.UnorderedMap_deep_copy (5 ms)
31: [ RUN      ] hip.UnorderedMap_valid_empty
31: [       OK ] hip.UnorderedMap_valid_empty (1 ms)
31: [ RUN      ] hip.UnorderedMap_clear_zero_size
31: [       OK ] hip.UnorderedMap_clear_zero_size (0 ms)
31: [ RUN      ] hip.UnorderedMap_consistent_size
31: [       OK ] hip.UnorderedMap_consistent_size (0 ms)
31: [ RUN      ] hip.UnorderedMap_shallow_copyable_on_device
31: [       OK ] hip.UnorderedMap_shallow_copyable_on_device (0 ms)
31: [ RUN      ] hip.UnorderedMap_lambda_capturable
31: [       OK ] hip.UnorderedMap_lambda_capturable (0 ms)
31: [ RUN      ] hip.UnorderedMap_constructor_view_alloc
31: [       OK ] hip.UnorderedMap_constructor_view_alloc (0 ms)
31: [ RUN      ] hip.viewctorprop_embedded_dim
31: [       OK ] hip.viewctorprop_embedded_dim (2 ms)
31: [----------] 63 tests from hip (70367 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 63 tests from 1 test suite ran. (70367 ms total)
31: [  PASSED  ] 63 tests.
31/54 Test #31: Kokkos_ContainersUnitTest_HIP ........................   Passed   71.25 sec
test 32
      Start 32: Kokkos_ContainersPerformanceTest_OpenMP

32: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_OpenMP
32: Test timeout computed to be: 1500
32: [==========] Running 5 tests from 1 test suite.
32: [----------] Global test environment set-up.
32: [----------] 5 tests from TEST_CATEGORY
32: [ RUN      ] TEST_CATEGORY.dynrankview_perf
32: OpenMP
32:  DynRankView vs View: Initialization Only 
32:  View time (init only): 0.00835188
32:  View sum computation time: 0.00835188
32:  Strided View time (init only): 0.00570313
32:  View Rank7 time (init only): 0.00690822
32:  DynRankView time (init only): 0.00814678
32:  DynRankView sum computation time: 0.0121142
32:  Ratio of View to DynRankView time: 1.02518
32:  Ratio of View to DynRankView sum computation time: 0.673786
32:  Ratio of View to View Rank7  time: 1.20898
32:  Ratio of StrideView to DynRankView time: 0.700047
32:  Ratio of DynRankView to View Rank7  time: 1.17929
32: [       OK ] TEST_CATEGORY.dynrankview_perf (248 ms)
32: [ RUN      ] TEST_CATEGORY.global_2_local
32: OpenMP
32: size, create, generate, fill, find
32: 256, 7.962e-05, 1.037e-05, 6.4842e-05, 0.000723401
32: 512, 5.2198e-05, 1.4006e-05, 8.2495e-05, 0.000664691
32: 1024, 3.9124e-05, 1.034e-05, 0.000113584, 0.000734162
32: 2048, 4.0236e-05, 7.874e-06, 0.000219263, 0.000837977
32: 4096, 5.9302e-05, 7.575e-06, 0.000337195, 0.00103626
32: 8192, 6.8539e-05, 8.346e-06, 0.000602834, 0.0014537
32: 16384, 0.000119435, 1.0109e-05, 0.0011387, 0.00252517
32: 32768, 0.000214354, 1.8876e-05, 0.0021964, 0.00756279
32: 65536, 0.000343286, 3.197e-05, 0.0043591, 0.0160058
32: 131072, 0.000646226, 4.9022e-05, 0.0107691, 0.0378767
32: 262144, 0.00299917, 0.000114846, 0.0190503, 0.0804743
32: 524288, 0.00660162, 0.000209124, 0.0361007, 0.378556
32: 1048576, 0.012727, 0.000271702, 0.0742734, 1.36625
32: 2097152, 0.0218618, 0.000263275, 0.188723, 3.40163
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_D.dir/TestStdAlgorithmsTeamMinMaxElement.cpp.o
32: 4194304, 0.044688, 0.000561758, 0.280681, 7.8355
32: [       OK ] TEST_CATEGORY.global_2_local (13859 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: [ RUN      ] TEST_CATEGORY.scatter_view
32: ScatterView data-duplicated test:
32: num_threads 8
32: hand-coded test took 0.0593526 seconds
32: test took 0.0615529 seconds
32: num_threads 8
32: hand-coded test took 0.0572436 seconds
32: test took 0.0584683 seconds
32: num_threads 8
32: hand-coded test took 0.0609164 seconds
32: test took 0.0620845 seconds
32: num_threads 8
32: hand-coded test took 0.0665659 seconds
32: test took 0.0569168 seconds
32: num_threads 8
32: hand-coded test took 0.0575022 seconds
32: test took 0.056956 seconds
32: [       OK ] TEST_CATEGORY.scatter_view (951 ms)
32: [----------] 5 tests from TEST_CATEGORY (15060 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 5 tests from 1 test suite ran. (15061 ms total)
32: [  PASSED  ] 5 tests.
32/54 Test #32: Kokkos_ContainersPerformanceTest_OpenMP ..............   Passed   15.70 sec
test 33
      Start 33: Kokkos_ContainersPerformanceTest_HIP

33: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_HIP
33: Test timeout computed to be: 1500
33: [==========] Running 4 tests from 1 test suite.
33: [----------] Global test environment set-up.
33: [----------] 4 tests from TEST_CATEGORY
33: [ RUN      ] TEST_CATEGORY.dynrankview_perf
33: HIP
33:  DynRankView vs View: Initialization Only 
33:  View time (init only): 0.0041713
33:  View sum computation time: 0.0041713
33:  Strided View time (init only): 0.00140586
33:  View Rank7 time (init only): 0.00147323
33:  DynRankView time (init only): 0.00148626
33:  DynRankView sum computation time: 0.00143344
33:  Ratio of View to DynRankView time: 2.80658
33:  Ratio of View to DynRankView sum computation time: 0.977871
33:  Ratio of View to View Rank7  time: 2.83139
33:  Ratio of StrideView to DynRankView time: 0.945903
33:  Ratio of DynRankView to View Rank7  time: 1.00884
33: [       OK ] TEST_CATEGORY.dynrankview_perf (14 ms)
33: [ RUN      ] TEST_CATEGORY.global_2_local
33: HIP
33: size, create, generate, fill, find
33: 256, 0.000413919, 2.122e-05, 0.00577864, 0.00544386
33: 512, 0.000253788, 2.1351e-05, 3.1749e-05, 0.006162
33: 1024, 0.000224032, 2.0659e-05, 3.1118e-05, 0.00584597
33: 2048, 0.000254699, 2.0819e-05, 3.1469e-05, 0.00446104
33: 4096, 0.000251143, 2.2162e-05, 3.3273e-05, 0.00461569
33: 8192, 0.000262293, 2.3845e-05, 3.3162e-05, 0.00482902
33: 16384, 0.000305425, 2.3765e-05, 4.1218e-05, 0.00672081
33: 32768, 0.000882481, 2.3294e-05, 4.8682e-05, 0.00674881
33: 65536, 0.00085033, 2.7832e-05, 5.1216e-05, 0.00645041
33: 131072, 0.000406646, 3.4906e-05, 6.8368e-05, 0.00697381
33: 262144, 0.000411214, 3.5337e-05, 0.000171253, 0.0115425
33: 524288, 0.000511754, 3.8893e-05, 0.000436322, 0.0127457
33: 1048576, 0.00114424, 3.2631e-05, 0.000959085, 0.0298965
33: 2097152, 0.00153876, 3.5898e-05, 0.00212031, 0.0626018
33: 4194304, 0.000839821, 4.759e-05, 0.00474941, 0.124319
33: [       OK ] TEST_CATEGORY.global_2_local (326 ms)
33: [ RUN      ] TEST_CATEGORY.unordered_map_performance_near
33: skipping test
33: [       OK ] TEST_CATEGORY.unordered_map_performance_near (0 ms)
33: [ RUN      ] TEST_CATEGORY.unordered_map_performance_far
33: skipping test
33: [       OK ] TEST_CATEGORY.unordered_map_performance_far (0 ms)
33: [----------] 4 tests from TEST_CATEGORY (341 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 4 tests from 1 test suite ran. (341 ms total)
33: [  PASSED  ] 4 tests.
33/54 Test #33: Kokkos_ContainersPerformanceTest_HIP .................   Passed    0.99 sec
test 34
      Start 34: Kokkos_UnitTest_Sort

34: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_UnitTest_Sort
34: Test timeout computed to be: 1500
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_A
34: [==========] Running 17 tests from 1 test suite.
34: [----------] Global test environment set-up.
34: [----------] 17 tests from hip
34: [ RUN      ] hip.SortUnsignedValueType
34: [       OK ] hip.SortUnsignedValueType (34 ms)
34: [ RUN      ] hip.SortEmptyView
34: [       OK ] hip.SortEmptyView (0 ms)
34: [ RUN      ] hip.SortByKeyEmptyView
34: [       OK ] hip.SortByKeyEmptyView (0 ms)
34: [ RUN      ] hip.SortByKeyEmptyViewHost
34: [       OK ] hip.SortByKeyEmptyViewHost (0 ms)
34: [ RUN      ] hip.SortByKey
34: [       OK ] hip.SortByKey (19 ms)
34: [ RUN      ] hip.SortByKeyWithComparator
34: [       OK ] hip.SortByKeyWithComparator (1 ms)
34: [ RUN      ] hip.SortByKeyStaticExtents
34: [       OK ] hip.SortByKeyStaticExtents (0 ms)
34: [ RUN      ] hip.SortByKeyWithStrides
34: [       OK ] hip.SortByKeyWithStrides (0 ms)
34: [ RUN      ] hip.SortByKeyKeysLargerThanValues
34: 
34: [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.
34: 
34: [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.
34: [       OK ] hip.SortByKeyKeysLargerThanValues (749 ms)
34: [ RUN      ] hip.SortWithCustomComparator
34: [       OK ] hip.SortWithCustomComparator (935 ms)
34: [ RUN      ] hip.BinSortGenericTests
34: [       OK ] hip.BinSortGenericTests (25 ms)
34: [ RUN      ] hip.BinSortEmptyView
34: [       OK ] hip.BinSortEmptyView (0 ms)
34: [ RUN      ] hip.BinSortEmptyKeysView
34: [       OK ] hip.BinSortEmptyKeysView (0 ms)
34: [ RUN      ] hip.BinSort_issue_7221
34: [       OK ] hip.BinSort_issue_7221 (0 ms)
34: [ RUN      ] hip.BinSortUnsignedKeyLayoutStrideValues
[ 89%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_A
[ 89%] 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_Team_C.dir/TestStdAlgorithmsTeamFindIfNot.cpp.o
34: [       OK ] hip.BinSortUnsignedKeyLayoutStrideValues (13910 ms)
34: [ RUN      ] hip.NestedSort
34: [       OK ] hip.NestedSort (56 ms)
34: [ RUN      ] hip.NestedSortByKey
34: [       OK ] hip.NestedSortByKey (119 ms)
34: [----------] 17 tests from hip (15853 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 17 tests from 1 test suite ran. (15853 ms total)
34: [  PASSED  ] 17 tests.
34/54 Test #34: Kokkos_UnitTest_Sort .................................   Passed   16.49 sec
test 35
      Start 35: Kokkos_UnitTest_Random

35: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_UnitTest_Random
35: Test timeout computed to be: 1500
35: [==========] Running 3 tests from 1 test suite.
35: [----------] Global test environment set-up.
35: [----------] 3 tests from hip
35: [ RUN      ] hip.Random_XorShift64
35: Test Seed:1726154547028256275
35: Test Scalar=int
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 6.43252e-07 0.0160312 0.00437092 || 0.051031 28040 29422 || 28222 28674.4 || 60.4236 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 -0.00626553 0.00558356 || 0.051031 1e+64 -1e+64
35: Test Scalar=unsigned int
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 6.43252e-07 -0.00719536 0.00497638 || 0.051031 27990 29285 || 28882.2 28674.4 || 68.7934 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 0.0101638 0.00672569 || 0.051031 1e+64 -1e+64
35: Test Scalar=int64_t
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 6.43252e-07 -0.00563589 0.00922498 || 0.051031 28019 29333 || 28836.9 28674.4 || 127.526 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 -0.00740903 0.000245495 || 0.051031 1e+64 -1e+64
35: Test Scalar=uint64_t
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 6.43252e-07 -0.00452919 -0.00295967 || 0.051031 28068 29348 || 28804.9 28674.4 || -40.9145 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 -0.0176528 -0.00243544 || 0.051031 1e+64 -1e+64
35: Test Scalar=half
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 0.000244248 -0.99999 -48247.4 || 0.051031 0 194893 || 2.92875e+09 28674.4 || -6.66973e+08 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 0.00073164 -0.312508 0.153005 || 0.051031 1e+64 -1e+64
35: Test Scalar=bhalf
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 6.65955e-07 -0.0171084 -0.0122927 || 0.051031 28008 29326 || 29173.5 28674.4 || -169.935 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 7.11361e-07 0.0157213 -0.00847337 || 0.051031 1e+64 -1e+64
35: Test Scalar=float
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 6.68478e-07 0.0135092 -0.0332376 || 0.051031 28025 29259 || 28292.2 28674.4 || -459.477 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 7.18929e-07 0.0147801 -0.00830511 || 0.051031 1e+64 -1e+64
35: Test Scalar=double
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 6.43252e-07 0.00855342 0.00912397 || 0.051031 28085 29339 || 28431.2 28674.4 || 126.13 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 -0.00727278 0.0136401 || 0.051031 1e+64 -1e+64
35: Test Seed:1726154547148507495
35: Test Scalar=int
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 6.43252e-07 -0.00841077 0.0299064 || 0.051031 28060 29412 || 28917.6 28674.4 || 413.426 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 -0.0207371 -0.000451444 || 0.051031 1e+64 -1e+64
35: Test Scalar=unsigned int
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 6.43252e-07 0.0191753 0.00132134 || 0.051031 28049 29282 || 28134.9 28674.4 || 18.2663 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 -0.00247766 0.00447589 || 0.051031 1e+64 -1e+64
35: Test Scalar=int64_t
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 6.43252e-07 -0.00455998 -0.0164177 || 0.051031 28057 29299 || 28805.7 28674.4 || -226.958 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 0.00239622 -0.0037387 || 0.051031 1e+64 -1e+64
35: Test Scalar=uint64_t
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 6.43252e-07 2.15156e-05 -0.00871218 || 0.051031 28005 29300 || 28673.8 28674.4 || -120.437 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 -0.00996539 -0.00189931 || 0.051031 1e+64 -1e+64
35: Test Scalar=half
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 0.000245111 -0.99999 -48242.7 || 0.051031 0 194896 || 2.92822e+09 28674.4 || -6.66907e+08 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 0.000734239 -0.319849 0.163601 || 0.051031 1e+64 -1e+64
35: Test Scalar=bhalf
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 6.68478e-07 0.0180472 -0.0314535 || 0.051031 28119 29353 || 28166.1 28674.4 || -434.814 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 7.18929e-07 -0.014432 -0.00142101 || 0.051031 1e+64 -1e+64
35: Test Scalar=float
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 6.76045e-07 0.000772093 0.00124197 || 0.051031 27936 29323 || 28652.3 28674.4 || 17.169 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 7.41632e-07 0.0270639 0.00350132 || 0.051031 1e+64 -1e+64
35: Test Scalar=double
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 6.43252e-07 -0.0125298 -0.0312323 || 0.051031 27973 29398 || 29038.2 28674.4 || -431.755 -2.0744
35:  -- Testing 3-D histogram
35: Density 3D: 6.43252e-07 -0.00534739 0.00297258 || 0.051031 1e+64 -1e+64
35: [       OK ] hip.Random_XorShift64 (228 ms)
35: [ RUN      ] hip.Random_XorShift1024_0
35: Test Seed:1726154547256415029
35: Test Scalar=int
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 2.47955e-07 -0.00860386 -0.000376287 || 0.051031 10955 11809 || 11475.7 11377 || -5.2018 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.47955e-07 -0.0160859 0.000499091 || 0.051031 1e+64 -1e+64
35: Test Scalar=unsigned int
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 2.47955e-07 -0.0213326 0.0180167 || 0.051031 10985 11795 || 11624.9 11377 || 249.063 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.47955e-07 0.0141886 0.00487189 || 0.051031 1e+64 -1e+64
35: Test Scalar=int64_t
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 2.47955e-07 -0.0277308 0.00886476 || 0.051031 10909 11794 || 11701.4 11377 || 122.546 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.47955e-07 -0.00800715 5.56812e-05 || 0.051031 1e+64 -1e+64
35: Test Scalar=uint64_t
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 2.47955e-07 -0.00468333 -0.0113161 || 0.051031 10941 11790 || 11430.5 11377 || -156.434 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.47955e-07 0.00147814 0.000163681 || 0.051031 1e+64 -1e+64
35: Test Scalar=half
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 0.000245199 -0.999975 -7594.83 || 0.051031 0 77708 || 4.61001e+08 11377 || -1.04991e+08 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 0.000735365 -0.152138 0.0251723 || 0.051031 1e+64 -1e+64
35: Test Scalar=bhalf
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 2.73387e-07 -0.00413553 -0.00756603 || 0.051031 10969 11758 || 11424.2 11377 || -104.593 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 3.24249e-07 -0.00795419 0.000994034 || 0.051031 1e+64 -1e+64
35: Test Scalar=float
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 2.60671e-07 0.0108588 -0.00556736 || 0.051031 10989 11838 || 11254.7 11377 || -76.9631 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.86102e-07 0.00711418 0.00269845 || 0.051031 1e+64 -1e+64
35: Test Scalar=double
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 2.47955e-07 0.0087624 -0.0023672 || 0.051031 10968 11752 || 11278.1 11377 || -32.7242 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.47955e-07 0.0199814 -0.00131976 || 0.051031 1e+64 -1e+64
35: Test Seed:1726154547356552266
35: Test Scalar=int
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 2.47955e-07 0.002546 0.00620083 || 0.051031 10963 11801 || 11348.1 11377 || 85.7203 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.47955e-07 0.00391979 -0.000460757 || 0.051031 1e+64 -1e+64
35: Test Scalar=unsigned int
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 2.47955e-07 -0.00928903 0.00476168 || 0.051031 11023 11773 || 11483.6 11377 || 65.8255 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.47955e-07 -0.0153027 -0.000253145 || 0.051031 1e+64 -1e+64
35: Test Scalar=int64_t
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 2.47955e-07 0.0256282 0.0139414 || 0.051031 10986 11807 || 11092.7 11377 || 192.726 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.47955e-07 0.00113156 -0.00320122 || 0.051031 1e+64 -1e+64
35: Test Scalar=uint64_t
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 2.47955e-07 -0.000336254 0.0110916 || 0.051031 10975 11787 || 11380.8 11377 || 153.331 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.47955e-07 0.00585356 0.00112321 || 0.051031 1e+64 -1e+64
35: Test Scalar=half
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 0.000246242 -0.999975 -7595.09 || 0.051031 0 77689 || 4.61009e+08 11377 || -1.04994e+08 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 0.000738479 -0.153576 0.0273044 || 0.051031 1e+64 -1e+64
35: Test Scalar=bhalf
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 2.79744e-07 0.018086 0.00139245 || 0.051031 10939 11740 || 11174.8 11377 || 19.2493 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 3.43323e-07 -0.00699793 -0.000709806 || 0.051031 1e+64 -1e+64
35: Test Scalar=float
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 2.67029e-07 0.00654388 0.00279508 || 0.051031 10986 11839 || 11303 11377 || 38.6392 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 3.05176e-07 -0.019487 0.00188178 || 0.051031 1e+64 -1e+64
35: Test Scalar=double
35:  -- Testing randomness properties
35:  -- Testing 1-D histogram
35: Density 1D: 2.47955e-07 0.00695619 -0.00960199 || 0.051031 10962 11778 || 11298.4 11377 || -132.738 -0.823045
35:  -- Testing 3-D histogram
35: Density 3D: 2.47955e-07 -0.00623052 0.00382131 || 0.051031 1e+64 -1e+64
35: [       OK ] hip.Random_XorShift1024_0 (239 ms)
35: [ RUN      ] hip.Multi_streams
35: [       OK ] hip.Multi_streams (358 ms)
35: [----------] 3 tests from hip (826 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 3 tests from 1 test suite ran. (827 ms total)
35: [  PASSED  ] 3 tests.
35/54 Test #35: Kokkos_UnitTest_Random ...............................   Passed    1.36 sec
test 36
      Start 36: Kokkos_AlgorithmsUnitTest_StdSet_A

36: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_A
36: Test timeout computed to be: 1500
36: [==========] Running 16 tests from 3 test suites.
36: [----------] Global test environment set-up.
36: [----------] 3 tests from std_algorithms_reducers
36: [ RUN      ] std_algorithms_reducers.max_first_loc
36: [       OK ] std_algorithms_reducers.max_first_loc (0 ms)
36: [ RUN      ] std_algorithms_reducers.min_first_loc
36: [       OK ] std_algorithms_reducers.min_first_loc (0 ms)
36: [ RUN      ] std_algorithms_reducers.min_max_first_last_loc
36: [       OK ] std_algorithms_reducers.min_max_first_last_loc (0 ms)
36: [----------] 3 tests from std_algorithms_reducers (0 ms total)
36: 
36: [----------] 2 tests from std_algorithms
36: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
36: [       OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms)
36: [ RUN      ] std_algorithms.expect_no_overlap
36: 
36: [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.
36: 
36: [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.
36: 
36: [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.
36: 
36: [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.
36: 
36: [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.
36: [       OK ] std_algorithms.expect_no_overlap (1815 ms)
36: [----------] 2 tests from std_algorithms (1815 ms total)
36: 
36: [----------] 11 tests from random_access_iterator_test
36: [ RUN      ] random_access_iterator_test.constructor
36: [       OK ] random_access_iterator_test.constructor (2 ms)
36: [ RUN      ] random_access_iterator_test.constructiblity
36: [       OK ] random_access_iterator_test.constructiblity (0 ms)
36: [ RUN      ] random_access_iterator_test.dereference
36: [       OK ] random_access_iterator_test.dereference (0 ms)
36: [ RUN      ] random_access_iterator_test.subscript_operator
36: [       OK ] random_access_iterator_test.subscript_operator (0 ms)
36: [ RUN      ] random_access_iterator_test.operatorsSet1
36: [       OK ] random_access_iterator_test.operatorsSet1 (0 ms)
36: [ RUN      ] random_access_iterator_test.operatorsSet2
36: [       OK ] random_access_iterator_test.operatorsSet2 (0 ms)
36: [ RUN      ] random_access_iterator_test.operatorsSet3
36: [       OK ] random_access_iterator_test.operatorsSet3 (0 ms)
36: [ RUN      ] random_access_iterator_test.operatorsSet4
36: [       OK ] random_access_iterator_test.operatorsSet4 (0 ms)
36: [ RUN      ] random_access_iterator_test.assignment_operator
36: [       OK ] random_access_iterator_test.assignment_operator (0 ms)
36: [ RUN      ] random_access_iterator_test.distance
36: [       OK ] random_access_iterator_test.distance (0 ms)
36: [ RUN      ] random_access_iterator_test.traits_helpers
36: [       OK ] random_access_iterator_test.traits_helpers (0 ms)
36: [----------] 11 tests from random_access_iterator_test (5 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 16 tests from 3 test suites ran. (1821 ms total)
36: [  PASSED  ] 16 tests.
36/54 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_A ...................   Passed    2.35 sec
test 37
      Start 37: Kokkos_AlgorithmsUnitTest_StdSet_B

37: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_B
37: Test timeout computed to be: 1500
37: [==========] Running 7 tests from 1 test suite.
37: [----------] Global test environment set-up.
37: [----------] 7 tests from std_algorithms_min_max_element_test
37: [ RUN      ] std_algorithms_min_max_element_test.min_element_empty_range
37: [       OK ] std_algorithms_min_max_element_test.min_element_empty_range (0 ms)
37: [ RUN      ] std_algorithms_min_max_element_test.max_element_empty_range
37: [       OK ] std_algorithms_min_max_element_test.max_element_empty_range (0 ms)
37: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data
37: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data (13 ms)
37: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data
37: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data (9 ms)
37: [ RUN      ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp
37: [       OK ] std_algorithms_min_max_element_test.min_element_non_trivial_data_custom_comp (10 ms)
37: [ RUN      ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp
37: [       OK ] std_algorithms_min_max_element_test.max_element_non_trivial_data_custom_comp (10 ms)
37: [ RUN      ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp
37: [       OK ] std_algorithms_min_max_element_test.minmax_element_non_trivial_data_custom_comp (17 ms)
37: [----------] 7 tests from std_algorithms_min_max_element_test (61 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 7 tests from 1 test suite ran. (61 ms total)
37: [  PASSED  ] 7 tests.
37/54 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_B ...................   Passed    0.60 sec
test 38
      Start 38: Kokkos_AlgorithmsUnitTest_StdSet_C

38: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_C
38: Test timeout computed to be: 1500
38: [==========] Running 13 tests from 10 test suites.
38: [----------] Global test environment set-up.
38: [----------] 1 test from std_algorithms_lexicographical_compare_test
38: [ RUN      ] std_algorithms_lexicographical_compare_test.test
38: [       OK ] std_algorithms_lexicographical_compare_test.test (228 ms)
38: [----------] 1 test from std_algorithms_lexicographical_compare_test (228 ms total)
38: 
38: [----------] 1 test from std_algorithms_for_each_test
38: [ RUN      ] std_algorithms_for_each_test.test
38: [       OK ] std_algorithms_for_each_test.test (149 ms)
38: [----------] 1 test from std_algorithms_for_each_test (149 ms total)
38: 
38: [----------] 1 test from std_algorithms_find_test
38: [ RUN      ] std_algorithms_find_test.test
38: [       OK ] std_algorithms_find_test.test (88 ms)
38: [----------] 1 test from std_algorithms_find_test (88 ms total)
38: 
38: [----------] 4 tests from std_algorithms_non_mod_seq_ops
38: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
38: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (865 ms)
38: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
38: [       OK ] std_algorithms_non_mod_seq_ops.find_end (1525 ms)
38: [ RUN      ] std_algorithms_non_mod_seq_ops.search
38: [       OK ] std_algorithms_non_mod_seq_ops.search (1059 ms)
38: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
38: [       OK ] std_algorithms_non_mod_seq_ops.search_n (727 ms)
38: [----------] 4 tests from std_algorithms_non_mod_seq_ops (4177 ms total)
38: 
38: [----------] 1 test from std_algorithms_count_test
38: [ RUN      ] std_algorithms_count_test.test
38: [       OK ] std_algorithms_count_test.test (117 ms)
38: [----------] 1 test from std_algorithms_count_test (117 ms total)
38: 
38: [----------] 1 test from std_algorithms_equal_test
38: [ RUN      ] std_algorithms_equal_test.test
38: [       OK ] std_algorithms_equal_test.test (24 ms)
38: [----------] 1 test from std_algorithms_equal_test (24 ms total)
38: 
38: [----------] 1 test from std_algorithms_all_any_none_of_test
38: [ RUN      ] std_algorithms_all_any_none_of_test.test
38: [       OK ] std_algorithms_all_any_none_of_test.test (96 ms)
38: [----------] 1 test from std_algorithms_all_any_none_of_test (96 ms total)
38: 
38: [----------] 1 test from std_algorithms_nonmod_seq_ops
38: [ RUN      ] std_algorithms_nonmod_seq_ops.adjacent_find
38: [       OK ] std_algorithms_nonmod_seq_ops.adjacent_find (142 ms)
38: [----------] 1 test from std_algorithms_nonmod_seq_ops (142 ms total)
38: 
38: [----------] 1 test from std_algorithms_mismatch_test
38: [ RUN      ] std_algorithms_mismatch_test.test
38: [       OK ] std_algorithms_mismatch_test.test (236 ms)
38: [----------] 1 test from std_algorithms_mismatch_test (236 ms total)
38: 
38: [----------] 1 test from std_algorithms_mod_seq_ops
38: [ RUN      ] std_algorithms_mod_seq_ops.move_backward
38: [       OK ] std_algorithms_mod_seq_ops.move_backward (63 ms)
38: [----------] 1 test from std_algorithms_mod_seq_ops (63 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 13 tests from 10 test suites ran. (5325 ms total)
38: [  PASSED  ] 13 tests.
38/54 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_C ...................   Passed    5.87 sec
test 39
      Start 39: Kokkos_AlgorithmsUnitTest_StdSet_D

39: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_D
39: Test timeout computed to be: 1500
39: [==========] Running 31 tests from 5 test suites.
39: [----------] Global test environment set-up.
39: [----------] 3 tests from std_algorithms_mod_ops_test
39: [ RUN      ] std_algorithms_mod_ops_test.move
39: [       OK ] std_algorithms_mod_ops_test.move (0 ms)
39: [ RUN      ] std_algorithms_mod_ops_test.move_within_parfor
39: [       OK ] std_algorithms_mod_ops_test.move_within_parfor (3 ms)
39: [ RUN      ] std_algorithms_mod_ops_test.iter_swap_static_view
39: [       OK ] std_algorithms_mod_ops_test.iter_swap_static_view (0 ms)
39: [----------] 3 tests from std_algorithms_mod_ops_test (3 ms total)
39: 
39: [----------] 12 tests from std_algorithms_mod_seq_ops_test
39: [ RUN      ] std_algorithms_mod_seq_ops_test.copy
39: [       OK ] std_algorithms_mod_seq_ops_test.copy (3 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_view
39: [       OK ] std_algorithms_mod_seq_ops_test.copy_view (0 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_n
39: [       OK ] std_algorithms_mod_seq_ops_test.copy_n (0 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops_test.copy_backward
39: [       OK ] std_algorithms_mod_seq_ops_test.copy_backward (0 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops_test.reverse_copy
39: [       OK ] std_algorithms_mod_seq_ops_test.reverse_copy (0 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops_test.fill
39: [       OK ] std_algorithms_mod_seq_ops_test.fill (0 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops_test.fill_n
39: [       OK ] std_algorithms_mod_seq_ops_test.fill_n (0 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op
39: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_unary_op (0 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op
39: [       OK ] std_algorithms_mod_seq_ops_test.transform_from_fixture_binary_op (0 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops_test.generate
39: [       OK ] std_algorithms_mod_seq_ops_test.generate (0 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops_test.generate_n
39: [       OK ] std_algorithms_mod_seq_ops_test.generate_n (0 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops_test.swap_ranges
39: [       OK ] std_algorithms_mod_seq_ops_test.swap_ranges (0 ms)
39: [----------] 12 tests from std_algorithms_mod_seq_ops_test (6 ms total)
39: 
39: [----------] 4 tests from std_algorithms_replace_ops_test
39: [ RUN      ] std_algorithms_replace_ops_test.replace
39: [       OK ] std_algorithms_replace_ops_test.replace (45 ms)
39: [ RUN      ] std_algorithms_replace_ops_test.replace_if
39: [       OK ] std_algorithms_replace_ops_test.replace_if (196 ms)
39: [ RUN      ] std_algorithms_replace_ops_test.replace_copy
39: [       OK ] std_algorithms_replace_ops_test.replace_copy (78 ms)
39: [ RUN      ] std_algorithms_replace_ops_test.replace_copy_if
39: [       OK ] std_algorithms_replace_ops_test.replace_copy_if (68 ms)
39: [----------] 4 tests from std_algorithms_replace_ops_test (388 ms total)
39: 
39: [----------] 11 tests from std_algorithms_mod_seq_ops
39: [ RUN      ] std_algorithms_mod_seq_ops.copy_if
39: [       OK ] std_algorithms_mod_seq_ops.copy_if (57 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.unique
39: [       OK ] std_algorithms_mod_seq_ops.unique (327 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
39: [       OK ] std_algorithms_mod_seq_ops.unique_copy (143 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.remove
39: [       OK ] std_algorithms_mod_seq_ops.remove (81 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
39: [       OK ] std_algorithms_mod_seq_ops.remove_if (87 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
39: [       OK ] std_algorithms_mod_seq_ops.remove_copy (236 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
39: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (85 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.rotate
39: [       OK ] std_algorithms_mod_seq_ops.rotate (1791 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
39: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (647 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
39: [       OK ] std_algorithms_mod_seq_ops.shift_left (1844 ms)
39: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
39: [       OK ] std_algorithms_mod_seq_ops.shift_right (1818 ms)
39: [----------] 11 tests from std_algorithms_mod_seq_ops (7122 ms total)
39: 
39: [----------] 1 test from std_algorithms_modseq_test
39: [ RUN      ] std_algorithms_modseq_test.reverse
39: [       OK ] std_algorithms_modseq_test.reverse (82 ms)
39: [----------] 1 test from std_algorithms_modseq_test (82 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 31 tests from 5 test suites ran. (7604 ms total)
39: [  PASSED  ] 31 tests.
39/54 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_D ...................   Passed    8.16 sec
test 40
      Start 40: Kokkos_AlgorithmsUnitTest_StdSet_E

40: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_E
40: Test timeout computed to be: 1500
40: [==========] Running 29 tests from 7 test suites.
40: [----------] Global test environment set-up.
40: [----------] 2 tests from std_algorithms_sorting_ops_test
40: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted
40: [       OK ] std_algorithms_sorting_ops_test.is_sorted (16 ms)
40: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
40: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (16 ms)
40: [----------] 2 tests from std_algorithms_sorting_ops_test (32 ms total)
40: 
40: [----------] 4 tests from std_algorithms_partitioning_test
40: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_trivial
40: [       OK ] std_algorithms_partitioning_test.is_partitioned_trivial (0 ms)
40: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators
40: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_iterators (3 ms)
40: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
40: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (1 ms)
40: [ RUN      ] std_algorithms_partitioning_test.partition_point
40: [       OK ] std_algorithms_partitioning_test.partition_point (1 ms)
40: [----------] 4 tests from std_algorithms_partitioning_test (6 ms total)
40: 
40: [----------] 1 test from std_algorithms_partitioning_ops
40: [ RUN      ] std_algorithms_partitioning_ops.partition_copy
40: [       OK ] std_algorithms_partitioning_ops.partition_copy (41 ms)
40: [----------] 1 test from std_algorithms_partitioning_ops (41 ms total)
40: 
40: [----------] 12 tests from std_algorithms_numerics_test
40: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type
40: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_pod_value_type (9 ms)
40: [ RUN      ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type
40: [       OK ] std_algorithms_numerics_test.transform_reduce_default_functors_using_custom_value_type (1 ms)
40: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type
40: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_pod_value_type (1 ms)
40: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type
40: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadA_using_custom_value_type (1 ms)
40: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type
40: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_pod_value_type (0 ms)
40: [ RUN      ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type
40: [       OK ] std_algorithms_numerics_test.transform_reduce_custom_functors_overloadB_using_custom_value_type (0 ms)
40: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type
40: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_pod_value_type (1 ms)
40: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type
40: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadA_using_custom_value_type (0 ms)
40: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type
40: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_pod_value_type (0 ms)
40: [ RUN      ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type
40: [       OK ] std_algorithms_numerics_test.reduce_default_functors_overloadB_using_custom_value_type (0 ms)
40: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type
40: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_pod_value_type (0 ms)
40: [ RUN      ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type
40: [       OK ] std_algorithms_numerics_test.reduce_custom_functors_using_custom_value_type (0 ms)
40: [----------] 12 tests from std_algorithms_numerics_test (20 ms total)
40: 
40: [----------] 1 test from std_algorithms_numerics_ops_test
40: [ RUN      ] std_algorithms_numerics_ops_test.adjecent_difference
40: [       OK ] std_algorithms_numerics_ops_test.adjecent_difference (90 ms)
40: [----------] 1 test from std_algorithms_numerics_ops_test (91 ms total)
40: 
40: [----------] 8 tests from std_algorithms_numeric_ops_test
40: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan
40: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan (1265 ms)
40: [ RUN      ] std_algorithms_numeric_ops_test.exclusive_scan_functor
40: [       OK ] std_algorithms_numeric_ops_test.exclusive_scan_functor (0 ms)
40: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan
40: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan (887 ms)
40: [ RUN      ] std_algorithms_numeric_ops_test.inclusive_scan_functor
40: [       OK ] std_algorithms_numeric_ops_test.inclusive_scan_functor (0 ms)
40: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c01.cpp.o
[ 89%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsCommon.cpp.o
40: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan (325 ms)
40: [ RUN      ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor
40: [       OK ] std_algorithms_numeric_ops_test.transform_exclusive_scan_functor (0 ms)
40: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan
40: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan (575 ms)
40: [ RUN      ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor
40: [       OK ] std_algorithms_numeric_ops_test.transform_inclusive_scan_functor (0 ms)
40: [----------] 8 tests from std_algorithms_numeric_ops_test (3054 ms total)
40: 
40: [----------] 1 test from std_algorithms_transform_ops_test
40: [ RUN      ] std_algorithms_transform_ops_test.transform_unary_op
40: [       OK ] std_algorithms_transform_ops_test.transform_unary_op (57 ms)
40: [----------] 1 test from std_algorithms_transform_ops_test (57 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 29 tests from 7 test suites ran. (3304 ms total)
40: [  PASSED  ] 29 tests.
40/54 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_E ...................   Passed    3.84 sec
test 41
      Start 41: Kokkos_AlgorithmsUnitTest_StdSet_Team_A

41: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_A
41: Test timeout computed to be: 1500
41: [==========] Running 12 tests from 7 test suites.
41: [----------] Global test environment set-up.
41: [----------] 2 tests from std_algorithms_adjacent_find_team_test
41: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist
41: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_exist (658 ms)
41: [ RUN      ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist
41: [       OK ] std_algorithms_adjacent_find_team_test.two_consecutive_equal_elements_might_exist (727 ms)
41: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1385 ms total)
41: 
41: [----------] 2 tests from std_algorithms_count_team_test
41: [ RUN      ] std_algorithms_count_team_test.count_returns_nonzero
41: [       OK ] std_algorithms_count_team_test.count_returns_nonzero (664 ms)
41: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
41: [       OK ] std_algorithms_count_team_test.count_returns_zero (357 ms)
41: [----------] 2 tests from std_algorithms_count_team_test (1021 ms total)
41: 
41: [----------] 1 test from std_algorithms_count_if_team_test
41: [ RUN      ] std_algorithms_count_if_team_test.test
41: [       OK ] std_algorithms_count_if_team_test.test (371 ms)
41: [----------] 1 test from std_algorithms_count_if_team_test (371 ms total)
41: 
41: [----------] 1 test from std_algorithms_for_each_team_test
41: [ RUN      ] std_algorithms_for_each_team_test.test
41: [       OK ] std_algorithms_for_each_team_test.test (598 ms)
41: [----------] 1 test from std_algorithms_for_each_team_test (598 ms total)
41: 
41: [----------] 1 test from std_algorithms_for_each_n_team_test
41: [ RUN      ] std_algorithms_for_each_n_team_test.test
41: [       OK ] std_algorithms_for_each_n_team_test.test (703 ms)
41: [----------] 1 test from std_algorithms_for_each_n_team_test (703 ms total)
41: 
41: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
41: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
[ 89%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c02.cpp.o
41: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (3553 ms)
41: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_less
41: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_less (2452 ms)
41: [ RUN      ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater
[ 89%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_D
41: [       OK ] std_algorithms_lexicographical_compare_team_test.first_view_is_greater (2328 ms)
41: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (8335 ms total)
41: 
41: [----------] 2 tests from std_algorithms_mismatch_team_test
41: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
41: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (2460 ms)
41: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
41: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (1114 ms)
41: [----------] 2 tests from std_algorithms_mismatch_team_test (3574 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 12 tests from 7 test suites ran. (15990 ms total)
41: [  PASSED  ] 12 tests.
41/54 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ..............   Passed   16.55 sec
test 42
      Start 42: Kokkos_AlgorithmsUnitTest_StdSet_Team_B

42: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_B
42: Test timeout computed to be: 1500
42: [==========] Running 8 tests from 4 test suites.
42: [----------] Global test environment set-up.
42: [----------] 2 tests from std_algorithms_equal_team_test
42: [ RUN      ] std_algorithms_equal_team_test.views_are_equal
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill.cpp.o
42: [       OK ] std_algorithms_equal_team_test.views_are_equal (1926 ms)
42: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamFill_n.cpp.o
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_D
42: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1879 ms)
42: [----------] 2 tests from std_algorithms_equal_team_test (3806 ms total)
42: 
42: [----------] 2 tests from std_algorithms_search_team_test
42: [ RUN      ] std_algorithms_search_team_test.sequences_exist
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/UnitTestMain.cpp.o
42: [       OK ] std_algorithms_search_team_test.sequences_exist (855 ms)
42: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
42: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (1058 ms)
42: [----------] 2 tests from std_algorithms_search_team_test (1914 ms total)
42: 
42: [----------] 2 tests from std_algorithms_find_end_team_test
42: [ RUN      ] std_algorithms_find_end_team_test.sequences_exist
42: [       OK ] std_algorithms_find_end_team_test.sequences_exist (2928 ms)
42: [ RUN      ] std_algorithms_find_end_team_test.sequences_do_not_exist
42: [       OK ] std_algorithms_find_end_team_test.sequences_do_not_exist (2372 ms)
42: [----------] 2 tests from std_algorithms_find_end_team_test (5301 ms total)
42: 
42: [----------] 2 tests from std_algorithms_find_first_of_team_test
42: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_exist
42: [       OK ] std_algorithms_find_first_of_team_test.sequences_exist (1581 ms)
42: [ RUN      ] std_algorithms_find_first_of_team_test.sequences_do_not_exist
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplace.cpp.o
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c03.cpp.o
42: [       OK ] std_algorithms_find_first_of_team_test.sequences_do_not_exist (7633 ms)
42: [----------] 2 tests from std_algorithms_find_first_of_team_test (9215 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 8 tests from 4 test suites ran. (20237 ms total)
42: [  PASSED  ] 8 tests.
42/54 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ..............   Passed   20.79 sec
test 43
      Start 43: Kokkos_AlgorithmsUnitTest_StdSet_Team_C

43: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_C
43: Test timeout computed to be: 1500
43: [==========] Running 11 tests from 7 test suites.
43: [----------] Global test environment set-up.
43: [----------] 2 tests from std_algorithms_find_team_test
43: [ RUN      ] std_algorithms_find_team_test.searched_values_exist
43: [       OK ] std_algorithms_find_team_test.searched_values_exist (357 ms)
43: [ RUN      ] std_algorithms_find_team_test.searched_values_do_not_exist
43: [       OK ] std_algorithms_find_team_test.searched_values_do_not_exist (594 ms)
43: [----------] 2 tests from std_algorithms_find_team_test (952 ms total)
43: 
43: [----------] 2 tests from std_algorithms_find_if_team_test
43: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_true
43: [       OK ] std_algorithms_find_if_team_test.predicates_return_true (339 ms)
43: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
43: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (508 ms)
43: [----------] 2 tests from std_algorithms_find_if_team_test (847 ms total)
43: 
43: [----------] 2 tests from std_algorithms_find_if_not_team_test
43: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_true
43: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_true (537 ms)
43: [ RUN      ] std_algorithms_find_if_not_team_test.predicates_return_false
43: [       OK ] std_algorithms_find_if_not_team_test.predicates_return_false (337 ms)
43: [----------] 2 tests from std_algorithms_find_if_not_team_test (874 ms total)
43: 
43: [----------] 1 test from std_algorithms_all_of_team_test
43: [ RUN      ] std_algorithms_all_of_team_test.test
43: [       OK ] std_algorithms_all_of_team_test.test (539 ms)
43: [----------] 1 test from std_algorithms_all_of_team_test (539 ms total)
43: 
43: [----------] 1 test from std_algorithms_any_of_team_test
43: [ RUN      ] std_algorithms_any_of_team_test.test
43: [       OK ] std_algorithms_any_of_team_test.test (276 ms)
43: [----------] 1 test from std_algorithms_any_of_team_test (276 ms total)
43: 
43: [----------] 1 test from std_algorithms_none_of_team_test
43: [ RUN      ] std_algorithms_none_of_team_test.test
43: [       OK ] std_algorithms_none_of_team_test.test (541 ms)
43: [----------] 1 test from std_algorithms_none_of_team_test (541 ms total)
43: 
43: [----------] 2 tests from std_algorithms_search_n_team_test
43: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist
43: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_exist (383 ms)
43: [ RUN      ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist
43: [       OK ] std_algorithms_search_n_team_test.sequences_of_equal_elements_probably_does_not_exist (398 ms)
43: [----------] 2 tests from std_algorithms_search_n_team_test (782 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 11 tests from 7 test suites ran. (4815 ms total)
43: [  PASSED  ] 11 tests.
43/54 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ..............   Passed    5.34 sec
test 44
      Start 44: Kokkos_AlgorithmsUnitTest_StdSet_Team_D

44: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_D
44: Test timeout computed to be: 1500
[ 90%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_D
44: [==========] Running 3 tests from 3 test suites.
44: [----------] Global test environment set-up.
44: [----------] 1 test from std_algorithms_min_element_team_test
44: [ RUN      ] std_algorithms_min_element_team_test.test
[ 90%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c04.cpp.o
44: [       OK ] std_algorithms_min_element_team_test.test (1680 ms)
44: [----------] 1 test from std_algorithms_min_element_team_test (1680 ms total)
44: 
44: [----------] 1 test from std_algorithms_max_element_team_test
44: [ RUN      ] std_algorithms_max_element_team_test.test
[ 90%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_D
44: [       OK ] std_algorithms_max_element_team_test.test (1537 ms)
44: [----------] 1 test from std_algorithms_max_element_team_test (1537 ms total)
44: 
44: [----------] 1 test from std_algorithms_minmax_element_team_test
44: [ RUN      ] std_algorithms_minmax_element_team_test.test
[ 90%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/UnitTestMain.cpp.o
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsCommon.cpp.o
44: [       OK ] std_algorithms_minmax_element_team_test.test (2306 ms)
44: [----------] 1 test from std_algorithms_minmax_element_team_test (2306 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 3 tests from 3 test suites ran. (5524 ms total)
44: [  PASSED  ] 3 tests.
44/54 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ..............   Passed    6.06 sec
test 45
      Start 45: Kokkos_AlgorithmsUnitTest_StdSet_Team_E

45: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_E
45: Test timeout computed to be: 1500
45: [==========] Running 6 tests from 6 test suites.
45: [----------] Global test environment set-up.
45: [----------] 1 test from std_algorithms_fill_team_test
45: [ RUN      ] std_algorithms_fill_team_test.test
45: [       OK ] std_algorithms_fill_team_test.test (369 ms)
45: [----------] 1 test from std_algorithms_fill_team_test (369 ms total)
45: 
45: [----------] 1 test from std_algorithms_fill_n_team_test
45: [ RUN      ] std_algorithms_fill_n_team_test.test
45: [       OK ] std_algorithms_fill_n_team_test.test (468 ms)
45: [----------] 1 test from std_algorithms_fill_n_team_test (468 ms total)
45: 
45: [----------] 1 test from std_algorithms_replace_team_test
45: [ RUN      ] std_algorithms_replace_team_test.test
45: [       OK ] std_algorithms_replace_team_test.test (549 ms)
45: [----------] 1 test from std_algorithms_replace_team_test (550 ms total)
45: 
45: [----------] 1 test from std_algorithms_replace_if_team_test
45: [ RUN      ] std_algorithms_replace_if_team_test.test
45: [       OK ] std_algorithms_replace_if_team_test.test (655 ms)
45: [----------] 1 test from std_algorithms_replace_if_team_test (655 ms total)
45: 
45: [----------] 1 test from std_algorithms_replace_copy_team_test
45: [ RUN      ] std_algorithms_replace_copy_team_test.test
45: [       OK ] std_algorithms_replace_copy_team_test.test (1052 ms)
45: [----------] 1 test from std_algorithms_replace_copy_team_test (1053 ms total)
45: 
45: [----------] 1 test from std_algorithms_replace_copy_if_team_test
45: [ RUN      ] std_algorithms_replace_copy_if_team_test.test
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAllOf.cpp.o
45: [       OK ] std_algorithms_replace_copy_if_team_test.test (896 ms)
45: [----------] 1 test from std_algorithms_replace_copy_if_team_test (896 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 6 tests from 6 test suites ran. (3992 ms total)
45: [  PASSED  ] 6 tests.
45/54 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ..............   Passed    4.52 sec
test 46
      Start 46: Kokkos_AlgorithmsUnitTest_StdSet_Team_F

46: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_F
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_reverse_team_test
46: [ RUN      ] std_algorithms_reverse_team_test.test
46: [       OK ] std_algorithms_reverse_team_test.test (401 ms)
46: [----------] 1 test from std_algorithms_reverse_team_test (401 ms total)
46: 
46: [----------] 1 test from std_algorithms_reverse_copy_team_test
46: [ RUN      ] std_algorithms_reverse_copy_team_test.test
46: [       OK ] std_algorithms_reverse_copy_team_test.test (479 ms)
46: [----------] 1 test from std_algorithms_reverse_copy_team_test (479 ms total)
46: 
46: [----------] 1 test from std_algorithms_rotate_team_test
46: [ RUN      ] std_algorithms_rotate_team_test.test
46: [       OK ] std_algorithms_rotate_team_test.test (2173 ms)
46: [----------] 1 test from std_algorithms_rotate_team_test (2173 ms total)
46: 
46: [----------] 1 test from std_algorithms_rotate_copy_team_test
46: [ RUN      ] std_algorithms_rotate_copy_team_test.test
46: [       OK ] std_algorithms_rotate_copy_team_test.test (1690 ms)
46: [----------] 1 test from std_algorithms_rotate_copy_team_test (1690 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 4 tests from 4 test suites ran. (4744 ms total)
46: [  PASSED  ] 4 tests.
46/54 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ..............   Passed    5.31 sec
test 47
      Start 47: Kokkos_AlgorithmsUnitTest_StdSet_Team_G

47: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_G
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_move_team_test
47: [ RUN      ] std_algorithms_move_team_test.test
47: [       OK ] std_algorithms_move_team_test.test (1386 ms)
47: [----------] 1 test from std_algorithms_move_team_test (1386 ms total)
47: 
47: [----------] 1 test from std_algorithms_move_backward_team_test
47: [ RUN      ] std_algorithms_move_backward_team_test.test
47: [       OK ] std_algorithms_move_backward_team_test.test (1174 ms)
47: [----------] 1 test from std_algorithms_move_backward_team_test (1174 ms total)
47: 
47: [----------] 1 test from std_algorithms_shift_left_team_test
47: [ RUN      ] std_algorithms_shift_left_team_test.test
47: [       OK ] std_algorithms_shift_left_team_test.test (3860 ms)
47: [----------] 1 test from std_algorithms_shift_left_team_test (3860 ms total)
47: 
47: [----------] 1 test from std_algorithms_shift_right_team_test
47: [ RUN      ] std_algorithms_shift_right_team_test.test
47: [       OK ] std_algorithms_shift_right_team_test.test (4504 ms)
47: [----------] 1 test from std_algorithms_shift_right_team_test (4504 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 4 tests from 4 test suites ran. (10926 ms total)
47: [  PASSED  ] 4 tests.
47/54 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ..............   Passed   11.65 sec
test 48
      Start 48: Kokkos_AlgorithmsUnitTest_StdSet_Team_H

48: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_H
48: Test timeout computed to be: 1500
48: [==========] Running 9 tests from 9 test suites.
48: [----------] Global test environment set-up.
48: [----------] 1 test from std_algorithms_copy_team_test
48: [ RUN      ] std_algorithms_copy_team_test.test
48: [       OK ] std_algorithms_copy_team_test.test (2315 ms)
48: [----------] 1 test from std_algorithms_copy_team_test (2315 ms total)
48: 
48: [----------] 1 test from std_algorithms_copy_n_team_test
48: [ RUN      ] std_algorithms_copy_n_team_test.test
48: [       OK ] std_algorithms_copy_n_team_test.test (451 ms)
48: [----------] 1 test from std_algorithms_copy_n_team_test (451 ms total)
48: 
48: [----------] 1 test from std_algorithms_copy_backward_team_test
48: [ RUN      ] std_algorithms_copy_backward_team_test.test
48: [       OK ] std_algorithms_copy_backward_team_test.test (510 ms)
48: [----------] 1 test from std_algorithms_copy_backward_team_test (510 ms total)
48: 
48: [----------] 1 test from std_algorithms_copy_if_team_test
48: [ RUN      ] std_algorithms_copy_if_team_test.test
48: [       OK ] std_algorithms_copy_if_team_test.test (576 ms)
48: [----------] 1 test from std_algorithms_copy_if_team_test (576 ms total)
48: 
48: [----------] 1 test from std_algorithms_unique_copy_team_test
48: [ RUN      ] std_algorithms_unique_copy_team_test.test
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsCommon.cpp.o
48: [       OK ] std_algorithms_unique_copy_team_test.test (1676 ms)
48: [----------] 1 test from std_algorithms_unique_copy_team_test (1676 ms total)
48: 
48: [----------] 1 test from std_algorithms_remove_team_test
48: [ RUN      ] std_algorithms_remove_team_test.test
[ 91%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamReverse.cpp.o
[ 92%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c05.cpp.o
48: [       OK ] std_algorithms_remove_team_test.test (2170 ms)
48: [----------] 1 test from std_algorithms_remove_team_test (2170 ms total)
48: 
48: [----------] 1 test from std_algorithms_remove_if_team_test
48: [ RUN      ] std_algorithms_remove_if_team_test.test
48: [       OK ] std_algorithms_remove_if_team_test.test (1609 ms)
48: [----------] 1 test from std_algorithms_remove_if_team_test (1609 ms total)
48: 
48: [----------] 1 test from std_algorithms_remove_copy_team_test
48: [ RUN      ] std_algorithms_remove_copy_team_test.test
48: [       OK ] std_algorithms_remove_copy_team_test.test (2614 ms)
48: [----------] 1 test from std_algorithms_remove_copy_team_test (2614 ms total)
48: 
48: [----------] 1 test from std_algorithms_remove_copy_if_team_test
48: [ RUN      ] std_algorithms_remove_copy_if_team_test.test
48: [       OK ] std_algorithms_remove_copy_if_team_test.test (1563 ms)
48: [----------] 1 test from std_algorithms_remove_copy_if_team_test (1563 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 9 tests from 9 test suites ran. (13488 ms total)
48: [  PASSED  ] 9 tests.
48/54 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ..............   Passed   14.15 sec
test 49
      Start 49: Kokkos_AlgorithmsUnitTest_StdSet_Team_I

49: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_I
49: Test timeout computed to be: 1500
49: [==========] Running 4 tests from 4 test suites.
49: [----------] Global test environment set-up.
49: [----------] 1 test from std_algorithms_unique_team_test
49: [ RUN      ] std_algorithms_unique_team_test.test_default_predicate
49: [       OK ] std_algorithms_unique_team_test.test_default_predicate (3371 ms)
49: [----------] 1 test from std_algorithms_unique_team_test (3371 ms total)
49: 
49: [----------] 1 test from std_algorithms_adjacent_difference_team_test
49: [ RUN      ] std_algorithms_adjacent_difference_team_test.test
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceIf.cpp.o
49: [       OK ] std_algorithms_adjacent_difference_team_test.test (2933 ms)
49: [----------] 1 test from std_algorithms_adjacent_difference_team_test (2933 ms total)
49: 
49: [----------] 1 test from std_algorithms_reduce_team_test
49: [ RUN      ] std_algorithms_reduce_team_test.test
49: [       OK ] std_algorithms_reduce_team_test.test (2688 ms)
49: [----------] 1 test from std_algorithms_reduce_team_test (2688 ms total)
49: 
49: [----------] 1 test from std_algorithms_transform_reduce_team_test
49: [ RUN      ] std_algorithms_transform_reduce_team_test.test
49: [       OK ] std_algorithms_transform_reduce_team_test.test (4236 ms)
49: [----------] 1 test from std_algorithms_transform_reduce_team_test (4236 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 4 tests from 4 test suites ran. (13230 ms total)
49: [  PASSED  ] 4 tests.
49/54 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ..............   Passed   14.28 sec
test 50
      Start 50: Kokkos_AlgorithmsUnitTest_StdSet_Team_L

50: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_L
50: Test timeout computed to be: 1500
50: [==========] Running 18 tests from 5 test suites.
50: [----------] Global test environment set-up.
50: [----------] 2 tests from std_algorithms_is_sorted_team_test
50: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted
50: [       OK ] std_algorithms_is_sorted_team_test.test_data_almost_certainly_not_sorted (1614 ms)
50: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
[ 92%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopy.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMove.cpp.o
50: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (2454 ms)
50: [----------] 2 tests from std_algorithms_is_sorted_team_test (4068 ms total)
50: 
50: [----------] 4 tests from std_algorithms_is_sorted_until_team_test
50: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialA
50: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialA (49 ms)
50: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
50: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (25 ms)
50: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
50: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (2237 ms)
50: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
50: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (1874 ms)
50: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (4188 ms total)
50: 
50: [----------] 4 tests from std_algorithms_is_partitioned_team_test
50: [ RUN      ] std_algorithms_is_partitioned_team_test.empty
50: [       OK ] std_algorithms_is_partitioned_team_test.empty (11 ms)
50: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
50: [       OK ] std_algorithms_is_partitioned_team_test.all_true (1337 ms)
50: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_E.dir/TestStdAlgorithmsTeamReplaceCopyIf.cpp.o
50: [       OK ] std_algorithms_is_partitioned_team_test.all_false (889 ms)
50: [ RUN      ] std_algorithms_is_partitioned_team_test.random
50: [       OK ] std_algorithms_is_partitioned_team_test.random (621 ms)
50: [----------] 4 tests from std_algorithms_is_partitioned_team_test (2860 ms total)
50: 
50: [----------] 4 tests from std_algorithms_partition_copy_team_test
50: [ RUN      ] std_algorithms_partition_copy_team_test.empty
50: [       OK ] std_algorithms_partition_copy_team_test.empty (27 ms)
50: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
50: [       OK ] std_algorithms_partition_copy_team_test.all_true (1765 ms)
50: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
50: [       OK ] std_algorithms_partition_copy_team_test.all_false (1664 ms)
50: [ RUN      ] std_algorithms_partition_copy_team_test.random
50: [       OK ] std_algorithms_partition_copy_team_test.random (1400 ms)
50: [----------] 4 tests from std_algorithms_partition_copy_team_test (4857 ms total)
50: 
50: [----------] 4 tests from std_algorithms_partition_point_team_test
50: [ RUN      ] std_algorithms_partition_point_team_test.empty
50: [       OK ] std_algorithms_partition_point_team_test.empty (11 ms)
50: [ RUN      ] std_algorithms_partition_point_team_test.all_true
50: [       OK ] std_algorithms_partition_point_team_test.all_true (438 ms)
50: [ RUN      ] std_algorithms_partition_point_team_test.all_false
50: [       OK ] std_algorithms_partition_point_team_test.all_false (918 ms)
50: [ RUN      ] std_algorithms_partition_point_team_test.random
50: [       OK ] std_algorithms_partition_point_team_test.random (471 ms)
50: [----------] 4 tests from std_algorithms_partition_point_team_test (1840 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 18 tests from 5 test suites ran. (17814 ms total)
50: [  PASSED  ] 18 tests.
50/54 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ..............   Passed   18.50 sec
test 51
      Start 51: Kokkos_AlgorithmsUnitTest_StdSet_Team_M

51: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_M
51: Test timeout computed to be: 1500
51: [==========] Running 5 tests from 4 test suites.
51: [----------] Global test environment set-up.
51: [----------] 2 tests from std_algorithms_transform_team_test
51: [ RUN      ] std_algorithms_transform_team_test.test_unary_op
51: [       OK ] std_algorithms_transform_team_test.test_unary_op (2235 ms)
51: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
51: [       OK ] std_algorithms_transform_team_test.test_binary_op (1894 ms)
51: [----------] 2 tests from std_algorithms_transform_team_test (4129 ms total)
51: 
51: [----------] 1 test from std_algorithms_generate_team_test
51: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
51: [       OK ] std_algorithms_generate_team_test.test_unary_op (4260 ms)
51: [----------] 1 test from std_algorithms_generate_team_test (4260 ms total)
51: 
51: [----------] 1 test from std_algorithms_generate_n_team_test
51: [ RUN      ] std_algorithms_generate_n_team_test.test
51: [       OK ] std_algorithms_generate_n_team_test.test (970 ms)
51: [----------] 1 test from std_algorithms_generate_n_team_test (970 ms total)
51: 
51: [----------] 1 test from std_algorithms_swap_ranges_team_test
51: [ RUN      ] std_algorithms_swap_ranges_team_test.test
51: [       OK ] std_algorithms_swap_ranges_team_test.test (1403 ms)
51: [----------] 1 test from std_algorithms_swap_ranges_team_test (1403 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 5 tests from 4 test suites ran. (10763 ms total)
51: [  PASSED  ] 5 tests.
51/54 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ..............   Passed   11.47 sec
test 52
      Start 52: Kokkos_AlgorithmsUnitTest_StdSet_Team_P

52: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_P
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_exclusive_scan_team_test
52: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
52: [       OK ] std_algorithms_exclusive_scan_team_test.test (6053 ms)
52: [----------] 1 test from std_algorithms_exclusive_scan_team_test (6053 ms total)
52: 
52: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test
52: [ RUN      ] std_algorithms_transform_exclusive_scan_team_test.test
52: [       OK ] std_algorithms_transform_exclusive_scan_team_test.test (2767 ms)
52: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (2767 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 2 tests from 2 test suites ran. (8820 ms total)
52: [  PASSED  ] 2 tests.
52/54 Test #52: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ..............   Passed    9.35 sec
test 53
      Start 53: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q

53: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/algorithms/unit_tests/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
53: Test timeout computed to be: 1500
53: [==========] Running 2 tests from 2 test suites.
53: [----------] Global test environment set-up.
53: [----------] 1 test from std_algorithms_inclusive_scan_team_test
53: [ RUN      ] std_algorithms_inclusive_scan_team_test.test
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamAnyOf.cpp.o
53: [       OK ] std_algorithms_inclusive_scan_team_test.test (8240 ms)
53: [----------] 1 test from std_algorithms_inclusive_scan_team_test (8240 ms total)
53: 
53: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test
53: [ RUN      ] std_algorithms_transform_inclusive_scan_team_test.test
53: [       OK ] std_algorithms_transform_inclusive_scan_team_test.test (9216 ms)
53: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (9216 ms total)
53: 
53: [----------] Global test environment tear-down
53: [==========] 2 tests from 2 test suites ran. (17457 ms total)
53: [  PASSED  ] 2 tests.
53/54 Test #53: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ..............   Passed   18.52 sec
test 54
      Start 54: Kokkos_UnitTest_SIMD

54: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/simd/unit_tests/Kokkos_UnitTest_SIMD
54: Test timeout computed to be: 1500
54: [==========] Running 18 tests from 1 test suite.
54: [----------] Global test environment set-up.
54: [----------] 18 tests from simd
54: [ RUN      ] simd.host_math_ops
54: [       OK ] simd.host_math_ops (0 ms)
54: [ RUN      ] simd.device_math_ops
54: [       OK ] simd.device_math_ops (4 ms)
54: [ RUN      ] simd.host_mask_ops
54: [       OK ] simd.host_mask_ops (0 ms)
54: [ RUN      ] simd.device_mask_ops
54: [       OK ] simd.device_mask_ops (0 ms)
54: [ RUN      ] simd.host_conversions
54: [       OK ] simd.host_conversions (0 ms)
54: [ RUN      ] simd.device_conversions
54: [       OK ] simd.device_conversions (0 ms)
54: [ RUN      ] simd.host_shift_ops
54: [       OK ] simd.host_shift_ops (0 ms)
54: [ RUN      ] simd.device_shift_ops
54: [       OK ] simd.device_shift_ops (0 ms)
54: [ RUN      ] simd.host_condition
54: [       OK ] simd.host_condition (0 ms)
54: [ RUN      ] simd.device_condition
54: [       OK ] simd.device_condition (0 ms)
54: [ RUN      ] simd.host_gen_ctors
54: [       OK ] simd.host_gen_ctors (0 ms)
54: [ RUN      ] simd.device_gen_ctors
54: [       OK ] simd.device_gen_ctors (0 ms)
54: [ RUN      ] simd.host_where_expressions
54: [       OK ] simd.host_where_expressions (0 ms)
54: [ RUN      ] simd.device_where_expressions
54: [       OK ] simd.device_where_expressions (0 ms)
54: [ RUN      ] simd.host_reductions
54: [       OK ] simd.host_reductions (0 ms)
54: [ RUN      ] simd.device_reductions
54: [       OK ] simd.device_reductions (0 ms)
54: [ RUN      ] simd.host_construction
54: [       OK ] simd.host_construction (0 ms)
54: [ RUN      ] simd.device_construction
54: [       OK ] simd.device_construction (0 ms)
54: [----------] 18 tests from simd (5 ms total)
54: 
54: [----------] Global test environment tear-down
54: [==========] 18 tests from 1 test suite ran. (5 ms total)
54: [  PASSED  ] 18 tests.
54/54 Test #54: Kokkos_UnitTest_SIMD .................................   Passed    0.88 sec

100% tests passed, 0 tests failed out of 54

Total Test time (real) = 1138.08 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 Sep 12 14:34:24 2024
stats zeroed                        Thu Sep 12 14:34:24 2024
cache hit (direct)                     0
cache hit (preprocessed)               0
cache miss                             0
cache hit rate                      0.00 %
cleanups performed                     0
files in cache                         0
cache size                           0.0 kB
max cache size                       5.0 GB
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 b106c58d17193461b299128b6e760b3528af109821535134cf81bc9a5c748306
$ docker rm -f --volumes b106c58d17193461b299128b6e760b3528af109821535134cf81bc9a5c748306
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[ 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_F.dir/TestStdAlgorithmsTeamRotate.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_F.dir/TestStdAlgorithmsTeamRotateCopy.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c06.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamMoveBackward.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c07.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_C.dir/TestStdAlgorithmsTeamNoneOf.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_E
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c08.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/UnitTestMain.cpp.o
[ 93%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c09.cpp.o
[ 93%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 93%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_F
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/UnitTestMain.cpp.o
[ 93%] 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_H.dir/TestStdAlgorithmsCommon.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftLeft.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsCommon.cpp.o
[ 93%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopy_n.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c10.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamUnique.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamCopyBackward.cpp.o
[ 94%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c11.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_G.dir/TestStdAlgorithmsTeamShiftRight.cpp.o
[ 94%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 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/TestStdAlgorithmsTeamUniqueCopy.cpp.o
[ 94%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_C
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/UnitTestMain.cpp.o
[ 94%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamAdjacentDifference.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsCommon.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemove.cpp.o
[ 95%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c12.cpp.o
[ 95%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 95%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_G
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSorted.cpp.o
[ 95%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/UnitTestMain.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsCommon.cpp.o
[ 96%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveIf.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c13.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformUnaryOp.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_M.dir/TestStdAlgorithmsTeamTransformBinaryOp.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamReduce.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_SubView_c14.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamIsSortedUntil.cpp.o
[ 97%] Building CXX object core/unit_test/CMakeFiles/Kokkos_CoreUnitTest_OpenMP.dir/openmp/TestOpenMP_Task.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopy.cpp.o
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/UnitTestMain.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_Team_M.dir/TestStdAlgorithmsTeamSwapRanges.cpp.o
[ 97%] Linking CXX executable Kokkos_CoreUnitTest_OpenMP
[ 97%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_I.dir/TestStdAlgorithmsTeamTransformReduce.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsCommon.cpp.o
[ 98%] Built target Kokkos_CoreUnitTest_OpenMP
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/UnitTestMain.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamExclusiveScan.cpp.o
[ 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/TestStdAlgorithmsCommon.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamInclusiveScan.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionCopy.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_H.dir/TestStdAlgorithmsTeamRemoveCopyIf.cpp.o
[ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_Q.dir/TestStdAlgorithmsTeamTransformInclusiveScan.cpp.o
[ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_M
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_L.dir/TestStdAlgorithmsTeamPartitionPoint.cpp.o
[ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 98%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_I
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdSet_Team_P.dir/TestStdAlgorithmsTeamTransformExclusiveScan.cpp.o
[ 98%] Building CXX object algorithms/unit_tests/CMakeFiles/Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly.dir/TestStdAlgorithmsCompileOnly.cpp.o
[ 98%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/UnitTestMain.cpp.o
[ 98%] Building CXX object simd/unit_tests/CMakeFiles/Kokkos_UnitTest_SIMD.dir/TestSIMD.cpp.o
[ 98%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 99%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_L
[ 99%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_H
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[100%] Built target Kokkos_AlgorithmsUnitTest_StdAlgoCompileOnly
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_Q
[100%] Linking CXX executable Kokkos_UnitTest_SIMD
[100%] Built target Kokkos_UnitTest_SIMD
[100%] Linking CXX executable Kokkos_AlgorithmsUnitTest_StdSet_Team_P
[100%] Built target Kokkos_AlgorithmsUnitTest_StdSet_Team_P
+ 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 345 tests from 4 test suites.
1: [----------] Global test environment set-up.
1: [----------] 17 tests from openmp_DeathTest
1: [ RUN      ] openmp_DeathTest.abort_from_host
1: [       OK ] openmp_DeathTest.abort_from_host (491 ms)
1: [ RUN      ] openmp_DeathTest.abort_from_device
1: [       OK ] openmp_DeathTest.abort_from_device (578 ms)
1: [ RUN      ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort
1: [       OK ] openmp_DeathTest.checked_integer_operations_multiply_overflow_abort (473 ms)
1: [ RUN      ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions
1: [       OK ] openmp_DeathTest.policy_bounds_unsafe_narrowing_conversions (473 ms)
1: [ RUN      ] openmp_DeathTest.policy_invalid_bounds
1: [       OK ] openmp_DeathTest.policy_invalid_bounds (473 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 (677 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 (1379 ms)
1: [ RUN      ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:89: Skipped
1: skipping since no memory access violation would occur
1: [  SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (0 ms)
1: [ RUN      ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestSpaceAwareAccessorAccessViolation.hpp:105: Skipped
1: skipping since no memory access violation would occur
1: [  SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (0 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_dyn
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:102: Skipped
1: only enforced when debug bound checks is enabled
1: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_stat
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:131: Skipped
1: only enforced when debug bound checks is enabled
1: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_stat (0 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_params_mix
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:160: Skipped
1: only enforced when debug bound checks is enabled
1: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_mix (0 ms)
1: [ RUN      ] openmp_DeathTest.view_construction_with_wrong_static_extents
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:192: Skipped
1: only enforced when debug bound checks is enabled
1: [  SKIPPED ] 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 (3374 ms)
1: [ RUN      ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment
1: [       OK ] openmp_DeathTest.view_layoutstride_left_to_layoutright_assignment (3386 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: [----------] 17 tests from openmp_DeathTest (11307 ms total)
1: 
1: [----------] 1 test from openmp_graph_DeathTest
1: [ RUN      ] openmp_graph_DeathTest.can_instantiate_only_once
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_graph_DeathTest.can_instantiate_only_once (726 ms)
1: [----------] 1 test from openmp_graph_DeathTest (726 ms total)
1: 
1: [----------] 315 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_operator_equal
1: [       OK ] openmp.array_operator_equal (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 (8 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 (5 ms)
1: [ RUN      ] openmp.atomic_operations_long
1: [       OK ] openmp.atomic_operations_long (5 ms)
1: [ RUN      ] openmp.atomic_operations_longlong
1: [       OK ] openmp.atomic_operations_longlong (5 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 (9 ms)
1: [ RUN      ] openmp.atomic_operations_unsignedlong
1: [       OK ] openmp.atomic_operations_unsignedlong (9 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 (256 ms)
1: [ RUN      ] openmp.atomic_views_nonintegral
1: [       OK ] openmp.atomic_views_nonintegral (198 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.complex_structured_bindings
1: [       OK ] openmp.complex_structured_bindings (0 ms)
1: [ RUN      ] openmp.crs_count_fill
1: [       OK ] openmp.crs_count_fill (0 ms)
1: [ RUN      ] openmp.crs_copy_constructor
1: [       OK ] openmp.crs_copy_constructor (2 ms)
1: [ RUN      ] openmp.deep_copy_alignment
1: [       OK ] openmp.deep_copy_alignment (2 ms)
1: [ RUN      ] openmp.deep_copy_conversion
1: [       OK ] openmp.deep_copy_conversion (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.exec_space_thread_safety_range
1: [       OK ] openmp.exec_space_thread_safety_range (986 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_mdrange
1: [       OK ] openmp.exec_space_thread_safety_mdrange (98 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_team_policy
1: [       OK ] openmp.exec_space_thread_safety_team_policy (99 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_range_reduce
1: [       OK ] openmp.exec_space_thread_safety_range_reduce (98 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_mdrange_reduce
1: [       OK ] openmp.exec_space_thread_safety_mdrange_reduce (98 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_team_policy_reduce
1: [       OK ] openmp.exec_space_thread_safety_team_policy_reduce (98 ms)
1: [ RUN      ] openmp.exec_space_thread_safety_range_scan
1: [       OK ] openmp.exec_space_thread_safety_range_scan (99 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 (95 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 (1281 ms)
1: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutleft
1: [       OK ] openmp.local_deepcopy_rangepolicy_layoutleft (1479 ms)
1: [ RUN      ] openmp.local_deepcopy_teampolicy_layoutright
1: [       OK ] openmp.local_deepcopy_teampolicy_layoutright (991 ms)
1: [ RUN      ] openmp.local_deepcopy_rangepolicy_layoutright
1: [       OK ] openmp.local_deepcopy_rangepolicy_layoutright (1000 ms)
1: [ RUN      ] openmp.deep_copy_scratch
1: [       OK ] openmp.deep_copy_scratch (0 ms)
1: [ RUN      ] openmp.mathematical_constants_e
1: [       OK ] openmp.mathematical_constants_e (0 ms)
1: [ RUN      ] openmp.mathematical_constants_log2e
1: [       OK ] openmp.mathematical_constants_log2e (0 ms)
1: [ RUN      ] openmp.mathematical_constants_log10e
1: [       OK ] openmp.mathematical_constants_log10e (0 ms)
1: [ RUN      ] openmp.mathematical_constants_pi
1: [       OK ] openmp.mathematical_constants_pi (0 ms)
1: [ RUN      ] openmp.mathematical_constants_inv_pi
1: [       OK ] openmp.mathematical_constants_inv_pi (0 ms)
1: [ RUN      ] openmp.mathematical_constants_inv_sqrtpi
1: [       OK ] openmp.mathematical_constants_inv_sqrtpi (0 ms)
1: [ RUN      ] openmp.mathematical_constants_ln2
1: [       OK ] openmp.mathematical_constants_ln2 (0 ms)
1: [ RUN      ] openmp.mathematical_constants_ln10
1: [       OK ] openmp.mathematical_constants_ln10 (0 ms)
1: [ RUN      ] openmp.mathematical_constants_sqrt2
1: [       OK ] openmp.mathematical_constants_sqrt2 (0 ms)
1: [ RUN      ] openmp.mathematical_constants_sqrt3
1: [       OK ] openmp.mathematical_constants_sqrt3 (0 ms)
1: [ RUN      ] openmp.mathematical_constants_inv_sqrt3
1: [       OK ] openmp.mathematical_constants_inv_sqrt3 (0 ms)
1: [ RUN      ] openmp.mathematical_constants_egamma
1: [       OK ] openmp.mathematical_constants_egamma (0 ms)
1: [ RUN      ] openmp.mathematical_constants_phi
1: [       OK ] openmp.mathematical_constants_phi (0 ms)
1: [ RUN      ] openmp.mathematical_functions_trigonometric_functions
1: [       OK ] openmp.mathematical_functions_trigonometric_functions (1 ms)
1: [ RUN      ] openmp.mathematical_functions_hyperbolic_functions
1: [       OK ] openmp.mathematical_functions_hyperbolic_functions (1 ms)
1: [ RUN      ] openmp.mathematical_functions_non_standard
1: [       OK ] openmp.mathematical_functions_non_standard (0 ms)
1: [ RUN      ] openmp.mathematical_functions_power_functions
1: [       OK ] openmp.mathematical_functions_power_functions (0 ms)
1: [ RUN      ] openmp.mathematical_functions_fma
1: [       OK ] openmp.mathematical_functions_fma (0 ms)
1: [ RUN      ] openmp.mathematical_functions_error_and_gamma_functions
1: [       OK ] openmp.mathematical_functions_error_and_gamma_functions (0 ms)
1: [ RUN      ] openmp.mathematical_functions_nearest_interger_floating_point_operations
1: [       OK ] openmp.mathematical_functions_nearest_interger_floating_point_operations (0 ms)
1: [ RUN      ] openmp.mathematical_functions_floating_point_manipulation_functions
1: [       OK ] openmp.mathematical_functions_floating_point_manipulation_functions (0 ms)
1: [ RUN      ] openmp.mathematical_functions_absolute_value
1: [       OK ] openmp.mathematical_functions_absolute_value (0 ms)
1: [ RUN      ] openmp.mathematical_functions_floating_point_absolute_value
1: [       OK ] openmp.mathematical_functions_floating_point_absolute_value (0 ms)
1: [ RUN      ] openmp.mathematical_functions_remainder_function
1: [       OK ] openmp.mathematical_functions_remainder_function (0 ms)
1: [ RUN      ] openmp.mathematical_functions_isfinite
1: [       OK ] openmp.mathematical_functions_isfinite (0 ms)
1: [ RUN      ] openmp.mathematical_functions_isinf
1: [       OK ] openmp.mathematical_functions_isinf (0 ms)
1: [ RUN      ] openmp.mathematical_functions_isnan
1: [       OK ] openmp.mathematical_functions_isnan (0 ms)
1: [ RUN      ] openmp.mathematical_functions_exponential_functions
1: [       OK ] openmp.mathematical_functions_exponential_functions (1 ms)
1: [ RUN      ] openmp.mathspecialfunc_expint1
1: [       OK ] openmp.mathspecialfunc_expint1 (0 ms)
1: [ RUN      ] openmp.mathspecialfunc_errorfunc
1: [       OK ] openmp.mathspecialfunc_errorfunc (0 ms)
1: [ RUN      ] openmp.mathspecialfunc_cbesselj0y0
1: [       OK ] openmp.mathspecialfunc_cbesselj0y0 (1 ms)
1: [ RUN      ] openmp.mathspecialfunc_cbesselj1y1
1: [       OK ] openmp.mathspecialfunc_cbesselj1y1 (1 ms)
1: [ RUN      ] openmp.mathspecialfunc_cbesseli0k0
1: [       OK ] openmp.mathspecialfunc_cbesseli0k0 (0 ms)
1: [ RUN      ] openmp.mathspecialfunc_cbesseli1k1
1: [       OK ] openmp.mathspecialfunc_cbesseli1k1 (0 ms)
1: [ RUN      ] openmp.mathspecialfunc_cbesselh1stkind
1: [       OK ] openmp.mathspecialfunc_cbesselh1stkind (0 ms)
1: [ RUN      ] openmp.mathspecialfunc_cbesselh2ndkind
1: [       OK ] openmp.mathspecialfunc_cbesselh2ndkind (0 ms)
1: [ RUN      ] openmp.mdrange_5d
1: [       OK ] openmp.mdrange_5d (26 ms)
1: [ RUN      ] openmp.mdrange_6d
1: [       OK ] openmp.mdrange_6d (76 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 (45 ms)
1: [ RUN      ] openmp.mdrange_4d
1: [       OK ] openmp.mdrange_4d (8 ms)
1: [ RUN      ] openmp.mdrange_scalar
1: [       OK ] openmp.mdrange_scalar (0 ms)
1: [ RUN      ] openmp.mdrange_large_deep_copy
1: [       OK ] openmp.mdrange_large_deep_copy (537 ms)
1: [ RUN      ] openmp.md_range_policy_construction_from_arrays
1: [       OK ] openmp.md_range_policy_construction_from_arrays (0 ms)
1: [ RUN      ] openmp.policy_get_tile_size
1: [       OK ] openmp.policy_get_tile_size (0 ms)
1: [ RUN      ] openmp.mdrange_parallel_reduce_primitive_types
1: [       OK ] openmp.mdrange_parallel_reduce_primitive_types (2008 ms)
1: [ RUN      ] openmp.mdspan_minimal_functional
1: [       OK ] openmp.mdspan_minimal_functional (0 ms)
1: [ RUN      ] openmp.mdspan_atomic_accessor
1: [       OK ] openmp.mdspan_atomic_accessor (0 ms)
1: [ RUN      ] openmp.view_mdspan_conversion
1: [       OK ] openmp.view_mdspan_conversion (0 ms)
1: [ RUN      ] openmp.view_mdspan_conversion_with_stride
1: [       OK ] openmp.view_mdspan_conversion_with_stride (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 (2 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: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp:412: Skipped
1: This test is known to fail with the NVHPC compiler
1: [  SKIPPED ] 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 (59 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 (11 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_policy_round_trip_conversion_fires
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.range_policy_round_trip_conversion_fires (543 ms)
1: [ RUN      ] openmp.range_policy_one_way_convertible_bounds
1: [       OK ] openmp.range_policy_one_way_convertible_bounds (0 ms)
1: [ RUN      ] openmp.range_policy_check_sign_changes
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.range_policy_check_sign_changes (972 ms)
1: [ RUN      ] openmp.range_for_require
1: [       OK ] openmp.range_for_require (11 ms)
1: [ RUN      ] openmp.range_reduce_require
1: [       OK ] openmp.range_reduce_require (0 ms)
1: [ RUN      ] openmp.range_dynamic_policy_require
1: [       OK ] openmp.range_dynamic_policy_require (0 ms)
1: [ RUN      ] openmp.reducers_int
1: [       OK ] openmp.reducers_int (2 ms)
1: [ RUN      ] openmp.reducers_double
1: [       OK ] openmp.reducers_double (2 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 (1 ms)
1: [ RUN      ] openmp.reducers_bhalf_t
1: [       OK ] openmp.reducers_bhalf_t (1 ms)
1: [ RUN      ] openmp.reducers_int8_t
1: [       OK ] openmp.reducers_int8_t (2 ms)
1: [ RUN      ] openmp.reducers_int16_t
1: [       OK ] openmp.reducers_int16_t (1 ms)
1: [ RUN      ] openmp.reducers_point_t
1: [       OK ] openmp.reducers_point_t (1 ms)
1: [ RUN      ] openmp.reducers_bool
1: [       OK ] openmp.reducers_bool (0 ms)
1: [ RUN      ] openmp.int64_t_reduce
1: [       OK ] openmp.int64_t_reduce (82 ms)
1: [ RUN      ] openmp.double_reduce
1: [       OK ] openmp.double_reduce (80 ms)
1: [ RUN      ] openmp.int64_t_reduce_dynamic
1: [       OK ] openmp.int64_t_reduce_dynamic (321 ms)
1: [ RUN      ] openmp.double_reduce_dynamic
1: [       OK ] openmp.double_reduce_dynamic (341 ms)
1: [ RUN      ] openmp.int64_t_reduce_dynamic_view
1: [       OK ] openmp.int64_t_reduce_dynamic_view (161 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 (69 ms)
1: [ RUN      ] openmp.reduce_device_view_mdrange_policy
1: [       OK ] openmp.reduce_device_view_mdrange_policy (78 ms)
1: [ RUN      ] openmp.reduce_device_view_team_policy
1: [       OK ] openmp.reduce_device_view_team_policy (494 ms)
1: [ RUN      ] openmp.impl_shared_alloc
1: [       OK ] openmp.impl_shared_alloc (10 ms)
1: [ RUN      ] openmp.mdspan_space_aware_accessor
1: [       OK ] openmp.mdspan_space_aware_accessor (1 ms)
1: [ RUN      ] openmp.kokkos_swap
1: [       OK ] openmp.kokkos_swap (0 ms)
1: [ RUN      ] openmp.team_for
1: [       OK ] openmp.team_for (24 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 (355 ms)
1: [ RUN      ] openmp.team_parallel_single
1: [       OK ] openmp.team_parallel_single (3126 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 (76 ms)
1: [ RUN      ] openmp.team_broadcast_long_wrapper
1: [       OK ] openmp.team_broadcast_long_wrapper (70 ms)
1: [ RUN      ] openmp.team_broadcast_char
1: [       OK ] openmp.team_broadcast_char (70 ms)
1: [ RUN      ] openmp.team_broadcast_float
1: [       OK ] openmp.team_broadcast_float (84 ms)
1: [ RUN      ] openmp.team_broadcast_double
1: [       OK ] openmp.team_broadcast_double (73 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 (318 ms)
1: [ RUN      ] openmp.triple_nested_parallelism
1: [       OK ] openmp.triple_nested_parallelism (250 ms)
1: [ RUN      ] openmp.parallel_scan_with_reducers
1: [       OK ] openmp.parallel_scan_with_reducers (77 ms)
1: [ RUN      ] openmp.team_thread_range_combined_reducers
1: [       OK ] openmp.team_thread_range_combined_reducers (6 ms)
1: [ RUN      ] openmp.thread_vector_range_combined_reducers
1: [       OK ] openmp.thread_vector_range_combined_reducers (0 ms)
1: [ RUN      ] openmp.team_vector_range_combined_reducers
1: [       OK ] openmp.team_vector_range_combined_reducers (0 ms)
1: [ RUN      ] openmp.TeamThreadMDRangeParallelFor
1: [       OK ] openmp.TeamThreadMDRangeParallelFor (7 ms)
1: [ RUN      ] openmp.ThreadVectorMDRangeParallelFor
1: [       OK ] openmp.ThreadVectorMDRangeParallelFor (6 ms)
1: [ RUN      ] openmp.TeamVectorMDRangeParallelFor
1: [       OK ] openmp.TeamVectorMDRangeParallelFor (7 ms)
1: [ RUN      ] openmp.TeamThreadMDRangeParallelReduce
1: [       OK ] openmp.TeamThreadMDRangeParallelReduce (9 ms)
1: [ RUN      ] openmp.ThreadVectorMDRangeParallelReduce
1: [       OK ] openmp.ThreadVectorMDRangeParallelReduce (9 ms)
1: [ RUN      ] openmp.TeamVectorMDRangeParallelReduce
1: [       OK ] openmp.TeamVectorMDRangeParallelReduce (10 ms)
1: [ RUN      ] openmp.team_policy_runtime_parameters
1: [       OK ] openmp.team_policy_runtime_parameters (0 ms)
1: [ RUN      ] openmp.team_reduction_scan
1: [       OK ] openmp.team_reduction_scan (10423 ms)
1: [ RUN      ] openmp.team_long_reduce
1: [       OK ] openmp.team_long_reduce (53 ms)
1: [ RUN      ] openmp.team_double_reduce
1: [       OK ] openmp.team_double_reduce (48 ms)
1: [ RUN      ] openmp.team_long_array_reduce
1: [       OK ] openmp.team_long_array_reduce (63 ms)
1: [ RUN      ] openmp.team_double_array_reduce
1: [       OK ] openmp.team_double_array_reduce (57 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 (1886 ms)
1: [ RUN      ] openmp.team_scan
1: [       OK ] openmp.team_scan (162 ms)
1: [ RUN      ] openmp.team_scan_ret_val
1: [       OK ] openmp.team_scan_ret_val (155 ms)
1: [ RUN      ] openmp.team_shared_request
1: [       OK ] openmp.team_shared_request (51 ms)
1: [ RUN      ] openmp.team_scratch_request
1: [       OK ] openmp.team_scratch_request (43 ms)
1: [ RUN      ] openmp.team_lambda_shared_request
1: [       OK ] openmp.team_lambda_shared_request (6 ms)
1: [ RUN      ] openmp.scratch_align
1: [       OK ] openmp.scratch_align (0 ms)
1: [ RUN      ] openmp.shmem_size
1: [       OK ] openmp.shmem_size (0 ms)
1: [ RUN      ] openmp.multi_level_scratch
1: [       OK ] openmp.multi_level_scratch (7 ms)
1: [ RUN      ] openmp.team_scratch_memory_index_parallel_for
1: [       OK ] openmp.team_scratch_memory_index_parallel_for (0 ms)
1: [ RUN      ] openmp.team_policy_max_recommended
1: [       OK ] openmp.team_policy_max_recommended (3149 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 (91 ms)
1: [ RUN      ] openmp.unique_token_global
1: [       OK ] openmp.unique_token_global (15 ms)
1: [ RUN      ] openmp.unique_token_instance
1: [       OK ] openmp.unique_token_instance (44 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 (5 ms)
1: [ RUN      ] openmp.view_layout_left_with_stride
1: [       OK ] openmp.view_layout_left_with_stride (0 ms)
1: [ RUN      ] openmp.view_layout_right_with_stride
1: [       OK ] openmp.view_layout_right_with_stride (0 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_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 (901 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_bad_alloc
1: [       OK ] openmp.view_bad_alloc (0 ms)
1: [ RUN      ] openmp.view_copy_tests
1: [       OK ] openmp.view_copy_tests (2 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 (3261 ms)
1: [ RUN      ] openmp.view_fill_tests_layout_left
1: [       OK ] openmp.view_fill_tests_layout_left (2903 ms)
1: [ RUN      ] openmp.view_empty_runtime_unmanaged
1: [       OK ] openmp.view_empty_runtime_unmanaged (0 ms)
1: [ RUN      ] openmp.view_hooks
1: [       OK ] openmp.view_hooks (0 ms)
1: [ RUN      ] openmp.view_layoutstride_left_to_layoutleft_assignment
1: [       OK ] openmp.view_layoutstride_left_to_layoutleft_assignment (55 ms)
1: [ RUN      ] openmp.view_layoutstride_right_to_layoutright_assignment
1: [       OK ] openmp.view_layoutstride_right_to_layoutright_assignment (53 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 (55 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 (1 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.view_of_views_default
1: [       OK ] openmp.view_of_views_default (0 ms)
1: [ RUN      ] openmp.view_of_views_without_initializing
1: [       OK ] openmp.view_of_views_without_initializing (0 ms)
1: [ RUN      ] openmp.test_view_of_views_sequential_host_init
1: [       OK ] openmp.test_view_of_views_sequential_host_init (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 (4 ms)
1: [ RUN      ] openmp.view_realloc
1: [       OK ] openmp.view_realloc (0 ms)
1: [ RUN      ] openmp.workgraph_fib
1: [       OK ] openmp.workgraph_fib (607 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:285: Skipped
1: skipping since the fence checked for isn't necessary
1: [  SKIPPED ] openmp.view_allocation_int (0 ms)
1: [ RUN      ] openmp.view_allocation_exec_space_int
1: [       OK ] openmp.view_allocation_exec_space_int (0 ms)
1: [ RUN      ] openmp.view_not_default_constructible
1: [       OK ] openmp.view_not_default_constructible (0 ms)
1: [ RUN      ] openmp.view_subview_auto_1d_left
1: [       OK ] openmp.view_subview_auto_1d_left (0 ms)
1: [ RUN      ] openmp.view_subview_auto_1d_right
1: [       OK ] openmp.view_subview_auto_1d_right (0 ms)
1: [ RUN      ] openmp.view_subview_auto_1d_stride
1: [       OK ] openmp.view_subview_auto_1d_stride (0 ms)
1: [ RUN      ] openmp.view_subview_assign_strided
1: [       OK ] openmp.view_subview_assign_strided (0 ms)
1: [ RUN      ] openmp.view_subview_left_0
1: [       OK ] openmp.view_subview_left_0 (0 ms)
1: [ RUN      ] openmp.view_subview_left_1
1: [       OK ] openmp.view_subview_left_1 (0 ms)
1: [ RUN      ] openmp.view_subview_left_2
1: [       OK ] openmp.view_subview_left_2 (0 ms)
1: [ RUN      ] openmp.view_subview_left_3
1: [       OK ] openmp.view_subview_left_3 (0 ms)
1: [ RUN      ] openmp.view_subview_right_0
1: [       OK ] openmp.view_subview_right_0 (0 ms)
1: [ RUN      ] openmp.view_subview_right_1
1: [       OK ] openmp.view_subview_right_1 (0 ms)
1: [ RUN      ] openmp.view_subview_right_3
1: [       OK ] openmp.view_subview_right_3 (0 ms)
1: [ RUN      ] openmp.view_static_tests
1: [       OK ] openmp.view_static_tests (0 ms)
1: [ RUN      ] openmp.view_subview_layoutleft_to_layoutleft
1: [       OK ] openmp.view_subview_layoutleft_to_layoutleft (0 ms)
1: [ RUN      ] openmp.view_subview_layoutright_to_layoutright
1: [       OK ] openmp.view_subview_layoutright_to_layoutright (0 ms)
1: [ RUN      ] openmp.view_subview_1d_assign
1: [       OK ] openmp.view_subview_1d_assign (0 ms)
1: [ RUN      ] openmp.view_subview_1d_assign_atomic
1: [       OK ] openmp.view_subview_1d_assign_atomic (0 ms)
1: [ RUN      ] openmp.view_subview_1d_assign_randomaccess
1: [       OK ] openmp.view_subview_1d_assign_randomaccess (0 ms)
1: [ RUN      ] openmp.view_subview_2d_from_3d
1: [       OK ] openmp.view_subview_2d_from_3d (7 ms)
1: [ RUN      ] openmp.view_subview_2d_from_3d_atomic
1: [       OK ] openmp.view_subview_2d_from_3d_atomic (6 ms)
1: [ RUN      ] openmp.view_subview_2d_from_3d_randomaccess
1: [       OK ] openmp.view_subview_2d_from_3d_randomaccess (6 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left
1: [       OK ] openmp.view_subview_3d_from_5d_left (60 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left_atomic
1: [       OK ] openmp.view_subview_3d_from_5d_left_atomic (65 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_left_randomaccess
1: [       OK ] openmp.view_subview_3d_from_5d_left_randomaccess (66 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right
1: [       OK ] openmp.view_subview_3d_from_5d_right (94 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right_atomic
1: [       OK ] openmp.view_subview_3d_from_5d_right_atomic (101 ms)
1: [ RUN      ] openmp.view_subview_3d_from_5d_right_randomaccess
1: [       OK ] openmp.view_subview_3d_from_5d_right_randomaccess (113 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: [----------] 315 tests from openmp (42269 ms total)
1: 
1: [----------] 12 tests from openmp_graph
1: [ RUN      ] openmp_graph.submit_once
1: [       OK ] openmp_graph.submit_once (0 ms)
1: [ RUN      ] openmp_graph.submit_once_rvalue
1: [       OK ] openmp_graph.submit_once_rvalue (0 ms)
1: [ RUN      ] openmp_graph.instantiate_and_submit_once
1: [       OK ] openmp_graph.instantiate_and_submit_once (0 ms)
1: [ RUN      ] openmp_graph.submit_onto_another_execution_space_instance
1: [       OK ] openmp_graph.submit_onto_another_execution_space_instance (0 ms)
1: [ RUN      ] openmp_graph.create_graph_no_closure_with_exec
1: [       OK ] openmp_graph.create_graph_no_closure_with_exec (0 ms)
1: [ RUN      ] openmp_graph.create_graph_no_arg
1: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestGraph.hpp:243: Skipped
1: Skipping since useless if the test fixture is not on the default execution space.
1: [  SKIPPED ] openmp_graph.create_graph_no_arg (0 ms)
1: [ RUN      ] openmp_graph.submit_six
1: [       OK ] openmp_graph.submit_six (0 ms)
1: [ RUN      ] openmp_graph.when_all_cycle
1: [       OK ] openmp_graph.when_all_cycle (0 ms)
1: [ RUN      ] openmp_graph.zero_work_reduce
1: [       OK ] openmp_graph.zero_work_reduce (0 ms)
1: [ RUN      ] openmp_graph.empty_graph
1: [       OK ] openmp_graph.empty_graph (0 ms)
1: [ RUN      ] openmp_graph.diamond
1: [       OK ] openmp_graph.diamond (0 ms)
1: [ RUN      ] openmp_graph.end_of_submit_control_flow
1: [       OK ] openmp_graph.end_of_submit_control_flow (0 ms)
1: [----------] 12 tests from openmp_graph (1 ms total)
1: 
1: [----------] Global test environment tear-down
1: [==========] 345 tests from 4 test suites ran. (54305 ms total)
1: [  PASSED  ] 334 tests.
1: [  SKIPPED ] 11 tests, listed below:
1: [  SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
1: [  SKIPPED ] openmp_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
1: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_dyn
1: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_stat
1: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_params_mix
1: [  SKIPPED ] openmp_DeathTest.view_construction_with_wrong_static_extents
1: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_host
1: [  SKIPPED ] openmp_DeathTest.view_memory_access_violations_from_device
1: [  SKIPPED ] openmp.numeric_traits_quiet_and_signaling_nan
1: [  SKIPPED ] openmp.view_allocation_int
1: [  SKIPPED ] openmp_graph.create_graph_no_arg
1: 
1:   YOU HAVE 1 DISABLED TEST
1: 
 1/52 Test  #1: Kokkos_CoreUnitTest_OpenMP ...........................   Passed   54.64 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 (142 ms)
2: [----------] 1 test from openmp (142 ms total)
2: 
2: [----------] Global test environment tear-down
2: [==========] 1 test from 1 test suite ran. (142 ms total)
2: [  PASSED  ] 1 test.
 2/52 Test  #2: Kokkos_CoreUnitTest_OpenMPInterOp ....................   Passed    0.20 sec
test 3
      Start  3: Kokkos_CoreUnitTest_Cuda1

3: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Cuda1
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 212 tests from 4 test suites.
3: [----------] Global test environment set-up.
3: [----------] 9 tests from cuda_DeathTest
3: [ RUN      ] cuda_DeathTest.abort_from_host
3: [       OK ] cuda_DeathTest.abort_from_host (484 ms)
3: [ RUN      ] cuda_DeathTest.abort_from_device
3: [       OK ] cuda_DeathTest.abort_from_device (497 ms)
3: [ RUN      ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort
3: [       OK ] cuda_DeathTest.checked_integer_operations_multiply_overflow_abort (476 ms)
3: [ RUN      ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions
3: [       OK ] cuda_DeathTest.policy_bounds_unsafe_narrowing_conversions (478 ms)
3: [ RUN      ] cuda_DeathTest.policy_invalid_bounds
3: [       OK ] cuda_DeathTest.policy_invalid_bounds (475 ms)
3: [ RUN      ] cuda_DeathTest.range_policy_invalid_bounds
3: 
3: [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.
3: 
3: [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.
3: [       OK ] cuda_DeathTest.range_policy_invalid_bounds (691 ms)
3: [ RUN      ] cuda_DeathTest.range_policy_implicitly_converted_bounds
3: 
3: [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.
3: 
3: [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.
3: 
3: [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.
3: 
3: [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.
3: [       OK ] cuda_DeathTest.range_policy_implicitly_converted_bounds (1489 ms)
3: [ RUN      ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host
3: [       OK ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_host (551 ms)
3: [ RUN      ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device
3: [       OK ] cuda_DeathTest.mdspan_space_aware_accessor_invalid_access_from_device (509 ms)
3: [----------] 9 tests from cuda_DeathTest (5655 ms total)
3: 
3: [----------] 1 test from cuda_graph_DeathTest
3: [ RUN      ] cuda_graph_DeathTest.can_instantiate_only_once
3: 
3: [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.
3: 
3: [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.
3: [       OK ] cuda_graph_DeathTest.can_instantiate_only_once (703 ms)
3: [----------] 1 test from cuda_graph_DeathTest (703 ms total)
3: 
3: [----------] 190 tests from cuda
3: [ RUN      ] cuda.array_capacity
3: [       OK ] cuda.array_capacity (0 ms)
3: [ RUN      ] cuda.array_element_access
3: [       OK ] cuda.array_element_access (0 ms)
3: [ RUN      ] cuda.array_operator_equal
3: [       OK ] cuda.array_operator_equal (0 ms)
3: [ RUN      ] cuda.array_zero_capacity
3: [       OK ] cuda.array_zero_capacity (0 ms)
3: [ RUN      ] cuda.array_zero_data_nullptr
3: [       OK ] cuda.array_zero_data_nullptr (0 ms)
3: [ RUN      ] cuda.atomic_operations_complexdouble
3: [       OK ] cuda.atomic_operations_complexdouble (6 ms)
3: [ RUN      ] cuda.atomic_operations_complexfloat
3: [       OK ] cuda.atomic_operations_complexfloat (5 ms)
3: [ RUN      ] cuda.atomic_operations_double
3: [       OK ] cuda.atomic_operations_double (6 ms)
3: [ RUN      ] cuda.atomic_operations_float
3: [       OK ] cuda.atomic_operations_float (5 ms)
3: [ RUN      ] cuda.atomic_operations_int
3: [       OK ] cuda.atomic_operations_int (13 ms)
3: [ RUN      ] cuda.atomic_operations_long
3: [       OK ] cuda.atomic_operations_long (14 ms)
3: [ RUN      ] cuda.atomic_operations_longlong
3: [       OK ] cuda.atomic_operations_longlong (14 ms)
3: [ RUN      ] cuda.atomic_shared
3: [       OK ] cuda.atomic_shared (0 ms)
3: [ RUN      ] cuda.atomic_operations_unsigned
3: [       OK ] cuda.atomic_operations_unsigned (11 ms)
3: [ RUN      ] cuda.atomic_operations_unsignedlong
3: [       OK ] cuda.atomic_operations_unsignedlong (11 ms)
3: [ RUN      ] cuda.atomics
3: [       OK ] cuda.atomics (258 ms)
3: [ RUN      ] cuda.atomics_tpetra_max_abs
3: [       OK ] cuda.atomics_tpetra_max_abs (0 ms)
3: [ RUN      ] cuda.atomic_views_integral
3: [       OK ] cuda.atomic_views_integral (6470 ms)
3: [ RUN      ] cuda.atomic_views_nonintegral
3: [       OK ] cuda.atomic_views_nonintegral (52 ms)
3: [ RUN      ] cuda.atomic_view_api
3: [       OK ] cuda.atomic_view_api (0 ms)
3: [ RUN      ] cuda.bit_manip_countl_zero
3: [       OK ] cuda.bit_manip_countl_zero (4 ms)
3: [ RUN      ] cuda.bit_manip_countl_one
3: [       OK ] cuda.bit_manip_countl_one (0 ms)
3: [ RUN      ] cuda.bit_manip_countr_zero
3: [       OK ] cuda.bit_manip_countr_zero (0 ms)
3: [ RUN      ] cuda.bit_manip_countr_one
3: [       OK ] cuda.bit_manip_countr_one (0 ms)
3: [ RUN      ] cuda.bit_manip_popcount
3: [       OK ] cuda.bit_manip_popcount (0 ms)
3: [ RUN      ] cuda.bit_manip_has_single_bit
3: [       OK ] cuda.bit_manip_has_single_bit (0 ms)
3: [ RUN      ] cuda.bit_manip_bit_floor
3: [       OK ] cuda.bit_manip_bit_floor (0 ms)
3: [ RUN      ] cuda.bit_manip_bit_ceil
3: [       OK ] cuda.bit_manip_bit_ceil (0 ms)
3: [ RUN      ] cuda.bit_manip_bit_width
3: [       OK ] cuda.bit_manip_bit_width (0 ms)
3: [ RUN      ] cuda.bit_manip_rotl
3: [       OK ] cuda.bit_manip_rotl (0 ms)
3: [ RUN      ] cuda.bit_manip_rotr
3: [       OK ] cuda.bit_manip_rotr (0 ms)
3: [ RUN      ] cuda.bit_manip_byeswap
3: [       OK ] cuda.bit_manip_byeswap (0 ms)
3: [ RUN      ] cuda.bit_manip_bit_cast
3: [       OK ] cuda.bit_manip_bit_cast (0 ms)
3: [ RUN      ] cuda.test_block_deduction_bug_pr_3103
3: [       OK ] cuda.test_block_deduction_bug_pr_3103 (0 ms)
3: [ RUN      ] cuda.checked_integer_operations_multiply_overflow
3: [       OK ] cuda.checked_integer_operations_multiply_overflow (0 ms)
3: [ RUN      ] cuda.execution_policy_occupancy_and_hint
3: [       OK ] cuda.execution_policy_occupancy_and_hint (0 ms)
3: [ RUN      ] cuda.complex_construction
3: [       OK ] cuda.complex_construction (0 ms)
3: [ RUN      ] cuda.complex_basic_math
3: [       OK ] cuda.complex_basic_math (0 ms)
3: [ RUN      ] cuda.complex_special_funtions
3: [       OK ] cuda.complex_special_funtions (0 ms)
3: [ RUN      ] cuda.complex_io
3: [       OK ] cuda.complex_io (0 ms)
3: [ RUN      ] cuda.complex_trivially_copyable
3: [       OK ] cuda.complex_trivially_copyable (0 ms)
3: [ RUN      ] cuda.complex_issue_3865
3: [       OK ] cuda.complex_issue_3865 (0 ms)
3: [ RUN      ] cuda.complex_operations_arithmetic_types_overloads
3: [       OK ] cuda.complex_operations_arithmetic_types_overloads (0 ms)
3: [ RUN      ] cuda.complex_structured_bindings
3: [       OK ] cuda.complex_structured_bindings (0 ms)
3: [ RUN      ] cuda.crs_count_fill
3: [       OK ] cuda.crs_count_fill (1 ms)
3: [ RUN      ] cuda.crs_copy_constructor
3: [       OK ] cuda.crs_copy_constructor (5 ms)
3: [ RUN      ] cuda.deep_copy_alignment
3: [       OK ] cuda.deep_copy_alignment (11 ms)
3: [ RUN      ] cuda.deep_copy_conversion
3: [       OK ] cuda.deep_copy_conversion (4 ms)
3: [ RUN      ] cuda.partitioning_by_args
3: [       OK ] cuda.partitioning_by_args (3 ms)
3: [ RUN      ] cuda.partitioning_by_vector
3: [       OK ] cuda.partitioning_by_vector (0 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_range
3: [       OK ] cuda.exec_space_thread_safety_range (6434 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_mdrange
3: [       OK ] cuda.exec_space_thread_safety_mdrange (663 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_team_policy
3: [       OK ] cuda.exec_space_thread_safety_team_policy (660 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_range_reduce
3: [       OK ] cuda.exec_space_thread_safety_range_reduce (665 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_mdrange_reduce
3: [       OK ] cuda.exec_space_thread_safety_mdrange_reduce (660 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_team_policy_reduce
3: [       OK ] cuda.exec_space_thread_safety_team_policy_reduce (657 ms)
3: [ RUN      ] cuda.exec_space_thread_safety_range_scan
3: [       OK ] cuda.exec_space_thread_safety_range_scan (669 ms)
3: [ RUN      ] cuda.execution_space_as_class_data_member
3: [       OK ] cuda.execution_space_as_class_data_member (0 ms)
3: [ RUN      ] cuda.functor_analysis
3: [       OK ] cuda.functor_analysis (0 ms)
3: [ RUN      ] cuda.host_shared_ptr_use_count
3: [       OK ] cuda.host_shared_ptr_use_count (0 ms)
3: [ RUN      ] cuda.host_shared_ptr_get
3: [       OK ] cuda.host_shared_ptr_get (0 ms)
3: [ RUN      ] cuda.host_shared_ptr_dereference_on_device
3: [       OK ] cuda.host_shared_ptr_dereference_on_device (0 ms)
3: [ RUN      ] cuda.host_shared_ptr_special_members_on_device
3: [       OK ] cuda.host_shared_ptr_special_members_on_device (0 ms)
3: [ RUN      ] cuda.host_shared_ptr_tracking
3: [       OK ] cuda.host_shared_ptr_tracking (2 ms)
3: [ RUN      ] cuda.init
3: [       OK ] cuda.init (0 ms)
3: [ RUN      ] cuda.dispatch
3: [       OK ] cuda.dispatch (37 ms)
3: [ RUN      ] cuda.join_backward_compatibility
3: [       OK ] cuda.join_backward_compatibility (0 ms)
3: [ RUN      ] cuda.local_deepcopy_teampolicy_layoutleft
3: [       OK ] cuda.local_deepcopy_teampolicy_layoutleft (1409 ms)
3: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutleft
3: [       OK ] cuda.local_deepcopy_rangepolicy_layoutleft (2248 ms)
3: [ RUN      ] cuda.local_deepcopy_teampolicy_layoutright
3: [       OK ] cuda.local_deepcopy_teampolicy_layoutright (1389 ms)
3: [ RUN      ] cuda.local_deepcopy_rangepolicy_layoutright
3: [       OK ] cuda.local_deepcopy_rangepolicy_layoutright (1655 ms)
3: [ RUN      ] cuda.deep_copy_scratch
3: [       OK ] cuda.deep_copy_scratch (0 ms)
3: [ RUN      ] cuda.mathematical_constants_e
3: [       OK ] cuda.mathematical_constants_e (1 ms)
3: [ RUN      ] cuda.mathematical_constants_log2e
3: [       OK ] cuda.mathematical_constants_log2e (0 ms)
3: [ RUN      ] cuda.mathematical_constants_log10e
3: [       OK ] cuda.mathematical_constants_log10e (0 ms)
3: [ RUN      ] cuda.mathematical_constants_pi
3: [       OK ] cuda.mathematical_constants_pi (0 ms)
3: [ RUN      ] cuda.mathematical_constants_inv_pi
3: [       OK ] cuda.mathematical_constants_inv_pi (0 ms)
3: [ RUN      ] cuda.mathematical_constants_inv_sqrtpi
3: [       OK ] cuda.mathematical_constants_inv_sqrtpi (0 ms)
3: [ RUN      ] cuda.mathematical_constants_ln2
3: [       OK ] cuda.mathematical_constants_ln2 (0 ms)
3: [ RUN      ] cuda.mathematical_constants_ln10
3: [       OK ] cuda.mathematical_constants_ln10 (0 ms)
3: [ RUN      ] cuda.mathematical_constants_sqrt2
3: [       OK ] cuda.mathematical_constants_sqrt2 (0 ms)
3: [ RUN      ] cuda.mathematical_constants_sqrt3
3: [       OK ] cuda.mathematical_constants_sqrt3 (0 ms)
3: [ RUN      ] cuda.mathematical_constants_inv_sqrt3
3: [       OK ] cuda.mathematical_constants_inv_sqrt3 (0 ms)
3: [ RUN      ] cuda.mathematical_constants_egamma
3: [       OK ] cuda.mathematical_constants_egamma (0 ms)
3: [ RUN      ] cuda.mathematical_constants_phi
3: [       OK ] cuda.mathematical_constants_phi (0 ms)
3: [ RUN      ] cuda.mathematical_functions_trigonometric_functions
3: [       OK ] cuda.mathematical_functions_trigonometric_functions (20 ms)
3: [ RUN      ] cuda.mathematical_functions_hyperbolic_functions
3: [       OK ] cuda.mathematical_functions_hyperbolic_functions (10 ms)
3: [ RUN      ] cuda.mathematical_functions_non_standard
3: [       OK ] cuda.mathematical_functions_non_standard (1 ms)
3: [ RUN      ] cuda.mathematical_functions_power_functions
3: [       OK ] cuda.mathematical_functions_power_functions (10 ms)
3: [ RUN      ] cuda.mathematical_functions_fma
3: [       OK ] cuda.mathematical_functions_fma (0 ms)
3: [ RUN      ] cuda.mathematical_functions_error_and_gamma_functions
3: [       OK ] cuda.mathematical_functions_error_and_gamma_functions (4 ms)
3: [ RUN      ] cuda.mathematical_functions_nearest_interger_floating_point_operations
3: [       OK ] cuda.mathematical_functions_nearest_interger_floating_point_operations (8 ms)
3: [ RUN      ] cuda.mathematical_functions_floating_point_manipulation_functions
3: [       OK ] cuda.mathematical_functions_floating_point_manipulation_functions (2 ms)
3: [ RUN      ] cuda.mathematical_functions_absolute_value
3: [       OK ] cuda.mathematical_functions_absolute_value (0 ms)
3: [ RUN      ] cuda.mathematical_functions_floating_point_absolute_value
3: [       OK ] cuda.mathematical_functions_floating_point_absolute_value (0 ms)
3: [ RUN      ] cuda.mathematical_functions_remainder_function
3: [       OK ] cuda.mathematical_functions_remainder_function (0 ms)
3: [ RUN      ] cuda.mathematical_functions_isfinite
3: [       OK ] cuda.mathematical_functions_isfinite (0 ms)
3: [ RUN      ] cuda.mathematical_functions_isinf
3: [       OK ] cuda.mathematical_functions_isinf (0 ms)
3: [ RUN      ] cuda.mathematical_functions_isnan
3: [       OK ] cuda.mathematical_functions_isnan (0 ms)
3: [ RUN      ] cuda.mathematical_functions_exponential_functions
3: [       OK ] cuda.mathematical_functions_exponential_functions (11 ms)
3: [ RUN      ] cuda.mathspecialfunc_expint1
3: [       OK ] cuda.mathspecialfunc_expint1 (3 ms)
3: [ RUN      ] cuda.mathspecialfunc_errorfunc
3: [       OK ] cuda.mathspecialfunc_errorfunc (4 ms)
3: [ RUN      ] cuda.mathspecialfunc_cbesselj0y0
3: [       OK ] cuda.mathspecialfunc_cbesselj0y0 (28 ms)
3: [ RUN      ] cuda.mathspecialfunc_cbesselj1y1
3: [       OK ] cuda.mathspecialfunc_cbesselj1y1 (25 ms)
3: [ RUN      ] cuda.mathspecialfunc_cbesseli0k0
3: [       OK ] cuda.mathspecialfunc_cbesseli0k0 (1 ms)
3: [ RUN      ] cuda.mathspecialfunc_cbesseli1k1
3: [       OK ] cuda.mathspecialfunc_cbesseli1k1 (1 ms)
3: [ RUN      ] cuda.mathspecialfunc_cbesselh1stkind
3: [       OK ] cuda.mathspecialfunc_cbesselh1stkind (1 ms)
3: [ RUN      ] cuda.mathspecialfunc_cbesselh2ndkind
3: [       OK ] cuda.mathspecialfunc_cbesselh2ndkind (1 ms)
3: [ RUN      ] cuda.mdrange_5d
3: [       OK ] cuda.mdrange_5d (20 ms)
3: [ RUN      ] cuda.mdrange_6d
3: [       OK ] cuda.mdrange_6d (27 ms)
3: [ RUN      ] cuda.mdrange_2d
3: [       OK ] cuda.mdrange_2d (2 ms)
3: [ RUN      ] cuda.mdrange_array_reduce
3: [       OK ] cuda.mdrange_array_reduce (0 ms)
3: [ RUN      ] cuda.mdrange_3d
3: [       OK ] cuda.mdrange_3d (6 ms)
3: [ RUN      ] cuda.mdrange_neg_idx
3: [       OK ] cuda.mdrange_neg_idx (1 ms)
3: [ RUN      ] cuda.mdrange_4d
3: [       OK ] cuda.mdrange_4d (5 ms)
3: [ RUN      ] cuda.mdrange_scalar
3: [       OK ] cuda.mdrange_scalar (0 ms)
3: [ RUN      ] cuda.mdrange_large_deep_copy
3: [       OK ] cuda.mdrange_large_deep_copy (73 ms)
3: [ RUN      ] cuda.md_range_policy_construction_from_arrays
3: [       OK ] cuda.md_range_policy_construction_from_arrays (0 ms)
3: [ RUN      ] cuda.policy_get_tile_size
3: [       OK ] cuda.policy_get_tile_size (0 ms)
3: [ RUN      ] cuda.mdrange_parallel_reduce_primitive_types
3: [       OK ] cuda.mdrange_parallel_reduce_primitive_types (1460 ms)
3: [ RUN      ] cuda.mdspan_minimal_functional
3: [       OK ] cuda.mdspan_minimal_functional (0 ms)
3: [ RUN      ] cuda.mdspan_atomic_accessor
3: [       OK ] cuda.mdspan_atomic_accessor (0 ms)
3: [ RUN      ] cuda.view_mdspan_conversion
3: [       OK ] cuda.view_mdspan_conversion (3 ms)
3: [ RUN      ] cuda.view_mdspan_conversion_with_stride
3: [       OK ] cuda.view_mdspan_conversion_with_stride (0 ms)
3: [ RUN      ] cuda.max
3: [       OK ] cuda.max (0 ms)
3: [ RUN      ] cuda.max_within_parfor
3: [       OK ] cuda.max_within_parfor (0 ms)
3: [ RUN      ] cuda.min
3: [       OK ] cuda.min (0 ms)
3: [ RUN      ] cuda.min_within_parfor
3: [       OK ] cuda.min_within_parfor (0 ms)
3: [ RUN      ] cuda.minmax
3: [       OK ] cuda.minmax (0 ms)
3: [ RUN      ] cuda.minmax_within_parfor
3: [       OK ] cuda.minmax_within_parfor (0 ms)
3: [ RUN      ] cuda.clamp
3: [       OK ] cuda.clamp (0 ms)
3: [ RUN      ] cuda.clamp_within_parfor
3: [       OK ] cuda.clamp_within_parfor (0 ms)
3: [ RUN      ] cuda.numeric_traits_infinity
3: [       OK ] cuda.numeric_traits_infinity (3 ms)
3: [ RUN      ] cuda.numeric_traits_epsilon
3: [       OK ] cuda.numeric_traits_epsilon (0 ms)
3: [ RUN      ] cuda.numeric_traits_round_error
3: [       OK ] cuda.numeric_traits_round_error (0 ms)
3: [ RUN      ] cuda.numeric_traits_norm_min
3: [       OK ] cuda.numeric_traits_norm_min (0 ms)
3: [ RUN      ] cuda.numeric_traits_denorm_min
3: [       OK ] cuda.numeric_traits_denorm_min (0 ms)
3: [ RUN      ] cuda.numeric_traits_finite_min_max
3: [       OK ] cuda.numeric_traits_finite_min_max (2 ms)
3: [ RUN      ] cuda.numeric_traits_digits
3: [       OK ] cuda.numeric_traits_digits (1 ms)
3: [ RUN      ] cuda.numeric_traits_digits10
3: [       OK ] cuda.numeric_traits_digits10 (1 ms)
3: [ RUN      ] cuda.numeric_traits_max_digits10
3: [       OK ] cuda.numeric_traits_max_digits10 (0 ms)
3: [ RUN      ] cuda.numeric_traits_radix
3: [       OK ] cuda.numeric_traits_radix (1 ms)
3: [ RUN      ] cuda.numeric_traits_min_max_exponent
3: [       OK ] cuda.numeric_traits_min_max_exponent (0 ms)
3: [ RUN      ] cuda.numeric_traits_min_max_exponent10
3: [       OK ] cuda.numeric_traits_min_max_exponent10 (0 ms)
3: [ RUN      ] cuda.numeric_traits_quiet_and_signaling_nan
3: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestNumericTraits.hpp:412: Skipped
3: This test is known to fail with the NVHPC compiler
3: [  SKIPPED ] cuda.numeric_traits_quiet_and_signaling_nan (0 ms)
3: [ RUN      ] cuda.numeric_traits_sfinae_friendly
3: [       OK ] cuda.numeric_traits_sfinae_friendly (0 ms)
3: [ RUN      ] cuda.occupancy_control
3: [       OK ] cuda.occupancy_control (0 ms)
3: [ RUN      ] cuda.memory_pool
3: [       OK ] cuda.memory_pool (12 ms)
3: [ RUN      ] cuda.cxx11
3: [       OK ] cuda.cxx11 (0 ms)
3: [ RUN      ] cuda.viewctorprop_embedded_dim
3: [       OK ] cuda.viewctorprop_embedded_dim (0 ms)
3: [ RUN      ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility
3: [       OK ] cuda.viewctorpop_view_allocate_without_initializing_backward_compatility (0 ms)
3: [ RUN      ] cuda.parallel_scan_range_policy
3: [       OK ] cuda.parallel_scan_range_policy (29 ms)
3: [ RUN      ] cuda.kokkos_printf
3: [       OK ] cuda.kokkos_printf (1 ms)
3: [ RUN      ] cuda.range_for
3: [       OK ] cuda.range_for (1 ms)
3: [ RUN      ] cuda.range_reduce
3: [       OK ] cuda.range_reduce (0 ms)
3: [ RUN      ] cuda.range_dynamic_policy
3: [       OK ] cuda.range_dynamic_policy (0 ms)
3: [ RUN      ] cuda.range_policy_runtime_parameters
3: [       OK ] cuda.range_policy_runtime_parameters (0 ms)
3: [ RUN      ] cuda.range_policy_round_trip_conversion_fires
3: 
3: [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.
3: [       OK ] cuda.range_policy_round_trip_conversion_fires (648 ms)
3: [ RUN      ] cuda.range_policy_one_way_convertible_bounds
3: [       OK ] cuda.range_policy_one_way_convertible_bounds (0 ms)
3: [ RUN      ] cuda.range_policy_check_sign_changes
3: 
3: [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.
3: 
3: [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.
3: [       OK ] cuda.range_policy_check_sign_changes (1147 ms)
3: [ RUN      ] cuda.range_for_require
3: [       OK ] cuda.range_for_require (1 ms)
3: [ RUN      ] cuda.range_reduce_require
3: [       OK ] cuda.range_reduce_require (0 ms)
3: [ RUN      ] cuda.range_dynamic_policy_require
3: [       OK ] cuda.range_dynamic_policy_require (0 ms)
3: [ RUN      ] cuda.reducers_int
3: [       OK ] cuda.reducers_int (5 ms)
3: [ RUN      ] cuda.reducers_double
3: [       OK ] cuda.reducers_double (5 ms)
3: [ RUN      ] cuda.reducers_complex_double
3: [       OK ] cuda.reducers_complex_double (6 ms)
3: [ RUN      ] cuda.reducers_struct
3: [       OK ] cuda.reducers_struct (8 ms)
3: [ RUN      ] cuda.reducers_half_t
3: [       OK ] cuda.reducers_half_t (8 ms)
3: [ RUN      ] cuda.reducers_bhalf_t
3: [       OK ] cuda.reducers_bhalf_t (10 ms)
3: [ RUN      ] cuda.reducers_int8_t
3: [       OK ] cuda.reducers_int8_t (2 ms)
3: [ RUN      ] cuda.reducers_int16_t
3: [       OK ] cuda.reducers_int16_t (2 ms)
3: [ RUN      ] cuda.reducers_point_t
3: [       OK ] cuda.reducers_point_t (9 ms)
3: [ RUN      ] cuda.reducers_bool
3: [       OK ] cuda.reducers_bool (0 ms)
3: [ RUN      ] cuda.int64_t_reduce
3: [       OK ] cuda.int64_t_reduce (10 ms)
3: [ RUN      ] cuda.double_reduce
3: [       OK ] cuda.double_reduce (8 ms)
3: [ RUN      ] cuda.int64_t_reduce_dynamic
3: [       OK ] cuda.int64_t_reduce_dynamic (12 ms)
3: [ RUN      ] cuda.double_reduce_dynamic
3: [       OK ] cuda.double_reduce_dynamic (13 ms)
3: [ RUN      ] cuda.int64_t_reduce_dynamic_view
3: [       OK ] cuda.int64_t_reduce_dynamic_view (3 ms)
3: [ RUN      ] cuda.int_combined_reduce
3: [       OK ] cuda.int_combined_reduce (0 ms)
3: [ RUN      ] cuda.mdrange_combined_reduce
3: [       OK ] cuda.mdrange_combined_reduce (0 ms)
3: [ RUN      ] cuda.int_combined_reduce_mixed
3: [       OK ] cuda.int_combined_reduce_mixed (0 ms)
3: [ RUN      ] cuda.reduction_deduction
3: [       OK ] cuda.reduction_deduction (0 ms)
3: [ RUN      ] cuda.reduce_device_view_range_policy
3: [       OK ] cuda.reduce_device_view_range_policy (5 ms)
3: [ RUN      ] cuda.reduce_device_view_mdrange_policy
3: [       OK ] cuda.reduce_device_view_mdrange_policy (119 ms)
3: [ RUN      ] cuda.reduce_device_view_team_policy
3: [       OK ] cuda.reduce_device_view_team_policy (5 ms)
3: [ RUN      ] cuda.impl_shared_alloc
3: [       OK ] cuda.impl_shared_alloc (88 ms)
3: [ RUN      ] cuda.mdspan_space_aware_accessor
3: [       OK ] cuda.mdspan_space_aware_accessor (1 ms)
3: [ RUN      ] cuda.kokkos_swap
3: [       OK ] cuda.kokkos_swap (0 ms)
3: [ RUN      ] cuda.reduceRangePolicyViewSizeLimit
3: [       OK ] cuda.reduceRangePolicyViewSizeLimit (19 ms)
3: [ RUN      ] cuda.reduceMDRangePolicyViewSizeLimit
3: [       OK ] cuda.reduceMDRangePolicyViewSizeLimit (62 ms)
3: [----------] 190 tests from cuda (28083 ms total)
3: 
3: [----------] 12 tests from cuda_graph
3: [ RUN      ] cuda_graph.submit_once
3: [       OK ] cuda_graph.submit_once (0 ms)
3: [ RUN      ] cuda_graph.submit_once_rvalue
3: [       OK ] cuda_graph.submit_once_rvalue (0 ms)
3: [ RUN      ] cuda_graph.instantiate_and_submit_once
3: [       OK ] cuda_graph.instantiate_and_submit_once (0 ms)
3: [ RUN      ] cuda_graph.submit_onto_another_execution_space_instance
3: [       OK ] cuda_graph.submit_onto_another_execution_space_instance (0 ms)
3: [ RUN      ] cuda_graph.create_graph_no_closure_with_exec
3: [       OK ] cuda_graph.create_graph_no_closure_with_exec (0 ms)
3: [ RUN      ] cuda_graph.create_graph_no_arg
3: [       OK ] cuda_graph.create_graph_no_arg (0 ms)
3: [ RUN      ] cuda_graph.submit_six
3: [       OK ] cuda_graph.submit_six (0 ms)
3: [ RUN      ] cuda_graph.when_all_cycle
3: [       OK ] cuda_graph.when_all_cycle (0 ms)
3: [ RUN      ] cuda_graph.zero_work_reduce
3: [       OK ] cuda_graph.zero_work_reduce (0 ms)
3: [ RUN      ] cuda_graph.empty_graph
3: [       OK ] cuda_graph.empty_graph (0 ms)
3: [ RUN      ] cuda_graph.diamond
3: [       OK ] cuda_graph.diamond (0 ms)
3: [ RUN      ] cuda_graph.end_of_submit_control_flow
3: [       OK ] cuda_graph.end_of_submit_control_flow (0 ms)
3: [----------] 12 tests from cuda_graph (3 ms total)
3: 
3: [----------] Global test environment tear-down
3: [==========] 212 tests from 4 test suites ran. (34446 ms total)
3: [  PASSED  ] 211 tests.
3: [  SKIPPED ] 1 test, listed below:
3: [  SKIPPED ] cuda.numeric_traits_quiet_and_signaling_nan
3: 
3:   YOU HAVE 1 DISABLED TEST
3: 
 3/52 Test  #3: Kokkos_CoreUnitTest_Cuda1 ............................   Passed   34.68 sec
test 4
      Start  4: Kokkos_CoreUnitTest_Cuda2

4: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Cuda2
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 135 tests from 3 test suites.
4: [----------] Global test environment set-up.
4: [----------] 8 tests from cuda_DeathTest
4: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_dyn
4: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:102: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_dyn (0 ms)
4: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_stat
4: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:131: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_stat (0 ms)
4: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_params_mix
4: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:160: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_mix (0 ms)
4: [ RUN      ] cuda_DeathTest.view_construction_with_wrong_static_extents
4: /var/jenkins/workspace/Kokkos_PR-5993/core/unit_test/TestViewCtorDimMatch.hpp:192: Skipped
4: only enforced when debug bound checks is enabled
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_static_extents (0 ms)
4: [ RUN      ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment
4: [       OK ] cuda_DeathTest.view_layoutstride_right_to_layoutleft_assignment (3304 ms)
4: [ RUN      ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment
4: [       OK ] cuda_DeathTest.view_layoutstride_left_to_layoutright_assignment (3292 ms)
4: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_host
4: [       OK ] cuda_DeathTest.view_memory_access_violations_from_host (9772 ms)
4: [ RUN      ] cuda_DeathTest.view_memory_access_violations_from_device
4: [       OK ] cuda_DeathTest.view_memory_access_violations_from_device (8991 ms)
4: [----------] 8 tests from cuda_DeathTest (25361 ms total)
4: 
4: [----------] 99 tests from cuda
4: [ RUN      ] cuda.team_for
4: [       OK ] cuda.team_for (20 ms)
4: [ RUN      ] cuda.team_reduce
4: [       OK ] cuda.team_reduce (0 ms)
4: [ RUN      ] cuda.team_reduce_large
4: [       OK ] cuda.team_reduce_large (55 ms)
4: [ RUN      ] cuda.team_parallel_single
4: [       OK ] cuda.team_parallel_single (6 ms)
4: [ RUN      ] cuda.large_team_scratch_size
4: [       OK ] cuda.large_team_scratch_size (5 ms)
4: [ RUN      ] cuda.team_broadcast_long
4: [       OK ] cuda.team_broadcast_long (0 ms)
4: [ RUN      ] cuda.team_broadcast_long_wrapper
4: [       OK ] cuda.team_broadcast_long_wrapper (0 ms)
4: [ RUN      ] cuda.team_broadcast_char
4: [       OK ] cuda.team_broadcast_char (0 ms)
4: [ RUN      ] cuda.team_broadcast_float
4: [       OK ] cuda.team_broadcast_float (0 ms)
4: [ RUN      ] cuda.team_broadcast_double
4: [       OK ] cuda.team_broadcast_double (0 ms)
4: [ RUN      ] cuda.team_handle_by_value
4: [       OK ] cuda.team_handle_by_value (0 ms)
4: [ RUN      ] cuda.team_vector
4: [       OK ] cuda.team_vector (11 ms)
4: [ RUN      ] cuda.triple_nested_parallelism
4: [       OK ] cuda.triple_nested_parallelism (8 ms)
4: [ RUN      ] cuda.parallel_scan_with_reducers
4: [       OK ] cuda.parallel_scan_with_reducers (83 ms)
4: [ RUN      ] cuda.team_thread_range_combined_reducers
4: [       OK ] cuda.team_thread_range_combined_reducers (1 ms)
4: [ RUN      ] cuda.thread_vector_range_combined_reducers
4: [       OK ] cuda.thread_vector_range_combined_reducers (0 ms)
4: [ RUN      ] cuda.team_vector_range_combined_reducers
4: [       OK ] cuda.team_vector_range_combined_reducers (0 ms)
4: [ RUN      ] cuda.TeamThreadMDRangeParallelFor
4: [       OK ] cuda.TeamThreadMDRangeParallelFor (25 ms)
4: [ RUN      ] cuda.ThreadVectorMDRangeParallelFor
4: [       OK ] cuda.ThreadVectorMDRangeParallelFor (10 ms)
4: [ RUN      ] cuda.TeamVectorMDRangeParallelFor
4: [       OK ] cuda.TeamVectorMDRangeParallelFor (11 ms)
4: [ RUN      ] cuda.TeamThreadMDRangeParallelReduce
4: [       OK ] cuda.TeamThreadMDRangeParallelReduce (17 ms)
4: [ RUN      ] cuda.ThreadVectorMDRangeParallelReduce
4: [       OK ] cuda.ThreadVectorMDRangeParallelReduce (6 ms)
4: [ RUN      ] cuda.TeamVectorMDRangeParallelReduce
4: [       OK ] cuda.TeamVectorMDRangeParallelReduce (6 ms)
4: [ RUN      ] cuda.team_policy_runtime_parameters
4: [       OK ] cuda.team_policy_runtime_parameters (0 ms)
4: [ RUN      ] cuda.team_reduction_scan
4: [       OK ] cuda.team_reduction_scan (1117 ms)
4: [ RUN      ] cuda.team_long_reduce
4: [       OK ] cuda.team_long_reduce (8 ms)
4: [ RUN      ] cuda.team_double_reduce
4: [       OK ] cuda.team_double_reduce (8 ms)
4: [ RUN      ] cuda.team_long_array_reduce
4: [       OK ] cuda.team_long_array_reduce (9 ms)
4: [ RUN      ] cuda.team_double_array_reduce
4: [       OK ] cuda.team_double_array_reduce (9 ms)
4: [ RUN      ] cuda.team_parallel_dummy_with_reducer_and_scratch_space
4: [       OK ] cuda.team_parallel_dummy_with_reducer_and_scratch_space (0 ms)
4: [ RUN      ] cuda.repeated_team_reduce
4: [       OK ] cuda.repeated_team_reduce (12 ms)
4: [ RUN      ] cuda.team_scan
4: [       OK ] cuda.team_scan (171 ms)
4: [ RUN      ] cuda.team_scan_ret_val
4: [       OK ] cuda.team_scan_ret_val (166 ms)
4: [ RUN      ] cuda.team_shared_request
4: [       OK ] cuda.team_shared_request (1 ms)
4: [ RUN      ] cuda.team_scratch_request
4: [       OK ] cuda.team_scratch_request (0 ms)
4: [ RUN      ] cuda.team_lambda_shared_request
4: [       OK ] cuda.team_lambda_shared_request (0 ms)
4: [ RUN      ] cuda.scratch_align
4: [       OK ] cuda.scratch_align (0 ms)
4: [ RUN      ] cuda.shmem_size
4: [       OK ] cuda.shmem_size (0 ms)
4: [ RUN      ] cuda.multi_level_scratch
4: [       OK ] cuda.multi_level_scratch (6 ms)
4: [ RUN      ] cuda.team_scratch_memory_index_parallel_for
4: [       OK ] cuda.team_scratch_memory_index_parallel_for (0 ms)
4: [ RUN      ] cuda.team_policy_max_recommended
4: [       OK ] cuda.team_policy_max_recommended (322 ms)
4: [ RUN      ] cuda.team_policy_minmax_scalar_without_plus_equal_k
4: [       OK ] cuda.team_policy_minmax_scalar_without_plus_equal_k (0 ms)
4: [ RUN      ] cuda.team_teamvector_range
4: [       OK ] cuda.team_teamvector_range (2 ms)
4: [ RUN      ] cuda.unique_token_global
4: [       OK ] cuda.unique_token_global (2 ms)
4: [ RUN      ] cuda.unique_token_instance
4: [       OK ] cuda.unique_token_instance (1 ms)
4: [ RUN      ] cuda.unique_token_team_acquire
4: [       OK ] cuda.unique_token_team_acquire (11 ms)
4: [ RUN      ] cuda.view_api_a
4: [       OK ] cuda.view_api_a (8 ms)
4: [ RUN      ] cuda.view_layout_left_with_stride
4: [       OK ] cuda.view_layout_left_with_stride (0 ms)
4: [ RUN      ] cuda.view_layout_right_with_stride
4: [       OK ] cuda.view_layout_right_with_stride (0 ms)
4: [ RUN      ] cuda.view_api_b
4: [       OK ] cuda.view_api_b (3 ms)
4: [ RUN      ] cuda.view_api_c
4: [       OK ] cuda.view_api_c (0 ms)
4: [ RUN      ] cuda.view_api_d
4: [       OK ] cuda.view_api_d (1 ms)
4: [ RUN      ] cuda.view_remap
4: [       OK ] cuda.view_remap (0 ms)
4: [ RUN      ] cuda.view_mirror_nonconst
4: [       OK ] cuda.view_mirror_nonconst (0 ms)
4: [ RUN      ] cuda.view_stride_method
4: [       OK ] cuda.view_stride_method (0 ms)
4: [ RUN      ] cuda.anonymous_space
4: [       OK ] cuda.anonymous_space (0 ms)
4: [ RUN      ] cuda.view_overload_resolution
4: [       OK ] cuda.view_overload_resolution (0 ms)
4: [ RUN      ] cuda.view_allocation_large_rank
4: [       OK ] cuda.view_allocation_large_rank (15 ms)
4: [ RUN      ] cuda.view_shmem_size_on_device
4: [       OK ] cuda.view_shmem_size_on_device (0 ms)
4: [ RUN      ] cuda.view_is_assignable
4: [       OK ] cuda.view_is_assignable (0 ms)
4: [ RUN      ] cuda.view_bad_alloc
4: [       OK ] cuda.view_bad_alloc (0 ms)
4: [ RUN      ] cuda.view_copy_tests
4: [       OK ] cuda.view_copy_tests (10 ms)
4: [ RUN      ] cuda.view_copy_tests_rank_0
4: [       OK ] cuda.view_copy_tests_rank_0 (2 ms)
4: [ RUN      ] cuda.view_copy_degenerated
4: [       OK ] cuda.view_copy_degenerated (0 ms)
4: [ RUN      ] cuda.view_fill_tests_layout_right
4: [       OK ] cuda.view_fill_tests_layout_right (97 ms)
4: [ RUN      ] cuda.view_fill_tests_layout_left
4: [       OK ] cuda.view_fill_tests_layout_left (51 ms)
4: [ RUN      ] cuda.view_empty_runtime_unmanaged
4: [       OK ] cuda.view_empty_runtime_unmanaged (0 ms)
4: [ RUN      ] cuda.view_hooks
4: [       OK ] cuda.view_hooks (0 ms)
4: [ RUN      ] cuda.view_layoutstride_left_to_layoutleft_assignment
4: [       OK ] cuda.view_layoutstride_left_to_layoutleft_assignment (81 ms)
4: [ RUN      ] cuda.view_layoutstride_right_to_layoutright_assignment
4: [       OK ] cuda.view_layoutstride_right_to_layoutright_assignment (80 ms)
4: [ RUN      ] cuda.view_irregular_layout
4: [       OK ] cuda.view_irregular_layout (2 ms)
4: [ RUN      ] cuda.view_mapping
4: [       OK ] cuda.view_mapping (55 ms)
4: [ RUN      ] cuda.view_mapping_operator
4: [       OK ] cuda.view_mapping_operator (7 ms)
4: [ RUN      ] cuda.static_extent
4: [       OK ] cuda.static_extent (0 ms)
4: [ RUN      ] cuda.view_mapping_atomic
4: [       OK ] cuda.view_mapping_atomic (3 ms)
4: [ RUN      ] cuda.view_mapping_class_value
4: [       OK ] cuda.view_mapping_class_value (0 ms)
4: [ RUN      ] cuda.view_mapping_assignable
4: [       OK ] cuda.view_mapping_assignable (0 ms)
4: [ RUN      ] cuda.view_mapping_trivially_copyable
4: [       OK ] cuda.view_mapping_trivially_copyable (0 ms)
4: [ RUN      ] cuda.view_mapping_subview
4: [       OK ] cuda.view_mapping_subview (0 ms)
4: [ RUN      ] cuda.view_nested_view
4: [       OK ] cuda.view_nested_view (0 ms)
4: [ RUN      ] cuda.view_of_views_default
4: [       OK ] cuda.view_of_views_default (2 ms)
4: [ RUN      ] cuda.view_of_views_without_initializing
4: [       OK ] cuda.view_of_views_without_initializing (0 ms)
4: [ RUN      ] cuda.test_view_of_views_sequential_host_init
4: [       OK ] cuda.test_view_of_views_sequential_host_init (0 ms)
4: [ RUN      ] cuda.append_formatted_multidimensional_index
4: [       OK ] cuda.append_formatted_multidimensional_index (0 ms)
4: [ RUN      ] cuda.view_resize
4: [       OK ] cuda.view_resize (15 ms)
4: [ RUN      ] cuda.view_realloc
4: [       OK ] cuda.view_realloc (0 ms)
4: [ RUN      ] cuda.workgraph_fib
4: [       OK ] cuda.workgraph_fib (858 ms)
4: [ RUN      ] cuda.resize_realloc_no_init
4: [       OK ] cuda.resize_realloc_no_init (0 ms)
4: [ RUN      ] cuda.resize_realloc_no_alloc
4: [       OK ] cuda.resize_realloc_no_alloc (0 ms)
4: [ RUN      ] cuda.realloc_exec_space
4: [       OK ] cuda.realloc_exec_space (0 ms)
4: [ RUN      ] cuda.view_alloc
4: [       OK ] cuda.view_alloc (0 ms)
4: [ RUN      ] cuda.view_alloc_exec_space
4: [       OK ] cuda.view_alloc_exec_space (0 ms)
4: [ RUN      ] cuda.view_alloc_int
4: [       OK ] cuda.view_alloc_int (0 ms)
4: [ RUN      ] cuda.view_alloc_exec_space_int
4: [       OK ] cuda.view_alloc_exec_space_int (0 ms)
4: [ RUN      ] cuda.deep_copy_zero_memset
4: [       OK ] cuda.deep_copy_zero_memset (0 ms)
4: [ RUN      ] cuda.resize_exec_space
4: [       OK ] cuda.resize_exec_space (0 ms)
4: [ RUN      ] cuda.view_allocation_int
4: [       OK ] cuda.view_allocation_int (0 ms)
4: [ RUN      ] cuda.view_allocation_exec_space_int
4: [       OK ] cuda.view_allocation_exec_space_int (0 ms)
4: [ RUN      ] cuda.view_not_default_constructible
4: [       OK ] cuda.view_not_default_constructible (0 ms)
4: [----------] 99 tests from cuda (3435 ms total)
4: 
4: [----------] 28 tests from cuda_uvm
4: [ RUN      ] cuda_uvm.view_subview_auto_1d_left
4: [       OK ] cuda_uvm.view_subview_auto_1d_left (6 ms)
4: [ RUN      ] cuda_uvm.view_subview_auto_1d_right
4: [       OK ] cuda_uvm.view_subview_auto_1d_right (4 ms)
4: [ RUN      ] cuda_uvm.view_subview_auto_1d_stride
4: [       OK ] cuda_uvm.view_subview_auto_1d_stride (5 ms)
4: [ RUN      ] cuda_uvm.view_subview_assign_strided
4: [       OK ] cuda_uvm.view_subview_assign_strided (4 ms)
4: [ RUN      ] cuda_uvm.view_subview_left_0
4: [       OK ] cuda_uvm.view_subview_left_0 (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_left_1
4: [       OK ] cuda_uvm.view_subview_left_1 (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_left_2
4: [       OK ] cuda_uvm.view_subview_left_2 (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_left_3
4: [       OK ] cuda_uvm.view_subview_left_3 (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_right_0
4: [       OK ] cuda_uvm.view_subview_right_0 (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_right_1
4: [       OK ] cuda_uvm.view_subview_right_1 (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_right_3
4: [       OK ] cuda_uvm.view_subview_right_3 (0 ms)
4: [ RUN      ] cuda_uvm.view_static_tests
4: [       OK ] cuda_uvm.view_static_tests (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_layoutleft_to_layoutleft
4: [       OK ] cuda_uvm.view_subview_layoutleft_to_layoutleft (3 ms)
4: [ RUN      ] cuda_uvm.view_subview_layoutright_to_layoutright
4: [       OK ] cuda_uvm.view_subview_layoutright_to_layoutright (2 ms)
4: [ RUN      ] cuda_uvm.view_subview_1d_assign
4: [       OK ] cuda_uvm.view_subview_1d_assign (4 ms)
4: [ RUN      ] cuda_uvm.view_subview_1d_assign_atomic
4: [       OK ] cuda_uvm.view_subview_1d_assign_atomic (4 ms)
4: [ RUN      ] cuda_uvm.view_subview_1d_assign_randomaccess
4: [       OK ] cuda_uvm.view_subview_1d_assign_randomaccess (4 ms)
4: [ RUN      ] cuda_uvm.view_subview_2d_from_3d
4: [       OK ] cuda_uvm.view_subview_2d_from_3d (51 ms)
4: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_atomic
4: [       OK ] cuda_uvm.view_subview_2d_from_3d_atomic (51 ms)
4: [ RUN      ] cuda_uvm.view_subview_2d_from_3d_randomaccess
4: [       OK ] cuda_uvm.view_subview_2d_from_3d_randomaccess (51 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_left (73 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_atomic
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_atomic (72 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_left_randomaccess (73 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_right (72 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_atomic
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_atomic (73 ms)
4: [ RUN      ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess
4: [       OK ] cuda_uvm.view_subview_3d_from_5d_right_randomaccess (74 ms)
4: [ RUN      ] cuda_uvm.view_test_unmanaged_subview_reset
4: [       OK ] cuda_uvm.view_test_unmanaged_subview_reset (0 ms)
4: [ RUN      ] cuda_uvm.view_subview_memory_traits_construction
4: [       OK ] cuda_uvm.view_subview_memory_traits_construction (0 ms)
4: [----------] 28 tests from cuda_uvm (640 ms total)
4: 
4: [----------] Global test environment tear-down
4: [==========] 135 tests from 3 test suites ran. (29437 ms total)
4: [  PASSED  ] 131 tests.
4: [  SKIPPED ] 4 tests, listed below:
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_dyn
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_stat
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_params_mix
4: [  SKIPPED ] cuda_DeathTest.view_construction_with_wrong_static_extents
 4/52 Test  #4: Kokkos_CoreUnitTest_Cuda2 ............................   Passed   29.66 sec
test 5
      Start  5: Kokkos_CoreUnitTest_Cuda3

5: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Cuda3
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 62 tests from 3 test suites.
5: [----------] Global test environment set-up.
5: [----------] 6 tests from cuda
5: [ RUN      ] cuda.team_scratch_1_streams
5: [       OK ] cuda.team_scratch_1_streams (15036 ms)
5: [ RUN      ] cuda.space_access
5: [       OK ] cuda.space_access (0 ms)
5: [ RUN      ] cuda.uvm
5: [       OK ] cuda.uvm (3 ms)
5: [ RUN      ] cuda.impl_view_accessible
5: [       OK ] cuda.impl_view_accessible (2 ms)
5: [ RUN      ] cuda.impl_view_texture
5: [       OK ] cuda.impl_view_texture (0 ms)
5: [ RUN      ] cuda.view_subview_const_randomaccess
5: [       OK ] cuda.view_subview_const_randomaccess (1 ms)
5: [----------] 6 tests from cuda (15043 ms total)
5: 
5: [----------] 28 tests from cuda_hostpinned
5: [ RUN      ] cuda_hostpinned.impl_shared_alloc
5: [       OK ] cuda_hostpinned.impl_shared_alloc (46 ms)
5: [ RUN      ] cuda_hostpinned.view_api_a
5: [       OK ] cuda_hostpinned.view_api_a (9 ms)
5: [ RUN      ] cuda_hostpinned.view_layout_left_with_stride
5: [       OK ] cuda_hostpinned.view_layout_left_with_stride (0 ms)
5: [ RUN      ] cuda_hostpinned.view_layout_right_with_stride
5: [       OK ] cuda_hostpinned.view_layout_right_with_stride (0 ms)
5: [ RUN      ] cuda_hostpinned.view_api_b
5: [       OK ] cuda_hostpinned.view_api_b (7 ms)
5: [ RUN      ] cuda_hostpinned.view_api_c
5: [       OK ] cuda_hostpinned.view_api_c (6 ms)
5: [ RUN      ] cuda_hostpinned.view_api_d
5: [       OK ] cuda_hostpinned.view_api_d (3 ms)
5: [ RUN      ] cuda_hostpinned.view_remap
5: [       OK ] cuda_hostpinned.view_remap (0 ms)
5: [ RUN      ] cuda_hostpinned.view_mirror_nonconst
5: [       OK ] cuda_hostpinned.view_mirror_nonconst (0 ms)
5: [ RUN      ] cuda_hostpinned.view_stride_method
5: [       OK ] cuda_hostpinned.view_stride_method (0 ms)
5: [ RUN      ] cuda_hostpinned.anonymous_space
5: [       OK ] cuda_hostpinned.anonymous_space (0 ms)
5: [ RUN      ] cuda_hostpinned.view_overload_resolution
5: [       OK ] cuda_hostpinned.view_overload_resolution (0 ms)
5: [ RUN      ] cuda_hostpinned.view_allocation_large_rank
5: [       OK ] cuda_hostpinned.view_allocation_large_rank (3509 ms)
5: [ RUN      ] cuda_hostpinned.view_shmem_size_on_device
5: [       OK ] cuda_hostpinned.view_shmem_size_on_device (0 ms)
5: [ RUN      ] cuda_hostpinned.view_is_assignable
5: [       OK ] cuda_hostpinned.view_is_assignable (0 ms)
5: [ RUN      ] cuda_hostpinned.view_copy_tests
5: [       OK ] cuda_hostpinned.view_copy_tests (5 ms)
5: [ RUN      ] cuda_hostpinned.view_copy_tests_rank_0
5: [       OK ] cuda_hostpinned.view_copy_tests_rank_0 (0 ms)
5: [ RUN      ] cuda_hostpinned.view_copy_degenerated
5: [       OK ] cuda_hostpinned.view_copy_degenerated (0 ms)
5: [ RUN      ] cuda_hostpinned.view_fill_tests_layout_right
5: [       OK ] cuda_hostpinned.view_fill_tests_layout_right (4558 ms)
5: [ RUN      ] cuda_hostpinned.view_fill_tests_layout_left
5: [       OK ] cuda_hostpinned.view_fill_tests_layout_left (3764 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping
5: [       OK ] cuda_hostpinned.view_mapping (55 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping_operator
5: [       OK ] cuda_hostpinned.view_mapping_operator (3 ms)
5: [ RUN      ] cuda_hostpinned.static_extent
5: [       OK ] cuda_hostpinned.static_extent (0 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping_atomic
5: [       OK ] cuda_hostpinned.view_mapping_atomic (1 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping_class_value
5: [       OK ] cuda_hostpinned.view_mapping_class_value (0 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping_assignable
5: [       OK ] cuda_hostpinned.view_mapping_assignable (0 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping_trivially_copyable
5: [       OK ] cuda_hostpinned.view_mapping_trivially_copyable (0 ms)
5: [ RUN      ] cuda_hostpinned.view_mapping_subview
5: [       OK ] cuda_hostpinned.view_mapping_subview (1 ms)
5: [----------] 28 tests from cuda_hostpinned (11977 ms total)
5: 
5: [----------] 28 tests from cuda_uvm
5: [ RUN      ] cuda_uvm.impl_shared_alloc
5: [       OK ] cuda_uvm.impl_shared_alloc (74 ms)
5: [ RUN      ] cuda_uvm.view_api_a
5: [       OK ] cuda_uvm.view_api_a (13 ms)
5: [ RUN      ] cuda_uvm.view_layout_left_with_stride
5: [       OK ] cuda_uvm.view_layout_left_with_stride (0 ms)
5: [ RUN      ] cuda_uvm.view_layout_right_with_stride
5: [       OK ] cuda_uvm.view_layout_right_with_stride (0 ms)
5: [ RUN      ] cuda_uvm.view_api_b
5: [       OK ] cuda_uvm.view_api_b (16 ms)
5: [ RUN      ] cuda_uvm.view_api_c
5: [       OK ] cuda_uvm.view_api_c (0 ms)
5: [ RUN      ] cuda_uvm.view_api_d
5: [       OK ] cuda_uvm.view_api_d (4 ms)
5: [ RUN      ] cuda_uvm.view_remap
5: [       OK ] cuda_uvm.view_remap (1 ms)
5: [ RUN      ] cuda_uvm.view_mirror_nonconst
5: [       OK ] cuda_uvm.view_mirror_nonconst (0 ms)
5: [ RUN      ] cuda_uvm.view_stride_method
5: [       OK ] cuda_uvm.view_stride_method (0 ms)
5: [ RUN      ] cuda_uvm.anonymous_space
5: [       OK ] cuda_uvm.anonymous_space (0 ms)
5: [ RUN      ] cuda_uvm.view_overload_resolution
5: [       OK ] cuda_uvm.view_overload_resolution (0 ms)
5: [ RUN      ] cuda_uvm.view_allocation_large_rank
5: [       OK ] cuda_uvm.view_allocation_large_rank (283 ms)
5: [ RUN      ] cuda_uvm.view_shmem_size_on_device
5: [       OK ] cuda_uvm.view_shmem_size_on_device (2 ms)
5: [ RUN      ] cuda_uvm.view_is_assignable
5: [       OK ] cuda_uvm.view_is_assignable (24 ms)
5: [ RUN      ] cuda_uvm.view_copy_tests
5: [       OK ] cuda_uvm.view_copy_tests (33 ms)
5: [ RUN      ] cuda_uvm.view_copy_tests_rank_0
5: [       OK ] cuda_uvm.view_copy_tests_rank_0 (10 ms)
5: [ RUN      ] cuda_uvm.view_copy_degenerated
5: [       OK ] cuda_uvm.view_copy_degenerated (0 ms)
5: [ RUN      ] cuda_uvm.view_fill_tests_layout_right
5: [       OK ] cuda_uvm.view_fill_tests_layout_right (143 ms)
5: [ RUN      ] cuda_uvm.view_fill_tests_layout_left
5: [       OK ] cuda_uvm.view_fill_tests_layout_left (106 ms)
5: [ RUN      ] cuda_uvm.view_mapping
5: [       OK ] cuda_uvm.view_mapping (57 ms)
5: [ RUN      ] cuda_uvm.view_mapping_operator
5: [       OK ] cuda_uvm.view_mapping_operator (7 ms)
5: [ RUN      ] cuda_uvm.static_extent
5: [       OK ] cuda_uvm.static_extent (0 ms)
5: [ RUN      ] cuda_uvm.view_mapping_atomic
5: [       OK ] cuda_uvm.view_mapping_atomic (4 ms)
5: [ RUN      ] cuda_uvm.view_mapping_class_value
5: [       OK ] cuda_uvm.view_mapping_class_value (0 ms)
5: [ RUN      ] cuda_uvm.view_mapping_assignable
5: [       OK ] cuda_uvm.view_mapping_assignable (0 ms)
5: [ RUN      ] cuda_uvm.view_mapping_trivially_copyable
5: [       OK ] cuda_uvm.view_mapping_trivially_copyable (0 ms)
5: [ RUN      ] cuda_uvm.view_mapping_subview
5: [       OK ] cuda_uvm.view_mapping_subview (0 ms)
5: [----------] 28 tests from cuda_uvm (786 ms total)
5: 
5: [----------] Global test environment tear-down
5: [==========] 62 tests from 3 test suites ran. (27807 ms total)
5: [  PASSED  ] 62 tests.
 5/52 Test  #5: Kokkos_CoreUnitTest_Cuda3 ............................   Passed   28.02 sec
test 6
      Start  6: Kokkos_CoreUnitTest_CudaTimingBased

6: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CudaTimingBased
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 2 tests from 1 test suite.
6: [----------] Global test environment set-up.
6: [----------] 2 tests from cuda
6: [ RUN      ] cuda.debug_serial_execution
6: [       OK ] cuda.debug_serial_execution (10 ms)
6: [ RUN      ] cuda.debug_pin_um_to_host
6: [       OK ] cuda.debug_pin_um_to_host (690 ms)
6: [----------] 2 tests from cuda (700 ms total)
6: 
6: [----------] Global test environment tear-down
6: [==========] 2 tests from 1 test suite ran. (700 ms total)
6: [  PASSED  ] 2 tests.
 6/52 Test  #6: Kokkos_CoreUnitTest_CudaTimingBased ..................   Passed    0.88 sec
test 7
      Start  7: Kokkos_CoreUnitTest_CudaInterOpInit

7: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpInit
7: Test timeout computed to be: 1500
7: [==========] Running 1 test from 1 test suite.
7: [----------] Global test environment set-up.
7: [----------] 1 test from cuda
7: [ RUN      ] cuda.raw_cuda_interop
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: [       OK ] cuda.raw_cuda_interop (111 ms)
7: [----------] 1 test from cuda (111 ms total)
7: 
7: [----------] Global test environment tear-down
7: [==========] 1 test from 1 test suite ran. (111 ms total)
7: [  PASSED  ] 1 test.
 7/52 Test  #7: Kokkos_CoreUnitTest_CudaInterOpInit ..................   Passed    0.18 sec
test 8
      Start  8: Kokkos_CoreUnitTest_CudaInterOpStreams

8: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreams
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_streams
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_streams (111 ms)
8: [----------] 1 test from cuda (111 ms total)
8: 
8: [----------] Global test environment tear-down
8: [==========] 1 test from 1 test suite ran. (111 ms total)
8: [  PASSED  ] 1 test.
 8/52 Test  #8: Kokkos_CoreUnitTest_CudaInterOpStreams ...............   Passed    0.19 sec
test 9
      Start  9: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU

9: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU
9: Test timeout computed to be: 1500
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: [==========] Running 3 tests from 1 test suite.
9: [----------] Global test environment set-up.
9: [----------] 3 tests from cuda_multi_gpu
9: [ RUN      ] cuda_multi_gpu.managed_views
9: [       OK ] cuda_multi_gpu.managed_views (1 ms)
9: [ RUN      ] cuda_multi_gpu.unmanaged_views
9: [       OK ] cuda_multi_gpu.unmanaged_views (0 ms)
9: [ RUN      ] cuda_multi_gpu.scratch_space
9: [       OK ] cuda_multi_gpu.scratch_space (1 ms)
9: [----------] 3 tests from cuda_multi_gpu (3 ms total)
9: 
9: [----------] Global test environment tear-down
9: [==========] 3 tests from 1 test suite ran. (3 ms total)
9: [  PASSED  ] 3 tests.
 9/52 Test  #9: Kokkos_CoreUnitTest_CudaInterOpStreamsMultiGPU .......   Passed    0.17 sec
test 10
      Start 10: Kokkos_CoreUnitTest_Default

10: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Default
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 71 tests from 41 test suites.
10: [----------] Global test environment set-up.
10: [----------] 31 tests from defaultdevicetype
10: [ RUN      ] defaultdevicetype.initialization_settings
10: [       OK ] defaultdevicetype.initialization_settings (0 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_num_threads
10: [       OK ] defaultdevicetype.cmd_line_args_num_threads (0 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_device_id
10: [       OK ] defaultdevicetype.cmd_line_args_device_id (0 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_disable_warning
10: [       OK ] defaultdevicetype.cmd_line_args_disable_warning (0 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_tune_internals
10: [       OK ] defaultdevicetype.cmd_line_args_tune_internals (0 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_help
10: [       OK ] defaultdevicetype.cmd_line_args_help (6 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_tools_arguments
10: [       OK ] defaultdevicetype.cmd_line_args_tools_arguments (1 ms)
10: [ RUN      ] defaultdevicetype.cmd_line_args_unrecognized_flag
10: [       OK ] defaultdevicetype.cmd_line_args_unrecognized_flag (7 ms)
10: [ RUN      ] defaultdevicetype.env_vars_num_threads
10: [       OK ] defaultdevicetype.env_vars_num_threads (0 ms)
10: [ RUN      ] defaultdevicetype.env_vars_device_id
10: [       OK ] defaultdevicetype.env_vars_device_id (0 ms)
10: [ RUN      ] defaultdevicetype.env_vars_disable_warnings
10: [       OK ] defaultdevicetype.env_vars_disable_warnings (0 ms)
10: [ RUN      ] defaultdevicetype.env_vars_tune_internals
10: [       OK ] defaultdevicetype.env_vars_tune_internals (0 ms)
10: [ RUN      ] defaultdevicetype.visible_devices
10: [       OK ] defaultdevicetype.visible_devices (0 ms)
10: [ RUN      ] defaultdevicetype.shared_space
10: [       OK ] defaultdevicetype.shared_space (19 ms)
10: [ RUN      ] defaultdevicetype.shared_host_pinned_space
10: [       OK ] defaultdevicetype.shared_host_pinned_space (0 ms)
10: [ RUN      ] defaultdevicetype.compiler_macros
10: [       OK ] defaultdevicetype.compiler_macros (0 ms)
10: [ RUN      ] defaultdevicetype.half_conversion
10: [       OK ] defaultdevicetype.half_conversion (2 ms)
10: [ RUN      ] defaultdevicetype.bhalf_conversion
10: [       OK ] defaultdevicetype.bhalf_conversion (0 ms)
10: [ RUN      ] defaultdevicetype.half_operators
10: [       OK ] defaultdevicetype.half_operators (0 ms)
10: [ RUN      ] defaultdevicetype.bhalf_operators
10: [       OK ] defaultdevicetype.bhalf_operators (0 ms)
10: [ RUN      ] defaultdevicetype.host_space_access
10: [       OK ] defaultdevicetype.host_space_access (0 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_a1
10: [       OK ] defaultdevicetype.reduce_instantiation_a1 (4 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_b1
10: [       OK ] defaultdevicetype.reduce_instantiation_b1 (10 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_c1
10: [       OK ] defaultdevicetype.reduce_instantiation_c1 (3 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_a2
10: [       OK ] defaultdevicetype.reduce_instantiation_a2 (6 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_b2
10: [       OK ] defaultdevicetype.reduce_instantiation_b2 (13 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_c2
10: [       OK ] defaultdevicetype.reduce_instantiation_c2 (5 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_a3
10: [       OK ] defaultdevicetype.reduce_instantiation_a3 (9 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_b3
10: [       OK ] defaultdevicetype.reduce_instantiation_b3 (16 ms)
10: [ RUN      ] defaultdevicetype.reduce_instantiation_c3
10: [       OK ] defaultdevicetype.reduce_instantiation_c3 (7 ms)
10: [ RUN      ] defaultdevicetype.malloc
10: [       OK ] defaultdevicetype.malloc (0 ms)
10: [----------] 31 tests from defaultdevicetype (119 ms total)
10: 
10: [----------] 1 test from kokkosresize
10: [ RUN      ] kokkosresize.host_space_access
10: [       OK ] kokkosresize.host_space_access (16 ms)
10: [----------] 1 test from kokkosresize (16 ms total)
10: 
10: [----------] 1 test from TestViewAPI/0, where TypeParam = std::tuple<int, Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
10: [ RUN      ] TestViewAPI/0.sizes
10: [       OK ] TestViewAPI/0.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/0 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/1, where TypeParam = std::tuple<int [5], Kokkos::LayoutLeft, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
10: [ RUN      ] TestViewAPI/1.sizes
10: [       OK ] TestViewAPI/1.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/1 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/2, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
10: [ RUN      ] TestViewAPI/2.sizes
10: [       OK ] TestViewAPI/2.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/2 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/3.sizes
10: [       OK ] TestViewAPI/3.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/3 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/4.sizes
10: [       OK ] TestViewAPI/4.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/4 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/5.sizes
10: [       OK ] TestViewAPI/5.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/5 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/6.sizes
10: [       OK ] TestViewAPI/6.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/6 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/7.sizes
10: [       OK ] TestViewAPI/7.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/7 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/8.sizes
10: [       OK ] TestViewAPI/8.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/8 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/9.sizes
10: [       OK ] TestViewAPI/9.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/9 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/10, where TypeParam = std::tuple<int, Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
10: [ RUN      ] TestViewAPI/10.sizes
10: [       OK ] TestViewAPI/10.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/10 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/11, where TypeParam = std::tuple<int [5], Kokkos::LayoutRight, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
10: [ RUN      ] TestViewAPI/11.sizes
10: [       OK ] TestViewAPI/11.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/11 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/12, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
10: [ RUN      ] TestViewAPI/12.sizes
10: [       OK ] TestViewAPI/12.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/12 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/13.sizes
10: [       OK ] TestViewAPI/13.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/13 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/14.sizes
10: [       OK ] TestViewAPI/14.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/14 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/15.sizes
10: [       OK ] TestViewAPI/15.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/15 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/16.sizes
10: [       OK ] TestViewAPI/16.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/16 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/17.sizes
10: [       OK ] TestViewAPI/17.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/17 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/18.sizes
10: [       OK ] TestViewAPI/18.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/18 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/19.sizes
10: [       OK ] TestViewAPI/19.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/19 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/20, where TypeParam = std::tuple<int, Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long> >
10: [ RUN      ] TestViewAPI/20.sizes
10: [       OK ] TestViewAPI/20.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/20 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/21, where TypeParam = std::tuple<int [5], Kokkos::LayoutStride, std::integer_sequence<unsigned long>, std::integer_sequence<unsigned long, 5ul> >
10: [ RUN      ] TestViewAPI/21.sizes
10: [       OK ] TestViewAPI/21.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/21 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/22, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 5ul>, std::integer_sequence<unsigned long, 5ul> >
10: [ RUN      ] TestViewAPI/22.sizes
10: [       OK ] TestViewAPI/22.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/22 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/23.sizes
10: [       OK ] TestViewAPI/23.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/23 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/24.sizes
10: [       OK ] TestViewAPI/24.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/24 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/25.sizes
10: [       OK ] TestViewAPI/25.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/25 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/26.sizes
10: [       OK ] TestViewAPI/26.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/26 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/27.sizes
10: [       OK ] TestViewAPI/27.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/27 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/28.sizes
10: [       OK ] TestViewAPI/28.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/28 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/29.sizes
10: [       OK ] TestViewAPI/29.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/29 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/30, where TypeParam = std::tuple<int*, Kokkos::LayoutLeft, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
10: [ RUN      ] TestViewAPI/30.sizes
10: [       OK ] TestViewAPI/30.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/30 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/31.sizes
10: [       OK ] TestViewAPI/31.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/31 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/32.sizes
10: [       OK ] TestViewAPI/32.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/32 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/33, where TypeParam = std::tuple<int*, Kokkos::LayoutRight, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
10: [ RUN      ] TestViewAPI/33.sizes
10: [       OK ] TestViewAPI/33.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/33 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/34.sizes
10: [       OK ] TestViewAPI/34.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/34 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/35.sizes
10: [       OK ] TestViewAPI/35.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/35 (0 ms total)
10: 
10: [----------] 1 test from TestViewAPI/36, where TypeParam = std::tuple<int*, Kokkos::LayoutStride, std::integer_sequence<unsigned long, 0ul>, std::integer_sequence<unsigned long, 0ul> >
10: [ RUN      ] TestViewAPI/36.sizes
10: [       OK ] TestViewAPI/36.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/36 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/37.sizes
10: [       OK ] TestViewAPI/37.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/37 (0 ms total)
10: 
10: [----------] 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> >
10: [ RUN      ] TestViewAPI/38.sizes
10: [       OK ] TestViewAPI/38.sizes (0 ms)
10: [----------] 1 test from TestViewAPI/38 (0 ms total)
10: 
10: [----------] Global test environment tear-down
10: [==========] 71 tests from 41 test suites ran. (137 ms total)
10: [  PASSED  ] 71 tests.
10/52 Test #10: Kokkos_CoreUnitTest_Default ..........................   Passed    0.32 sec
test 11
      Start 11: Kokkos_CoreUnitTest_LegionInitialization

11: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_LegionInitialization
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 initialization
11: [ RUN      ] initialization.legion_initialization
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: [       OK ] initialization.legion_initialization (109 ms)
11: [----------] 1 test from initialization (109 ms total)
11: 
11: [----------] Global test environment tear-down
11: [==========] 1 test from 1 test suite ran. (110 ms total)
11: [  PASSED  ] 1 test.
11/52 Test #11: Kokkos_CoreUnitTest_LegionInitialization .............   Passed    0.17 sec
test 12
      Start 12: Kokkos_CoreUnitTest_PushFinalizeHook

12: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHook
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: SUCCESS
12/52 Test #12: Kokkos_CoreUnitTest_PushFinalizeHook .................   Passed    0.17 sec
test 13
      Start 13: Kokkos_CoreUnitTest_ScopeGuard

13: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_ScopeGuard
13: Test timeout computed to be: 1500
13: [==========] Running 6 tests from 1 test suite.
13: [----------] Global test environment set-up.
13: [----------] 6 tests from scope_guard_DeathTest
13: [ RUN      ] scope_guard_DeathTest.create
13: [       OK ] scope_guard_DeathTest.create (158 ms)
13: [ RUN      ] scope_guard_DeathTest.create_argument
13: [       OK ] scope_guard_DeathTest.create_argument (158 ms)
13: [ RUN      ] scope_guard_DeathTest.create_while_initialize
13: [       OK ] scope_guard_DeathTest.create_while_initialize (480 ms)
13: [ RUN      ] scope_guard_DeathTest.create_after_initialize
13: [       OK ] scope_guard_DeathTest.create_after_initialize (596 ms)
13: [ RUN      ] scope_guard_DeathTest.create_after_finalize
13: [       OK ] scope_guard_DeathTest.create_after_finalize (467 ms)
13: [ RUN      ] scope_guard_DeathTest.destroy_after_finalize
13: [       OK ] scope_guard_DeathTest.destroy_after_finalize (582 ms)
13: [----------] 6 tests from scope_guard_DeathTest (2444 ms total)
13: 
13: [----------] Global test environment tear-down
13: [==========] 6 tests from 1 test suite ran. (2444 ms total)
13: [  PASSED  ] 6 tests.
13/52 Test #13: Kokkos_CoreUnitTest_ScopeGuard .......................   Passed    2.47 sec
test 14
      Start 14: Kokkos_CoreUnitTest_Develop

14: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_Develop
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: [==========] Running 1 test from 1 test suite.
14: [----------] Global test environment set-up.
14: [----------] 1 test from defaultdevicetype
14: [ RUN      ] defaultdevicetype.development_test
14: [       OK ] defaultdevicetype.development_test (0 ms)
14: [----------] 1 test from defaultdevicetype (0 ms total)
14: 
14: [----------] Global test environment tear-down
14: [==========] 1 test from 1 test suite ran. (0 ms total)
14: [  PASSED  ] 1 test.
14/52 Test #14: Kokkos_CoreUnitTest_Develop ..........................   Passed    0.18 sec
test 15
      Start 15: Kokkos_CoreUnitTest_PushFinalizeHookTerminateRegex

15: Test command: /opt/cmake/bin/cmake "-E" "env" "/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHookTerminate"
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: PASSED: I am the custom std::terminate handler.
15: Subprocess aborted
15/52 Test #15: Kokkos_CoreUnitTest_PushFinalizeHookTerminateRegex ...   Passed    0.50 sec
test 16
      Start 16: Kokkos_CoreUnitTest_PushFinalizeHookTerminateFails

16: Test command: /opt/cmake/bin/cmake "-E" "env" "/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_PushFinalizeHookTerminate"
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: PASSED: I am the custom std::terminate handler.
16: Subprocess aborted
16/52 Test #16: Kokkos_CoreUnitTest_PushFinalizeHookTerminateFails ...   Passed    0.47 sec
test 17
      Start 17: Kokkos_CoreUnitTest_KokkosP

17: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_KokkosP
17: Test timeout computed to be: 1500
17: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
17:                                     Detected: 6 cores per node.
17:                                     Detected: 1 MPI_ranks per node.
17:                                     Requested: 8 threads per process.
17: [==========] Running 32 tests from 1 test suite.
17: [----------] Global test environment set-up.
17: [----------] 32 tests from kokkosp
17: [ RUN      ] kokkosp.test_named_instance_fence
17: Ref: 33554433
17: Ref: named_instance
17: 33554433
17: named_instance
17: [       OK ] kokkosp.test_named_instance_fence (0 ms)
17: [ RUN      ] kokkosp.test_unnamed_instance_fence
17: Ref: 33554433
17: Ref: Unnamed Instance Fence
17: 33554433
17: Kokkos::Cuda::fence(): Unnamed Instance Fence
17: [       OK ] kokkosp.test_unnamed_instance_fence (0 ms)
17: [ RUN      ] kokkosp.test_named_global_fence
17: Ref: 33554432
17: Ref: test global fence
17: 16777216
17: test global fence
17: Miss on id
17: 33554432
17: test global fence
17: [       OK ] kokkosp.test_named_global_fence (0 ms)
17: [ RUN      ] kokkosp.test_unnamed_global_fence
17: Ref: 33554432
17: Ref: Unnamed Global Fence
17: 16777216
17: Kokkos::fence: Unnamed Global Fence
17: Miss on id
17: 33554432
17: Kokkos::fence: Unnamed Global Fence
17: [       OK ] kokkosp.test_unnamed_global_fence (0 ms)
17: [ RUN      ] kokkosp.test_multiple_default_instances
17: [       OK ] kokkosp.test_multiple_default_instances (0 ms)
17: [ RUN      ] kokkosp.test_id_gen
17: [       OK ] kokkosp.test_id_gen (0 ms)
17: [ RUN      ] kokkosp.test_kernel_sequence
17: Ref: 33554433
17: Ref: named_instance
17: 33554433
17: named_instance
17: Ref: 33554433
17: Ref: test_kernel
17: 33554433
17: named_instance
17: Miss on name
17: 16777216
17: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence
17: Miss on name
17: Miss on id
17: 33554432
17: Kokkos::Tools::invoke_kokkosp_callback: Kokkos Profile Tool Fence
17: Miss on name
17: Miss on id
17: 33554433
17: test_kernel
17: [       OK ] kokkosp.test_kernel_sequence (1 ms)
17: [ RUN      ] kokkosp.test_streams
17: [       OK ] kokkosp.test_streams (0 ms)
17: [ RUN      ] kokkosp.async_deep_copy
17: [       OK ] kokkosp.async_deep_copy (0 ms)
17: [ RUN      ] kokkosp.parallel_for
17: [       OK ] kokkosp.parallel_for (0 ms)
17: [ RUN      ] kokkosp.parallel_reduce
17: [       OK ] kokkosp.parallel_reduce (0 ms)
17: [ RUN      ] kokkosp.parallel_scan
17: [       OK ] kokkosp.parallel_scan (2 ms)
17: [ RUN      ] kokkosp.parallel_scan_no_fence
17: [       OK ] kokkosp.parallel_scan_no_fence (0 ms)
17: [ RUN      ] kokkosp.parallel_scan_no_fence_view
17: [       OK ] kokkosp.parallel_scan_no_fence_view (0 ms)
17: [ RUN      ] kokkosp.regions
17: [       OK ] kokkosp.regions (0 ms)
17: [ RUN      ] kokkosp.fences
17: [       OK ] kokkosp.fences (0 ms)
17: [ RUN      ] kokkosp.raw_allocation
17: [       OK ] kokkosp.raw_allocation (0 ms)
17: [ RUN      ] kokkosp.view
17: [       OK ] kokkosp.view (0 ms)
17: [ RUN      ] kokkosp.sections
17: [       OK ] kokkosp.sections (0 ms)
17: [ RUN      ] kokkosp.metadata
17: [       OK ] kokkosp.metadata (0 ms)
17: [ RUN      ] kokkosp.profile_events
17: [       OK ] kokkosp.profile_events (0 ms)
17: [ RUN      ] kokkosp.no_init_kernel
17: [       OK ] kokkosp.no_init_kernel (0 ms)
17: [ RUN      ] kokkosp.get_events
17: [       OK ] kokkosp.get_events (0 ms)
17: [ RUN      ] kokkosp.kernel_name_parallel_for
17: [       OK ] kokkosp.kernel_name_parallel_for (0 ms)
17: [ RUN      ] kokkosp.kernel_name_parallel_reduce
17: [       OK ] kokkosp.kernel_name_parallel_reduce (0 ms)
17: [ RUN      ] kokkosp.kernel_name_parallel_scan
17: [       OK ] kokkosp.kernel_name_parallel_scan (0 ms)
17: [ RUN      ] kokkosp.kernel_name_internal
17: [       OK ] kokkosp.kernel_name_internal (0 ms)
17: [ RUN      ] kokkosp.profiling_section
17: [       OK ] kokkosp.profiling_section (0 ms)
17: [ RUN      ] kokkosp.scoped_profile_region
17: [       OK ] kokkosp.scoped_profile_region (0 ms)
17: [ RUN      ] kokkosp.create_mirror_no_init
17: [       OK ] kokkosp.create_mirror_no_init (0 ms)
17: [ RUN      ] kokkosp.create_mirror_no_init_view_ctor
17: [       OK ] kokkosp.create_mirror_no_init_view_ctor (0 ms)
17: [ RUN      ] kokkosp.create_mirror_view_and_copy
17: [       OK ] kokkosp.create_mirror_view_and_copy (0 ms)
17: [----------] 32 tests from kokkosp (6 ms total)
17: 
17: [----------] Global test environment tear-down
17: [==========] 32 tests from 1 test suite ran. (6 ms total)
17: [  PASSED  ] 32 tests.
17/52 Test #17: Kokkos_CoreUnitTest_KokkosP ..........................   Passed    0.18 sec
test 18
      Start 18: Kokkos_CoreUnitTest_ToolIndependence

18: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_ToolIndependence
18: Test timeout computed to be: 1500
18/52 Test #18: Kokkos_CoreUnitTest_ToolIndependence .................   Passed    0.03 sec
test 19
      Start 19: Kokkos_ProfilingTestLibraryLoadHelp

19: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-help"
19: Environment variables: 
19:  KOKKOS_PROFILE_LIBRARY=/var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/libkokkosprinter-tool.so
19: Test timeout computed to be: 1500
19: Warning: environment variable 'KOKKOS_PROFILE_LIBRARY' is deprecated. Use 'KOKKOS_TOOLS_LIBS' instead. Raised by Kokkos::initialize().
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/52 Test #19: Kokkos_ProfilingTestLibraryLoadHelp ..................   Passed    0.18 sec
test 20
      Start 20: Kokkos_ProfilingTestLibraryCmdLineHelp

20: 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"
20: Test timeout computed to be: 1500
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_print_help:Kokkos_ProfilingAllCalls::kokkosp_finalize_library::
20/52 Test #20: Kokkos_ProfilingTestLibraryCmdLineHelp ...............   Passed    0.16 sec
test 21
      Start 21: Kokkos_ProfilingTestLibraryLoad

21: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_ProfilingAllCalls "--kokkos-tools-args="-c test delimit""
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: 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:Cuda::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_NVCC:1220::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.4.99::kokkosp_allocate_data:Host:source:0x1301340:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x13014c0:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x1301540:Host:source:0x13013c0: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:0x13014c0:40::kokkosp_deallocate_data:Host:source:0x1301340:40::kokkosp_finalize_library::
21/52 Test #21: Kokkos_ProfilingTestLibraryLoad ......................   Passed    0.16 sec
test 22
      Start 22: Kokkos_ProfilingTestLibraryCmdLine

22: 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"
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: 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:Cuda::kokkosp_declare_metadata:GPU architecture:VOLTA70::kokkosp_declare_metadata:platform:64bit::kokkosp_declare_metadata:KOKKOS_COMPILER_NVCC:1220::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.4.99::kokkosp_allocate_data:Host:source:0x1301380:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [source] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_allocate_data:Host:destination:0x1301540:40::kokkosp_begin_parallel_for:Kokkos::View::initialization [destination] via memset:16777217:0::kokkosp_end_parallel_for:0::kokkosp_begin_deep_copy:Host:destination:0x13015c0:Host:source:0x1301400: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:0x1301540:40::kokkosp_deallocate_data:Host:source:0x1301380:40::kokkosp_finalize_library::
22/52 Test #22: Kokkos_ProfilingTestLibraryCmdLine ...................   Passed    0.16 sec
test 23
      Start 23: Kokkos_CoreUnitTest_StackTraceTest

23: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec
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 3 tests from 2 test suites.
23: [----------] Global test environment set-up.
23: [----------] 2 tests from defaultdevicetype_DeathTest
23: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_terminate
23: 
23: [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.
23: Top of f1
23: Top of f0
23: Top of f0
23: test_f1:
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4deb93]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x449c7c]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x445d26]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x14e) [0x44464e]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48c983]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x455fcf]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x45831f]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x459647]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46c167]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x48f7c3]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45aa0e]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x443875]
23: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff3f01083]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x4430ee]
23:  
23: demangled test_f1:
23: [0x4deb93] Kokkos::Impl::save_stacktrace()
23: [0x449c7c] Test::stacktrace_test_f1(std::ostream&)
23: [0x445d26] Test::test_stacktrace(bool, bool)
23: [0x44464e] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
23: [0x48c983] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
23: [0x455fcf] testing::Test::Run()
23: [0x45831f] testing::TestInfo::Run()
23: [0x459647] testing::TestSuite::Run()
23: [0x46c167] testing::internal::UnitTestImpl::RunAllTests()
23: [0x48f7c3] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
23: [0x45aa0e] testing::UnitTest::Run()
23: [0x443875] main
23: [0x7ffff3f01083] __libc_start_main
23: [0x4430ee] _start
23:  
23: Top of f3
23: Top of f3
23: Top of f3
23: Top of f3
23: Top of f3
23: Top of f1
23: Top of f0
23: Top of f0
23: StackTrace f3(std::cout, 4) returned: 110
23: test_f3:
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4deb93]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x449c7c]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x44aa72]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x446c8d]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test53defaultdevicetype_DeathTest_stacktrace_terminate_Test8TestBodyEv+0x14e) [0x44464e]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48c983]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x455fcf]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x45831f]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x459647]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46c167]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x48f7c3]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45aa0e]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x443875]
23: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff3f01083]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x4430ee]
23:  
23: demangled test_f3:
23: [0x4deb93] Kokkos::Impl::save_stacktrace()
23: [0x449c7c] Test::stacktrace_test_f1(std::ostream&)
23: [0x44aa72] Test::stacktrace_test_f3(std::ostream&, int)
23: [0x446c8d] Test::test_stacktrace(bool, bool)
23: [0x44464e] Test::defaultdevicetype_DeathTest_stacktrace_terminate_Test::TestBody()
23: [0x48c983] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
23: [0x455fcf] testing::Test::Run()
23: [0x45831f] testing::TestInfo::Run()
23: [0x459647] testing::TestSuite::Run()
23: [0x46c167] testing::internal::UnitTestImpl::RunAllTests()
23: [0x48f7c3] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
23: [0x45aa0e] testing::UnitTest::Run()
23: [0x443875] main
23: [0x7ffff3f01083] __libc_start_main
23: [0x4430ee] _start
23:  
23: Test setting std::terminate handler that prints the last saved stack trace
23: [       OK ] defaultdevicetype_DeathTest.stacktrace_terminate (449 ms)
23: [ RUN      ] defaultdevicetype_DeathTest.stacktrace_generic_term
23: 
23: [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.
23: Top of f1
23: Top of f0
23: Top of f0
23: test_f1:
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4deb93]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x449c7c]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x445d26]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x14b) [0x4449cb]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48c983]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x455fcf]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x45831f]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x459647]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46c167]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x48f7c3]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45aa0e]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x443875]
23: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff3f01083]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x4430ee]
23:  
23: demangled test_f1:
23: [0x4deb93] Kokkos::Impl::save_stacktrace()
23: [0x449c7c] Test::stacktrace_test_f1(std::ostream&)
23: [0x445d26] Test::test_stacktrace(bool, bool)
23: [0x4449cb] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
23: [0x48c983] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
23: [0x455fcf] testing::Test::Run()
23: [0x45831f] testing::TestInfo::Run()
23: [0x459647] testing::TestSuite::Run()
23: [0x46c167] testing::internal::UnitTestImpl::RunAllTests()
23: [0x48f7c3] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
23: [0x45aa0e] testing::UnitTest::Run()
23: [0x443875] main
23: [0x7ffff3f01083] __libc_start_main
23: [0x4430ee] _start
23:  
23: Top of f3
23: Top of f3
23: Top of f3
23: Top of f3
23: Top of f3
23: Top of f1
23: Top of f0
23: Top of f0
23: StackTrace f3(std::cout, 4) returned: 110
23: test_f3:
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4deb93]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x449c7c]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x44aa72]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x446c8d]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test56defaultdevicetype_DeathTest_stacktrace_generic_term_Test8TestBodyEv+0x14b) [0x4449cb]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48c983]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x455fcf]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x45831f]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x459647]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46c167]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x48f7c3]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45aa0e]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x443875]
23: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff3f01083]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x4430ee]
23:  
23: demangled test_f3:
23: [0x4deb93] Kokkos::Impl::save_stacktrace()
23: [0x449c7c] Test::stacktrace_test_f1(std::ostream&)
23: [0x44aa72] Test::stacktrace_test_f3(std::ostream&, int)
23: [0x446c8d] Test::test_stacktrace(bool, bool)
23: [0x4449cb] Test::defaultdevicetype_DeathTest_stacktrace_generic_term_Test::TestBody()
23: [0x48c983] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
23: [0x455fcf] testing::Test::Run()
23: [0x45831f] testing::TestInfo::Run()
23: [0x459647] testing::TestSuite::Run()
23: [0x46c167] testing::internal::UnitTestImpl::RunAllTests()
23: [0x48f7c3] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
23: [0x45aa0e] testing::UnitTest::Run()
23: [0x443875] main
23: [0x7ffff3f01083] __libc_start_main
23: [0x4430ee] _start
23:  
23: Test setting std::terminate handler that prints the last saved stack trace
23: [       OK ] defaultdevicetype_DeathTest.stacktrace_generic_term (332 ms)
23: [----------] 2 tests from defaultdevicetype_DeathTest (781 ms total)
23: 
23: [----------] 1 test from defaultdevicetype
23: [ RUN      ] defaultdevicetype.stacktrace_normal
23: Top of f1
23: Top of f0
23: Top of f0
23: test_f1:
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4deb93]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x449c7c]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0x26) [0x445d26]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48c983]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x455fcf]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x45831f]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x459647]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46c167]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x48f7c3]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45aa0e]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x443875]
23: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff3f01083]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x4430ee]
23:  
23: demangled test_f1:
23: [0x4deb93] Kokkos::Impl::save_stacktrace()
23: [0x449c7c] Test::stacktrace_test_f1(std::ostream&)
23: [0x445d26] Test::test_stacktrace(bool, bool)
23: [0x48c983] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
23: [0x455fcf] testing::Test::Run()
23: [0x45831f] testing::TestInfo::Run()
23: [0x459647] testing::TestSuite::Run()
23: [0x46c167] testing::internal::UnitTestImpl::RunAllTests()
23: [0x48f7c3] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
23: [0x45aa0e] testing::UnitTest::Run()
23: [0x443875] main
23: [0x7ffff3f01083] __libc_start_main
23: [0x4430ee] _start
23:  
23: Top of f3
23: Top of f3
23: Top of f3
23: Top of f3
23: Top of f3
23: Top of f1
23: Top of f0
23: Top of f0
23: StackTrace f3(std::cout, 4) returned: 110
23: test_f3:
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN6Kokkos4Impl15save_stacktraceEv+0x13) [0x4deb93]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f1ERSo+0x7c) [0x449c7c]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test18stacktrace_test_f3ERSoi+0xb2) [0x44aa72]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN4Test15test_stacktraceEbb+0xf8d) [0x446c8d]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc+0x83) [0x48c983]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing4Test3RunEv+0x2cf) [0x455fcf]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8TestInfo3RunEv+0x31f) [0x45831f]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing9TestSuite3RunEv+0x1c7) [0x459647]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal12UnitTestImpl11RunAllTestsEv+0x6e7) [0x46c167]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc+0x83) [0x48f7c3]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_ZN7testing8UnitTest3RunEv+0x10e) [0x45aa0e]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(main+0x35) [0x443875]
23: /usr/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7ffff3f01083]
23: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_StackTraceTestExec(_start+0x2e) [0x4430ee]
23:  
23: demangled test_f3:
23: [0x4deb93] Kokkos::Impl::save_stacktrace()
23: [0x449c7c] Test::stacktrace_test_f1(std::ostream&)
23: [0x44aa72] Test::stacktrace_test_f3(std::ostream&, int)
23: [0x446c8d] Test::test_stacktrace(bool, bool)
23: [0x48c983] void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*)
23: [0x455fcf] testing::Test::Run()
23: [0x45831f] testing::TestInfo::Run()
23: [0x459647] testing::TestSuite::Run()
23: [0x46c167] testing::internal::UnitTestImpl::RunAllTests()
23: [0x48f7c3] bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*)
23: [0x45aa0e] testing::UnitTest::Run()
23: [0x443875] main
23: [0x7ffff3f01083] __libc_start_main
23: [0x4430ee] _start
23:  
23: Test setting std::terminate handler that prints the last saved stack trace
23: [       OK ] defaultdevicetype.stacktrace_normal (1 ms)
23: [----------] 1 test from defaultdevicetype (1 ms total)
23: 
23: [----------] Global test environment tear-down
23: [==========] 3 tests from 2 test suites ran. (783 ms total)
23: [  PASSED  ] 3 tests.
23/52 Test #23: Kokkos_CoreUnitTest_StackTraceTest ...................   Passed    0.97 sec
test 24
      Start 24: Kokkos_IncrementalTest_OPENMP

24: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_IncrementalTest_OPENMP
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 OPENMP
24: [ RUN      ] OPENMP.IncrTest_01_execspace_typedef
24: [       OK ] OPENMP.IncrTest_01_execspace_typedef (0 ms)
24: [ RUN      ] OPENMP.IncrTest_01_execspace
24: Host Parallel Execution Space:
24:   KOKKOS_ENABLE_OPENMP: yes
24: 
24: OpenMP Runtime Configuration:
24: Kokkos::OpenMP thread_pool_topology[ 1 x 8 x 1 ]
24: OpenMP
24: [       OK ] OPENMP.IncrTest_01_execspace (0 ms)
24: [ RUN      ] OPENMP.IncrTest_02_AtomicExchange
24: [       OK ] OPENMP.IncrTest_02_AtomicExchange (0 ms)
24: [ RUN      ] OPENMP.IncrTest_02_AtomicAdd
24: [       OK ] OPENMP.IncrTest_02_AtomicAdd (0 ms)
24: [ RUN      ] OPENMP.IncrTest_02_AtomicSub
24: [       OK ] OPENMP.IncrTest_02_AtomicSub (0 ms)
24: [ RUN      ] OPENMP.IncrTest_03a_memspace_malloc
24: [       OK ] OPENMP.IncrTest_03a_memspace_malloc (0 ms)
24: [ RUN      ] OPENMP.IncrTest_03b_memspace_free
24: [       OK ] OPENMP.IncrTest_03b_memspace_free (139 ms)
24: [ RUN      ] OPENMP.IncrTest_04_simple_parallelFor
24: [       OK ] OPENMP.IncrTest_04_simple_parallelFor (0 ms)
24: [ RUN      ] OPENMP.IncrTest_04_RangePolicy_parallelFor
24: [       OK ] OPENMP.IncrTest_04_RangePolicy_parallelFor (0 ms)
24: [ RUN      ] OPENMP.IncrTest_05_reduction
24: [       OK ] OPENMP.IncrTest_05_reduction (3 ms)
24: [ RUN      ] OPENMP.IncrTest_06_mdrange2D
24: [       OK ] OPENMP.IncrTest_06_mdrange2D (0 ms)
24: [ RUN      ] OPENMP.IncrTest_06_mdrange3D
24: [       OK ] OPENMP.IncrTest_06_mdrange3D (0 ms)
24: [ RUN      ] OPENMP.IncrTest_06_mdrange4D
24: [       OK ] OPENMP.IncrTest_06_mdrange4D (0 ms)
24: [ RUN      ] OPENMP.IncrTest_08_deep_copy_2D
24: [       OK ] OPENMP.IncrTest_08_deep_copy_2D (0 ms)
24: [ RUN      ] OPENMP.IncrTest_08_deep_copy_3D
24: [       OK ] OPENMP.IncrTest_08_deep_copy_3D (0 ms)
24: [ RUN      ] OPENMP.IncrTest_08_deep_copy_4D
24: [       OK ] OPENMP.IncrTest_08_deep_copy_4D (0 ms)
24: [ RUN      ] OPENMP.IncrTest_10_Hierarchical_Basics
24: [       OK ] OPENMP.IncrTest_10_Hierarchical_Basics (0 ms)
24: [ RUN      ] OPENMP.IncrTest_11a_Hierarchical_ForLoop
24: [       OK ] OPENMP.IncrTest_11a_Hierarchical_ForLoop (0 ms)
24: [ RUN      ] OPENMP.IncrTest_11b_Hierarchical_ForLoop
24: [       OK ] OPENMP.IncrTest_11b_Hierarchical_ForLoop (0 ms)
24: [ RUN      ] OPENMP.IncrTest_11c_Hierarchical_ForLoop
24: [       OK ] OPENMP.IncrTest_11c_Hierarchical_ForLoop (113 ms)
24: [ RUN      ] OPENMP.IncrTest_12a_ThreadScratch
24: [       OK ] OPENMP.IncrTest_12a_ThreadScratch (0 ms)
24: [ RUN      ] OPENMP.IncrTest_12b_TeamScratch
24: [       OK ] OPENMP.IncrTest_12b_TeamScratch (1 ms)
24: [ RUN      ] OPENMP.IncrTest_13a_Hierarchical_Red
24: [       OK ] OPENMP.IncrTest_13a_Hierarchical_Red (0 ms)
24: [ RUN      ] OPENMP.IncrTest_13b_Hierarchical_Red
24: [       OK ] OPENMP.IncrTest_13b_Hierarchical_Red (0 ms)
24: [ RUN      ] OPENMP.IncrTest_13c_Hierarchical_Red
24: [       OK ] OPENMP.IncrTest_13c_Hierarchical_Red (0 ms)
24: [ RUN      ] OPENMP.incr_14_MDrangeReduce
24: [       OK ] OPENMP.incr_14_MDrangeReduce (0 ms)
24: [ RUN      ] OPENMP.IncrTest_16_parallelscan
24: [       OK ] OPENMP.IncrTest_16_parallelscan (0 ms)
24: [ RUN      ] OPENMP.incr_17_atomicView
24: [       OK ] OPENMP.incr_17_atomicView (0 ms)
24: [----------] 28 tests from OPENMP (262 ms total)
24: 
24: [----------] Global test environment tear-down
24: [==========] 28 tests from 1 test suite ran. (262 ms total)
24: [  PASSED  ] 28 tests.
24/52 Test #24: Kokkos_IncrementalTest_OPENMP ........................   Passed    0.44 sec
test 25
      Start 25: Kokkos_IncrementalTest_CUDA

25: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_IncrementalTest_CUDA
25: Test timeout computed to be: 1500
25: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
25:                                     Detected: 6 cores per node.
25:                                     Detected: 1 MPI_ranks per node.
25:                                     Requested: 8 threads per process.
25: [==========] Running 28 tests from 1 test suite.
25: [----------] Global test environment set-up.
25: [----------] 28 tests from CUDA
25: [ RUN      ] CUDA.IncrTest_01_execspace_typedef
25: [       OK ] CUDA.IncrTest_01_execspace_typedef (0 ms)
25: [ RUN      ] CUDA.IncrTest_01_execspace
25: Device Execution Space:
25:   KOKKOS_ENABLE_CUDA: yes
25: Cuda Options:
25:   KOKKOS_ENABLE_CUDA_LAMBDA: yes
25:   KOKKOS_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE: no
25:   KOKKOS_ENABLE_CUDA_UVM: no
25:   KOKKOS_ENABLE_IMPL_CUDA_MALLOC_ASYNC: yes
25: 
25: Cuda Runtime Configuration:
25: macro  KOKKOS_ENABLE_CUDA      : defined
25: macro  CUDA_VERSION          = 12020 = version 12.2
25: Kokkos::Cuda[ 0 ] Tesla V100S-PCIE-32GB capability 7.0, Total Global Memory: 31.73 GiB, Shared Memory per Block: 48 KiB : Selected
25: Cuda
25: [       OK ] CUDA.IncrTest_01_execspace (0 ms)
25: [ RUN      ] CUDA.IncrTest_02_AtomicExchange
25: [       OK ] CUDA.IncrTest_02_AtomicExchange (0 ms)
25: [ RUN      ] CUDA.IncrTest_02_AtomicAdd
25: [       OK ] CUDA.IncrTest_02_AtomicAdd (0 ms)
25: [ RUN      ] CUDA.IncrTest_02_AtomicSub
25: [       OK ] CUDA.IncrTest_02_AtomicSub (0 ms)
25: [ RUN      ] CUDA.IncrTest_03a_memspace_malloc
25: [       OK ] CUDA.IncrTest_03a_memspace_malloc (0 ms)
25: [ RUN      ] CUDA.IncrTest_03b_memspace_free
25: [       OK ] CUDA.IncrTest_03b_memspace_free (2302 ms)
25: [ RUN      ] CUDA.IncrTest_04_simple_parallelFor
25: [       OK ] CUDA.IncrTest_04_simple_parallelFor (0 ms)
25: [ RUN      ] CUDA.IncrTest_04_RangePolicy_parallelFor
25: [       OK ] CUDA.IncrTest_04_RangePolicy_parallelFor (0 ms)
25: [ RUN      ] CUDA.IncrTest_05_reduction
25: [       OK ] CUDA.IncrTest_05_reduction (3 ms)
25: [ RUN      ] CUDA.IncrTest_06_mdrange2D
25: [       OK ] CUDA.IncrTest_06_mdrange2D (0 ms)
25: [ RUN      ] CUDA.IncrTest_06_mdrange3D
25: [       OK ] CUDA.IncrTest_06_mdrange3D (0 ms)
25: [ RUN      ] CUDA.IncrTest_06_mdrange4D
25: [       OK ] CUDA.IncrTest_06_mdrange4D (0 ms)
25: [ RUN      ] CUDA.IncrTest_08_deep_copy_2D
25: [       OK ] CUDA.IncrTest_08_deep_copy_2D (0 ms)
25: [ RUN      ] CUDA.IncrTest_08_deep_copy_3D
25: [       OK ] CUDA.IncrTest_08_deep_copy_3D (0 ms)
25: [ RUN      ] CUDA.IncrTest_08_deep_copy_4D
25: [       OK ] CUDA.IncrTest_08_deep_copy_4D (0 ms)
25: [ RUN      ] CUDA.IncrTest_10_Hierarchical_Basics
25: [       OK ] CUDA.IncrTest_10_Hierarchical_Basics (0 ms)
25: [ RUN      ] CUDA.IncrTest_11a_Hierarchical_ForLoop
25: [       OK ] CUDA.IncrTest_11a_Hierarchical_ForLoop (0 ms)
25: [ RUN      ] CUDA.IncrTest_11b_Hierarchical_ForLoop
25: [       OK ] CUDA.IncrTest_11b_Hierarchical_ForLoop (0 ms)
25: [ RUN      ] CUDA.IncrTest_11c_Hierarchical_ForLoop
25: [       OK ] CUDA.IncrTest_11c_Hierarchical_ForLoop (219 ms)
25: [ RUN      ] CUDA.IncrTest_12a_ThreadScratch
25: [       OK ] CUDA.IncrTest_12a_ThreadScratch (2 ms)
25: [ RUN      ] CUDA.IncrTest_12b_TeamScratch
25: [       OK ] CUDA.IncrTest_12b_TeamScratch (0 ms)
25: [ RUN      ] CUDA.IncrTest_13a_Hierarchical_Red
25: [       OK ] CUDA.IncrTest_13a_Hierarchical_Red (0 ms)
25: [ RUN      ] CUDA.IncrTest_13b_Hierarchical_Red
25: [       OK ] CUDA.IncrTest_13b_Hierarchical_Red (0 ms)
25: [ RUN      ] CUDA.IncrTest_13c_Hierarchical_Red
25: [       OK ] CUDA.IncrTest_13c_Hierarchical_Red (0 ms)
25: [ RUN      ] CUDA.incr_14_MDrangeReduce
25: [       OK ] CUDA.incr_14_MDrangeReduce (0 ms)
25: [ RUN      ] CUDA.IncrTest_16_parallelscan
25: [       OK ] CUDA.IncrTest_16_parallelscan (5 ms)
25: [ RUN      ] CUDA.incr_17_atomicView
25: [       OK ] CUDA.incr_17_atomicView (0 ms)
25: [----------] 28 tests from CUDA (2540 ms total)
25: 
25: [----------] Global test environment tear-down
25: [==========] 28 tests from 1 test suite ran. (2540 ms total)
25: [  PASSED  ] 28 tests.
25/52 Test #25: Kokkos_IncrementalTest_CUDA ..........................   Passed    2.72 sec
test 26
      Start 26: Kokkos_CoreUnitTest_CTestDevice

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

27: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/core/unit_test/Kokkos_CoreUnitTest_CMakePassCmdLineArgs "one" "2" "THREE"
27: Test timeout computed to be: 1500
27/52 Test #27: Kokkos_CoreUnitTest_CMakePassCmdLineArgs0 ............   Passed    0.01 sec
test 28
      Start 28: Kokkos_ContainersUnitTest_OpenMP

28: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/containers/unit_tests/Kokkos_ContainersUnitTest_OpenMP
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 63 tests from 1 test suite.
28: [----------] Global test environment set-up.
28: [----------] 63 tests from openmp
28: [ RUN      ] openmp.bitset
28: [       OK ] openmp.bitset (443 ms)
28: [ RUN      ] openmp.bitset_default_constructor_no_alloc
28: [       OK ] openmp.bitset_default_constructor_no_alloc (0 ms)
28: [ RUN      ] openmp.dualview_combination
28: [       OK ] openmp.dualview_combination (0 ms)
28: [ RUN      ] openmp.dualview_alloc
28: [       OK ] openmp.dualview_alloc (0 ms)
28: [ RUN      ] openmp.test_dualview_copy_construction_and_assignment
28: [       OK ] openmp.test_dualview_copy_construction_and_assignment (0 ms)
28: [ RUN      ] openmp.dualview_combinations_without_init
28: [       OK ] openmp.dualview_combinations_without_init (0 ms)
28: [ RUN      ] openmp.dualview_deep_copy
28: [       OK ] openmp.dualview_deep_copy (0 ms)
28: [ RUN      ] openmp.dualview_realloc
28: [       OK ] openmp.dualview_realloc (0 ms)
28: [ RUN      ] openmp.dualview_resize
28: [       OK ] openmp.dualview_resize (0 ms)
28: [ RUN      ] openmp.dualview_device_correct_kokkos_device
28: [       OK ] openmp.dualview_device_correct_kokkos_device (0 ms)
28: [ RUN      ] openmp.dualview_host_correct_kokkos_device
28: [       OK ] openmp.dualview_host_correct_kokkos_device (0 ms)
28: [ RUN      ] openmp.dualview_host_modify_template_device_sync
28: [       OK ] openmp.dualview_host_modify_template_device_sync (0 ms)
28: [ RUN      ] openmp.dualview_host_modify_template_device_execspace_sync
28: [       OK ] openmp.dualview_host_modify_template_device_execspace_sync (0 ms)
28: [ RUN      ] openmp.dualview_device_modify_template_host_sync
28: [       OK ] openmp.dualview_device_modify_template_host_sync (0 ms)
28: [ RUN      ] openmp.dualview_device_modify_template_host_execspace_sync
28: [       OK ] openmp.dualview_device_modify_template_host_execspace_sync (0 ms)
28: [ RUN      ] openmp.dualview_template_views_return_correct_executionspace_views
28: [       OK ] openmp.dualview_template_views_return_correct_executionspace_views (0 ms)
28: [ RUN      ] openmp.dualview_template_views_return_correct_views_from_const_dual_view
28: [       OK ] openmp.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
28: [ RUN      ] openmp.dynamic_view
28: [       OK ] openmp.dynamic_view (12 ms)
28: [ RUN      ] openmp.dyn_rank_view_api_generic
28: [       OK ] openmp.dyn_rank_view_api_generic (17 ms)
28: [ RUN      ] openmp.dyn_rank_view_api_operator_rank12345
28: [       OK ] openmp.dyn_rank_view_api_operator_rank12345 (0 ms)
28: [ RUN      ] openmp.dyn_rank_view_check_fence_resize_realloc
28: /var/jenkins/workspace/Kokkos_PR-5993/containers/unit_tests/TestDynViewAPI_rank12345.hpp:70: Skipped
28: skipping since not default execution space
28: [  SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc (0 ms)
28: [ RUN      ] openmp.dyn_rank_view_api_operator_rank67
28: [       OK ] openmp.dyn_rank_view_api_operator_rank67 (0 ms)
28: [ RUN      ] openmp.ErrorReporterViaLambda
28: [       OK ] openmp.ErrorReporterViaLambda (0 ms)
28: [ RUN      ] openmp.ErrorReporter
28: [       OK ] openmp.ErrorReporter (0 ms)
28: [ RUN      ] openmp.offsetview_construction
28: [       OK ] openmp.offsetview_construction (19 ms)
28: [ RUN      ] openmp.offsetview_unmanaged_construction
28: [       OK ] openmp.offsetview_unmanaged_construction (0 ms)
28: [ RUN      ] openmp.offsetview_subview
28: [       OK ] openmp.offsetview_subview (8 ms)
28: [ RUN      ] openmp.offsetview_offsets_rank1
28: [       OK ] openmp.offsetview_offsets_rank1 (8 ms)
28: [ RUN      ] openmp.offsetview_offsets_rank2
28: [       OK ] openmp.offsetview_offsets_rank2 (0 ms)
28: [ RUN      ] openmp.offsetview_offsets_rank3
28: [       OK ] openmp.offsetview_offsets_rank3 (0 ms)
28: [ RUN      ] openmp.scatterview
28: [       OK ] openmp.scatterview (1750 ms)
28: [ RUN      ] openmp.scatterview_devicetype
28: [       OK ] openmp.scatterview_devicetype (7 ms)
28: [ RUN      ] openmp.staticcrsgraph
28: [       OK ] openmp.staticcrsgraph (25 ms)
28: [ RUN      ] openmp.resize_realloc_no_init_dualview
28: [       OK ] openmp.resize_realloc_no_init_dualview (0 ms)
28: [ RUN      ] openmp.resize_realloc_no_alloc_dualview
28: [       OK ] openmp.resize_realloc_no_alloc_dualview (0 ms)
28: [ RUN      ] openmp.resize_exec_space_dualview
28: [       OK ] openmp.resize_exec_space_dualview (0 ms)
28: [ RUN      ] openmp.realloc_exec_space_dualview
28: [       OK ] openmp.realloc_exec_space_dualview (0 ms)
28: [ RUN      ] openmp.resize_realloc_no_init_dynrankview
28: [       OK ] openmp.resize_realloc_no_init_dynrankview (0 ms)
28: [ RUN      ] openmp.resize_exec_space_dynrankview
28: [       OK ] openmp.resize_exec_space_dynrankview (0 ms)
28: [ RUN      ] openmp.realloc_exec_space_dynrankview
28: [       OK ] openmp.realloc_exec_space_dynrankview (0 ms)
28: [ RUN      ] openmp.resize_realloc_no_init_scatterview
28: [       OK ] openmp.resize_realloc_no_init_scatterview (0 ms)
28: [ RUN      ] openmp.resize_realloc_no_alloc_scatterview
28: [       OK ] openmp.resize_realloc_no_alloc_scatterview (0 ms)
28: [ RUN      ] openmp.resize_exec_space_scatterview
28: [       OK ] openmp.resize_exec_space_scatterview (0 ms)
28: [ RUN      ] openmp.realloc_exec_space_scatterview
28: [       OK ] openmp.realloc_exec_space_scatterview (0 ms)
28: [ RUN      ] openmp.create_mirror_no_init_dynrankview
28: [       OK ] openmp.create_mirror_no_init_dynrankview (0 ms)
28: [ RUN      ] openmp.create_mirror_no_init_dynrankview_viewctor
28: [       OK ] openmp.create_mirror_no_init_dynrankview_viewctor (0 ms)
28: [ RUN      ] openmp.create_mirror_view_and_copy_dynrankview
28: [       OK ] openmp.create_mirror_view_and_copy_dynrankview (0 ms)
28: [ RUN      ] openmp.create_mirror_no_init_offsetview
28: [       OK ] openmp.create_mirror_no_init_offsetview (0 ms)
28: [ RUN      ] openmp.create_mirror_no_init_offsetview_view_ctor
28: [       OK ] openmp.create_mirror_no_init_offsetview_view_ctor (0 ms)
28: [ RUN      ] openmp.create_mirror_view_and_copy_offsetview
28: [       OK ] openmp.create_mirror_view_and_copy_offsetview (0 ms)
28: [ RUN      ] openmp.create_mirror_no_init_dynamicview
28: [       OK ] openmp.create_mirror_no_init_dynamicview (0 ms)
28: [ RUN      ] openmp.create_mirror_view_and_copy_dynamicview
28: [       OK ] openmp.create_mirror_view_and_copy_dynamicview (0 ms)
28: [ RUN      ] openmp.create_mirror_no_init_dynamicview_view_ctor
28: [       OK ] openmp.create_mirror_no_init_dynamicview_view_ctor (0 ms)
28: [ RUN      ] openmp.UnorderedMap_insert
28: [       OK ] openmp.UnorderedMap_insert (14112 ms)
28: [ RUN      ] openmp.UnorderedMap_failed_insert
28: [       OK ] openmp.UnorderedMap_failed_insert (4518 ms)
28: [ RUN      ] openmp.UnorderedMap_deep_copy
28: [       OK ] openmp.UnorderedMap_deep_copy (6 ms)
28: [ RUN      ] openmp.UnorderedMap_valid_empty
28: [       OK ] openmp.UnorderedMap_valid_empty (0 ms)
28: [ RUN      ] openmp.UnorderedMap_clear_zero_size
28: [       OK ] openmp.UnorderedMap_clear_zero_size (0 ms)
28: [ RUN      ] openmp.UnorderedMap_consistent_size
28: [       OK ] openmp.UnorderedMap_consistent_size (0 ms)
28: [ RUN      ] openmp.UnorderedMap_shallow_copyable_on_device
28: [       OK ] openmp.UnorderedMap_shallow_copyable_on_device (0 ms)
28: [ RUN      ] openmp.UnorderedMap_lambda_capturable
28: [       OK ] openmp.UnorderedMap_lambda_capturable (0 ms)
28: [ RUN      ] openmp.UnorderedMap_constructor_view_alloc
28: [       OK ] openmp.UnorderedMap_constructor_view_alloc (0 ms)
28: [ RUN      ] openmp.viewctorprop_embedded_dim
28: [       OK ] openmp.viewctorprop_embedded_dim (0 ms)
28: [----------] 63 tests from openmp (20942 ms total)
28: 
28: [----------] Global test environment tear-down
28: [==========] 63 tests from 1 test suite ran. (20942 ms total)
28: [  PASSED  ] 62 tests.
28: [  SKIPPED ] 1 test, listed below:
28: [  SKIPPED ] openmp.dyn_rank_view_check_fence_resize_realloc
28/52 Test #28: Kokkos_ContainersUnitTest_OpenMP .....................   Passed   21.16 sec
test 29
      Start 29: Kokkos_ContainersUnitTest_Cuda

29: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/containers/unit_tests/Kokkos_ContainersUnitTest_Cuda
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 63 tests from 1 test suite.
29: [----------] Global test environment set-up.
29: [----------] 63 tests from cuda
29: [ RUN      ] cuda.bitset
29: [       OK ] cuda.bitset (11 ms)
29: [ RUN      ] cuda.bitset_default_constructor_no_alloc
29: [       OK ] cuda.bitset_default_constructor_no_alloc (0 ms)
29: [ RUN      ] cuda.dualview_combination
29: [       OK ] cuda.dualview_combination (2 ms)
29: [ RUN      ] cuda.dualview_alloc
29: [       OK ] cuda.dualview_alloc (0 ms)
29: [ RUN      ] cuda.test_dualview_copy_construction_and_assignment
29: [       OK ] cuda.test_dualview_copy_construction_and_assignment (0 ms)
29: [ RUN      ] cuda.dualview_combinations_without_init
29: [       OK ] cuda.dualview_combinations_without_init (0 ms)
29: [ RUN      ] cuda.dualview_deep_copy
29: [       OK ] cuda.dualview_deep_copy (1 ms)
29: [ RUN      ] cuda.dualview_realloc
29: [       OK ] cuda.dualview_realloc (0 ms)
29: [ RUN      ] cuda.dualview_resize
29: [       OK ] cuda.dualview_resize (2 ms)
29: [ RUN      ] cuda.dualview_device_correct_kokkos_device
29: [       OK ] cuda.dualview_device_correct_kokkos_device (0 ms)
29: [ RUN      ] cuda.dualview_host_correct_kokkos_device
29: [       OK ] cuda.dualview_host_correct_kokkos_device (0 ms)
29: [ RUN      ] cuda.dualview_host_modify_template_device_sync
29: [       OK ] cuda.dualview_host_modify_template_device_sync (0 ms)
29: [ RUN      ] cuda.dualview_host_modify_template_device_execspace_sync
29: [       OK ] cuda.dualview_host_modify_template_device_execspace_sync (0 ms)
29: [ RUN      ] cuda.dualview_device_modify_template_host_sync
29: [       OK ] cuda.dualview_device_modify_template_host_sync (0 ms)
29: [ RUN      ] cuda.dualview_device_modify_template_host_execspace_sync
29: [       OK ] cuda.dualview_device_modify_template_host_execspace_sync (0 ms)
29: [ RUN      ] cuda.dualview_template_views_return_correct_executionspace_views
29: [       OK ] cuda.dualview_template_views_return_correct_executionspace_views (0 ms)
29: [ RUN      ] cuda.dualview_template_views_return_correct_views_from_const_dual_view
29: [       OK ] cuda.dualview_template_views_return_correct_views_from_const_dual_view (0 ms)
29: [ RUN      ] cuda.dynamic_view
29: [       OK ] cuda.dynamic_view (26 ms)
29: [ RUN      ] cuda.dyn_rank_view_api_generic
29: [       OK ] cuda.dyn_rank_view_api_generic (11 ms)
29: [ RUN      ] cuda.dyn_rank_view_api_operator_rank12345
29: [       OK ] cuda.dyn_rank_view_api_operator_rank12345 (0 ms)
29: [ RUN      ] cuda.dyn_rank_view_check_fence_resize_realloc
29: [       OK ] cuda.dyn_rank_view_check_fence_resize_realloc (1 ms)
29: [ RUN      ] cuda.dyn_rank_view_api_operator_rank67
29: [       OK ] cuda.dyn_rank_view_api_operator_rank67 (0 ms)
29: [ RUN      ] cuda.ErrorReporterViaLambda
29: [       OK ] cuda.ErrorReporterViaLambda (0 ms)
29: [ RUN      ] cuda.ErrorReporter
29: [       OK ] cuda.ErrorReporter (0 ms)
29: [ RUN      ] cuda.offsetview_construction
29: [       OK ] cuda.offsetview_construction (2 ms)
29: [ RUN      ] cuda.offsetview_unmanaged_construction
29: [       OK ] cuda.offsetview_unmanaged_construction (0 ms)
29: [ RUN      ] cuda.offsetview_subview
29: [       OK ] cuda.offsetview_subview (0 ms)
29: [ RUN      ] cuda.offsetview_offsets_rank1
29: [       OK ] cuda.offsetview_offsets_rank1 (0 ms)
29: [ RUN      ] cuda.offsetview_offsets_rank2
29: [       OK ] cuda.offsetview_offsets_rank2 (0 ms)
29: [ RUN      ] cuda.offsetview_offsets_rank3
29: [       OK ] cuda.offsetview_offsets_rank3 (0 ms)
29: [ RUN      ] cuda.scatterview
29: [       OK ] cuda.scatterview (12861 ms)
29: [ RUN      ] cuda.scatterview_devicetype
29: [       OK ] cuda.scatterview_devicetype (26 ms)
29: [ RUN      ] cuda.staticcrsgraph
29: [       OK ] cuda.staticcrsgraph (27 ms)
29: [ RUN      ] cuda.resize_realloc_no_init_dualview
29: [       OK ] cuda.resize_realloc_no_init_dualview (1 ms)
29: [ RUN      ] cuda.resize_realloc_no_alloc_dualview
29: [       OK ] cuda.resize_realloc_no_alloc_dualview (0 ms)
29: [ RUN      ] cuda.resize_exec_space_dualview
29: [       OK ] cuda.resize_exec_space_dualview (0 ms)
29: [ RUN      ] cuda.realloc_exec_space_dualview
29: [       OK ] cuda.realloc_exec_space_dualview (0 ms)
29: [ RUN      ] cuda.resize_realloc_no_init_dynrankview
29: [       OK ] cuda.resize_realloc_no_init_dynrankview (0 ms)
29: [ RUN      ] cuda.resize_exec_space_dynrankview
29: [       OK ] cuda.resize_exec_space_dynrankview (0 ms)
29: [ RUN      ] cuda.realloc_exec_space_dynrankview
29: [       OK ] cuda.realloc_exec_space_dynrankview (0 ms)
29: [ RUN      ] cuda.resize_realloc_no_init_scatterview
29: [       OK ] cuda.resize_realloc_no_init_scatterview (0 ms)
29: [ RUN      ] cuda.resize_realloc_no_alloc_scatterview
29: [       OK ] cuda.resize_realloc_no_alloc_scatterview (0 ms)
29: [ RUN      ] cuda.resize_exec_space_scatterview
29: [       OK ] cuda.resize_exec_space_scatterview (0 ms)
29: [ RUN      ] cuda.realloc_exec_space_scatterview
29: [       OK ] cuda.realloc_exec_space_scatterview (0 ms)
29: [ RUN      ] cuda.create_mirror_no_init_dynrankview
29: [       OK ] cuda.create_mirror_no_init_dynrankview (0 ms)
29: [ RUN      ] cuda.create_mirror_no_init_dynrankview_viewctor
29: [       OK ] cuda.create_mirror_no_init_dynrankview_viewctor (0 ms)
29: [ RUN      ] cuda.create_mirror_view_and_copy_dynrankview
29: [       OK ] cuda.create_mirror_view_and_copy_dynrankview (0 ms)
29: [ RUN      ] cuda.create_mirror_no_init_offsetview
29: [       OK ] cuda.create_mirror_no_init_offsetview (0 ms)
29: [ RUN      ] cuda.create_mirror_no_init_offsetview_view_ctor
29: [       OK ] cuda.create_mirror_no_init_offsetview_view_ctor (0 ms)
29: [ RUN      ] cuda.create_mirror_view_and_copy_offsetview
29: [       OK ] cuda.create_mirror_view_and_copy_offsetview (0 ms)
29: [ RUN      ] cuda.create_mirror_no_init_dynamicview
29: [       OK ] cuda.create_mirror_no_init_dynamicview (0 ms)
29: [ RUN      ] cuda.create_mirror_view_and_copy_dynamicview
29: [       OK ] cuda.create_mirror_view_and_copy_dynamicview (0 ms)
29: [ RUN      ] cuda.create_mirror_no_init_dynamicview_view_ctor
29: [       OK ] cuda.create_mirror_no_init_dynamicview_view_ctor (0 ms)
29: [ RUN      ] cuda.UnorderedMap_insert
29: [       OK ] cuda.UnorderedMap_insert (5772 ms)
29: [ RUN      ] cuda.UnorderedMap_failed_insert
29: [       OK ] cuda.UnorderedMap_failed_insert (1609 ms)
29: [ RUN      ] cuda.UnorderedMap_deep_copy
29: [       OK ] cuda.UnorderedMap_deep_copy (7 ms)
29: [ RUN      ] cuda.UnorderedMap_valid_empty
29: [       OK ] cuda.UnorderedMap_valid_empty (1 ms)
29: [ RUN      ] cuda.UnorderedMap_clear_zero_size
29: [       OK ] cuda.UnorderedMap_clear_zero_size (0 ms)
29: [ RUN      ] cuda.UnorderedMap_consistent_size
29: [       OK ] cuda.UnorderedMap_consistent_size (0 ms)
29: [ RUN      ] cuda.UnorderedMap_shallow_copyable_on_device
29: [       OK ] cuda.UnorderedMap_shallow_copyable_on_device (0 ms)
29: [ RUN      ] cuda.UnorderedMap_lambda_capturable
29: [       OK ] cuda.UnorderedMap_lambda_capturable (0 ms)
29: [ RUN      ] cuda.UnorderedMap_constructor_view_alloc
29: [       OK ] cuda.UnorderedMap_constructor_view_alloc (0 ms)
29: [ RUN      ] cuda.viewctorprop_embedded_dim
29: [       OK ] cuda.viewctorprop_embedded_dim (0 ms)
29: [----------] 63 tests from cuda (20382 ms total)
29: 
29: [----------] Global test environment tear-down
29: [==========] 63 tests from 1 test suite ran. (20382 ms total)
29: [  PASSED  ] 63 tests.
29/52 Test #29: Kokkos_ContainersUnitTest_Cuda .......................   Passed   20.61 sec
test 30
      Start 30: Kokkos_ContainersPerformanceTest_OpenMP

30: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_OpenMP
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 5 tests from 1 test suite.
30: [----------] Global test environment set-up.
30: [----------] 5 tests from TEST_CATEGORY
30: [ RUN      ] TEST_CATEGORY.dynrankview_perf
30: OpenMP
30:  DynRankView vs View: Initialization Only 
30:  View time (init only): 0.00903797
30:  View sum computation time: 0.00903797
30:  Strided View time (init only): 0.00962479
30:  View Rank7 time (init only): 0.0113666
30:  DynRankView time (init only): 0.00696843
30:  DynRankView sum computation time: 0.00990536
30:  Ratio of View to DynRankView time: 1.29699
30:  Ratio of View to DynRankView sum computation time: 1.50274
30:  Ratio of View to View Rank7  time: 0.795134
30:  Ratio of StrideView to DynRankView time: 1.3812
30:  Ratio of DynRankView to View Rank7  time: 0.613062
30: [       OK ] TEST_CATEGORY.dynrankview_perf (172 ms)
30: [ RUN      ] TEST_CATEGORY.global_2_local
30: OpenMP
30: size, create, generate, fill, find
30: 256, 0.000107177, 1.2928e-05, 4.1384e-05, 0.000899899
30: 512, 3.6439e-05, 4.791e-06, 4.918e-05, 0.00087514
30: 1024, 2.8337e-05, 4.801e-06, 8.9003e-05, 0.00102822
30: 2048, 3.4431e-05, 4.973e-06, 0.000168343, 0.0012842
30: 4096, 7.614e-05, 5.186e-06, 0.000309799, 0.00167935
30: 8192, 0.000139425, 6.173e-06, 0.000653033, 0.00257267
30: 16384, 0.000209723, 1.2086e-05, 0.00125652, 0.00602696
30: 32768, 0.000439564, 1.7757e-05, 0.00241447, 0.0148906
30: 65536, 0.000843782, 2.7788e-05, 0.00487164, 0.0377571
30: 131072, 0.00174272, 3.0838e-05, 0.00995418, 0.0888705
30: 262144, 0.00284808, 7.2326e-05, 0.0197393, 0.203057
30: 524288, 0.00567513, 0.000131784, 0.0456034, 0.378126
30: 1048576, 0.00799591, 0.000277592, 0.104194, 1.1604
30: 2097152, 0.013613, 0.000537781, 0.21344, 3.51301
30: 4194304, 0.0261537, 0.00104956, 0.428776, 8.3515
30: [       OK ] TEST_CATEGORY.global_2_local (14659 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: [ RUN      ] TEST_CATEGORY.scatter_view
30: ScatterView data-duplicated test:
30: num_threads 8
30: hand-coded test took 0.0997677 seconds
30: test took 0.0768575 seconds
30: num_threads 8
30: hand-coded test took 0.0987962 seconds
30: test took 0.0759528 seconds
30: num_threads 8
30: hand-coded test took 0.0987986 seconds
30: test took 0.0762881 seconds
30: num_threads 8
30: hand-coded test took 0.0987525 seconds
30: test took 0.0758922 seconds
30: num_threads 8
30: hand-coded test took 0.0991878 seconds
30: test took 0.0878248 seconds
30: [       OK ] TEST_CATEGORY.scatter_view (1121 ms)
30: [----------] 5 tests from TEST_CATEGORY (15952 ms total)
30: 
30: [----------] Global test environment tear-down
30: [==========] 5 tests from 1 test suite ran. (15952 ms total)
30: [  PASSED  ] 5 tests.
30/52 Test #30: Kokkos_ContainersPerformanceTest_OpenMP ..............   Passed   16.13 sec
test 31
      Start 31: Kokkos_ContainersPerformanceTest_Cuda

31: Test command: /var/jenkins/workspace/Kokkos_PR-5993/build/containers/performance_tests/Kokkos_ContainersPerformanceTest_Cuda
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 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: Cuda
31:  DynRankView vs View: Initialization Only 
31:  View time (init only): 0.00334418
31:  View sum computation time: 0.00334418
31:  Strided View time (init only): 0.00119855
31:  View Rank7 time (init only): 0.00124221
31:  DynRankView time (init only): 0.00122975
31:  DynRankView sum computation time: 0.00187167
31:  Ratio of View to DynRankView time: 2.71939
31:  Ratio of View to DynRankView sum computation time: 1.022
31:  Ratio of View to View Rank7  time: 2.69211
31:  Ratio of StrideView to DynRankView time: 0.974626
31:  Ratio of DynRankView to View Rank7  time: 0.98997
31: [       OK ] TEST_CATEGORY.dynrankview_perf (20 ms)
31: [ RUN      ] TEST_CATEGORY.global_2_local
31: Cuda
31: size, create, generate, fill, find
31: 256, 0.00021806, 2.6567e-05, 0.00319005, 0.00199424
31: 512, 0.000161326, 1.1515e-05, 2.1938e-05, 0.00197662
31: 1024, 0.000150065, 1.0582e-05, 2.0303e-05, 0.00208472
31: 2048, 0.000166638, 1.0463e-05, 2.213e-05, 0.00208231
31: 4096, 0.000149018, 9.769e-06, 2.2591e-05, 0.00207376
31: 8192, 0.000154529, 1.1682e-05, 2.5238e-05, 0.00205919
31: 16384, 0.000159439, 1.0921e-05, 2.7568e-05, 0.00212064
31: 32768, 0.000156373, 1.118e-05, 3.5155e-05, 0.00223068
31: 65536, 0.00016064, 1.2449e-05, 4.1918e-05, 0.00253416
31: 131072, 0.000163755, 1.1848e-05, 6.6223e-05, 0.00311924
31: 262144, 0.000173217, 1.3773e-05, 0.000146336, 0.00597714
31: 524288, 0.000191312, 1.6916e-05, 0.000528578, 0.0194275
31: 1048576, 0.00066827, 2.6286e-05, 0.00138954, 0.0483104
31: 2097152, 0.0004612, 3.7963e-05, 0.00302285, 0.109293
31: 4194304, 0.000710209, 6.4253e-05, 0.00681336, 0.236027
31: [       OK ] TEST_CATEGORY.global_2_local (462 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 (483 ms total)
31: 
31: [----------] Global test environment tear-down
31: [==========] 4 tests from 1 test suite ran. (483 ms total)
31: [  PASSED  ] 4 tests.
31/52 Test #31: Kokkos_ContainersPerformanceTest_Cuda ................   Passed    0.66 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: 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 17 tests from 1 test suite.
32: [----------] Global test environment set-up.
32: [----------] 17 tests from cuda
32: [ RUN      ] cuda.SortUnsignedValueType
32: [       OK ] cuda.SortUnsignedValueType (18 ms)
32: [ RUN      ] cuda.SortEmptyView
32: [       OK ] cuda.SortEmptyView (0 ms)
32: [ RUN      ] cuda.SortByKeyEmptyView
32: [       OK ] cuda.SortByKeyEmptyView (0 ms)
32: [ RUN      ] cuda.SortByKeyEmptyViewHost
32: [       OK ] cuda.SortByKeyEmptyViewHost (0 ms)
32: [ RUN      ] cuda.SortByKey
32: [       OK ] cuda.SortByKey (2 ms)
32: [ RUN      ] cuda.SortByKeyWithComparator
32: [       OK ] cuda.SortByKeyWithComparator (0 ms)
32: [ RUN      ] cuda.SortByKeyStaticExtents
32: [       OK ] cuda.SortByKeyStaticExtents (0 ms)
32: [ RUN      ] cuda.SortByKeyWithStrides
32: [       OK ] cuda.SortByKeyWithStrides (0 ms)
32: [ RUN      ] cuda.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 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.
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 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.
32: [       OK ] cuda.SortByKeyKeysLargerThanValues (1047 ms)
32: [ RUN      ] cuda.SortWithCustomComparator
32: [       OK ] cuda.SortWithCustomComparator (628 ms)
32: [ RUN      ] cuda.BinSortGenericTests
32: [       OK ] cuda.BinSortGenericTests (18 ms)
32: [ RUN      ] cuda.BinSortEmptyView
32: [       OK ] cuda.BinSortEmptyView (0 ms)
32: [ RUN      ] cuda.BinSortEmptyKeysView
32: [       OK ] cuda.BinSortEmptyKeysView (0 ms)
32: [ RUN      ] cuda.BinSort_issue_7221
32: [       OK ] cuda.BinSort_issue_7221 (0 ms)
32: [ RUN      ] cuda.BinSortUnsignedKeyLayoutStrideValues
32: [       OK ] cuda.BinSortUnsignedKeyLayoutStrideValues (13067 ms)
32: [ RUN      ] cuda.NestedSort
32: [       OK ] cuda.NestedSort (27 ms)
32: [ RUN      ] cuda.NestedSortByKey
32: [       OK ] cuda.NestedSortByKey (87 ms)
32: [----------] 17 tests from cuda (14898 ms total)
32: 
32: [----------] Global test environment tear-down
32: [==========] 17 tests from 1 test suite ran. (14898 ms total)
32: [  PASSED  ] 17 tests.
32/52 Test #32: Kokkos_UnitTest_Sort .................................   Passed   15.09 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: 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 3 tests from 1 test suite.
33: [----------] Global test environment set-up.
33: [----------] 3 tests from cuda
33: [ RUN      ] cuda.Random_XorShift64
33: Test Seed:1726155636068799447
33: Test Scalar=int
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 6.43252e-07 -0.0142001 0.0321177 || 0.051031 28002 29329 || 29087.4 28674.4 || 443.994 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 -0.00119441 -0.00199896 || 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.00324284 0.0174804 || 0.051031 28047 29389 || 28581.7 28674.4 || 241.65 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 0.00394919 -0.00509515 || 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.0109918 -0.0110525 || 0.051031 28063 29273 || 28362.6 28674.4 || -152.789 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 -0.0166135 0.00442964 || 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.0193227 -0.0106227 || 0.051031 28067 29428 || 29239.4 28674.4 || -146.848 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 -0.0183072 0.00961673 || 0.051031 1e+64 -1e+64
33: Test Scalar=half
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 0.000245351 -0.99999 -48244.1 || 0.051031 0 194953 || 2.9287e+09 28674.4 || -6.66927e+08 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 0.000734921 -0.305868 0.155378 || 0.051031 1e+64 -1e+64
33: Test Scalar=bhalf
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 0.00195558 -0.999999 -57857.7 || 0.051031 0 1.55223e+06 || 2.86913e+10 28674.4 || -7.99825e+08 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 0.00587728 -0.967632 10.1969 || 0.051031 1e+64 -1e+64
33: Test Scalar=float
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 6.65955e-07 -0.00717291 -0.000564367 || 0.051031 28018 29273 || 28881.6 28674.4 || -7.8018 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 7.11361e-07 -0.0198538 0.0115313 || 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.00289619 0.0212033 || 0.051031 28037 29317 || 28591.6 28674.4 || 293.115 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 0.0141275 -0.00597642 || 0.051031 1e+64 -1e+64
33: Test Seed:1726155636171973746
33: Test Scalar=int
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 6.43252e-07 0.00126214 -0.0143041 || 0.051031 28046 29436 || 28638.2 28674.4 || -197.74 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 -0.00355789 -0.0036631 || 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.00529735 -0.000406649 || 0.051031 28013 29326 || 28827.1 28674.4 || -5.62151 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 0.00458791 0.007015 || 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.00159473 -0.0101807 || 0.051031 27989 29339 || 28720.2 28674.4 || -140.739 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 -0.00229505 -0.00701562 || 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.00918623 0.0308454 || 0.051031 27942 29471 || 28413.4 28674.4 || 426.406 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 0.00067328 -0.00380439 || 0.051031 1e+64 -1e+64
33: Test Scalar=half
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 0.000243784 -0.99999 -48241.9 || 0.051031 0 194857 || 2.92838e+09 28674.4 || -6.66895e+08 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 0.000730245 -0.31141 0.153779 || 0.051031 1e+64 -1e+64
33: Test Scalar=bhalf
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 0.00195418 -0.999999 -57856.1 || 0.051031 0 1.55199e+06 || 2.86926e+10 28674.4 || -7.99802e+08 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 0.00587259 -0.96766 10.2802 || 0.051031 1e+64 -1e+64
33: Test Scalar=float
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 6.76045e-07 -0.00891681 0.0121563 || 0.051031 27992 29283 || 28932.4 28674.4 || 168.048 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 7.41632e-07 -0.0113208 -0.00171322 || 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.00762736 -0.00911441 || 0.051031 28000 29354 || 28894.8 28674.4 || -125.998 -2.0744
33:  -- Testing 3-D histogram
33: Density 3D: 6.43252e-07 0.00509 -0.00224818 || 0.051031 1e+64 -1e+64
33: [       OK ] cuda.Random_XorShift64 (201 ms)
33: [ RUN      ] cuda.Random_XorShift1024_0
33: Test Seed:1726155636270264734
33: Test Scalar=int
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 2.47955e-07 -0.00881026 0.00490627 || 0.051031 10933 11777 || 11478.1 11377 || 67.8243 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 -0.0144971 0.000123189 || 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.00165745 -0.000812514 || 0.051031 10996 11832 || 11358.1 11377 || -11.2322 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 0.0022132 -0.00162905 || 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.00915349 -0.00297735 || 0.051031 10985 11801 || 11273.8 11377 || -41.159 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 0.00495788 -0.00190213 || 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.0207331 0.00676649 || 0.051031 10968 11782 || 11145.9 11377 || 93.54 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 0.0107056 0.000132953 || 0.051031 1e+64 -1e+64
33: Test Scalar=half
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 0.000247673 -0.999975 -7594.66 || 0.051031 0 77752 || 4.61032e+08 11377 || -1.04989e+08 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 0.000742777 -0.136754 0.0259342 || 0.051031 1e+64 -1e+64
33: Test Scalar=bhalf
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 0.00195815 -0.999997 -9108.02 || 0.051031 0 616090 || 4.51574e+09 11377 || -1.25909e+08 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 0.00588563 -0.922466 1.62182 || 0.051031 1e+64 -1e+64
33: Test Scalar=float
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 2.9246e-07 0.00718042 -0.00557452 || 0.051031 10988 11751 || 11295.8 11377 || -77.0622 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 3.8147e-07 -0.0219955 -0.00162954 || 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.00179305 -0.00442855 || 0.051031 10944 11872 || 11356.6 11377 || -61.2203 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 -0.00523753 0.0013187 || 0.051031 1e+64 -1e+64
33: Test Seed:1726155636356231916
33: Test Scalar=int
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 2.47955e-07 -0.00177367 -0.00868651 || 0.051031 10975 11892 || 11397.2 11377 || -120.082 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 0.0254459 0.000844245 || 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.00747598 0.000168059 || 0.051031 10968 11807 || 11462.7 11377 || 2.32325 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 -0.00449754 0.000535766 || 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.00185897 0.0099945 || 0.051031 10986 11824 || 11355.8 11377 || 138.164 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 -9.50427e-05 0.00295708 || 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.00601491 -0.00104061 || 0.051031 10923 11805 || 11445.8 11377 || -14.3853 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 0.0172697 -0.00169493 || 0.051031 1e+64 -1e+64
33: Test Scalar=half
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 0.000244124 -0.999975 -7595.33 || 0.051031 0 77643 || 4.61052e+08 11377 || -1.04998e+08 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 0.000732003 -0.14848 0.0264603 || 0.051031 1e+64 -1e+64
33: Test Scalar=bhalf
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 0.0019569 -0.999997 -9107.32 || 0.051031 0 616346 || 4.51598e+09 11377 || -1.259e+08 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 0.0058821 -0.923048 1.62782 || 0.051031 1e+64 -1e+64
33: Test Scalar=float
33:  -- Testing randomness properties
33:  -- Testing 1-D histogram
33: Density 1D: 2.73387e-07 0.00848323 -0.0113019 || 0.051031 10986 11762 || 11281.3 11377 || -156.237 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 3.24249e-07 -0.0241734 0.00122578 || 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.00755039 -0.00269816 || 0.051031 10951 11805 || 11463.5 11377 || -37.2994 -0.823045
33:  -- Testing 3-D histogram
33: Density 3D: 2.47955e-07 0.0105147 0.000593247 || 0.051031 1e+64 -1e+64
33: [       OK ] cuda.Random_XorShift1024_0 (196 ms)
33: [ RUN      ] cuda.Multi_streams
33: [       OK ] cuda.Multi_streams (231 ms)
33: [----------] 3 tests from cuda (629 ms total)
33: 
33: [----------] Global test environment tear-down
33: [==========] 3 tests from 1 test suite ran. (629 ms total)
33: [  PASSED  ] 3 tests.
33/52 Test #33: Kokkos_UnitTest_Random ...............................   Passed    0.81 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: 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 16 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: [----------] 2 tests from std_algorithms
34: [ RUN      ] std_algorithms.is_admissible_to_std_algorithms
34: [       OK ] std_algorithms.is_admissible_to_std_algorithms (0 ms)
34: [ RUN      ] std_algorithms.expect_no_overlap
34: [       OK ] std_algorithms.expect_no_overlap (0 ms)
34: [----------] 2 tests 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 (0 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 (2 ms total)
34: 
34: [----------] Global test environment tear-down
34: [==========] 16 tests from 3 test suites ran. (3 ms total)
34: [  PASSED  ] 16 tests.
34/52 Test #34: Kokkos_AlgorithmsUnitTest_StdSet_A ...................   Passed    0.18 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: 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 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 (5 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 (4 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 (4 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 (4 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 (7 ms)
35: [----------] 7 tests from std_algorithms_min_max_element_test (26 ms total)
35: 
35: [----------] Global test environment tear-down
35: [==========] 7 tests from 1 test suite ran. (26 ms total)
35: [  PASSED  ] 7 tests.
35/52 Test #35: Kokkos_AlgorithmsUnitTest_StdSet_B ...................   Passed    0.20 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
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 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 (208 ms)
36: [----------] 1 test from std_algorithms_lexicographical_compare_test (208 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 (124 ms)
36: [----------] 1 test from std_algorithms_for_each_test (124 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 (70 ms)
36: [----------] 1 test from std_algorithms_find_test (70 ms total)
36: 
36: [----------] 4 tests from std_algorithms_non_mod_seq_ops
36: [ RUN      ] std_algorithms_non_mod_seq_ops.find_first_of
36: [       OK ] std_algorithms_non_mod_seq_ops.find_first_of (541 ms)
36: [ RUN      ] std_algorithms_non_mod_seq_ops.find_end
36: [       OK ] std_algorithms_non_mod_seq_ops.find_end (1199 ms)
36: [ RUN      ] std_algorithms_non_mod_seq_ops.search
36: [       OK ] std_algorithms_non_mod_seq_ops.search (745 ms)
36: [ RUN      ] std_algorithms_non_mod_seq_ops.search_n
36: [       OK ] std_algorithms_non_mod_seq_ops.search_n (435 ms)
36: [----------] 4 tests from std_algorithms_non_mod_seq_ops (2922 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 (97 ms)
36: [----------] 1 test from std_algorithms_count_test (97 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 (10 ms)
36: [----------] 1 test from std_algorithms_equal_test (10 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 (79 ms)
36: [----------] 1 test from std_algorithms_all_any_none_of_test (79 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 (107 ms)
36: [----------] 1 test from std_algorithms_nonmod_seq_ops (107 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 (192 ms)
36: [----------] 1 test from std_algorithms_mismatch_test (192 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 (69 ms)
36: [----------] 1 test from std_algorithms_mod_seq_ops (69 ms total)
36: 
36: [----------] Global test environment tear-down
36: [==========] 13 tests from 10 test suites ran. (3883 ms total)
36: [  PASSED  ] 13 tests.
36/52 Test #36: Kokkos_AlgorithmsUnitTest_StdSet_C ...................   Passed    4.07 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: 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 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 (0 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 (0 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 (1 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 (26 ms)
37: [ RUN      ] std_algorithms_replace_ops_test.replace_if
37: [       OK ] std_algorithms_replace_ops_test.replace_if (138 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 (254 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 (42 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.unique
37: [       OK ] std_algorithms_mod_seq_ops.unique (267 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.unique_copy
37: [       OK ] std_algorithms_mod_seq_ops.unique_copy (80 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.remove
37: [       OK ] std_algorithms_mod_seq_ops.remove (62 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.remove_if
37: [       OK ] std_algorithms_mod_seq_ops.remove_if (67 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy
37: [       OK ] std_algorithms_mod_seq_ops.remove_copy (175 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.remove_copy_if
37: [       OK ] std_algorithms_mod_seq_ops.remove_copy_if (67 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.rotate
37: [       OK ] std_algorithms_mod_seq_ops.rotate (1301 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.rotate_copy
37: [       OK ] std_algorithms_mod_seq_ops.rotate_copy (407 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.shift_left
37: [       OK ] std_algorithms_mod_seq_ops.shift_left (1214 ms)
37: [ RUN      ] std_algorithms_mod_seq_ops.shift_right
37: [       OK ] std_algorithms_mod_seq_ops.shift_right (1208 ms)
37: [----------] 11 tests from std_algorithms_mod_seq_ops (4896 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 (52 ms)
37: [----------] 1 test from std_algorithms_modseq_test (52 ms total)
37: 
37: [----------] Global test environment tear-down
37: [==========] 31 tests from 5 test suites ran. (5208 ms total)
37: [  PASSED  ] 31 tests.
37/52 Test #37: Kokkos_AlgorithmsUnitTest_StdSet_D ...................   Passed    5.40 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: 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 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 (9 ms)
38: [ RUN      ] std_algorithms_sorting_ops_test.is_sorted_until
38: [       OK ] std_algorithms_sorting_ops_test.is_sorted_until (8 ms)
38: [----------] 2 tests from std_algorithms_sorting_ops_test (18 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 (1 ms)
38: [ RUN      ] std_algorithms_partitioning_test.is_partitioned_accepting_view
38: [       OK ] std_algorithms_partitioning_test.is_partitioned_accepting_view (0 ms)
38: [ RUN      ] std_algorithms_partitioning_test.partition_point
38: [       OK ] std_algorithms_partitioning_test.partition_point (0 ms)
38: [----------] 4 tests from std_algorithms_partitioning_test (2 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 (22 ms)
38: [----------] 1 test from std_algorithms_partitioning_ops (22 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 (2 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 (0 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 (0 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 (0 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 (1 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 (1 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 (1 ms)
38: [----------] 12 tests from std_algorithms_numerics_test (12 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 (86 ms)
38: [----------] 1 test from std_algorithms_numerics_ops_test (86 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 (999 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 (703 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 (217 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 (293 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 (2215 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 (32 ms)
38: [----------] 1 test from std_algorithms_transform_ops_test (32 ms total)
38: 
38: [----------] Global test environment tear-down
38: [==========] 29 tests from 7 test suites ran. (2390 ms total)
38: [  PASSED  ] 29 tests.
38/52 Test #38: Kokkos_AlgorithmsUnitTest_StdSet_E ...................   Passed    2.59 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
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 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 (689 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 (661 ms)
39: [----------] 2 tests from std_algorithms_adjacent_find_team_test (1351 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 (750 ms)
39: [ RUN      ] std_algorithms_count_team_test.count_returns_zero
39: [       OK ] std_algorithms_count_team_test.count_returns_zero (276 ms)
39: [----------] 2 tests from std_algorithms_count_team_test (1026 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 (362 ms)
39: [----------] 1 test from std_algorithms_count_if_team_test (363 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 (532 ms)
39: [----------] 1 test from std_algorithms_for_each_team_test (532 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 (693 ms)
39: [----------] 1 test from std_algorithms_for_each_n_team_test (693 ms total)
39: 
39: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test
39: [ RUN      ] std_algorithms_lexicographical_compare_team_test.views_are_equal
39: [       OK ] std_algorithms_lexicographical_compare_team_test.views_are_equal (3260 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 (2174 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 (2101 ms)
39: [----------] 3 tests from std_algorithms_lexicographical_compare_team_test (7537 ms total)
39: 
39: [----------] 2 tests from std_algorithms_mismatch_team_test
39: [ RUN      ] std_algorithms_mismatch_team_test.views_are_equal
39: [       OK ] std_algorithms_mismatch_team_test.views_are_equal (2232 ms)
39: [ RUN      ] std_algorithms_mismatch_team_test.views_are_not_equal
39: [       OK ] std_algorithms_mismatch_team_test.views_are_not_equal (959 ms)
39: [----------] 2 tests from std_algorithms_mismatch_team_test (3191 ms total)
39: 
39: [----------] Global test environment tear-down
39: [==========] 12 tests from 7 test suites ran. (14695 ms total)
39: [  PASSED  ] 12 tests.
39/52 Test #39: Kokkos_AlgorithmsUnitTest_StdSet_Team_A ..............   Passed   14.90 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: 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 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 (1866 ms)
40: [ RUN      ] std_algorithms_equal_team_test.views_are_not_equal
40: [       OK ] std_algorithms_equal_team_test.views_are_not_equal (1421 ms)
40: [----------] 2 tests from std_algorithms_equal_team_test (3287 ms total)
40: 
40: [----------] 2 tests from std_algorithms_search_team_test
40: [ RUN      ] std_algorithms_search_team_test.sequences_exist
40: [       OK ] std_algorithms_search_team_test.sequences_exist (896 ms)
40: [ RUN      ] std_algorithms_search_team_test.sequences_do_not_exist
40: [       OK ] std_algorithms_search_team_test.sequences_do_not_exist (1096 ms)
40: [----------] 2 tests from std_algorithms_search_team_test (1992 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 (2146 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 (2040 ms)
40: [----------] 2 tests from std_algorithms_find_end_team_test (4187 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 (1707 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 (6908 ms)
40: [----------] 2 tests from std_algorithms_find_first_of_team_test (8616 ms total)
40: 
40: [----------] Global test environment tear-down
40: [==========] 8 tests from 4 test suites ran. (18084 ms total)
40: [  PASSED  ] 8 tests.
40/52 Test #40: Kokkos_AlgorithmsUnitTest_StdSet_Team_B ..............   Passed   18.27 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: 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 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 (369 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 (527 ms)
41: [----------] 2 tests from std_algorithms_find_team_test (897 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 (281 ms)
41: [ RUN      ] std_algorithms_find_if_team_test.predicates_return_false
41: [       OK ] std_algorithms_find_if_team_test.predicates_return_false (547 ms)
41: [----------] 2 tests from std_algorithms_find_if_team_test (828 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 (565 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 (272 ms)
41: [----------] 2 tests from std_algorithms_find_if_not_team_test (837 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 (503 ms)
41: [----------] 1 test from std_algorithms_all_of_team_test (503 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 (280 ms)
41: [----------] 1 test from std_algorithms_any_of_team_test (280 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 (492 ms)
41: [----------] 1 test from std_algorithms_none_of_team_test (492 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 (358 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 (425 ms)
41: [----------] 2 tests from std_algorithms_search_n_team_test (784 ms total)
41: 
41: [----------] Global test environment tear-down
41: [==========] 11 tests from 7 test suites ran. (4624 ms total)
41: [  PASSED  ] 11 tests.
41/52 Test #41: Kokkos_AlgorithmsUnitTest_StdSet_Team_C ..............   Passed    4.82 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: 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 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
42: [       OK ] std_algorithms_min_element_team_test.test (1656 ms)
42: [----------] 1 test from std_algorithms_min_element_team_test (1656 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 (1647 ms)
42: [----------] 1 test from std_algorithms_max_element_team_test (1647 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 (2233 ms)
42: [----------] 1 test from std_algorithms_minmax_element_team_test (2233 ms total)
42: 
42: [----------] Global test environment tear-down
42: [==========] 3 tests from 3 test suites ran. (5537 ms total)
42: [  PASSED  ] 3 tests.
42/52 Test #42: Kokkos_AlgorithmsUnitTest_StdSet_Team_D ..............   Passed    5.73 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: 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 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 (351 ms)
43: [----------] 1 test from std_algorithms_fill_team_test (351 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 (499 ms)
43: [----------] 1 test from std_algorithms_fill_n_team_test (499 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 (525 ms)
43: [----------] 1 test from std_algorithms_replace_team_test (525 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 (679 ms)
43: [----------] 1 test from std_algorithms_replace_if_team_test (679 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 (1094 ms)
43: [----------] 1 test from std_algorithms_replace_copy_team_test (1094 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 (962 ms)
43: [----------] 1 test from std_algorithms_replace_copy_if_team_test (962 ms total)
43: 
43: [----------] Global test environment tear-down
43: [==========] 6 tests from 6 test suites ran. (4112 ms total)
43: [  PASSED  ] 6 tests.
43/52 Test #43: Kokkos_AlgorithmsUnitTest_StdSet_Team_E ..............   Passed    4.29 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: 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_reverse_team_test
44: [ RUN      ] std_algorithms_reverse_team_test.test
44: [       OK ] std_algorithms_reverse_team_test.test (384 ms)
44: [----------] 1 test from std_algorithms_reverse_team_test (384 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 (439 ms)
44: [----------] 1 test from std_algorithms_reverse_copy_team_test (439 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 (1249 ms)
44: [----------] 1 test from std_algorithms_rotate_team_test (1249 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 (922 ms)
44: [----------] 1 test from std_algorithms_rotate_copy_team_test (922 ms total)
44: 
44: [----------] Global test environment tear-down
44: [==========] 4 tests from 4 test suites ran. (2996 ms total)
44: [  PASSED  ] 4 tests.
44/52 Test #44: Kokkos_AlgorithmsUnitTest_StdSet_Team_F ..............   Passed    3.18 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: 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 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 (677 ms)
45: [----------] 1 test from std_algorithms_move_team_test (677 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 (568 ms)
45: [----------] 1 test from std_algorithms_move_backward_team_test (569 ms total)
45: 
45: [----------] 1 test from std_algorithms_shift_left_team_test
45: [ RUN      ] std_algorithms_shift_left_team_test.test
45: [       OK ] std_algorithms_shift_left_team_test.test (2396 ms)
45: [----------] 1 test from std_algorithms_shift_left_team_test (2396 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 (2277 ms)
45: [----------] 1 test from std_algorithms_shift_right_team_test (2277 ms total)
45: 
45: [----------] Global test environment tear-down
45: [==========] 4 tests from 4 test suites ran. (5920 ms total)
45: [  PASSED  ] 4 tests.
45/52 Test #45: Kokkos_AlgorithmsUnitTest_StdSet_Team_G ..............   Passed    6.11 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: 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 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 (847 ms)
46: [----------] 1 test from std_algorithms_copy_team_test (847 ms total)
46: 
46: [----------] 1 test from std_algorithms_copy_n_team_test
46: [ RUN      ] std_algorithms_copy_n_team_test.test
46: [       OK ] std_algorithms_copy_n_team_test.test (601 ms)
46: [----------] 1 test from std_algorithms_copy_n_team_test (601 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 (565 ms)
46: [----------] 1 test from std_algorithms_copy_backward_team_test (565 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 (724 ms)
46: [----------] 1 test from std_algorithms_copy_if_team_test (724 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 (1243 ms)
46: [----------] 1 test from std_algorithms_unique_copy_team_test (1243 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 (876 ms)
46: [----------] 1 test from std_algorithms_remove_team_test (876 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 (845 ms)
46: [----------] 1 test from std_algorithms_remove_if_team_test (845 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 (1056 ms)
46: [----------] 1 test from std_algorithms_remove_copy_team_test (1056 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 (951 ms)
46: [----------] 1 test from std_algorithms_remove_copy_if_team_test (951 ms total)
46: 
46: [----------] Global test environment tear-down
46: [==========] 9 tests from 9 test suites ran. (7712 ms total)
46: [  PASSED  ] 9 tests.
46/52 Test #46: Kokkos_AlgorithmsUnitTest_StdSet_Team_H ..............   Passed    7.91 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: 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 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 (1372 ms)
47: [----------] 1 test from std_algorithms_unique_team_test (1372 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 (1508 ms)
47: [----------] 1 test from std_algorithms_adjacent_difference_team_test (1508 ms total)
47: 
47: [----------] 1 test from std_algorithms_reduce_team_test
47: [ RUN      ] std_algorithms_reduce_team_test.test
47: [       OK ] std_algorithms_reduce_team_test.test (1263 ms)
47: [----------] 1 test from std_algorithms_reduce_team_test (1263 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 (1939 ms)
47: [----------] 1 test from std_algorithms_transform_reduce_team_test (1939 ms total)
47: 
47: [----------] Global test environment tear-down
47: [==========] 4 tests from 4 test suites ran. (6084 ms total)
47: [  PASSED  ] 4 tests.
47/52 Test #47: Kokkos_AlgorithmsUnitTest_StdSet_Team_I ..............   Passed    6.27 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: 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 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 (831 ms)
48: [ RUN      ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted
48: [       OK ] std_algorithms_is_sorted_team_test.test_data_certainly_sorted (1580 ms)
48: [----------] 2 tests from std_algorithms_is_sorted_team_test (2411 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 (13 ms)
48: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_trivialB
48: [       OK ] std_algorithms_is_sorted_until_team_test.test_trivialB (15 ms)
48: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialA
48: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialA (1533 ms)
48: [ RUN      ] std_algorithms_is_sorted_until_team_test.test_nontrivialB
48: [       OK ] std_algorithms_is_sorted_until_team_test.test_nontrivialB (1093 ms)
48: [----------] 4 tests from std_algorithms_is_sorted_until_team_test (2655 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 (6 ms)
48: [ RUN      ] std_algorithms_is_partitioned_team_test.all_true
48: [       OK ] std_algorithms_is_partitioned_team_test.all_true (511 ms)
48: [ RUN      ] std_algorithms_is_partitioned_team_test.all_false
48: [       OK ] std_algorithms_is_partitioned_team_test.all_false (525 ms)
48: [ RUN      ] std_algorithms_is_partitioned_team_test.random
48: [       OK ] std_algorithms_is_partitioned_team_test.random (387 ms)
48: [----------] 4 tests from std_algorithms_is_partitioned_team_test (1430 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 (11 ms)
48: [ RUN      ] std_algorithms_partition_copy_team_test.all_true
48: [       OK ] std_algorithms_partition_copy_team_test.all_true (1014 ms)
48: [ RUN      ] std_algorithms_partition_copy_team_test.all_false
48: [       OK ] std_algorithms_partition_copy_team_test.all_false (1038 ms)
48: [ RUN      ] std_algorithms_partition_copy_team_test.random
48: [       OK ] std_algorithms_partition_copy_team_test.random (833 ms)
48: [----------] 4 tests from std_algorithms_partition_copy_team_test (2899 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 (6 ms)
48: [ RUN      ] std_algorithms_partition_point_team_test.all_true
48: [       OK ] std_algorithms_partition_point_team_test.all_true (360 ms)
48: [ RUN      ] std_algorithms_partition_point_team_test.all_false
48: [       OK ] std_algorithms_partition_point_team_test.all_false (367 ms)
48: [ RUN      ] std_algorithms_partition_point_team_test.random
48: [       OK ] std_algorithms_partition_point_team_test.random (228 ms)
48: [----------] 4 tests from std_algorithms_partition_point_team_test (963 ms total)
48: 
48: [----------] Global test environment tear-down
48: [==========] 18 tests from 5 test suites ran. (10360 ms total)
48: [  PASSED  ] 18 tests.
48/52 Test #48: Kokkos_AlgorithmsUnitTest_StdSet_Team_L ..............   Passed   10.54 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: 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 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 (904 ms)
49: [ RUN      ] std_algorithms_transform_team_test.test_binary_op
49: [       OK ] std_algorithms_transform_team_test.test_binary_op (1036 ms)
49: [----------] 2 tests from std_algorithms_transform_team_test (1941 ms total)
49: 
49: [----------] 1 test from std_algorithms_generate_team_test
49: [ RUN      ] std_algorithms_generate_team_test.test_unary_op
49: [       OK ] std_algorithms_generate_team_test.test_unary_op (2037 ms)
49: [----------] 1 test from std_algorithms_generate_team_test (2037 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 (496 ms)
49: [----------] 1 test from std_algorithms_generate_n_team_test (496 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 (918 ms)
49: [----------] 1 test from std_algorithms_swap_ranges_team_test (918 ms total)
49: 
49: [----------] Global test environment tear-down
49: [==========] 5 tests from 4 test suites ran. (5393 ms total)
49: [  PASSED  ] 5 tests.
49/52 Test #49: Kokkos_AlgorithmsUnitTest_StdSet_Team_M ..............   Passed    5.58 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
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_exclusive_scan_team_test
50: [ RUN      ] std_algorithms_exclusive_scan_team_test.test
50: [       OK ] std_algorithms_exclusive_scan_team_test.test (3977 ms)
50: [----------] 1 test from std_algorithms_exclusive_scan_team_test (3977 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 (1978 ms)
50: [----------] 1 test from std_algorithms_transform_exclusive_scan_team_test (1978 ms total)
50: 
50: [----------] Global test environment tear-down
50: [==========] 2 tests from 2 test suites ran. (5956 ms total)
50: [  PASSED  ] 2 tests.
50/52 Test #50: Kokkos_AlgorithmsUnitTest_StdSet_Team_P ..............   Passed    6.14 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: 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 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
51: [       OK ] std_algorithms_inclusive_scan_team_test.test (5912 ms)
51: [----------] 1 test from std_algorithms_inclusive_scan_team_test (5912 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 (4005 ms)
51: [----------] 1 test from std_algorithms_transform_inclusive_scan_team_test (4005 ms total)
51: 
51: [----------] Global test environment tear-down
51: [==========] 2 tests from 2 test suites ran. (9918 ms total)
51: [  PASSED  ] 2 tests.
51/52 Test #51: Kokkos_AlgorithmsUnitTest_StdSet_Team_Q ..............   Passed   10.10 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: Kokkos::OpenMP::initialize WARNING: You are likely oversubscribing your CPU cores.
52:                                     Detected: 6 cores per node.
52:                                     Detected: 1 MPI_ranks per node.
52:                                     Requested: 8 threads per process.
52: [==========] Running 18 tests from 1 test suite.
52: [----------] Global test environment set-up.
52: [----------] 18 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: [ RUN      ] simd.host_construction
52: [       OK ] simd.host_construction (0 ms)
52: [ RUN      ] simd.device_construction
52: [       OK ] simd.device_construction (0 ms)
52: [----------] 18 tests from simd (5 ms total)
52: 
52: [----------] Global test environment tear-down
52: [==========] 18 tests from 1 test suite ran. (5 ms total)
52: [  PASSED  ] 18 tests.
52/52 Test #52: Kokkos_UnitTest_SIMD .................................   Passed    0.18 sec

100% tests passed, 0 tests failed out of 52

Total Test time (real) = 349.03 sec
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 a86d60472669e2c57f1125e18215b6bb865cf9e196655a162530da8b4e24a53e
$ docker rm -f --volumes a86d60472669e2c57f1125e18215b6bb865cf9e196655a162530da8b4e24a53e
[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 8

GitHub has been notified of this commit’s build result

Finished: FAILURE